@vrplatform/api 1.3.1-3756 → 1.3.1-3773

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.
@@ -12236,6 +12236,8 @@ export interface operations {
12236
12236
  type?: "owner" | "vendor";
12237
12237
  companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
12238
12238
  isIndividual?: boolean;
12239
+ /** @description Filter contacts by ownership period ID. */
12240
+ ownershipPeriodId?: string;
12239
12241
  /** @description comma separated contact short refs */
12240
12242
  shortRefs?: string;
12241
12243
  /** @description Comma-separated contact IDs. */
@@ -12764,6 +12766,8 @@ export interface operations {
12764
12766
  type?: "owner" | "vendor";
12765
12767
  companyType?: "c_corporation" | "limited_liability_company" | "partnership" | "s_corporation" | "trust_estate";
12766
12768
  isIndividual?: boolean;
12769
+ /** @description Filter contacts by ownership period ID. */
12770
+ ownershipPeriodId?: string;
12767
12771
  /** @description comma separated contact short refs */
12768
12772
  shortRefs?: string;
12769
12773
  /** @description Comma-separated contact IDs. */
@@ -13587,6 +13591,9 @@ export interface operations {
13587
13591
  status: "active" | "inactive" | "unconfirmed";
13588
13592
  lastInvitedAt: string | null;
13589
13593
  lastSeen: string | null;
13594
+ notifications: {
13595
+ ownerStatementPublished: boolean;
13596
+ };
13590
13597
  }[];
13591
13598
  };
13592
13599
  };
@@ -13710,6 +13717,9 @@ export interface operations {
13710
13717
  status: "active" | "inactive" | "unconfirmed";
13711
13718
  lastInvitedAt: string | null;
13712
13719
  lastSeen: string | null;
13720
+ notifications: {
13721
+ ownerStatementPublished: boolean;
13722
+ };
13713
13723
  };
13714
13724
  };
13715
13725
  };
@@ -13939,6 +13949,9 @@ export interface operations {
13939
13949
  status: "active" | "inactive" | "unconfirmed";
13940
13950
  lastInvitedAt: string | null;
13941
13951
  lastSeen: string | null;
13952
+ notifications: {
13953
+ ownerStatementPublished: boolean;
13954
+ };
13942
13955
  };
13943
13956
  };
13944
13957
  };
@@ -25805,6 +25818,9 @@ export interface operations {
25805
25818
  /** @enum {string} */
25806
25819
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
25807
25820
  };
25821
+ /** @enum {string} */
25822
+ measure?: "periodActivity" | "balance";
25823
+ label?: string;
25808
25824
  } | null;
25809
25825
  }[];
25810
25826
  total: number;
@@ -25887,6 +25903,9 @@ export interface operations {
25887
25903
  /** @enum {string} */
25888
25904
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
25889
25905
  };
25906
+ /** @enum {string} */
25907
+ measure?: "periodActivity" | "balance";
25908
+ label?: string;
25890
25909
  } | null;
25891
25910
  }[];
25892
25911
  total: number;
@@ -25972,6 +25991,9 @@ export interface operations {
25972
25991
  /** @enum {string} */
25973
25992
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
25974
25993
  };
25994
+ /** @enum {string} */
25995
+ measure?: "periodActivity" | "balance";
25996
+ label?: string;
25975
25997
  } | null;
25976
25998
  }[];
25977
25999
  total: number;
@@ -26056,6 +26078,9 @@ export interface operations {
26056
26078
  /** @enum {string} */
26057
26079
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26058
26080
  };
26081
+ /** @enum {string} */
26082
+ measure?: "periodActivity" | "balance";
26083
+ label?: string;
26059
26084
  } | null;
26060
26085
  }[];
26061
26086
  total: number;
@@ -26138,6 +26163,9 @@ export interface operations {
26138
26163
  /** @enum {string} */
26139
26164
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26140
26165
  };
26166
+ /** @enum {string} */
26167
+ measure?: "periodActivity" | "balance";
26168
+ label?: string;
26141
26169
  } | null;
26142
26170
  }[];
26143
26171
  total: number;
@@ -26223,6 +26251,9 @@ export interface operations {
26223
26251
  /** @enum {string} */
26224
26252
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26225
26253
  };
26254
+ /** @enum {string} */
26255
+ measure?: "periodActivity" | "balance";
26256
+ label?: string;
26226
26257
  } | null;
26227
26258
  }[];
26228
26259
  total: number;
@@ -26307,6 +26338,9 @@ export interface operations {
26307
26338
  /** @enum {string} */
26308
26339
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26309
26340
  };
26341
+ /** @enum {string} */
26342
+ measure?: "periodActivity" | "balance";
26343
+ label?: string;
26310
26344
  } | null;
26311
26345
  }[];
26312
26346
  total: number;
@@ -26389,6 +26423,9 @@ export interface operations {
26389
26423
  /** @enum {string} */
26390
26424
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26391
26425
  };
