@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.
- package/build/main/constants.d.ts +1 -1
- package/build/main/constants.js +1 -1
- package/build/main/gqty/schema.generated.d.ts +174 -821
- package/build/main/gqty/schema.generated.js +81 -319
- package/build/module/constants.d.ts +1 -1
- package/build/module/constants.js +1 -1
- package/build/module/gqty/schema.generated.d.ts +174 -821
- package/build/module/gqty/schema.generated.js +81 -319
- package/package.json +1 -1
- package/src/constants.ts +1 -1
- package/src/gqty/schema.generated.d.ts +174 -821
- package/src/gqty/schema.generated.js +81 -319
|
@@ -198,7 +198,6 @@ export const scalarsEnumsHash = {
|
|
|
198
198
|
file_storage_tag_select_column: true,
|
|
199
199
|
file_storage_tag_update_column: true,
|
|
200
200
|
file_storage_update_column: true,
|
|
201
|
-
float8: true,
|
|
202
201
|
issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
|
|
203
202
|
issueDuplicatedPaymentsReturnType_enum_name: true,
|
|
204
203
|
issueMessageOverwrite_constraint: true,
|
|
@@ -260,9 +259,6 @@ export const scalarsEnumsHash = {
|
|
|
260
259
|
listing_status_select_column: true,
|
|
261
260
|
listing_status_update_column: true,
|
|
262
261
|
listing_update_column: true,
|
|
263
|
-
metric_constraint: true,
|
|
264
|
-
metric_select_column: true,
|
|
265
|
-
metric_update_column: true,
|
|
266
262
|
metricsActiveListingCreatedReturnType_enum_name: true,
|
|
267
263
|
metricsBankRecordBalancesReturnType_enum_name: true,
|
|
268
264
|
metricsCurrenciesReturnType_enum_name: true,
|
|
@@ -9588,17 +9584,6 @@ export const generatedSchema = {
|
|
|
9588
9584
|
_set: { __type: "file_storage_set_input" },
|
|
9589
9585
|
where: { __type: "file_storage_bool_exp!" },
|
|
9590
9586
|
},
|
|
9591
|
-
float8_comparison_exp: {
|
|
9592
|
-
_eq: { __type: "float8" },
|
|
9593
|
-
_gt: { __type: "float8" },
|
|
9594
|
-
_gte: { __type: "float8" },
|
|
9595
|
-
_in: { __type: "[float8!]" },
|
|
9596
|
-
_is_null: { __type: "Boolean" },
|
|
9597
|
-
_lt: { __type: "float8" },
|
|
9598
|
-
_lte: { __type: "float8" },
|
|
9599
|
-
_neq: { __type: "float8" },
|
|
9600
|
-
_nin: { __type: "[float8!]" },
|
|
9601
|
-
},
|
|
9602
9587
|
issueConnectionsNeedVersionUpgradeReturnType: {
|
|
9603
9588
|
__typename: { __type: "String!" },
|
|
9604
9589
|
appIcon: { __type: "String!" },
|
|
@@ -13226,211 +13211,6 @@ export const generatedSchema = {
|
|
|
13226
13211
|
centExpenseReserve: { __type: "order_by" },
|
|
13227
13212
|
centTaxStartingBalance: { __type: "order_by" },
|
|
13228
13213
|
},
|
|
13229
|
-
metric: {
|
|
13230
|
-
__typename: { __type: "String!" },
|
|
13231
|
-
connection: { __type: "connection!" },
|
|
13232
|
-
connectionId: { __type: "uuid!" },
|
|
13233
|
-
createdAt: { __type: "timestamptz!" },
|
|
13234
|
-
date: { __type: "timestamptz!" },
|
|
13235
|
-
id: { __type: "uuid!" },
|
|
13236
|
-
listingConnection: { __type: "listing_connection" },
|
|
13237
|
-
listingConnectionId: { __type: "uuid" },
|
|
13238
|
-
metadata: { __type: "jsonb!", __args: { path: "String" } },
|
|
13239
|
-
tenant: { __type: "tenant!" },
|
|
13240
|
-
tenantId: { __type: "uuid!" },
|
|
13241
|
-
type: { __type: "String!" },
|
|
13242
|
-
uniqueRef: { __type: "String" },
|
|
13243
|
-
updatedAt: { __type: "timestamptz!" },
|
|
13244
|
-
value: { __type: "float8" },
|
|
13245
|
-
},
|
|
13246
|
-
metric_aggregate: {
|
|
13247
|
-
__typename: { __type: "String!" },
|
|
13248
|
-
aggregate: { __type: "metric_aggregate_fields" },
|
|
13249
|
-
nodes: { __type: "[metric!]!" },
|
|
13250
|
-
},
|
|
13251
|
-
metric_aggregate_fields: {
|
|
13252
|
-
__typename: { __type: "String!" },
|
|
13253
|
-
avg: { __type: "metric_avg_fields" },
|
|
13254
|
-
count: {
|
|
13255
|
-
__type: "Int!",
|
|
13256
|
-
__args: { columns: "[metric_select_column!]", distinct: "Boolean" },
|
|
13257
|
-
},
|
|
13258
|
-
max: { __type: "metric_max_fields" },
|
|
13259
|
-
min: { __type: "metric_min_fields" },
|
|
13260
|
-
stddev: { __type: "metric_stddev_fields" },
|
|
13261
|
-
stddev_pop: { __type: "metric_stddev_pop_fields" },
|
|
13262
|
-
stddev_samp: { __type: "metric_stddev_samp_fields" },
|
|
13263
|
-
sum: { __type: "metric_sum_fields" },
|
|
13264
|
-
var_pop: { __type: "metric_var_pop_fields" },
|
|
13265
|
-
var_samp: { __type: "metric_var_samp_fields" },
|
|
13266
|
-
variance: { __type: "metric_variance_fields" },
|
|
13267
|
-
},
|
|
13268
|
-
metric_append_input: { metadata: { __type: "jsonb" } },
|
|
13269
|
-
metric_avg_fields: {
|
|
13270
|
-
__typename: { __type: "String!" },
|
|
13271
|
-
value: { __type: "Float" },
|
|
13272
|
-
},
|
|
13273
|
-
metric_bool_exp: {
|
|
13274
|
-
_and: { __type: "[metric_bool_exp!]" },
|
|
13275
|
-
_not: { __type: "metric_bool_exp" },
|
|
13276
|
-
_or: { __type: "[metric_bool_exp!]" },
|
|
13277
|
-
connection: { __type: "connection_bool_exp" },
|
|
13278
|
-
connectionId: { __type: "uuid_comparison_exp" },
|
|
13279
|
-
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
13280
|
-
date: { __type: "timestamptz_comparison_exp" },
|
|
13281
|
-
id: { __type: "uuid_comparison_exp" },
|
|
13282
|
-
listingConnection: { __type: "listing_connection_bool_exp" },
|
|
13283
|
-
listingConnectionId: { __type: "uuid_comparison_exp" },
|
|
13284
|
-
metadata: { __type: "jsonb_comparison_exp" },
|
|
13285
|
-
tenant: { __type: "tenant_bool_exp" },
|
|
13286
|
-
tenantId: { __type: "uuid_comparison_exp" },
|
|
13287
|
-
type: { __type: "String_comparison_exp" },
|
|
13288
|
-
uniqueRef: { __type: "String_comparison_exp" },
|
|
13289
|
-
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
13290
|
-
value: { __type: "float8_comparison_exp" },
|
|
13291
|
-
},
|
|
13292
|
-
metric_delete_at_path_input: { metadata: { __type: "[String!]" } },
|
|
13293
|
-
metric_delete_elem_input: { metadata: { __type: "Int" } },
|
|
13294
|
-
metric_delete_key_input: { metadata: { __type: "String" } },
|
|
13295
|
-
metric_inc_input: { value: { __type: "float8" } },
|
|
13296
|
-
metric_insert_input: {
|
|
13297
|
-
connection: { __type: "connection_obj_rel_insert_input" },
|
|
13298
|
-
connectionId: { __type: "uuid" },
|
|
13299
|
-
createdAt: { __type: "timestamptz" },
|
|
13300
|
-
date: { __type: "timestamptz" },
|
|
13301
|
-
id: { __type: "uuid" },
|
|
13302
|
-
listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
|
|
13303
|
-
listingConnectionId: { __type: "uuid" },
|
|
13304
|
-
metadata: { __type: "jsonb" },
|
|
13305
|
-
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
13306
|
-
tenantId: { __type: "uuid" },
|
|
13307
|
-
type: { __type: "String" },
|
|
13308
|
-
uniqueRef: { __type: "String" },
|
|
13309
|
-
updatedAt: { __type: "timestamptz" },
|
|
13310
|
-
value: { __type: "float8" },
|
|
13311
|
-
},
|
|
13312
|
-
metric_max_fields: {
|
|
13313
|
-
__typename: { __type: "String!" },
|
|
13314
|
-
connectionId: { __type: "uuid" },
|
|
13315
|
-
createdAt: { __type: "timestamptz" },
|
|
13316
|
-
date: { __type: "timestamptz" },
|
|
13317
|
-
id: { __type: "uuid" },
|
|
13318
|
-
listingConnectionId: { __type: "uuid" },
|
|
13319
|
-
tenantId: { __type: "uuid" },
|
|
13320
|
-
type: { __type: "String" },
|
|
13321
|
-
uniqueRef: { __type: "String" },
|
|
13322
|
-
updatedAt: { __type: "timestamptz" },
|
|
13323
|
-
value: { __type: "float8" },
|
|
13324
|
-
},
|
|
13325
|
-
metric_min_fields: {
|
|
13326
|
-
__typename: { __type: "String!" },
|
|
13327
|
-
connectionId: { __type: "uuid" },
|
|
13328
|
-
createdAt: { __type: "timestamptz" },
|
|
13329
|
-
date: { __type: "timestamptz" },
|
|
13330
|
-
id: { __type: "uuid" },
|
|
13331
|
-
listingConnectionId: { __type: "uuid" },
|
|
13332
|
-
tenantId: { __type: "uuid" },
|
|
13333
|
-
type: { __type: "String" },
|
|
13334
|
-
uniqueRef: { __type: "String" },
|
|
13335
|
-
updatedAt: { __type: "timestamptz" },
|
|
13336
|
-
value: { __type: "float8" },
|
|
13337
|
-
},
|
|
13338
|
-
metric_mutation_response: {
|
|
13339
|
-
__typename: { __type: "String!" },
|
|
13340
|
-
affected_rows: { __type: "Int!" },
|
|
13341
|
-
returning: { __type: "[metric!]!" },
|
|
13342
|
-
},
|
|
13343
|
-
metric_on_conflict: {
|
|
13344
|
-
constraint: { __type: "metric_constraint!" },
|
|
13345
|
-
update_columns: { __type: "[metric_update_column!]!" },
|
|
13346
|
-
where: { __type: "metric_bool_exp" },
|
|
13347
|
-
},
|
|
13348
|
-
metric_order_by: {
|
|
13349
|
-
connection: { __type: "connection_order_by" },
|
|
13350
|
-
connectionId: { __type: "order_by" },
|
|
13351
|
-
createdAt: { __type: "order_by" },
|
|
13352
|
-
date: { __type: "order_by" },
|
|
13353
|
-
id: { __type: "order_by" },
|
|
13354
|
-
listingConnection: { __type: "listing_connection_order_by" },
|
|
13355
|
-
listingConnectionId: { __type: "order_by" },
|
|
13356
|
-
metadata: { __type: "order_by" },
|
|
13357
|
-
tenant: { __type: "tenant_order_by" },
|
|
13358
|
-
tenantId: { __type: "order_by" },
|
|
13359
|
-
type: { __type: "order_by" },
|
|
13360
|
-
uniqueRef: { __type: "order_by" },
|
|
13361
|
-
updatedAt: { __type: "order_by" },
|
|
13362
|
-
value: { __type: "order_by" },
|
|
13363
|
-
},
|
|
13364
|
-
metric_pk_columns_input: { id: { __type: "uuid!" } },
|
|
13365
|
-
metric_prepend_input: { metadata: { __type: "jsonb" } },
|
|
13366
|
-
metric_set_input: {
|
|
13367
|
-
connectionId: { __type: "uuid" },
|
|
13368
|
-
createdAt: { __type: "timestamptz" },
|
|
13369
|
-
date: { __type: "timestamptz" },
|
|
13370
|
-
id: { __type: "uuid" },
|
|
13371
|
-
listingConnectionId: { __type: "uuid" },
|
|
13372
|
-
metadata: { __type: "jsonb" },
|
|
13373
|
-
tenantId: { __type: "uuid" },
|
|
13374
|
-
type: { __type: "String" },
|
|
13375
|
-
uniqueRef: { __type: "String" },
|
|
13376
|
-
updatedAt: { __type: "timestamptz" },
|
|
13377
|
-
value: { __type: "float8" },
|
|
13378
|
-
},
|
|
13379
|
-
metric_stddev_fields: {
|
|
13380
|
-
__typename: { __type: "String!" },
|
|
13381
|
-
value: { __type: "Float" },
|
|
13382
|
-
},
|
|
13383
|
-
metric_stddev_pop_fields: {
|
|
13384
|
-
__typename: { __type: "String!" },
|
|
13385
|
-
value: { __type: "Float" },
|
|
13386
|
-
},
|
|
13387
|
-
metric_stddev_samp_fields: {
|
|
13388
|
-
__typename: { __type: "String!" },
|
|
13389
|
-
value: { __type: "Float" },
|
|
13390
|
-
},
|
|
13391
|
-
metric_stream_cursor_input: {
|
|
13392
|
-
initial_value: { __type: "metric_stream_cursor_value_input!" },
|
|
13393
|
-
ordering: { __type: "cursor_ordering" },
|
|
13394
|
-
},
|
|
13395
|
-
metric_stream_cursor_value_input: {
|
|
13396
|
-
connectionId: { __type: "uuid" },
|
|
13397
|
-
createdAt: { __type: "timestamptz" },
|
|
13398
|
-
date: { __type: "timestamptz" },
|
|
13399
|
-
id: { __type: "uuid" },
|
|
13400
|
-
listingConnectionId: { __type: "uuid" },
|
|
13401
|
-
metadata: { __type: "jsonb" },
|
|
13402
|
-
tenantId: { __type: "uuid" },
|
|
13403
|
-
type: { __type: "String" },
|
|
13404
|
-
uniqueRef: { __type: "String" },
|
|
13405
|
-
updatedAt: { __type: "timestamptz" },
|
|
13406
|
-
value: { __type: "float8" },
|
|
13407
|
-
},
|
|
13408
|
-
metric_sum_fields: {
|
|
13409
|
-
__typename: { __type: "String!" },
|
|
13410
|
-
value: { __type: "float8" },
|
|
13411
|
-
},
|
|
13412
|
-
metric_updates: {
|
|
13413
|
-
_append: { __type: "metric_append_input" },
|
|
13414
|
-
_delete_at_path: { __type: "metric_delete_at_path_input" },
|
|
13415
|
-
_delete_elem: { __type: "metric_delete_elem_input" },
|
|
13416
|
-
_delete_key: { __type: "metric_delete_key_input" },
|
|
13417
|
-
_inc: { __type: "metric_inc_input" },
|
|
13418
|
-
_prepend: { __type: "metric_prepend_input" },
|
|
13419
|
-
_set: { __type: "metric_set_input" },
|
|
13420
|
-
where: { __type: "metric_bool_exp!" },
|
|
13421
|
-
},
|
|
13422
|
-
metric_var_pop_fields: {
|
|
13423
|
-
__typename: { __type: "String!" },
|
|
13424
|
-
value: { __type: "Float" },
|
|
13425
|
-
},
|
|
13426
|
-
metric_var_samp_fields: {
|
|
13427
|
-
__typename: { __type: "String!" },
|
|
13428
|
-
value: { __type: "Float" },
|
|
13429
|
-
},
|
|
13430
|
-
metric_variance_fields: {
|
|
13431
|
-
__typename: { __type: "String!" },
|
|
13432
|
-
value: { __type: "Float" },
|
|
13433
|
-
},
|
|
13434
13214
|
metricsActiveListingCreatedReturnType: {
|
|
13435
13215
|
__typename: { __type: "String!" },
|
|
13436
13216
|
created: { __type: "bigint" },
|
|
@@ -14473,11 +14253,6 @@ export const generatedSchema = {
|
|
|
14473
14253
|
__type: "listing_mutation_response",
|
|
14474
14254
|
__args: { where: "listing_bool_exp!" },
|
|
14475
14255
|
},
|
|
14476
|
-
deleteMetric: { __type: "metric", __args: { id: "uuid!" } },
|
|
14477
|
-
deleteMetrics: {
|
|
14478
|
-
__type: "metric_mutation_response",
|
|
14479
|
-
__args: { where: "metric_bool_exp!" },
|
|
14480
|
-
},
|
|
14481
14256
|
deleteMonitorConnection: {
|
|
14482
14257
|
__type: "monitorConnection",
|
|
14483
14258
|
__args: { id: "uuid!" },
|
|
@@ -15702,20 +15477,6 @@ export const generatedSchema = {
|
|
|
15702
15477
|
on_conflict: "listing_on_conflict",
|
|
15703
15478
|
},
|
|
15704
15479
|
},
|
|
15705
|
-
insertMetric: {
|
|
15706
|
-
__type: "metric",
|
|
15707
|
-
__args: {
|
|
15708
|
-
object: "metric_insert_input!",
|
|
15709
|
-
on_conflict: "metric_on_conflict",
|
|
15710
|
-
},
|
|
15711
|
-
},
|
|
15712
|
-
insertMetrics: {
|
|
15713
|
-
__type: "metric_mutation_response",
|
|
15714
|
-
__args: {
|
|
15715
|
-
objects: "[metric_insert_input!]!",
|
|
15716
|
-
on_conflict: "metric_on_conflict",
|
|
15717
|
-
},
|
|
15718
|
-
},
|
|
15719
15480
|
insertMonitorConnection: {
|
|
15720
15481
|
__type: "monitorConnection",
|
|
15721
15482
|
__args: {
|
|
@@ -17951,32 +17712,6 @@ export const generatedSchema = {
|
|
|
17951
17712
|
__type: "[user_company_user_mutation_response]",
|
|
17952
17713
|
__args: { updates: "[user_company_user_updates!]!" },
|
|
17953
17714
|
},
|
|
17954
|
-
updateMetric: {
|
|
17955
|
-
__type: "metric",
|
|
17956
|
-
__args: {
|
|
17957
|
-
_append: "metric_append_input",
|
|
17958
|
-
_delete_at_path: "metric_delete_at_path_input",
|
|
17959
|
-
_delete_elem: "metric_delete_elem_input",
|
|
17960
|
-
_delete_key: "metric_delete_key_input",
|
|
17961
|
-
_inc: "metric_inc_input",
|
|
17962
|
-
_prepend: "metric_prepend_input",
|
|
17963
|
-
_set: "metric_set_input",
|
|
17964
|
-
pk_columns: "metric_pk_columns_input!",
|
|
17965
|
-
},
|
|
17966
|
-
},
|
|
17967
|
-
updateMetrics: {
|
|
17968
|
-
__type: "metric_mutation_response",
|
|
17969
|
-
__args: {
|
|
17970
|
-
_append: "metric_append_input",
|
|
17971
|
-
_delete_at_path: "metric_delete_at_path_input",
|
|
17972
|
-
_delete_elem: "metric_delete_elem_input",
|
|
17973
|
-
_delete_key: "metric_delete_key_input",
|
|
17974
|
-
_inc: "metric_inc_input",
|
|
17975
|
-
_prepend: "metric_prepend_input",
|
|
17976
|
-
_set: "metric_set_input",
|
|
17977
|
-
where: "metric_bool_exp!",
|
|
17978
|
-
},
|
|
17979
|
-
},
|
|
17980
17715
|
updateMonitorConnection: {
|
|
17981
17716
|
__type: "monitorConnection",
|
|
17982
17717
|
__args: {
|
|
@@ -18984,10 +18719,6 @@ export const generatedSchema = {
|
|
|
18984
18719
|
__type: "[listing_status_mutation_response]",
|
|
18985
18720
|
__args: { updates: "[listing_status_updates!]!" },
|
|
18986
18721
|
},
|
|
18987
|
-
update_metric_many: {
|
|
18988
|
-
__type: "[metric_mutation_response]",
|
|
18989
|
-
__args: { updates: "[metric_updates!]!" },
|
|
18990
|
-
},
|
|
18991
18722
|
update_owner_pms_status: {
|
|
18992
18723
|
__type: "owner_pms_status_mutation_response",
|
|
18993
18724
|
__args: {
|
|
@@ -20265,9 +19996,12 @@ export const generatedSchema = {
|
|
|
20265
19996
|
centAccountingBalanceStart: { __type: "Int" },
|
|
20266
19997
|
centBalanceEnd: { __type: "bigint" },
|
|
20267
19998
|
centBalanceStart: { __type: "bigint" },
|
|
19999
|
+
centExpenses: { __type: "bigint" },
|
|
20000
|
+
centNetRevenue: { __type: "bigint" },
|
|
20268
20001
|
centPayedOut: { __type: "Int" },
|
|
20269
20002
|
centRentalRevenue: { __type: "Int" },
|
|
20270
20003
|
centTotal: { __type: "bigint" },
|
|
20004
|
+
centTransfer: { __type: "bigint" },
|
|
20271
20005
|
createdAt: { __type: "timestamptz!" },
|
|
20272
20006
|
currency: { __type: "currency_enum" },
|
|
20273
20007
|
endAt: { __type: "timestamptz!" },
|
|
@@ -20456,18 +20190,24 @@ export const generatedSchema = {
|
|
|
20456
20190
|
centAccountingBalanceStart: { __type: "Float" },
|
|
20457
20191
|
centBalanceEnd: { __type: "Float" },
|
|
20458
20192
|
centBalanceStart: { __type: "Float" },
|
|
20193
|
+
centExpenses: { __type: "Float" },
|
|
20194
|
+
centNetRevenue: { __type: "Float" },
|
|
20459
20195
|
centPayedOut: { __type: "Float" },
|
|
20460
20196
|
centRentalRevenue: { __type: "Float" },
|
|
20461
20197
|
centTotal: { __type: "Float" },
|
|
20198
|
+
centTransfer: { __type: "Float" },
|
|
20462
20199
|
},
|
|
20463
20200
|
owner_statement_avg_order_by: {
|
|
20464
20201
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
20465
20202
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
20466
20203
|
centBalanceEnd: { __type: "order_by" },
|
|
20467
20204
|
centBalanceStart: { __type: "order_by" },
|
|
20205
|
+
centExpenses: { __type: "order_by" },
|
|
20206
|
+
centNetRevenue: { __type: "order_by" },
|
|
20468
20207
|
centPayedOut: { __type: "order_by" },
|
|
20469
20208
|
centRentalRevenue: { __type: "order_by" },
|
|
20470
20209
|
centTotal: { __type: "order_by" },
|
|
20210
|
+
centTransfer: { __type: "order_by" },
|
|
20471
20211
|
},
|
|
20472
20212
|
owner_statement_bool_exp: {
|
|
20473
20213
|
_and: { __type: "[owner_statement_bool_exp!]" },
|
|
@@ -20483,9 +20223,12 @@ export const generatedSchema = {
|
|
|
20483
20223
|
centAccountingBalanceStart: { __type: "Int_comparison_exp" },
|
|
20484
20224
|
centBalanceEnd: { __type: "bigint_comparison_exp" },
|
|
20485
20225
|
centBalanceStart: { __type: "bigint_comparison_exp" },
|
|
20226
|
+
centExpenses: { __type: "bigint_comparison_exp" },
|
|
20227
|
+
centNetRevenue: { __type: "bigint_comparison_exp" },
|
|
20486
20228
|
centPayedOut: { __type: "Int_comparison_exp" },
|
|
20487
20229
|
centRentalRevenue: { __type: "Int_comparison_exp" },
|
|
20488
20230
|
centTotal: { __type: "bigint_comparison_exp" },
|
|
20231
|
+
centTransfer: { __type: "bigint_comparison_exp" },
|
|
20489
20232
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
20490
20233
|
currency: { __type: "currency_enum_comparison_exp" },
|
|
20491
20234
|
endAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -20544,9 +20287,12 @@ export const generatedSchema = {
|
|
|
20544
20287
|
centAccountingBalanceStart: { __type: "Int" },
|
|
20545
20288
|
centBalanceEnd: { __type: "bigint" },
|
|
20546
20289
|
centBalanceStart: { __type: "bigint" },
|
|
20290
|
+
centExpenses: { __type: "bigint" },
|
|
20291
|
+
centNetRevenue: { __type: "bigint" },
|
|
20547
20292
|
centPayedOut: { __type: "Int" },
|
|
20548
20293
|
centRentalRevenue: { __type: "Int" },
|
|
20549
20294
|
centTotal: { __type: "bigint" },
|
|
20295
|
+
centTransfer: { __type: "bigint" },
|
|
20550
20296
|
},
|
|
20551
20297
|
owner_statement_insert_input: {
|
|
20552
20298
|
attachedJournalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
@@ -20556,9 +20302,12 @@ export const generatedSchema = {
|
|
|
20556
20302
|
centAccountingBalanceStart: { __type: "Int" },
|
|
20557
20303
|
centBalanceEnd: { __type: "bigint" },
|
|
20558
20304
|
centBalanceStart: { __type: "bigint" },
|
|
20305
|
+
centExpenses: { __type: "bigint" },
|
|
20306
|
+
centNetRevenue: { __type: "bigint" },
|
|
20559
20307
|
centPayedOut: { __type: "Int" },
|
|
20560
20308
|
centRentalRevenue: { __type: "Int" },
|
|
20561
20309
|
centTotal: { __type: "bigint" },
|
|
20310
|
+
centTransfer: { __type: "bigint" },
|
|
20562
20311
|
createdAt: { __type: "timestamptz" },
|
|
20563
20312
|
currency: { __type: "currency_enum" },
|
|
20564
20313
|
endAt: { __type: "timestamptz" },
|
|
@@ -21276,9 +21025,12 @@ export const generatedSchema = {
|
|
|
21276
21025
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21277
21026
|
centBalanceEnd: { __type: "bigint" },
|
|
21278
21027
|
centBalanceStart: { __type: "bigint" },
|
|
21028
|
+
centExpenses: { __type: "bigint" },
|
|
21029
|
+
centNetRevenue: { __type: "bigint" },
|
|
21279
21030
|
centPayedOut: { __type: "Int" },
|
|
21280
21031
|
centRentalRevenue: { __type: "Int" },
|
|
21281
21032
|
centTotal: { __type: "bigint" },
|
|
21033
|
+
centTransfer: { __type: "bigint" },
|
|
21282
21034
|
createdAt: { __type: "timestamptz" },
|
|
21283
21035
|
endAt: { __type: "timestamptz" },
|
|
21284
21036
|
id: { __type: "uuid" },
|
|
@@ -21299,9 +21051,12 @@ export const generatedSchema = {
|
|
|
21299
21051
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21300
21052
|
centBalanceEnd: { __type: "order_by" },
|
|
21301
21053
|
centBalanceStart: { __type: "order_by" },
|
|
21054
|
+
centExpenses: { __type: "order_by" },
|
|
21055
|
+
centNetRevenue: { __type: "order_by" },
|
|
21302
21056
|
centPayedOut: { __type: "order_by" },
|
|
21303
21057
|
centRentalRevenue: { __type: "order_by" },
|
|
21304
21058
|
centTotal: { __type: "order_by" },
|
|
21059
|
+
centTransfer: { __type: "order_by" },
|
|
21305
21060
|
createdAt: { __type: "order_by" },
|
|
21306
21061
|
endAt: { __type: "order_by" },
|
|
21307
21062
|
id: { __type: "order_by" },
|
|
@@ -21323,9 +21078,12 @@ export const generatedSchema = {
|
|
|
21323
21078
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21324
21079
|
centBalanceEnd: { __type: "bigint" },
|
|
21325
21080
|
centBalanceStart: { __type: "bigint" },
|
|
21081
|
+
centExpenses: { __type: "bigint" },
|
|
21082
|
+
centNetRevenue: { __type: "bigint" },
|
|
21326
21083
|
centPayedOut: { __type: "Int" },
|
|
21327
21084
|
centRentalRevenue: { __type: "Int" },
|
|
21328
21085
|
centTotal: { __type: "bigint" },
|
|
21086
|
+
centTransfer: { __type: "bigint" },
|
|
21329
21087
|
createdAt: { __type: "timestamptz" },
|
|
21330
21088
|
endAt: { __type: "timestamptz" },
|
|
21331
21089
|
id: { __type: "uuid" },
|
|
@@ -21346,9 +21104,12 @@ export const generatedSchema = {
|
|
|
21346
21104
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21347
21105
|
centBalanceEnd: { __type: "order_by" },
|
|
21348
21106
|
centBalanceStart: { __type: "order_by" },
|
|
21107
|
+
centExpenses: { __type: "order_by" },
|
|
21108
|
+
centNetRevenue: { __type: "order_by" },
|
|
21349
21109
|
centPayedOut: { __type: "order_by" },
|
|
21350
21110
|
centRentalRevenue: { __type: "order_by" },
|
|
21351
21111
|
centTotal: { __type: "order_by" },
|
|
21112
|
+
centTransfer: { __type: "order_by" },
|
|
21352
21113
|
createdAt: { __type: "order_by" },
|
|
21353
21114
|
endAt: { __type: "order_by" },
|
|
21354
21115
|
id: { __type: "order_by" },
|
|
@@ -21387,9 +21148,12 @@ export const generatedSchema = {
|
|
|
21387
21148
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21388
21149
|
centBalanceEnd: { __type: "order_by" },
|
|
21389
21150
|
centBalanceStart: { __type: "order_by" },
|
|
21151
|
+
centExpenses: { __type: "order_by" },
|
|
21152
|
+
centNetRevenue: { __type: "order_by" },
|
|
21390
21153
|
centPayedOut: { __type: "order_by" },
|
|
21391
21154
|
centRentalRevenue: { __type: "order_by" },
|
|
21392
21155
|
centTotal: { __type: "order_by" },
|
|
21156
|
+
centTransfer: { __type: "order_by" },
|
|
21393
21157
|
createdAt: { __type: "order_by" },
|
|
21394
21158
|
currency: { __type: "order_by" },
|
|
21395
21159
|
endAt: { __type: "order_by" },
|
|
@@ -21679,9 +21443,12 @@ export const generatedSchema = {
|
|
|
21679
21443
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21680
21444
|
centBalanceEnd: { __type: "bigint" },
|
|
21681
21445
|
centBalanceStart: { __type: "bigint" },
|
|
21446
|
+
centExpenses: { __type: "bigint" },
|
|
21447
|
+
centNetRevenue: { __type: "bigint" },
|
|
21682
21448
|
centPayedOut: { __type: "Int" },
|
|
21683
21449
|
centRentalRevenue: { __type: "Int" },
|
|
21684
21450
|
centTotal: { __type: "bigint" },
|
|
21451
|
+
centTransfer: { __type: "bigint" },
|
|
21685
21452
|
createdAt: { __type: "timestamptz" },
|
|
21686
21453
|
currency: { __type: "currency_enum" },
|
|
21687
21454
|
endAt: { __type: "timestamptz" },
|
|
@@ -21776,18 +21543,24 @@ export const generatedSchema = {
|
|
|
21776
21543
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21777
21544
|
centBalanceEnd: { __type: "Float" },
|
|
21778
21545
|
centBalanceStart: { __type: "Float" },
|
|
21546
|
+
centExpenses: { __type: "Float" },
|
|
21547
|
+
centNetRevenue: { __type: "Float" },
|
|
21779
21548
|
centPayedOut: { __type: "Float" },
|
|
21780
21549
|
centRentalRevenue: { __type: "Float" },
|
|
21781
21550
|
centTotal: { __type: "Float" },
|
|
21551
|
+
centTransfer: { __type: "Float" },
|
|
21782
21552
|
},
|
|
21783
21553
|
owner_statement_stddev_order_by: {
|
|
21784
21554
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21785
21555
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21786
21556
|
centBalanceEnd: { __type: "order_by" },
|
|
21787
21557
|
centBalanceStart: { __type: "order_by" },
|
|
21558
|
+
centExpenses: { __type: "order_by" },
|
|
21559
|
+
centNetRevenue: { __type: "order_by" },
|
|
21788
21560
|
centPayedOut: { __type: "order_by" },
|
|
21789
21561
|
centRentalRevenue: { __type: "order_by" },
|
|
21790
21562
|
centTotal: { __type: "order_by" },
|
|
21563
|
+
centTransfer: { __type: "order_by" },
|
|
21791
21564
|
},
|
|
21792
21565
|
owner_statement_stddev_pop_fields: {
|
|
21793
21566
|
__typename: { __type: "String!" },
|
|
@@ -21795,18 +21568,24 @@ export const generatedSchema = {
|
|
|
21795
21568
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21796
21569
|
centBalanceEnd: { __type: "Float" },
|
|
21797
21570
|
centBalanceStart: { __type: "Float" },
|
|
21571
|
+
centExpenses: { __type: "Float" },
|
|
21572
|
+
centNetRevenue: { __type: "Float" },
|
|
21798
21573
|
centPayedOut: { __type: "Float" },
|
|
21799
21574
|
centRentalRevenue: { __type: "Float" },
|
|
21800
21575
|
centTotal: { __type: "Float" },
|
|
21576
|
+
centTransfer: { __type: "Float" },
|
|
21801
21577
|
},
|
|
21802
21578
|
owner_statement_stddev_pop_order_by: {
|
|
21803
21579
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21804
21580
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21805
21581
|
centBalanceEnd: { __type: "order_by" },
|
|
21806
21582
|
centBalanceStart: { __type: "order_by" },
|
|
21583
|
+
centExpenses: { __type: "order_by" },
|
|
21584
|
+
centNetRevenue: { __type: "order_by" },
|
|
21807
21585
|
centPayedOut: { __type: "order_by" },
|
|
21808
21586
|
centRentalRevenue: { __type: "order_by" },
|
|
21809
21587
|
centTotal: { __type: "order_by" },
|
|
21588
|
+
centTransfer: { __type: "order_by" },
|
|
21810
21589
|
},
|
|
21811
21590
|
owner_statement_stddev_samp_fields: {
|
|
21812
21591
|
__typename: { __type: "String!" },
|
|
@@ -21814,18 +21593,24 @@ export const generatedSchema = {
|
|
|
21814
21593
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21815
21594
|
centBalanceEnd: { __type: "Float" },
|
|
21816
21595
|
centBalanceStart: { __type: "Float" },
|
|
21596
|
+
centExpenses: { __type: "Float" },
|
|
21597
|
+
centNetRevenue: { __type: "Float" },
|
|
21817
21598
|
centPayedOut: { __type: "Float" },
|
|
21818
21599
|
centRentalRevenue: { __type: "Float" },
|
|
21819
21600
|
centTotal: { __type: "Float" },
|
|
21601
|
+
centTransfer: { __type: "Float" },
|
|
21820
21602
|
},
|
|
21821
21603
|
owner_statement_stddev_samp_order_by: {
|
|
21822
21604
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21823
21605
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21824
21606
|
centBalanceEnd: { __type: "order_by" },
|
|
21825
21607
|
centBalanceStart: { __type: "order_by" },
|
|
21608
|
+
centExpenses: { __type: "order_by" },
|
|
21609
|
+
centNetRevenue: { __type: "order_by" },
|
|
21826
21610
|
centPayedOut: { __type: "order_by" },
|
|
21827
21611
|
centRentalRevenue: { __type: "order_by" },
|
|
21828
21612
|
centTotal: { __type: "order_by" },
|
|
21613
|
+
centTransfer: { __type: "order_by" },
|
|
21829
21614
|
},
|
|
21830
21615
|
owner_statement_stream_cursor_input: {
|
|
21831
21616
|
initial_value: { __type: "owner_statement_stream_cursor_value_input!" },
|
|
@@ -21837,9 +21622,12 @@ export const generatedSchema = {
|
|
|
21837
21622
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21838
21623
|
centBalanceEnd: { __type: "bigint" },
|
|
21839
21624
|
centBalanceStart: { __type: "bigint" },
|
|
21625
|
+
centExpenses: { __type: "bigint" },
|
|
21626
|
+
centNetRevenue: { __type: "bigint" },
|
|
21840
21627
|
centPayedOut: { __type: "Int" },
|
|
21841
21628
|
centRentalRevenue: { __type: "Int" },
|
|
21842
21629
|
centTotal: { __type: "bigint" },
|
|
21630
|
+
centTransfer: { __type: "bigint" },
|
|
21843
21631
|
createdAt: { __type: "timestamptz" },
|
|
21844
21632
|
currency: { __type: "currency_enum" },
|
|
21845
21633
|
endAt: { __type: "timestamptz" },
|
|
@@ -21865,18 +21653,24 @@ export const generatedSchema = {
|
|
|
21865
21653
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21866
21654
|
centBalanceEnd: { __type: "bigint" },
|
|
21867
21655
|
centBalanceStart: { __type: "bigint" },
|
|
21656
|
+
centExpenses: { __type: "bigint" },
|
|
21657
|
+
centNetRevenue: { __type: "bigint" },
|
|
21868
21658
|
centPayedOut: { __type: "Int" },
|
|
21869
21659
|
centRentalRevenue: { __type: "Int" },
|
|
21870
21660
|
centTotal: { __type: "bigint" },
|
|
21661
|
+
centTransfer: { __type: "bigint" },
|
|
21871
21662
|
},
|
|
21872
21663
|
owner_statement_sum_order_by: {
|
|
21873
21664
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21874
21665
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21875
21666
|
centBalanceEnd: { __type: "order_by" },
|
|
21876
21667
|
centBalanceStart: { __type: "order_by" },
|
|
21668
|
+
centExpenses: { __type: "order_by" },
|
|
21669
|
+
centNetRevenue: { __type: "order_by" },
|
|
21877
21670
|
centPayedOut: { __type: "order_by" },
|
|
21878
21671
|
centRentalRevenue: { __type: "order_by" },
|
|
21879
21672
|
centTotal: { __type: "order_by" },
|
|
21673
|
+
centTransfer: { __type: "order_by" },
|
|
21880
21674
|
},
|
|
21881
21675
|
owner_statement_template: {
|
|
21882
21676
|
__typename: { __type: "String!" },
|
|
@@ -22132,18 +21926,24 @@ export const generatedSchema = {
|
|
|
22132
21926
|
centAccountingBalanceStart: { __type: "Float" },
|
|
22133
21927
|
centBalanceEnd: { __type: "Float" },
|
|
22134
21928
|
centBalanceStart: { __type: "Float" },
|
|
21929
|
+
centExpenses: { __type: "Float" },
|
|
21930
|
+
centNetRevenue: { __type: "Float" },
|
|
22135
21931
|
centPayedOut: { __type: "Float" },
|
|
22136
21932
|
centRentalRevenue: { __type: "Float" },
|
|
22137
21933
|
centTotal: { __type: "Float" },
|
|
21934
|
+
centTransfer: { __type: "Float" },
|
|
22138
21935
|
},
|
|
22139
21936
|
owner_statement_var_pop_order_by: {
|
|
22140
21937
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
22141
21938
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
22142
21939
|
centBalanceEnd: { __type: "order_by" },
|
|
22143
21940
|
centBalanceStart: { __type: "order_by" },
|
|
21941
|
+
centExpenses: { __type: "order_by" },
|
|
21942
|
+
centNetRevenue: { __type: "order_by" },
|
|
22144
21943
|
centPayedOut: { __type: "order_by" },
|
|
22145
21944
|
centRentalRevenue: { __type: "order_by" },
|
|
22146
21945
|
centTotal: { __type: "order_by" },
|
|
21946
|
+
centTransfer: { __type: "order_by" },
|
|
22147
21947
|
},
|
|
22148
21948
|
owner_statement_var_samp_fields: {
|
|
22149
21949
|
__typename: { __type: "String!" },
|
|
@@ -22151,18 +21951,24 @@ export const generatedSchema = {
|
|
|
22151
21951
|
centAccountingBalanceStart: { __type: "Float" },
|
|
22152
21952
|
centBalanceEnd: { __type: "Float" },
|
|
22153
21953
|
centBalanceStart: { __type: "Float" },
|
|
21954
|
+
centExpenses: { __type: "Float" },
|
|
21955
|
+
centNetRevenue: { __type: "Float" },
|
|
22154
21956
|
centPayedOut: { __type: "Float" },
|
|
22155
21957
|
centRentalRevenue: { __type: "Float" },
|
|
22156
21958
|
centTotal: { __type: "Float" },
|
|
21959
|
+
centTransfer: { __type: "Float" },
|
|
22157
21960
|
},
|
|
22158
21961
|
owner_statement_var_samp_order_by: {
|
|
22159
21962
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
22160
21963
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
22161
21964
|
centBalanceEnd: { __type: "order_by" },
|
|
22162
21965
|
centBalanceStart: { __type: "order_by" },
|
|
21966
|
+
centExpenses: { __type: "order_by" },
|
|
21967
|
+
centNetRevenue: { __type: "order_by" },
|
|
22163
21968
|
centPayedOut: { __type: "order_by" },
|
|
22164
21969
|
centRentalRevenue: { __type: "order_by" },
|
|
22165
21970
|
centTotal: { __type: "order_by" },
|
|
21971
|
+
centTransfer: { __type: "order_by" },
|
|
22166
21972
|
},
|
|
22167
21973
|
owner_statement_variance_fields: {
|
|
22168
21974
|
__typename: { __type: "String!" },
|
|
@@ -22170,18 +21976,24 @@ export const generatedSchema = {
|
|
|
22170
21976
|
centAccountingBalanceStart: { __type: "Float" },
|
|
22171
21977
|
centBalanceEnd: { __type: "Float" },
|
|
22172
21978
|
centBalanceStart: { __type: "Float" },
|
|
21979
|
+
centExpenses: { __type: "Float" },
|
|
21980
|
+
centNetRevenue: { __type: "Float" },
|
|
22173
21981
|
centPayedOut: { __type: "Float" },
|
|
22174
21982
|
centRentalRevenue: { __type: "Float" },
|
|
22175
21983
|
centTotal: { __type: "Float" },
|
|
21984
|
+
centTransfer: { __type: "Float" },
|
|
22176
21985
|
},
|
|
22177
21986
|
owner_statement_variance_order_by: {
|
|
22178
21987
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
22179
21988
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
22180
21989
|
centBalanceEnd: { __type: "order_by" },
|
|
22181
21990
|
centBalanceStart: { __type: "order_by" },
|
|
21991
|
+
centExpenses: { __type: "order_by" },
|
|
21992
|
+
centNetRevenue: { __type: "order_by" },
|
|
22182
21993
|
centPayedOut: { __type: "order_by" },
|
|
22183
21994
|
centRentalRevenue: { __type: "order_by" },
|
|
22184
21995
|
centTotal: { __type: "order_by" },
|
|
21996
|
+
centTransfer: { __type: "order_by" },
|
|
22185
21997
|
},
|
|
22186
21998
|
owner_status: {
|
|
22187
21999
|
__typename: { __type: "String!" },
|
|
@@ -25848,27 +25660,6 @@ export const generatedSchema = {
|
|
|
25848
25660
|
where: "listing_bool_exp",
|
|
25849
25661
|
},
|
|
25850
25662
|
},
|
|
25851
|
-
metric: { __type: "metric", __args: { id: "uuid!" } },
|
|
25852
|
-
metricAggregate: {
|
|
25853
|
-
__type: "metric_aggregate!",
|
|
25854
|
-
__args: {
|
|
25855
|
-
distinct_on: "[metric_select_column!]",
|
|
25856
|
-
limit: "Int",
|
|
25857
|
-
offset: "Int",
|
|
25858
|
-
order_by: "[metric_order_by!]",
|
|
25859
|
-
where: "metric_bool_exp",
|
|
25860
|
-
},
|
|
25861
|
-
},
|
|
25862
|
-
metrics: {
|
|
25863
|
-
__type: "[metric!]!",
|
|
25864
|
-
__args: {
|
|
25865
|
-
distinct_on: "[metric_select_column!]",
|
|
25866
|
-
limit: "Int",
|
|
25867
|
-
offset: "Int",
|
|
25868
|
-
order_by: "[metric_order_by!]",
|
|
25869
|
-
where: "metric_bool_exp",
|
|
25870
|
-
},
|
|
25871
|
-
},
|
|
25872
25663
|
metricsActiveListingCreated: {
|
|
25873
25664
|
__type: "[metricsActiveListingCreatedReturnType!]!",
|
|
25874
25665
|
__args: {
|
|
@@ -34825,35 +34616,6 @@ export const generatedSchema = {
|
|
|
34825
34616
|
where: "listing_bool_exp",
|
|
34826
34617
|
},
|
|
34827
34618
|
},
|
|
34828
|
-
metric: { __type: "metric", __args: { id: "uuid!" } },
|
|
34829
|
-
metricAggregate: {
|
|
34830
|
-
__type: "metric_aggregate!",
|
|
34831
|
-
__args: {
|
|
34832
|
-
distinct_on: "[metric_select_column!]",
|
|
34833
|
-
limit: "Int",
|
|
34834
|
-
offset: "Int",
|
|
34835
|
-
order_by: "[metric_order_by!]",
|
|
34836
|
-
where: "metric_bool_exp",
|
|
34837
|
-
},
|
|
34838
|
-
},
|
|
34839
|
-
metric_stream: {
|
|
34840
|
-
__type: "[metric!]!",
|
|
34841
|
-
__args: {
|
|
34842
|
-
batch_size: "Int!",
|
|
34843
|
-
cursor: "[metric_stream_cursor_input]!",
|
|
34844
|
-
where: "metric_bool_exp",
|
|
34845
|
-
},
|
|
34846
|
-
},
|
|
34847
|
-
metrics: {
|
|
34848
|
-
__type: "[metric!]!",
|
|
34849
|
-
__args: {
|
|
34850
|
-
distinct_on: "[metric_select_column!]",
|
|
34851
|
-
limit: "Int",
|
|
34852
|
-
offset: "Int",
|
|
34853
|
-
order_by: "[metric_order_by!]",
|
|
34854
|
-
where: "metric_bool_exp",
|
|
34855
|
-
},
|
|
34856
|
-
},
|
|
34857
34619
|
metricsActiveListingCreated: {
|
|
34858
34620
|
__type: "[metricsActiveListingCreatedReturnType!]!",
|
|
34859
34621
|
__args: {
|