@vrplatform/graphql 1.1.17 → 1.1.18
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 +34 -783
- package/build/main/gqty/schema.generated.js +17 -334
- package/build/module/gqty/schema.generated.d.ts +34 -783
- package/build/module/gqty/schema.generated.js +17 -334
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +34 -783
- package/src/gqty/schema.generated.js +17 -334
|
@@ -270,10 +270,6 @@ export const scalarsEnumsHash = {
|
|
|
270
270
|
ownerStatementLayoutListing_select_column: true,
|
|
271
271
|
ownerStatementLayoutListing_update_column: true,
|
|
272
272
|
owner_constraint: true,
|
|
273
|
-
owner_pms_status_constraint: true,
|
|
274
|
-
owner_pms_status_enum: true,
|
|
275
|
-
owner_pms_status_select_column: true,
|
|
276
|
-
owner_pms_status_update_column: true,
|
|
277
273
|
owner_select_column: true,
|
|
278
274
|
owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns: true,
|
|
279
275
|
owner_select_column_owner_aggregate_bool_exp_bool_or_arguments_columns: true,
|
|
@@ -300,10 +296,6 @@ export const scalarsEnumsHash = {
|
|
|
300
296
|
owner_statement_template_select_column: true,
|
|
301
297
|
owner_statement_template_update_column: true,
|
|
302
298
|
owner_statement_update_column: true,
|
|
303
|
-
owner_status_constraint: true,
|
|
304
|
-
owner_status_enum: true,
|
|
305
|
-
owner_status_select_column: true,
|
|
306
|
-
owner_status_update_column: true,
|
|
307
299
|
owner_type_constraint: true,
|
|
308
300
|
owner_type_enum: true,
|
|
309
301
|
owner_type_select_column: true,
|
|
@@ -10342,7 +10334,7 @@ export const generatedSchema = {
|
|
|
10342
10334
|
address_id: { __type: "uuid" },
|
|
10343
10335
|
bedrooms: { __type: "Int" },
|
|
10344
10336
|
beds: { __type: "Int" },
|
|
10345
|
-
calculatedStatus: { __type: "
|
|
10337
|
+
calculatedStatus: { __type: "String" },
|
|
10346
10338
|
calculatedTitle: { __type: "String" },
|
|
10347
10339
|
calculated_title: { __type: "String" },
|
|
10348
10340
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -11341,7 +11333,7 @@ export const generatedSchema = {
|
|
|
11341
11333
|
address_id: { __type: "uuid_comparison_exp" },
|
|
11342
11334
|
bedrooms: { __type: "Int_comparison_exp" },
|
|
11343
11335
|
beds: { __type: "Int_comparison_exp" },
|
|
11344
|
-
calculatedStatus: { __type: "
|
|
11336
|
+
calculatedStatus: { __type: "String_comparison_exp" },
|
|
11345
11337
|
calculatedTitle: { __type: "String_comparison_exp" },
|
|
11346
11338
|
calculated_title: { __type: "String_comparison_exp" },
|
|
11347
11339
|
centExpenseReserve: { __type: "Int_comparison_exp" },
|
|
@@ -12132,6 +12124,7 @@ export const generatedSchema = {
|
|
|
12132
12124
|
address_id: { __type: "uuid" },
|
|
12133
12125
|
bedrooms: { __type: "Int" },
|
|
12134
12126
|
beds: { __type: "Int" },
|
|
12127
|
+
calculatedStatus: { __type: "String" },
|
|
12135
12128
|
calculatedTitle: { __type: "String" },
|
|
12136
12129
|
calculated_title: { __type: "String" },
|
|
12137
12130
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -12158,6 +12151,7 @@ export const generatedSchema = {
|
|
|
12158
12151
|
address_id: { __type: "order_by" },
|
|
12159
12152
|
bedrooms: { __type: "order_by" },
|
|
12160
12153
|
beds: { __type: "order_by" },
|
|
12154
|
+
calculatedStatus: { __type: "order_by" },
|
|
12161
12155
|
calculatedTitle: { __type: "order_by" },
|
|
12162
12156
|
calculated_title: { __type: "order_by" },
|
|
12163
12157
|
centExpenseReserve: { __type: "order_by" },
|
|
@@ -12185,6 +12179,7 @@ export const generatedSchema = {
|
|
|
12185
12179
|
address_id: { __type: "uuid" },
|
|
12186
12180
|
bedrooms: { __type: "Int" },
|
|
12187
12181
|
beds: { __type: "Int" },
|
|
12182
|
+
calculatedStatus: { __type: "String" },
|
|
12188
12183
|
calculatedTitle: { __type: "String" },
|
|
12189
12184
|
calculated_title: { __type: "String" },
|
|
12190
12185
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -12211,6 +12206,7 @@ export const generatedSchema = {
|
|
|
12211
12206
|
address_id: { __type: "order_by" },
|
|
12212
12207
|
bedrooms: { __type: "order_by" },
|
|
12213
12208
|
beds: { __type: "order_by" },
|
|
12209
|
+
calculatedStatus: { __type: "order_by" },
|
|
12214
12210
|
calculatedTitle: { __type: "order_by" },
|
|
12215
12211
|
calculated_title: { __type: "order_by" },
|
|
12216
12212
|
centExpenseReserve: { __type: "order_by" },
|
|
@@ -12760,7 +12756,7 @@ export const generatedSchema = {
|
|
|
12760
12756
|
address_id: { __type: "uuid" },
|
|
12761
12757
|
bedrooms: { __type: "Int" },
|
|
12762
12758
|
beds: { __type: "Int" },
|
|
12763
|
-
calculatedStatus: { __type: "
|
|
12759
|
+
calculatedStatus: { __type: "String" },
|
|
12764
12760
|
calculatedTitle: { __type: "String" },
|
|
12765
12761
|
calculated_title: { __type: "String" },
|
|
12766
12762
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -14217,22 +14213,6 @@ export const generatedSchema = {
|
|
|
14217
14213
|
__type: "listing_owner_role",
|
|
14218
14214
|
__args: { name: "String!" },
|
|
14219
14215
|
},
|
|
14220
|
-
delete_owner_pms_status: {
|
|
14221
|
-
__type: "owner_pms_status_mutation_response",
|
|
14222
|
-
__args: { where: "owner_pms_status_bool_exp!" },
|
|
14223
|
-
},
|
|
14224
|
-
delete_owner_pms_status_by_pk: {
|
|
14225
|
-
__type: "owner_pms_status",
|
|
14226
|
-
__args: { name: "String!" },
|
|
14227
|
-
},
|
|
14228
|
-
delete_owner_status: {
|
|
14229
|
-
__type: "owner_status_mutation_response",
|
|
14230
|
-
__args: { where: "owner_status_bool_exp!" },
|
|
14231
|
-
},
|
|
14232
|
-
delete_owner_status_by_pk: {
|
|
14233
|
-
__type: "owner_status",
|
|
14234
|
-
__args: { name: "String!" },
|
|
14235
|
-
},
|
|
14236
14216
|
delete_owner_user_access_role: {
|
|
14237
14217
|
__type: "owner_user_access_role_mutation_response",
|
|
14238
14218
|
__args: { where: "owner_user_access_role_bool_exp!" },
|
|
@@ -15834,34 +15814,6 @@ export const generatedSchema = {
|
|
|
15834
15814
|
on_conflict: "listing_owner_role_on_conflict",
|
|
15835
15815
|
},
|
|
15836
15816
|
},
|
|
15837
|
-
insert_owner_pms_status: {
|
|
15838
|
-
__type: "owner_pms_status_mutation_response",
|
|
15839
|
-
__args: {
|
|
15840
|
-
objects: "[owner_pms_status_insert_input!]!",
|
|
15841
|
-
on_conflict: "owner_pms_status_on_conflict",
|
|
15842
|
-
},
|
|
15843
|
-
},
|
|
15844
|
-
insert_owner_pms_status_one: {
|
|
15845
|
-
__type: "owner_pms_status",
|
|
15846
|
-
__args: {
|
|
15847
|
-
object: "owner_pms_status_insert_input!",
|
|
15848
|
-
on_conflict: "owner_pms_status_on_conflict",
|
|
15849
|
-
},
|
|
15850
|
-
},
|
|
15851
|
-
insert_owner_status: {
|
|
15852
|
-
__type: "owner_status_mutation_response",
|
|
15853
|
-
__args: {
|
|
15854
|
-
objects: "[owner_status_insert_input!]!",
|
|
15855
|
-
on_conflict: "owner_status_on_conflict",
|
|
15856
|
-
},
|
|
15857
|
-
},
|
|
15858
|
-
insert_owner_status_one: {
|
|
15859
|
-
__type: "owner_status",
|
|
15860
|
-
__args: {
|
|
15861
|
-
object: "owner_status_insert_input!",
|
|
15862
|
-
on_conflict: "owner_status_on_conflict",
|
|
15863
|
-
},
|
|
15864
|
-
},
|
|
15865
15817
|
insert_owner_user_access_role: {
|
|
15866
15818
|
__type: "owner_user_access_role_mutation_response",
|
|
15867
15819
|
__args: {
|
|
@@ -18292,24 +18244,6 @@ export const generatedSchema = {
|
|
|
18292
18244
|
__type: "[listing_owner_role_mutation_response]",
|
|
18293
18245
|
__args: { updates: "[listing_owner_role_updates!]!" },
|
|
18294
18246
|
},
|
|
18295
|
-
update_owner_pms_status: {
|
|
18296
|
-
__type: "owner_pms_status_mutation_response",
|
|
18297
|
-
__args: {
|
|
18298
|
-
_set: "owner_pms_status_set_input",
|
|
18299
|
-
where: "owner_pms_status_bool_exp!",
|
|
18300
|
-
},
|
|
18301
|
-
},
|
|
18302
|
-
update_owner_pms_status_by_pk: {
|
|
18303
|
-
__type: "owner_pms_status",
|
|
18304
|
-
__args: {
|
|
18305
|
-
_set: "owner_pms_status_set_input",
|
|
18306
|
-
pk_columns: "owner_pms_status_pk_columns_input!",
|
|
18307
|
-
},
|
|
18308
|
-
},
|
|
18309
|
-
update_owner_pms_status_many: {
|
|
18310
|
-
__type: "[owner_pms_status_mutation_response]",
|
|
18311
|
-
__args: { updates: "[owner_pms_status_updates!]!" },
|
|
18312
|
-
},
|
|
18313
18247
|
update_owner_statement_line_many: {
|
|
18314
18248
|
__type: "[owner_statement_line_mutation_response]",
|
|
18315
18249
|
__args: { updates: "[owner_statement_line_updates!]!" },
|
|
@@ -18322,24 +18256,6 @@ export const generatedSchema = {
|
|
|
18322
18256
|
__type: "[owner_statement_template_mutation_response]",
|
|
18323
18257
|
__args: { updates: "[owner_statement_template_updates!]!" },
|
|
18324
18258
|
},
|
|
18325
|
-
update_owner_status: {
|
|
18326
|
-
__type: "owner_status_mutation_response",
|
|
18327
|
-
__args: {
|
|
18328
|
-
_set: "owner_status_set_input",
|
|
18329
|
-
where: "owner_status_bool_exp!",
|
|
18330
|
-
},
|
|
18331
|
-
},
|
|
18332
|
-
update_owner_status_by_pk: {
|
|
18333
|
-
__type: "owner_status",
|
|
18334
|
-
__args: {
|
|
18335
|
-
_set: "owner_status_set_input",
|
|
18336
|
-
pk_columns: "owner_status_pk_columns_input!",
|
|
18337
|
-
},
|
|
18338
|
-
},
|
|
18339
|
-
update_owner_status_many: {
|
|
18340
|
-
__type: "[owner_status_mutation_response]",
|
|
18341
|
-
__args: { updates: "[owner_status_updates!]!" },
|
|
18342
|
-
},
|
|
18343
18259
|
update_owner_user_access_role: {
|
|
18344
18260
|
__type: "owner_user_access_role_mutation_response",
|
|
18345
18261
|
__args: {
|
|
@@ -18811,7 +18727,7 @@ export const generatedSchema = {
|
|
|
18811
18727
|
},
|
|
18812
18728
|
},
|
|
18813
18729
|
phone: { __type: "String" },
|
|
18814
|
-
pmsStatus: { __type: "
|
|
18730
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
18815
18731
|
settingsLeft: {
|
|
18816
18732
|
__type: "[setting!]!",
|
|
18817
18733
|
__args: {
|
|
@@ -18874,7 +18790,7 @@ export const generatedSchema = {
|
|
|
18874
18790
|
where: "owner_statement_owner_bool_exp",
|
|
18875
18791
|
},
|
|
18876
18792
|
},
|
|
18877
|
-
status: { __type: "
|
|
18793
|
+
status: { __type: "activeStatus_enum" },
|
|
18878
18794
|
taxId: { __type: "String" },
|
|
18879
18795
|
taxStatements: {
|
|
18880
18796
|
__type: "[tax_statement!]!",
|
|
@@ -19280,7 +19196,7 @@ export const generatedSchema = {
|
|
|
19280
19196
|
ownerships: { __type: "listing_owner_bool_exp" },
|
|
19281
19197
|
ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" },
|
|
19282
19198
|
phone: { __type: "String_comparison_exp" },
|
|
19283
|
-
pmsStatus: { __type: "
|
|
19199
|
+
pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
19284
19200
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
19285
19201
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
19286
19202
|
settingsRight: { __type: "setting_bool_exp" },
|
|
@@ -19291,7 +19207,7 @@ export const generatedSchema = {
|
|
|
19291
19207
|
statementOwnerships_aggregate: {
|
|
19292
19208
|
__type: "owner_statement_owner_aggregate_bool_exp",
|
|
19293
19209
|
},
|
|
19294
|
-
status: { __type: "
|
|
19210
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
19295
19211
|
taxId: { __type: "String_comparison_exp" },
|
|
19296
19212
|
taxStatements: { __type: "tax_statement_bool_exp" },
|
|
19297
19213
|
taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" },
|
|
@@ -19321,7 +19237,7 @@ export const generatedSchema = {
|
|
|
19321
19237
|
},
|
|
19322
19238
|
ownerships: { __type: "listing_owner_arr_rel_insert_input" },
|
|
19323
19239
|
phone: { __type: "String" },
|
|
19324
|
-
pmsStatus: { __type: "
|
|
19240
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19325
19241
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
19326
19242
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
19327
19243
|
source: { __type: "source_obj_rel_insert_input" },
|
|
@@ -19329,7 +19245,7 @@ export const generatedSchema = {
|
|
|
19329
19245
|
statementOwnerships: {
|
|
19330
19246
|
__type: "owner_statement_owner_arr_rel_insert_input",
|
|
19331
19247
|
},
|
|
19332
|
-
status: { __type: "
|
|
19248
|
+
status: { __type: "activeStatus_enum" },
|
|
19333
19249
|
taxId: { __type: "String" },
|
|
19334
19250
|
taxStatements: { __type: "tax_statement_arr_rel_insert_input" },
|
|
19335
19251
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -19456,71 +19372,6 @@ export const generatedSchema = {
|
|
|
19456
19372
|
userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" },
|
|
19457
19373
|
},
|
|
19458
19374
|
owner_pk_columns_input: { id: { __type: "uuid!" } },
|
|
19459
|
-
owner_pms_status: {
|
|
19460
|
-
__typename: { __type: "String!" },
|
|
19461
|
-
name: { __type: "String!" },
|
|
19462
|
-
},
|
|
19463
|
-
owner_pms_status_aggregate: {
|
|
19464
|
-
__typename: { __type: "String!" },
|
|
19465
|
-
aggregate: { __type: "owner_pms_status_aggregate_fields" },
|
|
19466
|
-
nodes: { __type: "[owner_pms_status!]!" },
|
|
19467
|
-
},
|
|
19468
|
-
owner_pms_status_aggregate_fields: {
|
|
19469
|
-
__typename: { __type: "String!" },
|
|
19470
|
-
count: {
|
|
19471
|
-
__type: "Int!",
|
|
19472
|
-
__args: {
|
|
19473
|
-
columns: "[owner_pms_status_select_column!]",
|
|
19474
|
-
distinct: "Boolean",
|
|
19475
|
-
},
|
|
19476
|
-
},
|
|
19477
|
-
max: { __type: "owner_pms_status_max_fields" },
|
|
19478
|
-
min: { __type: "owner_pms_status_min_fields" },
|
|
19479
|
-
},
|
|
19480
|
-
owner_pms_status_bool_exp: {
|
|
19481
|
-
_and: { __type: "[owner_pms_status_bool_exp!]" },
|
|
19482
|
-
_not: { __type: "owner_pms_status_bool_exp" },
|
|
19483
|
-
_or: { __type: "[owner_pms_status_bool_exp!]" },
|
|
19484
|
-
name: { __type: "String_comparison_exp" },
|
|
19485
|
-
},
|
|
19486
|
-
owner_pms_status_enum_comparison_exp: {
|
|
19487
|
-
_eq: { __type: "owner_pms_status_enum" },
|
|
19488
|
-
_in: { __type: "[owner_pms_status_enum!]" },
|
|
19489
|
-
_is_null: { __type: "Boolean" },
|
|
19490
|
-
_neq: { __type: "owner_pms_status_enum" },
|
|
19491
|
-
_nin: { __type: "[owner_pms_status_enum!]" },
|
|
19492
|
-
},
|
|
19493
|
-
owner_pms_status_insert_input: { name: { __type: "String" } },
|
|
19494
|
-
owner_pms_status_max_fields: {
|
|
19495
|
-
__typename: { __type: "String!" },
|
|
19496
|
-
name: { __type: "String" },
|
|
19497
|
-
},
|
|
19498
|
-
owner_pms_status_min_fields: {
|
|
19499
|
-
__typename: { __type: "String!" },
|
|
19500
|
-
name: { __type: "String" },
|
|
19501
|
-
},
|
|
19502
|
-
owner_pms_status_mutation_response: {
|
|
19503
|
-
__typename: { __type: "String!" },
|
|
19504
|
-
affected_rows: { __type: "Int!" },
|
|
19505
|
-
returning: { __type: "[owner_pms_status!]!" },
|
|
19506
|
-
},
|
|
19507
|
-
owner_pms_status_on_conflict: {
|
|
19508
|
-
constraint: { __type: "owner_pms_status_constraint!" },
|
|
19509
|
-
update_columns: { __type: "[owner_pms_status_update_column!]!" },
|
|
19510
|
-
where: { __type: "owner_pms_status_bool_exp" },
|
|
19511
|
-
},
|
|
19512
|
-
owner_pms_status_order_by: { name: { __type: "order_by" } },
|
|
19513
|
-
owner_pms_status_pk_columns_input: { name: { __type: "String!" } },
|
|
19514
|
-
owner_pms_status_set_input: { name: { __type: "String" } },
|
|
19515
|
-
owner_pms_status_stream_cursor_input: {
|
|
19516
|
-
initial_value: { __type: "owner_pms_status_stream_cursor_value_input!" },
|
|
19517
|
-
ordering: { __type: "cursor_ordering" },
|
|
19518
|
-
},
|
|
19519
|
-
owner_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
19520
|
-
owner_pms_status_updates: {
|
|
19521
|
-
_set: { __type: "owner_pms_status_set_input" },
|
|
19522
|
-
where: { __type: "owner_pms_status_bool_exp!" },
|
|
19523
|
-
},
|
|
19524
19375
|
owner_set_input: {
|
|
19525
19376
|
addressId: { __type: "uuid" },
|
|
19526
19377
|
companyType: { __type: "String" },
|
|
@@ -19532,9 +19383,9 @@ export const generatedSchema = {
|
|
|
19532
19383
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
19533
19384
|
name: { __type: "String" },
|
|
19534
19385
|
phone: { __type: "String" },
|
|
19535
|
-
pmsStatus: { __type: "
|
|
19386
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19536
19387
|
sourceId: { __type: "uuid" },
|
|
19537
|
-
status: { __type: "
|
|
19388
|
+
status: { __type: "activeStatus_enum" },
|
|
19538
19389
|
taxId: { __type: "String" },
|
|
19539
19390
|
tenantId: { __type: "uuid" },
|
|
19540
19391
|
type: { __type: "owner_type_enum" },
|
|
@@ -21568,68 +21419,6 @@ export const generatedSchema = {
|
|
|
21568
21419
|
centTotal: { __type: "order_by" },
|
|
21569
21420
|
centTransfer: { __type: "order_by" },
|
|
21570
21421
|
},
|
|
21571
|
-
owner_status: {
|
|
21572
|
-
__typename: { __type: "String!" },
|
|
21573
|
-
name: { __type: "String!" },
|
|
21574
|
-
},
|
|
21575
|
-
owner_status_aggregate: {
|
|
21576
|
-
__typename: { __type: "String!" },
|
|
21577
|
-
aggregate: { __type: "owner_status_aggregate_fields" },
|
|
21578
|
-
nodes: { __type: "[owner_status!]!" },
|
|
21579
|
-
},
|
|
21580
|
-
owner_status_aggregate_fields: {
|
|
21581
|
-
__typename: { __type: "String!" },
|
|
21582
|
-
count: {
|
|
21583
|
-
__type: "Int!",
|
|
21584
|
-
__args: { columns: "[owner_status_select_column!]", distinct: "Boolean" },
|
|
21585
|
-
},
|
|
21586
|
-
max: { __type: "owner_status_max_fields" },
|
|
21587
|
-
min: { __type: "owner_status_min_fields" },
|
|
21588
|
-
},
|
|
21589
|
-
owner_status_bool_exp: {
|
|
21590
|
-
_and: { __type: "[owner_status_bool_exp!]" },
|
|
21591
|
-
_not: { __type: "owner_status_bool_exp" },
|
|
21592
|
-
_or: { __type: "[owner_status_bool_exp!]" },
|
|
21593
|
-
name: { __type: "String_comparison_exp" },
|
|
21594
|
-
},
|
|
21595
|
-
owner_status_enum_comparison_exp: {
|
|
21596
|
-
_eq: { __type: "owner_status_enum" },
|
|
21597
|
-
_in: { __type: "[owner_status_enum!]" },
|
|
21598
|
-
_is_null: { __type: "Boolean" },
|
|
21599
|
-
_neq: { __type: "owner_status_enum" },
|
|
21600
|
-
_nin: { __type: "[owner_status_enum!]" },
|
|
21601
|
-
},
|
|
21602
|
-
owner_status_insert_input: { name: { __type: "String" } },
|
|
21603
|
-
owner_status_max_fields: {
|
|
21604
|
-
__typename: { __type: "String!" },
|
|
21605
|
-
name: { __type: "String" },
|
|
21606
|
-
},
|
|
21607
|
-
owner_status_min_fields: {
|
|
21608
|
-
__typename: { __type: "String!" },
|
|
21609
|
-
name: { __type: "String" },
|
|
21610
|
-
},
|
|
21611
|
-
owner_status_mutation_response: {
|
|
21612
|
-
__typename: { __type: "String!" },
|
|
21613
|
-
affected_rows: { __type: "Int!" },
|
|
21614
|
-
returning: { __type: "[owner_status!]!" },
|
|
21615
|
-
},
|
|
21616
|
-
owner_status_on_conflict: {
|
|
21617
|
-
constraint: { __type: "owner_status_constraint!" },
|
|
21618
|
-
update_columns: { __type: "[owner_status_update_column!]!" },
|
|
21619
|
-
where: { __type: "owner_status_bool_exp" },
|
|
21620
|
-
},
|
|
21621
|
-
owner_status_order_by: { name: { __type: "order_by" } },
|
|
21622
|
-
owner_status_pk_columns_input: { name: { __type: "String!" } },
|
|
21623
|
-
owner_status_set_input: { name: { __type: "String" } },
|
|
21624
|
-
owner_status_stream_cursor_input: {
|
|
21625
|
-
initial_value: { __type: "owner_status_stream_cursor_value_input!" },
|
|
21626
|
-
ordering: { __type: "cursor_ordering" },
|
|
21627
|
-
},
|
|
21628
|
-
owner_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
21629
|
-
owner_status_updates: {
|
|
21630
|
-
_set: { __type: "owner_status_set_input" },
|
|
21631
|
-
where: { __type: "owner_status_bool_exp!" },
|
|
21632
|
-
},
|
|
21633
21422
|
owner_stream_cursor_input: {
|
|
21634
21423
|
initial_value: { __type: "owner_stream_cursor_value_input!" },
|
|
21635
21424
|
ordering: { __type: "cursor_ordering" },
|
|
@@ -21645,9 +21434,9 @@ export const generatedSchema = {
|
|
|
21645
21434
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
21646
21435
|
name: { __type: "String" },
|
|
21647
21436
|
phone: { __type: "String" },
|
|
21648
|
-
pmsStatus: { __type: "
|
|
21437
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
21649
21438
|
sourceId: { __type: "uuid" },
|
|
21650
|
-
status: { __type: "
|
|
21439
|
+
status: { __type: "activeStatus_enum" },
|
|
21651
21440
|
taxId: { __type: "String" },
|
|
21652
21441
|
tenantId: { __type: "uuid" },
|
|
21653
21442
|
type: { __type: "owner_type_enum" },
|
|
@@ -25598,51 +25387,6 @@ export const generatedSchema = {
|
|
|
25598
25387
|
where: "owner_user_access_bool_exp",
|
|
25599
25388
|
},
|
|
25600
25389
|
},
|
|
25601
|
-
owner_pms_status: {
|
|
25602
|
-
__type: "[owner_pms_status!]!",
|
|
25603
|
-
__args: {
|
|
25604
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
25605
|
-
limit: "Int",
|
|
25606
|
-
offset: "Int",
|
|
25607
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
25608
|
-
where: "owner_pms_status_bool_exp",
|
|
25609
|
-
},
|
|
25610
|
-
},
|
|
25611
|
-
owner_pms_status_aggregate: {
|
|
25612
|
-
__type: "owner_pms_status_aggregate!",
|
|
25613
|
-
__args: {
|
|
25614
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
25615
|
-
limit: "Int",
|
|
25616
|
-
offset: "Int",
|
|
25617
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
25618
|
-
where: "owner_pms_status_bool_exp",
|
|
25619
|
-
},
|
|
25620
|
-
},
|
|
25621
|
-
owner_pms_status_by_pk: {
|
|
25622
|
-
__type: "owner_pms_status",
|
|
25623
|
-
__args: { name: "String!" },
|
|
25624
|
-
},
|
|
25625
|
-
owner_status: {
|
|
25626
|
-
__type: "[owner_status!]!",
|
|
25627
|
-
__args: {
|
|
25628
|
-
distinct_on: "[owner_status_select_column!]",
|
|
25629
|
-
limit: "Int",
|
|
25630
|
-
offset: "Int",
|
|
25631
|
-
order_by: "[owner_status_order_by!]",
|
|
25632
|
-
where: "owner_status_bool_exp",
|
|
25633
|
-
},
|
|
25634
|
-
},
|
|
25635
|
-
owner_status_aggregate: {
|
|
25636
|
-
__type: "owner_status_aggregate!",
|
|
25637
|
-
__args: {
|
|
25638
|
-
distinct_on: "[owner_status_select_column!]",
|
|
25639
|
-
limit: "Int",
|
|
25640
|
-
offset: "Int",
|
|
25641
|
-
order_by: "[owner_status_order_by!]",
|
|
25642
|
-
where: "owner_status_bool_exp",
|
|
25643
|
-
},
|
|
25644
|
-
},
|
|
25645
|
-
owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
|
|
25646
25390
|
owner_user_access_role: {
|
|
25647
25391
|
__type: "[owner_user_access_role!]!",
|
|
25648
25392
|
__args: {
|
|
@@ -34560,38 +34304,6 @@ export const generatedSchema = {
|
|
|
34560
34304
|
where: "owner_user_access_bool_exp",
|
|
34561
34305
|
},
|
|
34562
34306
|
},
|
|
34563
|
-
owner_pms_status: {
|
|
34564
|
-
__type: "[owner_pms_status!]!",
|
|
34565
|
-
__args: {
|
|
34566
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
34567
|
-
limit: "Int",
|
|
34568
|
-
offset: "Int",
|
|
34569
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
34570
|
-
where: "owner_pms_status_bool_exp",
|
|
34571
|
-
},
|
|
34572
|
-
},
|
|
34573
|
-
owner_pms_status_aggregate: {
|
|
34574
|
-
__type: "owner_pms_status_aggregate!",
|
|
34575
|
-
__args: {
|
|
34576
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
34577
|
-
limit: "Int",
|
|
34578
|
-
offset: "Int",
|
|
34579
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
34580
|
-
where: "owner_pms_status_bool_exp",
|
|
34581
|
-
},
|
|
34582
|
-
},
|
|
34583
|
-
owner_pms_status_by_pk: {
|
|
34584
|
-
__type: "owner_pms_status",
|
|
34585
|
-
__args: { name: "String!" },
|
|
34586
|
-
},
|
|
34587
|
-
owner_pms_status_stream: {
|
|
34588
|
-
__type: "[owner_pms_status!]!",
|
|
34589
|
-
__args: {
|
|
34590
|
-
batch_size: "Int!",
|
|
34591
|
-
cursor: "[owner_pms_status_stream_cursor_input]!",
|
|
34592
|
-
where: "owner_pms_status_bool_exp",
|
|
34593
|
-
},
|
|
34594
|
-
},
|
|
34595
34307
|
owner_statement_line_stream: {
|
|
34596
34308
|
__type: "[owner_statement_line!]!",
|
|
34597
34309
|
__args: {
|
|
@@ -34616,35 +34328,6 @@ export const generatedSchema = {
|
|
|
34616
34328
|
where: "owner_statement_template_bool_exp",
|
|
34617
34329
|
},
|
|
34618
34330
|
},
|
|
34619
|
-
owner_status: {
|
|
34620
|
-
__type: "[owner_status!]!",
|
|
34621
|
-
__args: {
|
|
34622
|
-
distinct_on: "[owner_status_select_column!]",
|
|
34623
|
-
limit: "Int",
|
|
34624
|
-
offset: "Int",
|
|
34625
|
-
order_by: "[owner_status_order_by!]",
|
|
34626
|
-
where: "owner_status_bool_exp",
|
|
34627
|
-
},
|
|
34628
|
-
},
|
|
34629
|
-
owner_status_aggregate: {
|
|
34630
|
-
__type: "owner_status_aggregate!",
|
|
34631
|
-
__args: {
|
|
34632
|
-
distinct_on: "[owner_status_select_column!]",
|
|
34633
|
-
limit: "Int",
|
|
34634
|
-
offset: "Int",
|
|
34635
|
-
order_by: "[owner_status_order_by!]",
|
|
34636
|
-
where: "owner_status_bool_exp",
|
|
34637
|
-
},
|
|
34638
|
-
},
|
|
34639
|
-
owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
|
|
34640
|
-
owner_status_stream: {
|
|
34641
|
-
__type: "[owner_status!]!",
|
|
34642
|
-
__args: {
|
|
34643
|
-
batch_size: "Int!",
|
|
34644
|
-
cursor: "[owner_status_stream_cursor_input]!",
|
|
34645
|
-
where: "owner_status_bool_exp",
|
|
34646
|
-
},
|
|
34647
|
-
},
|
|
34648
34331
|
owner_user_access_role: {
|
|
34649
34332
|
__type: "[owner_user_access_role!]!",
|
|
34650
34333
|
__args: {
|