@vrplatform/graphql 1.1.3 → 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/gqty/schema.generated.d.ts +174 -0
- package/build/main/gqty/schema.generated.js +81 -0
- package/build/module/gqty/schema.generated.d.ts +174 -0
- package/build/module/gqty/schema.generated.js +81 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +174 -0
- package/src/gqty/schema.generated.js +81 -0
|
@@ -14189,9 +14189,12 @@ export interface owner_statement_avg_order_by {
|
|
|
14189
14189
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
14190
14190
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
14191
14191
|
centBalanceStart?: InputMaybe<order_by>;
|
|
14192
|
+
centExpenses?: InputMaybe<order_by>;
|
|
14193
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
14192
14194
|
centPayedOut?: InputMaybe<order_by>;
|
|
14193
14195
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
14194
14196
|
centTotal?: InputMaybe<order_by>;
|
|
14197
|
+
centTransfer?: InputMaybe<order_by>;
|
|
14195
14198
|
}
|
|
14196
14199
|
|
|
14197
14200
|
/** Boolean expression to filter rows from the table "owner_statement". All fields are combined with a logical 'AND'. */
|
|
@@ -14207,9 +14210,12 @@ export interface owner_statement_bool_exp {
|
|
|
14207
14210
|
centAccountingBalanceStart?: InputMaybe<Int_comparison_exp>;
|
|
14208
14211
|
centBalanceEnd?: InputMaybe<bigint_comparison_exp>;
|
|
14209
14212
|
centBalanceStart?: InputMaybe<bigint_comparison_exp>;
|
|
14213
|
+
centExpenses?: InputMaybe<bigint_comparison_exp>;
|
|
14214
|
+
centNetRevenue?: InputMaybe<bigint_comparison_exp>;
|
|
14210
14215
|
centPayedOut?: InputMaybe<Int_comparison_exp>;
|
|
14211
14216
|
centRentalRevenue?: InputMaybe<Int_comparison_exp>;
|
|
14212
14217
|
centTotal?: InputMaybe<bigint_comparison_exp>;
|
|
14218
|
+
centTransfer?: InputMaybe<bigint_comparison_exp>;
|
|
14213
14219
|
createdAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
14214
14220
|
currency?: InputMaybe<currency_enum_comparison_exp>;
|
|
14215
14221
|
endAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
@@ -14283,9 +14289,12 @@ export interface owner_statement_inc_input {
|
|
|
14283
14289
|
centAccountingBalanceStart?: InputMaybe<Scalars["Int"]>;
|
|
14284
14290
|
centBalanceEnd?: InputMaybe<Scalars["bigint"]>;
|
|
14285
14291
|
centBalanceStart?: InputMaybe<Scalars["bigint"]>;
|
|
14292
|
+
centExpenses?: InputMaybe<Scalars["bigint"]>;
|
|
14293
|
+
centNetRevenue?: InputMaybe<Scalars["bigint"]>;
|
|
14286
14294
|
centPayedOut?: InputMaybe<Scalars["Int"]>;
|
|
14287
14295
|
centRentalRevenue?: InputMaybe<Scalars["Int"]>;
|
|
14288
14296
|
centTotal?: InputMaybe<Scalars["bigint"]>;
|
|
14297
|
+
centTransfer?: InputMaybe<Scalars["bigint"]>;
|
|
14289
14298
|
}
|
|
14290
14299
|
|
|
14291
14300
|
/** input type for inserting data into table "owner_statement" */
|
|
@@ -14297,9 +14306,12 @@ export interface owner_statement_insert_input {
|
|
|
14297
14306
|
centAccountingBalanceStart?: InputMaybe<Scalars["Int"]>;
|
|
14298
14307
|
centBalanceEnd?: InputMaybe<Scalars["bigint"]>;
|
|
14299
14308
|
centBalanceStart?: InputMaybe<Scalars["bigint"]>;
|
|
14309
|
+
centExpenses?: InputMaybe<Scalars["bigint"]>;
|
|
14310
|
+
centNetRevenue?: InputMaybe<Scalars["bigint"]>;
|
|
14300
14311
|
centPayedOut?: InputMaybe<Scalars["Int"]>;
|
|
14301
14312
|
centRentalRevenue?: InputMaybe<Scalars["Int"]>;
|
|
14302
14313
|
centTotal?: InputMaybe<Scalars["bigint"]>;
|
|
14314
|
+
centTransfer?: InputMaybe<Scalars["bigint"]>;
|
|
14303
14315
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
14304
14316
|
currency?: InputMaybe<currency_enum>;
|
|
14305
14317
|
endAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
@@ -14978,9 +14990,12 @@ export interface owner_statement_max_order_by {
|
|
|
14978
14990
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
14979
14991
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
14980
14992
|
centBalanceStart?: InputMaybe<order_by>;
|
|
14993
|
+
centExpenses?: InputMaybe<order_by>;
|
|
14994
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
14981
14995
|
centPayedOut?: InputMaybe<order_by>;
|
|
14982
14996
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
14983
14997
|
centTotal?: InputMaybe<order_by>;
|
|
14998
|
+
centTransfer?: InputMaybe<order_by>;
|
|
14984
14999
|
createdAt?: InputMaybe<order_by>;
|
|
14985
15000
|
endAt?: InputMaybe<order_by>;
|
|
14986
15001
|
id?: InputMaybe<order_by>;
|
|
@@ -15003,9 +15018,12 @@ export interface owner_statement_min_order_by {
|
|
|
15003
15018
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
15004
15019
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
15005
15020
|
centBalanceStart?: InputMaybe<order_by>;
|
|
15021
|
+
centExpenses?: InputMaybe<order_by>;
|
|
15022
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
15006
15023
|
centPayedOut?: InputMaybe<order_by>;
|
|
15007
15024
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
15008
15025
|
centTotal?: InputMaybe<order_by>;
|
|
15026
|
+
centTransfer?: InputMaybe<order_by>;
|
|
15009
15027
|
createdAt?: InputMaybe<order_by>;
|
|
15010
15028
|
endAt?: InputMaybe<order_by>;
|
|
15011
15029
|
id?: InputMaybe<order_by>;
|
|
@@ -15044,9 +15062,12 @@ export interface owner_statement_order_by {
|
|
|
15044
15062
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
15045
15063
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
15046
15064
|
centBalanceStart?: InputMaybe<order_by>;
|
|
15065
|
+
centExpenses?: InputMaybe<order_by>;
|
|
15066
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
15047
15067
|
centPayedOut?: InputMaybe<order_by>;
|
|
15048
15068
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
15049
15069
|
centTotal?: InputMaybe<order_by>;
|
|
15070
|
+
centTransfer?: InputMaybe<order_by>;
|
|
15050
15071
|
createdAt?: InputMaybe<order_by>;
|
|
15051
15072
|
currency?: InputMaybe<order_by>;
|
|
15052
15073
|
endAt?: InputMaybe<order_by>;
|
|
@@ -15371,12 +15392,18 @@ export type owner_statement_select_column =
|
|
|
15371
15392
|
/** column name */
|
|
15372
15393
|
| "centBalanceStart"
|
|
15373
15394
|
/** column name */
|
|
15395
|
+
| "centExpenses"
|
|
15396
|
+
/** column name */
|
|
15397
|
+
| "centNetRevenue"
|
|
15398
|
+
/** column name */
|
|
15374
15399
|
| "centPayedOut"
|
|
15375
15400
|
/** column name */
|
|
15376
15401
|
| "centRentalRevenue"
|
|
15377
15402
|
/** column name */
|
|
15378
15403
|
| "centTotal"
|
|
15379
15404
|
/** column name */
|
|
15405
|
+
| "centTransfer"
|
|
15406
|
+
/** column name */
|
|
15380
15407
|
| "createdAt"
|
|
15381
15408
|
/** column name */
|
|
15382
15409
|
| "currency"
|
|
@@ -15420,9 +15447,12 @@ export interface owner_statement_set_input {
|
|
|
15420
15447
|
centAccountingBalanceStart?: InputMaybe<Scalars["Int"]>;
|
|
15421
15448
|
centBalanceEnd?: InputMaybe<Scalars["bigint"]>;
|
|
15422
15449
|
centBalanceStart?: InputMaybe<Scalars["bigint"]>;
|
|
15450
|
+
centExpenses?: InputMaybe<Scalars["bigint"]>;
|
|
15451
|
+
centNetRevenue?: InputMaybe<Scalars["bigint"]>;
|
|
15423
15452
|
centPayedOut?: InputMaybe<Scalars["Int"]>;
|
|
15424
15453
|
centRentalRevenue?: InputMaybe<Scalars["Int"]>;
|
|
15425
15454
|
centTotal?: InputMaybe<Scalars["bigint"]>;
|
|
15455
|
+
centTransfer?: InputMaybe<Scalars["bigint"]>;
|
|
15426
15456
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
15427
15457
|
currency?: InputMaybe<currency_enum>;
|
|
15428
15458
|
endAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
@@ -15535,9 +15565,12 @@ export interface owner_statement_stddev_order_by {
|
|
|
15535
15565
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
15536
15566
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
15537
15567
|
centBalanceStart?: InputMaybe<order_by>;
|
|
15568
|
+
centExpenses?: InputMaybe<order_by>;
|
|
15569
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
15538
15570
|
centPayedOut?: InputMaybe<order_by>;
|
|
15539
15571
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
15540
15572
|
centTotal?: InputMaybe<order_by>;
|
|
15573
|
+
centTransfer?: InputMaybe<order_by>;
|
|
15541
15574
|
}
|
|
15542
15575
|
|
|
15543
15576
|
/** order by stddev_pop() on columns of table "owner_statement" */
|
|
@@ -15546,9 +15579,12 @@ export interface owner_statement_stddev_pop_order_by {
|
|
|
15546
15579
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
15547
15580
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
15548
15581
|
centBalanceStart?: InputMaybe<order_by>;
|
|
15582
|
+
centExpenses?: InputMaybe<order_by>;
|
|
15583
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
15549
15584
|
centPayedOut?: InputMaybe<order_by>;
|
|
15550
15585
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
15551
15586
|
centTotal?: InputMaybe<order_by>;
|
|
15587
|
+
centTransfer?: InputMaybe<order_by>;
|
|
15552
15588
|
}
|
|
15553
15589
|
|
|
15554
15590
|
/** order by stddev_samp() on columns of table "owner_statement" */
|
|
@@ -15557,9 +15593,12 @@ export interface owner_statement_stddev_samp_order_by {
|
|
|
15557
15593
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
15558
15594
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
15559
15595
|
centBalanceStart?: InputMaybe<order_by>;
|
|
15596
|
+
centExpenses?: InputMaybe<order_by>;
|
|
15597
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
15560
15598
|
centPayedOut?: InputMaybe<order_by>;
|
|
15561
15599
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
15562
15600
|
centTotal?: InputMaybe<order_by>;
|
|
15601
|
+
centTransfer?: InputMaybe<order_by>;
|
|
15563
15602
|
}
|
|
15564
15603
|
|
|
15565
15604
|
/** Streaming cursor of the table "owner_statement" */
|
|
@@ -15577,9 +15616,12 @@ export interface owner_statement_stream_cursor_value_input {
|
|
|
15577
15616
|
centAccountingBalanceStart?: InputMaybe<Scalars["Int"]>;
|
|
15578
15617
|
centBalanceEnd?: InputMaybe<Scalars["bigint"]>;
|
|
15579
15618
|
centBalanceStart?: InputMaybe<Scalars["bigint"]>;
|
|
15619
|
+
centExpenses?: InputMaybe<Scalars["bigint"]>;
|
|
15620
|
+
centNetRevenue?: InputMaybe<Scalars["bigint"]>;
|
|
15580
15621
|
centPayedOut?: InputMaybe<Scalars["Int"]>;
|
|
15581
15622
|
centRentalRevenue?: InputMaybe<Scalars["Int"]>;
|
|
15582
15623
|
centTotal?: InputMaybe<Scalars["bigint"]>;
|
|
15624
|
+
centTransfer?: InputMaybe<Scalars["bigint"]>;
|
|
15583
15625
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
15584
15626
|
currency?: InputMaybe<currency_enum>;
|
|
15585
15627
|
endAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
@@ -15606,9 +15648,12 @@ export interface owner_statement_sum_order_by {
|
|
|
15606
15648
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
15607
15649
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
15608
15650
|
centBalanceStart?: InputMaybe<order_by>;
|
|
15651
|
+
centExpenses?: InputMaybe<order_by>;
|
|
15652
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
15609
15653
|
centPayedOut?: InputMaybe<order_by>;
|
|
15610
15654
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
15611
15655
|
centTotal?: InputMaybe<order_by>;
|
|
15656
|
+
centTransfer?: InputMaybe<order_by>;
|
|
15612
15657
|
}
|
|
15613
15658
|
|
|
15614
15659
|
/** append existing jsonb value of filtered columns with new jsonb value */
|
|
@@ -15820,12 +15865,18 @@ export type owner_statement_update_column =
|
|
|
15820
15865
|
/** column name */
|
|
15821
15866
|
| "centBalanceStart"
|
|
15822
15867
|
/** column name */
|
|
15868
|
+
| "centExpenses"
|
|
15869
|
+
/** column name */
|
|
15870
|
+
| "centNetRevenue"
|
|
15871
|
+
/** column name */
|
|
15823
15872
|
| "centPayedOut"
|
|
15824
15873
|
/** column name */
|
|
15825
15874
|
| "centRentalRevenue"
|
|
15826
15875
|
/** column name */
|
|
15827
15876
|
| "centTotal"
|
|
15828
15877
|
/** column name */
|
|
15878
|
+
| "centTransfer"
|
|
15879
|
+
/** column name */
|
|
15829
15880
|
| "createdAt"
|
|
15830
15881
|
/** column name */
|
|
15831
15882
|
| "currency"
|
|
@@ -15887,9 +15938,12 @@ export interface owner_statement_var_pop_order_by {
|
|
|
15887
15938
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
15888
15939
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
15889
15940
|
centBalanceStart?: InputMaybe<order_by>;
|
|
15941
|
+
centExpenses?: InputMaybe<order_by>;
|
|
15942
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
15890
15943
|
centPayedOut?: InputMaybe<order_by>;
|
|
15891
15944
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
15892
15945
|
centTotal?: InputMaybe<order_by>;
|
|
15946
|
+
centTransfer?: InputMaybe<order_by>;
|
|
15893
15947
|
}
|
|
15894
15948
|
|
|
15895
15949
|
/** order by var_samp() on columns of table "owner_statement" */
|
|
@@ -15898,9 +15952,12 @@ export interface owner_statement_var_samp_order_by {
|
|
|
15898
15952
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
15899
15953
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
15900
15954
|
centBalanceStart?: InputMaybe<order_by>;
|
|
15955
|
+
centExpenses?: InputMaybe<order_by>;
|
|
15956
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
15901
15957
|
centPayedOut?: InputMaybe<order_by>;
|
|
15902
15958
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
15903
15959
|
centTotal?: InputMaybe<order_by>;
|
|
15960
|
+
centTransfer?: InputMaybe<order_by>;
|
|
15904
15961
|
}
|
|
15905
15962
|
|
|
15906
15963
|
/** order by variance() on columns of table "owner_statement" */
|
|
@@ -15909,9 +15966,12 @@ export interface owner_statement_variance_order_by {
|
|
|
15909
15966
|
centAccountingBalanceStart?: InputMaybe<order_by>;
|
|
15910
15967
|
centBalanceEnd?: InputMaybe<order_by>;
|
|
15911
15968
|
centBalanceStart?: InputMaybe<order_by>;
|
|
15969
|
+
centExpenses?: InputMaybe<order_by>;
|
|
15970
|
+
centNetRevenue?: InputMaybe<order_by>;
|
|
15912
15971
|
centPayedOut?: InputMaybe<order_by>;
|
|
15913
15972
|
centRentalRevenue?: InputMaybe<order_by>;
|
|
15914
15973
|
centTotal?: InputMaybe<order_by>;
|
|
15974
|
+
centTransfer?: InputMaybe<order_by>;
|
|
15915
15975
|
}
|
|
15916
15976
|
|
|
15917
15977
|
/** Boolean expression to filter rows from the table "owner_status". All fields are combined with a logical 'AND'. */
|
|
@@ -48178,9 +48238,12 @@ export declare const generatedSchema: {
|
|
|
48178
48238
|
centAccountingBalanceStart: { __type: "Int" };
|
|
48179
48239
|
centBalanceEnd: { __type: "bigint" };
|
|
48180
48240
|
centBalanceStart: { __type: "bigint" };
|
|
48241
|
+
centExpenses: { __type: "bigint" };
|
|
48242
|
+
centNetRevenue: { __type: "bigint" };
|
|
48181
48243
|
centPayedOut: { __type: "Int" };
|
|
48182
48244
|
centRentalRevenue: { __type: "Int" };
|
|
48183
48245
|
centTotal: { __type: "bigint" };
|
|
48246
|
+
centTransfer: { __type: "bigint" };
|
|
48184
48247
|
createdAt: { __type: "timestamptz!" };
|
|
48185
48248
|
currency: { __type: "currency_enum" };
|
|
48186
48249
|
endAt: { __type: "timestamptz!" };
|
|
@@ -48369,18 +48432,24 @@ export declare const generatedSchema: {
|
|
|
48369
48432
|
centAccountingBalanceStart: { __type: "Float" };
|
|
48370
48433
|
centBalanceEnd: { __type: "Float" };
|
|
48371
48434
|
centBalanceStart: { __type: "Float" };
|
|
48435
|
+
centExpenses: { __type: "Float" };
|
|
48436
|
+
centNetRevenue: { __type: "Float" };
|
|
48372
48437
|
centPayedOut: { __type: "Float" };
|
|
48373
48438
|
centRentalRevenue: { __type: "Float" };
|
|
48374
48439
|
centTotal: { __type: "Float" };
|
|
48440
|
+
centTransfer: { __type: "Float" };
|
|
48375
48441
|
};
|
|
48376
48442
|
owner_statement_avg_order_by: {
|
|
48377
48443
|
centAccountingBalanceEnd: { __type: "order_by" };
|
|
48378
48444
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
48379
48445
|
centBalanceEnd: { __type: "order_by" };
|
|
48380
48446
|
centBalanceStart: { __type: "order_by" };
|
|
48447
|
+
centExpenses: { __type: "order_by" };
|
|
48448
|
+
centNetRevenue: { __type: "order_by" };
|
|
48381
48449
|
centPayedOut: { __type: "order_by" };
|
|
48382
48450
|
centRentalRevenue: { __type: "order_by" };
|
|
48383
48451
|
centTotal: { __type: "order_by" };
|
|
48452
|
+
centTransfer: { __type: "order_by" };
|
|
48384
48453
|
};
|
|
48385
48454
|
owner_statement_bool_exp: {
|
|
48386
48455
|
_and: { __type: "[owner_statement_bool_exp!]" };
|
|
@@ -48396,9 +48465,12 @@ export declare const generatedSchema: {
|
|
|
48396
48465
|
centAccountingBalanceStart: { __type: "Int_comparison_exp" };
|
|
48397
48466
|
centBalanceEnd: { __type: "bigint_comparison_exp" };
|
|
48398
48467
|
centBalanceStart: { __type: "bigint_comparison_exp" };
|
|
48468
|
+
centExpenses: { __type: "bigint_comparison_exp" };
|
|
48469
|
+
centNetRevenue: { __type: "bigint_comparison_exp" };
|
|
48399
48470
|
centPayedOut: { __type: "Int_comparison_exp" };
|
|
48400
48471
|
centRentalRevenue: { __type: "Int_comparison_exp" };
|
|
48401
48472
|
centTotal: { __type: "bigint_comparison_exp" };
|
|
48473
|
+
centTransfer: { __type: "bigint_comparison_exp" };
|
|
48402
48474
|
createdAt: { __type: "timestamptz_comparison_exp" };
|
|
48403
48475
|
currency: { __type: "currency_enum_comparison_exp" };
|
|
48404
48476
|
endAt: { __type: "timestamptz_comparison_exp" };
|
|
@@ -48457,9 +48529,12 @@ export declare const generatedSchema: {
|
|
|
48457
48529
|
centAccountingBalanceStart: { __type: "Int" };
|
|
48458
48530
|
centBalanceEnd: { __type: "bigint" };
|
|
48459
48531
|
centBalanceStart: { __type: "bigint" };
|
|
48532
|
+
centExpenses: { __type: "bigint" };
|
|
48533
|
+
centNetRevenue: { __type: "bigint" };
|
|
48460
48534
|
centPayedOut: { __type: "Int" };
|
|
48461
48535
|
centRentalRevenue: { __type: "Int" };
|
|
48462
48536
|
centTotal: { __type: "bigint" };
|
|
48537
|
+
centTransfer: { __type: "bigint" };
|
|
48463
48538
|
};
|
|
48464
48539
|
owner_statement_insert_input: {
|
|
48465
48540
|
attachedJournalEntries: { __type: "journalEntry_arr_rel_insert_input" };
|
|
@@ -48469,9 +48544,12 @@ export declare const generatedSchema: {
|
|
|
48469
48544
|
centAccountingBalanceStart: { __type: "Int" };
|
|
48470
48545
|
centBalanceEnd: { __type: "bigint" };
|
|
48471
48546
|
centBalanceStart: { __type: "bigint" };
|
|
48547
|
+
centExpenses: { __type: "bigint" };
|
|
48548
|
+
centNetRevenue: { __type: "bigint" };
|
|
48472
48549
|
centPayedOut: { __type: "Int" };
|
|
48473
48550
|
centRentalRevenue: { __type: "Int" };
|
|
48474
48551
|
centTotal: { __type: "bigint" };
|
|
48552
|
+
centTransfer: { __type: "bigint" };
|
|
48475
48553
|
createdAt: { __type: "timestamptz" };
|
|
48476
48554
|
currency: { __type: "currency_enum" };
|
|
48477
48555
|
endAt: { __type: "timestamptz" };
|
|
@@ -49187,9 +49265,12 @@ export declare const generatedSchema: {
|
|
|
49187
49265
|
centAccountingBalanceStart: { __type: "Int" };
|
|
49188
49266
|
centBalanceEnd: { __type: "bigint" };
|
|
49189
49267
|
centBalanceStart: { __type: "bigint" };
|
|
49268
|
+
centExpenses: { __type: "bigint" };
|
|
49269
|
+
centNetRevenue: { __type: "bigint" };
|
|
49190
49270
|
centPayedOut: { __type: "Int" };
|
|
49191
49271
|
centRentalRevenue: { __type: "Int" };
|
|
49192
49272
|
centTotal: { __type: "bigint" };
|
|
49273
|
+
centTransfer: { __type: "bigint" };
|
|
49193
49274
|
createdAt: { __type: "timestamptz" };
|
|
49194
49275
|
endAt: { __type: "timestamptz" };
|
|
49195
49276
|
id: { __type: "uuid" };
|
|
@@ -49210,9 +49291,12 @@ export declare const generatedSchema: {
|
|
|
49210
49291
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
49211
49292
|
centBalanceEnd: { __type: "order_by" };
|
|
49212
49293
|
centBalanceStart: { __type: "order_by" };
|
|
49294
|
+
centExpenses: { __type: "order_by" };
|
|
49295
|
+
centNetRevenue: { __type: "order_by" };
|
|
49213
49296
|
centPayedOut: { __type: "order_by" };
|
|
49214
49297
|
centRentalRevenue: { __type: "order_by" };
|
|
49215
49298
|
centTotal: { __type: "order_by" };
|
|
49299
|
+
centTransfer: { __type: "order_by" };
|
|
49216
49300
|
createdAt: { __type: "order_by" };
|
|
49217
49301
|
endAt: { __type: "order_by" };
|
|
49218
49302
|
id: { __type: "order_by" };
|
|
@@ -49234,9 +49318,12 @@ export declare const generatedSchema: {
|
|
|
49234
49318
|
centAccountingBalanceStart: { __type: "Int" };
|
|
49235
49319
|
centBalanceEnd: { __type: "bigint" };
|
|
49236
49320
|
centBalanceStart: { __type: "bigint" };
|
|
49321
|
+
centExpenses: { __type: "bigint" };
|
|
49322
|
+
centNetRevenue: { __type: "bigint" };
|
|
49237
49323
|
centPayedOut: { __type: "Int" };
|
|
49238
49324
|
centRentalRevenue: { __type: "Int" };
|
|
49239
49325
|
centTotal: { __type: "bigint" };
|
|
49326
|
+
centTransfer: { __type: "bigint" };
|
|
49240
49327
|
createdAt: { __type: "timestamptz" };
|
|
49241
49328
|
endAt: { __type: "timestamptz" };
|
|
49242
49329
|
id: { __type: "uuid" };
|
|
@@ -49257,9 +49344,12 @@ export declare const generatedSchema: {
|
|
|
49257
49344
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
49258
49345
|
centBalanceEnd: { __type: "order_by" };
|
|
49259
49346
|
centBalanceStart: { __type: "order_by" };
|
|
49347
|
+
centExpenses: { __type: "order_by" };
|
|
49348
|
+
centNetRevenue: { __type: "order_by" };
|
|
49260
49349
|
centPayedOut: { __type: "order_by" };
|
|
49261
49350
|
centRentalRevenue: { __type: "order_by" };
|
|
49262
49351
|
centTotal: { __type: "order_by" };
|
|
49352
|
+
centTransfer: { __type: "order_by" };
|
|
49263
49353
|
createdAt: { __type: "order_by" };
|
|
49264
49354
|
endAt: { __type: "order_by" };
|
|
49265
49355
|
id: { __type: "order_by" };
|
|
@@ -49298,9 +49388,12 @@ export declare const generatedSchema: {
|
|
|
49298
49388
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
49299
49389
|
centBalanceEnd: { __type: "order_by" };
|
|
49300
49390
|
centBalanceStart: { __type: "order_by" };
|
|
49391
|
+
centExpenses: { __type: "order_by" };
|
|
49392
|
+
centNetRevenue: { __type: "order_by" };
|
|
49301
49393
|
centPayedOut: { __type: "order_by" };
|
|
49302
49394
|
centRentalRevenue: { __type: "order_by" };
|
|
49303
49395
|
centTotal: { __type: "order_by" };
|
|
49396
|
+
centTransfer: { __type: "order_by" };
|
|
49304
49397
|
createdAt: { __type: "order_by" };
|
|
49305
49398
|
currency: { __type: "order_by" };
|
|
49306
49399
|
endAt: { __type: "order_by" };
|
|
@@ -49590,9 +49683,12 @@ export declare const generatedSchema: {
|
|
|
49590
49683
|
centAccountingBalanceStart: { __type: "Int" };
|
|
49591
49684
|
centBalanceEnd: { __type: "bigint" };
|
|
49592
49685
|
centBalanceStart: { __type: "bigint" };
|
|
49686
|
+
centExpenses: { __type: "bigint" };
|
|
49687
|
+
centNetRevenue: { __type: "bigint" };
|
|
49593
49688
|
centPayedOut: { __type: "Int" };
|
|
49594
49689
|
centRentalRevenue: { __type: "Int" };
|
|
49595
49690
|
centTotal: { __type: "bigint" };
|
|
49691
|
+
centTransfer: { __type: "bigint" };
|
|
49596
49692
|
createdAt: { __type: "timestamptz" };
|
|
49597
49693
|
currency: { __type: "currency_enum" };
|
|
49598
49694
|
endAt: { __type: "timestamptz" };
|
|
@@ -49687,18 +49783,24 @@ export declare const generatedSchema: {
|
|
|
49687
49783
|
centAccountingBalanceStart: { __type: "Float" };
|
|
49688
49784
|
centBalanceEnd: { __type: "Float" };
|
|
49689
49785
|
centBalanceStart: { __type: "Float" };
|
|
49786
|
+
centExpenses: { __type: "Float" };
|
|
49787
|
+
centNetRevenue: { __type: "Float" };
|
|
49690
49788
|
centPayedOut: { __type: "Float" };
|
|
49691
49789
|
centRentalRevenue: { __type: "Float" };
|
|
49692
49790
|
centTotal: { __type: "Float" };
|
|
49791
|
+
centTransfer: { __type: "Float" };
|
|
49693
49792
|
};
|
|
49694
49793
|
owner_statement_stddev_order_by: {
|
|
49695
49794
|
centAccountingBalanceEnd: { __type: "order_by" };
|
|
49696
49795
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
49697
49796
|
centBalanceEnd: { __type: "order_by" };
|
|
49698
49797
|
centBalanceStart: { __type: "order_by" };
|
|
49798
|
+
centExpenses: { __type: "order_by" };
|
|
49799
|
+
centNetRevenue: { __type: "order_by" };
|
|
49699
49800
|
centPayedOut: { __type: "order_by" };
|
|
49700
49801
|
centRentalRevenue: { __type: "order_by" };
|
|
49701
49802
|
centTotal: { __type: "order_by" };
|
|
49803
|
+
centTransfer: { __type: "order_by" };
|
|
49702
49804
|
};
|
|
49703
49805
|
owner_statement_stddev_pop_fields: {
|
|
49704
49806
|
__typename: { __type: "String!" };
|
|
@@ -49706,18 +49808,24 @@ export declare const generatedSchema: {
|
|
|
49706
49808
|
centAccountingBalanceStart: { __type: "Float" };
|
|
49707
49809
|
centBalanceEnd: { __type: "Float" };
|
|
49708
49810
|
centBalanceStart: { __type: "Float" };
|
|
49811
|
+
centExpenses: { __type: "Float" };
|
|
49812
|
+
centNetRevenue: { __type: "Float" };
|
|
49709
49813
|
centPayedOut: { __type: "Float" };
|
|
49710
49814
|
centRentalRevenue: { __type: "Float" };
|
|
49711
49815
|
centTotal: { __type: "Float" };
|
|
49816
|
+
centTransfer: { __type: "Float" };
|
|
49712
49817
|
};
|
|
49713
49818
|
owner_statement_stddev_pop_order_by: {
|
|
49714
49819
|
centAccountingBalanceEnd: { __type: "order_by" };
|
|
49715
49820
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
49716
49821
|
centBalanceEnd: { __type: "order_by" };
|
|
49717
49822
|
centBalanceStart: { __type: "order_by" };
|
|
49823
|
+
centExpenses: { __type: "order_by" };
|
|
49824
|
+
centNetRevenue: { __type: "order_by" };
|
|
49718
49825
|
centPayedOut: { __type: "order_by" };
|
|
49719
49826
|
centRentalRevenue: { __type: "order_by" };
|
|
49720
49827
|
centTotal: { __type: "order_by" };
|
|
49828
|
+
centTransfer: { __type: "order_by" };
|
|
49721
49829
|
};
|
|
49722
49830
|
owner_statement_stddev_samp_fields: {
|
|
49723
49831
|
__typename: { __type: "String!" };
|
|
@@ -49725,18 +49833,24 @@ export declare const generatedSchema: {
|
|
|
49725
49833
|
centAccountingBalanceStart: { __type: "Float" };
|
|
49726
49834
|
centBalanceEnd: { __type: "Float" };
|
|
49727
49835
|
centBalanceStart: { __type: "Float" };
|
|
49836
|
+
centExpenses: { __type: "Float" };
|
|
49837
|
+
centNetRevenue: { __type: "Float" };
|
|
49728
49838
|
centPayedOut: { __type: "Float" };
|
|
49729
49839
|
centRentalRevenue: { __type: "Float" };
|
|
49730
49840
|
centTotal: { __type: "Float" };
|
|
49841
|
+
centTransfer: { __type: "Float" };
|
|
49731
49842
|
};
|
|
49732
49843
|
owner_statement_stddev_samp_order_by: {
|
|
49733
49844
|
centAccountingBalanceEnd: { __type: "order_by" };
|
|
49734
49845
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
49735
49846
|
centBalanceEnd: { __type: "order_by" };
|
|
49736
49847
|
centBalanceStart: { __type: "order_by" };
|
|
49848
|
+
centExpenses: { __type: "order_by" };
|
|
49849
|
+
centNetRevenue: { __type: "order_by" };
|
|
49737
49850
|
centPayedOut: { __type: "order_by" };
|
|
49738
49851
|
centRentalRevenue: { __type: "order_by" };
|
|
49739
49852
|
centTotal: { __type: "order_by" };
|
|
49853
|
+
centTransfer: { __type: "order_by" };
|
|
49740
49854
|
};
|
|
49741
49855
|
owner_statement_stream_cursor_input: {
|
|
49742
49856
|
initial_value: { __type: "owner_statement_stream_cursor_value_input!" };
|
|
@@ -49748,9 +49862,12 @@ export declare const generatedSchema: {
|
|
|
49748
49862
|
centAccountingBalanceStart: { __type: "Int" };
|
|
49749
49863
|
centBalanceEnd: { __type: "bigint" };
|
|
49750
49864
|
centBalanceStart: { __type: "bigint" };
|
|
49865
|
+
centExpenses: { __type: "bigint" };
|
|
49866
|
+
centNetRevenue: { __type: "bigint" };
|
|
49751
49867
|
centPayedOut: { __type: "Int" };
|
|
49752
49868
|
centRentalRevenue: { __type: "Int" };
|
|
49753
49869
|
centTotal: { __type: "bigint" };
|
|
49870
|
+
centTransfer: { __type: "bigint" };
|
|
49754
49871
|
createdAt: { __type: "timestamptz" };
|
|
49755
49872
|
currency: { __type: "currency_enum" };
|
|
49756
49873
|
endAt: { __type: "timestamptz" };
|
|
@@ -49776,18 +49893,24 @@ export declare const generatedSchema: {
|
|
|
49776
49893
|
centAccountingBalanceStart: { __type: "Int" };
|
|
49777
49894
|
centBalanceEnd: { __type: "bigint" };
|
|
49778
49895
|
centBalanceStart: { __type: "bigint" };
|
|
49896
|
+
centExpenses: { __type: "bigint" };
|
|
49897
|
+
centNetRevenue: { __type: "bigint" };
|
|
49779
49898
|
centPayedOut: { __type: "Int" };
|
|
49780
49899
|
centRentalRevenue: { __type: "Int" };
|
|
49781
49900
|
centTotal: { __type: "bigint" };
|
|
49901
|
+
centTransfer: { __type: "bigint" };
|
|
49782
49902
|
};
|
|
49783
49903
|
owner_statement_sum_order_by: {
|
|
49784
49904
|
centAccountingBalanceEnd: { __type: "order_by" };
|
|
49785
49905
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
49786
49906
|
centBalanceEnd: { __type: "order_by" };
|
|
49787
49907
|
centBalanceStart: { __type: "order_by" };
|
|
49908
|
+
centExpenses: { __type: "order_by" };
|
|
49909
|
+
centNetRevenue: { __type: "order_by" };
|
|
49788
49910
|
centPayedOut: { __type: "order_by" };
|
|
49789
49911
|
centRentalRevenue: { __type: "order_by" };
|
|
49790
49912
|
centTotal: { __type: "order_by" };
|
|
49913
|
+
centTransfer: { __type: "order_by" };
|
|
49791
49914
|
};
|
|
49792
49915
|
owner_statement_template: {
|
|
49793
49916
|
__typename: { __type: "String!" };
|
|
@@ -50043,18 +50166,24 @@ export declare const generatedSchema: {
|
|
|
50043
50166
|
centAccountingBalanceStart: { __type: "Float" };
|
|
50044
50167
|
centBalanceEnd: { __type: "Float" };
|
|
50045
50168
|
centBalanceStart: { __type: "Float" };
|
|
50169
|
+
centExpenses: { __type: "Float" };
|
|
50170
|
+
centNetRevenue: { __type: "Float" };
|
|
50046
50171
|
centPayedOut: { __type: "Float" };
|
|
50047
50172
|
centRentalRevenue: { __type: "Float" };
|
|
50048
50173
|
centTotal: { __type: "Float" };
|
|
50174
|
+
centTransfer: { __type: "Float" };
|
|
50049
50175
|
};
|
|
50050
50176
|
owner_statement_var_pop_order_by: {
|
|
50051
50177
|
centAccountingBalanceEnd: { __type: "order_by" };
|
|
50052
50178
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
50053
50179
|
centBalanceEnd: { __type: "order_by" };
|
|
50054
50180
|
centBalanceStart: { __type: "order_by" };
|
|
50181
|
+
centExpenses: { __type: "order_by" };
|
|
50182
|
+
centNetRevenue: { __type: "order_by" };
|
|
50055
50183
|
centPayedOut: { __type: "order_by" };
|
|
50056
50184
|
centRentalRevenue: { __type: "order_by" };
|
|
50057
50185
|
centTotal: { __type: "order_by" };
|
|
50186
|
+
centTransfer: { __type: "order_by" };
|
|
50058
50187
|
};
|
|
50059
50188
|
owner_statement_var_samp_fields: {
|
|
50060
50189
|
__typename: { __type: "String!" };
|
|
@@ -50062,18 +50191,24 @@ export declare const generatedSchema: {
|
|
|
50062
50191
|
centAccountingBalanceStart: { __type: "Float" };
|
|
50063
50192
|
centBalanceEnd: { __type: "Float" };
|
|
50064
50193
|
centBalanceStart: { __type: "Float" };
|
|
50194
|
+
centExpenses: { __type: "Float" };
|
|
50195
|
+
centNetRevenue: { __type: "Float" };
|
|
50065
50196
|
centPayedOut: { __type: "Float" };
|
|
50066
50197
|
centRentalRevenue: { __type: "Float" };
|
|
50067
50198
|
centTotal: { __type: "Float" };
|
|
50199
|
+
centTransfer: { __type: "Float" };
|
|
50068
50200
|
};
|
|
50069
50201
|
owner_statement_var_samp_order_by: {
|
|
50070
50202
|
centAccountingBalanceEnd: { __type: "order_by" };
|
|
50071
50203
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
50072
50204
|
centBalanceEnd: { __type: "order_by" };
|
|
50073
50205
|
centBalanceStart: { __type: "order_by" };
|
|
50206
|
+
centExpenses: { __type: "order_by" };
|
|
50207
|
+
centNetRevenue: { __type: "order_by" };
|
|
50074
50208
|
centPayedOut: { __type: "order_by" };
|
|
50075
50209
|
centRentalRevenue: { __type: "order_by" };
|
|
50076
50210
|
centTotal: { __type: "order_by" };
|
|
50211
|
+
centTransfer: { __type: "order_by" };
|
|
50077
50212
|
};
|
|
50078
50213
|
owner_statement_variance_fields: {
|
|
50079
50214
|
__typename: { __type: "String!" };
|
|
@@ -50081,18 +50216,24 @@ export declare const generatedSchema: {
|
|
|
50081
50216
|
centAccountingBalanceStart: { __type: "Float" };
|
|
50082
50217
|
centBalanceEnd: { __type: "Float" };
|
|
50083
50218
|
centBalanceStart: { __type: "Float" };
|
|
50219
|
+
centExpenses: { __type: "Float" };
|
|
50220
|
+
centNetRevenue: { __type: "Float" };
|
|
50084
50221
|
centPayedOut: { __type: "Float" };
|
|
50085
50222
|
centRentalRevenue: { __type: "Float" };
|
|
50086
50223
|
centTotal: { __type: "Float" };
|
|
50224
|
+
centTransfer: { __type: "Float" };
|
|
50087
50225
|
};
|
|
50088
50226
|
owner_statement_variance_order_by: {
|
|
50089
50227
|
centAccountingBalanceEnd: { __type: "order_by" };
|
|
50090
50228
|
centAccountingBalanceStart: { __type: "order_by" };
|
|
50091
50229
|
centBalanceEnd: { __type: "order_by" };
|
|
50092
50230
|
centBalanceStart: { __type: "order_by" };
|
|
50231
|
+
centExpenses: { __type: "order_by" };
|
|
50232
|
+
centNetRevenue: { __type: "order_by" };
|
|
50093
50233
|
centPayedOut: { __type: "order_by" };
|
|
50094
50234
|
centRentalRevenue: { __type: "order_by" };
|
|
50095
50235
|
centTotal: { __type: "order_by" };
|
|
50236
|
+
centTransfer: { __type: "order_by" };
|
|
50096
50237
|
};
|
|
50097
50238
|
owner_status: {
|
|
50098
50239
|
__typename: { __type: "String!" };
|
|
@@ -87088,9 +87229,12 @@ export interface owner_statement {
|
|
|
87088
87229
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Int"]>;
|
|
87089
87230
|
centBalanceEnd?: Maybe<ScalarsEnums["bigint"]>;
|
|
87090
87231
|
centBalanceStart?: Maybe<ScalarsEnums["bigint"]>;
|
|
87232
|
+
centExpenses?: Maybe<ScalarsEnums["bigint"]>;
|
|
87233
|
+
centNetRevenue?: Maybe<ScalarsEnums["bigint"]>;
|
|
87091
87234
|
centPayedOut?: Maybe<ScalarsEnums["Int"]>;
|
|
87092
87235
|
centRentalRevenue?: Maybe<ScalarsEnums["Int"]>;
|
|
87093
87236
|
centTotal?: Maybe<ScalarsEnums["bigint"]>;
|
|
87237
|
+
centTransfer?: Maybe<ScalarsEnums["bigint"]>;
|
|
87094
87238
|
createdAt: ScalarsEnums["timestamptz"];
|
|
87095
87239
|
currency?: Maybe<ScalarsEnums["currency_enum"]>;
|
|
87096
87240
|
endAt: ScalarsEnums["timestamptz"];
|
|
@@ -87442,9 +87586,12 @@ export interface owner_statement_avg_fields {
|
|
|
87442
87586
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
87443
87587
|
centBalanceEnd?: Maybe<ScalarsEnums["Float"]>;
|
|
87444
87588
|
centBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
87589
|
+
centExpenses?: Maybe<ScalarsEnums["Float"]>;
|
|
87590
|
+
centNetRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
87445
87591
|
centPayedOut?: Maybe<ScalarsEnums["Float"]>;
|
|
87446
87592
|
centRentalRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
87447
87593
|
centTotal?: Maybe<ScalarsEnums["Float"]>;
|
|
87594
|
+
centTransfer?: Maybe<ScalarsEnums["Float"]>;
|
|
87448
87595
|
}
|
|
87449
87596
|
|
|
87450
87597
|
/**
|
|
@@ -88060,9 +88207,12 @@ export interface owner_statement_max_fields {
|
|
|
88060
88207
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Int"]>;
|
|
88061
88208
|
centBalanceEnd?: Maybe<ScalarsEnums["bigint"]>;
|
|
88062
88209
|
centBalanceStart?: Maybe<ScalarsEnums["bigint"]>;
|
|
88210
|
+
centExpenses?: Maybe<ScalarsEnums["bigint"]>;
|
|
88211
|
+
centNetRevenue?: Maybe<ScalarsEnums["bigint"]>;
|
|
88063
88212
|
centPayedOut?: Maybe<ScalarsEnums["Int"]>;
|
|
88064
88213
|
centRentalRevenue?: Maybe<ScalarsEnums["Int"]>;
|
|
88065
88214
|
centTotal?: Maybe<ScalarsEnums["bigint"]>;
|
|
88215
|
+
centTransfer?: Maybe<ScalarsEnums["bigint"]>;
|
|
88066
88216
|
createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
88067
88217
|
endAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
88068
88218
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -88088,9 +88238,12 @@ export interface owner_statement_min_fields {
|
|
|
88088
88238
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Int"]>;
|
|
88089
88239
|
centBalanceEnd?: Maybe<ScalarsEnums["bigint"]>;
|
|
88090
88240
|
centBalanceStart?: Maybe<ScalarsEnums["bigint"]>;
|
|
88241
|
+
centExpenses?: Maybe<ScalarsEnums["bigint"]>;
|
|
88242
|
+
centNetRevenue?: Maybe<ScalarsEnums["bigint"]>;
|
|
88091
88243
|
centPayedOut?: Maybe<ScalarsEnums["Int"]>;
|
|
88092
88244
|
centRentalRevenue?: Maybe<ScalarsEnums["Int"]>;
|
|
88093
88245
|
centTotal?: Maybe<ScalarsEnums["bigint"]>;
|
|
88246
|
+
centTransfer?: Maybe<ScalarsEnums["bigint"]>;
|
|
88094
88247
|
createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
88095
88248
|
endAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
88096
88249
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -88371,9 +88524,12 @@ export interface owner_statement_stddev_fields {
|
|
|
88371
88524
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88372
88525
|
centBalanceEnd?: Maybe<ScalarsEnums["Float"]>;
|
|
88373
88526
|
centBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88527
|
+
centExpenses?: Maybe<ScalarsEnums["Float"]>;
|
|
88528
|
+
centNetRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88374
88529
|
centPayedOut?: Maybe<ScalarsEnums["Float"]>;
|
|
88375
88530
|
centRentalRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88376
88531
|
centTotal?: Maybe<ScalarsEnums["Float"]>;
|
|
88532
|
+
centTransfer?: Maybe<ScalarsEnums["Float"]>;
|
|
88377
88533
|
}
|
|
88378
88534
|
|
|
88379
88535
|
/**
|
|
@@ -88385,9 +88541,12 @@ export interface owner_statement_stddev_pop_fields {
|
|
|
88385
88541
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88386
88542
|
centBalanceEnd?: Maybe<ScalarsEnums["Float"]>;
|
|
88387
88543
|
centBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88544
|
+
centExpenses?: Maybe<ScalarsEnums["Float"]>;
|
|
88545
|
+
centNetRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88388
88546
|
centPayedOut?: Maybe<ScalarsEnums["Float"]>;
|
|
88389
88547
|
centRentalRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88390
88548
|
centTotal?: Maybe<ScalarsEnums["Float"]>;
|
|
88549
|
+
centTransfer?: Maybe<ScalarsEnums["Float"]>;
|
|
88391
88550
|
}
|
|
88392
88551
|
|
|
88393
88552
|
/**
|
|
@@ -88399,9 +88558,12 @@ export interface owner_statement_stddev_samp_fields {
|
|
|
88399
88558
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88400
88559
|
centBalanceEnd?: Maybe<ScalarsEnums["Float"]>;
|
|
88401
88560
|
centBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88561
|
+
centExpenses?: Maybe<ScalarsEnums["Float"]>;
|
|
88562
|
+
centNetRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88402
88563
|
centPayedOut?: Maybe<ScalarsEnums["Float"]>;
|
|
88403
88564
|
centRentalRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88404
88565
|
centTotal?: Maybe<ScalarsEnums["Float"]>;
|
|
88566
|
+
centTransfer?: Maybe<ScalarsEnums["Float"]>;
|
|
88405
88567
|
}
|
|
88406
88568
|
|
|
88407
88569
|
/**
|
|
@@ -88413,9 +88575,12 @@ export interface owner_statement_sum_fields {
|
|
|
88413
88575
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Int"]>;
|
|
88414
88576
|
centBalanceEnd?: Maybe<ScalarsEnums["bigint"]>;
|
|
88415
88577
|
centBalanceStart?: Maybe<ScalarsEnums["bigint"]>;
|
|
88578
|
+
centExpenses?: Maybe<ScalarsEnums["bigint"]>;
|
|
88579
|
+
centNetRevenue?: Maybe<ScalarsEnums["bigint"]>;
|
|
88416
88580
|
centPayedOut?: Maybe<ScalarsEnums["Int"]>;
|
|
88417
88581
|
centRentalRevenue?: Maybe<ScalarsEnums["Int"]>;
|
|
88418
88582
|
centTotal?: Maybe<ScalarsEnums["bigint"]>;
|
|
88583
|
+
centTransfer?: Maybe<ScalarsEnums["bigint"]>;
|
|
88419
88584
|
}
|
|
88420
88585
|
|
|
88421
88586
|
/**
|
|
@@ -88692,9 +88857,12 @@ export interface owner_statement_var_pop_fields {
|
|
|
88692
88857
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88693
88858
|
centBalanceEnd?: Maybe<ScalarsEnums["Float"]>;
|
|
88694
88859
|
centBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88860
|
+
centExpenses?: Maybe<ScalarsEnums["Float"]>;
|
|
88861
|
+
centNetRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88695
88862
|
centPayedOut?: Maybe<ScalarsEnums["Float"]>;
|
|
88696
88863
|
centRentalRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88697
88864
|
centTotal?: Maybe<ScalarsEnums["Float"]>;
|
|
88865
|
+
centTransfer?: Maybe<ScalarsEnums["Float"]>;
|
|
88698
88866
|
}
|
|
88699
88867
|
|
|
88700
88868
|
/**
|
|
@@ -88706,9 +88874,12 @@ export interface owner_statement_var_samp_fields {
|
|
|
88706
88874
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88707
88875
|
centBalanceEnd?: Maybe<ScalarsEnums["Float"]>;
|
|
88708
88876
|
centBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88877
|
+
centExpenses?: Maybe<ScalarsEnums["Float"]>;
|
|
88878
|
+
centNetRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88709
88879
|
centPayedOut?: Maybe<ScalarsEnums["Float"]>;
|
|
88710
88880
|
centRentalRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88711
88881
|
centTotal?: Maybe<ScalarsEnums["Float"]>;
|
|
88882
|
+
centTransfer?: Maybe<ScalarsEnums["Float"]>;
|
|
88712
88883
|
}
|
|
88713
88884
|
|
|
88714
88885
|
/**
|
|
@@ -88720,9 +88891,12 @@ export interface owner_statement_variance_fields {
|
|
|
88720
88891
|
centAccountingBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88721
88892
|
centBalanceEnd?: Maybe<ScalarsEnums["Float"]>;
|
|
88722
88893
|
centBalanceStart?: Maybe<ScalarsEnums["Float"]>;
|
|
88894
|
+
centExpenses?: Maybe<ScalarsEnums["Float"]>;
|
|
88895
|
+
centNetRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88723
88896
|
centPayedOut?: Maybe<ScalarsEnums["Float"]>;
|
|
88724
88897
|
centRentalRevenue?: Maybe<ScalarsEnums["Float"]>;
|
|
88725
88898
|
centTotal?: Maybe<ScalarsEnums["Float"]>;
|
|
88899
|
+
centTransfer?: Maybe<ScalarsEnums["Float"]>;
|
|
88726
88900
|
}
|
|
88727
88901
|
|
|
88728
88902
|
/**
|