26426
+ /** @enum {string} */
26427
+ measure?: "periodActivity" | "balance";
26428
+ label?: string;
26392
26429
  } | null;
26393
26430
  }[];
26394
26431
  total: number;
@@ -26474,6 +26511,9 @@ export interface operations {
26474
26511
  /** @enum {string} */
26475
26512
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26476
26513
  };
26514
+ /** @enum {string} */
26515
+ measure?: "periodActivity" | "balance";
26516
+ label?: string;
26477
26517
  } | null;
26478
26518
  }[];
26479
26519
  total: number;
@@ -26558,6 +26598,9 @@ export interface operations {
26558
26598
  /** @enum {string} */
26559
26599
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26560
26600
  };
26601
+ /** @enum {string} */
26602
+ measure?: "periodActivity" | "balance";
26603
+ label?: string;
26561
26604
  } | null;
26562
26605
  }[];
26563
26606
  total: number;
@@ -26640,6 +26683,9 @@ export interface operations {
26640
26683
  /** @enum {string} */
26641
26684
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26642
26685
  };
26686
+ /** @enum {string} */
26687
+ measure?: "periodActivity" | "balance";
26688
+ label?: string;
26643
26689
  } | null;
26644
26690
  }[];
26645
26691
  total: number;
@@ -26725,6 +26771,9 @@ export interface operations {
26725
26771
  /** @enum {string} */
26726
26772
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
26727
26773
  };
26774
+ /** @enum {string} */
26775
+ measure?: "periodActivity" | "balance";
26776
+ label?: string;
26728
26777
  } | null;
26729
26778
  }[];
26730
26779
  total: number;
@@ -27050,6 +27099,9 @@ export interface operations {
27050
27099
  /** @enum {string} */
27051
27100
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
27052
27101
  };
27102
+ /** @enum {string} */
27103
+ measure?: "periodActivity" | "balance";
27104
+ label?: string;
27053
27105
  } | null;
27054
27106
  }[];
27055
27107
  }[];
@@ -27546,6 +27598,7 @@ export interface operations {
27546
27598
  bookingChannel?: string;
27547
27599
  transactionReference?: string;
27548
27600
  reservationLineReference?: string;
27601
+ contact?: string;
27549
27602
  classification?: string;
27550
27603
  category?: string;
27551
27604
  };
@@ -28164,6 +28217,9 @@ export interface operations {
28164
28217
  /** @enum {string} */
28165
28218
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
28166
28219
  };
28220
+ /** @enum {string} */
28221
+ measure?: "periodActivity" | "balance";
28222
+ label?: string;
28167
28223
  } | null;
28168
28224
  }[];
28169
28225
  sections: {
@@ -28255,6 +28311,9 @@ export interface operations {
28255
28311
  /** @enum {string} */
28256
28312
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
28257
28313
  };
28314
+ /** @enum {string} */
28315
+ measure?: "periodActivity" | "balance";
28316
+ label?: string;
28258
28317
  } | null;
28259
28318
  }[];
28260
28319
  /** @description Value in cents (100 = 1€) */
@@ -28331,6 +28390,9 @@ export interface operations {
28331
28390
  /** @enum {string} */
28332
28391
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
28333
28392
  };
28393
+ /** @enum {string} */
28394
+ measure?: "periodActivity" | "balance";
28395
+ label?: string;
28334
28396
  } | null;
28335
28397
  }[];
28336
28398
  };
@@ -28709,6 +28771,7 @@ export interface operations {
28709
28771
  bookingChannel?: string;
28710
28772
  transactionReference?: string;
28711
28773
  reservationLineReference?: string;
28774
+ contact?: string;
28712
28775
  classification?: string;
28713
28776
  category?: string;
28714
28777
  };
@@ -29293,6 +29356,9 @@ export interface operations {
29293
29356
  /** @enum {string} */
29294
29357
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29295
29358
  };
29359
+ /** @enum {string} */
29360
+ measure?: "periodActivity" | "balance";
29361
+ label?: string;
29296
29362
  } | null;
29297
29363
  }[];
29298
29364
  };
@@ -29716,6 +29782,9 @@ export interface operations {
29716
29782
  /** @enum {string} */
29717
29783
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29718
29784
  };
29785
+ /** @enum {string} */
29786
+ measure?: "periodActivity" | "balance";
29787
+ label?: string;
29719
29788
  } | null;
29720
29789
  layouts: {
29721
29790
  layoutId: string;
@@ -29793,6 +29862,9 @@ export interface operations {
29793
29862
  /** @enum {string} */
29794
29863
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29795
29864
  };
29865
+ /** @enum {string} */
29866
+ measure?: "periodActivity" | "balance";
29867
+ label?: string;
29796
29868
  } | null;
