@vrplatform/graphql 1.1.3 → 1.1.5

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.
@@ -19947,9 +19947,12 @@ export const generatedSchema = {
19947
19947
  centAccountingBalanceStart: { __type: "Int" },
19948
19948
  centBalanceEnd: { __type: "bigint" },
19949
19949
  centBalanceStart: { __type: "bigint" },
19950
+ centExpenses: { __type: "bigint" },
19951
+ centNetRevenue: { __type: "bigint" },
19950
19952
  centPayedOut: { __type: "Int" },
19951
19953
  centRentalRevenue: { __type: "Int" },
19952
19954
  centTotal: { __type: "bigint" },
19955
+ centTransfer: { __type: "bigint" },
19953
19956
  createdAt: { __type: "timestamptz!" },
19954
19957
  currency: { __type: "currency_enum" },
19955
19958
  endAt: { __type: "timestamptz!" },
@@ -20138,18 +20141,24 @@ export const generatedSchema = {
20138
20141
  centAccountingBalanceStart: { __type: "Float" },
20139
20142
  centBalanceEnd: { __type: "Float" },
20140
20143
  centBalanceStart: { __type: "Float" },
20144
+ centExpenses: { __type: "Float" },
20145
+ centNetRevenue: { __type: "Float" },
20141
20146
  centPayedOut: { __type: "Float" },
20142
20147
  centRentalRevenue: { __type: "Float" },
20143
20148
  centTotal: { __type: "Float" },
20149
+ centTransfer: { __type: "Float" },
20144
20150
  },
20145
20151
  owner_statement_avg_order_by: {
20146
20152
  centAccountingBalanceEnd: { __type: "order_by" },
20147
20153
  centAccountingBalanceStart: { __type: "order_by" },
20148
20154
  centBalanceEnd: { __type: "order_by" },
20149
20155
  centBalanceStart: { __type: "order_by" },
20156
+ centExpenses: { __type: "order_by" },
20157
+ centNetRevenue: { __type: "order_by" },
20150
20158
  centPayedOut: { __type: "order_by" },
20151
20159
  centRentalRevenue: { __type: "order_by" },
20152
20160
  centTotal: { __type: "order_by" },
20161
+ centTransfer: { __type: "order_by" },
20153
20162
  },
20154
20163
  owner_statement_bool_exp: {
20155
20164
  _and: { __type: "[owner_statement_bool_exp!]" },
@@ -20165,9 +20174,12 @@ export const generatedSchema = {
20165
20174
  centAccountingBalanceStart: { __type: "Int_comparison_exp" },
20166
20175
  centBalanceEnd: { __type: "bigint_comparison_exp" },
20167
20176
  centBalanceStart: { __type: "bigint_comparison_exp" },
20177
+ centExpenses: { __type: "bigint_comparison_exp" },
20178
+ centNetRevenue: { __type: "bigint_comparison_exp" },
20168
20179
  centPayedOut: { __type: "Int_comparison_exp" },
20169
20180
  centRentalRevenue: { __type: "Int_comparison_exp" },
20170
20181
  centTotal: { __type: "bigint_comparison_exp" },
20182
+ centTransfer: { __type: "bigint_comparison_exp" },
20171
20183
  createdAt: { __type: "timestamptz_comparison_exp" },
20172
20184
  currency: { __type: "currency_enum_comparison_exp" },
20173
20185
  endAt: { __type: "timestamptz_comparison_exp" },
@@ -20226,9 +20238,12 @@ export const generatedSchema = {
20226
20238
  centAccountingBalanceStart: { __type: "Int" },
20227
20239
  centBalanceEnd: { __type: "bigint" },
20228
20240
  centBalanceStart: { __type: "bigint" },
20241
+ centExpenses: { __type: "bigint" },
20242
+ centNetRevenue: { __type: "bigint" },
20229
20243
  centPayedOut: { __type: "Int" },
20230
20244
  centRentalRevenue: { __type: "Int" },
20231
20245
  centTotal: { __type: "bigint" },
20246
+ centTransfer: { __type: "bigint" },
20232
20247
  },
20233
20248
  owner_statement_insert_input: {
20234
20249
  attachedJournalEntries: { __type: "journalEntry_arr_rel_insert_input" },
@@ -20238,9 +20253,12 @@ export const generatedSchema = {
20238
20253
  centAccountingBalanceStart: { __type: "Int" },
20239
20254
  centBalanceEnd: { __type: "bigint" },
20240
20255
  centBalanceStart: { __type: "bigint" },
20256
+ centExpenses: { __type: "bigint" },
20257
+ centNetRevenue: { __type: "bigint" },
20241
20258
  centPayedOut: { __type: "Int" },
20242
20259
  centRentalRevenue: { __type: "Int" },
20243
20260
  centTotal: { __type: "bigint" },
20261
+ centTransfer: { __type: "bigint" },
20244
20262
  createdAt: { __type: "timestamptz" },
20245
20263
  currency: { __type: "currency_enum" },
20246
20264
  endAt: { __type: "timestamptz" },
@@ -20956,9 +20974,12 @@ export const generatedSchema = {
20956
20974
  centAccountingBalanceStart: { __type: "Int" },
20957
20975
  centBalanceEnd: { __type: "bigint" },
20958
20976
  centBalanceStart: { __type: "bigint" },
20977
+ centExpenses: { __type: "bigint" },
20978
+ centNetRevenue: { __type: "bigint" },
20959
20979
  centPayedOut: { __type: "Int" },
20960
20980
  centRentalRevenue: { __type: "Int" },
20961
20981
  centTotal: { __type: "bigint" },
20982
+ centTransfer: { __type: "bigint" },
20962
20983
  createdAt: { __type: "timestamptz" },
20963
20984
  endAt: { __type: "timestamptz" },
20964
20985
  id: { __type: "uuid" },
@@ -20979,9 +21000,12 @@ export const generatedSchema = {
20979
21000
  centAccountingBalanceStart: { __type: "order_by" },
20980
21001
  centBalanceEnd: { __type: "order_by" },
20981
21002
  centBalanceStart: { __type: "order_by" },
21003
+ centExpenses: { __type: "order_by" },
21004
+ centNetRevenue: { __type: "order_by" },
20982
21005
  centPayedOut: { __type: "order_by" },
20983
21006
  centRentalRevenue: { __type: "order_by" },
20984
21007
  centTotal: { __type: "order_by" },
21008
+ centTransfer: { __type: "order_by" },
20985
21009
  createdAt: { __type: "order_by" },
20986
21010
  endAt: { __type: "order_by" },
20987
21011
  id: { __type: "order_by" },
@@ -21003,9 +21027,12 @@ export const generatedSchema = {
21003
21027
  centAccountingBalanceStart: { __type: "Int" },
21004
21028
  centBalanceEnd: { __type: "bigint" },
21005
21029
  centBalanceStart: { __type: "bigint" },
21030
+ centExpenses: { __type: "bigint" },
21031
+ centNetRevenue: { __type: "bigint" },
21006
21032
  centPayedOut: { __type: "Int" },
21007
21033
  centRentalRevenue: { __type: "Int" },
21008
21034
  centTotal: { __type: "bigint" },
21035
+ centTransfer: { __type: "bigint" },
21009
21036
  createdAt: { __type: "timestamptz" },
21010
21037
  endAt: { __type: "timestamptz" },
21011
21038
  id: { __type: "uuid" },
@@ -21026,9 +21053,12 @@ export const generatedSchema = {
21026
21053
  centAccountingBalanceStart: { __type: "order_by" },
21027
21054
  centBalanceEnd: { __type: "order_by" },
21028
21055
  centBalanceStart: { __type: "order_by" },
21056
+ centExpenses: { __type: "order_by" },
21057
+ centNetRevenue: { __type: "order_by" },
21029
21058
  centPayedOut: { __type: "order_by" },
21030
21059
  centRentalRevenue: { __type: "order_by" },
21031
21060
  centTotal: { __type: "order_by" },
21061
+ centTransfer: { __type: "order_by" },
21032
21062
  createdAt: { __type: "order_by" },
21033
21063
  endAt: { __type: "order_by" },
21034
21064
  id: { __type: "order_by" },
@@ -21067,9 +21097,12 @@ export const generatedSchema = {
21067
21097
  centAccountingBalanceStart: { __type: "order_by" },
21068
21098
  centBalanceEnd: { __type: "order_by" },
21069
21099
  centBalanceStart: { __type: "order_by" },
21100
+ centExpenses: { __type: "order_by" },
21101
+ centNetRevenue: { __type: "order_by" },
21070
21102
  centPayedOut: { __type: "order_by" },
21071
21103
  centRentalRevenue: { __type: "order_by" },
21072
21104
  centTotal: { __type: "order_by" },
21105
+ centTransfer: { __type: "order_by" },
21073
21106
  createdAt: { __type: "order_by" },
21074
21107
  currency: { __type: "order_by" },
21075
21108
  endAt: { __type: "order_by" },
@@ -21359,9 +21392,12 @@ export const generatedSchema = {
21359
21392
  centAccountingBalanceStart: { __type: "Int" },
21360
21393
  centBalanceEnd: { __type: "bigint" },
21361
21394
  centBalanceStart: { __type: "bigint" },
21395
+ centExpenses: { __type: "bigint" },
21396
+ centNetRevenue: { __type: "bigint" },
21362
21397
  centPayedOut: { __type: "Int" },
21363
21398
  centRentalRevenue: { __type: "Int" },
21364
21399
  centTotal: { __type: "bigint" },
21400
+ centTransfer: { __type: "bigint" },
21365
21401
  createdAt: { __type: "timestamptz" },
21366
21402
  currency: { __type: "currency_enum" },
21367
21403
  endAt: { __type: "timestamptz" },
@@ -21456,18 +21492,24 @@ export const generatedSchema = {
21456
21492
  centAccountingBalanceStart: { __type: "Float" },
21457
21493
  centBalanceEnd: { __type: "Float" },
21458
21494
  centBalanceStart: { __type: "Float" },
21495
+ centExpenses: { __type: "Float" },
21496
+ centNetRevenue: { __type: "Float" },
21459
21497
  centPayedOut: { __type: "Float" },
21460
21498
  centRentalRevenue: { __type: "Float" },
21461
21499
  centTotal: { __type: "Float" },
21500
+ centTransfer: { __type: "Float" },
21462
21501
  },
21463
21502
  owner_statement_stddev_order_by: {
21464
21503
  centAccountingBalanceEnd: { __type: "order_by" },
21465
21504
  centAccountingBalanceStart: { __type: "order_by" },
21466
21505
  centBalanceEnd: { __type: "order_by" },
21467
21506
  centBalanceStart: { __type: "order_by" },
21507
+ centExpenses: { __type: "order_by" },
21508
+ centNetRevenue: { __type: "order_by" },
21468
21509
  centPayedOut: { __type: "order_by" },
21469
21510
  centRentalRevenue: { __type: "order_by" },
21470
21511
  centTotal: { __type: "order_by" },
21512
+ centTransfer: { __type: "order_by" },
21471
21513
  },
21472
21514
  owner_statement_stddev_pop_fields: {
21473
21515
  __typename: { __type: "String!" },
@@ -21475,18 +21517,24 @@ export const generatedSchema = {
21475
21517
  centAccountingBalanceStart: { __type: "Float" },
21476
21518
  centBalanceEnd: { __type: "Float" },
21477
21519
  centBalanceStart: { __type: "Float" },
21520
+ centExpenses: { __type: "Float" },
21521
+ centNetRevenue: { __type: "Float" },
21478
21522
  centPayedOut: { __type: "Float" },
21479
21523
  centRentalRevenue: { __type: "Float" },
21480
21524
  centTotal: { __type: "Float" },
21525
+ centTransfer: { __type: "Float" },
21481
21526
  },
21482
21527
  owner_statement_stddev_pop_order_by: {
21483
21528
  centAccountingBalanceEnd: { __type: "order_by" },
21484
21529
  centAccountingBalanceStart: { __type: "order_by" },
21485
21530
  centBalanceEnd: { __type: "order_by" },
21486
21531
  centBalanceStart: { __type: "order_by" },
21532
+ centExpenses: { __type: "order_by" },
21533
+ centNetRevenue: { __type: "order_by" },
21487
21534
  centPayedOut: { __type: "order_by" },
21488
21535
  centRentalRevenue: { __type: "order_by" },
21489
21536
  centTotal: { __type: "order_by" },
21537
+ centTransfer: { __type: "order_by" },
21490
21538
  },
21491
21539
  owner_statement_stddev_samp_fields: {
21492
21540
  __typename: { __type: "String!" },
@@ -21494,18 +21542,24 @@ export const generatedSchema = {
21494
21542
  centAccountingBalanceStart: { __type: "Float" },
21495
21543
  centBalanceEnd: { __type: "Float" },
21496
21544
  centBalanceStart: { __type: "Float" },
21545
+ centExpenses: { __type: "Float" },
21546
+ centNetRevenue: { __type: "Float" },
21497
21547
  centPayedOut: { __type: "Float" },
21498
21548
  centRentalRevenue: { __type: "Float" },
21499
21549
  centTotal: { __type: "Float" },
21550
+ centTransfer: { __type: "Float" },
21500
21551
  },
21501
21552
  owner_statement_stddev_samp_order_by: {
21502
21553
  centAccountingBalanceEnd: { __type: "order_by" },
21503
21554
  centAccountingBalanceStart: { __type: "order_by" },
21504
21555
  centBalanceEnd: { __type: "order_by" },
21505
21556
  centBalanceStart: { __type: "order_by" },
21557
+ centExpenses: { __type: "order_by" },
21558
+ centNetRevenue: { __type: "order_by" },
21506
21559
  centPayedOut: { __type: "order_by" },
21507
21560
  centRentalRevenue: { __type: "order_by" },
21508
21561
  centTotal: { __type: "order_by" },
21562
+ centTransfer: { __type: "order_by" },
21509
21563
  },
21510
21564
  owner_statement_stream_cursor_input: {
21511
21565
  initial_value: { __type: "owner_statement_stream_cursor_value_input!" },
@@ -21517,9 +21571,12 @@ export const generatedSchema = {
21517
21571
  centAccountingBalanceStart: { __type: "Int" },
21518
21572
  centBalanceEnd: { __type: "bigint" },
21519
21573
  centBalanceStart: { __type: "bigint" },
21574
+ centExpenses: { __type: "bigint" },
21575
+ centNetRevenue: { __type: "bigint" },
21520
21576
  centPayedOut: { __type: "Int" },
21521
21577
  centRentalRevenue: { __type: "Int" },
21522
21578
  centTotal: { __type: "bigint" },
21579
+ centTransfer: { __type: "bigint" },
21523
21580
  createdAt: { __type: "timestamptz" },
21524
21581
  currency: { __type: "currency_enum" },
21525
21582
  endAt: { __type: "timestamptz" },
@@ -21545,18 +21602,24 @@ export const generatedSchema = {
21545
21602
  centAccountingBalanceStart: { __type: "Int" },
21546
21603
  centBalanceEnd: { __type: "bigint" },
21547
21604
  centBalanceStart: { __type: "bigint" },
21605
+ centExpenses: { __type: "bigint" },
21606
+ centNetRevenue: { __type: "bigint" },
21548
21607
  centPayedOut: { __type: "Int" },
21549
21608
  centRentalRevenue: { __type: "Int" },
21550
21609
  centTotal: { __type: "bigint" },
21610
+ centTransfer: { __type: "bigint" },
21551
21611
  },
21552
21612
  owner_statement_sum_order_by: {
21553
21613
  centAccountingBalanceEnd: { __type: "order_by" },
21554
21614
  centAccountingBalanceStart: { __type: "order_by" },
21555
21615
  centBalanceEnd: { __type: "order_by" },
21556
21616
  centBalanceStart: { __type: "order_by" },
21617
+ centExpenses: { __type: "order_by" },
21618
+ centNetRevenue: { __type: "order_by" },
21557
21619
  centPayedOut: { __type: "order_by" },
21558
21620
  centRentalRevenue: { __type: "order_by" },
21559
21621
  centTotal: { __type: "order_by" },
21622
+ centTransfer: { __type: "order_by" },
21560
21623
  },
21561
21624
  owner_statement_template: {
21562
21625
  __typename: { __type: "String!" },
@@ -21812,18 +21875,24 @@ export const generatedSchema = {
21812
21875
  centAccountingBalanceStart: { __type: "Float" },
21813
21876
  centBalanceEnd: { __type: "Float" },
21814
21877
  centBalanceStart: { __type: "Float" },
21878
+ centExpenses: { __type: "Float" },
21879
+ centNetRevenue: { __type: "Float" },
21815
21880
  centPayedOut: { __type: "Float" },
21816
21881
  centRentalRevenue: { __type: "Float" },
21817
21882
  centTotal: { __type: "Float" },
21883
+ centTransfer: { __type: "Float" },
21818
21884
  },
21819
21885
  owner_statement_var_pop_order_by: {
21820
21886
  centAccountingBalanceEnd: { __type: "order_by" },
21821
21887
  centAccountingBalanceStart: { __type: "order_by" },
21822
21888
  centBalanceEnd: { __type: "order_by" },
21823
21889
  centBalanceStart: { __type: "order_by" },
21890
+ centExpenses: { __type: "order_by" },
21891
+ centNetRevenue: { __type: "order_by" },
21824
21892
  centPayedOut: { __type: "order_by" },
21825
21893
  centRentalRevenue: { __type: "order_by" },
21826
21894
  centTotal: { __type: "order_by" },
21895
+ centTransfer: { __type: "order_by" },
21827
21896
  },
21828
21897
  owner_statement_var_samp_fields: {
21829
21898
  __typename: { __type: "String!" },
@@ -21831,18 +21900,24 @@ export const generatedSchema = {
21831
21900
  centAccountingBalanceStart: { __type: "Float" },
21832
21901
  centBalanceEnd: { __type: "Float" },
21833
21902
  centBalanceStart: { __type: "Float" },
21903
+ centExpenses: { __type: "Float" },
21904
+ centNetRevenue: { __type: "Float" },
21834
21905
  centPayedOut: { __type: "Float" },
21835
21906
  centRentalRevenue: { __type: "Float" },
21836
21907
  centTotal: { __type: "Float" },
21908
+ centTransfer: { __type: "Float" },
21837
21909
  },
21838
21910
  owner_statement_var_samp_order_by: {
21839
21911
  centAccountingBalanceEnd: { __type: "order_by" },
21840
21912
  centAccountingBalanceStart: { __type: "order_by" },
21841
21913
  centBalanceEnd: { __type: "order_by" },
21842
21914
  centBalanceStart: { __type: "order_by" },
21915
+ centExpenses: { __type: "order_by" },
21916
+ centNetRevenue: { __type: "order_by" },
21843
21917
  centPayedOut: { __type: "order_by" },
21844
21918
  centRentalRevenue: { __type: "order_by" },
21845
21919
  centTotal: { __type: "order_by" },
21920
+ centTransfer: { __type: "order_by" },
21846
21921
  },
21847
21922
  owner_statement_variance_fields: {
21848
21923
  __typename: { __type: "String!" },
@@ -21850,18 +21925,24 @@ export const generatedSchema = {
21850
21925
  centAccountingBalanceStart: { __type: "Float" },
21851
21926
  centBalanceEnd: { __type: "Float" },
21852
21927
  centBalanceStart: { __type: "Float" },
21928
+ centExpenses: { __type: "Float" },
21929
+ centNetRevenue: { __type: "Float" },
21853
21930
  centPayedOut: { __type: "Float" },
21854
21931
  centRentalRevenue: { __type: "Float" },
21855
21932
  centTotal: { __type: "Float" },
21933
+ centTransfer: { __type: "Float" },
21856
21934
  },
21857
21935
  owner_statement_variance_order_by: {
21858
21936
  centAccountingBalanceEnd: { __type: "order_by" },
21859
21937
  centAccountingBalanceStart: { __type: "order_by" },
21860
21938
  centBalanceEnd: { __type: "order_by" },
21861
21939
  centBalanceStart: { __type: "order_by" },
21940
+ centExpenses: { __type: "order_by" },
21941
+ centNetRevenue: { __type: "order_by" },
21862
21942
  centPayedOut: { __type: "order_by" },
21863
21943
  centRentalRevenue: { __type: "order_by" },
21864
21944
  centTotal: { __type: "order_by" },
21945
+ centTransfer: { __type: "order_by" },
21865
21946
  },
21866
21947
  owner_status: {
21867
21948
  __typename: { __type: "String!" },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.3",
13
+ "version": "1.1.5",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",
package/src/constants.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const hasuraGraphqlUri = 'https://eu.hasura.vrplatform.app/v1/graphql'; // 'https://hasura.vrplatform.app/v1/graphql'; // 'https://finalytic.hasura.app/v1/graphql';
1
+ export const hasuraGraphqlUri = 'https://eu.hasura.vrplatform.app/v1/graphql';
2
2
  export const hasuraQueryTypeHeader = 'x-hasura-query-type';