@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
|
@@ -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,
|
|
@@ -7505,13 +7497,21 @@ export const generatedSchema = {
|
|
|
7505
7497
|
},
|
|
7506
7498
|
core_flow_mapping: {
|
|
7507
7499
|
__typename: { __type: "String!" },
|
|
7500
|
+
account: { __type: "account" },
|
|
7508
7501
|
account_id: { __type: "uuid" },
|
|
7502
|
+
booking_channel: { __type: "booking_channel" },
|
|
7509
7503
|
booking_channel_id: { __type: "uuid" },
|
|
7504
|
+
contact: { __type: "contact" },
|
|
7510
7505
|
contact_id: { __type: "uuid" },
|
|
7506
|
+
flow: { __type: "core_flow!" },
|
|
7511
7507
|
flow_id: { __type: "uuid!" },
|
|
7512
7508
|
id: { __type: "uuid!" },
|
|
7509
|
+
listing: { __type: "listing" },
|
|
7513
7510
|
listing_id: { __type: "uuid" },
|
|
7514
7511
|
mapping_key: { __type: "String!" },
|
|
7512
|
+
rate: { __type: "rate" },
|
|
7513
|
+
rate_id: { __type: "uuid" },
|
|
7514
|
+
source: { __type: "source!" },
|
|
7515
7515
|
source_id: { __type: "uuid!" },
|
|
7516
7516
|
value: { __type: "jsonb", __args: { path: "String" } },
|
|
7517
7517
|
},
|
|
@@ -7537,13 +7537,21 @@ export const generatedSchema = {
|
|
|
7537
7537
|
_and: { __type: "[core_flow_mapping_bool_exp!]" },
|
|
7538
7538
|
_not: { __type: "core_flow_mapping_bool_exp" },
|
|
7539
7539
|
_or: { __type: "[core_flow_mapping_bool_exp!]" },
|
|
7540
|
+
account: { __type: "account_bool_exp" },
|
|
7540
7541
|
account_id: { __type: "uuid_comparison_exp" },
|
|
7542
|
+
booking_channel: { __type: "booking_channel_bool_exp" },
|
|
7541
7543
|
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7544
|
+
contact: { __type: "contact_bool_exp" },
|
|
7542
7545
|
contact_id: { __type: "uuid_comparison_exp" },
|
|
7546
|
+
flow: { __type: "core_flow_bool_exp" },
|
|
7543
7547
|
flow_id: { __type: "uuid_comparison_exp" },
|
|
7544
7548
|
id: { __type: "uuid_comparison_exp" },
|
|
7549
|
+
listing: { __type: "listing_bool_exp" },
|
|
7545
7550
|
listing_id: { __type: "uuid_comparison_exp" },
|
|
7546
7551
|
mapping_key: { __type: "String_comparison_exp" },
|
|
7552
|
+
rate: { __type: "rate_bool_exp" },
|
|
7553
|
+
rate_id: { __type: "uuid_comparison_exp" },
|
|
7554
|
+
source: { __type: "source_bool_exp" },
|
|
7547
7555
|
source_id: { __type: "uuid_comparison_exp" },
|
|
7548
7556
|
value: { __type: "jsonb_comparison_exp" },
|
|
7549
7557
|
},
|
|
@@ -7551,13 +7559,21 @@ export const generatedSchema = {
|
|
|
7551
7559
|
core_flow_mapping_delete_elem_input: { value: { __type: "Int" } },
|
|
7552
7560
|
core_flow_mapping_delete_key_input: { value: { __type: "String" } },
|
|
7553
7561
|
core_flow_mapping_insert_input: {
|
|
7562
|
+
account: { __type: "account_obj_rel_insert_input" },
|
|
7554
7563
|
account_id: { __type: "uuid" },
|
|
7564
|
+
booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
7555
7565
|
booking_channel_id: { __type: "uuid" },
|
|
7566
|
+
contact: { __type: "contact_obj_rel_insert_input" },
|
|
7556
7567
|
contact_id: { __type: "uuid" },
|
|
7568
|
+
flow: { __type: "core_flow_obj_rel_insert_input" },
|
|
7557
7569
|
flow_id: { __type: "uuid" },
|
|
7558
7570
|
id: { __type: "uuid" },
|
|
7571
|
+
listing: { __type: "listing_obj_rel_insert_input" },
|
|
7559
7572
|
listing_id: { __type: "uuid" },
|
|
7560
7573
|
mapping_key: { __type: "String" },
|
|
7574
|
+
rate: { __type: "rate_obj_rel_insert_input" },
|
|
7575
|
+
rate_id: { __type: "uuid" },
|
|
7576
|
+
source: { __type: "source_obj_rel_insert_input" },
|
|
7561
7577
|
source_id: { __type: "uuid" },
|
|
7562
7578
|
value: { __type: "jsonb" },
|
|
7563
7579
|
},
|
|
@@ -7570,6 +7586,7 @@ export const generatedSchema = {
|
|
|
7570
7586
|
id: { __type: "uuid" },
|
|
7571
7587
|
listing_id: { __type: "uuid" },
|
|
7572
7588
|
mapping_key: { __type: "String" },
|
|
7589
|
+
rate_id: { __type: "uuid" },
|
|
7573
7590
|
source_id: { __type: "uuid" },
|
|
7574
7591
|
},
|
|
7575
7592
|
core_flow_mapping_min_fields: {
|
|
@@ -7581,6 +7598,7 @@ export const generatedSchema = {
|
|
|
7581
7598
|
id: { __type: "uuid" },
|
|
7582
7599
|
listing_id: { __type: "uuid" },
|
|
7583
7600
|
mapping_key: { __type: "String" },
|
|
7601
|
+
rate_id: { __type: "uuid" },
|
|
7584
7602
|
source_id: { __type: "uuid" },
|
|
7585
7603
|
},
|
|
7586
7604
|
core_flow_mapping_mutation_response: {
|
|
@@ -7594,13 +7612,21 @@ export const generatedSchema = {
|
|
|
7594
7612
|
where: { __type: "core_flow_mapping_bool_exp" },
|
|
7595
7613
|
},
|
|
7596
7614
|
core_flow_mapping_order_by: {
|
|
7615
|
+
account: { __type: "account_order_by" },
|
|
7597
7616
|
account_id: { __type: "order_by" },
|
|
7617
|
+
booking_channel: { __type: "booking_channel_order_by" },
|
|
7598
7618
|
booking_channel_id: { __type: "order_by" },
|
|
7619
|
+
contact: { __type: "contact_order_by" },
|
|
7599
7620
|
contact_id: { __type: "order_by" },
|
|
7621
|
+
flow: { __type: "core_flow_order_by" },
|
|
7600
7622
|
flow_id: { __type: "order_by" },
|
|
7601
7623
|
id: { __type: "order_by" },
|
|
7624
|
+
listing: { __type: "listing_order_by" },
|
|
7602
7625
|
listing_id: { __type: "order_by" },
|
|
7603
7626
|
mapping_key: { __type: "order_by" },
|
|
7627
|
+
rate: { __type: "rate_order_by" },
|
|
7628
|
+
rate_id: { __type: "order_by" },
|
|
7629
|
+
source: { __type: "source_order_by" },
|
|
7604
7630
|
source_id: { __type: "order_by" },
|
|
7605
7631
|
value: { __type: "order_by" },
|
|
7606
7632
|
},
|
|
@@ -7614,6 +7640,7 @@ export const generatedSchema = {
|
|
|
7614
7640
|
id: { __type: "uuid" },
|
|
7615
7641
|
listing_id: { __type: "uuid" },
|
|
7616
7642
|
mapping_key: { __type: "String" },
|
|
7643
|
+
rate_id: { __type: "uuid" },
|
|
7617
7644
|
source_id: { __type: "uuid" },
|
|
7618
7645
|
value: { __type: "jsonb" },
|
|
7619
7646
|
},
|
|
@@ -7629,6 +7656,7 @@ export const generatedSchema = {
|
|
|
7629
7656
|
id: { __type: "uuid" },
|
|
7630
7657
|
listing_id: { __type: "uuid" },
|
|
7631
7658
|
mapping_key: { __type: "String" },
|
|
7659
|
+
rate_id: { __type: "uuid" },
|
|
7632
7660
|
source_id: { __type: "uuid" },
|
|
7633
7661
|
value: { __type: "jsonb" },
|
|
7634
7662
|
},
|
|
@@ -7662,6 +7690,10 @@ export const generatedSchema = {
|
|
|
7662
7690
|
affected_rows: { __type: "Int!" },
|
|
7663
7691
|
returning: { __type: "[core_flow!]!" },
|
|
7664
7692
|
},
|
|
7693
|
+
core_flow_obj_rel_insert_input: {
|
|
7694
|
+
data: { __type: "core_flow_insert_input!" },
|
|
7695
|
+
on_conflict: { __type: "core_flow_on_conflict" },
|
|
7696
|
+
},
|
|
7665
7697
|
core_flow_on_conflict: {
|
|
7666
7698
|
constraint: { __type: "core_flow_constraint!" },
|
|
7667
7699
|
update_columns: { __type: "[core_flow_update_column!]!" },
|
|
@@ -14217,22 +14249,6 @@ export const generatedSchema = {
|
|
|
14217
14249
|
__type: "listing_owner_role",
|
|
14218
14250
|
__args: { name: "String!" },
|
|
14219
14251
|
},
|
|
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
14252
|
delete_owner_user_access_role: {
|
|
14237
14253
|
__type: "owner_user_access_role_mutation_response",
|
|
14238
14254
|
__args: { where: "owner_user_access_role_bool_exp!" },
|
|
@@ -15834,34 +15850,6 @@ export const generatedSchema = {
|
|
|
15834
15850
|
on_conflict: "listing_owner_role_on_conflict",
|
|
15835
15851
|
},
|
|
15836
15852
|
},
|
|
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
15853
|
insert_owner_user_access_role: {
|
|
15866
15854
|
__type: "owner_user_access_role_mutation_response",
|
|
15867
15855
|
__args: {
|
|
@@ -18292,24 +18280,6 @@ export const generatedSchema = {
|
|
|
18292
18280
|
__type: "[listing_owner_role_mutation_response]",
|
|
18293
18281
|
__args: { updates: "[listing_owner_role_updates!]!" },
|
|
18294
18282
|
},
|
|
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
18283
|
update_owner_statement_line_many: {
|
|
18314
18284
|
__type: "[owner_statement_line_mutation_response]",
|
|
18315
18285
|
__args: { updates: "[owner_statement_line_updates!]!" },
|
|
@@ -18322,24 +18292,6 @@ export const generatedSchema = {
|
|
|
18322
18292
|
__type: "[owner_statement_template_mutation_response]",
|
|
18323
18293
|
__args: { updates: "[owner_statement_template_updates!]!" },
|
|
18324
18294
|
},
|
|
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
18295
|
update_owner_user_access_role: {
|
|
18344
18296
|
__type: "owner_user_access_role_mutation_response",
|
|
18345
18297
|
__args: {
|
|
@@ -18811,7 +18763,7 @@ export const generatedSchema = {
|
|
|
18811
18763
|
},
|
|
18812
18764
|
},
|
|
18813
18765
|
phone: { __type: "String" },
|
|
18814
|
-
pmsStatus: { __type: "
|
|
18766
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
18815
18767
|
settingsLeft: {
|
|
18816
18768
|
__type: "[setting!]!",
|
|
18817
18769
|
__args: {
|
|
@@ -18874,7 +18826,7 @@ export const generatedSchema = {
|
|
|
18874
18826
|
where: "owner_statement_owner_bool_exp",
|
|
18875
18827
|
},
|
|
18876
18828
|
},
|
|
18877
|
-
status: { __type: "
|
|
18829
|
+
status: { __type: "activeStatus_enum" },
|
|
18878
18830
|
taxId: { __type: "String" },
|
|
18879
18831
|
taxStatements: {
|
|
18880
18832
|
__type: "[tax_statement!]!",
|
|
@@ -19280,7 +19232,7 @@ export const generatedSchema = {
|
|
|
19280
19232
|
ownerships: { __type: "listing_owner_bool_exp" },
|
|
19281
19233
|
ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" },
|
|
19282
19234
|
phone: { __type: "String_comparison_exp" },
|
|
19283
|
-
pmsStatus: { __type: "
|
|
19235
|
+
pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
19284
19236
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
19285
19237
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
19286
19238
|
settingsRight: { __type: "setting_bool_exp" },
|
|
@@ -19291,7 +19243,7 @@ export const generatedSchema = {
|
|
|
19291
19243
|
statementOwnerships_aggregate: {
|
|
19292
19244
|
__type: "owner_statement_owner_aggregate_bool_exp",
|
|
19293
19245
|
},
|
|
19294
|
-
status: { __type: "
|
|
19246
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
19295
19247
|
taxId: { __type: "String_comparison_exp" },
|
|
19296
19248
|
taxStatements: { __type: "tax_statement_bool_exp" },
|
|
19297
19249
|
taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" },
|
|
@@ -19321,7 +19273,7 @@ export const generatedSchema = {
|
|
|
19321
19273
|
},
|
|
19322
19274
|
ownerships: { __type: "listing_owner_arr_rel_insert_input" },
|
|
19323
19275
|
phone: { __type: "String" },
|
|
19324
|
-
pmsStatus: { __type: "
|
|
19276
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19325
19277
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
19326
19278
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
19327
19279
|
source: { __type: "source_obj_rel_insert_input" },
|
|
@@ -19329,7 +19281,7 @@ export const generatedSchema = {
|
|
|
19329
19281
|
statementOwnerships: {
|
|
19330
19282
|
__type: "owner_statement_owner_arr_rel_insert_input",
|
|
19331
19283
|
},
|
|
19332
|
-
status: { __type: "
|
|
19284
|
+
status: { __type: "activeStatus_enum" },
|
|
19333
19285
|
taxId: { __type: "String" },
|
|
19334
19286
|
taxStatements: { __type: "tax_statement_arr_rel_insert_input" },
|
|
19335
19287
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -19456,71 +19408,6 @@ export const generatedSchema = {
|
|
|
19456
19408
|
userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" },
|
|
19457
19409
|
},
|
|
19458
19410
|
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
19411
|
owner_set_input: {
|
|
19525
19412
|
addressId: { __type: "uuid" },
|
|
19526
19413
|
companyType: { __type: "String" },
|
|
@@ -19532,9 +19419,9 @@ export const generatedSchema = {
|
|
|
19532
19419
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
19533
19420
|
name: { __type: "String" },
|
|
19534
19421
|
phone: { __type: "String" },
|
|
19535
|
-
pmsStatus: { __type: "
|
|
19422
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19536
19423
|
sourceId: { __type: "uuid" },
|
|
19537
|
-
status: { __type: "
|
|
19424
|
+
status: { __type: "activeStatus_enum" },
|
|
19538
19425
|
taxId: { __type: "String" },
|
|
19539
19426
|
tenantId: { __type: "uuid" },
|
|
19540
19427
|
type: { __type: "owner_type_enum" },
|
|
@@ -21568,68 +21455,6 @@ export const generatedSchema = {
|
|
|
21568
21455
|
centTotal: { __type: "order_by" },
|
|
21569
21456
|
centTransfer: { __type: "order_by" },
|
|
21570
21457
|
},
|
|
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
21458
|
owner_stream_cursor_input: {
|
|
21634
21459
|
initial_value: { __type: "owner_stream_cursor_value_input!" },
|
|
21635
21460
|
ordering: { __type: "cursor_ordering" },
|
|
@@ -21645,9 +21470,9 @@ export const generatedSchema = {
|
|
|
21645
21470
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
21646
21471
|
name: { __type: "String" },
|
|
21647
21472
|
phone: { __type: "String" },
|
|
21648
|
-
pmsStatus: { __type: "
|
|
21473
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
21649
21474
|
sourceId: { __type: "uuid" },
|
|
21650
|
-
status: { __type: "
|
|
21475
|
+
status: { __type: "activeStatus_enum" },
|
|
21651
21476
|
taxId: { __type: "String" },
|
|
21652
21477
|
tenantId: { __type: "uuid" },
|
|
21653
21478
|
type: { __type: "owner_type_enum" },
|
|
@@ -25598,51 +25423,6 @@ export const generatedSchema = {
|
|
|
25598
25423
|
where: "owner_user_access_bool_exp",
|
|
25599
25424
|
},
|
|
25600
25425
|
},
|
|
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
25426
|
owner_user_access_role: {
|
|
25647
25427
|
__type: "[owner_user_access_role!]!",
|
|
25648
25428
|
__args: {
|
|
@@ -34560,38 +34340,6 @@ export const generatedSchema = {
|
|
|
34560
34340
|
where: "owner_user_access_bool_exp",
|
|
34561
34341
|
},
|
|
34562
34342
|
},
|
|
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
34343
|
owner_statement_line_stream: {
|
|
34596
34344
|
__type: "[owner_statement_line!]!",
|
|
34597
34345
|
__args: {
|
|
@@ -34616,35 +34364,6 @@ export const generatedSchema = {
|
|
|
34616
34364
|
where: "owner_statement_template_bool_exp",
|
|
34617
34365
|
},
|
|
34618
34366
|
},
|
|
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
34367
|
owner_user_access_role: {
|
|
34649
34368
|
__type: "[owner_user_access_role!]!",
|
|
34650
34369
|
__args: {
|