29797
29869
  netRevenueSection: {
29798
29870
  title: string;
@@ -29891,6 +29963,9 @@ export interface operations {
29891
29963
  /** @enum {string} */
29892
29964
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29893
29965
  };
29966
+ /** @enum {string} */
29967
+ measure?: "periodActivity" | "balance";
29968
+ label?: string;
29894
29969
  } | null;
29895
29970
  }[];
29896
29971
  drilldown?: {
@@ -29965,6 +30040,9 @@ export interface operations {
29965
30040
  /** @enum {string} */
29966
30041
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
29967
30042
  };
30043
+ /** @enum {string} */
30044
+ measure?: "periodActivity" | "balance";
30045
+ label?: string;
29968
30046
  } | null;
29969
30047
  }[];
29970
30048
  drilldown?: {
@@ -30039,6 +30117,9 @@ export interface operations {
30039
30117
  /** @enum {string} */
30040
30118
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30041
30119
  };
30120
+ /** @enum {string} */
30121
+ measure?: "periodActivity" | "balance";
30122
+ label?: string;
30042
30123
  } | null;
30043
30124
  subtotal?: {
30044
30125
  title: string;
@@ -30119,6 +30200,9 @@ export interface operations {
30119
30200
  /** @enum {string} */
30120
30201
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30121
30202
  };
30203
+ /** @enum {string} */
30204
+ measure?: "periodActivity" | "balance";
30205
+ label?: string;
30122
30206
  } | null;
30123
30207
  }[];
30124
30208
  drilldown?: {
@@ -30193,6 +30277,9 @@ export interface operations {
30193
30277
  /** @enum {string} */
30194
30278
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30195
30279
  };
30280
+ /** @enum {string} */
30281
+ measure?: "periodActivity" | "balance";
30282
+ label?: string;
30196
30283
  } | null;
30197
30284
  };
30198
30285
  aggregate: boolean;
@@ -30294,6 +30381,9 @@ export interface operations {
30294
30381
  /** @enum {string} */
30295
30382
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30296
30383
  };
30384
+ /** @enum {string} */
30385
+ measure?: "periodActivity" | "balance";
30386
+ label?: string;
30297
30387
  } | null;
30298
30388
  }[];
30299
30389
  drilldown?: {
@@ -30368,6 +30458,9 @@ export interface operations {
30368
30458
  /** @enum {string} */
30369
30459
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30370
30460
  };
30461
+ /** @enum {string} */
30462
+ measure?: "periodActivity" | "balance";
30463
+ label?: string;
30371
30464
  } | null;
30372
30465
  }[];
30373
30466
  drilldown?: {
@@ -30442,6 +30535,9 @@ export interface operations {
30442
30535
  /** @enum {string} */
30443
30536
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30444
30537
  };
30538
+ /** @enum {string} */
30539
+ measure?: "periodActivity" | "balance";
30540
+ label?: string;
30445
30541
  } | null;
30446
30542
  subtotal?: {
30447
30543
  title: string;
@@ -30522,6 +30618,9 @@ export interface operations {
30522
30618
  /** @enum {string} */
30523
30619
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30524
30620
  };
30621
+ /** @enum {string} */
30622
+ measure?: "periodActivity" | "balance";
30623
+ label?: string;
30525
30624
  } | null;
30526
30625
  }[];
30527
30626
  drilldown?: {
@@ -30596,6 +30695,9 @@ export interface operations {
30596
30695
  /** @enum {string} */
30597
30696
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30598
30697
  };
30698
+ /** @enum {string} */
30699
+ measure?: "periodActivity" | "balance";
30700
+ label?: string;
30599
30701
  } | null;
30600
30702
  };
30601
30703
  }[];
@@ -30696,6 +30798,9 @@ export interface operations {
30696
30798
  /** @enum {string} */
30697
30799
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30698
30800
  };
30801
+ /** @enum {string} */
30802
+ measure?: "periodActivity" | "balance";
30803
+ label?: string;
30699
30804
  } | null;
30700
30805
  }[];
30701
30806
  drilldown?: {
@@ -30770,6 +30875,9 @@ export interface operations {
30770
30875
  /** @enum {string} */
30771
30876
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30772
30877
  };
30878
+ /** @enum {string} */
30879
+ measure?: "periodActivity" | "balance";
30880
+ label?: string;
30773
30881
  } | null;
30774
30882
  }[];
30775
30883
  drilldown?: {
@@ -30844,6 +30952,9 @@ export interface operations {
30844
30952
  /** @enum {string} */
30845
30953
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30846
30954
  };
30955
+ /** @enum {string} */
30956
+ measure?: "periodActivity" | "balance";
30957
+ label?: string;
30847
30958
  } | null;
30848
30959
  subtotal?: {
30849
30960
  title: string;
@@ -30924,6 +31035,9 @@ export interface operations {
30924
31035
  /** @enum {string} */
30925
31036
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
30926
31037
  };
31038
+ /** @enum {string} */
31039
+ measure?: "periodActivity" | "balance";
31040
+ label?: string;
30927
31041
  } | null;
