@vrplatform/graphql 1.1.41 → 1.1.43
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 +681 -141
- package/build/main/gqty/schema.generated.js +245 -51
- package/build/module/gqty/schema.generated.d.ts +681 -141
- package/build/module/gqty/schema.generated.js +245 -51
- package/package.json +2 -2
- package/src/gqty/schema.generated.d.ts +681 -141
- package/src/gqty/schema.generated.js +249 -51
|
@@ -149,6 +149,10 @@ export const scalarsEnumsHash = {
|
|
|
149
149
|
core_flow_mapping_select_column: true,
|
|
150
150
|
core_flow_mapping_update_column: true,
|
|
151
151
|
core_flow_select_column: true,
|
|
152
|
+
core_flow_select_column_core_flow_aggregate_bool_exp_bool_and_arguments_columns:
|
|
153
|
+
true,
|
|
154
|
+
core_flow_select_column_core_flow_aggregate_bool_exp_bool_or_arguments_columns:
|
|
155
|
+
true,
|
|
152
156
|
core_flow_setting_constraint: true,
|
|
153
157
|
core_flow_setting_select_column: true,
|
|
154
158
|
core_flow_setting_update_column: true,
|
|
@@ -6876,6 +6880,7 @@ export const generatedSchema = {
|
|
|
6876
6880
|
name: { __type: "String!" },
|
|
6877
6881
|
phone: { __type: "String" },
|
|
6878
6882
|
pmsStatus: { __type: "activeStatus_enum" },
|
|
6883
|
+
short_ref: { __type: "String" },
|
|
6879
6884
|
source: { __type: "source" },
|
|
6880
6885
|
sourceId: { __type: "uuid" },
|
|
6881
6886
|
status: { __type: "activeStatus_enum" },
|
|
@@ -7114,6 +7119,7 @@ export const generatedSchema = {
|
|
|
7114
7119
|
name: { __type: "String_comparison_exp" },
|
|
7115
7120
|
phone: { __type: "String_comparison_exp" },
|
|
7116
7121
|
pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
7122
|
+
short_ref: { __type: "String_comparison_exp" },
|
|
7117
7123
|
source: { __type: "source_bool_exp" },
|
|
7118
7124
|
sourceId: { __type: "uuid_comparison_exp" },
|
|
7119
7125
|
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
@@ -7154,6 +7160,7 @@ export const generatedSchema = {
|
|
|
7154
7160
|
name: { __type: "String" },
|
|
7155
7161
|
phone: { __type: "String" },
|
|
7156
7162
|
pmsStatus: { __type: "activeStatus_enum" },
|
|
7163
|
+
short_ref: { __type: "String" },
|
|
7157
7164
|
source: { __type: "source_obj_rel_insert_input" },
|
|
7158
7165
|
sourceId: { __type: "uuid" },
|
|
7159
7166
|
status: { __type: "activeStatus_enum" },
|
|
@@ -7177,6 +7184,7 @@ export const generatedSchema = {
|
|
|
7177
7184
|
id: { __type: "uuid" },
|
|
7178
7185
|
name: { __type: "String" },
|
|
7179
7186
|
phone: { __type: "String" },
|
|
7187
|
+
short_ref: { __type: "String" },
|
|
7180
7188
|
sourceId: { __type: "uuid" },
|
|
7181
7189
|
taxId: { __type: "String" },
|
|
7182
7190
|
tenantId: { __type: "uuid" },
|
|
@@ -7193,6 +7201,7 @@ export const generatedSchema = {
|
|
|
7193
7201
|
id: { __type: "uuid" },
|
|
7194
7202
|
name: { __type: "String" },
|
|
7195
7203
|
phone: { __type: "String" },
|
|
7204
|
+
short_ref: { __type: "String" },
|
|
7196
7205
|
sourceId: { __type: "uuid" },
|
|
7197
7206
|
taxId: { __type: "String" },
|
|
7198
7207
|
tenantId: { __type: "uuid" },
|
|
@@ -7232,6 +7241,7 @@ export const generatedSchema = {
|
|
|
7232
7241
|
name: { __type: "order_by" },
|
|
7233
7242
|
phone: { __type: "order_by" },
|
|
7234
7243
|
pmsStatus: { __type: "order_by" },
|
|
7244
|
+
short_ref: { __type: "order_by" },
|
|
7235
7245
|
source: { __type: "source_order_by" },
|
|
7236
7246
|
sourceId: { __type: "order_by" },
|
|
7237
7247
|
status: { __type: "order_by" },
|
|
@@ -7262,6 +7272,7 @@ export const generatedSchema = {
|
|
|
7262
7272
|
name: { __type: "String" },
|
|
7263
7273
|
phone: { __type: "String" },
|
|
7264
7274
|
pmsStatus: { __type: "activeStatus_enum" },
|
|
7275
|
+
short_ref: { __type: "String" },
|
|
7265
7276
|
sourceId: { __type: "uuid" },
|
|
7266
7277
|
status: { __type: "activeStatus_enum" },
|
|
7267
7278
|
taxId: { __type: "String" },
|
|
@@ -7287,6 +7298,7 @@ export const generatedSchema = {
|
|
|
7287
7298
|
name: { __type: "String" },
|
|
7288
7299
|
phone: { __type: "String" },
|
|
7289
7300
|
pmsStatus: { __type: "activeStatus_enum" },
|
|
7301
|
+
short_ref: { __type: "String" },
|
|
7290
7302
|
sourceId: { __type: "uuid" },
|
|
7291
7303
|
status: { __type: "activeStatus_enum" },
|
|
7292
7304
|
taxId: { __type: "String" },
|
|
@@ -7463,13 +7475,16 @@ export const generatedSchema = {
|
|
|
7463
7475
|
app_id: { __type: "String!" },
|
|
7464
7476
|
description: { __type: "String" },
|
|
7465
7477
|
id: { __type: "uuid!" },
|
|
7478
|
+
is_public: { __type: "Boolean!" },
|
|
7466
7479
|
left_type: { __type: "String" },
|
|
7467
7480
|
mapping_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7468
7481
|
right_type: { __type: "String" },
|
|
7482
|
+
run_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7469
7483
|
setting_schema: { __type: "jsonb!", __args: { path: "String" } },
|
|
7470
7484
|
title: { __type: "String!" },
|
|
7471
7485
|
type: { __type: "flow_type" },
|
|
7472
7486
|
uniqueRef: { __type: "String!" },
|
|
7487
|
+
use_global_mapping: { __type: "Boolean!" },
|
|
7473
7488
|
},
|
|
7474
7489
|
core_flow_aggregate: {
|
|
7475
7490
|
__typename: { __type: "String!" },
|
|
@@ -7477,8 +7492,28 @@ export const generatedSchema = {
|
|
|
7477
7492
|
nodes: { __type: "[core_flow!]!" },
|
|
7478
7493
|
},
|
|
7479
7494
|
core_flow_aggregate_bool_exp: {
|
|
7495
|
+
bool_and: { __type: "core_flow_aggregate_bool_exp_bool_and" },
|
|
7496
|
+
bool_or: { __type: "core_flow_aggregate_bool_exp_bool_or" },
|
|
7480
7497
|
count: { __type: "core_flow_aggregate_bool_exp_count" },
|
|
7481
7498
|
},
|
|
7499
|
+
core_flow_aggregate_bool_exp_bool_and: {
|
|
7500
|
+
arguments: {
|
|
7501
|
+
__type:
|
|
7502
|
+
"core_flow_select_column_core_flow_aggregate_bool_exp_bool_and_arguments_columns!",
|
|
7503
|
+
},
|
|
7504
|
+
distinct: { __type: "Boolean" },
|
|
7505
|
+
filter: { __type: "core_flow_bool_exp" },
|
|
7506
|
+
predicate: { __type: "Boolean_comparison_exp!" },
|
|
7507
|
+
},
|
|
7508
|
+
core_flow_aggregate_bool_exp_bool_or: {
|
|
7509
|
+
arguments: {
|
|
7510
|
+
__type:
|
|
7511
|
+
"core_flow_select_column_core_flow_aggregate_bool_exp_bool_or_arguments_columns!",
|
|
7512
|
+
},
|
|
7513
|
+
distinct: { __type: "Boolean" },
|
|
7514
|
+
filter: { __type: "core_flow_bool_exp" },
|
|
7515
|
+
predicate: { __type: "Boolean_comparison_exp!" },
|
|
7516
|
+
},
|
|
7482
7517
|
core_flow_aggregate_bool_exp_count: {
|
|
7483
7518
|
arguments: { __type: "[core_flow_select_column!]" },
|
|
7484
7519
|
distinct: { __type: "Boolean" },
|
|
@@ -7501,6 +7536,7 @@ export const generatedSchema = {
|
|
|
7501
7536
|
},
|
|
7502
7537
|
core_flow_append_input: {
|
|
7503
7538
|
mapping_schema: { __type: "jsonb" },
|
|
7539
|
+
run_schema: { __type: "jsonb" },
|
|
7504
7540
|
setting_schema: { __type: "jsonb" },
|
|
7505
7541
|
},
|
|
7506
7542
|
core_flow_arr_rel_insert_input: {
|
|
@@ -7514,37 +7550,46 @@ export const generatedSchema = {
|
|
|
7514
7550
|
app_id: { __type: "String_comparison_exp" },
|
|
7515
7551
|
description: { __type: "String_comparison_exp" },
|
|
7516
7552
|
id: { __type: "uuid_comparison_exp" },
|
|
7553
|
+
is_public: { __type: "Boolean_comparison_exp" },
|
|
7517
7554
|
left_type: { __type: "String_comparison_exp" },
|
|
7518
7555
|
mapping_schema: { __type: "jsonb_comparison_exp" },
|
|
7519
7556
|
right_type: { __type: "String_comparison_exp" },
|
|
7557
|
+
run_schema: { __type: "jsonb_comparison_exp" },
|
|
7520
7558
|
setting_schema: { __type: "jsonb_comparison_exp" },
|
|
7521
7559
|
title: { __type: "String_comparison_exp" },
|
|
7522
7560
|
type: { __type: "flow_type_comparison_exp" },
|
|
7523
7561
|
uniqueRef: { __type: "String_comparison_exp" },
|
|
7562
|
+
use_global_mapping: { __type: "Boolean_comparison_exp" },
|
|
7524
7563
|
},
|
|
7525
7564
|
core_flow_delete_at_path_input: {
|
|
7526
7565
|
mapping_schema: { __type: "[String!]" },
|
|
7566
|
+
run_schema: { __type: "[String!]" },
|
|
7527
7567
|
setting_schema: { __type: "[String!]" },
|
|
7528
7568
|
},
|
|
7529
7569
|
core_flow_delete_elem_input: {
|
|
7530
7570
|
mapping_schema: { __type: "Int" },
|
|
7571
|
+
run_schema: { __type: "Int" },
|
|
7531
7572
|
setting_schema: { __type: "Int" },
|
|
7532
7573
|
},
|
|
7533
7574
|
core_flow_delete_key_input: {
|
|
7534
7575
|
mapping_schema: { __type: "String" },
|
|
7576
|
+
run_schema: { __type: "String" },
|
|
7535
7577
|
setting_schema: { __type: "String" },
|
|
7536
7578
|
},
|
|
7537
7579
|
core_flow_insert_input: {
|
|
7538
7580
|
app_id: { __type: "String" },
|
|
7539
7581
|
description: { __type: "String" },
|
|
7540
7582
|
id: { __type: "uuid" },
|
|
7583
|
+
is_public: { __type: "Boolean" },
|
|
7541
7584
|
left_type: { __type: "String" },
|
|
7542
7585
|
mapping_schema: { __type: "jsonb" },
|
|
7543
7586
|
right_type: { __type: "String" },
|
|
7587
|
+
run_schema: { __type: "jsonb" },
|
|
7544
7588
|
setting_schema: { __type: "jsonb" },
|
|
7545
7589
|
title: { __type: "String" },
|
|
7546
7590
|
type: { __type: "flow_type" },
|
|
7547
7591
|
uniqueRef: { __type: "String" },
|
|
7592
|
+
use_global_mapping: { __type: "Boolean" },
|
|
7548
7593
|
},
|
|
7549
7594
|
core_flow_mapping: {
|
|
7550
7595
|
__typename: { __type: "String!" },
|
|
@@ -7552,11 +7597,12 @@ export const generatedSchema = {
|
|
|
7552
7597
|
account_id: { __type: "uuid" },
|
|
7553
7598
|
booking_channel: { __type: "booking_channel" },
|
|
7554
7599
|
booking_channel_id: { __type: "uuid" },
|
|
7600
|
+
connection_id: { __type: "uuid!" },
|
|
7555
7601
|
contact: { __type: "contact" },
|
|
7556
7602
|
contact_id: { __type: "uuid" },
|
|
7557
7603
|
createdAt: { __type: "timestamptz!" },
|
|
7558
|
-
flow: { __type: "core_flow
|
|
7559
|
-
flow_id: { __type: "uuid
|
|
7604
|
+
flow: { __type: "core_flow" },
|
|
7605
|
+
flow_id: { __type: "uuid" },
|
|
7560
7606
|
id: { __type: "uuid!" },
|
|
7561
7607
|
listing: { __type: "listing" },
|
|
7562
7608
|
listing_id: { __type: "uuid" },
|
|
@@ -7596,6 +7642,7 @@ export const generatedSchema = {
|
|
|
7596
7642
|
account_id: { __type: "uuid_comparison_exp" },
|
|
7597
7643
|
booking_channel: { __type: "booking_channel_bool_exp" },
|
|
7598
7644
|
booking_channel_id: { __type: "uuid_comparison_exp" },
|
|
7645
|
+
connection_id: { __type: "uuid_comparison_exp" },
|
|
7599
7646
|
contact: { __type: "contact_bool_exp" },
|
|
7600
7647
|
contact_id: { __type: "uuid_comparison_exp" },
|
|
7601
7648
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -7622,6 +7669,7 @@ export const generatedSchema = {
|
|
|
7622
7669
|
account_id: { __type: "uuid" },
|
|
7623
7670
|
booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
7624
7671
|
booking_channel_id: { __type: "uuid" },
|
|
7672
|
+
connection_id: { __type: "uuid" },
|
|
7625
7673
|
contact: { __type: "contact_obj_rel_insert_input" },
|
|
7626
7674
|
contact_id: { __type: "uuid" },
|
|
7627
7675
|
createdAt: { __type: "timestamptz" },
|
|
@@ -7644,6 +7692,7 @@ export const generatedSchema = {
|
|
|
7644
7692
|
__typename: { __type: "String!" },
|
|
7645
7693
|
account_id: { __type: "uuid" },
|
|
7646
7694
|
booking_channel_id: { __type: "uuid" },
|
|
7695
|
+
connection_id: { __type: "uuid" },
|
|
7647
7696
|
contact_id: { __type: "uuid" },
|
|
7648
7697
|
createdAt: { __type: "timestamptz" },
|
|
7649
7698
|
flow_id: { __type: "uuid" },
|
|
@@ -7659,6 +7708,7 @@ export const generatedSchema = {
|
|
|
7659
7708
|
__typename: { __type: "String!" },
|
|
7660
7709
|
account_id: { __type: "uuid" },
|
|
7661
7710
|
booking_channel_id: { __type: "uuid" },
|
|
7711
|
+
connection_id: { __type: "uuid" },
|
|
7662
7712
|
contact_id: { __type: "uuid" },
|
|
7663
7713
|
createdAt: { __type: "timestamptz" },
|
|
7664
7714
|
flow_id: { __type: "uuid" },
|
|
@@ -7685,6 +7735,7 @@ export const generatedSchema = {
|
|
|
7685
7735
|
account_id: { __type: "order_by" },
|
|
7686
7736
|
booking_channel: { __type: "booking_channel_order_by" },
|
|
7687
7737
|
booking_channel_id: { __type: "order_by" },
|
|
7738
|
+
connection_id: { __type: "order_by" },
|
|
7688
7739
|
contact: { __type: "contact_order_by" },
|
|
7689
7740
|
contact_id: { __type: "order_by" },
|
|
7690
7741
|
createdAt: { __type: "order_by" },
|
|
@@ -7708,6 +7759,7 @@ export const generatedSchema = {
|
|
|
7708
7759
|
core_flow_mapping_set_input: {
|
|
7709
7760
|
account_id: { __type: "uuid" },
|
|
7710
7761
|
booking_channel_id: { __type: "uuid" },
|
|
7762
|
+
connection_id: { __type: "uuid" },
|
|
7711
7763
|
contact_id: { __type: "uuid" },
|
|
7712
7764
|
createdAt: { __type: "timestamptz" },
|
|
7713
7765
|
flow_id: { __type: "uuid" },
|
|
@@ -7727,6 +7779,7 @@ export const generatedSchema = {
|
|
|
7727
7779
|
core_flow_mapping_stream_cursor_value_input: {
|
|
7728
7780
|
account_id: { __type: "uuid" },
|
|
7729
7781
|
booking_channel_id: { __type: "uuid" },
|
|
7782
|
+
connection_id: { __type: "uuid" },
|
|
7730
7783
|
contact_id: { __type: "uuid" },
|
|
7731
7784
|
createdAt: { __type: "timestamptz" },
|
|
7732
7785
|
flow_id: { __type: "uuid" },
|
|
@@ -7808,30 +7861,37 @@ export const generatedSchema = {
|
|
|
7808
7861
|
app_id: { __type: "order_by" },
|
|
7809
7862
|
description: { __type: "order_by" },
|
|
7810
7863
|
id: { __type: "order_by" },
|
|
7864
|
+
is_public: { __type: "order_by" },
|
|
7811
7865
|
left_type: { __type: "order_by" },
|
|
7812
7866
|
mapping_schema: { __type: "order_by" },
|
|
7813
7867
|
right_type: { __type: "order_by" },
|
|
7868
|
+
run_schema: { __type: "order_by" },
|
|
7814
7869
|
setting_schema: { __type: "order_by" },
|
|
7815
7870
|
title: { __type: "order_by" },
|
|
7816
7871
|
type: { __type: "order_by" },
|
|
7817
7872
|
uniqueRef: { __type: "order_by" },
|
|
7873
|
+
use_global_mapping: { __type: "order_by" },
|
|
7818
7874
|
},
|
|
7819
7875
|
core_flow_pk_columns_input: { id: { __type: "uuid!" } },
|
|
7820
7876
|
core_flow_prepend_input: {
|
|
7821
7877
|
mapping_schema: { __type: "jsonb" },
|
|
7878
|
+
run_schema: { __type: "jsonb" },
|
|
7822
7879
|
setting_schema: { __type: "jsonb" },
|
|
7823
7880
|
},
|
|
7824
7881
|
core_flow_set_input: {
|
|
7825
7882
|
app_id: { __type: "String" },
|
|
7826
7883
|
description: { __type: "String" },
|
|
7827
7884
|
id: { __type: "uuid" },
|
|
7885
|
+
is_public: { __type: "Boolean" },
|
|
7828
7886
|
left_type: { __type: "String" },
|
|
7829
7887
|
mapping_schema: { __type: "jsonb" },
|
|
7830
7888
|
right_type: { __type: "String" },
|
|
7889
|
+
run_schema: { __type: "jsonb" },
|
|
7831
7890
|
setting_schema: { __type: "jsonb" },
|
|
7832
7891
|
title: { __type: "String" },
|
|
7833
7892
|
type: { __type: "flow_type" },
|
|
7834
7893
|
uniqueRef: { __type: "String" },
|
|
7894
|
+
use_global_mapping: { __type: "Boolean" },
|
|
7835
7895
|
},
|
|
7836
7896
|
core_flow_setting: {
|
|
7837
7897
|
__typename: { __type: "String!" },
|
|
@@ -8043,13 +8103,16 @@ export const generatedSchema = {
|
|
|
8043
8103
|
app_id: { __type: "String" },
|
|
8044
8104
|
description: { __type: "String" },
|
|
8045
8105
|
id: { __type: "uuid" },
|
|
8106
|
+
is_public: { __type: "Boolean" },
|
|
8046
8107
|
left_type: { __type: "String" },
|
|
8047
8108
|
mapping_schema: { __type: "jsonb" },
|
|
8048
8109
|
right_type: { __type: "String" },
|
|
8110
|
+
run_schema: { __type: "jsonb" },
|
|
8049
8111
|
setting_schema: { __type: "jsonb" },
|
|
8050
8112
|
title: { __type: "String" },
|
|
8051
8113
|
type: { __type: "flow_type" },
|
|
8052
8114
|
uniqueRef: { __type: "String" },
|
|
8115
|
+
use_global_mapping: { __type: "Boolean" },
|
|
8053
8116
|
},
|
|
8054
8117
|
core_flow_updates: {
|
|
8055
8118
|
_append: { __type: "core_flow_append_input" },
|
|
@@ -10860,6 +10923,7 @@ export const generatedSchema = {
|
|
|
10860
10923
|
where: "setting_bool_exp",
|
|
10861
10924
|
},
|
|
10862
10925
|
},
|
|
10926
|
+
short_ref: { __type: "String" },
|
|
10863
10927
|
source: { __type: "source" },
|
|
10864
10928
|
sourceId: { __type: "uuid" },
|
|
10865
10929
|
status: { __type: "activeStatus_enum" },
|
|
@@ -11617,6 +11681,7 @@ export const generatedSchema = {
|
|
|
11617
11681
|
settingsRight: { __type: "setting_bool_exp" },
|
|
11618
11682
|
settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
11619
11683
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
11684
|
+
short_ref: { __type: "String_comparison_exp" },
|
|
11620
11685
|
source: { __type: "source_bool_exp" },
|
|
11621
11686
|
sourceId: { __type: "uuid_comparison_exp" },
|
|
11622
11687
|
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
@@ -12331,6 +12396,7 @@ export const generatedSchema = {
|
|
|
12331
12396
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
12332
12397
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
12333
12398
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
12399
|
+
short_ref: { __type: "String" },
|
|
12334
12400
|
source: { __type: "source_obj_rel_insert_input" },
|
|
12335
12401
|
sourceId: { __type: "uuid" },
|
|
12336
12402
|
status: { __type: "activeStatus_enum" },
|
|
@@ -12362,6 +12428,7 @@ export const generatedSchema = {
|
|
|
12362
12428
|
imageUri: { __type: "String" },
|
|
12363
12429
|
name: { __type: "String" },
|
|
12364
12430
|
ownerContactId: { __type: "uuid" },
|
|
12431
|
+
short_ref: { __type: "String" },
|
|
12365
12432
|
sourceId: { __type: "uuid" },
|
|
12366
12433
|
tenantId: { __type: "uuid" },
|
|
12367
12434
|
title: { __type: "String" },
|
|
@@ -12388,6 +12455,7 @@ export const generatedSchema = {
|
|
|
12388
12455
|
imageUri: { __type: "order_by" },
|
|
12389
12456
|
name: { __type: "order_by" },
|
|
12390
12457
|
ownerContactId: { __type: "order_by" },
|
|
12458
|
+
short_ref: { __type: "order_by" },
|
|
12391
12459
|
sourceId: { __type: "order_by" },
|
|
12392
12460
|
tenantId: { __type: "order_by" },
|
|
12393
12461
|
title: { __type: "order_by" },
|
|
@@ -12415,6 +12483,7 @@ export const generatedSchema = {
|
|
|
12415
12483
|
imageUri: { __type: "String" },
|
|
12416
12484
|
name: { __type: "String" },
|
|
12417
12485
|
ownerContactId: { __type: "uuid" },
|
|
12486
|
+
short_ref: { __type: "String" },
|
|
12418
12487
|
sourceId: { __type: "uuid" },
|
|
12419
12488
|
tenantId: { __type: "uuid" },
|
|
12420
12489
|
title: { __type: "String" },
|
|
@@ -12441,6 +12510,7 @@ export const generatedSchema = {
|
|
|
12441
12510
|
imageUri: { __type: "order_by" },
|
|
12442
12511
|
name: { __type: "order_by" },
|
|
12443
12512
|
ownerContactId: { __type: "order_by" },
|
|
12513
|
+
short_ref: { __type: "order_by" },
|
|
12444
12514
|
sourceId: { __type: "order_by" },
|
|
12445
12515
|
tenantId: { __type: "order_by" },
|
|
12446
12516
|
title: { __type: "order_by" },
|
|
@@ -12511,6 +12581,7 @@ export const generatedSchema = {
|
|
|
12511
12581
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
12512
12582
|
settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
|
|
12513
12583
|
settings_aggregate: { __type: "setting_aggregate_order_by" },
|
|
12584
|
+
short_ref: { __type: "order_by" },
|
|
12514
12585
|
source: { __type: "source_order_by" },
|
|
12515
12586
|
sourceId: { __type: "order_by" },
|
|
12516
12587
|
status: { __type: "order_by" },
|
|
@@ -12919,6 +12990,7 @@ export const generatedSchema = {
|
|
|
12919
12990
|
ownerContactId: { __type: "uuid" },
|
|
12920
12991
|
pmsAddressData: { __type: "jsonb" },
|
|
12921
12992
|
pmsStatus: { __type: "activeStatus_enum" },
|
|
12993
|
+
short_ref: { __type: "String" },
|
|
12922
12994
|
sourceId: { __type: "uuid" },
|
|
12923
12995
|
status: { __type: "activeStatus_enum" },
|
|
12924
12996
|
tenantId: { __type: "uuid" },
|
|
@@ -12995,6 +13067,7 @@ export const generatedSchema = {
|
|
|
12995
13067
|
ownerContactId: { __type: "uuid" },
|
|
12996
13068
|
pmsAddressData: { __type: "jsonb" },
|
|
12997
13069
|
pmsStatus: { __type: "activeStatus_enum" },
|
|
13070
|
+
short_ref: { __type: "String" },
|
|
12998
13071
|
sourceId: { __type: "uuid" },
|
|
12999
13072
|
status: { __type: "activeStatus_enum" },
|
|
13000
13073
|
tenantId: { __type: "uuid" },
|
|
@@ -18100,12 +18173,7 @@ export const generatedSchema = {
|
|
|
18100
18173
|
updateTransactionLine: {
|
|
18101
18174
|
__type: "transactionLine",
|
|
18102
18175
|
__args: {
|
|
18103
|
-
_append: "transactionLine_append_input",
|
|
18104
|
-
_delete_at_path: "transactionLine_delete_at_path_input",
|
|
18105
|
-
_delete_elem: "transactionLine_delete_elem_input",
|
|
18106
|
-
_delete_key: "transactionLine_delete_key_input",
|
|
18107
18176
|
_inc: "transactionLine_inc_input",
|
|
18108
|
-
_prepend: "transactionLine_prepend_input",
|
|
18109
18177
|
_set: "transactionLine_set_input",
|
|
18110
18178
|
pk_columns: "transactionLine_pk_columns_input!",
|
|
18111
18179
|
},
|
|
@@ -18113,12 +18181,7 @@ export const generatedSchema = {
|
|
|
18113
18181
|
updateTransactionLines: {
|
|
18114
18182
|
__type: "transactionLine_mutation_response",
|
|
18115
18183
|
__args: {
|
|
18116
|
-
_append: "transactionLine_append_input",
|
|
18117
|
-
_delete_at_path: "transactionLine_delete_at_path_input",
|
|
18118
|
-
_delete_elem: "transactionLine_delete_elem_input",
|
|
18119
|
-
_delete_key: "transactionLine_delete_key_input",
|
|
18120
18184
|
_inc: "transactionLine_inc_input",
|
|
18121
|
-
_prepend: "transactionLine_prepend_input",
|
|
18122
18185
|
_set: "transactionLine_set_input",
|
|
18123
18186
|
where: "transactionLine_bool_exp!",
|
|
18124
18187
|
},
|
|
@@ -28214,6 +28277,7 @@ export const generatedSchema = {
|
|
|
28214
28277
|
},
|
|
28215
28278
|
},
|
|
28216
28279
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
28280
|
+
general_ledger_status: { __type: "activeStatus_enum!" },
|
|
28217
28281
|
guestName: { __type: "String" },
|
|
28218
28282
|
guests: { __type: "Int" },
|
|
28219
28283
|
id: { __type: "uuid!" },
|
|
@@ -28242,6 +28306,7 @@ export const generatedSchema = {
|
|
|
28242
28306
|
listingConnection: { __type: "listing_connection" },
|
|
28243
28307
|
listingConnectionId: { __type: "uuid" },
|
|
28244
28308
|
listingId: { __type: "uuid" },
|
|
28309
|
+
manager_cent_total: { __type: "bigint" },
|
|
28245
28310
|
matchPaymentCustomerRef: { __type: "String" },
|
|
28246
28311
|
members: {
|
|
28247
28312
|
__type: "[tenant_user!]!",
|
|
@@ -28287,6 +28352,7 @@ export const generatedSchema = {
|
|
|
28287
28352
|
where: "owner_statement_line_bool_exp",
|
|
28288
28353
|
},
|
|
28289
28354
|
},
|
|
28355
|
+
owners_cent_total: { __type: "bigint" },
|
|
28290
28356
|
paidStatus: { __type: "paidStatus_enum" },
|
|
28291
28357
|
paymentLines: {
|
|
28292
28358
|
__type: "[payment_line!]!",
|
|
@@ -28370,6 +28436,7 @@ export const generatedSchema = {
|
|
|
28370
28436
|
where: "setting_bool_exp",
|
|
28371
28437
|
},
|
|
28372
28438
|
},
|
|
28439
|
+
short_ref: { __type: "String" },
|
|
28373
28440
|
similarReservations: {
|
|
28374
28441
|
__type: "[reservation!]!",
|
|
28375
28442
|
__args: {
|
|
@@ -28413,6 +28480,7 @@ export const generatedSchema = {
|
|
|
28413
28480
|
},
|
|
28414
28481
|
},
|
|
28415
28482
|
status: { __type: "reservation_status_enum" },
|
|
28483
|
+
tax_cent_total: { __type: "bigint" },
|
|
28416
28484
|
tenant: { __type: "tenant" },
|
|
28417
28485
|
tenantId: { __type: "uuid" },
|
|
28418
28486
|
transactionLines: {
|
|
@@ -29061,7 +29129,10 @@ export const generatedSchema = {
|
|
|
29061
29129
|
centService: { __type: "Float" },
|
|
29062
29130
|
centTotal: { __type: "Float" },
|
|
29063
29131
|
guests: { __type: "Float" },
|
|
29132
|
+
manager_cent_total: { __type: "Float" },
|
|
29064
29133
|
nights: { __type: "Float" },
|
|
29134
|
+
owners_cent_total: { __type: "Float" },
|
|
29135
|
+
tax_cent_total: { __type: "Float" },
|
|
29065
29136
|
},
|
|
29066
29137
|
reservation_avg_order_by: {
|
|
29067
29138
|
centAccommodation: { __type: "order_by" },
|
|
@@ -29075,7 +29146,10 @@ export const generatedSchema = {
|
|
|
29075
29146
|
centService: { __type: "order_by" },
|
|
29076
29147
|
centTotal: { __type: "order_by" },
|
|
29077
29148
|
guests: { __type: "order_by" },
|
|
29149
|
+
manager_cent_total: { __type: "order_by" },
|
|
29078
29150
|
nights: { __type: "order_by" },
|
|
29151
|
+
owners_cent_total: { __type: "order_by" },
|
|
29152
|
+
tax_cent_total: { __type: "order_by" },
|
|
29079
29153
|
},
|
|
29080
29154
|
reservation_bool_exp: {
|
|
29081
29155
|
_and: { __type: "[reservation_bool_exp!]" },
|
|
@@ -29114,6 +29188,7 @@ export const generatedSchema = {
|
|
|
29114
29188
|
files: { __type: "file_storage_bool_exp" },
|
|
29115
29189
|
files_aggregate: { __type: "file_storage_aggregate_bool_exp" },
|
|
29116
29190
|
generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
|
|
29191
|
+
general_ledger_status: { __type: "activeStatus_enum_comparison_exp" },
|
|
29117
29192
|
guestName: { __type: "String_comparison_exp" },
|
|
29118
29193
|
guests: { __type: "Int_comparison_exp" },
|
|
29119
29194
|
id: { __type: "uuid_comparison_exp" },
|
|
@@ -29124,6 +29199,7 @@ export const generatedSchema = {
|
|
|
29124
29199
|
listingConnection: { __type: "listing_connection_bool_exp" },
|
|
29125
29200
|
listingConnectionId: { __type: "uuid_comparison_exp" },
|
|
29126
29201
|
listingId: { __type: "uuid_comparison_exp" },
|
|
29202
|
+
manager_cent_total: { __type: "bigint_comparison_exp" },
|
|
29127
29203
|
matchPaymentCustomerRef: { __type: "String_comparison_exp" },
|
|
29128
29204
|
members: { __type: "tenant_user_bool_exp" },
|
|
29129
29205
|
members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
|
|
@@ -29135,6 +29211,7 @@ export const generatedSchema = {
|
|
|
29135
29211
|
ownerStatementLines_aggregate: {
|
|
29136
29212
|
__type: "owner_statement_line_aggregate_bool_exp",
|
|
29137
29213
|
},
|
|
29214
|
+
owners_cent_total: { __type: "bigint_comparison_exp" },
|
|
29138
29215
|
paidStatus: { __type: "paidStatus_enum_comparison_exp" },
|
|
29139
29216
|
paymentLines: { __type: "payment_line_bool_exp" },
|
|
29140
29217
|
paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
|
|
@@ -29146,6 +29223,7 @@ export const generatedSchema = {
|
|
|
29146
29223
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
29147
29224
|
settingsRight: { __type: "setting_bool_exp" },
|
|
29148
29225
|
settingsRight_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
29226
|
+
short_ref: { __type: "String_comparison_exp" },
|
|
29149
29227
|
similarReservations: { __type: "reservation_bool_exp" },
|
|
29150
29228
|
similarReservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
29151
29229
|
source: { __type: "source_bool_exp" },
|
|
@@ -29153,6 +29231,7 @@ export const generatedSchema = {
|
|
|
29153
29231
|
sources: { __type: "source_bool_exp" },
|
|
29154
29232
|
sources_aggregate: { __type: "source_aggregate_bool_exp" },
|
|
29155
29233
|
status: { __type: "reservation_status_enum_comparison_exp" },
|
|
29234
|
+
tax_cent_total: { __type: "bigint_comparison_exp" },
|
|
29156
29235
|
tenant: { __type: "tenant_bool_exp" },
|
|
29157
29236
|
tenantId: { __type: "uuid_comparison_exp" },
|
|
29158
29237
|
transactionLines: { __type: "transactionLine_bool_exp" },
|
|
@@ -29191,7 +29270,10 @@ export const generatedSchema = {
|
|
|
29191
29270
|
centService: { __type: "Int" },
|
|
29192
29271
|
centTotal: { __type: "bigint" },
|
|
29193
29272
|
guests: { __type: "Int" },
|
|
29273
|
+
manager_cent_total: { __type: "bigint" },
|
|
29194
29274
|
nights: { __type: "Int" },
|
|
29275
|
+
owners_cent_total: { __type: "bigint" },
|
|
29276
|
+
tax_cent_total: { __type: "bigint" },
|
|
29195
29277
|
},
|
|
29196
29278
|
reservation_insert_input: {
|
|
29197
29279
|
bookedAt: { __type: "timestamptz" },
|
|
@@ -29223,6 +29305,7 @@ export const generatedSchema = {
|
|
|
29223
29305
|
currency: { __type: "currency_enum" },
|
|
29224
29306
|
files: { __type: "file_storage_arr_rel_insert_input" },
|
|
29225
29307
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29308
|
+
general_ledger_status: { __type: "activeStatus_enum" },
|
|
29226
29309
|
guestName: { __type: "String" },
|
|
29227
29310
|
guests: { __type: "Int" },
|
|
29228
29311
|
id: { __type: "uuid" },
|
|
@@ -29232,6 +29315,7 @@ export const generatedSchema = {
|
|
|
29232
29315
|
listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
|
|
29233
29316
|
listingConnectionId: { __type: "uuid" },
|
|
29234
29317
|
listingId: { __type: "uuid" },
|
|
29318
|
+
manager_cent_total: { __type: "bigint" },
|
|
29235
29319
|
matchPaymentCustomerRef: { __type: "String" },
|
|
29236
29320
|
members: { __type: "tenant_user_arr_rel_insert_input" },
|
|
29237
29321
|
metadata: { __type: "jsonb" },
|
|
@@ -29241,6 +29325,7 @@ export const generatedSchema = {
|
|
|
29241
29325
|
ownerStatementLines: {
|
|
29242
29326
|
__type: "owner_statement_line_arr_rel_insert_input",
|
|
29243
29327
|
},
|
|
29328
|
+
owners_cent_total: { __type: "bigint" },
|
|
29244
29329
|
paidStatus: { __type: "paidStatus_enum" },
|
|
29245
29330
|
paymentLines: { __type: "payment_line_arr_rel_insert_input" },
|
|
29246
29331
|
paymentMethod: { __type: "String" },
|
|
@@ -29248,11 +29333,13 @@ export const generatedSchema = {
|
|
|
29248
29333
|
relatedReservations: { __type: "reservation_arr_rel_insert_input" },
|
|
29249
29334
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
29250
29335
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
29336
|
+
short_ref: { __type: "String" },
|
|
29251
29337
|
similarReservations: { __type: "reservation_arr_rel_insert_input" },
|
|
29252
29338
|
source: { __type: "source_obj_rel_insert_input" },
|
|
29253
29339
|
sourceId: { __type: "uuid" },
|
|
29254
29340
|
sources: { __type: "source_arr_rel_insert_input" },
|
|
29255
29341
|
status: { __type: "reservation_status_enum" },
|
|
29342
|
+
tax_cent_total: { __type: "bigint" },
|
|
29256
29343
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
29257
29344
|
tenantId: { __type: "uuid" },
|
|
29258
29345
|
transactionLines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
@@ -29290,12 +29377,16 @@ export const generatedSchema = {
|
|
|
29290
29377
|
id: { __type: "uuid" },
|
|
29291
29378
|
listingConnectionId: { __type: "uuid" },
|
|
29292
29379
|
listingId: { __type: "uuid" },
|
|
29380
|
+
manager_cent_total: { __type: "bigint" },
|
|
29293
29381
|
matchPaymentCustomerRef: { __type: "String" },
|
|
29294
29382
|
nights: { __type: "Int" },
|
|
29295
29383
|
otaReservationId: { __type: "uuid" },
|
|
29384
|
+
owners_cent_total: { __type: "bigint" },
|
|
29296
29385
|
paymentMethod: { __type: "String" },
|
|
29297
29386
|
pmsReferenceCode: { __type: "String" },
|
|
29387
|
+
short_ref: { __type: "String" },
|
|
29298
29388
|
sourceId: { __type: "uuid" },
|
|
29389
|
+
tax_cent_total: { __type: "bigint" },
|
|
29299
29390
|
tenantId: { __type: "uuid" },
|
|
29300
29391
|
uniqueRef: { __type: "String" },
|
|
29301
29392
|
uniqueRef2: { __type: "String" },
|
|
@@ -29329,12 +29420,16 @@ export const generatedSchema = {
|
|
|
29329
29420
|
id: { __type: "order_by" },
|
|
29330
29421
|
listingConnectionId: { __type: "order_by" },
|
|
29331
29422
|
listingId: { __type: "order_by" },
|
|
29423
|
+
manager_cent_total: { __type: "order_by" },
|
|
29332
29424
|
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29333
29425
|
nights: { __type: "order_by" },
|
|
29334
29426
|
otaReservationId: { __type: "order_by" },
|
|
29427
|
+
owners_cent_total: { __type: "order_by" },
|
|
29335
29428
|
paymentMethod: { __type: "order_by" },
|
|
29336
29429
|
pmsReferenceCode: { __type: "order_by" },
|
|
29430
|
+
short_ref: { __type: "order_by" },
|
|
29337
29431
|
sourceId: { __type: "order_by" },
|
|
29432
|
+
tax_cent_total: { __type: "order_by" },
|
|
29338
29433
|
tenantId: { __type: "order_by" },
|
|
29339
29434
|
uniqueRef: { __type: "order_by" },
|
|
29340
29435
|
uniqueRef2: { __type: "order_by" },
|
|
@@ -29369,12 +29464,16 @@ export const generatedSchema = {
|
|
|
29369
29464
|
id: { __type: "uuid" },
|
|
29370
29465
|
listingConnectionId: { __type: "uuid" },
|
|
29371
29466
|
listingId: { __type: "uuid" },
|
|
29467
|
+
manager_cent_total: { __type: "bigint" },
|
|
29372
29468
|
matchPaymentCustomerRef: { __type: "String" },
|
|
29373
29469
|
nights: { __type: "Int" },
|
|
29374
29470
|
otaReservationId: { __type: "uuid" },
|
|
29471
|
+
owners_cent_total: { __type: "bigint" },
|
|
29375
29472
|
paymentMethod: { __type: "String" },
|
|
29376
29473
|
pmsReferenceCode: { __type: "String" },
|
|
29474
|
+
short_ref: { __type: "String" },
|
|
29377
29475
|
sourceId: { __type: "uuid" },
|
|
29476
|
+
tax_cent_total: { __type: "bigint" },
|
|
29378
29477
|
tenantId: { __type: "uuid" },
|
|
29379
29478
|
uniqueRef: { __type: "String" },
|
|
29380
29479
|
uniqueRef2: { __type: "String" },
|
|
@@ -29408,12 +29507,16 @@ export const generatedSchema = {
|
|
|
29408
29507
|
id: { __type: "order_by" },
|
|
29409
29508
|
listingConnectionId: { __type: "order_by" },
|
|
29410
29509
|
listingId: { __type: "order_by" },
|
|
29510
|
+
manager_cent_total: { __type: "order_by" },
|
|
29411
29511
|
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29412
29512
|
nights: { __type: "order_by" },
|
|
29413
29513
|
otaReservationId: { __type: "order_by" },
|
|
29514
|
+
owners_cent_total: { __type: "order_by" },
|
|
29414
29515
|
paymentMethod: { __type: "order_by" },
|
|
29415
29516
|
pmsReferenceCode: { __type: "order_by" },
|
|
29517
|
+
short_ref: { __type: "order_by" },
|
|
29416
29518
|
sourceId: { __type: "order_by" },
|
|
29519
|
+
tax_cent_total: { __type: "order_by" },
|
|
29417
29520
|
tenantId: { __type: "order_by" },
|
|
29418
29521
|
uniqueRef: { __type: "order_by" },
|
|
29419
29522
|
uniqueRef2: { __type: "order_by" },
|
|
@@ -29464,6 +29567,7 @@ export const generatedSchema = {
|
|
|
29464
29567
|
currency: { __type: "order_by" },
|
|
29465
29568
|
files_aggregate: { __type: "file_storage_aggregate_order_by" },
|
|
29466
29569
|
generalLedgerPostingAt: { __type: "order_by" },
|
|
29570
|
+
general_ledger_status: { __type: "order_by" },
|
|
29467
29571
|
guestName: { __type: "order_by" },
|
|
29468
29572
|
guests: { __type: "order_by" },
|
|
29469
29573
|
id: { __type: "order_by" },
|
|
@@ -29473,6 +29577,7 @@ export const generatedSchema = {
|
|
|
29473
29577
|
listingConnection: { __type: "listing_connection_order_by" },
|
|
29474
29578
|
listingConnectionId: { __type: "order_by" },
|
|
29475
29579
|
listingId: { __type: "order_by" },
|
|
29580
|
+
manager_cent_total: { __type: "order_by" },
|
|
29476
29581
|
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29477
29582
|
members_aggregate: { __type: "tenant_user_aggregate_order_by" },
|
|
29478
29583
|
metadata: { __type: "order_by" },
|
|
@@ -29482,6 +29587,7 @@ export const generatedSchema = {
|
|
|
29482
29587
|
ownerStatementLines_aggregate: {
|
|
29483
29588
|
__type: "owner_statement_line_aggregate_order_by",
|
|
29484
29589
|
},
|
|
29590
|
+
owners_cent_total: { __type: "order_by" },
|
|
29485
29591
|
paidStatus: { __type: "order_by" },
|
|
29486
29592
|
paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
|
|
29487
29593
|
paymentMethod: { __type: "order_by" },
|
|
@@ -29489,11 +29595,13 @@ export const generatedSchema = {
|
|
|
29489
29595
|
relatedReservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
29490
29596
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
29491
29597
|
settingsRight_aggregate: { __type: "setting_aggregate_order_by" },
|
|
29598
|
+
short_ref: { __type: "order_by" },
|
|
29492
29599
|
similarReservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
29493
29600
|
source: { __type: "source_order_by" },
|
|
29494
29601
|
sourceId: { __type: "order_by" },
|
|
29495
29602
|
sources_aggregate: { __type: "source_aggregate_order_by" },
|
|
29496
29603
|
status: { __type: "order_by" },
|
|
29604
|
+
tax_cent_total: { __type: "order_by" },
|
|
29497
29605
|
tenant: { __type: "tenant_order_by" },
|
|
29498
29606
|
tenantId: { __type: "order_by" },
|
|
29499
29607
|
transactionLines_aggregate: {
|
|
@@ -29533,21 +29641,26 @@ export const generatedSchema = {
|
|
|
29533
29641
|
createdAt: { __type: "timestamptz" },
|
|
29534
29642
|
currency: { __type: "currency_enum" },
|
|
29535
29643
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29644
|
+
general_ledger_status: { __type: "activeStatus_enum" },
|
|
29536
29645
|
guestName: { __type: "String" },
|
|
29537
29646
|
guests: { __type: "Int" },
|
|
29538
29647
|
id: { __type: "uuid" },
|
|
29539
29648
|
lineMap: { __type: "jsonb" },
|
|
29540
29649
|
listingConnectionId: { __type: "uuid" },
|
|
29541
29650
|
listingId: { __type: "uuid" },
|
|
29651
|
+
manager_cent_total: { __type: "bigint" },
|
|
29542
29652
|
matchPaymentCustomerRef: { __type: "String" },
|
|
29543
29653
|
metadata: { __type: "jsonb" },
|
|
29544
29654
|
nights: { __type: "Int" },
|
|
29545
29655
|
otaReservationId: { __type: "uuid" },
|
|
29656
|
+
owners_cent_total: { __type: "bigint" },
|
|
29546
29657
|
paidStatus: { __type: "paidStatus_enum" },
|
|
29547
29658
|
paymentMethod: { __type: "String" },
|
|
29548
29659
|
pmsReferenceCode: { __type: "String" },
|
|
29660
|
+
short_ref: { __type: "String" },
|
|
29549
29661
|
sourceId: { __type: "uuid" },
|
|
29550
29662
|
status: { __type: "reservation_status_enum" },
|
|
29663
|
+
tax_cent_total: { __type: "bigint" },
|
|
29551
29664
|
tenantId: { __type: "uuid" },
|
|
29552
29665
|
uniqueRef: { __type: "String" },
|
|
29553
29666
|
uniqueRef2: { __type: "String" },
|
|
@@ -29632,7 +29745,10 @@ export const generatedSchema = {
|
|
|
29632
29745
|
centService: { __type: "Float" },
|
|
29633
29746
|
centTotal: { __type: "Float" },
|
|
29634
29747
|
guests: { __type: "Float" },
|
|
29748
|
+
manager_cent_total: { __type: "Float" },
|
|
29635
29749
|
nights: { __type: "Float" },
|
|
29750
|
+
owners_cent_total: { __type: "Float" },
|
|
29751
|
+
tax_cent_total: { __type: "Float" },
|
|
29636
29752
|
},
|
|
29637
29753
|
reservation_stddev_order_by: {
|
|
29638
29754
|
centAccommodation: { __type: "order_by" },
|
|
@@ -29646,7 +29762,10 @@ export const generatedSchema = {
|
|
|
29646
29762
|
centService: { __type: "order_by" },
|
|
29647
29763
|
centTotal: { __type: "order_by" },
|
|
29648
29764
|
guests: { __type: "order_by" },
|
|
29765
|
+
manager_cent_total: { __type: "order_by" },
|
|
29649
29766
|
nights: { __type: "order_by" },
|
|
29767
|
+
owners_cent_total: { __type: "order_by" },
|
|
29768
|
+
tax_cent_total: { __type: "order_by" },
|
|
29650
29769
|
},
|
|
29651
29770
|
reservation_stddev_pop_fields: {
|
|
29652
29771
|
__typename: { __type: "String!" },
|
|
@@ -29661,7 +29780,10 @@ export const generatedSchema = {
|
|
|
29661
29780
|
centService: { __type: "Float" },
|
|
29662
29781
|
centTotal: { __type: "Float" },
|
|
29663
29782
|
guests: { __type: "Float" },
|
|
29783
|
+
manager_cent_total: { __type: "Float" },
|
|
29664
29784
|
nights: { __type: "Float" },
|
|
29785
|
+
owners_cent_total: { __type: "Float" },
|
|
29786
|
+
tax_cent_total: { __type: "Float" },
|
|
29665
29787
|
},
|
|
29666
29788
|
reservation_stddev_pop_order_by: {
|
|
29667
29789
|
centAccommodation: { __type: "order_by" },
|
|
@@ -29675,7 +29797,10 @@ export const generatedSchema = {
|
|
|
29675
29797
|
centService: { __type: "order_by" },
|
|
29676
29798
|
centTotal: { __type: "order_by" },
|
|
29677
29799
|
guests: { __type: "order_by" },
|
|
29800
|
+
manager_cent_total: { __type: "order_by" },
|
|
29678
29801
|
nights: { __type: "order_by" },
|
|
29802
|
+
owners_cent_total: { __type: "order_by" },
|
|
29803
|
+
tax_cent_total: { __type: "order_by" },
|
|
29679
29804
|
},
|
|
29680
29805
|
reservation_stddev_samp_fields: {
|
|
29681
29806
|
__typename: { __type: "String!" },
|
|
@@ -29690,7 +29815,10 @@ export const generatedSchema = {
|
|
|
29690
29815
|
centService: { __type: "Float" },
|
|
29691
29816
|
centTotal: { __type: "Float" },
|
|
29692
29817
|
guests: { __type: "Float" },
|
|
29818
|
+
manager_cent_total: { __type: "Float" },
|
|
29693
29819
|
nights: { __type: "Float" },
|
|
29820
|
+
owners_cent_total: { __type: "Float" },
|
|
29821
|
+
tax_cent_total: { __type: "Float" },
|
|
29694
29822
|
},
|
|
29695
29823
|
reservation_stddev_samp_order_by: {
|
|
29696
29824
|
centAccommodation: { __type: "order_by" },
|
|
@@ -29704,7 +29832,10 @@ export const generatedSchema = {
|
|
|
29704
29832
|
centService: { __type: "order_by" },
|
|
29705
29833
|
centTotal: { __type: "order_by" },
|
|
29706
29834
|
guests: { __type: "order_by" },
|
|
29835
|
+
manager_cent_total: { __type: "order_by" },
|
|
29707
29836
|
nights: { __type: "order_by" },
|
|
29837
|
+
owners_cent_total: { __type: "order_by" },
|
|
29838
|
+
tax_cent_total: { __type: "order_by" },
|
|
29708
29839
|
},
|
|
29709
29840
|
reservation_stream_cursor_input: {
|
|
29710
29841
|
initial_value: { __type: "reservation_stream_cursor_value_input!" },
|
|
@@ -29734,21 +29865,26 @@ export const generatedSchema = {
|
|
|
29734
29865
|
createdAt: { __type: "timestamptz" },
|
|
29735
29866
|
currency: { __type: "currency_enum" },
|
|
29736
29867
|
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
29868
|
+
general_ledger_status: { __type: "activeStatus_enum" },
|
|
29737
29869
|
guestName: { __type: "String" },
|
|
29738
29870
|
guests: { __type: "Int" },
|
|
29739
29871
|
id: { __type: "uuid" },
|
|
29740
29872
|
lineMap: { __type: "jsonb" },
|
|
29741
29873
|
listingConnectionId: { __type: "uuid" },
|
|
29742
29874
|
listingId: { __type: "uuid" },
|
|
29875
|
+
manager_cent_total: { __type: "bigint" },
|
|
29743
29876
|
matchPaymentCustomerRef: { __type: "String" },
|
|
29744
29877
|
metadata: { __type: "jsonb" },
|
|
29745
29878
|
nights: { __type: "Int" },
|
|
29746
29879
|
otaReservationId: { __type: "uuid" },
|
|
29880
|
+
owners_cent_total: { __type: "bigint" },
|
|
29747
29881
|
paidStatus: { __type: "paidStatus_enum" },
|
|
29748
29882
|
paymentMethod: { __type: "String" },
|
|
29749
29883
|
pmsReferenceCode: { __type: "String" },
|
|
29884
|
+
short_ref: { __type: "String" },
|
|
29750
29885
|
sourceId: { __type: "uuid" },
|
|
29751
29886
|
status: { __type: "reservation_status_enum" },
|
|
29887
|
+
tax_cent_total: { __type: "bigint" },
|
|
29752
29888
|
tenantId: { __type: "uuid" },
|
|
29753
29889
|
uniqueRef: { __type: "String" },
|
|
29754
29890
|
uniqueRef2: { __type: "String" },
|
|
@@ -29768,7 +29904,10 @@ export const generatedSchema = {
|
|
|
29768
29904
|
centService: { __type: "Int" },
|
|
29769
29905
|
centTotal: { __type: "bigint" },
|
|
29770
29906
|
guests: { __type: "Int" },
|
|
29907
|
+
manager_cent_total: { __type: "bigint" },
|
|
29771
29908
|
nights: { __type: "Int" },
|
|
29909
|
+
owners_cent_total: { __type: "bigint" },
|
|
29910
|
+
tax_cent_total: { __type: "bigint" },
|
|
29772
29911
|
},
|
|
29773
29912
|
reservation_sum_order_by: {
|
|
29774
29913
|
centAccommodation: { __type: "order_by" },
|
|
@@ -29782,7 +29921,10 @@ export const generatedSchema = {
|
|
|
29782
29921
|
centService: { __type: "order_by" },
|
|
29783
29922
|
centTotal: { __type: "order_by" },
|
|
29784
29923
|
guests: { __type: "order_by" },
|
|
29924
|
+
manager_cent_total: { __type: "order_by" },
|
|
29785
29925
|
nights: { __type: "order_by" },
|
|
29926
|
+
owners_cent_total: { __type: "order_by" },
|
|
29927
|
+
tax_cent_total: { __type: "order_by" },
|
|
29786
29928
|
},
|
|
29787
29929
|
reservation_updates: {
|
|
29788
29930
|
_append: { __type: "reservation_append_input" },
|
|
@@ -29807,7 +29949,10 @@ export const generatedSchema = {
|
|
|
29807
29949
|
centService: { __type: "Float" },
|
|
29808
29950
|
centTotal: { __type: "Float" },
|
|
29809
29951
|
guests: { __type: "Float" },
|
|
29952
|
+
manager_cent_total: { __type: "Float" },
|
|
29810
29953
|
nights: { __type: "Float" },
|
|
29954
|
+
owners_cent_total: { __type: "Float" },
|
|
29955
|
+
tax_cent_total: { __type: "Float" },
|
|
29811
29956
|
},
|
|
29812
29957
|
reservation_var_pop_order_by: {
|
|
29813
29958
|
centAccommodation: { __type: "order_by" },
|
|
@@ -29821,7 +29966,10 @@ export const generatedSchema = {
|
|
|
29821
29966
|
centService: { __type: "order_by" },
|
|
29822
29967
|
centTotal: { __type: "order_by" },
|
|
29823
29968
|
guests: { __type: "order_by" },
|
|
29969
|
+
manager_cent_total: { __type: "order_by" },
|
|
29824
29970
|
nights: { __type: "order_by" },
|
|
29971
|
+
owners_cent_total: { __type: "order_by" },
|
|
29972
|
+
tax_cent_total: { __type: "order_by" },
|
|
29825
29973
|
},
|
|
29826
29974
|
reservation_var_samp_fields: {
|
|
29827
29975
|
__typename: { __type: "String!" },
|
|
@@ -29836,7 +29984,10 @@ export const generatedSchema = {
|
|
|
29836
29984
|
centService: { __type: "Float" },
|
|
29837
29985
|
centTotal: { __type: "Float" },
|
|
29838
29986
|
guests: { __type: "Float" },
|
|
29987
|
+
manager_cent_total: { __type: "Float" },
|
|
29839
29988
|
nights: { __type: "Float" },
|
|
29989
|
+
owners_cent_total: { __type: "Float" },
|
|
29990
|
+
tax_cent_total: { __type: "Float" },
|
|
29840
29991
|
},
|
|
29841
29992
|
reservation_var_samp_order_by: {
|
|
29842
29993
|
centAccommodation: { __type: "order_by" },
|
|
@@ -29850,7 +30001,10 @@ export const generatedSchema = {
|
|
|
29850
30001
|
centService: { __type: "order_by" },
|
|
29851
30002
|
centTotal: { __type: "order_by" },
|
|
29852
30003
|
guests: { __type: "order_by" },
|
|
30004
|
+
manager_cent_total: { __type: "order_by" },
|
|
29853
30005
|
nights: { __type: "order_by" },
|
|
30006
|
+
owners_cent_total: { __type: "order_by" },
|
|
30007
|
+
tax_cent_total: { __type: "order_by" },
|
|
29854
30008
|
},
|
|
29855
30009
|
reservation_variance_fields: {
|
|
29856
30010
|
__typename: { __type: "String!" },
|
|
@@ -29865,7 +30019,10 @@ export const generatedSchema = {
|
|
|
29865
30019
|
centService: { __type: "Float" },
|
|
29866
30020
|
centTotal: { __type: "Float" },
|
|
29867
30021
|
guests: { __type: "Float" },
|
|
30022
|
+
manager_cent_total: { __type: "Float" },
|
|
29868
30023
|
nights: { __type: "Float" },
|
|
30024
|
+
owners_cent_total: { __type: "Float" },
|
|
30025
|
+
tax_cent_total: { __type: "Float" },
|
|
29869
30026
|
},
|
|
29870
30027
|
reservation_variance_order_by: {
|
|
29871
30028
|
centAccommodation: { __type: "order_by" },
|
|
@@ -29879,7 +30036,10 @@ export const generatedSchema = {
|
|
|
29879
30036
|
centService: { __type: "order_by" },
|
|
29880
30037
|
centTotal: { __type: "order_by" },
|
|
29881
30038
|
guests: { __type: "order_by" },
|
|
30039
|
+
manager_cent_total: { __type: "order_by" },
|
|
29882
30040
|
nights: { __type: "order_by" },
|
|
30041
|
+
owners_cent_total: { __type: "order_by" },
|
|
30042
|
+
tax_cent_total: { __type: "order_by" },
|
|
29883
30043
|
},
|
|
29884
30044
|
setting: {
|
|
29885
30045
|
__typename: { __type: "String!" },
|
|
@@ -37599,6 +37759,7 @@ export const generatedSchema = {
|
|
|
37599
37759
|
where: "owner_statement_bool_exp",
|
|
37600
37760
|
},
|
|
37601
37761
|
},
|
|
37762
|
+
owner_portal_show_draft_statements: { __type: "Boolean" },
|
|
37602
37763
|
owners: {
|
|
37603
37764
|
__type: "[owner!]!",
|
|
37604
37765
|
__args: {
|
|
@@ -37711,6 +37872,7 @@ export const generatedSchema = {
|
|
|
37711
37872
|
where: "setting_bool_exp",
|
|
37712
37873
|
},
|
|
37713
37874
|
},
|
|
37875
|
+
settingsData: { __type: "jsonb", __args: { path: "String" } },
|
|
37714
37876
|
settings_aggregate: {
|
|
37715
37877
|
__type: "setting_aggregate!",
|
|
37716
37878
|
__args: {
|
|
@@ -37945,6 +38107,7 @@ export const generatedSchema = {
|
|
|
37945
38107
|
tenant_append_input: {
|
|
37946
38108
|
billingAddressData: { __type: "jsonb" },
|
|
37947
38109
|
featureFlags: { __type: "jsonb" },
|
|
38110
|
+
settingsData: { __type: "jsonb" },
|
|
37948
38111
|
setup: { __type: "jsonb" },
|
|
37949
38112
|
statementAddressData: { __type: "jsonb" },
|
|
37950
38113
|
},
|
|
@@ -38043,6 +38206,7 @@ export const generatedSchema = {
|
|
|
38043
38206
|
name: { __type: "String_comparison_exp" },
|
|
38044
38207
|
ownerStatements: { __type: "owner_statement_bool_exp" },
|
|
38045
38208
|
ownerStatements_aggregate: { __type: "owner_statement_aggregate_bool_exp" },
|
|
38209
|
+
owner_portal_show_draft_statements: { __type: "Boolean_comparison_exp" },
|
|
38046
38210
|
owners: { __type: "owner_bool_exp" },
|
|
38047
38211
|
owners_aggregate: { __type: "owner_aggregate_bool_exp" },
|
|
38048
38212
|
partner: { __type: "tenant_bool_exp" },
|
|
@@ -38056,6 +38220,7 @@ export const generatedSchema = {
|
|
|
38056
38220
|
reservations: { __type: "reservation_bool_exp" },
|
|
38057
38221
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
38058
38222
|
settings: { __type: "setting_bool_exp" },
|
|
38223
|
+
settingsData: { __type: "jsonb_comparison_exp" },
|
|
38059
38224
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
38060
38225
|
setup: { __type: "jsonb_comparison_exp" },
|
|
38061
38226
|
setupCompleted: { __type: "Boolean_comparison_exp" },
|
|
@@ -38093,18 +38258,21 @@ export const generatedSchema = {
|
|
|
38093
38258
|
tenant_delete_at_path_input: {
|
|
38094
38259
|
billingAddressData: { __type: "[String!]" },
|
|
38095
38260
|
featureFlags: { __type: "[String!]" },
|
|
38261
|
+
settingsData: { __type: "[String!]" },
|
|
38096
38262
|
setup: { __type: "[String!]" },
|
|
38097
38263
|
statementAddressData: { __type: "[String!]" },
|
|
38098
38264
|
},
|
|
38099
38265
|
tenant_delete_elem_input: {
|
|
38100
38266
|
billingAddressData: { __type: "Int" },
|
|
38101
38267
|
featureFlags: { __type: "Int" },
|
|
38268
|
+
settingsData: { __type: "Int" },
|
|
38102
38269
|
setup: { __type: "Int" },
|
|
38103
38270
|
statementAddressData: { __type: "Int" },
|
|
38104
38271
|
},
|
|
38105
38272
|
tenant_delete_key_input: {
|
|
38106
38273
|
billingAddressData: { __type: "String" },
|
|
38107
38274
|
featureFlags: { __type: "String" },
|
|
38275
|
+
settingsData: { __type: "String" },
|
|
38108
38276
|
setup: { __type: "String" },
|
|
38109
38277
|
statementAddressData: { __type: "String" },
|
|
38110
38278
|
},
|
|
@@ -38165,6 +38333,7 @@ export const generatedSchema = {
|
|
|
38165
38333
|
monitorConnections: { __type: "monitorConnection_arr_rel_insert_input" },
|
|
38166
38334
|
name: { __type: "String" },
|
|
38167
38335
|
ownerStatements: { __type: "owner_statement_arr_rel_insert_input" },
|
|
38336
|
+
owner_portal_show_draft_statements: { __type: "Boolean" },
|
|
38168
38337
|
owners: { __type: "owner_arr_rel_insert_input" },
|
|
38169
38338
|
partner: { __type: "tenant_obj_rel_insert_input" },
|
|
38170
38339
|
partnerId: { __type: "uuid" },
|
|
@@ -38173,6 +38342,7 @@ export const generatedSchema = {
|
|
|
38173
38342
|
rates: { __type: "rate_arr_rel_insert_input" },
|
|
38174
38343
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
38175
38344
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
38345
|
+
settingsData: { __type: "jsonb" },
|
|
38176
38346
|
setup: { __type: "jsonb" },
|
|
38177
38347
|
setupCompleted: { __type: "Boolean" },
|
|
38178
38348
|
sources: { __type: "source_arr_rel_insert_input" },
|
|
@@ -38440,6 +38610,7 @@ export const generatedSchema = {
|
|
|
38440
38610
|
},
|
|
38441
38611
|
name: { __type: "order_by" },
|
|
38442
38612
|
ownerStatements_aggregate: { __type: "owner_statement_aggregate_order_by" },
|
|
38613
|
+
owner_portal_show_draft_statements: { __type: "order_by" },
|
|
38443
38614
|
owners_aggregate: { __type: "owner_aggregate_order_by" },
|
|
38444
38615
|
partner: { __type: "tenant_order_by" },
|
|
38445
38616
|
partnerId: { __type: "order_by" },
|
|
@@ -38447,6 +38618,7 @@ export const generatedSchema = {
|
|
|
38447
38618
|
paymentLines_aggregate: { __type: "payment_line_aggregate_order_by" },
|
|
38448
38619
|
rates_aggregate: { __type: "rate_aggregate_order_by" },
|
|
38449
38620
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
38621
|
+
settingsData: { __type: "order_by" },
|
|
38450
38622
|
settings_aggregate: { __type: "setting_aggregate_order_by" },
|
|
38451
38623
|
setup: { __type: "order_by" },
|
|
38452
38624
|
setupCompleted: { __type: "order_by" },
|
|
@@ -38478,6 +38650,7 @@ export const generatedSchema = {
|
|
|
38478
38650
|
tenant_prepend_input: {
|
|
38479
38651
|
billingAddressData: { __type: "jsonb" },
|
|
38480
38652
|
featureFlags: { __type: "jsonb" },
|
|
38653
|
+
settingsData: { __type: "jsonb" },
|
|
38481
38654
|
setup: { __type: "jsonb" },
|
|
38482
38655
|
statementAddressData: { __type: "jsonb" },
|
|
38483
38656
|
},
|
|
@@ -38516,7 +38689,9 @@ export const generatedSchema = {
|
|
|
38516
38689
|
logo: { __type: "String" },
|
|
38517
38690
|
longTermStayNights: { __type: "Int" },
|
|
38518
38691
|
name: { __type: "String" },
|
|
38692
|
+
owner_portal_show_draft_statements: { __type: "Boolean" },
|
|
38519
38693
|
partnerId: { __type: "uuid" },
|
|
38694
|
+
settingsData: { __type: "jsonb" },
|
|
38520
38695
|
setup: { __type: "jsonb" },
|
|
38521
38696
|
setupCompleted: { __type: "Boolean" },
|
|
38522
38697
|
statementAddressData: { __type: "jsonb" },
|
|
@@ -38602,7 +38777,9 @@ export const generatedSchema = {
|
|
|
38602
38777
|
logo: { __type: "String" },
|
|
38603
38778
|
longTermStayNights: { __type: "Int" },
|
|
38604
38779
|
name: { __type: "String" },
|
|
38780
|
+
owner_portal_show_draft_statements: { __type: "Boolean" },
|
|
38605
38781
|
partnerId: { __type: "uuid" },
|
|
38782
|
+
settingsData: { __type: "jsonb" },
|
|
38606
38783
|
setup: { __type: "jsonb" },
|
|
38607
38784
|
setupCompleted: { __type: "Boolean" },
|
|
38608
38785
|
statementAddressData: { __type: "jsonb" },
|
|
@@ -40113,7 +40290,9 @@ export const generatedSchema = {
|
|
|
40113
40290
|
},
|
|
40114
40291
|
matchBankAccountLast4: { __type: "String" },
|
|
40115
40292
|
matchStatus: { __type: "String" },
|
|
40116
|
-
|
|
40293
|
+
match_line_type_classification: { __type: "String" },
|
|
40294
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
40295
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40117
40296
|
paidAt: { __type: "timestamptz" },
|
|
40118
40297
|
paidStatus: { __type: "paidStatus_enum" },
|
|
40119
40298
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40140,6 +40319,7 @@ export const generatedSchema = {
|
|
|
40140
40319
|
where: "transaction_bool_exp",
|
|
40141
40320
|
},
|
|
40142
40321
|
},
|
|
40322
|
+
short_ref: { __type: "String" },
|
|
40143
40323
|
source: { __type: "source" },
|
|
40144
40324
|
sourceId: { __type: "uuid" },
|
|
40145
40325
|
status: { __type: "activeStatus_enum!" },
|
|
@@ -40154,6 +40334,8 @@ export const generatedSchema = {
|
|
|
40154
40334
|
account: { __type: "account" },
|
|
40155
40335
|
accountAssignmentType: { __type: "accountAssignmentType_enum" },
|
|
40156
40336
|
accountId: { __type: "uuid" },
|
|
40337
|
+
applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
|
|
40338
|
+
applied_amount_tax_rate_id: { __type: "uuid" },
|
|
40157
40339
|
centTotal: { __type: "Int!" },
|
|
40158
40340
|
contact: { __type: "contact" },
|
|
40159
40341
|
contactId: { __type: "uuid" },
|
|
@@ -40190,7 +40372,6 @@ export const generatedSchema = {
|
|
|
40190
40372
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40191
40373
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40192
40374
|
matchStatus: { __type: "String" },
|
|
40193
|
-
matchers: { __type: "jsonb", __args: { path: "String" } },
|
|
40194
40375
|
ownerStatement: { __type: "owner_statement" },
|
|
40195
40376
|
ownerStatementId: { __type: "uuid" },
|
|
40196
40377
|
party: { __type: "party_enum" },
|
|
@@ -40251,7 +40432,6 @@ export const generatedSchema = {
|
|
|
40251
40432
|
var_samp: { __type: "transactionLine_var_samp_order_by" },
|
|
40252
40433
|
variance: { __type: "transactionLine_variance_order_by" },
|
|
40253
40434
|
},
|
|
40254
|
-
transactionLine_append_input: { matchers: { __type: "jsonb" } },
|
|
40255
40435
|
transactionLine_arr_rel_insert_input: {
|
|
40256
40436
|
data: { __type: "[transactionLine_insert_input!]!" },
|
|
40257
40437
|
on_conflict: { __type: "transactionLine_on_conflict" },
|
|
@@ -40274,6 +40454,8 @@ export const generatedSchema = {
|
|
|
40274
40454
|
__type: "accountAssignmentType_enum_comparison_exp",
|
|
40275
40455
|
},
|
|
40276
40456
|
accountId: { __type: "uuid_comparison_exp" },
|
|
40457
|
+
applied_amount_tax_behavior: { __type: "taxBehavior_enum_comparison_exp" },
|
|
40458
|
+
applied_amount_tax_rate_id: { __type: "uuid_comparison_exp" },
|
|
40277
40459
|
centTotal: { __type: "Int_comparison_exp" },
|
|
40278
40460
|
contact: { __type: "contact_bool_exp" },
|
|
40279
40461
|
contactId: { __type: "uuid_comparison_exp" },
|
|
@@ -40292,7 +40474,6 @@ export const generatedSchema = {
|
|
|
40292
40474
|
matchReservationConfirmationCode: { __type: "String_comparison_exp" },
|
|
40293
40475
|
matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
|
|
40294
40476
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40295
|
-
matchers: { __type: "jsonb_comparison_exp" },
|
|
40296
40477
|
ownerStatement: { __type: "owner_statement_bool_exp" },
|
|
40297
40478
|
ownerStatementId: { __type: "uuid_comparison_exp" },
|
|
40298
40479
|
party: { __type: "party_enum_comparison_exp" },
|
|
@@ -40308,9 +40489,6 @@ export const generatedSchema = {
|
|
|
40308
40489
|
uniqueRef: { __type: "String_comparison_exp" },
|
|
40309
40490
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
40310
40491
|
},
|
|
40311
|
-
transactionLine_delete_at_path_input: { matchers: { __type: "[String!]" } },
|
|
40312
|
-
transactionLine_delete_elem_input: { matchers: { __type: "Int" } },
|
|
40313
|
-
transactionLine_delete_key_input: { matchers: { __type: "String" } },
|
|
40314
40492
|
transactionLine_inc_input: {
|
|
40315
40493
|
centTotal: { __type: "Int" },
|
|
40316
40494
|
markupCentTotal: { __type: "Int" },
|
|
@@ -40319,6 +40497,8 @@ export const generatedSchema = {
|
|
|
40319
40497
|
account: { __type: "account_obj_rel_insert_input" },
|
|
40320
40498
|
accountAssignmentType: { __type: "accountAssignmentType_enum" },
|
|
40321
40499
|
accountId: { __type: "uuid" },
|
|
40500
|
+
applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
|
|
40501
|
+
applied_amount_tax_rate_id: { __type: "uuid" },
|
|
40322
40502
|
centTotal: { __type: "Int" },
|
|
40323
40503
|
contact: { __type: "contact_obj_rel_insert_input" },
|
|
40324
40504
|
contactId: { __type: "uuid" },
|
|
@@ -40335,7 +40515,6 @@ export const generatedSchema = {
|
|
|
40335
40515
|
matchLineTypeClassification: { __type: "String" },
|
|
40336
40516
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40337
40517
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40338
|
-
matchers: { __type: "jsonb" },
|
|
40339
40518
|
ownerStatement: { __type: "owner_statement_obj_rel_insert_input" },
|
|
40340
40519
|
ownerStatementId: { __type: "uuid" },
|
|
40341
40520
|
party: { __type: "party_enum" },
|
|
@@ -40354,6 +40533,7 @@ export const generatedSchema = {
|
|
|
40354
40533
|
transactionLine_max_fields: {
|
|
40355
40534
|
__typename: { __type: "String!" },
|
|
40356
40535
|
accountId: { __type: "uuid" },
|
|
40536
|
+
applied_amount_tax_rate_id: { __type: "uuid" },
|
|
40357
40537
|
centTotal: { __type: "Int" },
|
|
40358
40538
|
contactId: { __type: "uuid" },
|
|
40359
40539
|
createdAt: { __type: "timestamptz" },
|
|
@@ -40375,6 +40555,7 @@ export const generatedSchema = {
|
|
|
40375
40555
|
},
|
|
40376
40556
|
transactionLine_max_order_by: {
|
|
40377
40557
|
accountId: { __type: "order_by" },
|
|
40558
|
+
applied_amount_tax_rate_id: { __type: "order_by" },
|
|
40378
40559
|
centTotal: { __type: "order_by" },
|
|
40379
40560
|
contactId: { __type: "order_by" },
|
|
40380
40561
|
createdAt: { __type: "order_by" },
|
|
@@ -40397,6 +40578,7 @@ export const generatedSchema = {
|
|
|
40397
40578
|
transactionLine_min_fields: {
|
|
40398
40579
|
__typename: { __type: "String!" },
|
|
40399
40580
|
accountId: { __type: "uuid" },
|
|
40581
|
+
applied_amount_tax_rate_id: { __type: "uuid" },
|
|
40400
40582
|
centTotal: { __type: "Int" },
|
|
40401
40583
|
contactId: { __type: "uuid" },
|
|
40402
40584
|
createdAt: { __type: "timestamptz" },
|
|
@@ -40418,6 +40600,7 @@ export const generatedSchema = {
|
|
|
40418
40600
|
},
|
|
40419
40601
|
transactionLine_min_order_by: {
|
|
40420
40602
|
accountId: { __type: "order_by" },
|
|
40603
|
+
applied_amount_tax_rate_id: { __type: "order_by" },
|
|
40421
40604
|
centTotal: { __type: "order_by" },
|
|
40422
40605
|
contactId: { __type: "order_by" },
|
|
40423
40606
|
createdAt: { __type: "order_by" },
|
|
@@ -40455,6 +40638,8 @@ export const generatedSchema = {
|
|
|
40455
40638
|
account: { __type: "account_order_by" },
|
|
40456
40639
|
accountAssignmentType: { __type: "order_by" },
|
|
40457
40640
|
accountId: { __type: "order_by" },
|
|
40641
|
+
applied_amount_tax_behavior: { __type: "order_by" },
|
|
40642
|
+
applied_amount_tax_rate_id: { __type: "order_by" },
|
|
40458
40643
|
centTotal: { __type: "order_by" },
|
|
40459
40644
|
contact: { __type: "contact_order_by" },
|
|
40460
40645
|
contactId: { __type: "order_by" },
|
|
@@ -40472,7 +40657,6 @@ export const generatedSchema = {
|
|
|
40472
40657
|
matchReservationConfirmationCode: { __type: "order_by" },
|
|
40473
40658
|
matchReservationStripeGuestRef: { __type: "order_by" },
|
|
40474
40659
|
matchStatus: { __type: "order_by" },
|
|
40475
|
-
matchers: { __type: "order_by" },
|
|
40476
40660
|
ownerStatement: { __type: "owner_statement_order_by" },
|
|
40477
40661
|
ownerStatementId: { __type: "order_by" },
|
|
40478
40662
|
party: { __type: "order_by" },
|
|
@@ -40489,10 +40673,11 @@ export const generatedSchema = {
|
|
|
40489
40673
|
updatedAt: { __type: "order_by" },
|
|
40490
40674
|
},
|
|
40491
40675
|
transactionLine_pk_columns_input: { id: { __type: "uuid!" } },
|
|
40492
|
-
transactionLine_prepend_input: { matchers: { __type: "jsonb" } },
|
|
40493
40676
|
transactionLine_set_input: {
|
|
40494
40677
|
accountAssignmentType: { __type: "accountAssignmentType_enum" },
|
|
40495
40678
|
accountId: { __type: "uuid" },
|
|
40679
|
+
applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
|
|
40680
|
+
applied_amount_tax_rate_id: { __type: "uuid" },
|
|
40496
40681
|
centTotal: { __type: "Int" },
|
|
40497
40682
|
contactId: { __type: "uuid" },
|
|
40498
40683
|
createdAt: { __type: "timestamptz" },
|
|
@@ -40505,7 +40690,6 @@ export const generatedSchema = {
|
|
|
40505
40690
|
matchLineTypeClassification: { __type: "String" },
|
|
40506
40691
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40507
40692
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40508
|
-
matchers: { __type: "jsonb" },
|
|
40509
40693
|
ownerStatementId: { __type: "uuid" },
|
|
40510
40694
|
party: { __type: "party_enum" },
|
|
40511
40695
|
reservationId: { __type: "uuid" },
|
|
@@ -40548,6 +40732,8 @@ export const generatedSchema = {
|
|
|
40548
40732
|
transactionLine_stream_cursor_value_input: {
|
|
40549
40733
|
accountAssignmentType: { __type: "accountAssignmentType_enum" },
|
|
40550
40734
|
accountId: { __type: "uuid" },
|
|
40735
|
+
applied_amount_tax_behavior: { __type: "taxBehavior_enum" },
|
|
40736
|
+
applied_amount_tax_rate_id: { __type: "uuid" },
|
|
40551
40737
|
centTotal: { __type: "Int" },
|
|
40552
40738
|
contactId: { __type: "uuid" },
|
|
40553
40739
|
createdAt: { __type: "timestamptz" },
|
|
@@ -40561,7 +40747,6 @@ export const generatedSchema = {
|
|
|
40561
40747
|
matchReservationConfirmationCode: { __type: "String" },
|
|
40562
40748
|
matchReservationStripeGuestRef: { __type: "String" },
|
|
40563
40749
|
matchStatus: { __type: "String" },
|
|
40564
|
-
matchers: { __type: "jsonb" },
|
|
40565
40750
|
ownerStatementId: { __type: "uuid" },
|
|
40566
40751
|
party: { __type: "party_enum" },
|
|
40567
40752
|
reservationId: { __type: "uuid" },
|
|
@@ -40580,12 +40765,7 @@ export const generatedSchema = {
|
|
|
40580
40765
|
markupCentTotal: { __type: "order_by" },
|
|
40581
40766
|
},
|
|
40582
40767
|
transactionLine_updates: {
|
|
40583
|
-
_append: { __type: "transactionLine_append_input" },
|
|
40584
|
-
_delete_at_path: { __type: "transactionLine_delete_at_path_input" },
|
|
40585
|
-
_delete_elem: { __type: "transactionLine_delete_elem_input" },
|
|
40586
|
-
_delete_key: { __type: "transactionLine_delete_key_input" },
|
|
40587
40768
|
_inc: { __type: "transactionLine_inc_input" },
|
|
40588
|
-
_prepend: { __type: "transactionLine_prepend_input" },
|
|
40589
40769
|
_set: { __type: "transactionLine_set_input" },
|
|
40590
40770
|
where: { __type: "transactionLine_bool_exp!" },
|
|
40591
40771
|
},
|
|
@@ -40725,10 +40905,7 @@ export const generatedSchema = {
|
|
|
40725
40905
|
var_samp: { __type: "transaction_var_samp_order_by" },
|
|
40726
40906
|
variance: { __type: "transaction_variance_order_by" },
|
|
40727
40907
|
},
|
|
40728
|
-
transaction_append_input: {
|
|
40729
|
-
matchers: { __type: "jsonb" },
|
|
40730
|
-
recurringPattern: { __type: "jsonb" },
|
|
40731
|
-
},
|
|
40908
|
+
transaction_append_input: { recurringPattern: { __type: "jsonb" } },
|
|
40732
40909
|
transaction_arr_rel_insert_input: {
|
|
40733
40910
|
data: { __type: "[transaction_insert_input!]!" },
|
|
40734
40911
|
on_conflict: { __type: "transaction_on_conflict" },
|
|
@@ -40766,7 +40943,9 @@ export const generatedSchema = {
|
|
|
40766
40943
|
lines_aggregate: { __type: "transactionLine_aggregate_bool_exp" },
|
|
40767
40944
|
matchBankAccountLast4: { __type: "String_comparison_exp" },
|
|
40768
40945
|
matchStatus: { __type: "String_comparison_exp" },
|
|
40769
|
-
|
|
40946
|
+
match_line_type_classification: { __type: "String_comparison_exp" },
|
|
40947
|
+
match_reservation_confirmation_code: { __type: "String_comparison_exp" },
|
|
40948
|
+
match_reservation_stripe_guest_ref: { __type: "String_comparison_exp" },
|
|
40770
40949
|
paidAt: { __type: "timestamptz_comparison_exp" },
|
|
40771
40950
|
paidStatus: { __type: "paidStatus_enum_comparison_exp" },
|
|
40772
40951
|
recurringFeeId: { __type: "uuid_comparison_exp" },
|
|
@@ -40777,6 +40956,7 @@ export const generatedSchema = {
|
|
|
40777
40956
|
recurringTemplateInstances_aggregate: {
|
|
40778
40957
|
__type: "transaction_aggregate_bool_exp",
|
|
40779
40958
|
},
|
|
40959
|
+
short_ref: { __type: "String_comparison_exp" },
|
|
40780
40960
|
source: { __type: "source_bool_exp" },
|
|
40781
40961
|
sourceId: { __type: "uuid_comparison_exp" },
|
|
40782
40962
|
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
@@ -40787,17 +40967,10 @@ export const generatedSchema = {
|
|
|
40787
40967
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
40788
40968
|
},
|
|
40789
40969
|
transaction_delete_at_path_input: {
|
|
40790
|
-
matchers: { __type: "[String!]" },
|
|
40791
40970
|
recurringPattern: { __type: "[String!]" },
|
|
40792
40971
|
},
|
|
40793
|
-
transaction_delete_elem_input: {
|
|
40794
|
-
|
|
40795
|
-
recurringPattern: { __type: "Int" },
|
|
40796
|
-
},
|
|
40797
|
-
transaction_delete_key_input: {
|
|
40798
|
-
matchers: { __type: "String" },
|
|
40799
|
-
recurringPattern: { __type: "String" },
|
|
40800
|
-
},
|
|
40972
|
+
transaction_delete_elem_input: { recurringPattern: { __type: "Int" } },
|
|
40973
|
+
transaction_delete_key_input: { recurringPattern: { __type: "String" } },
|
|
40801
40974
|
transaction_inc_input: { centTotal: { __type: "Int" } },
|
|
40802
40975
|
transaction_insert_input: {
|
|
40803
40976
|
account: { __type: "account_obj_rel_insert_input" },
|
|
@@ -40820,7 +40993,9 @@ export const generatedSchema = {
|
|
|
40820
40993
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
40821
40994
|
lines: { __type: "transactionLine_arr_rel_insert_input" },
|
|
40822
40995
|
matchBankAccountLast4: { __type: "String" },
|
|
40823
|
-
|
|
40996
|
+
match_line_type_classification: { __type: "String" },
|
|
40997
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
40998
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40824
40999
|
paidAt: { __type: "timestamptz" },
|
|
40825
41000
|
paidStatus: { __type: "paidStatus_enum" },
|
|
40826
41001
|
recurringFeeId: { __type: "uuid" },
|
|
@@ -40828,6 +41003,7 @@ export const generatedSchema = {
|
|
|
40828
41003
|
recurringTemplate: { __type: "transaction_obj_rel_insert_input" },
|
|
40829
41004
|
recurringTemplateId: { __type: "uuid" },
|
|
40830
41005
|
recurringTemplateInstances: { __type: "transaction_arr_rel_insert_input" },
|
|
41006
|
+
short_ref: { __type: "String" },
|
|
40831
41007
|
source: { __type: "source_obj_rel_insert_input" },
|
|
40832
41008
|
sourceId: { __type: "uuid" },
|
|
40833
41009
|
status: { __type: "activeStatus_enum" },
|
|
@@ -40850,9 +41026,13 @@ export const generatedSchema = {
|
|
|
40850
41026
|
id: { __type: "uuid" },
|
|
40851
41027
|
matchBankAccountLast4: { __type: "String" },
|
|
40852
41028
|
matchStatus: { __type: "String" },
|
|
41029
|
+
match_line_type_classification: { __type: "String" },
|
|
41030
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41031
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40853
41032
|
paidAt: { __type: "timestamptz" },
|
|
40854
41033
|
recurringFeeId: { __type: "uuid" },
|
|
40855
41034
|
recurringTemplateId: { __type: "uuid" },
|
|
41035
|
+
short_ref: { __type: "String" },
|
|
40856
41036
|
sourceId: { __type: "uuid" },
|
|
40857
41037
|
tenantId: { __type: "uuid" },
|
|
40858
41038
|
uniqueRef: { __type: "String" },
|
|
@@ -40870,9 +41050,13 @@ export const generatedSchema = {
|
|
|
40870
41050
|
id: { __type: "order_by" },
|
|
40871
41051
|
matchBankAccountLast4: { __type: "order_by" },
|
|
40872
41052
|
matchStatus: { __type: "order_by" },
|
|
41053
|
+
match_line_type_classification: { __type: "order_by" },
|
|
41054
|
+
match_reservation_confirmation_code: { __type: "order_by" },
|
|
41055
|
+
match_reservation_stripe_guest_ref: { __type: "order_by" },
|
|
40873
41056
|
paidAt: { __type: "order_by" },
|
|
40874
41057
|
recurringFeeId: { __type: "order_by" },
|
|
40875
41058
|
recurringTemplateId: { __type: "order_by" },
|
|
41059
|
+
short_ref: { __type: "order_by" },
|
|
40876
41060
|
sourceId: { __type: "order_by" },
|
|
40877
41061
|
tenantId: { __type: "order_by" },
|
|
40878
41062
|
uniqueRef: { __type: "order_by" },
|
|
@@ -40891,9 +41075,13 @@ export const generatedSchema = {
|
|
|
40891
41075
|
id: { __type: "uuid" },
|
|
40892
41076
|
matchBankAccountLast4: { __type: "String" },
|
|
40893
41077
|
matchStatus: { __type: "String" },
|
|
41078
|
+
match_line_type_classification: { __type: "String" },
|
|
41079
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41080
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40894
41081
|
paidAt: { __type: "timestamptz" },
|
|
40895
41082
|
recurringFeeId: { __type: "uuid" },
|
|
40896
41083
|
recurringTemplateId: { __type: "uuid" },
|
|
41084
|
+
short_ref: { __type: "String" },
|
|
40897
41085
|
sourceId: { __type: "uuid" },
|
|
40898
41086
|
tenantId: { __type: "uuid" },
|
|
40899
41087
|
uniqueRef: { __type: "String" },
|
|
@@ -40911,9 +41099,13 @@ export const generatedSchema = {
|
|
|
40911
41099
|
id: { __type: "order_by" },
|
|
40912
41100
|
matchBankAccountLast4: { __type: "order_by" },
|
|
40913
41101
|
matchStatus: { __type: "order_by" },
|
|
41102
|
+
match_line_type_classification: { __type: "order_by" },
|
|
41103
|
+
match_reservation_confirmation_code: { __type: "order_by" },
|
|
41104
|
+
match_reservation_stripe_guest_ref: { __type: "order_by" },
|
|
40914
41105
|
paidAt: { __type: "order_by" },
|
|
40915
41106
|
recurringFeeId: { __type: "order_by" },
|
|
40916
41107
|
recurringTemplateId: { __type: "order_by" },
|
|
41108
|
+
short_ref: { __type: "order_by" },
|
|
40917
41109
|
sourceId: { __type: "order_by" },
|
|
40918
41110
|
tenantId: { __type: "order_by" },
|
|
40919
41111
|
uniqueRef: { __type: "order_by" },
|
|
@@ -40955,7 +41147,9 @@ export const generatedSchema = {
|
|
|
40955
41147
|
lines_aggregate: { __type: "transactionLine_aggregate_order_by" },
|
|
40956
41148
|
matchBankAccountLast4: { __type: "order_by" },
|
|
40957
41149
|
matchStatus: { __type: "order_by" },
|
|
40958
|
-
|
|
41150
|
+
match_line_type_classification: { __type: "order_by" },
|
|
41151
|
+
match_reservation_confirmation_code: { __type: "order_by" },
|
|
41152
|
+
match_reservation_stripe_guest_ref: { __type: "order_by" },
|
|
40959
41153
|
paidAt: { __type: "order_by" },
|
|
40960
41154
|
paidStatus: { __type: "order_by" },
|
|
40961
41155
|
recurringFeeId: { __type: "order_by" },
|
|
@@ -40965,6 +41159,7 @@ export const generatedSchema = {
|
|
|
40965
41159
|
recurringTemplateInstances_aggregate: {
|
|
40966
41160
|
__type: "transaction_aggregate_order_by",
|
|
40967
41161
|
},
|
|
41162
|
+
short_ref: { __type: "order_by" },
|
|
40968
41163
|
source: { __type: "source_order_by" },
|
|
40969
41164
|
sourceId: { __type: "order_by" },
|
|
40970
41165
|
status: { __type: "order_by" },
|
|
@@ -40975,10 +41170,7 @@ export const generatedSchema = {
|
|
|
40975
41170
|
updatedAt: { __type: "order_by" },
|
|
40976
41171
|
},
|
|
40977
41172
|
transaction_pk_columns_input: { id: { __type: "uuid!" } },
|
|
40978
|
-
transaction_prepend_input: {
|
|
40979
|
-
matchers: { __type: "jsonb" },
|
|
40980
|
-
recurringPattern: { __type: "jsonb" },
|
|
40981
|
-
},
|
|
41173
|
+
transaction_prepend_input: { recurringPattern: { __type: "jsonb" } },
|
|
40982
41174
|
transaction_set_input: {
|
|
40983
41175
|
accountId: { __type: "uuid" },
|
|
40984
41176
|
centTotal: { __type: "Int" },
|
|
@@ -40991,12 +41183,15 @@ export const generatedSchema = {
|
|
|
40991
41183
|
dueAt: { __type: "timestamptz" },
|
|
40992
41184
|
id: { __type: "uuid" },
|
|
40993
41185
|
matchBankAccountLast4: { __type: "String" },
|
|
40994
|
-
|
|
41186
|
+
match_line_type_classification: { __type: "String" },
|
|
41187
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41188
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
40995
41189
|
paidAt: { __type: "timestamptz" },
|
|
40996
41190
|
paidStatus: { __type: "paidStatus_enum" },
|
|
40997
41191
|
recurringFeeId: { __type: "uuid" },
|
|
40998
41192
|
recurringPattern: { __type: "jsonb" },
|
|
40999
41193
|
recurringTemplateId: { __type: "uuid" },
|
|
41194
|
+
short_ref: { __type: "String" },
|
|
41000
41195
|
sourceId: { __type: "uuid" },
|
|
41001
41196
|
status: { __type: "activeStatus_enum" },
|
|
41002
41197
|
tenantId: { __type: "uuid" },
|
|
@@ -41036,12 +41231,15 @@ export const generatedSchema = {
|
|
|
41036
41231
|
id: { __type: "uuid" },
|
|
41037
41232
|
matchBankAccountLast4: { __type: "String" },
|
|
41038
41233
|
matchStatus: { __type: "String" },
|
|
41039
|
-
|
|
41234
|
+
match_line_type_classification: { __type: "String" },
|
|
41235
|
+
match_reservation_confirmation_code: { __type: "String" },
|
|
41236
|
+
match_reservation_stripe_guest_ref: { __type: "String" },
|
|
41040
41237
|
paidAt: { __type: "timestamptz" },
|
|
41041
41238
|
paidStatus: { __type: "paidStatus_enum" },
|
|
41042
41239
|
recurringFeeId: { __type: "uuid" },
|
|
41043
41240
|
recurringPattern: { __type: "jsonb" },
|
|
41044
41241
|
recurringTemplateId: { __type: "uuid" },
|
|
41242
|
+
short_ref: { __type: "String" },
|
|
41045
41243
|
sourceId: { __type: "uuid" },
|
|
41046
41244
|
status: { __type: "activeStatus_enum" },
|
|
41047
41245
|
tenantId: { __type: "uuid" },
|