@vrplatform/api 1.3.1-stage.1935 → 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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.1935",
6
+ "version": "1.3.1-stage.1936",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -3761,6 +3761,7 @@ export interface operations {
3761
3761
  /** @enum {string} */
3762
3762
  status: "active" | "inactive";
3763
3763
  uniqueRef?: string | null;
3764
+ isOpeningBalance: boolean;
3764
3765
  /** @enum {string} */
3765
3766
  type: "deposit" | "expense" | "transfer";
3766
3767
  date: string;
@@ -4841,6 +4842,7 @@ export interface operations {
4841
4842
  currency: string;
4842
4843
  /** @enum {string} */
4843
4844
  type: "deposit" | "expense" | "transfer";
4845
+ isOpeningBalance: boolean;
4844
4846
  contact?: {
4845
4847
  /** Format: uuid */
4846
4848
  id: string;
@@ -5302,6 +5304,7 @@ export interface operations {
5302
5304
  currency: string;
5303
5305
  /** @enum {string} */
5304
5306
  type: "deposit" | "expense" | "transfer";
5307
+ isOpeningBalance: boolean;
5305
5308
  contact?: {
5306
5309
  /** Format: uuid */
5307
5310
  id: string;
@@ -8605,6 +8608,7 @@ export interface operations {
8605
8608
  currency: string;
8606
8609
  /** @enum {string} */
8607
8610
  type: "deposit" | "expense" | "transfer";
8611
+ isOpeningBalance: boolean;
8608
8612
  contact?: {
8609
8613
  /** Format: uuid */
8610
8614
  id: string;
@@ -8650,6 +8654,7 @@ export interface operations {
8650
8654
  currency: string;
8651
8655
  /** @enum {string} */
8652
8656
  type: "deposit" | "expense" | "transfer";
8657
+ isOpeningBalance: boolean;
8653
8658
  contact?: {
8654
8659
  /** Format: uuid */
8655
8660
  id: string;
@@ -16453,6 +16458,7 @@ export interface operations {
16453
16458
  currency: string;
16454
16459
  /** @enum {string} */
16455
16460
  type: "deposit" | "expense" | "transfer";
16461
+ isOpeningBalance: boolean;
16456
16462
  contact?: {
16457
16463
  /** Format: uuid */
16458
16464
  id: string;
@@ -21649,6 +21655,7 @@ export interface operations {
21649
21655
  currency: string;
21650
21656
  /** @enum {string} */
21651
21657
  type: "deposit" | "expense" | "transfer";
21658
+ isOpeningBalance: boolean;
21652
21659
  contact?: {
21653
21660
  /** Format: uuid */
21654
21661
  id: string;
@@ -23030,6 +23037,7 @@ export interface operations {
23030
23037
  currency: string;
23031
23038
  /** @enum {string} */
23032
23039
  type: "deposit" | "expense" | "transfer";
23040
+ isOpeningBalance: boolean;
23033
23041
  contact?: {
23034
23042
  /** Format: uuid */
23035
23043
  id: string;
@@ -23588,6 +23596,7 @@ export interface operations {
23588
23596
  currency: string;
23589
23597
  /** @enum {string} */
23590
23598
  type: "deposit" | "expense" | "transfer";
23599
+ isOpeningBalance: boolean;
23591
23600
  contact?: {
23592
23601
  /** Format: uuid */
23593
23602
  id: string;
@@ -24266,6 +24275,7 @@ export interface operations {
24266
24275
  currency: string;
24267
24276
  /** @enum {string} */
24268
24277
  type: "deposit" | "expense" | "transfer";
24278
+ isOpeningBalance: boolean;
24269
24279
  contact?: {
24270
24280
  /** Format: uuid */
24271
24281
  id: string;
@@ -24719,6 +24729,7 @@ export interface operations {
24719
24729
  currency: string;
24720
24730
  /** @enum {string} */
24721
24731
  type: "deposit" | "expense" | "transfer";
24732
+ isOpeningBalance: boolean;
24722
24733
  contact?: {
24723
24734
  /** Format: uuid */
24724
24735
  id: string;
@@ -25158,6 +25169,7 @@ export interface operations {
25158
25169
  currency: string;
25159
25170
  /** @enum {string} */
25160
25171
  type: "deposit" | "expense" | "transfer";
25172
+ isOpeningBalance: boolean;
25161
25173
  contact?: {
25162
25174
  /** Format: uuid */
25163
25175
  id: string;
@@ -28131,6 +28143,7 @@ export interface operations {
28131
28143
  /** @enum {string} */
28132
28144
  status: "active" | "inactive";
28133
28145
  uniqueRef?: string | null;
28146
+ isOpeningBalance: boolean;
28134
28147
  /** @enum {string} */
28135
28148
  type: "deposit" | "expense" | "transfer";
28136
28149
  date: string;
@@ -33702,6 +33715,7 @@ export interface operations {
33702
33715
  parameters: {
33703
33716
  query?: {
33704
33717
  type?: "deposit" | "expense" | "transfer";
33718
+ isOpeningBalance?: boolean;
33705
33719
  status?: "active" | "inactive";
33706
33720
  includeLines?: boolean;
33707
33721
  accountId?: string;
@@ -33747,6 +33761,7 @@ export interface operations {
33747
33761
  /** @enum {string} */
33748
33762
  status: "active" | "inactive";
33749
33763
  uniqueRef?: string | null;
33764
+ isOpeningBalance: boolean;
33750
33765
  /** @enum {string} */
33751
33766
  type: "deposit" | "expense" | "transfer";
33752
33767
  date: string;
@@ -34084,6 +34099,7 @@ export interface operations {
34084
34099
  accountId?: string | null;
34085
34100
  contactId?: string | null;
34086
34101
  uniqueRef?: string | null;
34102
+ isOpeningBalance?: boolean;
34087
34103
  /** @enum {string} */
34088
34104
  type: "deposit" | "expense" | "transfer";
34089
34105
  date: string;
@@ -34161,6 +34177,7 @@ export interface operations {
34161
34177
  /** @enum {string} */
34162
34178
  status: "active" | "inactive";
34163
34179
  uniqueRef?: string | null;
34180
+ isOpeningBalance: boolean;
34164
34181
  /** @enum {string} */
34165
34182
  type: "deposit" | "expense" | "transfer";
34166
34183
  date: string;
@@ -34491,6 +34508,7 @@ export interface operations {
34491
34508
  accountId?: string | null;
34492
34509
  contactId?: string | null;
34493
34510
  uniqueRef?: string | null;
34511
+ isOpeningBalance?: boolean;
34494
34512
  /** @enum {string} */
34495
34513
  type: "deposit" | "expense" | "transfer";
34496
34514
  date: string;
@@ -34787,6 +34805,7 @@ export interface operations {
34787
34805
  parameters: {
34788
34806
  query?: {
34789
34807
  type?: "deposit" | "expense" | "transfer";
34808
+ isOpeningBalance?: boolean;
34790
34809
  status?: "active" | "inactive";
34791
34810
  includeLines?: boolean;
34792
34811
  accountId?: string;
@@ -34915,6 +34934,7 @@ export interface operations {
34915
34934
  parameters: {
34916
34935
  query?: {
34917
34936
  type?: "deposit" | "expense" | "transfer";
34937
+ isOpeningBalance?: boolean;
34918
34938
  status?: "active" | "inactive";
34919
34939
  includeLines?: boolean;
34920
34940
  accountId?: string;
@@ -35043,6 +35063,7 @@ export interface operations {
35043
35063
  parameters: {
35044
35064
  query?: {
35045
35065
  type?: "deposit" | "expense" | "transfer";
35066
+ isOpeningBalance?: boolean;
35046
35067
  status?: "active" | "inactive";
35047
35068
  includeLines?: boolean;
35048
35069
  accountId?: string;
@@ -36916,6 +36937,7 @@ export interface operations {
36916
36937
  /** @enum {string} */
36917
36938
  status: "active" | "inactive";
36918
36939
  uniqueRef?: string | null;
36940
+ isOpeningBalance: boolean;
36919
36941
  /** @enum {string} */
36920
36942
  type: "deposit" | "expense" | "transfer";
36921
36943
  date: string;
@@ -37233,6 +37255,7 @@ export interface operations {
37233
37255
  parameters: {
37234
37256
  query?: {
37235
37257
  type?: "deposit" | "expense" | "transfer";
37258
+ isOpeningBalance?: boolean;
37236
37259
  status?: "active" | "inactive";
37237
37260
  includeLines?: boolean;
37238
37261
  accountId?: string;
@@ -37379,6 +37402,7 @@ export interface operations {
37379
37402
  /** @enum {string} */
37380
37403
  status: "active" | "inactive";
37381
37404
  uniqueRef?: string | null;
37405
+ isOpeningBalance: boolean;
37382
37406
  /** @enum {string} */
37383
37407
  type: "deposit" | "expense" | "transfer";
37384
37408
  date: string;
@@ -37708,6 +37732,7 @@ export interface operations {
37708
37732
  accountId?: string | null;
37709
37733
  contactId?: string | null;
37710
37734
  uniqueRef?: string | null;
37735
+ isOpeningBalance?: boolean;
37711
37736
  /** @enum {string} */
37712
37737
  type?: "deposit" | "expense" | "transfer";
37713
37738
  date?: string;
@@ -37845,6 +37870,7 @@ export interface operations {
37845
37870
  /** @enum {string} */
37846
37871
  status: "active" | "inactive";
37847
37872
  uniqueRef?: string | null;
37873
+ isOpeningBalance: boolean;
37848
37874
  /** @enum {string} */
37849
37875
  type: "deposit" | "expense" | "transfer";
37850
37876
  date: string;
@@ -38320,6 +38346,7 @@ export interface operations {
38320
38346
  /** @enum {string} */
38321
38347
  status: "active" | "inactive";
38322
38348
  uniqueRef?: string | null;
38349
+ isOpeningBalance: boolean;
38323
38350
  /** @enum {string} */
38324
38351
  type: "deposit" | "expense" | "transfer";
38325
38352
  date: string;