@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.
@@ -19996,9 +19996,12 @@ export const generatedSchema = {
19996
19996
  centAccountingBalanceStart: { __type: "Int" },
19997
19997
  centBalanceEnd: { __type: "bigint" },
19998
19998
  centBalanceStart: { __type: "bigint" },
19999
+ centExpenses: { __type: "bigint" },
20000
+ centNetRevenue: { __type: "bigint" },
19999
20001
  centPayedOut: { __type: "Int" },
20000
20002
  centRentalRevenue: { __type: "Int" },
20001
20003
  centTotal: { __type: "bigint" },
20004
+ centTransfer: { __type: "bigint" },
20002
20005
  createdAt: { __type: "timestamptz!" },
20003
20006
  currency: { __type: "currency_enum" },
20004
20007
  endAt: { __type: "timestamptz!" },
@@ -20187,18 +20190,24 @@ export const generatedSchema = {
20187
20190
  centAccountingBalanceStart: { __type: "Float" },
20188
20191
  centBalanceEnd: { __type: "Float" },
20189
20192
  centBalanceStart: { __type: "Float" },
20193
+ centExpenses: { __type: "Float" },
20194
+ centNetRevenue: { __type: "Float" },
20190
20195
  centPayedOut: { __type: "Float" },
20191
20196
  centRentalRevenue: { __type: "Float" },
20192
20197
  centTotal: { __type: "Float" },
20198
+ centTransfer: { __type: "Float" },
20193
20199
  },
20194
20200
  owner_statement_avg_order_by: {
20195
20201
  centAccountingBalanceEnd: { __type: "order_by" },
20196
20202
  centAccountingBalanceStart: { __type: "order_by" },
20197
20203
  centBalanceEnd: { __type: "order_by" },
20198
20204
  centBalanceStart: { __type: "order_by" },
20205
+ centExpenses: { __type: "order_by" },
20206
+ centNetRevenue: { __type: "order_by" },
20199
20207
  centPayedOut: { __type: "order_by" },
20200
20208
  centRentalRevenue: { __type: "order_by" },
20201
20209
  centTotal: { __type: "order_by" },
20210
+ centTransfer: { __type: "order_by" },
20202
20211
  },
20203
20212
  owner_statement_bool_exp: {
20204
20213
  _and: { __type: "[owner_statement_bool_exp!]" },
@@ -20214,9 +20223,12 @@ export const generatedSchema = {
20214
20223
  centAccountingBalanceStart: { __type: "Int_comparison_exp" },
20215
20224
  centBalanceEnd: { __type: "bigint_comparison_exp" },
20216
20225
  centBalanceStart: { __type: "bigint_comparison_exp" },
20226
+ centExpenses: { __type: "bigint_comparison_exp" },
20227
+ centNetRevenue: { __type: "bigint_comparison_exp" },
20217
20228
  centPayedOut: { __type: "Int_comparison_exp" },
20218
20229
  centRentalRevenue: { __type: "Int_comparison_exp" },
20219
20230
  centTotal: { __type: "bigint_comparison_exp" },
20231
+ centTransfer: { __type: "bigint_comparison_exp" },
20220
20232
  createdAt: { __type: "timestamptz_comparison_exp" },
20221
20233
  currency: { __type: "currency_enum_comparison_exp" },
20222
20234
  endAt: { __type: "timestamptz_comparison_exp" },
@@ -20275,9 +20287,12 @@ export const generatedSchema = {
20275
20287
  centAccountingBalanceStart: { __type: "Int" },
20276
20288
  centBalanceEnd: { __type: "bigint" },
20277
20289
  centBalanceStart: { __type: "bigint" },
20290
+ centExpenses: { __type: "bigint" },
20291
+ centNetRevenue: { __type: "bigint" },
20278
20292
  centPayedOut: { __type: "Int" },
20279
20293
  centRentalRevenue: { __type: "Int" },
20280
20294
  centTotal: { __type: "bigint" },
20295
+ centTransfer: { __type: "bigint" },
20281
20296
  },
20282
20297
  owner_statement_insert_input: {
20283
20298
  attachedJournalEntries: { __type: "journalEntry_arr_rel_insert_input" },
@@ -20287,9 +20302,12 @@ export const generatedSchema = {
20287
20302
  centAccountingBalanceStart: { __type: "Int" },
20288
20303
  centBalanceEnd: { __type: "bigint" },
20289
20304
  centBalanceStart: { __type: "bigint" },
20305
+ centExpenses: { __type: "bigint" },
20306
+ centNetRevenue: { __type: "bigint" },
20290
20307
  centPayedOut: { __type: "Int" },
20291
20308
  centRentalRevenue: { __type: "Int" },
20292
20309
  centTotal: { __type: "bigint" },
20310
+ centTransfer: { __type: "bigint" },
20293
20311
  createdAt: { __type: "timestamptz" },
20294
20312
  currency: { __type: "currency_enum" },
20295
20313
  endAt: { __type: "timestamptz" },
@@ -21007,9 +21025,12 @@ export const generatedSchema = {
21007
21025
  centAccountingBalanceStart: { __type: "Int" },
21008
21026
  centBalanceEnd: { __type: "bigint" },
21009
21027
  centBalanceStart: { __type: "bigint" },
21028
+ centExpenses: { __type: "bigint" },
21029
+ centNetRevenue: { __type: "bigint" },
21010
21030
  centPayedOut: { __type: "Int" },
21011
21031
  centRentalRevenue: { __type: "Int" },
21012
21032
  centTotal: { __type: "bigint" },
21033
+ centTransfer: { __type: "bigint" },
21013
21034
  createdAt: { __type: "timestamptz" },
21014
21035
  endAt: { __type: "timestamptz" },
21015
21036
  id: { __type: "uuid" },
@@ -21030,9 +21051,12 @@ export const generatedSchema = {
21030
21051
  centAccountingBalanceStart: { __type: "order_by" },
21031
21052
  centBalanceEnd: { __type: "order_by" },
21032
21053
  centBalanceStart: { __type: "order_by" },
21054
+ centExpenses: { __type: "order_by" },
21055
+ centNetRevenue: { __type: "order_by" },
21033
21056
  centPayedOut: { __type: "order_by" },
21034
21057
  centRentalRevenue: { __type: "order_by" },
21035
21058
  centTotal: { __type: "order_by" },
21059
+ centTransfer: { __type: "order_by" },
21036
21060
  createdAt: { __type: "order_by" },
21037
21061
  endAt: { __type: "order_by" },
21038
21062
  id: { __type: "order_by" },
@@ -21054,9 +21078,12 @@ export const generatedSchema = {
21054
21078
  centAccountingBalanceStart: { __type: "Int" },
21055
21079
  centBalanceEnd: { __type: "bigint" },
21056
21080
  centBalanceStart: { __type: "bigint" },
21081
+ centExpenses: { __type: "bigint" },
21082
+ centNetRevenue: { __type: "bigint" },
21057
21083
  centPayedOut: { __type: "Int" },
21058
21084
  centRentalRevenue: { __type: "Int" },
21059
21085
  centTotal: { __type: "bigint" },
21086
+ centTransfer: { __type: "bigint" },
21060
21087
  createdAt: { __type: "timestamptz" },
21061
21088
  endAt: { __type: "timestamptz" },
21062
21089
  id: { __type: "uuid" },
@@ -21077,9 +21104,12 @@ export const generatedSchema = {
21077
21104
  centAccountingBalanceStart: { __type: "order_by" },
21078
21105
  centBalanceEnd: { __type: "order_by" },
21079
21106
  centBalanceStart: { __type: "order_by" },
21107
+ centExpenses: { __type: "order_by" },
21108
+ centNetRevenue: { __type: "order_by" },
21080
21109
  centPayedOut: { __type: "order_by" },
21081
21110
  centRentalRevenue: { __type: "order_by" },
21082
21111
  centTotal: { __type: "order_by" },
21112
+ centTransfer: { __type: "order_by" },
21083
21113
  createdAt: { __type: "order_by" },
21084
21114
  endAt: { __type: "order_by" },
21085
21115
  id: { __type: "order_by" },
@@ -21118,9 +21148,12 @@ export const generatedSchema = {
21118
21148
  centAccountingBalanceStart: { __type: "order_by" },
21119
21149
  centBalanceEnd: { __type: "order_by" },
21120
21150
  centBalanceStart: { __type: "order_by" },
21151
+ centExpenses: { __type: "order_by" },
21152
+ centNetRevenue: { __type: "order_by" },
21121
21153
  centPayedOut: { __type: "order_by" },
21122
21154
  centRentalRevenue: { __type: "order_by" },
21123
21155
  centTotal: { __type: "order_by" },
21156
+ centTransfer: { __type: "order_by" },
21124
21157
  createdAt: { __type: "order_by" },
21125
21158
  currency: { __type: "order_by" },
21126
21159
  endAt: { __type: "order_by" },
@@ -21410,9 +21443,12 @@ export const generatedSchema = {
21410
21443
  centAccountingBalanceStart: { __type: "Int" },
21411
21444
  centBalanceEnd: { __type: "bigint" },
21412
21445
  centBalanceStart: { __type: "bigint" },
21446
+ centExpenses: { __type: "bigint" },
21447
+ centNetRevenue: { __type: "bigint" },
21413
21448
  centPayedOut: { __type: "Int" },
21414
21449
  centRentalRevenue: { __type: "Int" },
21415
21450
  centTotal: { __type: "bigint" },
21451
+ centTransfer: { __type: "bigint" },
21416
21452
  createdAt: { __type: "timestamptz" },
21417
21453
  currency: { __type: "currency_enum" },
21418
21454
  endAt: { __type: "timestamptz" },
@@ -21507,18 +21543,24 @@ export const generatedSchema = {
21507
21543
  centAccountingBalanceStart: { __type: "Float" },
21508
21544
  centBalanceEnd: { __type: "Float" },
21509
21545
  centBalanceStart: { __type: "Float" },
21546
+ centExpenses: { __type: "Float" },
21547
+ centNetRevenue: { __type: "Float" },
21510
21548
  centPayedOut: { __type: "Float" },
21511
21549
  centRentalRevenue: { __type: "Float" },
21512
21550
  centTotal: { __type: "Float" },
21551
+ centTransfer: { __type: "Float" },
21513
21552
  },
21514
21553
  owner_statement_stddev_order_by: {
21515
21554
  centAccountingBalanceEnd: { __type: "order_by" },
21516
21555
  centAccountingBalanceStart: { __type: "order_by" },
21517
21556
  centBalanceEnd: { __type: "order_by" },
21518
21557
  centBalanceStart: { __type: "order_by" },
21558
+ centExpenses: { __type: "order_by" },
21559
+ centNetRevenue: { __type: "order_by" },
21519
21560
  centPayedOut: { __type: "order_by" },
21520
21561
  centRentalRevenue: { __type: "order_by" },
21521
21562
  centTotal: { __type: "order_by" },
21563
+ centTransfer: { __type: "order_by" },
21522
21564
  },
21523
21565
  owner_statement_stddev_pop_fields: {
21524
21566
  __typename: { __type: "String!" },
@@ -21526,18 +21568,24 @@ export const generatedSchema = {
21526
21568
  centAccountingBalanceStart: { __type: "Float" },
21527
21569
  centBalanceEnd: { __type: "Float" },
21528
21570
  centBalanceStart: { __type: "Float" },
21571
+ centExpenses: { __type: "Float" },
21572
+ centNetRevenue: { __type: "Float" },
21529
21573
  centPayedOut: { __type: "Float" },
21530
21574
  centRentalRevenue: { __type: "Float" },
21531
21575
  centTotal: { __type: "Float" },
21576
+ centTransfer: { __type: "Float" },
21532
21577
  },
21533
21578
  owner_statement_stddev_pop_order_by: {
21534
21579
  centAccountingBalanceEnd: { __type: "order_by" },
21535
21580
  centAccountingBalanceStart: { __type: "order_by" },
21536
21581
  centBalanceEnd: { __type: "order_by" },
21537
21582
  centBalanceStart: { __type: "order_by" },
21583
+ centExpenses: { __type: "order_by" },
21584
+ centNetRevenue: { __type: "order_by" },
21538
21585
  centPayedOut: { __type: "order_by" },
21539
21586
  centRentalRevenue: { __type: "order_by" },
21540
21587
  centTotal: { __type: "order_by" },
21588
+ centTransfer: { __type: "order_by" },
21541
21589
  },
21542
21590
  owner_statement_stddev_samp_fields: {
21543
21591
  __typename: { __type: "String!" },
@@ -21545,18 +21593,24 @@ export const generatedSchema = {
21545
21593
  centAccountingBalanceStart: { __type: "Float" },
21546
21594
  centBalanceEnd: { __type: "Float" },
21547
21595
  centBalanceStart: { __type: "Float" },
21596
+ centExpenses: { __type: "Float" },
21597
+ centNetRevenue: { __type: "Float" },
21548
21598
  centPayedOut: { __type: "Float" },
21549
21599
  centRentalRevenue: { __type: "Float" },
21550
21600
  centTotal: { __type: "Float" },
21601
+ centTransfer: { __type: "Float" },
21551
21602
  },
21552
21603
  owner_statement_stddev_samp_order_by: {
21553
21604
  centAccountingBalanceEnd: { __type: "order_by" },
21554
21605
  centAccountingBalanceStart: { __type: "order_by" },
21555
21606
  centBalanceEnd: { __type: "order_by" },
21556
21607
  centBalanceStart: { __type: "order_by" },
21608
+ centExpenses: { __type: "order_by" },
21609
+ centNetRevenue: { __type: "order_by" },
21557
21610
  centPayedOut: { __type: "order_by" },
21558
21611
  centRentalRevenue: { __type: "order_by" },
21559
21612
  centTotal: { __type: "order_by" },
21613
+ centTransfer: { __type: "order_by" },
21560
21614
  },
21561
21615
  owner_statement_stream_cursor_input: {
21562
21616
  initial_value: { __type: "owner_statement_stream_cursor_value_input!" },
@@ -21568,9 +21622,12 @@ export const generatedSchema = {
21568
21622
  centAccountingBalanceStart: { __type: "Int" },
21569
21623
  centBalanceEnd: { __type: "bigint" },
21570
21624
  centBalanceStart: { __type: "bigint" },
21625
+ centExpenses: { __type: "bigint" },
21626
+ centNetRevenue: { __type: "bigint" },
21571
21627
  centPayedOut: { __type: "Int" },
21572
21628
  centRentalRevenue: { __type: "Int" },
21573
21629
  centTotal: { __type: "bigint" },
21630
+ centTransfer: { __type: "bigint" },
21574
21631
  createdAt: { __type: "timestamptz" },
21575
21632
  currency: { __type: "currency_enum" },
21576
21633
  endAt: { __type: "timestamptz" },
@@ -21596,18 +21653,24 @@ export const generatedSchema = {
21596
21653
  centAccountingBalanceStart: { __type: "Int" },
21597
21654
  centBalanceEnd: { __type: "bigint" },
21598
21655
  centBalanceStart: { __type: "bigint" },
21656
+ centExpenses: { __type: "bigint" },
21657
+ centNetRevenue: { __type: "bigint" },
21599
21658
  centPayedOut: { __type: "Int" },
21600
21659
  centRentalRevenue: { __type: "Int" },
21601
21660
  centTotal: { __type: "bigint" },
21661
+ centTransfer: { __type: "bigint" },
21602
21662
  },
21603
21663
  owner_statement_sum_order_by: {
21604
21664
  centAccountingBalanceEnd: { __type: "order_by" },
21605
21665
  centAccountingBalanceStart: { __type: "order_by" },
21606
21666
  centBalanceEnd: { __type: "order_by" },
21607
21667
  centBalanceStart: { __type: "order_by" },
21668
+ centExpenses: { __type: "order_by" },
21669
+ centNetRevenue: { __type: "order_by" },
21608
21670
  centPayedOut: { __type: "order_by" },
21609
21671
  centRentalRevenue: { __type: "order_by" },
21610
21672
  centTotal: { __type: "order_by" },
21673
+ centTransfer: { __type: "order_by" },
21611
21674
  },
21612
21675
  owner_statement_template: {
21613
21676
  __typename: { __type: "String!" },
@@ -21863,18 +21926,24 @@ export const generatedSchema = {
21863
21926
  centAccountingBalanceStart: { __type: "Float" },
21864
21927
  centBalanceEnd: { __type: "Float" },
21865
21928
  centBalanceStart: { __type: "Float" },
21929
+ centExpenses: { __type: "Float" },
21930
+ centNetRevenue: { __type: "Float" },
21866
21931
  centPayedOut: { __type: "Float" },
21867
21932
  centRentalRevenue: { __type: "Float" },
21868
21933
  centTotal: { __type: "Float" },
21934
+ centTransfer: { __type: "Float" },
21869
21935
  },
21870
21936
  owner_statement_var_pop_order_by: {
21871
21937
  centAccountingBalanceEnd: { __type: "order_by" },
21872
21938
  centAccountingBalanceStart: { __type: "order_by" },
21873
21939
  centBalanceEnd: { __type: "order_by" },
21874
21940
  centBalanceStart: { __type: "order_by" },
21941
+ centExpenses: { __type: "order_by" },
21942
+ centNetRevenue: { __type: "order_by" },
21875
21943
  centPayedOut: { __type: "order_by" },
21876
21944
  centRentalRevenue: { __type: "order_by" },
21877
21945
  centTotal: { __type: "order_by" },
21946
+ centTransfer: { __type: "order_by" },
21878
21947
  },
21879
21948
  owner_statement_var_samp_fields: {
21880
21949
  __typename: { __type: "String!" },
@@ -21882,18 +21951,24 @@ export const generatedSchema = {
21882
21951
  centAccountingBalanceStart: { __type: "Float" },
21883
21952
  centBalanceEnd: { __type: "Float" },
21884
21953
  centBalanceStart: { __type: "Float" },
21954
+ centExpenses: { __type: "Float" },
21955
+ centNetRevenue: { __type: "Float" },
21885
21956
  centPayedOut: { __type: "Float" },
21886
21957
  centRentalRevenue: { __type: "Float" },
21887
21958
  centTotal: { __type: "Float" },
21959
+ centTransfer: { __type: "Float" },
21888
21960
  },
21889
21961
  owner_statement_var_samp_order_by: {
21890
21962
  centAccountingBalanceEnd: { __type: "order_by" },
21891
21963
  centAccountingBalanceStart: { __type: "order_by" },
21892
21964
  centBalanceEnd: { __type: "order_by" },
21893
21965
  centBalanceStart: { __type: "order_by" },
21966
+ centExpenses: { __type: "order_by" },
21967
+ centNetRevenue: { __type: "order_by" },
21894
21968
  centPayedOut: { __type: "order_by" },
21895
21969
  centRentalRevenue: { __type: "order_by" },
21896
21970
  centTotal: { __type: "order_by" },
21971
+ centTransfer: { __type: "order_by" },
21897
21972
  },
21898
21973
  owner_statement_variance_fields: {
21899
21974
  __typename: { __type: "String!" },
@@ -21901,18 +21976,24 @@ export const generatedSchema = {
21901
21976
  centAccountingBalanceStart: { __type: "Float" },
21902
21977
  centBalanceEnd: { __type: "Float" },
21903
21978
  centBalanceStart: { __type: "Float" },
21979
+ centExpenses: { __type: "Float" },
21980
+ centNetRevenue: { __type: "Float" },
21904
21981
  centPayedOut: { __type: "Float" },
21905
21982
  centRentalRevenue: { __type: "Float" },
21906
21983
  centTotal: { __type: "Float" },
21984
+ centTransfer: { __type: "Float" },
21907
21985
  },
21908
21986
  owner_statement_variance_order_by: {
21909
21987
  centAccountingBalanceEnd: { __type: "order_by" },
21910
21988
  centAccountingBalanceStart: { __type: "order_by" },
21911
21989
  centBalanceEnd: { __type: "order_by" },
21912
21990
  centBalanceStart: { __type: "order_by" },
21991
+ centExpenses: { __type: "order_by" },
21992
+ centNetRevenue: { __type: "order_by" },
21913
21993
  centPayedOut: { __type: "order_by" },
21914
21994
  centRentalRevenue: { __type: "order_by" },
21915
21995
  centTotal: { __type: "order_by" },
21996
+ centTransfer: { __type: "order_by" },
21916
21997
  },
21917
21998
  owner_status: {
21918
21999
  __typename: { __type: "String!" },