@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
|
@@ -189,7 +189,6 @@ export const scalarsEnumsHash = {
|
|
|
189
189
|
file_storage_tag_select_column: true,
|
|
190
190
|
file_storage_tag_update_column: true,
|
|
191
191
|
file_storage_update_column: true,
|
|
192
|
-
float8: true,
|
|
193
192
|
issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
|
|
194
193
|
issueDuplicatedPaymentsReturnType_enum_name: true,
|
|
195
194
|
issueMessageOverwrite_constraint: true,
|
|
@@ -249,9 +248,6 @@ export const scalarsEnumsHash = {
|
|
|
249
248
|
listing_status_select_column: true,
|
|
250
249
|
listing_status_update_column: true,
|
|
251
250
|
listing_update_column: true,
|
|
252
|
-
metric_constraint: true,
|
|
253
|
-
metric_select_column: true,
|
|
254
|
-
metric_update_column: true,
|
|
255
251
|
metricsActiveListingCreatedReturnType_enum_name: true,
|
|
256
252
|
metricsBankRecordBalancesReturnType_enum_name: true,
|
|
257
253
|
metricsCurrenciesReturnType_enum_name: true,
|
|
@@ -9558,17 +9554,6 @@ export const generatedSchema = {
|
|
|
9558
9554
|
_set: { __type: "file_storage_set_input" },
|
|
9559
9555
|
where: { __type: "file_storage_bool_exp!" },
|
|
9560
9556
|
},
|
|
9561
|
-
float8_comparison_exp: {
|
|
9562
|
-
_eq: { __type: "float8" },
|
|
9563
|
-
_gt: { __type: "float8" },
|
|
9564
|
-
_gte: { __type: "float8" },
|
|
9565
|
-
_in: { __type: "[float8!]" },
|
|
9566
|
-
_is_null: { __type: "Boolean" },
|
|
9567
|
-
_lt: { __type: "float8" },
|
|
9568
|
-
_lte: { __type: "float8" },
|
|
9569
|
-
_neq: { __type: "float8" },
|
|
9570
|
-
_nin: { __type: "[float8!]" },
|
|
9571
|
-
},
|
|
9572
9557
|
issueConnectionsNeedVersionUpgradeReturnType: {
|
|
9573
9558
|
__typename: { __type: "String!" },
|
|
9574
9559
|
appIcon: { __type: "String!" },
|
|
@@ -13188,211 +13173,6 @@ export const generatedSchema = {
|
|
|
13188
13173
|
centExpenseReserve: { __type: "order_by" },
|
|
13189
13174
|
centTaxStartingBalance: { __type: "order_by" },
|
|
13190
13175
|
},
|
|
13191
|
-
metric: {
|
|
13192
|
-
__typename: { __type: "String!" },
|
|
13193
|
-
connection: { __type: "connection!" },
|
|
13194
|
-
connectionId: { __type: "uuid!" },
|
|
13195
|
-
createdAt: { __type: "timestamptz!" },
|
|
13196
|
-
date: { __type: "timestamptz!" },
|
|
13197
|
-
id: { __type: "uuid!" },
|
|
13198
|
-
listingConnection: { __type: "listing_connection" },
|
|
13199
|
-
listingConnectionId: { __type: "uuid" },
|
|
13200
|
-
metadata: { __type: "jsonb!", __args: { path: "String" } },
|
|
13201
|
-
tenant: { __type: "tenant!" },
|
|
13202
|
-
tenantId: { __type: "uuid!" },
|
|
13203
|
-
type: { __type: "String!" },
|
|
13204
|
-
uniqueRef: { __type: "String" },
|
|
13205
|
-
updatedAt: { __type: "timestamptz!" },
|
|
13206
|
-
value: { __type: "float8" },
|
|
13207
|
-
},
|
|
13208
|
-
metric_aggregate: {
|
|
13209
|
-
__typename: { __type: "String!" },
|
|
13210
|
-
aggregate: { __type: "metric_aggregate_fields" },
|
|
13211
|
-
nodes: { __type: "[metric!]!" },
|
|
13212
|
-
},
|
|
13213
|
-
metric_aggregate_fields: {
|
|
13214
|
-
__typename: { __type: "String!" },
|
|
13215
|
-
avg: { __type: "metric_avg_fields" },
|
|
13216
|
-
count: {
|
|
13217
|
-
__type: "Int!",
|
|
13218
|
-
__args: { columns: "[metric_select_column!]", distinct: "Boolean" },
|
|
13219
|
-
},
|
|
13220
|
-
max: { __type: "metric_max_fields" },
|
|
13221
|
-
min: { __type: "metric_min_fields" },
|
|
13222
|
-
stddev: { __type: "metric_stddev_fields" },
|
|
13223
|
-
stddev_pop: { __type: "metric_stddev_pop_fields" },
|
|
13224
|
-
stddev_samp: { __type: "metric_stddev_samp_fields" },
|
|
13225
|
-
sum: { __type: "metric_sum_fields" },
|
|
13226
|
-
var_pop: { __type: "metric_var_pop_fields" },
|
|
13227
|
-
var_samp: { __type: "metric_var_samp_fields" },
|
|
13228
|
-
variance: { __type: "metric_variance_fields" },
|
|
13229
|
-
},
|
|
13230
|
-
metric_append_input: { metadata: { __type: "jsonb" } },
|
|
13231
|
-
metric_avg_fields: {
|
|
13232
|
-
__typename: { __type: "String!" },
|
|
13233
|
-
value: { __type: "Float" },
|
|
13234
|
-
},
|
|
13235
|
-
metric_bool_exp: {
|
|
13236
|
-
_and: { __type: "[metric_bool_exp!]" },
|
|
13237
|
-
_not: { __type: "metric_bool_exp" },
|
|
13238
|
-
_or: { __type: "[metric_bool_exp!]" },
|
|
13239
|
-
connection: { __type: "connection_bool_exp" },
|
|
13240
|
-
connectionId: { __type: "uuid_comparison_exp" },
|
|
13241
|
-
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
13242
|
-
date: { __type: "timestamptz_comparison_exp" },
|
|
13243
|
-
id: { __type: "uuid_comparison_exp" },
|
|
13244
|
-
listingConnection: { __type: "listing_connection_bool_exp" },
|
|
13245
|
-
listingConnectionId: { __type: "uuid_comparison_exp" },
|
|
13246
|
-
metadata: { __type: "jsonb_comparison_exp" },
|
|
13247
|
-
tenant: { __type: "tenant_bool_exp" },
|
|
13248
|
-
tenantId: { __type: "uuid_comparison_exp" },
|
|
13249
|
-
type: { __type: "String_comparison_exp" },
|
|
13250
|
-
uniqueRef: { __type: "String_comparison_exp" },
|
|
13251
|
-
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
13252
|
-
value: { __type: "float8_comparison_exp" },
|
|
13253
|
-
},
|
|
13254
|
-
metric_delete_at_path_input: { metadata: { __type: "[String!]" } },
|
|
13255
|
-
metric_delete_elem_input: { metadata: { __type: "Int" } },
|
|
13256
|
-
metric_delete_key_input: { metadata: { __type: "String" } },
|
|
13257
|
-
metric_inc_input: { value: { __type: "float8" } },
|
|
13258
|
-
metric_insert_input: {
|
|
13259
|
-
connection: { __type: "connection_obj_rel_insert_input" },
|
|
13260
|
-
connectionId: { __type: "uuid" },
|
|
13261
|
-
createdAt: { __type: "timestamptz" },
|
|
13262
|
-
date: { __type: "timestamptz" },
|
|
13263
|
-
id: { __type: "uuid" },
|
|
13264
|
-
listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
|
|
13265
|
-
listingConnectionId: { __type: "uuid" },
|
|
13266
|
-
metadata: { __type: "jsonb" },
|
|
13267
|
-
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
13268
|
-
tenantId: { __type: "uuid" },
|
|
13269
|
-
type: { __type: "String" },
|
|
13270
|
-
uniqueRef: { __type: "String" },
|
|
13271
|
-
updatedAt: { __type: "timestamptz" },
|
|
13272
|
-
value: { __type: "float8" },
|
|
13273
|
-
},
|
|
13274
|
-
metric_max_fields: {
|
|
13275
|
-
__typename: { __type: "String!" },
|
|
13276
|
-
connectionId: { __type: "uuid" },
|
|
13277
|
-
createdAt: { __type: "timestamptz" },
|
|
13278
|
-
date: { __type: "timestamptz" },
|
|
13279
|
-
id: { __type: "uuid" },
|
|
13280
|
-
listingConnectionId: { __type: "uuid" },
|
|
13281
|
-
tenantId: { __type: "uuid" },
|
|
13282
|
-
type: { __type: "String" },
|
|
13283
|
-
uniqueRef: { __type: "String" },
|
|
13284
|
-
updatedAt: { __type: "timestamptz" },
|
|
13285
|
-
value: { __type: "float8" },
|
|
13286
|
-
},
|
|
13287
|
-
metric_min_fields: {
|
|
13288
|
-
__typename: { __type: "String!" },
|
|
13289
|
-
connectionId: { __type: "uuid" },
|
|
13290
|
-
createdAt: { __type: "timestamptz" },
|
|
13291
|
-
date: { __type: "timestamptz" },
|
|
13292
|
-
id: { __type: "uuid" },
|
|
13293
|
-
listingConnectionId: { __type: "uuid" },
|
|
13294
|
-
tenantId: { __type: "uuid" },
|
|
13295
|
-
type: { __type: "String" },
|
|
13296
|
-
uniqueRef: { __type: "String" },
|
|
13297
|
-
updatedAt: { __type: "timestamptz" },
|
|
13298
|
-
value: { __type: "float8" },
|
|
13299
|
-
},
|
|
13300
|
-
metric_mutation_response: {
|
|
13301
|
-
__typename: { __type: "String!" },
|
|
13302
|
-
affected_rows: { __type: "Int!" },
|
|
13303
|
-
returning: { __type: "[metric!]!" },
|
|
13304
|
-
},
|
|
13305
|
-
metric_on_conflict: {
|
|
13306
|
-
constraint: { __type: "metric_constraint!" },
|
|
13307
|
-
update_columns: { __type: "[metric_update_column!]!" },
|
|
13308
|
-
where: { __type: "metric_bool_exp" },
|
|
13309
|
-
},
|
|
13310
|
-
metric_order_by: {
|
|
13311
|
-
connection: { __type: "connection_order_by" },
|
|
13312
|
-
connectionId: { __type: "order_by" },
|
|
13313
|
-
createdAt: { __type: "order_by" },
|
|
13314
|
-
date: { __type: "order_by" },
|
|
13315
|
-
id: { __type: "order_by" },
|
|
13316
|
-
listingConnection: { __type: "listing_connection_order_by" },
|
|
13317
|
-
listingConnectionId: { __type: "order_by" },
|
|
13318
|
-
metadata: { __type: "order_by" },
|
|
13319
|
-
tenant: { __type: "tenant_order_by" },
|
|
13320
|
-
tenantId: { __type: "order_by" },
|
|
13321
|
-
type: { __type: "order_by" },
|
|
13322
|
-
uniqueRef: { __type: "order_by" },
|
|
13323
|
-
updatedAt: { __type: "order_by" },
|
|
13324
|
-
value: { __type: "order_by" },
|
|
13325
|
-
},
|
|
13326
|
-
metric_pk_columns_input: { id: { __type: "uuid!" } },
|
|
13327
|
-
metric_prepend_input: { metadata: { __type: "jsonb" } },
|
|
13328
|
-
metric_set_input: {
|
|
13329
|
-
connectionId: { __type: "uuid" },
|
|
13330
|
-
createdAt: { __type: "timestamptz" },
|
|
13331
|
-
date: { __type: "timestamptz" },
|
|
13332
|
-
id: { __type: "uuid" },
|
|
13333
|
-
listingConnectionId: { __type: "uuid" },
|
|
13334
|
-
metadata: { __type: "jsonb" },
|
|
13335
|
-
tenantId: { __type: "uuid" },
|
|
13336
|
-
type: { __type: "String" },
|
|
13337
|
-
uniqueRef: { __type: "String" },
|
|
13338
|
-
updatedAt: { __type: "timestamptz" },
|
|
13339
|
-
value: { __type: "float8" },
|
|
13340
|
-
},
|
|
13341
|
-
metric_stddev_fields: {
|
|
13342
|
-
__typename: { __type: "String!" },
|
|
13343
|
-
value: { __type: "Float" },
|
|
13344
|
-
},
|
|
13345
|
-
metric_stddev_pop_fields: {
|
|
13346
|
-
__typename: { __type: "String!" },
|
|
13347
|
-
value: { __type: "Float" },
|
|
13348
|
-
},
|
|
13349
|
-
metric_stddev_samp_fields: {
|
|
13350
|
-
__typename: { __type: "String!" },
|
|
13351
|
-
value: { __type: "Float" },
|
|
13352
|
-
},
|
|
13353
|
-
metric_stream_cursor_input: {
|
|
13354
|
-
initial_value: { __type: "metric_stream_cursor_value_input!" },
|
|
13355
|
-
ordering: { __type: "cursor_ordering" },
|
|
13356
|
-
},
|
|
13357
|
-
metric_stream_cursor_value_input: {
|
|
13358
|
-
connectionId: { __type: "uuid" },
|
|
13359
|
-
createdAt: { __type: "timestamptz" },
|
|
13360
|
-
date: { __type: "timestamptz" },
|
|
13361
|
-
id: { __type: "uuid" },
|
|
13362
|
-
listingConnectionId: { __type: "uuid" },
|
|
13363
|
-
metadata: { __type: "jsonb" },
|
|
13364
|
-
tenantId: { __type: "uuid" },
|
|
13365
|
-
type: { __type: "String" },
|
|
13366
|
-
uniqueRef: { __type: "String" },
|
|
13367
|
-
updatedAt: { __type: "timestamptz" },
|
|
13368
|
-
value: { __type: "float8" },
|
|
13369
|
-
},
|
|
13370
|
-
metric_sum_fields: {
|
|
13371
|
-
__typename: { __type: "String!" },
|
|
13372
|
-
value: { __type: "float8" },
|
|
13373
|
-
},
|
|
13374
|
-
metric_updates: {
|
|
13375
|
-
_append: { __type: "metric_append_input" },
|
|
13376
|
-
_delete_at_path: { __type: "metric_delete_at_path_input" },
|
|
13377
|
-
_delete_elem: { __type: "metric_delete_elem_input" },
|
|
13378
|
-
_delete_key: { __type: "metric_delete_key_input" },
|
|
13379
|
-
_inc: { __type: "metric_inc_input" },
|
|
13380
|
-
_prepend: { __type: "metric_prepend_input" },
|
|
13381
|
-
_set: { __type: "metric_set_input" },
|
|
13382
|
-
where: { __type: "metric_bool_exp!" },
|
|
13383
|
-
},
|
|
13384
|
-
metric_var_pop_fields: {
|
|
13385
|
-
__typename: { __type: "String!" },
|
|
13386
|
-
value: { __type: "Float" },
|
|
13387
|
-
},
|
|
13388
|
-
metric_var_samp_fields: {
|
|
13389
|
-
__typename: { __type: "String!" },
|
|
13390
|
-
value: { __type: "Float" },
|
|
13391
|
-
},
|
|
13392
|
-
metric_variance_fields: {
|
|
13393
|
-
__typename: { __type: "String!" },
|
|
13394
|
-
value: { __type: "Float" },
|
|
13395
|
-
},
|
|
13396
13176
|
metricsActiveListingCreatedReturnType: {
|
|
13397
13177
|
__typename: { __type: "String!" },
|
|
13398
13178
|
created: { __type: "bigint" },
|
|
@@ -14429,11 +14209,6 @@ export const generatedSchema = {
|
|
|
14429
14209
|
__type: "listing_mutation_response",
|
|
14430
14210
|
__args: { where: "listing_bool_exp!" },
|
|
14431
14211
|
},
|
|
14432
|
-
deleteMetric: { __type: "metric", __args: { id: "uuid!" } },
|
|
14433
|
-
deleteMetrics: {
|
|
14434
|
-
__type: "metric_mutation_response",
|
|
14435
|
-
__args: { where: "metric_bool_exp!" },
|
|
14436
|
-
},
|
|
14437
14212
|
deleteMonitorConnection: {
|
|
14438
14213
|
__type: "monitorConnection",
|
|
14439
14214
|
__args: { id: "uuid!" },
|
|
@@ -15658,20 +15433,6 @@ export const generatedSchema = {
|
|
|
15658
15433
|
on_conflict: "listing_on_conflict",
|
|
15659
15434
|
},
|
|
15660
15435
|
},
|
|
15661
|
-
insertMetric: {
|
|
15662
|
-
__type: "metric",
|
|
15663
|
-
__args: {
|
|
15664
|
-
object: "metric_insert_input!",
|
|
15665
|
-
on_conflict: "metric_on_conflict",
|
|
15666
|
-
},
|
|
15667
|
-
},
|
|
15668
|
-
insertMetrics: {
|
|
15669
|
-
__type: "metric_mutation_response",
|
|
15670
|
-
__args: {
|
|
15671
|
-
objects: "[metric_insert_input!]!",
|
|
15672
|
-
on_conflict: "metric_on_conflict",
|
|
15673
|
-
},
|
|
15674
|
-
},
|
|
15675
15436
|
insertMonitorConnection: {
|
|
15676
15437
|
__type: "monitorConnection",
|
|
15677
15438
|
__args: {
|
|
@@ -17906,32 +17667,6 @@ export const generatedSchema = {
|
|
|
17906
17667
|
__type: "[user_company_user_mutation_response]",
|
|
17907
17668
|
__args: { updates: "[user_company_user_updates!]!" },
|
|
17908
17669
|
},
|
|
17909
|
-
updateMetric: {
|
|
17910
|
-
__type: "metric",
|
|
17911
|
-
__args: {
|
|
17912
|
-
_append: "metric_append_input",
|
|
17913
|
-
_delete_at_path: "metric_delete_at_path_input",
|
|
17914
|
-
_delete_elem: "metric_delete_elem_input",
|
|
17915
|
-
_delete_key: "metric_delete_key_input",
|
|
17916
|
-
_inc: "metric_inc_input",
|
|
17917
|
-
_prepend: "metric_prepend_input",
|
|
17918
|
-
_set: "metric_set_input",
|
|
17919
|
-
pk_columns: "metric_pk_columns_input!",
|
|
17920
|
-
},
|
|
17921
|
-
},
|
|
17922
|
-
updateMetrics: {
|
|
17923
|
-
__type: "metric_mutation_response",
|
|
17924
|
-
__args: {
|
|
17925
|
-
_append: "metric_append_input",
|
|
17926
|
-
_delete_at_path: "metric_delete_at_path_input",
|
|
17927
|
-
_delete_elem: "metric_delete_elem_input",
|
|
17928
|
-
_delete_key: "metric_delete_key_input",
|
|
17929
|
-
_inc: "metric_inc_input",
|
|
17930
|
-
_prepend: "metric_prepend_input",
|
|
17931
|
-
_set: "metric_set_input",
|
|
17932
|
-
where: "metric_bool_exp!",
|
|
17933
|
-
},
|
|
17934
|
-
},
|
|
17935
17670
|
updateMonitorConnection: {
|
|
17936
17671
|
__type: "monitorConnection",
|
|
17937
17672
|
__args: {
|
|
@@ -18939,10 +18674,6 @@ export const generatedSchema = {
|
|
|
18939
18674
|
__type: "[listing_status_mutation_response]",
|
|
18940
18675
|
__args: { updates: "[listing_status_updates!]!" },
|
|
18941
18676
|
},
|
|
18942
|
-
update_metric_many: {
|
|
18943
|
-
__type: "[metric_mutation_response]",
|
|
18944
|
-
__args: { updates: "[metric_updates!]!" },
|
|
18945
|
-
},
|
|
18946
18677
|
update_owner_pms_status: {
|
|
18947
18678
|
__type: "owner_pms_status_mutation_response",
|
|
18948
18679
|
__args: {
|
|
@@ -20216,9 +19947,12 @@ export const generatedSchema = {
|
|
|
20216
19947
|
centAccountingBalanceStart: { __type: "Int" },
|
|
20217
19948
|
centBalanceEnd: { __type: "bigint" },
|
|
20218
19949
|
centBalanceStart: { __type: "bigint" },
|
|
19950
|
+
centExpenses: { __type: "bigint" },
|
|
19951
|
+
centNetRevenue: { __type: "bigint" },
|
|
20219
19952
|
centPayedOut: { __type: "Int" },
|
|
20220
19953
|
centRentalRevenue: { __type: "Int" },
|
|
20221
19954
|
centTotal: { __type: "bigint" },
|
|
19955
|
+
centTransfer: { __type: "bigint" },
|
|
20222
19956
|
createdAt: { __type: "timestamptz!" },
|
|
20223
19957
|
currency: { __type: "currency_enum" },
|
|
20224
19958
|
endAt: { __type: "timestamptz!" },
|
|
@@ -20407,18 +20141,24 @@ export const generatedSchema = {
|
|
|
20407
20141
|
centAccountingBalanceStart: { __type: "Float" },
|
|
20408
20142
|
centBalanceEnd: { __type: "Float" },
|
|
20409
20143
|
centBalanceStart: { __type: "Float" },
|
|
20144
|
+
centExpenses: { __type: "Float" },
|
|
20145
|
+
centNetRevenue: { __type: "Float" },
|
|
20410
20146
|
centPayedOut: { __type: "Float" },
|
|
20411
20147
|
centRentalRevenue: { __type: "Float" },
|
|
20412
20148
|
centTotal: { __type: "Float" },
|
|
20149
|
+
centTransfer: { __type: "Float" },
|
|
20413
20150
|
},
|
|
20414
20151
|
owner_statement_avg_order_by: {
|
|
20415
20152
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
20416
20153
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
20417
20154
|
centBalanceEnd: { __type: "order_by" },
|
|
20418
20155
|
centBalanceStart: { __type: "order_by" },
|
|
20156
|
+
centExpenses: { __type: "order_by" },
|
|
20157
|
+
centNetRevenue: { __type: "order_by" },
|
|
20419
20158
|
centPayedOut: { __type: "order_by" },
|
|
20420
20159
|
centRentalRevenue: { __type: "order_by" },
|
|
20421
20160
|
centTotal: { __type: "order_by" },
|
|
20161
|
+
centTransfer: { __type: "order_by" },
|
|
20422
20162
|
},
|
|
20423
20163
|
owner_statement_bool_exp: {
|
|
20424
20164
|
_and: { __type: "[owner_statement_bool_exp!]" },
|
|
@@ -20434,9 +20174,12 @@ export const generatedSchema = {
|
|
|
20434
20174
|
centAccountingBalanceStart: { __type: "Int_comparison_exp" },
|
|
20435
20175
|
centBalanceEnd: { __type: "bigint_comparison_exp" },
|
|
20436
20176
|
centBalanceStart: { __type: "bigint_comparison_exp" },
|
|
20177
|
+
centExpenses: { __type: "bigint_comparison_exp" },
|
|
20178
|
+
centNetRevenue: { __type: "bigint_comparison_exp" },
|
|
20437
20179
|
centPayedOut: { __type: "Int_comparison_exp" },
|
|
20438
20180
|
centRentalRevenue: { __type: "Int_comparison_exp" },
|
|
20439
20181
|
centTotal: { __type: "bigint_comparison_exp" },
|
|
20182
|
+
centTransfer: { __type: "bigint_comparison_exp" },
|
|
20440
20183
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
20441
20184
|
currency: { __type: "currency_enum_comparison_exp" },
|
|
20442
20185
|
endAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -20495,9 +20238,12 @@ export const generatedSchema = {
|
|
|
20495
20238
|
centAccountingBalanceStart: { __type: "Int" },
|
|
20496
20239
|
centBalanceEnd: { __type: "bigint" },
|
|
20497
20240
|
centBalanceStart: { __type: "bigint" },
|
|
20241
|
+
centExpenses: { __type: "bigint" },
|
|
20242
|
+
centNetRevenue: { __type: "bigint" },
|
|
20498
20243
|
centPayedOut: { __type: "Int" },
|
|
20499
20244
|
centRentalRevenue: { __type: "Int" },
|
|
20500
20245
|
centTotal: { __type: "bigint" },
|
|
20246
|
+
centTransfer: { __type: "bigint" },
|
|
20501
20247
|
},
|
|
20502
20248
|
owner_statement_insert_input: {
|
|
20503
20249
|
attachedJournalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
@@ -20507,9 +20253,12 @@ export const generatedSchema = {
|
|
|
20507
20253
|
centAccountingBalanceStart: { __type: "Int" },
|
|
20508
20254
|
centBalanceEnd: { __type: "bigint" },
|
|
20509
20255
|
centBalanceStart: { __type: "bigint" },
|
|
20256
|
+
centExpenses: { __type: "bigint" },
|
|
20257
|
+
centNetRevenue: { __type: "bigint" },
|
|
20510
20258
|
centPayedOut: { __type: "Int" },
|
|
20511
20259
|
centRentalRevenue: { __type: "Int" },
|
|
20512
20260
|
centTotal: { __type: "bigint" },
|
|
20261
|
+
centTransfer: { __type: "bigint" },
|
|
20513
20262
|
createdAt: { __type: "timestamptz" },
|
|
20514
20263
|
currency: { __type: "currency_enum" },
|
|
20515
20264
|
endAt: { __type: "timestamptz" },
|
|
@@ -21225,9 +20974,12 @@ export const generatedSchema = {
|
|
|
21225
20974
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21226
20975
|
centBalanceEnd: { __type: "bigint" },
|
|
21227
20976
|
centBalanceStart: { __type: "bigint" },
|
|
20977
|
+
centExpenses: { __type: "bigint" },
|
|
20978
|
+
centNetRevenue: { __type: "bigint" },
|
|
21228
20979
|
centPayedOut: { __type: "Int" },
|
|
21229
20980
|
centRentalRevenue: { __type: "Int" },
|
|
21230
20981
|
centTotal: { __type: "bigint" },
|
|
20982
|
+
centTransfer: { __type: "bigint" },
|
|
21231
20983
|
createdAt: { __type: "timestamptz" },
|
|
21232
20984
|
endAt: { __type: "timestamptz" },
|
|
21233
20985
|
id: { __type: "uuid" },
|
|
@@ -21248,9 +21000,12 @@ export const generatedSchema = {
|
|
|
21248
21000
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21249
21001
|
centBalanceEnd: { __type: "order_by" },
|
|
21250
21002
|
centBalanceStart: { __type: "order_by" },
|
|
21003
|
+
centExpenses: { __type: "order_by" },
|
|
21004
|
+
centNetRevenue: { __type: "order_by" },
|
|
21251
21005
|
centPayedOut: { __type: "order_by" },
|
|
21252
21006
|
centRentalRevenue: { __type: "order_by" },
|
|
21253
21007
|
centTotal: { __type: "order_by" },
|
|
21008
|
+
centTransfer: { __type: "order_by" },
|
|
21254
21009
|
createdAt: { __type: "order_by" },
|
|
21255
21010
|
endAt: { __type: "order_by" },
|
|
21256
21011
|
id: { __type: "order_by" },
|
|
@@ -21272,9 +21027,12 @@ export const generatedSchema = {
|
|
|
21272
21027
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21273
21028
|
centBalanceEnd: { __type: "bigint" },
|
|
21274
21029
|
centBalanceStart: { __type: "bigint" },
|
|
21030
|
+
centExpenses: { __type: "bigint" },
|
|
21031
|
+
centNetRevenue: { __type: "bigint" },
|
|
21275
21032
|
centPayedOut: { __type: "Int" },
|
|
21276
21033
|
centRentalRevenue: { __type: "Int" },
|
|
21277
21034
|
centTotal: { __type: "bigint" },
|
|
21035
|
+
centTransfer: { __type: "bigint" },
|
|
21278
21036
|
createdAt: { __type: "timestamptz" },
|
|
21279
21037
|
endAt: { __type: "timestamptz" },
|
|
21280
21038
|
id: { __type: "uuid" },
|
|
@@ -21295,9 +21053,12 @@ export const generatedSchema = {
|
|
|
21295
21053
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21296
21054
|
centBalanceEnd: { __type: "order_by" },
|
|
21297
21055
|
centBalanceStart: { __type: "order_by" },
|
|
21056
|
+
centExpenses: { __type: "order_by" },
|
|
21057
|
+
centNetRevenue: { __type: "order_by" },
|
|
21298
21058
|
centPayedOut: { __type: "order_by" },
|
|
21299
21059
|
centRentalRevenue: { __type: "order_by" },
|
|
21300
21060
|
centTotal: { __type: "order_by" },
|
|
21061
|
+
centTransfer: { __type: "order_by" },
|
|
21301
21062
|
createdAt: { __type: "order_by" },
|
|
21302
21063
|
endAt: { __type: "order_by" },
|
|
21303
21064
|
id: { __type: "order_by" },
|
|
@@ -21336,9 +21097,12 @@ export const generatedSchema = {
|
|
|
21336
21097
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21337
21098
|
centBalanceEnd: { __type: "order_by" },
|
|
21338
21099
|
centBalanceStart: { __type: "order_by" },
|
|
21100
|
+
centExpenses: { __type: "order_by" },
|
|
21101
|
+
centNetRevenue: { __type: "order_by" },
|
|
21339
21102
|
centPayedOut: { __type: "order_by" },
|
|
21340
21103
|
centRentalRevenue: { __type: "order_by" },
|
|
21341
21104
|
centTotal: { __type: "order_by" },
|
|
21105
|
+
centTransfer: { __type: "order_by" },
|
|
21342
21106
|
createdAt: { __type: "order_by" },
|
|
21343
21107
|
currency: { __type: "order_by" },
|
|
21344
21108
|
endAt: { __type: "order_by" },
|
|
@@ -21628,9 +21392,12 @@ export const generatedSchema = {
|
|
|
21628
21392
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21629
21393
|
centBalanceEnd: { __type: "bigint" },
|
|
21630
21394
|
centBalanceStart: { __type: "bigint" },
|
|
21395
|
+
centExpenses: { __type: "bigint" },
|
|
21396
|
+
centNetRevenue: { __type: "bigint" },
|
|
21631
21397
|
centPayedOut: { __type: "Int" },
|
|
21632
21398
|
centRentalRevenue: { __type: "Int" },
|
|
21633
21399
|
centTotal: { __type: "bigint" },
|
|
21400
|
+
centTransfer: { __type: "bigint" },
|
|
21634
21401
|
createdAt: { __type: "timestamptz" },
|
|
21635
21402
|
currency: { __type: "currency_enum" },
|
|
21636
21403
|
endAt: { __type: "timestamptz" },
|
|
@@ -21725,18 +21492,24 @@ export const generatedSchema = {
|
|
|
21725
21492
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21726
21493
|
centBalanceEnd: { __type: "Float" },
|
|
21727
21494
|
centBalanceStart: { __type: "Float" },
|
|
21495
|
+
centExpenses: { __type: "Float" },
|
|
21496
|
+
centNetRevenue: { __type: "Float" },
|
|
21728
21497
|
centPayedOut: { __type: "Float" },
|
|
21729
21498
|
centRentalRevenue: { __type: "Float" },
|
|
21730
21499
|
centTotal: { __type: "Float" },
|
|
21500
|
+
centTransfer: { __type: "Float" },
|
|
21731
21501
|
},
|
|
21732
21502
|
owner_statement_stddev_order_by: {
|
|
21733
21503
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21734
21504
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21735
21505
|
centBalanceEnd: { __type: "order_by" },
|
|
21736
21506
|
centBalanceStart: { __type: "order_by" },
|
|
21507
|
+
centExpenses: { __type: "order_by" },
|
|
21508
|
+
centNetRevenue: { __type: "order_by" },
|
|
21737
21509
|
centPayedOut: { __type: "order_by" },
|
|
21738
21510
|
centRentalRevenue: { __type: "order_by" },
|
|
21739
21511
|
centTotal: { __type: "order_by" },
|
|
21512
|
+
centTransfer: { __type: "order_by" },
|
|
21740
21513
|
},
|
|
21741
21514
|
owner_statement_stddev_pop_fields: {
|
|
21742
21515
|
__typename: { __type: "String!" },
|
|
@@ -21744,18 +21517,24 @@ export const generatedSchema = {
|
|
|
21744
21517
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21745
21518
|
centBalanceEnd: { __type: "Float" },
|
|
21746
21519
|
centBalanceStart: { __type: "Float" },
|
|
21520
|
+
centExpenses: { __type: "Float" },
|
|
21521
|
+
centNetRevenue: { __type: "Float" },
|
|
21747
21522
|
centPayedOut: { __type: "Float" },
|
|
21748
21523
|
centRentalRevenue: { __type: "Float" },
|
|
21749
21524
|
centTotal: { __type: "Float" },
|
|
21525
|
+
centTransfer: { __type: "Float" },
|
|
21750
21526
|
},
|
|
21751
21527
|
owner_statement_stddev_pop_order_by: {
|
|
21752
21528
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21753
21529
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21754
21530
|
centBalanceEnd: { __type: "order_by" },
|
|
21755
21531
|
centBalanceStart: { __type: "order_by" },
|
|
21532
|
+
centExpenses: { __type: "order_by" },
|
|
21533
|
+
centNetRevenue: { __type: "order_by" },
|
|
21756
21534
|
centPayedOut: { __type: "order_by" },
|
|
21757
21535
|
centRentalRevenue: { __type: "order_by" },
|
|
21758
21536
|
centTotal: { __type: "order_by" },
|
|
21537
|
+
centTransfer: { __type: "order_by" },
|
|
21759
21538
|
},
|
|
21760
21539
|
owner_statement_stddev_samp_fields: {
|
|
21761
21540
|
__typename: { __type: "String!" },
|
|
@@ -21763,18 +21542,24 @@ export const generatedSchema = {
|
|
|
21763
21542
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21764
21543
|
centBalanceEnd: { __type: "Float" },
|
|
21765
21544
|
centBalanceStart: { __type: "Float" },
|
|
21545
|
+
centExpenses: { __type: "Float" },
|
|
21546
|
+
centNetRevenue: { __type: "Float" },
|
|
21766
21547
|
centPayedOut: { __type: "Float" },
|
|
21767
21548
|
centRentalRevenue: { __type: "Float" },
|
|
21768
21549
|
centTotal: { __type: "Float" },
|
|
21550
|
+
centTransfer: { __type: "Float" },
|
|
21769
21551
|
},
|
|
21770
21552
|
owner_statement_stddev_samp_order_by: {
|
|
21771
21553
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21772
21554
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21773
21555
|
centBalanceEnd: { __type: "order_by" },
|
|
21774
21556
|
centBalanceStart: { __type: "order_by" },
|
|
21557
|
+
centExpenses: { __type: "order_by" },
|
|
21558
|
+
centNetRevenue: { __type: "order_by" },
|
|
21775
21559
|
centPayedOut: { __type: "order_by" },
|
|
21776
21560
|
centRentalRevenue: { __type: "order_by" },
|
|
21777
21561
|
centTotal: { __type: "order_by" },
|
|
21562
|
+
centTransfer: { __type: "order_by" },
|
|
21778
21563
|
},
|
|
21779
21564
|
owner_statement_stream_cursor_input: {
|
|
21780
21565
|
initial_value: { __type: "owner_statement_stream_cursor_value_input!" },
|
|
@@ -21786,9 +21571,12 @@ export const generatedSchema = {
|
|
|
21786
21571
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21787
21572
|
centBalanceEnd: { __type: "bigint" },
|
|
21788
21573
|
centBalanceStart: { __type: "bigint" },
|
|
21574
|
+
centExpenses: { __type: "bigint" },
|
|
21575
|
+
centNetRevenue: { __type: "bigint" },
|
|
21789
21576
|
centPayedOut: { __type: "Int" },
|
|
21790
21577
|
centRentalRevenue: { __type: "Int" },
|
|
21791
21578
|
centTotal: { __type: "bigint" },
|
|
21579
|
+
centTransfer: { __type: "bigint" },
|
|
21792
21580
|
createdAt: { __type: "timestamptz" },
|
|
21793
21581
|
currency: { __type: "currency_enum" },
|
|
21794
21582
|
endAt: { __type: "timestamptz" },
|
|
@@ -21814,18 +21602,24 @@ export const generatedSchema = {
|
|
|
21814
21602
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21815
21603
|
centBalanceEnd: { __type: "bigint" },
|
|
21816
21604
|
centBalanceStart: { __type: "bigint" },
|
|
21605
|
+
centExpenses: { __type: "bigint" },
|
|
21606
|
+
centNetRevenue: { __type: "bigint" },
|
|
21817
21607
|
centPayedOut: { __type: "Int" },
|
|
21818
21608
|
centRentalRevenue: { __type: "Int" },
|
|
21819
21609
|
centTotal: { __type: "bigint" },
|
|
21610
|
+
centTransfer: { __type: "bigint" },
|
|
21820
21611
|
},
|
|
21821
21612
|
owner_statement_sum_order_by: {
|
|
21822
21613
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21823
21614
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21824
21615
|
centBalanceEnd: { __type: "order_by" },
|
|
21825
21616
|
centBalanceStart: { __type: "order_by" },
|
|
21617
|
+
centExpenses: { __type: "order_by" },
|
|
21618
|
+
centNetRevenue: { __type: "order_by" },
|
|
21826
21619
|
centPayedOut: { __type: "order_by" },
|
|
21827
21620
|
centRentalRevenue: { __type: "order_by" },
|
|
21828
21621
|
centTotal: { __type: "order_by" },
|
|
21622
|
+
centTransfer: { __type: "order_by" },
|
|
21829
21623
|
},
|
|
21830
21624
|
owner_statement_template: {
|
|
21831
21625
|
__typename: { __type: "String!" },
|
|
@@ -22081,18 +21875,24 @@ export const generatedSchema = {
|
|
|
22081
21875
|
centAccountingBalanceStart: { __type: "Float" },
|
|
22082
21876
|
centBalanceEnd: { __type: "Float" },
|
|
22083
21877
|
centBalanceStart: { __type: "Float" },
|
|
21878
|
+
centExpenses: { __type: "Float" },
|
|
21879
|
+
centNetRevenue: { __type: "Float" },
|
|
22084
21880
|
centPayedOut: { __type: "Float" },
|
|
22085
21881
|
centRentalRevenue: { __type: "Float" },
|
|
22086
21882
|
centTotal: { __type: "Float" },
|
|
21883
|
+
centTransfer: { __type: "Float" },
|
|
22087
21884
|
},
|
|
22088
21885
|
owner_statement_var_pop_order_by: {
|
|
22089
21886
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
22090
21887
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
22091
21888
|
centBalanceEnd: { __type: "order_by" },
|
|
22092
21889
|
centBalanceStart: { __type: "order_by" },
|
|
21890
|
+
centExpenses: { __type: "order_by" },
|
|
21891
|
+
centNetRevenue: { __type: "order_by" },
|
|
22093
21892
|
centPayedOut: { __type: "order_by" },
|
|
22094
21893
|
centRentalRevenue: { __type: "order_by" },
|
|
22095
21894
|
centTotal: { __type: "order_by" },
|
|
21895
|
+
centTransfer: { __type: "order_by" },
|
|
22096
21896
|
},
|
|
22097
21897
|
owner_statement_var_samp_fields: {
|
|
22098
21898
|
__typename: { __type: "String!" },
|
|
@@ -22100,18 +21900,24 @@ export const generatedSchema = {
|
|
|
22100
21900
|
centAccountingBalanceStart: { __type: "Float" },
|
|
22101
21901
|
centBalanceEnd: { __type: "Float" },
|
|
22102
21902
|
centBalanceStart: { __type: "Float" },
|
|
21903
|
+
centExpenses: { __type: "Float" },
|
|
21904
|
+
centNetRevenue: { __type: "Float" },
|
|
22103
21905
|
centPayedOut: { __type: "Float" },
|
|
22104
21906
|
centRentalRevenue: { __type: "Float" },
|
|
22105
21907
|
centTotal: { __type: "Float" },
|
|
21908
|
+
centTransfer: { __type: "Float" },
|
|
22106
21909
|
},
|
|
22107
21910
|
owner_statement_var_samp_order_by: {
|
|
22108
21911
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
22109
21912
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
22110
21913
|
centBalanceEnd: { __type: "order_by" },
|
|
22111
21914
|
centBalanceStart: { __type: "order_by" },
|
|
21915
|
+
centExpenses: { __type: "order_by" },
|
|
21916
|
+
centNetRevenue: { __type: "order_by" },
|
|
22112
21917
|
centPayedOut: { __type: "order_by" },
|
|
22113
21918
|
centRentalRevenue: { __type: "order_by" },
|
|
22114
21919
|
centTotal: { __type: "order_by" },
|
|
21920
|
+
centTransfer: { __type: "order_by" },
|
|
22115
21921
|
},
|
|
22116
21922
|
owner_statement_variance_fields: {
|
|
22117
21923
|
__typename: { __type: "String!" },
|
|
@@ -22119,18 +21925,24 @@ export const generatedSchema = {
|
|
|
22119
21925
|
centAccountingBalanceStart: { __type: "Float" },
|
|
22120
21926
|
centBalanceEnd: { __type: "Float" },
|
|
22121
21927
|
centBalanceStart: { __type: "Float" },
|
|
21928
|
+
centExpenses: { __type: "Float" },
|
|
21929
|
+
centNetRevenue: { __type: "Float" },
|
|
22122
21930
|
centPayedOut: { __type: "Float" },
|
|
22123
21931
|
centRentalRevenue: { __type: "Float" },
|
|
22124
21932
|
centTotal: { __type: "Float" },
|
|
21933
|
+
centTransfer: { __type: "Float" },
|
|
22125
21934
|
},
|
|
22126
21935
|
owner_statement_variance_order_by: {
|
|
22127
21936
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
22128
21937
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
22129
21938
|
centBalanceEnd: { __type: "order_by" },
|
|
22130
21939
|
centBalanceStart: { __type: "order_by" },
|
|
21940
|
+
centExpenses: { __type: "order_by" },
|
|
21941
|
+
centNetRevenue: { __type: "order_by" },
|
|
22131
21942
|
centPayedOut: { __type: "order_by" },
|
|
22132
21943
|
centRentalRevenue: { __type: "order_by" },
|
|
22133
21944
|
centTotal: { __type: "order_by" },
|
|
21945
|
+
centTransfer: { __type: "order_by" },
|
|
22134
21946
|
},
|
|
22135
21947
|
owner_status: {
|
|
22136
21948
|
__typename: { __type: "String!" },
|
|
@@ -25789,27 +25601,6 @@ export const generatedSchema = {
|
|
|
25789
25601
|
where: "listing_bool_exp",
|
|
25790
25602
|
},
|
|
25791
25603
|
},
|
|
25792
|
-
metric: { __type: "metric", __args: { id: "uuid!" } },
|
|
25793
|
-
metricAggregate: {
|
|
25794
|
-
__type: "metric_aggregate!",
|
|
25795
|
-
__args: {
|
|
25796
|
-
distinct_on: "[metric_select_column!]",
|
|
25797
|
-
limit: "Int",
|
|
25798
|
-
offset: "Int",
|
|
25799
|
-
order_by: "[metric_order_by!]",
|
|
25800
|
-
where: "metric_bool_exp",
|
|
25801
|
-
},
|
|
25802
|
-
},
|
|
25803
|
-
metrics: {
|
|
25804
|
-
__type: "[metric!]!",
|
|
25805
|
-
__args: {
|
|
25806
|
-
distinct_on: "[metric_select_column!]",
|
|
25807
|
-
limit: "Int",
|
|
25808
|
-
offset: "Int",
|
|
25809
|
-
order_by: "[metric_order_by!]",
|
|
25810
|
-
where: "metric_bool_exp",
|
|
25811
|
-
},
|
|
25812
|
-
},
|
|
25813
25604
|
metricsActiveListingCreated: {
|
|
25814
25605
|
__type: "[metricsActiveListingCreatedReturnType!]!",
|
|
25815
25606
|
__args: {
|
|
@@ -34748,35 +34539,6 @@ export const generatedSchema = {
|
|
|
34748
34539
|
where: "listing_bool_exp",
|
|
34749
34540
|
},
|
|
34750
34541
|
},
|
|
34751
|
-
metric: { __type: "metric", __args: { id: "uuid!" } },
|
|
34752
|
-
metricAggregate: {
|
|
34753
|
-
__type: "metric_aggregate!",
|
|
34754
|
-
__args: {
|
|
34755
|
-
distinct_on: "[metric_select_column!]",
|
|
34756
|
-
limit: "Int",
|
|
34757
|
-
offset: "Int",
|
|
34758
|
-
order_by: "[metric_order_by!]",
|
|
34759
|
-
where: "metric_bool_exp",
|
|
34760
|
-
},
|
|
34761
|
-
},
|
|
34762
|
-
metric_stream: {
|
|
34763
|
-
__type: "[metric!]!",
|
|
34764
|
-
__args: {
|
|
34765
|
-
batch_size: "Int!",
|
|
34766
|
-
cursor: "[metric_stream_cursor_input]!",
|
|
34767
|
-
where: "metric_bool_exp",
|
|
34768
|
-
},
|
|
34769
|
-
},
|
|
34770
|
-
metrics: {
|
|
34771
|
-
__type: "[metric!]!",
|
|
34772
|
-
__args: {
|
|
34773
|
-
distinct_on: "[metric_select_column!]",
|
|
34774
|
-
limit: "Int",
|
|
34775
|
-
offset: "Int",
|
|
34776
|
-
order_by: "[metric_order_by!]",
|
|
34777
|
-
where: "metric_bool_exp",
|
|
34778
|
-
},
|
|
34779
|
-
},
|
|
34780
34542
|
metricsActiveListingCreated: {
|
|
34781
34543
|
__type: "[metricsActiveListingCreatedReturnType!]!",
|
|
34782
34544
|
__args: {
|