30928
31042
  }[];
30929
31043
  drilldown?: {
@@ -30998,6 +31112,9 @@ export interface operations {
30998
31112
  /** @enum {string} */
30999
31113
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31000
31114
  };
31115
+ /** @enum {string} */
31116
+ measure?: "periodActivity" | "balance";
31117
+ label?: string;
31001
31118
  } | null;
31002
31119
  };
31003
31120
  };
@@ -31545,6 +31662,9 @@ export interface operations {
31545
31662
  /** @enum {string} */
31546
31663
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31547
31664
  };
31665
+ /** @enum {string} */
31666
+ measure?: "periodActivity" | "balance";
31667
+ label?: string;
31548
31668
  } | null;
31549
31669
  }[];
31550
31670
  computedValues?: {
@@ -31624,6 +31744,9 @@ export interface operations {
31624
31744
  /** @enum {string} */
31625
31745
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31626
31746
  };
31747
+ /** @enum {string} */
31748
+ measure?: "periodActivity" | "balance";
31749
+ label?: string;
31627
31750
  } | null;
31628
31751
  }[];
31629
31752
  categories?: {
@@ -31707,6 +31830,9 @@ export interface operations {
31707
31830
  /** @enum {string} */
31708
31831
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31709
31832
  };
31833
+ /** @enum {string} */
31834
+ measure?: "periodActivity" | "balance";
31835
+ label?: string;
31710
31836
  } | null;
31711
31837
  values: {
31712
31838
  id: string;
@@ -31785,6 +31911,9 @@ export interface operations {
31785
31911
  /** @enum {string} */
31786
31912
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31787
31913
  };
31914
+ /** @enum {string} */
31915
+ measure?: "periodActivity" | "balance";
31916
+ label?: string;
31788
31917
  } | null;
31789
31918
  }[];
31790
31919
  }[];
@@ -31871,6 +32000,9 @@ export interface operations {
31871
32000
  /** @enum {string} */
31872
32001
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31873
32002
  };
32003
+ /** @enum {string} */
32004
+ measure?: "periodActivity" | "balance";
32005
+ label?: string;
31874
32006
  } | null;
31875
32007
  }[];
31876
32008
  computedValues?: {
@@ -31950,6 +32082,9 @@ export interface operations {
31950
32082
  /** @enum {string} */
31951
32083
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
31952
32084
  };
32085
+ /** @enum {string} */
32086
+ measure?: "periodActivity" | "balance";
32087
+ label?: string;
31953
32088
  } | null;
31954
32089
  }[];
31955
32090
  categories?: {
@@ -32033,6 +32168,9 @@ export interface operations {
32033
32168
  /** @enum {string} */
32034
32169
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32035
32170
  };
32171
+ /** @enum {string} */
32172
+ measure?: "periodActivity" | "balance";
32173
+ label?: string;
32036
32174
  } | null;
32037
32175
  values: {
32038
32176
  id: string;
@@ -32111,6 +32249,9 @@ export interface operations {
32111
32249
  /** @enum {string} */
32112
32250
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32113
32251
  };
32252
+ /** @enum {string} */
32253
+ measure?: "periodActivity" | "balance";
32254
+ label?: string;
32114
32255
  } | null;
32115
32256
  }[];
32116
32257
  }[];
@@ -32197,6 +32338,9 @@ export interface operations {
32197
32338
  /** @enum {string} */
32198
32339
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32199
32340
  };
32341
+ /** @enum {string} */
32342
+ measure?: "periodActivity" | "balance";
32343
+ label?: string;
32200
32344
  } | null;
32201
32345
  }[];
32202
32346
  computedValues?: {
@@ -32276,6 +32420,9 @@ export interface operations {
32276
32420
  /** @enum {string} */
32277
32421
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32278
32422
  };
32423
+ /** @enum {string} */
32424
+ measure?: "periodActivity" | "balance";
32425
+ label?: string;
32279
32426
  } | null;
32280
32427
  }[];
32281
32428
  categories?: {
@@ -32359,6 +32506,9 @@ export interface operations {
32359
32506
  /** @enum {string} */
32360
32507
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32361
32508
  };
32509
+ /** @enum {string} */
32510
+ measure?: "periodActivity" | "balance";
32511
+ label?: string;
32362
32512
  } | null;
32363
32513
  values: {
32364
32514
  id: string;
@@ -32437,6 +32587,9 @@ export interface operations {
32437
32587
  /** @enum {string} */
32438
32588
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32439
32589
  };
32590
+ /** @enum {string} */
32591
+ measure?: "periodActivity" | "balance";
32592
+ label?: string;
32440
32593
  } | null;
32441
32594
  }[];
32442
32595
  }[];
@@ -32523,6 +32676,9 @@ export interface operations {
32523
32676
  /** @enum {string} */
32524
32677
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32525
32678
  };
32679
+ /** @enum {string} */
32680
+ measure?: "periodActivity" | "balance";
32681
+ label?: string;
32526
32682
  } | null;
