@vrplatform/api 1.3.1-stage.1934 → 1.3.1-stage.1936

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.
@@ -3760,6 +3760,7 @@ export interface operations {
3760
3760
  /** @enum {string} */
3761
3761
  status: "active" | "inactive";
3762
3762
  uniqueRef?: string | null;
3763
+ isOpeningBalance: boolean;
3763
3764
  /** @enum {string} */
3764
3765
  type: "deposit" | "expense" | "transfer";
3765
3766
  date: string;
@@ -4840,6 +4841,7 @@ export interface operations {
4840
4841
  currency: string;
4841
4842
  /** @enum {string} */
4842
4843
  type: "deposit" | "expense" | "transfer";
4844
+ isOpeningBalance: boolean;
4843
4845
  contact?: {
4844
4846
  /** Format: uuid */
4845
4847
  id: string;
@@ -5301,6 +5303,7 @@ export interface operations {
5301
5303
  currency: string;
5302
5304
  /** @enum {string} */
5303
5305
  type: "deposit" | "expense" | "transfer";
5306
+ isOpeningBalance: boolean;
5304
5307
  contact?: {
5305
5308
  /** Format: uuid */
5306
5309
  id: string;
@@ -8604,6 +8607,7 @@ export interface operations {
8604
8607
  currency: string;
8605
8608
  /** @enum {string} */
8606
8609
  type: "deposit" | "expense" | "transfer";
8610
+ isOpeningBalance: boolean;
8607
8611
  contact?: {
8608
8612
  /** Format: uuid */
8609
8613
  id: string;
@@ -8649,6 +8653,7 @@ export interface operations {
8649
8653
  currency: string;
8650
8654
  /** @enum {string} */
8651
8655
  type: "deposit" | "expense" | "transfer";
8656
+ isOpeningBalance: boolean;
8652
8657
  contact?: {
8653
8658
  /** Format: uuid */
8654
8659
  id: string;
@@ -16452,6 +16457,7 @@ export interface operations {
16452
16457
  currency: string;
16453
16458
  /** @enum {string} */
16454
16459
  type: "deposit" | "expense" | "transfer";
16460
+ isOpeningBalance: boolean;
16455
16461
  contact?: {
16456
16462
  /** Format: uuid */
16457
16463
  id: string;
@@ -21648,6 +21654,7 @@ export interface operations {
21648
21654
  currency: string;
21649
21655
  /** @enum {string} */
21650
21656
  type: "deposit" | "expense" | "transfer";
21657
+ isOpeningBalance: boolean;
21651
21658
  contact?: {
21652
21659
  /** Format: uuid */
21653
21660
  id: string;
@@ -23029,6 +23036,7 @@ export interface operations {
23029
23036
  currency: string;
23030
23037
  /** @enum {string} */
23031
23038
  type: "deposit" | "expense" | "transfer";
23039
+ isOpeningBalance: boolean;
23032
23040
  contact?: {
23033
23041
  /** Format: uuid */
23034
23042
  id: string;
@@ -23587,6 +23595,7 @@ export interface operations {
23587
23595
  currency: string;
23588
23596
  /** @enum {string} */
23589
23597
  type: "deposit" | "expense" | "transfer";
23598
+ isOpeningBalance: boolean;
23590
23599
  contact?: {
23591
23600
  /** Format: uuid */
23592
23601
  id: string;
@@ -24265,6 +24274,7 @@ export interface operations {
24265
24274
  currency: string;
24266
24275
  /** @enum {string} */
24267
24276
  type: "deposit" | "expense" | "transfer";
24277
+ isOpeningBalance: boolean;
24268
24278
  contact?: {
24269
24279
  /** Format: uuid */
24270
24280
  id: string;
@@ -24718,6 +24728,7 @@ export interface operations {
24718
24728
  currency: string;
24719
24729
  /** @enum {string} */
24720
24730
  type: "deposit" | "expense" | "transfer";
24731
+ isOpeningBalance: boolean;
24721
24732
  contact?: {
24722
24733
  /** Format: uuid */
24723
24734
  id: string;
@@ -25157,6 +25168,7 @@ export interface operations {
25157
25168
  currency: string;
25158
25169
  /** @enum {string} */
25159
25170
  type: "deposit" | "expense" | "transfer";
25171
+ isOpeningBalance: boolean;
25160
25172
  contact?: {
25161
25173
  /** Format: uuid */
25162
25174
  id: string;
@@ -28130,6 +28142,7 @@ export interface operations {
28130
28142
  /** @enum {string} */
28131
28143
  status: "active" | "inactive";
28132
28144
  uniqueRef?: string | null;
28145
+ isOpeningBalance: boolean;
28133
28146
  /** @enum {string} */
28134
28147
  type: "deposit" | "expense" | "transfer";
28135
28148
  date: string;
@@ -33701,6 +33714,7 @@ export interface operations {
33701
33714
  parameters: {
33702
33715
  query?: {
33703
33716
  type?: "deposit" | "expense" | "transfer";
33717
+ isOpeningBalance?: boolean;
33704
33718
  status?: "active" | "inactive";
33705
33719
  includeLines?: boolean;
33706
33720
  accountId?: string;
@@ -33746,6 +33760,7 @@ export interface operations {
33746
33760
  /** @enum {string} */
33747
33761
  status: "active" | "inactive";
33748
33762
  uniqueRef?: string | null;
33763
+ isOpeningBalance: boolean;
33749
33764
  /** @enum {string} */
33750
33765
  type: "deposit" | "expense" | "transfer";
33751
33766
  date: string;
@@ -34083,6 +34098,7 @@ export interface operations {
34083
34098
  accountId?: string | null;
34084
34099
  contactId?: string | null;
34085
34100
  uniqueRef?: string | null;
34101
+ isOpeningBalance?: boolean;
34086
34102
  /** @enum {string} */
34087
34103
  type: "deposit" | "expense" | "transfer";
34088
34104
  date: string;
@@ -34160,6 +34176,7 @@ export interface operations {
34160
34176
  /** @enum {string} */
34161
34177
  status: "active" | "inactive";
34162
34178
  uniqueRef?: string | null;
34179
+ isOpeningBalance: boolean;
34163
34180
  /** @enum {string} */
34164
34181
  type: "deposit" | "expense" | "transfer";
34165
34182
  date: string;
@@ -34490,6 +34507,7 @@ export interface operations {
34490
34507
  accountId?: string | null;
34491
34508
  contactId?: string | null;
34492
34509
  uniqueRef?: string | null;
34510
+ isOpeningBalance?: boolean;
34493
34511
  /** @enum {string} */
34494
34512
  type: "deposit" | "expense" | "transfer";
34495
34513
  date: string;
@@ -34786,6 +34804,7 @@ export interface operations {
34786
34804
  parameters: {
34787
34805
  query?: {
34788
34806
  type?: "deposit" | "expense" | "transfer";
34807
+ isOpeningBalance?: boolean;
34789
34808
  status?: "active" | "inactive";
34790
34809
  includeLines?: boolean;
34791
34810
  accountId?: string;
@@ -34914,6 +34933,7 @@ export interface operations {
34914
34933
  parameters: {
34915
34934
  query?: {
34916
34935
  type?: "deposit" | "expense" | "transfer";
34936
+ isOpeningBalance?: boolean;
34917
34937
  status?: "active" | "inactive";
34918
34938
  includeLines?: boolean;
34919
34939
  accountId?: string;
@@ -35042,6 +35062,7 @@ export interface operations {
35042
35062
  parameters: {
35043
35063
  query?: {
35044
35064
  type?: "deposit" | "expense" | "transfer";
35065
+ isOpeningBalance?: boolean;
35045
35066
  status?: "active" | "inactive";
35046
35067
  includeLines?: boolean;
35047
35068
  accountId?: string;
@@ -36915,6 +36936,7 @@ export interface operations {
36915
36936
  /** @enum {string} */
36916
36937
  status: "active" | "inactive";
36917
36938
  uniqueRef?: string | null;
36939
+ isOpeningBalance: boolean;
36918
36940
  /** @enum {string} */
36919
36941
  type: "deposit" | "expense" | "transfer";
36920
36942
  date: string;
@@ -37232,6 +37254,7 @@ export interface operations {
37232
37254
  parameters: {
37233
37255
  query?: {
37234
37256
  type?: "deposit" | "expense" | "transfer";
37257
+ isOpeningBalance?: boolean;
37235
37258
  status?: "active" | "inactive";
37236
37259
  includeLines?: boolean;
37237
37260
  accountId?: string;
@@ -37378,6 +37401,7 @@ export interface operations {
37378
37401
  /** @enum {string} */
37379
37402
  status: "active" | "inactive";
37380
37403
  uniqueRef?: string | null;
37404
+ isOpeningBalance: boolean;
37381
37405
  /** @enum {string} */
37382
37406
  type: "deposit" | "expense" | "transfer";
37383
37407
  date: string;
@@ -37707,6 +37731,7 @@ export interface operations {
37707
37731
  accountId?: string | null;
37708
37732
  contactId?: string | null;
37709
37733
  uniqueRef?: string | null;
37734
+ isOpeningBalance?: boolean;
37710
37735
  /** @enum {string} */
37711
37736
  type?: "deposit" | "expense" | "transfer";
37712
37737
  date?: string;
@@ -37844,6 +37869,7 @@ export interface operations {
37844
37869
  /** @enum {string} */
37845
37870
  status: "active" | "inactive";
37846
37871
  uniqueRef?: string | null;
37872
+ isOpeningBalance: boolean;
37847
37873
  /** @enum {string} */
37848
37874
  type: "deposit" | "expense" | "transfer";
37849
37875
  date: string;
@@ -38319,6 +38345,7 @@ export interface operations {
38319
38345
  /** @enum {string} */
38320
38346
  status: "active" | "inactive";
38321
38347
  uniqueRef?: string | null;
38348
+ isOpeningBalance: boolean;
38322
38349
  /** @enum {string} */
38323
38350
  type: "deposit" | "expense" | "transfer";
38324
38351
  date: string;