@vrplatform/graphql 1.1.2 → 1.1.4

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.
@@ -192,7 +192,6 @@ exports.scalarsEnumsHash = {
192
192
  file_storage_tag_select_column: true,
193
193
  file_storage_tag_update_column: true,
194
194
  file_storage_update_column: true,
195
- float8: true,
196
195
  issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
197
196
  issueDuplicatedPaymentsReturnType_enum_name: true,
198
197
  issueMessageOverwrite_constraint: true,
@@ -252,9 +251,6 @@ exports.scalarsEnumsHash = {
252
251
  listing_status_select_column: true,
253
252
  listing_status_update_column: true,
254
253
  listing_update_column: true,
255
- metric_constraint: true,
256
- metric_select_column: true,
257
- metric_update_column: true,
258
254
  metricsActiveListingCreatedReturnType_enum_name: true,
259
255
  metricsBankRecordBalancesReturnType_enum_name: true,
260
256
  metricsCurrenciesReturnType_enum_name: true,
@@ -9561,17 +9557,6 @@ exports.generatedSchema = {
9561
9557
  _set: { __type: "file_storage_set_input" },
9562
9558
  where: { __type: "file_storage_bool_exp!" },
9563
9559
  },
9564
- float8_comparison_exp: {
9565
- _eq: { __type: "float8" },
9566
- _gt: { __type: "float8" },
9567
- _gte: { __type: "float8" },
9568
- _in: { __type: "[float8!]" },
9569
- _is_null: { __type: "Boolean" },
9570
- _lt: { __type: "float8" },
9571
- _lte: { __type: "float8" },
9572
- _neq: { __type: "float8" },
9573
- _nin: { __type: "[float8!]" },
9574
- },
9575
9560
  issueConnectionsNeedVersionUpgradeReturnType: {
9576
9561
  __typename: { __type: "String!" },
9577
9562
  appIcon: { __type: "String!" },
@@ -13191,211 +13176,6 @@ exports.generatedSchema = {
13191
13176
  centExpenseReserve: { __type: "order_by" },
13192
13177
  centTaxStartingBalance: { __type: "order_by" },
13193
13178
  },
13194
- metric: {
13195
- __typename: { __type: "String!" },
13196
- connection: { __type: "connection!" },
13197
- connectionId: { __type: "uuid!" },
13198
- createdAt: { __type: "timestamptz!" },
13199
- date: { __type: "timestamptz!" },
13200
- id: { __type: "uuid!" },
13201
- listingConnection: { __type: "listing_connection" },
13202
- listingConnectionId: { __type: "uuid" },
13203
- metadata: { __type: "jsonb!", __args: { path: "String" } },
13204
- tenant: { __type: "tenant!" },
13205
- tenantId: { __type: "uuid!" },
13206
- type: { __type: "String!" },
13207
- uniqueRef: { __type: "String" },
13208
- updatedAt: { __type: "timestamptz!" },
13209
- value: { __type: "float8" },
13210
- },
13211
- metric_aggregate: {
13212
- __typename: { __type: "String!" },
13213
- aggregate: { __type: "metric_aggregate_fields" },
13214
- nodes: { __type: "[metric!]!" },
13215
- },
13216
- metric_aggregate_fields: {
13217
- __typename: { __type: "String!" },
13218
- avg: { __type: "metric_avg_fields" },
13219
- count: {
13220
- __type: "Int!",
13221
- __args: { columns: "[metric_select_column!]", distinct: "Boolean" },
13222
- },
13223
- max: { __type: "metric_max_fields" },
13224
- min: { __type: "metric_min_fields" },
13225
- stddev: { __type: "metric_stddev_fields" },
13226
- stddev_pop: { __type: "metric_stddev_pop_fields" },
13227
- stddev_samp: { __type: "metric_stddev_samp_fields" },
13228
- sum: { __type: "metric_sum_fields" },
13229
- var_pop: { __type: "metric_var_pop_fields" },
13230
- var_samp: { __type: "metric_var_samp_fields" },
13231
- variance: { __type: "metric_variance_fields" },
13232
- },
13233
- metric_append_input: { metadata: { __type: "jsonb" } },
13234
- metric_avg_fields: {
13235
- __typename: { __type: "String!" },
13236
- value: { __type: "Float" },
13237
- },
13238
- metric_bool_exp: {
13239
- _and: { __type: "[metric_bool_exp!]" },
13240
- _not: { __type: "metric_bool_exp" },
13241
- _or: { __type: "[metric_bool_exp!]" },
13242
- connection: { __type: "connection_bool_exp" },
13243
- connectionId: { __type: "uuid_comparison_exp" },
13244
- createdAt: { __type: "timestamptz_comparison_exp" },
13245
- date: { __type: "timestamptz_comparison_exp" },
13246
- id: { __type: "uuid_comparison_exp" },
13247
- listingConnection: { __type: "listing_connection_bool_exp" },
13248
- listingConnectionId: { __type: "uuid_comparison_exp" },
13249
- metadata: { __type: "jsonb_comparison_exp" },
13250
- tenant: { __type: "tenant_bool_exp" },
13251
- tenantId: { __type: "uuid_comparison_exp" },
13252
- type: { __type: "String_comparison_exp" },
13253
- uniqueRef: { __type: "String_comparison_exp" },
13254
- updatedAt: { __type: "timestamptz_comparison_exp" },
13255
- value: { __type: "float8_comparison_exp" },
13256
- },
13257
- metric_delete_at_path_input: { metadata: { __type: "[String!]" } },
13258
- metric_delete_elem_input: { metadata: { __type: "Int" } },
13259
- metric_delete_key_input: { metadata: { __type: "String" } },
13260
- metric_inc_input: { value: { __type: "float8" } },
13261
- metric_insert_input: {
13262
- connection: { __type: "connection_obj_rel_insert_input" },
13263
- connectionId: { __type: "uuid" },
13264
- createdAt: { __type: "timestamptz" },
13265
- date: { __type: "timestamptz" },
13266
- id: { __type: "uuid" },
13267
- listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
13268
- listingConnectionId: { __type: "uuid" },
13269
- metadata: { __type: "jsonb" },
13270
- tenant: { __type: "tenant_obj_rel_insert_input" },
13271
- tenantId: { __type: "uuid" },
13272
- type: { __type: "String" },
13273
- uniqueRef: { __type: "String" },
13274
- updatedAt: { __type: "timestamptz" },
13275
- value: { __type: "float8" },
13276
- },
13277
- metric_max_fields: {
13278
- __typename: { __type: "String!" },
13279
- connectionId: { __type: "uuid" },
13280
- createdAt: { __type: "timestamptz" },
13281
- date: { __type: "timestamptz" },
13282
- id: { __type: "uuid" },
13283
- listingConnectionId: { __type: "uuid" },
13284
- tenantId: { __type: "uuid" },
13285
- type: { __type: "String" },
13286
- uniqueRef: { __type: "String" },
13287
- updatedAt: { __type: "timestamptz" },
13288
- value: { __type: "float8" },
13289
- },
13290
- metric_min_fields: {
13291
- __typename: { __type: "String!" },
13292
- connectionId: { __type: "uuid" },
13293
- createdAt: { __type: "timestamptz" },
13294
- date: { __type: "timestamptz" },
13295
- id: { __type: "uuid" },
13296
- listingConnectionId: { __type: "uuid" },
13297
- tenantId: { __type: "uuid" },
13298
- type: { __type: "String" },
13299
- uniqueRef: { __type: "String" },
13300
- updatedAt: { __type: "timestamptz" },
13301
- value: { __type: "float8" },
13302
- },
13303
- metric_mutation_response: {
13304
- __typename: { __type: "String!" },
13305
- affected_rows: { __type: "Int!" },
13306
- returning: { __type: "[metric!]!" },
13307
- },
13308
- metric_on_conflict: {
13309
- constraint: { __type: "metric_constraint!" },
13310
- update_columns: { __type: "[metric_update_column!]!" },
13311
- where: { __type: "metric_bool_exp" },
13312
- },
13313
- metric_order_by: {
13314
- connection: { __type: "connection_order_by" },
13315
- connectionId: { __type: "order_by" },
13316
- createdAt: { __type: "order_by" },
13317
- date: { __type: "order_by" },
13318
- id: { __type: "order_by" },
13319
- listingConnection: { __type: "listing_connection_order_by" },
13320
- listingConnectionId: { __type: "order_by" },
13321
- metadata: { __type: "order_by" },
13322
- tenant: { __type: "tenant_order_by" },
13323
- tenantId: { __type: "order_by" },
13324
- type: { __type: "order_by" },
13325
- uniqueRef: { __type: "order_by" },
13326
- updatedAt: { __type: "order_by" },
13327
- value: { __type: "order_by" },
13328
- },
13329
- metric_pk_columns_input: { id: { __type: "uuid!" } },
13330
- metric_prepend_input: { metadata: { __type: "jsonb" } },
13331
- metric_set_input: {
13332
- connectionId: { __type: "uuid" },
13333
- createdAt: { __type: "timestamptz" },
13334
- date: { __type: "timestamptz" },
13335
- id: { __type: "uuid" },
13336
- listingConnectionId: { __type: "uuid" },
13337
- metadata: { __type: "jsonb" },
13338
- tenantId: { __type: "uuid" },
13339
- type: { __type: "String" },
13340
- uniqueRef: { __type: "String" },
13341
- updatedAt: { __type: "timestamptz" },
13342
- value: { __type: "float8" },
13343
- },
13344
- metric_stddev_fields: {
13345
- __typename: { __type: "String!" },
13346
- value: { __type: "Float" },
13347
- },
13348
- metric_stddev_pop_fields: {
13349
- __typename: { __type: "String!" },
13350
- value: { __type: "Float" },
13351
- },
13352
- metric_stddev_samp_fields: {
13353
- __typename: { __type: "String!" },
13354
- value: { __type: "Float" },
13355
- },
13356
- metric_stream_cursor_input: {
13357
- initial_value: { __type: "metric_stream_cursor_value_input!" },
13358
- ordering: { __type: "cursor_ordering" },
13359
- },
13360
- metric_stream_cursor_value_input: {
13361
- connectionId: { __type: "uuid" },
13362
- createdAt: { __type: "timestamptz" },
13363
- date: { __type: "timestamptz" },
13364
- id: { __type: "uuid" },
13365
- listingConnectionId: { __type: "uuid" },
13366
- metadata: { __type: "jsonb" },
13367
- tenantId: { __type: "uuid" },
13368
- type: { __type: "String" },
13369
- uniqueRef: { __type: "String" },
13370
- updatedAt: { __type: "timestamptz" },
13371
- value: { __type: "float8" },
13372
- },
13373
- metric_sum_fields: {
13374
- __typename: { __type: "String!" },
13375
- value: { __type: "float8" },
13376
- },
13377
- metric_updates: {
13378
- _append: { __type: "metric_append_input" },
13379
- _delete_at_path: { __type: "metric_delete_at_path_input" },
13380
- _delete_elem: { __type: "metric_delete_elem_input" },
13381
- _delete_key: { __type: "metric_delete_key_input" },
13382
- _inc: { __type: "metric_inc_input" },
13383
- _prepend: { __type: "metric_prepend_input" },
13384
- _set: { __type: "metric_set_input" },
13385
- where: { __type: "metric_bool_exp!" },
13386
- },
13387
- metric_var_pop_fields: {
13388
- __typename: { __type: "String!" },
13389
- value: { __type: "Float" },
13390
- },
13391
- metric_var_samp_fields: {
13392
- __typename: { __type: "String!" },
13393
- value: { __type: "Float" },
13394
- },
13395
- metric_variance_fields: {
13396
- __typename: { __type: "String!" },
13397
- value: { __type: "Float" },
13398
- },
13399
13179
  metricsActiveListingCreatedReturnType: {
13400
13180
  __typename: { __type: "String!" },
13401
13181
  created: { __type: "bigint" },
@@ -14432,11 +14212,6 @@ exports.generatedSchema = {
14432
14212
  __type: "listing_mutation_response",
14433
14213
  __args: { where: "listing_bool_exp!" },
14434
14214
  },
14435
- deleteMetric: { __type: "metric", __args: { id: "uuid!" } },
14436
- deleteMetrics: {
14437
- __type: "metric_mutation_response",
14438
- __args: { where: "metric_bool_exp!" },
14439
- },
14440
14215
  deleteMonitorConnection: {
14441
14216
  __type: "monitorConnection",
14442
14217
  __args: { id: "uuid!" },
@@ -15661,20 +15436,6 @@ exports.generatedSchema = {
15661
15436
  on_conflict: "listing_on_conflict",
15662
15437
  },
15663
15438
  },
15664
- insertMetric: {
15665
- __type: "metric",
15666
- __args: {
15667
- object: "metric_insert_input!",
15668
- on_conflict: "metric_on_conflict",
15669
- },
15670
- },
15671
- insertMetrics: {
15672
- __type: "metric_mutation_response",
15673
- __args: {
15674
- objects: "[metric_insert_input!]!",
15675
- on_conflict: "metric_on_conflict",
15676
- },
15677
- },
15678
15439
  insertMonitorConnection: {
15679
15440
  __type: "monitorConnection",
15680
15441
  __args: {
@@ -17909,32 +17670,6 @@ exports.generatedSchema = {
17909
17670
  __type: "[user_company_user_mutation_response]",
17910
17671
  __args: { updates: "[user_company_user_updates!]!" },
17911
17672
  },
17912
- updateMetric: {
17913
- __type: "metric",
17914
- __args: {
17915
- _append: "metric_append_input",
17916
- _delete_at_path: "metric_delete_at_path_input",
17917
- _delete_elem: "metric_delete_elem_input",
17918
- _delete_key: "metric_delete_key_input",
17919
- _inc: "metric_inc_input",
17920
- _prepend: "metric_prepend_input",
17921
- _set: "metric_set_input",
17922
- pk_columns: "metric_pk_columns_input!",
17923
- },
17924
- },
17925
- updateMetrics: {
17926
- __type: "metric_mutation_response",
17927
- __args: {
17928
- _append: "metric_append_input",
17929
- _delete_at_path: "metric_delete_at_path_input",
17930
- _delete_elem: "metric_delete_elem_input",
17931
- _delete_key: "metric_delete_key_input",
17932
- _inc: "metric_inc_input",
17933
- _prepend: "metric_prepend_input",
17934
- _set: "metric_set_input",
17935
- where: "metric_bool_exp!",
17936
- },
17937
- },
17938
17673
  updateMonitorConnection: {
17939
17674
  __type: "monitorConnection",
17940
17675
  __args: {
@@ -18942,10 +18677,6 @@ exports.generatedSchema = {
18942
18677
  __type: "[listing_status_mutation_response]",
18943
18678
  __args: { updates: "[listing_status_updates!]!" },
18944
18679
  },
18945
- update_metric_many: {
18946
- __type: "[metric_mutation_response]",
18947
- __args: { updates: "[metric_updates!]!" },
18948
- },
18949
18680
  update_owner_pms_status: {
18950
18681
  __type: "owner_pms_status_mutation_response",
18951
18682
  __args: {
@@ -20219,9 +19950,12 @@ exports.generatedSchema = {
20219
19950
  centAccountingBalanceStart: { __type: "Int" },
20220
19951
  centBalanceEnd: { __type: "bigint" },
20221
19952
  centBalanceStart: { __type: "bigint" },
19953
+ centExpenses: { __type: "bigint" },
19954
+ centNetRevenue: { __type: "bigint" },
20222
19955
  centPayedOut: { __type: "Int" },
20223
19956
  centRentalRevenue: { __type: "Int" },
20224
19957
  centTotal: { __type: "bigint" },
19958
+ centTransfer: { __type: "bigint" },
20225
19959
  createdAt: { __type: "timestamptz!" },
20226
19960
  currency: { __type: "currency_enum" },
20227
19961
  endAt: { __type: "timestamptz!" },
@@ -20410,18 +20144,24 @@ exports.generatedSchema = {
20410
20144
  centAccountingBalanceStart: { __type: "Float" },
20411
20145
  centBalanceEnd: { __type: "Float" },
20412
20146
  centBalanceStart: { __type: "Float" },
20147
+ centExpenses: { __type: "Float" },
20148
+ centNetRevenue: { __type: "Float" },
20413
20149
  centPayedOut: { __type: "Float" },
20414
20150
  centRentalRevenue: { __type: "Float" },
20415
20151
  centTotal: { __type: "Float" },
20152
+ centTransfer: { __type: "Float" },
20416
20153
  },
20417
20154
  owner_statement_avg_order_by: {
20418
20155
  centAccountingBalanceEnd: { __type: "order_by" },
20419
20156
  centAccountingBalanceStart: { __type: "order_by" },
20420
20157
  centBalanceEnd: { __type: "order_by" },
20421
20158
  centBalanceStart: { __type: "order_by" },
20159
+ centExpenses: { __type: "order_by" },
20160
+ centNetRevenue: { __type: "order_by" },
20422
20161
  centPayedOut: { __type: "order_by" },
20423
20162
  centRentalRevenue: { __type: "order_by" },
20424
20163
  centTotal: { __type: "order_by" },
20164
+ centTransfer: { __type: "order_by" },
20425
20165
  },
20426
20166
  owner_statement_bool_exp: {
20427
20167
  _and: { __type: "[owner_statement_bool_exp!]" },
@@ -20437,9 +20177,12 @@ exports.generatedSchema = {
20437
20177
  centAccountingBalanceStart: { __type: "Int_comparison_exp" },
20438
20178
  centBalanceEnd: { __type: "bigint_comparison_exp" },
20439
20179
  centBalanceStart: { __type: "bigint_comparison_exp" },
20180
+ centExpenses: { __type: "bigint_comparison_exp" },
20181
+ centNetRevenue: { __type: "bigint_comparison_exp" },
20440
20182
  centPayedOut: { __type: "Int_comparison_exp" },
20441
20183
  centRentalRevenue: { __type: "Int_comparison_exp" },
20442
20184
  centTotal: { __type: "bigint_comparison_exp" },
20185
+ centTransfer: { __type: "bigint_comparison_exp" },
20443
20186
  createdAt: { __type: "timestamptz_comparison_exp" },
20444
20187
  currency: { __type: "currency_enum_comparison_exp" },
20445
20188
  endAt: { __type: "timestamptz_comparison_exp" },
@@ -20498,9 +20241,12 @@ exports.generatedSchema = {
20498
20241
  centAccountingBalanceStart: { __type: "Int" },
20499
20242
  centBalanceEnd: { __type: "bigint" },
20500
20243
  centBalanceStart: { __type: "bigint" },
20244
+ centExpenses: { __type: "bigint" },
20245
+ centNetRevenue: { __type: "bigint" },
20501
20246
  centPayedOut: { __type: "Int" },
20502
20247
  centRentalRevenue: { __type: "Int" },
20503
20248
  centTotal: { __type: "bigint" },
20249
+ centTransfer: { __type: "bigint" },
20504
20250
  },
20505
20251
  owner_statement_insert_input: {
20506
20252
  attachedJournalEntries: { __type: "journalEntry_arr_rel_insert_input" },
@@ -20510,9 +20256,12 @@ exports.generatedSchema = {
20510
20256
  centAccountingBalanceStart: { __type: "Int" },
20511
20257
  centBalanceEnd: { __type: "bigint" },
20512
20258
  centBalanceStart: { __type: "bigint" },
20259
+ centExpenses: { __type: "bigint" },
20260
+ centNetRevenue: { __type: "bigint" },
20513
20261
  centPayedOut: { __type: "Int" },
20514
20262
  centRentalRevenue: { __type: "Int" },
20515
20263
  centTotal: { __type: "bigint" },
20264
+ centTransfer: { __type: "bigint" },
20516
20265
  createdAt: { __type: "timestamptz" },
20517
20266
  currency: { __type: "currency_enum" },
20518
20267
  endAt: { __type: "timestamptz" },
@@ -21228,9 +20977,12 @@ exports.generatedSchema = {
21228
20977
  centAccountingBalanceStart: { __type: "Int" },
21229
20978
  centBalanceEnd: { __type: "bigint" },
21230
20979
  centBalanceStart: { __type: "bigint" },
20980
+ centExpenses: { __type: "bigint" },
20981
+ centNetRevenue: { __type: "bigint" },
21231
20982
  centPayedOut: { __type: "Int" },
21232
20983
  centRentalRevenue: { __type: "Int" },
21233
20984
  centTotal: { __type: "bigint" },
20985
+ centTransfer: { __type: "bigint" },
21234
20986
  createdAt: { __type: "timestamptz" },
21235
20987
  endAt: { __type: "timestamptz" },
21236
20988
  id: { __type: "uuid" },
@@ -21251,9 +21003,12 @@ exports.generatedSchema = {
21251
21003
  centAccountingBalanceStart: { __type: "order_by" },
21252
21004
  centBalanceEnd: { __type: "order_by" },
21253
21005
  centBalanceStart: { __type: "order_by" },
21006
+ centExpenses: { __type: "order_by" },
21007
+ centNetRevenue: { __type: "order_by" },
21254
21008
  centPayedOut: { __type: "order_by" },
21255
21009
  centRentalRevenue: { __type: "order_by" },
21256
21010
  centTotal: { __type: "order_by" },
21011
+ centTransfer: { __type: "order_by" },
21257
21012
  createdAt: { __type: "order_by" },
21258
21013
  endAt: { __type: "order_by" },
21259
21014
  id: { __type: "order_by" },
@@ -21275,9 +21030,12 @@ exports.generatedSchema = {
21275
21030
  centAccountingBalanceStart: { __type: "Int" },
21276
21031
  centBalanceEnd: { __type: "bigint" },
21277
21032
  centBalanceStart: { __type: "bigint" },
21033
+ centExpenses: { __type: "bigint" },
21034
+ centNetRevenue: { __type: "bigint" },
21278
21035
  centPayedOut: { __type: "Int" },
21279
21036
  centRentalRevenue: { __type: "Int" },
21280
21037
  centTotal: { __type: "bigint" },
21038
+ centTransfer: { __type: "bigint" },
21281
21039
  createdAt: { __type: "timestamptz" },
21282
21040
  endAt: { __type: "timestamptz" },
21283
21041
  id: { __type: "uuid" },
@@ -21298,9 +21056,12 @@ exports.generatedSchema = {
21298
21056
  centAccountingBalanceStart: { __type: "order_by" },
21299
21057
  centBalanceEnd: { __type: "order_by" },
21300
21058
  centBalanceStart: { __type: "order_by" },
21059
+ centExpenses: { __type: "order_by" },
21060
+ centNetRevenue: { __type: "order_by" },
21301
21061
  centPayedOut: { __type: "order_by" },
21302
21062
  centRentalRevenue: { __type: "order_by" },
21303
21063
  centTotal: { __type: "order_by" },
21064
+ centTransfer: { __type: "order_by" },
21304
21065
  createdAt: { __type: "order_by" },
21305
21066
  endAt: { __type: "order_by" },
21306
21067
  id: { __type: "order_by" },
@@ -21339,9 +21100,12 @@ exports.generatedSchema = {
21339
21100
  centAccountingBalanceStart: { __type: "order_by" },
21340
21101
  centBalanceEnd: { __type: "order_by" },
21341
21102
  centBalanceStart: { __type: "order_by" },
21103
+ centExpenses: { __type: "order_by" },
21104
+ centNetRevenue: { __type: "order_by" },
21342
21105
  centPayedOut: { __type: "order_by" },
21343
21106
  centRentalRevenue: { __type: "order_by" },
21344
21107
  centTotal: { __type: "order_by" },
21108
+ centTransfer: { __type: "order_by" },
21345
21109
  createdAt: { __type: "order_by" },
21346
21110
  currency: { __type: "order_by" },
21347
21111
  endAt: { __type: "order_by" },
@@ -21631,9 +21395,12 @@ exports.generatedSchema = {
21631
21395
  centAccountingBalanceStart: { __type: "Int" },
21632
21396
  centBalanceEnd: { __type: "bigint" },
21633
21397
  centBalanceStart: { __type: "bigint" },
21398
+ centExpenses: { __type: "bigint" },
21399
+ centNetRevenue: { __type: "bigint" },
21634
21400
  centPayedOut: { __type: "Int" },
21635
21401
  centRentalRevenue: { __type: "Int" },
21636
21402
  centTotal: { __type: "bigint" },
21403
+ centTransfer: { __type: "bigint" },
21637
21404
  createdAt: { __type: "timestamptz" },
21638
21405
  currency: { __type: "currency_enum" },
21639
21406
  endAt: { __type: "timestamptz" },
@@ -21728,18 +21495,24 @@ exports.generatedSchema = {
21728
21495
  centAccountingBalanceStart: { __type: "Float" },
21729
21496
  centBalanceEnd: { __type: "Float" },
21730
21497
  centBalanceStart: { __type: "Float" },
21498
+ centExpenses: { __type: "Float" },
21499
+ centNetRevenue: { __type: "Float" },
21731
21500
  centPayedOut: { __type: "Float" },
21732
21501
  centRentalRevenue: { __type: "Float" },
21733
21502
  centTotal: { __type: "Float" },
21503
+ centTransfer: { __type: "Float" },
21734
21504
  },
21735
21505
  owner_statement_stddev_order_by: {
21736
21506
  centAccountingBalanceEnd: { __type: "order_by" },
21737
21507
  centAccountingBalanceStart: { __type: "order_by" },
21738
21508
  centBalanceEnd: { __type: "order_by" },
21739
21509
  centBalanceStart: { __type: "order_by" },
21510
+ centExpenses: { __type: "order_by" },
21511
+ centNetRevenue: { __type: "order_by" },
21740
21512
  centPayedOut: { __type: "order_by" },
21741
21513
  centRentalRevenue: { __type: "order_by" },
21742
21514
  centTotal: { __type: "order_by" },
21515
+ centTransfer: { __type: "order_by" },
21743
21516
  },
21744
21517
  owner_statement_stddev_pop_fields: {
21745
21518
  __typename: { __type: "String!" },
@@ -21747,18 +21520,24 @@ exports.generatedSchema = {
21747
21520
  centAccountingBalanceStart: { __type: "Float" },
21748
21521
  centBalanceEnd: { __type: "Float" },
21749
21522
  centBalanceStart: { __type: "Float" },
21523
+ centExpenses: { __type: "Float" },
21524
+ centNetRevenue: { __type: "Float" },
21750
21525
  centPayedOut: { __type: "Float" },
21751
21526
  centRentalRevenue: { __type: "Float" },
21752
21527
  centTotal: { __type: "Float" },
21528
+ centTransfer: { __type: "Float" },
21753
21529
  },
21754
21530
  owner_statement_stddev_pop_order_by: {
21755
21531
  centAccountingBalanceEnd: { __type: "order_by" },
21756
21532
  centAccountingBalanceStart: { __type: "order_by" },
21757
21533
  centBalanceEnd: { __type: "order_by" },
21758
21534
  centBalanceStart: { __type: "order_by" },
21535
+ centExpenses: { __type: "order_by" },
21536
+ centNetRevenue: { __type: "order_by" },
21759
21537
  centPayedOut: { __type: "order_by" },
21760
21538
  centRentalRevenue: { __type: "order_by" },
21761
21539
  centTotal: { __type: "order_by" },
21540
+ centTransfer: { __type: "order_by" },
21762
21541
  },
21763
21542
  owner_statement_stddev_samp_fields: {
21764
21543
  __typename: { __type: "String!" },
@@ -21766,18 +21545,24 @@ exports.generatedSchema = {
21766
21545
  centAccountingBalanceStart: { __type: "Float" },
21767
21546
  centBalanceEnd: { __type: "Float" },
21768
21547
  centBalanceStart: { __type: "Float" },
21548
+ centExpenses: { __type: "Float" },
21549
+ centNetRevenue: { __type: "Float" },
21769
21550
  centPayedOut: { __type: "Float" },
21770
21551
  centRentalRevenue: { __type: "Float" },
21771
21552
  centTotal: { __type: "Float" },
21553
+ centTransfer: { __type: "Float" },
21772
21554
  },
21773
21555
  owner_statement_stddev_samp_order_by: {
21774
21556
  centAccountingBalanceEnd: { __type: "order_by" },
21775
21557
  centAccountingBalanceStart: { __type: "order_by" },
21776
21558
  centBalanceEnd: { __type: "order_by" },
21777
21559
  centBalanceStart: { __type: "order_by" },
21560
+ centExpenses: { __type: "order_by" },
21561
+ centNetRevenue: { __type: "order_by" },
21778
21562
  centPayedOut: { __type: "order_by" },
21779
21563
  centRentalRevenue: { __type: "order_by" },
21780
21564
  centTotal: { __type: "order_by" },
21565
+ centTransfer: { __type: "order_by" },
21781
21566
  },
21782
21567
  owner_statement_stream_cursor_input: {
21783
21568
  initial_value: { __type: "owner_statement_stream_cursor_value_input!" },
@@ -21789,9 +21574,12 @@ exports.generatedSchema = {
21789
21574
  centAccountingBalanceStart: { __type: "Int" },
21790
21575
  centBalanceEnd: { __type: "bigint" },
21791
21576
  centBalanceStart: { __type: "bigint" },
21577
+ centExpenses: { __type: "bigint" },
21578
+ centNetRevenue: { __type: "bigint" },
21792
21579
  centPayedOut: { __type: "Int" },
21793
21580
  centRentalRevenue: { __type: "Int" },
21794
21581
  centTotal: { __type: "bigint" },
21582
+ centTransfer: { __type: "bigint" },
21795
21583
  createdAt: { __type: "timestamptz" },
21796
21584
  currency: { __type: "currency_enum" },
21797
21585
  endAt: { __type: "timestamptz" },
@@ -21817,18 +21605,24 @@ exports.generatedSchema = {
21817
21605
  centAccountingBalanceStart: { __type: "Int" },
21818
21606
  centBalanceEnd: { __type: "bigint" },
21819
21607
  centBalanceStart: { __type: "bigint" },
21608
+ centExpenses: { __type: "bigint" },
21609
+ centNetRevenue: { __type: "bigint" },
21820
21610
  centPayedOut: { __type: "Int" },
21821
21611
  centRentalRevenue: { __type: "Int" },
21822
21612
  centTotal: { __type: "bigint" },
21613
+ centTransfer: { __type: "bigint" },
21823
21614
  },
21824
21615
  owner_statement_sum_order_by: {
21825
21616
  centAccountingBalanceEnd: { __type: "order_by" },
21826
21617
  centAccountingBalanceStart: { __type: "order_by" },
21827
21618
  centBalanceEnd: { __type: "order_by" },
21828
21619
  centBalanceStart: { __type: "order_by" },
21620
+ centExpenses: { __type: "order_by" },
21621
+ centNetRevenue: { __type: "order_by" },
21829
21622
  centPayedOut: { __type: "order_by" },
21830
21623
  centRentalRevenue: { __type: "order_by" },
21831
21624
  centTotal: { __type: "order_by" },
21625
+ centTransfer: { __type: "order_by" },
21832
21626
  },
21833
21627
  owner_statement_template: {
21834
21628
  __typename: { __type: "String!" },
@@ -22084,18 +21878,24 @@ exports.generatedSchema = {
22084
21878
  centAccountingBalanceStart: { __type: "Float" },
22085
21879
  centBalanceEnd: { __type: "Float" },
22086
21880
  centBalanceStart: { __type: "Float" },
21881
+ centExpenses: { __type: "Float" },
21882
+ centNetRevenue: { __type: "Float" },
22087
21883
  centPayedOut: { __type: "Float" },
22088
21884
  centRentalRevenue: { __type: "Float" },
22089
21885
  centTotal: { __type: "Float" },
21886
+ centTransfer: { __type: "Float" },
22090
21887
  },
22091
21888
  owner_statement_var_pop_order_by: {
22092
21889
  centAccountingBalanceEnd: { __type: "order_by" },
22093
21890
  centAccountingBalanceStart: { __type: "order_by" },
22094
21891
  centBalanceEnd: { __type: "order_by" },
22095
21892
  centBalanceStart: { __type: "order_by" },
21893
+ centExpenses: { __type: "order_by" },
21894
+ centNetRevenue: { __type: "order_by" },
22096
21895
  centPayedOut: { __type: "order_by" },
22097
21896
  centRentalRevenue: { __type: "order_by" },
22098
21897
  centTotal: { __type: "order_by" },
21898
+ centTransfer: { __type: "order_by" },
22099
21899
  },
22100
21900
  owner_statement_var_samp_fields: {
22101
21901
  __typename: { __type: "String!" },
@@ -22103,18 +21903,24 @@ exports.generatedSchema = {
22103
21903
  centAccountingBalanceStart: { __type: "Float" },
22104
21904
  centBalanceEnd: { __type: "Float" },
22105
21905
  centBalanceStart: { __type: "Float" },
21906
+ centExpenses: { __type: "Float" },
21907
+ centNetRevenue: { __type: "Float" },
22106
21908
  centPayedOut: { __type: "Float" },
22107
21909
  centRentalRevenue: { __type: "Float" },
22108
21910
  centTotal: { __type: "Float" },
21911
+ centTransfer: { __type: "Float" },
22109
21912
  },
22110
21913
  owner_statement_var_samp_order_by: {
22111
21914
  centAccountingBalanceEnd: { __type: "order_by" },
22112
21915
  centAccountingBalanceStart: { __type: "order_by" },
22113
21916
  centBalanceEnd: { __type: "order_by" },
22114
21917
  centBalanceStart: { __type: "order_by" },
21918
+ centExpenses: { __type: "order_by" },
21919
+ centNetRevenue: { __type: "order_by" },
22115
21920
  centPayedOut: { __type: "order_by" },
22116
21921
  centRentalRevenue: { __type: "order_by" },
22117
21922
  centTotal: { __type: "order_by" },
21923
+ centTransfer: { __type: "order_by" },
22118
21924
  },
22119
21925
  owner_statement_variance_fields: {
22120
21926
  __typename: { __type: "String!" },
@@ -22122,18 +21928,24 @@ exports.generatedSchema = {
22122
21928
  centAccountingBalanceStart: { __type: "Float" },
22123
21929
  centBalanceEnd: { __type: "Float" },
22124
21930
  centBalanceStart: { __type: "Float" },
21931
+ centExpenses: { __type: "Float" },
21932
+ centNetRevenue: { __type: "Float" },
22125
21933
  centPayedOut: { __type: "Float" },
22126
21934
  centRentalRevenue: { __type: "Float" },
22127
21935
  centTotal: { __type: "Float" },
21936
+ centTransfer: { __type: "Float" },
22128
21937
  },
22129
21938
  owner_statement_variance_order_by: {
22130
21939
  centAccountingBalanceEnd: { __type: "order_by" },
22131
21940
  centAccountingBalanceStart: { __type: "order_by" },
22132
21941
  centBalanceEnd: { __type: "order_by" },
22133
21942
  centBalanceStart: { __type: "order_by" },
21943
+ centExpenses: { __type: "order_by" },
21944
+ centNetRevenue: { __type: "order_by" },
22134
21945
  centPayedOut: { __type: "order_by" },
22135
21946
  centRentalRevenue: { __type: "order_by" },
22136
21947
  centTotal: { __type: "order_by" },
21948
+ centTransfer: { __type: "order_by" },
22137
21949
  },
22138
21950
  owner_status: {
22139
21951
  __typename: { __type: "String!" },
@@ -25792,27 +25604,6 @@ exports.generatedSchema = {
25792
25604
  where: "listing_bool_exp",
25793
25605
  },
25794
25606
  },
25795
- metric: { __type: "metric", __args: { id: "uuid!" } },
25796
- metricAggregate: {
25797
- __type: "metric_aggregate!",
25798
- __args: {
25799
- distinct_on: "[metric_select_column!]",
25800
- limit: "Int",
25801
- offset: "Int",
25802
- order_by: "[metric_order_by!]",
25803
- where: "metric_bool_exp",
25804
- },
25805
- },
25806
- metrics: {
25807
- __type: "[metric!]!",
25808
- __args: {
25809
- distinct_on: "[metric_select_column!]",
25810
- limit: "Int",
25811
- offset: "Int",
25812
- order_by: "[metric_order_by!]",
25813
- where: "metric_bool_exp",
25814
- },
25815
- },
25816
25607
  metricsActiveListingCreated: {
25817
25608
  __type: "[metricsActiveListingCreatedReturnType!]!",
25818
25609
  __args: {
@@ -34751,35 +34542,6 @@ exports.generatedSchema = {
34751
34542
  where: "listing_bool_exp",
34752
34543
  },
34753
34544
  },
34754
- metric: { __type: "metric", __args: { id: "uuid!" } },
34755
- metricAggregate: {
34756
- __type: "metric_aggregate!",
34757
- __args: {
34758
- distinct_on: "[metric_select_column!]",
34759
- limit: "Int",
34760
- offset: "Int",
34761
- order_by: "[metric_order_by!]",
34762
- where: "metric_bool_exp",
34763
- },
34764
- },
34765
- metric_stream: {
34766
- __type: "[metric!]!",
34767
- __args: {
34768
- batch_size: "Int!",
34769
- cursor: "[metric_stream_cursor_input]!",
34770
- where: "metric_bool_exp",
34771
- },
34772
- },
34773
- metrics: {
34774
- __type: "[metric!]!",
34775
- __args: {
34776
- distinct_on: "[metric_select_column!]",
34777
- limit: "Int",
34778
- offset: "Int",
34779
- order_by: "[metric_order_by!]",
34780
- where: "metric_bool_exp",
34781
- },
34782
- },
34783
34545
  metricsActiveListingCreated: {
34784
34546
  __type: "[metricsActiveListingCreatedReturnType!]!",
34785
34547
  __args: {