32527
32683
  }[];
32528
32684
  computedValues?: {
@@ -32602,6 +32758,9 @@ export interface operations {
32602
32758
  /** @enum {string} */
32603
32759
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32604
32760
  };
32761
+ /** @enum {string} */
32762
+ measure?: "periodActivity" | "balance";
32763
+ label?: string;
32605
32764
  } | null;
32606
32765
  }[];
32607
32766
  categories?: {
@@ -32685,6 +32844,9 @@ export interface operations {
32685
32844
  /** @enum {string} */
32686
32845
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32687
32846
  };
32847
+ /** @enum {string} */
32848
+ measure?: "periodActivity" | "balance";
32849
+ label?: string;
32688
32850
  } | null;
32689
32851
  values: {
32690
32852
  id: string;
@@ -32763,6 +32925,9 @@ export interface operations {
32763
32925
  /** @enum {string} */
32764
32926
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
32765
32927
  };
32928
+ /** @enum {string} */
32929
+ measure?: "periodActivity" | "balance";
32930
+ label?: string;
32766
32931
  } | null;
32767
32932
  }[];
32768
32933
  }[];
@@ -33081,6 +33246,9 @@ export interface operations {
33081
33246
  /** @enum {string} */
33082
33247
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33083
33248
  };
33249
+ /** @enum {string} */
33250
+ measure?: "periodActivity" | "balance";
33251
+ label?: string;
33084
33252
  } | null;
33085
33253
  collectableTaxesDrilldown?: {
33086
33254
  /** @constant */
@@ -33154,6 +33322,9 @@ export interface operations {
33154
33322
  /** @enum {string} */
33155
33323
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33156
33324
  };
33325
+ /** @enum {string} */
33326
+ measure?: "periodActivity" | "balance";
33327
+ label?: string;
33157
33328
  } | null;
33158
33329
  }[];
33159
33330
  }[];
@@ -33456,6 +33627,9 @@ export interface operations {
33456
33627
  /** @enum {string} */
33457
33628
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33458
33629
  };
33630
+ /** @enum {string} */
33631
+ measure?: "periodActivity" | "balance";
33632
+ label?: string;
33459
33633
  } | null;
33460
33634
  debit: {
33461
33635
  /** @constant */
@@ -33529,6 +33703,9 @@ export interface operations {
33529
33703
  /** @enum {string} */
33530
33704
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33531
33705
  };
33706
+ /** @enum {string} */
33707
+ measure?: "periodActivity" | "balance";
33708
+ label?: string;
33532
33709
  } | null;
33533
33710
  credit: {
33534
33711
  /** @constant */
@@ -33602,6 +33779,9 @@ export interface operations {
33602
33779
  /** @enum {string} */
33603
33780
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33604
33781
  };
33782
+ /** @enum {string} */
33783
+ measure?: "periodActivity" | "balance";
33784
+ label?: string;
33605
33785
  } | null;
33606
33786
  balanceEnd: {
33607
33787
  /** @constant */
@@ -33675,6 +33855,9 @@ export interface operations {
33675
33855
  /** @enum {string} */
33676
33856
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33677
33857
  };
33858
+ /** @enum {string} */
33859
+ measure?: "periodActivity" | "balance";
33860
+ label?: string;
33678
33861
  } | null;
33679
33862
  };
33680
33863
  accounts: {
@@ -33758,6 +33941,9 @@ export interface operations {
33758
33941
  /** @enum {string} */
33759
33942
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33760
33943
  };
33944
+ /** @enum {string} */
33945
+ measure?: "periodActivity" | "balance";
33946
+ label?: string;
33761
33947
  } | null;
33762
33948
  debit: {
33763
33949
  /** @constant */
@@ -33831,6 +34017,9 @@ export interface operations {
33831
34017
  /** @enum {string} */
33832
34018
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33833
34019
  };
34020
+ /** @enum {string} */
34021
+ measure?: "periodActivity" | "balance";
34022
+ label?: string;
33834
34023
  } | null;
33835
34024
  credit: {
33836
34025
  /** @constant */
@@ -33904,6 +34093,9 @@ export interface operations {
33904
34093
  /** @enum {string} */
33905
34094
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33906
34095
  };
34096
+ /** @enum {string} */
34097
+ measure?: "periodActivity" | "balance";
34098
+ label?: string;
33907
34099
  } | null;
33908
34100
  balanceEnd: {
33909
34101
  /** @constant */
@@ -33977,6 +34169,9 @@ export interface operations {
33977
34169
  /** @enum {string} */
33978
34170
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
33979
34171
  };
34172
+ /** @enum {string} */
34173
+ measure?: "periodActivity" | "balance";
34174
+ label?: string;
33980
34175
  } | null;
33981
34176
  };
33982
34177
  }[];
@@ -34281,6 +34476,9 @@ export interface operations {
34281
34476
  /** @enum {string} */
34282
34477
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
34283
34478
  };
