@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
|
@@ -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,
|
|
@@ -7479,13 +7471,21 @@ export const generatedSchema = {
|
|
|
7479
7471
|
},
|
|
7480
7472
|
core_flow_mapping: {
|
|
7481
7473
|
__typename: { __type: "String!" },
|
|
7474
|
+
account: { __type: "account" },
|
|
7482
7475
|
account_id: { __type: "uuid" },
|
|
7476
|
+
booking_channel: { __type: "booking_channel" },
|
|
7483
7477
|
booking_channel_id: { __type: "uuid" },
|
|
7478
|
+
contact: { __type: "contact" },
|
|
7484
7479
|
contact_id: { __type: "uuid" },
|
|
7480
|
+
flow: { __type: "core_flow!" },
|
|
7485
7481
|
flow_id: { __type: "uuid!" },
|
|
7486
7482
|
id: { __type: "uuid!" },
|
|
7483
|
+
listing: { __type: "listing" },
|
|
7487
7484
|
listing_id: { __type: "uuid" },
|
|
7488
7485
|
mapping_key: { __type: "String!" },
|
|
7486
|
+
rate: { __type: "rate" },
|
|
7487
|
+
rate_id: { __type: "uuid" },
|
|
7488
|
+
source: { __type: "source!" },
|
|
7489
7489
|
source_id: { __type: "uuid!" },
|
|
7490
7490
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7491
7491
|
},
|
|
@@ -7511,13 +7511,21 @@ export const generatedSchema = {
|
|
|
7511
7511
|
_and: { __type: "[core_flow_mapping_bool_exp!]" },
|
|
7512
7512
|
_not: { __type: "core_flow_mapping_bool_exp" },
|
|
7513
7513
|
_or: { __type: "[core_flow_mapping_bool_exp!]" },
|
|
7514
|
+
account: { __type: "account_bool_exp" },
|
|
7514
7515
|
account_id: { __type: "uuid_comparison_exp" },
|
|
7516
|
+
booking_channel: { __type: "booking_channel_bool_exp" },
|
|
7515
7517
|
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7518
|
+
contact: { __type: "contact_bool_exp" },
|
|
7516
7519
|
contact_id: { __type: "uuid_comparison_exp" },
|
|
7520
|
+
flow: { __type: "core_flow_bool_exp" },
|
|
7517
7521
|
flow_id: { __type: "uuid_comparison_exp" },
|
|
7518
7522
|
id: { __type: "uuid_comparison_exp" },
|
|
7523
|
+
listing: { __type: "listing_bool_exp" },
|
|
7519
7524
|
listing_id: { __type: "uuid_comparison_exp" },
|
|
7520
7525
|
mapping_key: { __type: "String_comparison_exp" },
|
|
7526
|
+
rate: { __type: "rate_bool_exp" },
|
|
7527
|
+
rate_id: { __type: "uuid_comparison_exp" },
|
|
7528
|
+
source: { __type: "source_bool_exp" },
|
|
7521
7529
|
source_id: { __type: "uuid_comparison_exp" },
|
|
7522
7530
|
value: { __type: "jsonb_comparison_exp" },
|
|
7523
7531
|
},
|
|
@@ -7525,13 +7533,21 @@ export const generatedSchema = {
|
|
|
7525
7533
|
core_flow_mapping_delete_elem_input: { value: { __type: "Int" } },
|
|
7526
7534
|
core_flow_mapping_delete_key_input: { value: { __type: "String" } },
|
|
7527
7535
|
core_flow_mapping_insert_input: {
|
|
7536
|
+
account: { __type: "account_obj_rel_insert_input" },
|
|
7528
7537
|
account_id: { __type: "uuid" },
|
|
7538
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
7529
7539
|
booking_channel_id: { __type: "uuid" },
|
|
7540
|
+
contact: { __type: "contact_obj_rel_insert_input" },
|
|
7530
7541
|
contact_id: { __type: "uuid" },
|
|
7542
|
+
flow: { __type: "core_flow_obj_rel_insert_input" },
|
|
7531
7543
|
flow_id: { __type: "uuid" },
|
|
7532
7544
|
id: { __type: "uuid" },
|
|
7545
|
+
listing: { __type: "listing_obj_rel_insert_input" },
|
|
7533
7546
|
listing_id: { __type: "uuid" },
|
|
7534
7547
|
mapping_key: { __type: "String" },
|
|
7548
|
+
rate: { __type: "rate_obj_rel_insert_input" },
|
|
7549
|
+
rate_id: { __type: "uuid" },
|
|
7550
|
+
source: { __type: "source_obj_rel_insert_input" },
|
|
7535
7551
|
source_id: { __type: "uuid" },
|
|
7536
7552
|
value: { __type: "jsonb" },
|
|
7537
7553
|
},
|
|
@@ -7544,6 +7560,7 @@ export const generatedSchema = {
|
|
|
7544
7560
|
id: { __type: "uuid" },
|
|
7545
7561
|
listing_id: { __type: "uuid" },
|
|
7546
7562
|
mapping_key: { __type: "String" },
|
|
7563
|
+
rate_id: { __type: "uuid" },
|
|
7547
7564
|
source_id: { __type: "uuid" },
|
|
7548
7565
|
},
|
|
7549
7566
|
core_flow_mapping_min_fields: {
|
|
@@ -7555,6 +7572,7 @@ export const generatedSchema = {
|
|
|
7555
7572
|
id: { __type: "uuid" },
|
|
7556
7573
|
listing_id: { __type: "uuid" },
|
|
7557
7574
|
mapping_key: { __type: "String" },
|
|
7575
|
+
rate_id: { __type: "uuid" },
|
|
7558
7576
|
source_id: { __type: "uuid" },
|
|
7559
7577
|
},
|
|
7560
7578
|
core_flow_mapping_mutation_response: {
|
|
@@ -7568,13 +7586,21 @@ export const generatedSchema = {
|
|
|
7568
7586
|
where: { __type: "core_flow_mapping_bool_exp" },
|
|
7569
7587
|
},
|
|
7570
7588
|
core_flow_mapping_order_by: {
|
|
7589
|
+
account: { __type: "account_order_by" },
|
|
7571
7590
|
account_id: { __type: "order_by" },
|
|
7591
|
+
booking_channel: { __type: "booking_channel_order_by" },
|
|
7572
7592
|
booking_channel_id: { __type: "order_by" },
|
|
7593
|
+
contact: { __type: "contact_order_by" },
|
|
7573
7594
|
contact_id: { __type: "order_by" },
|
|
7595
|
+
flow: { __type: "core_flow_order_by" },
|
|
7574
7596
|
flow_id: { __type: "order_by" },
|
|
7575
7597
|
id: { __type: "order_by" },
|
|
7598
|
+
listing: { __type: "listing_order_by" },
|
|
7576
7599
|
listing_id: { __type: "order_by" },
|
|
7577
7600
|
mapping_key: { __type: "order_by" },
|
|
7601
|
+
rate: { __type: "rate_order_by" },
|
|
7602
|
+
rate_id: { __type: "order_by" },
|
|
7603
|
+
source: { __type: "source_order_by" },
|
|
7578
7604
|
source_id: { __type: "order_by" },
|
|
7579
7605
|
value: { __type: "order_by" },
|
|
7580
7606
|
},
|
|
@@ -7588,6 +7614,7 @@ export const generatedSchema = {
|
|
|
7588
7614
|
id: { __type: "uuid" },
|
|
7589
7615
|
listing_id: { __type: "uuid" },
|
|
7590
7616
|
mapping_key: { __type: "String" },
|
|
7617
|
+
rate_id: { __type: "uuid" },
|
|
7591
7618
|
source_id: { __type: "uuid" },
|
|
7592
7619
|
value: { __type: "jsonb" },
|
|
7593
7620
|
},
|
|
@@ -7603,6 +7630,7 @@ export const generatedSchema = {
|
|
|
7603
7630
|
id: { __type: "uuid" },
|
|
7604
7631
|
listing_id: { __type: "uuid" },
|
|
7605
7632
|
mapping_key: { __type: "String" },
|
|
7633
|
+
rate_id: { __type: "uuid" },
|
|
7606
7634
|
source_id: { __type: "uuid" },
|
|
7607
7635
|
value: { __type: "jsonb" },
|
|
7608
7636
|
},
|
|
@@ -7636,6 +7664,10 @@ export const generatedSchema = {
|
|
|
7636
7664
|
affected_rows: { __type: "Int!" },
|
|
7637
7665
|
returning: { __type: "[core_flow!]!" },
|
|
7638
7666
|
},
|
|
7667
|
+
core_flow_obj_rel_insert_input: {
|
|
7668
|
+
data: { __type: "core_flow_insert_input!" },
|
|
7669
|
+
on_conflict: { __type: "core_flow_on_conflict" },
|
|
7670
|
+
},
|
|
7639
7671
|
core_flow_on_conflict: {
|
|
7640
7672
|
constraint: { __type: "core_flow_constraint!" },
|
|
7641
7673
|
update_columns: { __type: "[core_flow_update_column!]!" },
|
|
@@ -14177,22 +14209,6 @@ export const generatedSchema = {
|
|
|
14177
14209
|
__type: "listing_owner_role",
|
|
14178
14210
|
__args: { name: "String!" },
|
|
14179
14211
|
},
|
|
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
14212
|
delete_owner_user_access_role: {
|
|
14197
14213
|
__type: "owner_user_access_role_mutation_response",
|
|
14198
14214
|
__args: { where: "owner_user_access_role_bool_exp!" },
|
|
@@ -15794,34 +15810,6 @@ export const generatedSchema = {
|
|
|
15794
15810
|
on_conflict: "listing_owner_role_on_conflict",
|
|
15795
15811
|
},
|
|
15796
15812
|
},
|
|
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
15813
|
insert_owner_user_access_role: {
|
|
15826
15814
|
__type: "owner_user_access_role_mutation_response",
|
|
15827
15815
|
__args: {
|
|
@@ -18251,24 +18239,6 @@ export const generatedSchema = {
|
|
|
18251
18239
|
__type: "[listing_owner_role_mutation_response]",
|
|
18252
18240
|
__args: { updates: "[listing_owner_role_updates!]!" },
|
|
18253
18241
|
},
|
|
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
18242
|
update_owner_statement_line_many: {
|
|
18273
18243
|
__type: "[owner_statement_line_mutation_response]",
|
|
18274
18244
|
__args: { updates: "[owner_statement_line_updates!]!" },
|
|
@@ -18281,24 +18251,6 @@ export const generatedSchema = {
|
|
|
18281
18251
|
__type: "[owner_statement_template_mutation_response]",
|
|
18282
18252
|
__args: { updates: "[owner_statement_template_updates!]!" },
|
|
18283
18253
|
},
|
|
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
18254
|
update_owner_user_access_role: {
|
|
18303
18255
|
__type: "owner_user_access_role_mutation_response",
|
|
18304
18256
|
__args: {
|
|
@@ -18768,7 +18720,7 @@ export const generatedSchema = {
|
|
|
18768
18720
|
},
|
|
18769
18721
|
},
|
|
18770
18722
|
phone: { __type: "String" },
|
|
18771
|
-
pmsStatus: { __type: "
|
|
18723
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
18772
18724
|
settingsLeft: {
|
|
18773
18725
|
__type: "[setting!]!",
|
|
18774
18726
|
__args: {
|
|
@@ -18831,7 +18783,7 @@ export const generatedSchema = {
|
|
|
18831
18783
|
where: "owner_statement_owner_bool_exp",
|
|
18832
18784
|
},
|
|
18833
18785
|
},
|
|
18834
|
-
status: { __type: "
|
|
18786
|
+
status: { __type: "activeStatus_enum" },
|
|
18835
18787
|
taxId: { __type: "String" },
|
|
18836
18788
|
taxStatements: {
|
|
18837
18789
|
__type: "[tax_statement!]!",
|
|
@@ -19235,7 +19187,7 @@ export const generatedSchema = {
|
|
|
19235
19187
|
ownerships: { __type: "listing_owner_bool_exp" },
|
|
19236
19188
|
ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" },
|
|
19237
19189
|
phone: { __type: "String_comparison_exp" },
|
|
19238
|
-
pmsStatus: { __type: "
|
|
19190
|
+
pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
19239
19191
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
19240
19192
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
19241
19193
|
settingsRight: { __type: "setting_bool_exp" },
|
|
@@ -19246,7 +19198,7 @@ export const generatedSchema = {
|
|
|
19246
19198
|
statementOwnerships_aggregate: {
|
|
19247
19199
|
__type: "owner_statement_owner_aggregate_bool_exp",
|
|
19248
19200
|
},
|
|
19249
|
-
status: { __type: "
|
|
19201
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
19250
19202
|
taxId: { __type: "String_comparison_exp" },
|
|
19251
19203
|
taxStatements: { __type: "tax_statement_bool_exp" },
|
|
19252
19204
|
taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" },
|
|
@@ -19276,7 +19228,7 @@ export const generatedSchema = {
|
|
|
19276
19228
|
},
|
|
19277
19229
|
ownerships: { __type: "listing_owner_arr_rel_insert_input" },
|
|
19278
19230
|
phone: { __type: "String" },
|
|
19279
|
-
pmsStatus: { __type: "
|
|
19231
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19280
19232
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
19281
19233
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
19282
19234
|
source: { __type: "source_obj_rel_insert_input" },
|
|
@@ -19284,7 +19236,7 @@ export const generatedSchema = {
|
|
|
19284
19236
|
statementOwnerships: {
|
|
19285
19237
|
__type: "owner_statement_owner_arr_rel_insert_input",
|
|
19286
19238
|
},
|
|
19287
|
-
status: { __type: "
|
|
19239
|
+
status: { __type: "activeStatus_enum" },
|
|
19288
19240
|
taxId: { __type: "String" },
|
|
19289
19241
|
taxStatements: { __type: "tax_statement_arr_rel_insert_input" },
|
|
19290
19242
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -19411,71 +19363,6 @@ export const generatedSchema = {
|
|
|
19411
19363
|
userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" },
|
|
19412
19364
|
},
|
|
19413
19365
|
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
19366
|
owner_set_input: {
|
|
19480
19367
|
addressId: { __type: "uuid" },
|
|
19481
19368
|
companyType: { __type: "String" },
|
|
@@ -19487,9 +19374,9 @@ export const generatedSchema = {
|
|
|
19487
19374
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
19488
19375
|
name: { __type: "String" },
|
|
19489
19376
|
phone: { __type: "String" },
|
|
19490
|
-
pmsStatus: { __type: "
|
|
19377
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19491
19378
|
sourceId: { __type: "uuid" },
|
|
19492
|
-
status: { __type: "
|
|
19379
|
+
status: { __type: "activeStatus_enum" },
|
|
19493
19380
|
taxId: { __type: "String" },
|
|
19494
19381
|
tenantId: { __type: "uuid" },
|
|
19495
19382
|
type: { __type: "owner_type_enum" },
|
|
@@ -21521,68 +21408,6 @@ export const generatedSchema = {
|
|
|
21521
21408
|
centTotal: { __type: "order_by" },
|
|
21522
21409
|
centTransfer: { __type: "order_by" },
|
|
21523
21410
|
},
|
|
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
21411
|
owner_stream_cursor_input: {
|
|
21587
21412
|
initial_value: { __type: "owner_stream_cursor_value_input!" },
|
|
21588
21413
|
ordering: { __type: "cursor_ordering" },
|
|
@@ -21598,9 +21423,9 @@ export const generatedSchema = {
|
|
|
21598
21423
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
21599
21424
|
name: { __type: "String" },
|
|
21600
21425
|
phone: { __type: "String" },
|
|
21601
|
-
pmsStatus: { __type: "
|
|
21426
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
21602
21427
|
sourceId: { __type: "uuid" },
|
|
21603
|
-
status: { __type: "
|
|
21428
|
+
status: { __type: "activeStatus_enum" },
|
|
21604
21429
|
taxId: { __type: "String" },
|
|
21605
21430
|
tenantId: { __type: "uuid" },
|
|
21606
21431
|
type: { __type: "owner_type_enum" },
|
|
@@ -25536,51 +25361,6 @@ export const generatedSchema = {
|
|
|
25536
25361
|
where: "owner_user_access_bool_exp",
|
|
25537
25362
|
},
|
|
25538
25363
|
},
|
|
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
25364
|
owner_user_access_role: {
|
|
25585
25365
|
__type: "[owner_user_access_role!]!",
|
|
25586
25366
|
__args: {
|
|
@@ -34480,38 +34260,6 @@ export const generatedSchema = {
|
|
|
34480
34260
|
where: "owner_user_access_bool_exp",
|
|
34481
34261
|
},
|
|
34482
34262
|
},
|
|
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
34263
|
owner_statement_line_stream: {
|
|
34516
34264
|
__type: "[owner_statement_line!]!",
|
|
34517
34265
|
__args: {
|
|
@@ -34536,35 +34284,6 @@ export const generatedSchema = {
|
|
|
34536
34284
|
where: "owner_statement_template_bool_exp",
|
|
34537
34285
|
},
|
|
34538
34286
|
},
|
|
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
34287
|
owner_user_access_role: {
|
|
34569
34288
|
__type: "[owner_user_access_role!]!",
|
|
34570
34289
|
__args: {
|