@vrplatform/graphql 1.1.17 → 1.1.19
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 +128 -777
- package/build/main/gqty/schema.generated.js +50 -331
- package/build/module/gqty/schema.generated.d.ts +128 -777
- package/build/module/gqty/schema.generated.js +50 -331
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +128 -777
- package/src/gqty/schema.generated.js +50 -331
|
@@ -264,10 +264,6 @@ exports.scalarsEnumsHash = {
|
|
|
264
264
|
ownerStatementLayoutListing_select_column: true,
|
|
265
265
|
ownerStatementLayoutListing_update_column: true,
|
|
266
266
|
owner_constraint: true,
|
|
267
|
-
owner_pms_status_constraint: true,
|
|
268
|
-
owner_pms_status_enum: true,
|
|
269
|
-
owner_pms_status_select_column: true,
|
|
270
|
-
owner_pms_status_update_column: true,
|
|
271
267
|
owner_select_column: true,
|
|
272
268
|
owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns: true,
|
|
273
269
|
owner_select_column_owner_aggregate_bool_exp_bool_or_arguments_columns: true,
|
|
@@ -292,10 +288,6 @@ exports.scalarsEnumsHash = {
|
|
|
292
288
|
owner_statement_template_select_column: true,
|
|
293
289
|
owner_statement_template_update_column: true,
|
|
294
290
|
owner_statement_update_column: true,
|
|
295
|
-
owner_status_constraint: true,
|
|
296
|
-
owner_status_enum: true,
|
|
297
|
-
owner_status_select_column: true,
|
|
298
|
-
owner_status_update_column: true,
|
|
299
291
|
owner_type_constraint: true,
|
|
300
292
|
owner_type_enum: true,
|
|
301
293
|
owner_type_select_column: true,
|
|
@@ -7482,13 +7474,21 @@ exports.generatedSchema = {
|
|
|
7482
7474
|
},
|
|
7483
7475
|
core_flow_mapping: {
|
|
7484
7476
|
__typename: { __type: "String!" },
|
|
7477
|
+
account: { __type: "account" },
|
|
7485
7478
|
account_id: { __type: "uuid" },
|
|
7479
|
+
booking_channel: { __type: "booking_channel" },
|
|
7486
7480
|
booking_channel_id: { __type: "uuid" },
|
|
7481
|
+
contact: { __type: "contact" },
|
|
7487
7482
|
contact_id: { __type: "uuid" },
|
|
7483
|
+
flow: { __type: "core_flow!" },
|
|
7488
7484
|
flow_id: { __type: "uuid!" },
|
|
7489
7485
|
id: { __type: "uuid!" },
|
|
7486
|
+
listing: { __type: "listing" },
|
|
7490
7487
|
listing_id: { __type: "uuid" },
|
|
7491
7488
|
mapping_key: { __type: "String!" },
|
|
7489
|
+
rate: { __type: "rate" },
|
|
7490
|
+
rate_id: { __type: "uuid" },
|
|
7491
|
+
source: { __type: "source!" },
|
|
7492
7492
|
source_id: { __type: "uuid!" },
|
|
7493
7493
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7494
7494
|
},
|
|
@@ -7514,13 +7514,21 @@ exports.generatedSchema = {
|
|
|
7514
7514
|
_and: { __type: "[core_flow_mapping_bool_exp!]" },
|
|
7515
7515
|
_not: { __type: "core_flow_mapping_bool_exp" },
|
|
7516
7516
|
_or: { __type: "[core_flow_mapping_bool_exp!]" },
|
|
7517
|
+
account: { __type: "account_bool_exp" },
|
|
7517
7518
|
account_id: { __type: "uuid_comparison_exp" },
|
|
7519
|
+
booking_channel: { __type: "booking_channel_bool_exp" },
|
|
7518
7520
|
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7521
|
+
contact: { __type: "contact_bool_exp" },
|
|
7519
7522
|
contact_id: { __type: "uuid_comparison_exp" },
|
|
7523
|
+
flow: { __type: "core_flow_bool_exp" },
|
|
7520
7524
|
flow_id: { __type: "uuid_comparison_exp" },
|
|
7521
7525
|
id: { __type: "uuid_comparison_exp" },
|
|
7526
|
+
listing: { __type: "listing_bool_exp" },
|
|
7522
7527
|
listing_id: { __type: "uuid_comparison_exp" },
|
|
7523
7528
|
mapping_key: { __type: "String_comparison_exp" },
|
|
7529
|
+
rate: { __type: "rate_bool_exp" },
|
|
7530
|
+
rate_id: { __type: "uuid_comparison_exp" },
|
|
7531
|
+
source: { __type: "source_bool_exp" },
|
|
7524
7532
|
source_id: { __type: "uuid_comparison_exp" },
|
|
7525
7533
|
value: { __type: "jsonb_comparison_exp" },
|
|
7526
7534
|
},
|
|
@@ -7528,13 +7536,21 @@ exports.generatedSchema = {
|
|
|
7528
7536
|
core_flow_mapping_delete_elem_input: { value: { __type: "Int" } },
|
|
7529
7537
|
core_flow_mapping_delete_key_input: { value: { __type: "String" } },
|
|
7530
7538
|
core_flow_mapping_insert_input: {
|
|
7539
|
+
account: { __type: "account_obj_rel_insert_input" },
|
|
7531
7540
|
account_id: { __type: "uuid" },
|
|
7541
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
7532
7542
|
booking_channel_id: { __type: "uuid" },
|
|
7543
|
+
contact: { __type: "contact_obj_rel_insert_input" },
|
|
7533
7544
|
contact_id: { __type: "uuid" },
|
|
7545
|
+
flow: { __type: "core_flow_obj_rel_insert_input" },
|
|
7534
7546
|
flow_id: { __type: "uuid" },
|
|
7535
7547
|
id: { __type: "uuid" },
|
|
7548
|
+
listing: { __type: "listing_obj_rel_insert_input" },
|
|
7536
7549
|
listing_id: { __type: "uuid" },
|
|
7537
7550
|
mapping_key: { __type: "String" },
|
|
7551
|
+
rate: { __type: "rate_obj_rel_insert_input" },
|
|
7552
|
+
rate_id: { __type: "uuid" },
|
|
7553
|
+
source: { __type: "source_obj_rel_insert_input" },
|
|
7538
7554
|
source_id: { __type: "uuid" },
|
|
7539
7555
|
value: { __type: "jsonb" },
|
|
7540
7556
|
},
|
|
@@ -7547,6 +7563,7 @@ exports.generatedSchema = {
|
|
|
7547
7563
|
id: { __type: "uuid" },
|
|
7548
7564
|
listing_id: { __type: "uuid" },
|
|
7549
7565
|
mapping_key: { __type: "String" },
|
|
7566
|
+
rate_id: { __type: "uuid" },
|
|
7550
7567
|
source_id: { __type: "uuid" },
|
|
7551
7568
|
},
|
|
7552
7569
|
core_flow_mapping_min_fields: {
|
|
@@ -7558,6 +7575,7 @@ exports.generatedSchema = {
|
|
|
7558
7575
|
id: { __type: "uuid" },
|
|
7559
7576
|
listing_id: { __type: "uuid" },
|
|
7560
7577
|
mapping_key: { __type: "String" },
|
|
7578
|
+
rate_id: { __type: "uuid" },
|
|
7561
7579
|
source_id: { __type: "uuid" },
|
|
7562
7580
|
},
|
|
7563
7581
|
core_flow_mapping_mutation_response: {
|
|
@@ -7571,13 +7589,21 @@ exports.generatedSchema = {
|
|
|
7571
7589
|
where: { __type: "core_flow_mapping_bool_exp" },
|
|
7572
7590
|
},
|
|
7573
7591
|
core_flow_mapping_order_by: {
|
|
7592
|
+
account: { __type: "account_order_by" },
|
|
7574
7593
|
account_id: { __type: "order_by" },
|
|
7594
|
+
booking_channel: { __type: "booking_channel_order_by" },
|
|
7575
7595
|
booking_channel_id: { __type: "order_by" },
|
|
7596
|
+
contact: { __type: "contact_order_by" },
|
|
7576
7597
|
contact_id: { __type: "order_by" },
|
|
7598
|
+
flow: { __type: "core_flow_order_by" },
|
|
7577
7599
|
flow_id: { __type: "order_by" },
|
|
7578
7600
|
id: { __type: "order_by" },
|
|
7601
|
+
listing: { __type: "listing_order_by" },
|
|
7579
7602
|
listing_id: { __type: "order_by" },
|
|
7580
7603
|
mapping_key: { __type: "order_by" },
|
|
7604
|
+
rate: { __type: "rate_order_by" },
|
|
7605
|
+
rate_id: { __type: "order_by" },
|
|
7606
|
+
source: { __type: "source_order_by" },
|
|
7581
7607
|
source_id: { __type: "order_by" },
|
|
7582
7608
|
value: { __type: "order_by" },
|
|
7583
7609
|
},
|
|
@@ -7591,6 +7617,7 @@ exports.generatedSchema = {
|
|
|
7591
7617
|
id: { __type: "uuid" },
|
|
7592
7618
|
listing_id: { __type: "uuid" },
|
|
7593
7619
|
mapping_key: { __type: "String" },
|
|
7620
|
+
rate_id: { __type: "uuid" },
|
|
7594
7621
|
source_id: { __type: "uuid" },
|
|
7595
7622
|
value: { __type: "jsonb" },
|
|
7596
7623
|
},
|
|
@@ -7606,6 +7633,7 @@ exports.generatedSchema = {
|
|
|
7606
7633
|
id: { __type: "uuid" },
|
|
7607
7634
|
listing_id: { __type: "uuid" },
|
|
7608
7635
|
mapping_key: { __type: "String" },
|
|
7636
|
+
rate_id: { __type: "uuid" },
|
|
7609
7637
|
source_id: { __type: "uuid" },
|
|
7610
7638
|
value: { __type: "jsonb" },
|
|
7611
7639
|
},
|
|
@@ -7639,6 +7667,10 @@ exports.generatedSchema = {
|
|
|
7639
7667
|
affected_rows: { __type: "Int!" },
|
|
7640
7668
|
returning: { __type: "[core_flow!]!" },
|
|
7641
7669
|
},
|
|
7670
|
+
core_flow_obj_rel_insert_input: {
|
|
7671
|
+
data: { __type: "core_flow_insert_input!" },
|
|
7672
|
+
on_conflict: { __type: "core_flow_on_conflict" },
|
|
7673
|
+
},
|
|
7642
7674
|
core_flow_on_conflict: {
|
|
7643
7675
|
constraint: { __type: "core_flow_constraint!" },
|
|
7644
7676
|
update_columns: { __type: "[core_flow_update_column!]!" },
|
|
@@ -14180,22 +14212,6 @@ exports.generatedSchema = {
|
|
|
14180
14212
|
__type: "listing_owner_role",
|
|
14181
14213
|
__args: { name: "String!" },
|
|
14182
14214
|
},
|
|
14183
|
-
delete_owner_pms_status: {
|
|
14184
|
-
__type: "owner_pms_status_mutation_response",
|
|
14185
|
-
__args: { where: "owner_pms_status_bool_exp!" },
|
|
14186
|
-
},
|
|
14187
|
-
delete_owner_pms_status_by_pk: {
|
|
14188
|
-
__type: "owner_pms_status",
|
|
14189
|
-
__args: { name: "String!" },
|
|
14190
|
-
},
|
|
14191
|
-
delete_owner_status: {
|
|
14192
|
-
__type: "owner_status_mutation_response",
|
|
14193
|
-
__args: { where: "owner_status_bool_exp!" },
|
|
14194
|
-
},
|
|
14195
|
-
delete_owner_status_by_pk: {
|
|
14196
|
-
__type: "owner_status",
|
|
14197
|
-
__args: { name: "String!" },
|
|
14198
|
-
},
|
|
14199
14215
|
delete_owner_user_access_role: {
|
|
14200
14216
|
__type: "owner_user_access_role_mutation_response",
|
|
14201
14217
|
__args: { where: "owner_user_access_role_bool_exp!" },
|
|
@@ -15797,34 +15813,6 @@ exports.generatedSchema = {
|
|
|
15797
15813
|
on_conflict: "listing_owner_role_on_conflict",
|
|
15798
15814
|
},
|
|
15799
15815
|
},
|
|
15800
|
-
insert_owner_pms_status: {
|
|
15801
|
-
__type: "owner_pms_status_mutation_response",
|
|
15802
|
-
__args: {
|
|
15803
|
-
objects: "[owner_pms_status_insert_input!]!",
|
|
15804
|
-
on_conflict: "owner_pms_status_on_conflict",
|
|
15805
|
-
},
|
|
15806
|
-
},
|
|
15807
|
-
insert_owner_pms_status_one: {
|
|
15808
|
-
__type: "owner_pms_status",
|
|
15809
|
-
__args: {
|
|
15810
|
-
object: "owner_pms_status_insert_input!",
|
|
15811
|
-
on_conflict: "owner_pms_status_on_conflict",
|
|
15812
|
-
},
|
|
15813
|
-
},
|
|
15814
|
-
insert_owner_status: {
|
|
15815
|
-
__type: "owner_status_mutation_response",
|
|
15816
|
-
__args: {
|
|
15817
|
-
objects: "[owner_status_insert_input!]!",
|
|
15818
|
-
on_conflict: "owner_status_on_conflict",
|
|
15819
|
-
},
|
|
15820
|
-
},
|
|
15821
|
-
insert_owner_status_one: {
|
|
15822
|
-
__type: "owner_status",
|
|
15823
|
-
__args: {
|
|
15824
|
-
object: "owner_status_insert_input!",
|
|
15825
|
-
on_conflict: "owner_status_on_conflict",
|
|
15826
|
-
},
|
|
15827
|
-
},
|
|
15828
15816
|
insert_owner_user_access_role: {
|
|
15829
15817
|
__type: "owner_user_access_role_mutation_response",
|
|
15830
15818
|
__args: {
|
|
@@ -18254,24 +18242,6 @@ exports.generatedSchema = {
|
|
|
18254
18242
|
__type: "[listing_owner_role_mutation_response]",
|
|
18255
18243
|
__args: { updates: "[listing_owner_role_updates!]!" },
|
|
18256
18244
|
},
|
|
18257
|
-
update_owner_pms_status: {
|
|
18258
|
-
__type: "owner_pms_status_mutation_response",
|
|
18259
|
-
__args: {
|
|
18260
|
-
_set: "owner_pms_status_set_input",
|
|
18261
|
-
where: "owner_pms_status_bool_exp!",
|
|
18262
|
-
},
|
|
18263
|
-
},
|
|
18264
|
-
update_owner_pms_status_by_pk: {
|
|
18265
|
-
__type: "owner_pms_status",
|
|
18266
|
-
__args: {
|
|
18267
|
-
_set: "owner_pms_status_set_input",
|
|
18268
|
-
pk_columns: "owner_pms_status_pk_columns_input!",
|
|
18269
|
-
},
|
|
18270
|
-
},
|
|
18271
|
-
update_owner_pms_status_many: {
|
|
18272
|
-
__type: "[owner_pms_status_mutation_response]",
|
|
18273
|
-
__args: { updates: "[owner_pms_status_updates!]!" },
|
|
18274
|
-
},
|
|
18275
18245
|
update_owner_statement_line_many: {
|
|
18276
18246
|
__type: "[owner_statement_line_mutation_response]",
|
|
18277
18247
|
__args: { updates: "[owner_statement_line_updates!]!" },
|
|
@@ -18284,24 +18254,6 @@ exports.generatedSchema = {
|
|
|
18284
18254
|
__type: "[owner_statement_template_mutation_response]",
|
|
18285
18255
|
__args: { updates: "[owner_statement_template_updates!]!" },
|
|
18286
18256
|
},
|
|
18287
|
-
update_owner_status: {
|
|
18288
|
-
__type: "owner_status_mutation_response",
|
|
18289
|
-
__args: {
|
|
18290
|
-
_set: "owner_status_set_input",
|
|
18291
|
-
where: "owner_status_bool_exp!",
|
|
18292
|
-
},
|
|
18293
|
-
},
|
|
18294
|
-
update_owner_status_by_pk: {
|
|
18295
|
-
__type: "owner_status",
|
|
18296
|
-
__args: {
|
|
18297
|
-
_set: "owner_status_set_input",
|
|
18298
|
-
pk_columns: "owner_status_pk_columns_input!",
|
|
18299
|
-
},
|
|
18300
|
-
},
|
|
18301
|
-
update_owner_status_many: {
|
|
18302
|
-
__type: "[owner_status_mutation_response]",
|
|
18303
|
-
__args: { updates: "[owner_status_updates!]!" },
|
|
18304
|
-
},
|
|
18305
18257
|
update_owner_user_access_role: {
|
|
18306
18258
|
__type: "owner_user_access_role_mutation_response",
|
|
18307
18259
|
__args: {
|
|
@@ -18771,7 +18723,7 @@ exports.generatedSchema = {
|
|
|
18771
18723
|
},
|
|
18772
18724
|
},
|
|
18773
18725
|
phone: { __type: "String" },
|
|
18774
|
-
pmsStatus: { __type: "
|
|
18726
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
18775
18727
|
settingsLeft: {
|
|
18776
18728
|
__type: "[setting!]!",
|
|
18777
18729
|
__args: {
|
|
@@ -18834,7 +18786,7 @@ exports.generatedSchema = {
|
|
|
18834
18786
|
where: "owner_statement_owner_bool_exp",
|
|
18835
18787
|
},
|
|
18836
18788
|
},
|
|
18837
|
-
status: { __type: "
|
|
18789
|
+
status: { __type: "activeStatus_enum" },
|
|
18838
18790
|
taxId: { __type: "String" },
|
|
18839
18791
|
taxStatements: {
|
|
18840
18792
|
__type: "[tax_statement!]!",
|
|
@@ -19238,7 +19190,7 @@ exports.generatedSchema = {
|
|
|
19238
19190
|
ownerships: { __type: "listing_owner_bool_exp" },
|
|
19239
19191
|
ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" },
|
|
19240
19192
|
phone: { __type: "String_comparison_exp" },
|
|
19241
|
-
pmsStatus: { __type: "
|
|
19193
|
+
pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
19242
19194
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
19243
19195
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
19244
19196
|
settingsRight: { __type: "setting_bool_exp" },
|
|
@@ -19249,7 +19201,7 @@ exports.generatedSchema = {
|
|
|
19249
19201
|
statementOwnerships_aggregate: {
|
|
19250
19202
|
__type: "owner_statement_owner_aggregate_bool_exp",
|
|
19251
19203
|
},
|
|
19252
|
-
status: { __type: "
|
|
19204
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
19253
19205
|
taxId: { __type: "String_comparison_exp" },
|
|
19254
19206
|
taxStatements: { __type: "tax_statement_bool_exp" },
|
|
19255
19207
|
taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" },
|
|
@@ -19279,7 +19231,7 @@ exports.generatedSchema = {
|
|
|
19279
19231
|
},
|
|
19280
19232
|
ownerships: { __type: "listing_owner_arr_rel_insert_input" },
|
|
19281
19233
|
phone: { __type: "String" },
|
|
19282
|
-
pmsStatus: { __type: "
|
|
19234
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19283
19235
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
19284
19236
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
19285
19237
|
source: { __type: "source_obj_rel_insert_input" },
|
|
@@ -19287,7 +19239,7 @@ exports.generatedSchema = {
|
|
|
19287
19239
|
statementOwnerships: {
|
|
19288
19240
|
__type: "owner_statement_owner_arr_rel_insert_input",
|
|
19289
19241
|
},
|
|
19290
|
-
status: { __type: "
|
|
19242
|
+
status: { __type: "activeStatus_enum" },
|
|
19291
19243
|
taxId: { __type: "String" },
|
|
19292
19244
|
taxStatements: { __type: "tax_statement_arr_rel_insert_input" },
|
|
19293
19245
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -19414,71 +19366,6 @@ exports.generatedSchema = {
|
|
|
19414
19366
|
userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" },
|
|
19415
19367
|
},
|
|
19416
19368
|
owner_pk_columns_input: { id: { __type: "uuid!" } },
|
|
19417
|
-
owner_pms_status: {
|
|
19418
|
-
__typename: { __type: "String!" },
|
|
19419
|
-
name: { __type: "String!" },
|
|
19420
|
-
},
|
|
19421
|
-
owner_pms_status_aggregate: {
|
|
19422
|
-
__typename: { __type: "String!" },
|
|
19423
|
-
aggregate: { __type: "owner_pms_status_aggregate_fields" },
|
|
19424
|
-
nodes: { __type: "[owner_pms_status!]!" },
|
|
19425
|
-
},
|
|
19426
|
-
owner_pms_status_aggregate_fields: {
|
|
19427
|
-
__typename: { __type: "String!" },
|
|
19428
|
-
count: {
|
|
19429
|
-
__type: "Int!",
|
|
19430
|
-
__args: {
|
|
19431
|
-
columns: "[owner_pms_status_select_column!]",
|
|
19432
|
-
distinct: "Boolean",
|
|
19433
|
-
},
|
|
19434
|
-
},
|
|
19435
|
-
max: { __type: "owner_pms_status_max_fields" },
|
|
19436
|
-
min: { __type: "owner_pms_status_min_fields" },
|
|
19437
|
-
},
|
|
19438
|
-
owner_pms_status_bool_exp: {
|
|
19439
|
-
_and: { __type: "[owner_pms_status_bool_exp!]" },
|
|
19440
|
-
_not: { __type: "owner_pms_status_bool_exp" },
|
|
19441
|
-
_or: { __type: "[owner_pms_status_bool_exp!]" },
|
|
19442
|
-
name: { __type: "String_comparison_exp" },
|
|
19443
|
-
},
|
|
19444
|
-
owner_pms_status_enum_comparison_exp: {
|
|
19445
|
-
_eq: { __type: "owner_pms_status_enum" },
|
|
19446
|
-
_in: { __type: "[owner_pms_status_enum!]" },
|
|
19447
|
-
_is_null: { __type: "Boolean" },
|
|
19448
|
-
_neq: { __type: "owner_pms_status_enum" },
|
|
19449
|
-
_nin: { __type: "[owner_pms_status_enum!]" },
|
|
19450
|
-
},
|
|
19451
|
-
owner_pms_status_insert_input: { name: { __type: "String" } },
|
|
19452
|
-
owner_pms_status_max_fields: {
|
|
19453
|
-
__typename: { __type: "String!" },
|
|
19454
|
-
name: { __type: "String" },
|
|
19455
|
-
},
|
|
19456
|
-
owner_pms_status_min_fields: {
|
|
19457
|
-
__typename: { __type: "String!" },
|
|
19458
|
-
name: { __type: "String" },
|
|
19459
|
-
},
|
|
19460
|
-
owner_pms_status_mutation_response: {
|
|
19461
|
-
__typename: { __type: "String!" },
|
|
19462
|
-
affected_rows: { __type: "Int!" },
|
|
19463
|
-
returning: { __type: "[owner_pms_status!]!" },
|
|
19464
|
-
},
|
|
19465
|
-
owner_pms_status_on_conflict: {
|
|
19466
|
-
constraint: { __type: "owner_pms_status_constraint!" },
|
|
19467
|
-
update_columns: { __type: "[owner_pms_status_update_column!]!" },
|
|
19468
|
-
where: { __type: "owner_pms_status_bool_exp" },
|
|
19469
|
-
},
|
|
19470
|
-
owner_pms_status_order_by: { name: { __type: "order_by" } },
|
|
19471
|
-
owner_pms_status_pk_columns_input: { name: { __type: "String!" } },
|
|
19472
|
-
owner_pms_status_set_input: { name: { __type: "String" } },
|
|
19473
|
-
owner_pms_status_stream_cursor_input: {
|
|
19474
|
-
initial_value: { __type: "owner_pms_status_stream_cursor_value_input!" },
|
|
19475
|
-
ordering: { __type: "cursor_ordering" },
|
|
19476
|
-
},
|
|
19477
|
-
owner_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
19478
|
-
owner_pms_status_updates: {
|
|
19479
|
-
_set: { __type: "owner_pms_status_set_input" },
|
|
19480
|
-
where: { __type: "owner_pms_status_bool_exp!" },
|
|
19481
|
-
},
|
|
19482
19369
|
owner_set_input: {
|
|
19483
19370
|
addressId: { __type: "uuid" },
|
|
19484
19371
|
companyType: { __type: "String" },
|
|
@@ -19490,9 +19377,9 @@ exports.generatedSchema = {
|
|
|
19490
19377
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
19491
19378
|
name: { __type: "String" },
|
|
19492
19379
|
phone: { __type: "String" },
|
|
19493
|
-
pmsStatus: { __type: "
|
|
19380
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19494
19381
|
sourceId: { __type: "uuid" },
|
|
19495
|
-
status: { __type: "
|
|
19382
|
+
status: { __type: "activeStatus_enum" },
|
|
19496
19383
|
taxId: { __type: "String" },
|
|
19497
19384
|
tenantId: { __type: "uuid" },
|
|
19498
19385
|
type: { __type: "owner_type_enum" },
|
|
@@ -21524,68 +21411,6 @@ exports.generatedSchema = {
|
|
|
21524
21411
|
centTotal: { __type: "order_by" },
|
|
21525
21412
|
centTransfer: { __type: "order_by" },
|
|
21526
21413
|
},
|
|
21527
|
-
owner_status: {
|
|
21528
|
-
__typename: { __type: "String!" },
|
|
21529
|
-
name: { __type: "String!" },
|
|
21530
|
-
},
|
|
21531
|
-
owner_status_aggregate: {
|
|
21532
|
-
__typename: { __type: "String!" },
|
|
21533
|
-
aggregate: { __type: "owner_status_aggregate_fields" },
|
|
21534
|
-
nodes: { __type: "[owner_status!]!" },
|
|
21535
|
-
},
|
|
21536
|
-
owner_status_aggregate_fields: {
|
|
21537
|
-
__typename: { __type: "String!" },
|
|
21538
|
-
count: {
|
|
21539
|
-
__type: "Int!",
|
|
21540
|
-
__args: { columns: "[owner_status_select_column!]", distinct: "Boolean" },
|
|
21541
|
-
},
|
|
21542
|
-
max: { __type: "owner_status_max_fields" },
|
|
21543
|
-
min: { __type: "owner_status_min_fields" },
|
|
21544
|
-
},
|
|
21545
|
-
owner_status_bool_exp: {
|
|
21546
|
-
_and: { __type: "[owner_status_bool_exp!]" },
|
|
21547
|
-
_not: { __type: "owner_status_bool_exp" },
|
|
21548
|
-
_or: { __type: "[owner_status_bool_exp!]" },
|
|
21549
|
-
name: { __type: "String_comparison_exp" },
|
|
21550
|
-
},
|
|
21551
|
-
owner_status_enum_comparison_exp: {
|
|
21552
|
-
_eq: { __type: "owner_status_enum" },
|
|
21553
|
-
_in: { __type: "[owner_status_enum!]" },
|
|
21554
|
-
_is_null: { __type: "Boolean" },
|
|
21555
|
-
_neq: { __type: "owner_status_enum" },
|
|
21556
|
-
_nin: { __type: "[owner_status_enum!]" },
|
|
21557
|
-
},
|
|
21558
|
-
owner_status_insert_input: { name: { __type: "String" } },
|
|
21559
|
-
owner_status_max_fields: {
|
|
21560
|
-
__typename: { __type: "String!" },
|
|
21561
|
-
name: { __type: "String" },
|
|
21562
|
-
},
|
|
21563
|
-
owner_status_min_fields: {
|
|
21564
|
-
__typename: { __type: "String!" },
|
|
21565
|
-
name: { __type: "String" },
|
|
21566
|
-
},
|
|
21567
|
-
owner_status_mutation_response: {
|
|
21568
|
-
__typename: { __type: "String!" },
|
|
21569
|
-
affected_rows: { __type: "Int!" },
|
|
21570
|
-
returning: { __type: "[owner_status!]!" },
|
|
21571
|
-
},
|
|
21572
|
-
owner_status_on_conflict: {
|
|
21573
|
-
constraint: { __type: "owner_status_constraint!" },
|
|
21574
|
-
update_columns: { __type: "[owner_status_update_column!]!" },
|
|
21575
|
-
where: { __type: "owner_status_bool_exp" },
|
|
21576
|
-
},
|
|
21577
|
-
owner_status_order_by: { name: { __type: "order_by" } },
|
|
21578
|
-
owner_status_pk_columns_input: { name: { __type: "String!" } },
|
|
21579
|
-
owner_status_set_input: { name: { __type: "String" } },
|
|
21580
|
-
owner_status_stream_cursor_input: {
|
|
21581
|
-
initial_value: { __type: "owner_status_stream_cursor_value_input!" },
|
|
21582
|
-
ordering: { __type: "cursor_ordering" },
|
|
21583
|
-
},
|
|
21584
|
-
owner_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
21585
|
-
owner_status_updates: {
|
|
21586
|
-
_set: { __type: "owner_status_set_input" },
|
|
21587
|
-
where: { __type: "owner_status_bool_exp!" },
|
|
21588
|
-
},
|
|
21589
21414
|
owner_stream_cursor_input: {
|
|
21590
21415
|
initial_value: { __type: "owner_stream_cursor_value_input!" },
|
|
21591
21416
|
ordering: { __type: "cursor_ordering" },
|
|
@@ -21601,9 +21426,9 @@ exports.generatedSchema = {
|
|
|
21601
21426
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
21602
21427
|
name: { __type: "String" },
|
|
21603
21428
|
phone: { __type: "String" },
|
|
21604
|
-
pmsStatus: { __type: "
|
|
21429
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
21605
21430
|
sourceId: { __type: "uuid" },
|
|
21606
|
-
status: { __type: "
|
|
21431
|
+
status: { __type: "activeStatus_enum" },
|
|
21607
21432
|
taxId: { __type: "String" },
|
|
21608
21433
|
tenantId: { __type: "uuid" },
|
|
21609
21434
|
type: { __type: "owner_type_enum" },
|
|
@@ -25539,51 +25364,6 @@ exports.generatedSchema = {
|
|
|
25539
25364
|
where: "owner_user_access_bool_exp",
|
|
25540
25365
|
},
|
|
25541
25366
|
},
|
|
25542
|
-
owner_pms_status: {
|
|
25543
|
-
__type: "[owner_pms_status!]!",
|
|
25544
|
-
__args: {
|
|
25545
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
25546
|
-
limit: "Int",
|
|
25547
|
-
offset: "Int",
|
|
25548
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
25549
|
-
where: "owner_pms_status_bool_exp",
|
|
25550
|
-
},
|
|
25551
|
-
},
|
|
25552
|
-
owner_pms_status_aggregate: {
|
|
25553
|
-
__type: "owner_pms_status_aggregate!",
|
|
25554
|
-
__args: {
|
|
25555
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
25556
|
-
limit: "Int",
|
|
25557
|
-
offset: "Int",
|
|
25558
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
25559
|
-
where: "owner_pms_status_bool_exp",
|
|
25560
|
-
},
|
|
25561
|
-
},
|
|
25562
|
-
owner_pms_status_by_pk: {
|
|
25563
|
-
__type: "owner_pms_status",
|
|
25564
|
-
__args: { name: "String!" },
|
|
25565
|
-
},
|
|
25566
|
-
owner_status: {
|
|
25567
|
-
__type: "[owner_status!]!",
|
|
25568
|
-
__args: {
|
|
25569
|
-
distinct_on: "[owner_status_select_column!]",
|
|
25570
|
-
limit: "Int",
|
|
25571
|
-
offset: "Int",
|
|
25572
|
-
order_by: "[owner_status_order_by!]",
|
|
25573
|
-
where: "owner_status_bool_exp",
|
|
25574
|
-
},
|
|
25575
|
-
},
|
|
25576
|
-
owner_status_aggregate: {
|
|
25577
|
-
__type: "owner_status_aggregate!",
|
|
25578
|
-
__args: {
|
|
25579
|
-
distinct_on: "[owner_status_select_column!]",
|
|
25580
|
-
limit: "Int",
|
|
25581
|
-
offset: "Int",
|
|
25582
|
-
order_by: "[owner_status_order_by!]",
|
|
25583
|
-
where: "owner_status_bool_exp",
|
|
25584
|
-
},
|
|
25585
|
-
},
|
|
25586
|
-
owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
|
|
25587
25367
|
owner_user_access_role: {
|
|
25588
25368
|
__type: "[owner_user_access_role!]!",
|
|
25589
25369
|
__args: {
|
|
@@ -34483,38 +34263,6 @@ exports.generatedSchema = {
|
|
|
34483
34263
|
where: "owner_user_access_bool_exp",
|
|
34484
34264
|
},
|
|
34485
34265
|
},
|
|
34486
|
-
owner_pms_status: {
|
|
34487
|
-
__type: "[owner_pms_status!]!",
|
|
34488
|
-
__args: {
|
|
34489
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
34490
|
-
limit: "Int",
|
|
34491
|
-
offset: "Int",
|
|
34492
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
34493
|
-
where: "owner_pms_status_bool_exp",
|
|
34494
|
-
},
|
|
34495
|
-
},
|
|
34496
|
-
owner_pms_status_aggregate: {
|
|
34497
|
-
__type: "owner_pms_status_aggregate!",
|
|
34498
|
-
__args: {
|
|
34499
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
34500
|
-
limit: "Int",
|
|
34501
|
-
offset: "Int",
|
|
34502
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
34503
|
-
where: "owner_pms_status_bool_exp",
|
|
34504
|
-
},
|
|
34505
|
-
},
|
|
34506
|
-
owner_pms_status_by_pk: {
|
|
34507
|
-
__type: "owner_pms_status",
|
|
34508
|
-
__args: { name: "String!" },
|
|
34509
|
-
},
|
|
34510
|
-
owner_pms_status_stream: {
|
|
34511
|
-
__type: "[owner_pms_status!]!",
|
|
34512
|
-
__args: {
|
|
34513
|
-
batch_size: "Int!",
|
|
34514
|
-
cursor: "[owner_pms_status_stream_cursor_input]!",
|
|
34515
|
-
where: "owner_pms_status_bool_exp",
|
|
34516
|
-
},
|
|
34517
|
-
},
|
|
34518
34266
|
owner_statement_line_stream: {
|
|
34519
34267
|
__type: "[owner_statement_line!]!",
|
|
34520
34268
|
__args: {
|
|
@@ -34539,35 +34287,6 @@ exports.generatedSchema = {
|
|
|
34539
34287
|
where: "owner_statement_template_bool_exp",
|
|
34540
34288
|
},
|
|
34541
34289
|
},
|
|
34542
|
-
owner_status: {
|
|
34543
|
-
__type: "[owner_status!]!",
|
|
34544
|
-
__args: {
|
|
34545
|
-
distinct_on: "[owner_status_select_column!]",
|
|
34546
|
-
limit: "Int",
|
|
34547
|
-
offset: "Int",
|
|
34548
|
-
order_by: "[owner_status_order_by!]",
|
|
34549
|
-
where: "owner_status_bool_exp",
|
|
34550
|
-
},
|
|
34551
|
-
},
|
|
34552
|
-
owner_status_aggregate: {
|
|
34553
|
-
__type: "owner_status_aggregate!",
|
|
34554
|
-
__args: {
|
|
34555
|
-
distinct_on: "[owner_status_select_column!]",
|
|
34556
|
-
limit: "Int",
|
|
34557
|
-
offset: "Int",
|
|
34558
|
-
order_by: "[owner_status_order_by!]",
|
|
34559
|
-
where: "owner_status_bool_exp",
|
|
34560
|
-
},
|
|
34561
|
-
},
|
|
34562
|
-
owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
|
|
34563
|
-
owner_status_stream: {
|
|
34564
|
-
__type: "[owner_status!]!",
|
|
34565
|
-
__args: {
|
|
34566
|
-
batch_size: "Int!",
|
|
34567
|
-
cursor: "[owner_status_stream_cursor_input]!",
|
|
34568
|
-
where: "owner_status_bool_exp",
|
|
34569
|
-
},
|
|
34570
|
-
},
|
|
34571
34290
|
owner_user_access_role: {
|
|
34572
34291
|
__type: "[owner_user_access_role!]!",
|
|
34573
34292
|
__args: {
|