34479
+ /** @enum {string} */
34480
+ measure?: "periodActivity" | "balance";
34481
+ label?: string;
34284
34482
  } | null;
34285
34483
  issues?: {
34286
34484
  /** @constant */
@@ -34375,6 +34573,9 @@ export interface operations {
34375
34573
  /** @enum {string} */
34376
34574
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
34377
34575
  };
34576
+ /** @enum {string} */
34577
+ measure?: "periodActivity" | "balance";
34578
+ label?: string;
34378
34579
  } | null;
34379
34580
  }[];
34380
34581
  } | {
@@ -34459,6 +34660,9 @@ export interface operations {
34459
34660
  /** @enum {string} */
34460
34661
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
34461
34662
  };
34663
+ /** @enum {string} */
34664
+ measure?: "periodActivity" | "balance";
34665
+ label?: string;
34462
34666
  } | null;
34463
34667
  }[];
34464
34668
  })[];
@@ -34653,6 +34857,9 @@ export interface operations {
34653
34857
  /** @enum {string} */
34654
34858
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
34655
34859
  };
34860
+ /** @enum {string} */
34861
+ measure?: "periodActivity" | "balance";
34862
+ label?: string;
34656
34863
  } | null;
34657
34864
  }[];
34658
34865
  } | {
@@ -34750,6 +34957,9 @@ export interface operations {
34750
34957
  /** @enum {string} */
34751
34958
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
34752
34959
  };
34960
+ /** @enum {string} */
34961
+ measure?: "periodActivity" | "balance";
34962
+ label?: string;
34753
34963
  } | null;
34754
34964
  }[];
34755
34965
  }[];
@@ -39988,6 +40198,9 @@ export interface operations {
39988
40198
  /** @enum {string} */
39989
40199
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
39990
40200
  };
40201
+ /** @enum {string} */
40202
+ measure?: "periodActivity" | "balance";
40203
+ label?: string;
39991
40204
  } | null;
39992
40205
  payouts: {
39993
40206
  id: string;
@@ -40470,6 +40683,9 @@ export interface operations {
40470
40683
  /** @enum {string} */
40471
40684
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
40472
40685
  };
40686
+ /** @enum {string} */
40687
+ measure?: "periodActivity" | "balance";
40688
+ label?: string;
40473
40689
  } | null;
40474
40690
  payouts: {
40475
40691
  id: string;
@@ -40755,6 +40971,9 @@ export interface operations {
40755
40971
  /** @enum {string} */
40756
40972
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
40757
40973
  };
40974
+ /** @enum {string} */
40975
+ measure?: "periodActivity" | "balance";
40976
+ label?: string;
40758
40977
  } | null;
40759
40978
  props?: {
40760
40979
  [key: string]: unknown;
@@ -40832,6 +41051,9 @@ export interface operations {
40832
41051
  /** @enum {string} */
40833
41052
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
40834
41053
  };
41054
+ /** @enum {string} */
41055
+ measure?: "periodActivity" | "balance";
41056
+ label?: string;
40835
41057
  } | null;
40836
41058
  /** @constant */
40837
41059
  type: "transaction";
@@ -40976,6 +41198,9 @@ export interface operations {
40976
41198
  /** @enum {string} */
40977
41199
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
40978
41200
  };
41201
+ /** @enum {string} */
41202
+ measure?: "periodActivity" | "balance";
41203
+ label?: string;
40979
41204
  } | null;
40980
41205
  props?: {
40981
41206
  [key: string]: unknown;
@@ -41053,6 +41278,9 @@ export interface operations {
41053
41278
  /** @enum {string} */
41054
41279
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
41055
41280
  };
41281
+ /** @enum {string} */
41282
+ measure?: "periodActivity" | "balance";
41283
+ label?: string;
41056
41284
  } | null;
41057
41285
  /** @constant */
41058
41286
  type: "reservation";
@@ -41213,6 +41441,9 @@ export interface operations {
41213
41441
  /** @enum {string} */
41214
41442
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
41215
41443
  };
41444
+ /** @enum {string} */
41445
+ measure?: "periodActivity" | "balance";
41446
+ label?: string;
41216
41447
  } | null;
41217
41448
  props?: {
41218
41449
  [key: string]: unknown;
@@ -41290,6 +41521,9 @@ export interface operations {
41290
41521
  /** @enum {string} */
41291
41522
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
41292
41523
  };
41524
+ /** @enum {string} */
41525
+ measure?: "periodActivity" | "balance";
41526
+ label?: string;
41293
41527
  } | null;
41294
41528
  /** @constant */
41295
41529
  type: "summary";
@@ -41695,6 +41929,9 @@ export interface operations {
41695
41929
  /** @enum {string} */
41696
41930
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
41697
41931
  };
41932
+ /** @enum {string} */
41933
+ measure?: "periodActivity" | "balance";
41934
+ label?: string;
41698
41935
  } | null;
