@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
|
@@ -261,10 +261,6 @@ export const scalarsEnumsHash = {
|
|
|
261
261
|
ownerStatementLayoutListing_select_column: true,
|
|
262
262
|
ownerStatementLayoutListing_update_column: true,
|
|
263
263
|
owner_constraint: true,
|
|
264
|
-
owner_pms_status_constraint: true,
|
|
265
|
-
owner_pms_status_enum: true,
|
|
266
|
-
owner_pms_status_select_column: true,
|
|
267
|
-
owner_pms_status_update_column: true,
|
|
268
264
|
owner_select_column: true,
|
|
269
265
|
owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns: true,
|
|
270
266
|
owner_select_column_owner_aggregate_bool_exp_bool_or_arguments_columns: true,
|
|
@@ -289,10 +285,6 @@ export const scalarsEnumsHash = {
|
|
|
289
285
|
owner_statement_template_select_column: true,
|
|
290
286
|
owner_statement_template_update_column: true,
|
|
291
287
|
owner_statement_update_column: true,
|
|
292
|
-
owner_status_constraint: true,
|
|
293
|
-
owner_status_enum: true,
|
|
294
|
-
owner_status_select_column: true,
|
|
295
|
-
owner_status_update_column: true,
|
|
296
288
|
owner_type_constraint: true,
|
|
297
289
|
owner_type_enum: true,
|
|
298
290
|
owner_type_select_column: true,
|
|
@@ -10310,7 +10302,7 @@ export const generatedSchema = {
|
|
|
10310
10302
|
address_id: { __type: "uuid" },
|
|
10311
10303
|
bedrooms: { __type: "Int" },
|
|
10312
10304
|
beds: { __type: "Int" },
|
|
10313
|
-
calculatedStatus: { __type: "
|
|
10305
|
+
calculatedStatus: { __type: "String" },
|
|
10314
10306
|
calculatedTitle: { __type: "String" },
|
|
10315
10307
|
calculated_title: { __type: "String" },
|
|
10316
10308
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -11307,7 +11299,7 @@ export const generatedSchema = {
|
|
|
11307
11299
|
address_id: { __type: "uuid_comparison_exp" },
|
|
11308
11300
|
bedrooms: { __type: "Int_comparison_exp" },
|
|
11309
11301
|
beds: { __type: "Int_comparison_exp" },
|
|
11310
|
-
calculatedStatus: { __type: "
|
|
11302
|
+
calculatedStatus: { __type: "String_comparison_exp" },
|
|
11311
11303
|
calculatedTitle: { __type: "String_comparison_exp" },
|
|
11312
11304
|
calculated_title: { __type: "String_comparison_exp" },
|
|
11313
11305
|
centExpenseReserve: { __type: "Int_comparison_exp" },
|
|
@@ -12098,6 +12090,7 @@ export const generatedSchema = {
|
|
|
12098
12090
|
address_id: { __type: "uuid" },
|
|
12099
12091
|
bedrooms: { __type: "Int" },
|
|
12100
12092
|
beds: { __type: "Int" },
|
|
12093
|
+
calculatedStatus: { __type: "String" },
|
|
12101
12094
|
calculatedTitle: { __type: "String" },
|
|
12102
12095
|
calculated_title: { __type: "String" },
|
|
12103
12096
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -12124,6 +12117,7 @@ export const generatedSchema = {
|
|
|
12124
12117
|
address_id: { __type: "order_by" },
|
|
12125
12118
|
bedrooms: { __type: "order_by" },
|
|
12126
12119
|
beds: { __type: "order_by" },
|
|
12120
|
+
calculatedStatus: { __type: "order_by" },
|
|
12127
12121
|
calculatedTitle: { __type: "order_by" },
|
|
12128
12122
|
calculated_title: { __type: "order_by" },
|
|
12129
12123
|
centExpenseReserve: { __type: "order_by" },
|
|
@@ -12151,6 +12145,7 @@ export const generatedSchema = {
|
|
|
12151
12145
|
address_id: { __type: "uuid" },
|
|
12152
12146
|
bedrooms: { __type: "Int" },
|
|
12153
12147
|
beds: { __type: "Int" },
|
|
12148
|
+
calculatedStatus: { __type: "String" },
|
|
12154
12149
|
calculatedTitle: { __type: "String" },
|
|
12155
12150
|
calculated_title: { __type: "String" },
|
|
12156
12151
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -12177,6 +12172,7 @@ export const generatedSchema = {
|
|
|
12177
12172
|
address_id: { __type: "order_by" },
|
|
12178
12173
|
bedrooms: { __type: "order_by" },
|
|
12179
12174
|
beds: { __type: "order_by" },
|
|
12175
|
+
calculatedStatus: { __type: "order_by" },
|
|
12180
12176
|
calculatedTitle: { __type: "order_by" },
|
|
12181
12177
|
calculated_title: { __type: "order_by" },
|
|
12182
12178
|
centExpenseReserve: { __type: "order_by" },
|
|
@@ -12726,7 +12722,7 @@ export const generatedSchema = {
|
|
|
12726
12722
|
address_id: { __type: "uuid" },
|
|
12727
12723
|
bedrooms: { __type: "Int" },
|
|
12728
12724
|
beds: { __type: "Int" },
|
|
12729
|
-
calculatedStatus: { __type: "
|
|
12725
|
+
calculatedStatus: { __type: "String" },
|
|
12730
12726
|
calculatedTitle: { __type: "String" },
|
|
12731
12727
|
calculated_title: { __type: "String" },
|
|
12732
12728
|
centExpenseReserve: { __type: "Int" },
|
|
@@ -14177,22 +14173,6 @@ export const generatedSchema = {
|
|
|
14177
14173
|
__type: "listing_owner_role",
|
|
14178
14174
|
__args: { name: "String!" },
|
|
14179
14175
|
},
|
|
14180
|
-
delete_owner_pms_status: {
|
|
14181
|
-
__type: "owner_pms_status_mutation_response",
|
|
14182
|
-
__args: { where: "owner_pms_status_bool_exp!" },
|
|
14183
|
-
},
|
|
14184
|
-
delete_owner_pms_status_by_pk: {
|
|
14185
|
-
__type: "owner_pms_status",
|
|
14186
|
-
__args: { name: "String!" },
|
|
14187
|
-
},
|
|
14188
|
-
delete_owner_status: {
|
|
14189
|
-
__type: "owner_status_mutation_response",
|
|
14190
|
-
__args: { where: "owner_status_bool_exp!" },
|
|
14191
|
-
},
|
|
14192
|
-
delete_owner_status_by_pk: {
|
|
14193
|
-
__type: "owner_status",
|
|
14194
|
-
__args: { name: "String!" },
|
|
14195
|
-
},
|
|
14196
14176
|
delete_owner_user_access_role: {
|
|
14197
14177
|
__type: "owner_user_access_role_mutation_response",
|
|
14198
14178
|
__args: { where: "owner_user_access_role_bool_exp!" },
|
|
@@ -15794,34 +15774,6 @@ export const generatedSchema = {
|
|
|
15794
15774
|
on_conflict: "listing_owner_role_on_conflict",
|
|
15795
15775
|
},
|
|
15796
15776
|
},
|
|
15797
|
-
insert_owner_pms_status: {
|
|
15798
|
-
__type: "owner_pms_status_mutation_response",
|
|
15799
|
-
__args: {
|
|
15800
|
-
objects: "[owner_pms_status_insert_input!]!",
|
|
15801
|
-
on_conflict: "owner_pms_status_on_conflict",
|
|
15802
|
-
},
|
|
15803
|
-
},
|
|
15804
|
-
insert_owner_pms_status_one: {
|
|
15805
|
-
__type: "owner_pms_status",
|
|
15806
|
-
__args: {
|
|
15807
|
-
object: "owner_pms_status_insert_input!",
|
|
15808
|
-
on_conflict: "owner_pms_status_on_conflict",
|
|
15809
|
-
},
|
|
15810
|
-
},
|
|
15811
|
-
insert_owner_status: {
|
|
15812
|
-
__type: "owner_status_mutation_response",
|
|
15813
|
-
__args: {
|
|
15814
|
-
objects: "[owner_status_insert_input!]!",
|
|
15815
|
-
on_conflict: "owner_status_on_conflict",
|
|
15816
|
-
},
|
|
15817
|
-
},
|
|
15818
|
-
insert_owner_status_one: {
|
|
15819
|
-
__type: "owner_status",
|
|
15820
|
-
__args: {
|
|
15821
|
-
object: "owner_status_insert_input!",
|
|
15822
|
-
on_conflict: "owner_status_on_conflict",
|
|
15823
|
-
},
|
|
15824
|
-
},
|
|
15825
15777
|
insert_owner_user_access_role: {
|
|
15826
15778
|
__type: "owner_user_access_role_mutation_response",
|
|
15827
15779
|
__args: {
|
|
@@ -18251,24 +18203,6 @@ export const generatedSchema = {
|
|
|
18251
18203
|
__type: "[listing_owner_role_mutation_response]",
|
|
18252
18204
|
__args: { updates: "[listing_owner_role_updates!]!" },
|
|
18253
18205
|
},
|
|
18254
|
-
update_owner_pms_status: {
|
|
18255
|
-
__type: "owner_pms_status_mutation_response",
|
|
18256
|
-
__args: {
|
|
18257
|
-
_set: "owner_pms_status_set_input",
|
|
18258
|
-
where: "owner_pms_status_bool_exp!",
|
|
18259
|
-
},
|
|
18260
|
-
},
|
|
18261
|
-
update_owner_pms_status_by_pk: {
|
|
18262
|
-
__type: "owner_pms_status",
|
|
18263
|
-
__args: {
|
|
18264
|
-
_set: "owner_pms_status_set_input",
|
|
18265
|
-
pk_columns: "owner_pms_status_pk_columns_input!",
|
|
18266
|
-
},
|
|
18267
|
-
},
|
|
18268
|
-
update_owner_pms_status_many: {
|
|
18269
|
-
__type: "[owner_pms_status_mutation_response]",
|
|
18270
|
-
__args: { updates: "[owner_pms_status_updates!]!" },
|
|
18271
|
-
},
|
|
18272
18206
|
update_owner_statement_line_many: {
|
|
18273
18207
|
__type: "[owner_statement_line_mutation_response]",
|
|
18274
18208
|
__args: { updates: "[owner_statement_line_updates!]!" },
|
|
@@ -18281,24 +18215,6 @@ export const generatedSchema = {
|
|
|
18281
18215
|
__type: "[owner_statement_template_mutation_response]",
|
|
18282
18216
|
__args: { updates: "[owner_statement_template_updates!]!" },
|
|
18283
18217
|
},
|
|
18284
|
-
update_owner_status: {
|
|
18285
|
-
__type: "owner_status_mutation_response",
|
|
18286
|
-
__args: {
|
|
18287
|
-
_set: "owner_status_set_input",
|
|
18288
|
-
where: "owner_status_bool_exp!",
|
|
18289
|
-
},
|
|
18290
|
-
},
|
|
18291
|
-
update_owner_status_by_pk: {
|
|
18292
|
-
__type: "owner_status",
|
|
18293
|
-
__args: {
|
|
18294
|
-
_set: "owner_status_set_input",
|
|
18295
|
-
pk_columns: "owner_status_pk_columns_input!",
|
|
18296
|
-
},
|
|
18297
|
-
},
|
|
18298
|
-
update_owner_status_many: {
|
|
18299
|
-
__type: "[owner_status_mutation_response]",
|
|
18300
|
-
__args: { updates: "[owner_status_updates!]!" },
|
|
18301
|
-
},
|
|
18302
18218
|
update_owner_user_access_role: {
|
|
18303
18219
|
__type: "owner_user_access_role_mutation_response",
|
|
18304
18220
|
__args: {
|
|
@@ -18768,7 +18684,7 @@ export const generatedSchema = {
|
|
|
18768
18684
|
},
|
|
18769
18685
|
},
|
|
18770
18686
|
phone: { __type: "String" },
|
|
18771
|
-
pmsStatus: { __type: "
|
|
18687
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
18772
18688
|
settingsLeft: {
|
|
18773
18689
|
__type: "[setting!]!",
|
|
18774
18690
|
__args: {
|
|
@@ -18831,7 +18747,7 @@ export const generatedSchema = {
|
|
|
18831
18747
|
where: "owner_statement_owner_bool_exp",
|
|
18832
18748
|
},
|
|
18833
18749
|
},
|
|
18834
|
-
status: { __type: "
|
|
18750
|
+
status: { __type: "activeStatus_enum" },
|
|
18835
18751
|
taxId: { __type: "String" },
|
|
18836
18752
|
taxStatements: {
|
|
18837
18753
|
__type: "[tax_statement!]!",
|
|
@@ -19235,7 +19151,7 @@ export const generatedSchema = {
|
|
|
19235
19151
|
ownerships: { __type: "listing_owner_bool_exp" },
|
|
19236
19152
|
ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" },
|
|
19237
19153
|
phone: { __type: "String_comparison_exp" },
|
|
19238
|
-
pmsStatus: { __type: "
|
|
19154
|
+
pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
19239
19155
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
19240
19156
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
19241
19157
|
settingsRight: { __type: "setting_bool_exp" },
|
|
@@ -19246,7 +19162,7 @@ export const generatedSchema = {
|
|
|
19246
19162
|
statementOwnerships_aggregate: {
|
|
19247
19163
|
__type: "owner_statement_owner_aggregate_bool_exp",
|
|
19248
19164
|
},
|
|
19249
|
-
status: { __type: "
|
|
19165
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
19250
19166
|
taxId: { __type: "String_comparison_exp" },
|
|
19251
19167
|
taxStatements: { __type: "tax_statement_bool_exp" },
|
|
19252
19168
|
taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" },
|
|
@@ -19276,7 +19192,7 @@ export const generatedSchema = {
|
|
|
19276
19192
|
},
|
|
19277
19193
|
ownerships: { __type: "listing_owner_arr_rel_insert_input" },
|
|
19278
19194
|
phone: { __type: "String" },
|
|
19279
|
-
pmsStatus: { __type: "
|
|
19195
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19280
19196
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
19281
19197
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
19282
19198
|
source: { __type: "source_obj_rel_insert_input" },
|
|
@@ -19284,7 +19200,7 @@ export const generatedSchema = {
|
|
|
19284
19200
|
statementOwnerships: {
|
|
19285
19201
|
__type: "owner_statement_owner_arr_rel_insert_input",
|
|
19286
19202
|
},
|
|
19287
|
-
status: { __type: "
|
|
19203
|
+
status: { __type: "activeStatus_enum" },
|
|
19288
19204
|
taxId: { __type: "String" },
|
|
19289
19205
|
taxStatements: { __type: "tax_statement_arr_rel_insert_input" },
|
|
19290
19206
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -19411,71 +19327,6 @@ export const generatedSchema = {
|
|
|
19411
19327
|
userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" },
|
|
19412
19328
|
},
|
|
19413
19329
|
owner_pk_columns_input: { id: { __type: "uuid!" } },
|
|
19414
|
-
owner_pms_status: {
|
|
19415
|
-
__typename: { __type: "String!" },
|
|
19416
|
-
name: { __type: "String!" },
|
|
19417
|
-
},
|
|
19418
|
-
owner_pms_status_aggregate: {
|
|
19419
|
-
__typename: { __type: "String!" },
|
|
19420
|
-
aggregate: { __type: "owner_pms_status_aggregate_fields" },
|
|
19421
|
-
nodes: { __type: "[owner_pms_status!]!" },
|
|
19422
|
-
},
|
|
19423
|
-
owner_pms_status_aggregate_fields: {
|
|
19424
|
-
__typename: { __type: "String!" },
|
|
19425
|
-
count: {
|
|
19426
|
-
__type: "Int!",
|
|
19427
|
-
__args: {
|
|
19428
|
-
columns: "[owner_pms_status_select_column!]",
|
|
19429
|
-
distinct: "Boolean",
|
|
19430
|
-
},
|
|
19431
|
-
},
|
|
19432
|
-
max: { __type: "owner_pms_status_max_fields" },
|
|
19433
|
-
min: { __type: "owner_pms_status_min_fields" },
|
|
19434
|
-
},
|
|
19435
|
-
owner_pms_status_bool_exp: {
|
|
19436
|
-
_and: { __type: "[owner_pms_status_bool_exp!]" },
|
|
19437
|
-
_not: { __type: "owner_pms_status_bool_exp" },
|
|
19438
|
-
_or: { __type: "[owner_pms_status_bool_exp!]" },
|
|
19439
|
-
name: { __type: "String_comparison_exp" },
|
|
19440
|
-
},
|
|
19441
|
-
owner_pms_status_enum_comparison_exp: {
|
|
19442
|
-
_eq: { __type: "owner_pms_status_enum" },
|
|
19443
|
-
_in: { __type: "[owner_pms_status_enum!]" },
|
|
19444
|
-
_is_null: { __type: "Boolean" },
|
|
19445
|
-
_neq: { __type: "owner_pms_status_enum" },
|
|
19446
|
-
_nin: { __type: "[owner_pms_status_enum!]" },
|
|
19447
|
-
},
|
|
19448
|
-
owner_pms_status_insert_input: { name: { __type: "String" } },
|
|
19449
|
-
owner_pms_status_max_fields: {
|
|
19450
|
-
__typename: { __type: "String!" },
|
|
19451
|
-
name: { __type: "String" },
|
|
19452
|
-
},
|
|
19453
|
-
owner_pms_status_min_fields: {
|
|
19454
|
-
__typename: { __type: "String!" },
|
|
19455
|
-
name: { __type: "String" },
|
|
19456
|
-
},
|
|
19457
|
-
owner_pms_status_mutation_response: {
|
|
19458
|
-
__typename: { __type: "String!" },
|
|
19459
|
-
affected_rows: { __type: "Int!" },
|
|
19460
|
-
returning: { __type: "[owner_pms_status!]!" },
|
|
19461
|
-
},
|
|
19462
|
-
owner_pms_status_on_conflict: {
|
|
19463
|
-
constraint: { __type: "owner_pms_status_constraint!" },
|
|
19464
|
-
update_columns: { __type: "[owner_pms_status_update_column!]!" },
|
|
19465
|
-
where: { __type: "owner_pms_status_bool_exp" },
|
|
19466
|
-
},
|
|
19467
|
-
owner_pms_status_order_by: { name: { __type: "order_by" } },
|
|
19468
|
-
owner_pms_status_pk_columns_input: { name: { __type: "String!" } },
|
|
19469
|
-
owner_pms_status_set_input: { name: { __type: "String" } },
|
|
19470
|
-
owner_pms_status_stream_cursor_input: {
|
|
19471
|
-
initial_value: { __type: "owner_pms_status_stream_cursor_value_input!" },
|
|
19472
|
-
ordering: { __type: "cursor_ordering" },
|
|
19473
|
-
},
|
|
19474
|
-
owner_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
19475
|
-
owner_pms_status_updates: {
|
|
19476
|
-
_set: { __type: "owner_pms_status_set_input" },
|
|
19477
|
-
where: { __type: "owner_pms_status_bool_exp!" },
|
|
19478
|
-
},
|
|
19479
19330
|
owner_set_input: {
|
|
19480
19331
|
addressId: { __type: "uuid" },
|
|
19481
19332
|
companyType: { __type: "String" },
|
|
@@ -19487,9 +19338,9 @@ export const generatedSchema = {
|
|
|
19487
19338
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
19488
19339
|
name: { __type: "String" },
|
|
19489
19340
|
phone: { __type: "String" },
|
|
19490
|
-
pmsStatus: { __type: "
|
|
19341
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19491
19342
|
sourceId: { __type: "uuid" },
|
|
19492
|
-
status: { __type: "
|
|
19343
|
+
status: { __type: "activeStatus_enum" },
|
|
19493
19344
|
taxId: { __type: "String" },
|
|
19494
19345
|
tenantId: { __type: "uuid" },
|
|
19495
19346
|
type: { __type: "owner_type_enum" },
|
|
@@ -21521,68 +21372,6 @@ export const generatedSchema = {
|
|
|
21521
21372
|
centTotal: { __type: "order_by" },
|
|
21522
21373
|
centTransfer: { __type: "order_by" },
|
|
21523
21374
|
},
|
|
21524
|
-
owner_status: {
|
|
21525
|
-
__typename: { __type: "String!" },
|
|
21526
|
-
name: { __type: "String!" },
|
|
21527
|
-
},
|
|
21528
|
-
owner_status_aggregate: {
|
|
21529
|
-
__typename: { __type: "String!" },
|
|
21530
|
-
aggregate: { __type: "owner_status_aggregate_fields" },
|
|
21531
|
-
nodes: { __type: "[owner_status!]!" },
|
|
21532
|
-
},
|
|
21533
|
-
owner_status_aggregate_fields: {
|
|
21534
|
-
__typename: { __type: "String!" },
|
|
21535
|
-
count: {
|
|
21536
|
-
__type: "Int!",
|
|
21537
|
-
__args: { columns: "[owner_status_select_column!]", distinct: "Boolean" },
|
|
21538
|
-
},
|
|
21539
|
-
max: { __type: "owner_status_max_fields" },
|
|
21540
|
-
min: { __type: "owner_status_min_fields" },
|
|
21541
|
-
},
|
|
21542
|
-
owner_status_bool_exp: {
|
|
21543
|
-
_and: { __type: "[owner_status_bool_exp!]" },
|
|
21544
|
-
_not: { __type: "owner_status_bool_exp" },
|
|
21545
|
-
_or: { __type: "[owner_status_bool_exp!]" },
|
|
21546
|
-
name: { __type: "String_comparison_exp" },
|
|
21547
|
-
},
|
|
21548
|
-
owner_status_enum_comparison_exp: {
|
|
21549
|
-
_eq: { __type: "owner_status_enum" },
|
|
21550
|
-
_in: { __type: "[owner_status_enum!]" },
|
|
21551
|
-
_is_null: { __type: "Boolean" },
|
|
21552
|
-
_neq: { __type: "owner_status_enum" },
|
|
21553
|
-
_nin: { __type: "[owner_status_enum!]" },
|
|
21554
|
-
},
|
|
21555
|
-
owner_status_insert_input: { name: { __type: "String" } },
|
|
21556
|
-
owner_status_max_fields: {
|
|
21557
|
-
__typename: { __type: "String!" },
|
|
21558
|
-
name: { __type: "String" },
|
|
21559
|
-
},
|
|
21560
|
-
owner_status_min_fields: {
|
|
21561
|
-
__typename: { __type: "String!" },
|
|
21562
|
-
name: { __type: "String" },
|
|
21563
|
-
},
|
|
21564
|
-
owner_status_mutation_response: {
|
|
21565
|
-
__typename: { __type: "String!" },
|
|
21566
|
-
affected_rows: { __type: "Int!" },
|
|
21567
|
-
returning: { __type: "[owner_status!]!" },
|
|
21568
|
-
},
|
|
21569
|
-
owner_status_on_conflict: {
|
|
21570
|
-
constraint: { __type: "owner_status_constraint!" },
|
|
21571
|
-
update_columns: { __type: "[owner_status_update_column!]!" },
|
|
21572
|
-
where: { __type: "owner_status_bool_exp" },
|
|
21573
|
-
},
|
|
21574
|
-
owner_status_order_by: { name: { __type: "order_by" } },
|
|
21575
|
-
owner_status_pk_columns_input: { name: { __type: "String!" } },
|
|
21576
|
-
owner_status_set_input: { name: { __type: "String" } },
|
|
21577
|
-
owner_status_stream_cursor_input: {
|
|
21578
|
-
initial_value: { __type: "owner_status_stream_cursor_value_input!" },
|
|
21579
|
-
ordering: { __type: "cursor_ordering" },
|
|
21580
|
-
},
|
|
21581
|
-
owner_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
21582
|
-
owner_status_updates: {
|
|
21583
|
-
_set: { __type: "owner_status_set_input" },
|
|
21584
|
-
where: { __type: "owner_status_bool_exp!" },
|
|
21585
|
-
},
|
|
21586
21375
|
owner_stream_cursor_input: {
|
|
21587
21376
|
initial_value: { __type: "owner_stream_cursor_value_input!" },
|
|
21588
21377
|
ordering: { __type: "cursor_ordering" },
|
|
@@ -21598,9 +21387,9 @@ export const generatedSchema = {
|
|
|
21598
21387
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
21599
21388
|
name: { __type: "String" },
|
|
21600
21389
|
phone: { __type: "String" },
|
|
21601
|
-
pmsStatus: { __type: "
|
|
21390
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
21602
21391
|
sourceId: { __type: "uuid" },
|
|
21603
|
-
status: { __type: "
|
|
21392
|
+
status: { __type: "activeStatus_enum" },
|
|
21604
21393
|
taxId: { __type: "String" },
|
|
21605
21394
|
tenantId: { __type: "uuid" },
|
|
21606
21395
|
type: { __type: "owner_type_enum" },
|
|
@@ -25536,51 +25325,6 @@ export const generatedSchema = {
|
|
|
25536
25325
|
where: "owner_user_access_bool_exp",
|
|
25537
25326
|
},
|
|
25538
25327
|
},
|
|
25539
|
-
owner_pms_status: {
|
|
25540
|
-
__type: "[owner_pms_status!]!",
|
|
25541
|
-
__args: {
|
|
25542
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
25543
|
-
limit: "Int",
|
|
25544
|
-
offset: "Int",
|
|
25545
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
25546
|
-
where: "owner_pms_status_bool_exp",
|
|
25547
|
-
},
|
|
25548
|
-
},
|
|
25549
|
-
owner_pms_status_aggregate: {
|
|
25550
|
-
__type: "owner_pms_status_aggregate!",
|
|
25551
|
-
__args: {
|
|
25552
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
25553
|
-
limit: "Int",
|
|
25554
|
-
offset: "Int",
|
|
25555
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
25556
|
-
where: "owner_pms_status_bool_exp",
|
|
25557
|
-
},
|
|
25558
|
-
},
|
|
25559
|
-
owner_pms_status_by_pk: {
|
|
25560
|
-
__type: "owner_pms_status",
|
|
25561
|
-
__args: { name: "String!" },
|
|
25562
|
-
},
|
|
25563
|
-
owner_status: {
|
|
25564
|
-
__type: "[owner_status!]!",
|
|
25565
|
-
__args: {
|
|
25566
|
-
distinct_on: "[owner_status_select_column!]",
|
|
25567
|
-
limit: "Int",
|
|
25568
|
-
offset: "Int",
|
|
25569
|
-
order_by: "[owner_status_order_by!]",
|
|
25570
|
-
where: "owner_status_bool_exp",
|
|
25571
|
-
},
|
|
25572
|
-
},
|
|
25573
|
-
owner_status_aggregate: {
|
|
25574
|
-
__type: "owner_status_aggregate!",
|
|
25575
|
-
__args: {
|
|
25576
|
-
distinct_on: "[owner_status_select_column!]",
|
|
25577
|
-
limit: "Int",
|
|
25578
|
-
offset: "Int",
|
|
25579
|
-
order_by: "[owner_status_order_by!]",
|
|
25580
|
-
where: "owner_status_bool_exp",
|
|
25581
|
-
},
|
|
25582
|
-
},
|
|
25583
|
-
owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
|
|
25584
25328
|
owner_user_access_role: {
|
|
25585
25329
|
__type: "[owner_user_access_role!]!",
|
|
25586
25330
|
__args: {
|
|
@@ -34480,38 +34224,6 @@ export const generatedSchema = {
|
|
|
34480
34224
|
where: "owner_user_access_bool_exp",
|
|
34481
34225
|
},
|
|
34482
34226
|
},
|
|
34483
|
-
owner_pms_status: {
|
|
34484
|
-
__type: "[owner_pms_status!]!",
|
|
34485
|
-
__args: {
|
|
34486
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
34487
|
-
limit: "Int",
|
|
34488
|
-
offset: "Int",
|
|
34489
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
34490
|
-
where: "owner_pms_status_bool_exp",
|
|
34491
|
-
},
|
|
34492
|
-
},
|
|
34493
|
-
owner_pms_status_aggregate: {
|
|
34494
|
-
__type: "owner_pms_status_aggregate!",
|
|
34495
|
-
__args: {
|
|
34496
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
34497
|
-
limit: "Int",
|
|
34498
|
-
offset: "Int",
|
|
34499
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
34500
|
-
where: "owner_pms_status_bool_exp",
|
|
34501
|
-
},
|
|
34502
|
-
},
|
|
34503
|
-
owner_pms_status_by_pk: {
|
|
34504
|
-
__type: "owner_pms_status",
|
|
34505
|
-
__args: { name: "String!" },
|
|
34506
|
-
},
|
|
34507
|
-
owner_pms_status_stream: {
|
|
34508
|
-
__type: "[owner_pms_status!]!",
|
|
34509
|
-
__args: {
|
|
34510
|
-
batch_size: "Int!",
|
|
34511
|
-
cursor: "[owner_pms_status_stream_cursor_input]!",
|
|
34512
|
-
where: "owner_pms_status_bool_exp",
|
|
34513
|
-
},
|
|
34514
|
-
},
|
|
34515
34227
|
owner_statement_line_stream: {
|
|
34516
34228
|
__type: "[owner_statement_line!]!",
|
|
34517
34229
|
__args: {
|
|
@@ -34536,35 +34248,6 @@ export const generatedSchema = {
|
|
|
34536
34248
|
where: "owner_statement_template_bool_exp",
|
|
34537
34249
|
},
|
|
34538
34250
|
},
|
|
34539
|
-
owner_status: {
|
|
34540
|
-
__type: "[owner_status!]!",
|
|
34541
|
-
__args: {
|
|
34542
|
-
distinct_on: "[owner_status_select_column!]",
|
|
34543
|
-
limit: "Int",
|
|
34544
|
-
offset: "Int",
|
|
34545
|
-
order_by: "[owner_status_order_by!]",
|
|
34546
|
-
where: "owner_status_bool_exp",
|
|
34547
|
-
},
|
|
34548
|
-
},
|
|
34549
|
-
owner_status_aggregate: {
|
|
34550
|
-
__type: "owner_status_aggregate!",
|
|
34551
|
-
__args: {
|
|
34552
|
-
distinct_on: "[owner_status_select_column!]",
|
|
34553
|
-
limit: "Int",
|
|
34554
|
-
offset: "Int",
|
|
34555
|
-
order_by: "[owner_status_order_by!]",
|
|
34556
|
-
where: "owner_status_bool_exp",
|
|
34557
|
-
},
|
|
34558
|
-
},
|
|
34559
|
-
owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
|
|
34560
|
-
owner_status_stream: {
|
|
34561
|
-
__type: "[owner_status!]!",
|
|
34562
|
-
__args: {
|
|
34563
|
-
batch_size: "Int!",
|
|
34564
|
-
cursor: "[owner_status_stream_cursor_input]!",
|
|
34565
|
-
where: "owner_status_bool_exp",
|
|
34566
|
-
},
|
|
34567
|
-
},
|
|
34568
34251
|
owner_user_access_role: {
|
|
34569
34252
|
__type: "[owner_user_access_role!]!",
|
|
34570
34253
|
__args: {
|