41699
41936
  payouts: {
41700
41937
  id: string;
@@ -41980,6 +42217,9 @@ export interface operations {
41980
42217
  /** @enum {string} */
41981
42218
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
41982
42219
  };
42220
+ /** @enum {string} */
42221
+ measure?: "periodActivity" | "balance";
42222
+ label?: string;
41983
42223
  } | null;
41984
42224
  props?: {
41985
42225
  [key: string]: unknown;
@@ -42057,6 +42297,9 @@ export interface operations {
42057
42297
  /** @enum {string} */
42058
42298
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
42059
42299
  };
42300
+ /** @enum {string} */
42301
+ measure?: "periodActivity" | "balance";
42302
+ label?: string;
42060
42303
  } | null;
42061
42304
  /** @constant */
42062
42305
  type: "transaction";
@@ -42201,6 +42444,9 @@ export interface operations {
42201
42444
  /** @enum {string} */
42202
42445
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
42203
42446
  };
42447
+ /** @enum {string} */
42448
+ measure?: "periodActivity" | "balance";
42449
+ label?: string;
42204
42450
  } | null;
42205
42451
  props?: {
42206
42452
  [key: string]: unknown;
@@ -42278,6 +42524,9 @@ export interface operations {
42278
42524
  /** @enum {string} */
42279
42525
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
42280
42526
  };
42527
+ /** @enum {string} */
42528
+ measure?: "periodActivity" | "balance";
42529
+ label?: string;
42281
42530
  } | null;
42282
42531
  /** @constant */
42283
42532
  type: "reservation";
@@ -42438,6 +42687,9 @@ export interface operations {
42438
42687
  /** @enum {string} */
42439
42688
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
42440
42689
  };
42690
+ /** @enum {string} */
42691
+ measure?: "periodActivity" | "balance";
42692
+ label?: string;
42441
42693
  } | null;
42442
42694
  props?: {
42443
42695
  [key: string]: unknown;
@@ -42515,6 +42767,9 @@ export interface operations {
42515
42767
  /** @enum {string} */
42516
42768
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
42517
42769
  };
42770
+ /** @enum {string} */
42771
+ measure?: "periodActivity" | "balance";
42772
+ label?: string;
42518
42773
  } | null;
42519
42774
  /** @constant */
42520
42775
  type: "summary";
@@ -45157,6 +45412,9 @@ export interface operations {
45157
45412
  /** @enum {string} */
45158
45413
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45159
45414
  };
45415
+ /** @enum {string} */
45416
+ measure?: "periodActivity" | "balance";
45417
+ label?: string;
45160
45418
  } | null;
45161
45419
  payouts: {
45162
45420
  id: string;
@@ -45442,6 +45700,9 @@ export interface operations {
45442
45700
  /** @enum {string} */
45443
45701
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45444
45702
  };
45703
+ /** @enum {string} */
45704
+ measure?: "periodActivity" | "balance";
45705
+ label?: string;
45445
45706
  } | null;
45446
45707
  props?: {
45447
45708
  [key: string]: unknown;
@@ -45519,6 +45780,9 @@ export interface operations {
45519
45780
  /** @enum {string} */
45520
45781
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45521
45782
  };
45783
+ /** @enum {string} */
45784
+ measure?: "periodActivity" | "balance";
45785
+ label?: string;
45522
45786
  } | null;
45523
45787
  /** @constant */
45524
45788
  type: "transaction";
@@ -45663,6 +45927,9 @@ export interface operations {
45663
45927
  /** @enum {string} */
45664
45928
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45665
45929
  };
45930
+ /** @enum {string} */
45931
+ measure?: "periodActivity" | "balance";
45932
+ label?: string;
45666
45933
  } | null;
45667
45934
  props?: {
45668
45935
  [key: string]: unknown;
@@ -45740,6 +46007,9 @@ export interface operations {
45740
46007
  /** @enum {string} */
45741
46008
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45742
46009
  };
46010
+ /** @enum {string} */
46011
+ measure?: "periodActivity" | "balance";
46012
+ label?: string;
45743
46013
  } | null;
45744
46014
  /** @constant */
45745
46015
  type: "reservation";
@@ -45900,6 +46170,9 @@ export interface operations {
45900
46170
  /** @enum {string} */
45901
46171
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45902
46172
  };
46173
+ /** @enum {string} */
46174
+ measure?: "periodActivity" | "balance";
46175
+ label?: string;
45903
46176
  } | null;
45904
46177
  props?: {
45905
46178
  [key: string]: unknown;
@@ -45977,6 +46250,9 @@ export interface operations {
45977
46250
  /** @enum {string} */
45978
46251
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
45979
46252
  };
46253
+ /** @enum {string} */
46254
+ measure?: "periodActivity" | "balance";
46255
+ label?: string;
45980
46256
  } | null;
45981
46257
  /** @constant */
45982
46258
  type: "summary";
@@ -46387,6 +46663,9 @@ export interface operations {
46387
46663
  /** @enum {string} */
46388
46664
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
46389
46665
  };
46666
+ /** @enum {string} */
46667
+ measure?: "periodActivity" | "balance";
46668
+ label?: string;
46390
46669
  } | null;
46391
46670
  payouts: {
46392
46671
  id: string;
@@ -46672,6 +46951,9 @@ export interface operations {
46672
46951
  /** @enum {string} */
46673
46952
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
46674
46953
  };
46954
+ /** @enum {string} */
46955
+ measure?: "periodActivity" | "balance";
46956
+ label?: string;
46675
46957
  } | null;
46676
46958
  props?: {
46677
46959
  [key: string]: unknown;
@@ -46749,6 +47031,9 @@ export interface operations {
46749
47031
  /** @enum {string} */
46750
47032
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
46751
47033
  };
47034
+ /** @enum {string} */
47035
+ measure?: "periodActivity" | "balance";
47036
+ label?: string;
46752
47037
  } | null;
46753
47038
  /** @constant */
46754
47039
  type: "transaction";
@@ -46893,6 +47178,9 @@ export interface operations {
46893
47178
  /** @enum {string} */
46894
47179
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
46895
47180
  };
47181
+ /** @enum {string} */
47182
+ measure?: "periodActivity" | "balance";
47183
+ label?: string;
46896
47184
  } | null;
46897
47185
  props?: {
46898
47186
  [key: string]: unknown;
@@ -46970,6 +47258,9 @@ export interface operations {
46970
47258
  /** @enum {string} */
46971
47259
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
46972
47260
  };
47261
+ /** @enum {string} */
47262
+ measure?: "periodActivity" | "balance";
47263
+ label?: string;
46973
47264
  } | null;
46974
47265
  /** @constant */
46975
47266
  type: "reservation";
@@ -47130,6 +47421,9 @@ export interface operations {
47130
47421
  /** @enum {string} */
47131
47422
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
47132
47423
  };
47424
+ /** @enum {string} */
47425
+ measure?: "periodActivity" | "balance";
47426
+ label?: string;
47133
47427
  } | null;
47134
47428
  props?: {
47135
47429
  [key: string]: unknown;
@@ -47207,6 +47501,9 @@ export interface operations {
47207
47501
  /** @enum {string} */
47208
47502
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
47209
47503
  };
47504
+ /** @enum {string} */
47505
+ measure?: "periodActivity" | "balance";
47506
+ label?: string;
47210
47507
  } | null;
47211
47508
  /** @constant */
47212
47509
  type: "summary";
@@ -47775,9 +48072,12 @@ export interface operations {
47775
48072
  getSyncs: {
47776
48073
  parameters: {
47777
48074
  query?: {
47778
- status?: "queued" | "started" | "completed" | "failed" | "canceled";
48075
+ search?: string;
48076
+ category?: string;
47779
48077
  connectionId?: string;
47780
- automationId?: string;
48078
+ type?: "extract" | "automate" | "webhook";
48079
+ status?: "queued" | "started" | "completed" | "failed" | "canceled";
48080
+ sort?: "created_asc" | "created_desc" | "updated_asc" | "updated_desc";
47781
48081
  limit?: number;
47782
48082
  page?: number;
47783
48083
  };
@@ -47798,14 +48098,37 @@ export interface operations {
47798
48098
  /** @enum {string} */
47799
48099
  type: "extract" | "automate" | "webhook";
47800
48100
  message?: string;
47801
- connectionId?: string;
47802
48101
  triggerRef?: string;
47803
- userId?: string;
47804
- automationId?: string;
48102
+ automationId?: string | null;
47805
48103
  /** Format: uuid */
47806
48104
  id: string;
47807
48105
  /** @enum {string} */
47808
48106
  status: "queued" | "started" | "completed" | "failed" | "canceled";
48107
+ /**
48108
+ * Format: date-time
48109
+ * @description Timestamp string with date, time, milliseconds, and timezone.
48110
+ * @example 2024-01-15T12:30:00.000+00:00
48111
+ */
48112
+ createdAt: string;
48113
+ /**
48114
+ * Format: date-time
48115
+ * @description Timestamp string with date, time, milliseconds, and timezone.
48116
+ * @example 2024-01-15T12:30:00.000+00:00
48117
+ */
48118
+ updatedAt: string;
48119
+ triggeredByUser: {
48120
+ id?: string | null;
48121
+ firstName?: string | null;
48122
+ lastName?: string | null;
48123
+ email?: string | null;
48124
+ };
48125
+ connection: {
48126
+ id?: string | null;
48127
+ icon?: string | null;
48128
+ name?: string | null;
48129
+ uniqueRef?: string | null;
48130
+ appName?: string | null;
48131
+ };
47809
48132
  }[];
47810
48133
  pagination: {
47811
48134
  /** @default 100 */