@vrplatform/graphql 1.1.20 → 1.1.22
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 +35 -11
- package/build/main/gqty/schema.generated.js +15 -5
- package/build/module/gqty/schema.generated.d.ts +35 -11
- package/build/module/gqty/schema.generated.js +15 -5
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +35 -11
- package/src/gqty/schema.generated.js +15 -5
|
@@ -19557,6 +19557,7 @@ export interface reservation_bool_exp {
|
|
|
19557
19557
|
listingConnection?: InputMaybe<listing_connection_bool_exp>;
|
|
19558
19558
|
listingConnectionId?: InputMaybe<uuid_comparison_exp>;
|
|
19559
19559
|
listingId?: InputMaybe<uuid_comparison_exp>;
|
|
19560
|
+
matchPaymentCustomerRef?: InputMaybe<String_comparison_exp>;
|
|
19560
19561
|
members?: InputMaybe<tenant_user_bool_exp>;
|
|
19561
19562
|
members_aggregate?: InputMaybe<tenant_user_aggregate_bool_exp>;
|
|
19562
19563
|
metadata?: InputMaybe<jsonb_comparison_exp>;
|
|
@@ -19679,6 +19680,7 @@ export interface reservation_insert_input {
|
|
|
19679
19680
|
listingConnection?: InputMaybe<listing_connection_obj_rel_insert_input>;
|
|
19680
19681
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
19681
19682
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
19683
|
+
matchPaymentCustomerRef?: InputMaybe<Scalars["String"]>;
|
|
19682
19684
|
members?: InputMaybe<tenant_user_arr_rel_insert_input>;
|
|
19683
19685
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
19684
19686
|
nights?: InputMaybe<Scalars["Int"]>;
|
|
@@ -19735,6 +19737,7 @@ export interface reservation_max_order_by {
|
|
|
19735
19737
|
id?: InputMaybe<order_by>;
|
|
19736
19738
|
listingConnectionId?: InputMaybe<order_by>;
|
|
19737
19739
|
listingId?: InputMaybe<order_by>;
|
|
19740
|
+
matchPaymentCustomerRef?: InputMaybe<order_by>;
|
|
19738
19741
|
nights?: InputMaybe<order_by>;
|
|
19739
19742
|
otaReservationId?: InputMaybe<order_by>;
|
|
19740
19743
|
paymentMethod?: InputMaybe<order_by>;
|
|
@@ -19775,6 +19778,7 @@ export interface reservation_min_order_by {
|
|
|
19775
19778
|
id?: InputMaybe<order_by>;
|
|
19776
19779
|
listingConnectionId?: InputMaybe<order_by>;
|
|
19777
19780
|
listingId?: InputMaybe<order_by>;
|
|
19781
|
+
matchPaymentCustomerRef?: InputMaybe<order_by>;
|
|
19778
19782
|
nights?: InputMaybe<order_by>;
|
|
19779
19783
|
otaReservationId?: InputMaybe<order_by>;
|
|
19780
19784
|
paymentMethod?: InputMaybe<order_by>;
|
|
@@ -19839,6 +19843,7 @@ export interface reservation_order_by {
|
|
|
19839
19843
|
listingConnection?: InputMaybe<listing_connection_order_by>;
|
|
19840
19844
|
listingConnectionId?: InputMaybe<order_by>;
|
|
19841
19845
|
listingId?: InputMaybe<order_by>;
|
|
19846
|
+
matchPaymentCustomerRef?: InputMaybe<order_by>;
|
|
19842
19847
|
members_aggregate?: InputMaybe<tenant_user_aggregate_order_by>;
|
|
19843
19848
|
metadata?: InputMaybe<order_by>;
|
|
19844
19849
|
nights?: InputMaybe<order_by>;
|
|
@@ -19939,6 +19944,8 @@ export type reservation_select_column =
|
|
|
19939
19944
|
/** column name */
|
|
19940
19945
|
| "listingId"
|
|
19941
19946
|
/** column name */
|
|
19947
|
+
| "matchPaymentCustomerRef"
|
|
19948
|
+
/** column name */
|
|
19942
19949
|
| "metadata"
|
|
19943
19950
|
/** column name */
|
|
19944
19951
|
| "nights"
|
|
@@ -19995,6 +20002,7 @@ export interface reservation_set_input {
|
|
|
19995
20002
|
lineMap?: InputMaybe<Scalars["jsonb"]>;
|
|
19996
20003
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
19997
20004
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
20005
|
+
matchPaymentCustomerRef?: InputMaybe<Scalars["String"]>;
|
|
19998
20006
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
19999
20007
|
nights?: InputMaybe<Scalars["Int"]>;
|
|
20000
20008
|
otaReservationId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -20182,6 +20190,7 @@ export interface reservation_stream_cursor_value_input {
|
|
|
20182
20190
|
lineMap?: InputMaybe<Scalars["jsonb"]>;
|
|
20183
20191
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
20184
20192
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
20193
|
+
matchPaymentCustomerRef?: InputMaybe<Scalars["String"]>;
|
|
20185
20194
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
20186
20195
|
nights?: InputMaybe<Scalars["Int"]>;
|
|
20187
20196
|
otaReservationId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -20272,6 +20281,8 @@ export type reservation_update_column =
|
|
|
20272
20281
|
/** column name */
|
|
20273
20282
|
| "listingId"
|
|
20274
20283
|
/** column name */
|
|
20284
|
+
| "matchPaymentCustomerRef"
|
|
20285
|
+
/** column name */
|
|
20275
20286
|
| "metadata"
|
|
20276
20287
|
/** column name */
|
|
20277
20288
|
| "nights"
|
|
@@ -22576,7 +22587,7 @@ export type syncType_constraint =
|
|
|
22576
22587
|
/** unique or primary key constraint on columns "name" */
|
|
22577
22588
|
"sync_type_pkey";
|
|
22578
22589
|
|
|
22579
|
-
export type syncType_enum = "automate" | "extract" | "webhook";
|
|
22590
|
+
export type syncType_enum = "automate" | "extract" | "flow" | "webhook";
|
|
22580
22591
|
|
|
22581
22592
|
/** Boolean expression to compare columns of type "syncType_enum". All fields are combined with logical 'AND'. */
|
|
22582
22593
|
export interface syncType_enum_comparison_exp {
|
|
@@ -28522,8 +28533,8 @@ export declare const generatedSchema: {
|
|
|
28522
28533
|
bankingCurrency: { __type: "currency_enum" };
|
|
28523
28534
|
bankingLast4: { __type: "String" };
|
|
28524
28535
|
bankingType: { __type: "bankAccountType_enum" };
|
|
28525
|
-
category: { __type: "accountCategory" };
|
|
28526
|
-
categoryId: { __type: "uuid" };
|
|
28536
|
+
category: { __type: "accountCategory!" };
|
|
28537
|
+
categoryId: { __type: "uuid!" };
|
|
28527
28538
|
classification: { __type: "accountClassification_enum" };
|
|
28528
28539
|
createdAt: { __type: "timestamptz" };
|
|
28529
28540
|
creditCustomFees: {
|
|
@@ -28690,11 +28701,11 @@ export declare const generatedSchema: {
|
|
|
28690
28701
|
where: "setting_bool_exp";
|
|
28691
28702
|
};
|
|
28692
28703
|
};
|
|
28693
|
-
status: { __type: "activeStatus_enum" };
|
|
28704
|
+
status: { __type: "activeStatus_enum!" };
|
|
28694
28705
|
tenant: { __type: "tenant" };
|
|
28695
28706
|
tenantId: { __type: "uuid" };
|
|
28696
|
-
title: { __type: "String" };
|
|
28697
|
-
type: { __type: "accountType_enum" };
|
|
28707
|
+
title: { __type: "String!" };
|
|
28708
|
+
type: { __type: "accountType_enum!" };
|
|
28698
28709
|
uniqueRef: { __type: "String" };
|
|
28699
28710
|
updatedAt: { __type: "timestamptz" };
|
|
28700
28711
|
};
|
|
@@ -55909,6 +55920,7 @@ export declare const generatedSchema: {
|
|
|
55909
55920
|
listingConnection: { __type: "listing_connection" };
|
|
55910
55921
|
listingConnectionId: { __type: "uuid" };
|
|
55911
55922
|
listingId: { __type: "uuid" };
|
|
55923
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
55912
55924
|
members: {
|
|
55913
55925
|
__type: "[tenant_user!]!";
|
|
55914
55926
|
__args: {
|
|
@@ -56790,6 +56802,7 @@ export declare const generatedSchema: {
|
|
|
56790
56802
|
listingConnection: { __type: "listing_connection_bool_exp" };
|
|
56791
56803
|
listingConnectionId: { __type: "uuid_comparison_exp" };
|
|
56792
56804
|
listingId: { __type: "uuid_comparison_exp" };
|
|
56805
|
+
matchPaymentCustomerRef: { __type: "String_comparison_exp" };
|
|
56793
56806
|
members: { __type: "tenant_user_bool_exp" };
|
|
56794
56807
|
members_aggregate: { __type: "tenant_user_aggregate_bool_exp" };
|
|
56795
56808
|
metadata: { __type: "jsonb_comparison_exp" };
|
|
@@ -56897,6 +56910,7 @@ export declare const generatedSchema: {
|
|
|
56897
56910
|
listingConnection: { __type: "listing_connection_obj_rel_insert_input" };
|
|
56898
56911
|
listingConnectionId: { __type: "uuid" };
|
|
56899
56912
|
listingId: { __type: "uuid" };
|
|
56913
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
56900
56914
|
members: { __type: "tenant_user_arr_rel_insert_input" };
|
|
56901
56915
|
metadata: { __type: "jsonb" };
|
|
56902
56916
|
nights: { __type: "Int" };
|
|
@@ -56954,6 +56968,7 @@ export declare const generatedSchema: {
|
|
|
56954
56968
|
id: { __type: "uuid" };
|
|
56955
56969
|
listingConnectionId: { __type: "uuid" };
|
|
56956
56970
|
listingId: { __type: "uuid" };
|
|
56971
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
56957
56972
|
nights: { __type: "Int" };
|
|
56958
56973
|
otaReservationId: { __type: "uuid" };
|
|
56959
56974
|
paymentMethod: { __type: "String" };
|
|
@@ -56992,6 +57007,7 @@ export declare const generatedSchema: {
|
|
|
56992
57007
|
id: { __type: "order_by" };
|
|
56993
57008
|
listingConnectionId: { __type: "order_by" };
|
|
56994
57009
|
listingId: { __type: "order_by" };
|
|
57010
|
+
matchPaymentCustomerRef: { __type: "order_by" };
|
|
56995
57011
|
nights: { __type: "order_by" };
|
|
56996
57012
|
otaReservationId: { __type: "order_by" };
|
|
56997
57013
|
paymentMethod: { __type: "order_by" };
|
|
@@ -57031,6 +57047,7 @@ export declare const generatedSchema: {
|
|
|
57031
57047
|
id: { __type: "uuid" };
|
|
57032
57048
|
listingConnectionId: { __type: "uuid" };
|
|
57033
57049
|
listingId: { __type: "uuid" };
|
|
57050
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
57034
57051
|
nights: { __type: "Int" };
|
|
57035
57052
|
otaReservationId: { __type: "uuid" };
|
|
57036
57053
|
paymentMethod: { __type: "String" };
|
|
@@ -57069,6 +57086,7 @@ export declare const generatedSchema: {
|
|
|
57069
57086
|
id: { __type: "order_by" };
|
|
57070
57087
|
listingConnectionId: { __type: "order_by" };
|
|
57071
57088
|
listingId: { __type: "order_by" };
|
|
57089
|
+
matchPaymentCustomerRef: { __type: "order_by" };
|
|
57072
57090
|
nights: { __type: "order_by" };
|
|
57073
57091
|
otaReservationId: { __type: "order_by" };
|
|
57074
57092
|
paymentMethod: { __type: "order_by" };
|
|
@@ -57133,6 +57151,7 @@ export declare const generatedSchema: {
|
|
|
57133
57151
|
listingConnection: { __type: "listing_connection_order_by" };
|
|
57134
57152
|
listingConnectionId: { __type: "order_by" };
|
|
57135
57153
|
listingId: { __type: "order_by" };
|
|
57154
|
+
matchPaymentCustomerRef: { __type: "order_by" };
|
|
57136
57155
|
members_aggregate: { __type: "tenant_user_aggregate_order_by" };
|
|
57137
57156
|
metadata: { __type: "order_by" };
|
|
57138
57157
|
nights: { __type: "order_by" };
|
|
@@ -57198,6 +57217,7 @@ export declare const generatedSchema: {
|
|
|
57198
57217
|
lineMap: { __type: "jsonb" };
|
|
57199
57218
|
listingConnectionId: { __type: "uuid" };
|
|
57200
57219
|
listingId: { __type: "uuid" };
|
|
57220
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
57201
57221
|
metadata: { __type: "jsonb" };
|
|
57202
57222
|
nights: { __type: "Int" };
|
|
57203
57223
|
otaReservationId: { __type: "uuid" };
|
|
@@ -57398,6 +57418,7 @@ export declare const generatedSchema: {
|
|
|
57398
57418
|
lineMap: { __type: "jsonb" };
|
|
57399
57419
|
listingConnectionId: { __type: "uuid" };
|
|
57400
57420
|
listingId: { __type: "uuid" };
|
|
57421
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
57401
57422
|
metadata: { __type: "jsonb" };
|
|
57402
57423
|
nights: { __type: "Int" };
|
|
57403
57424
|
otaReservationId: { __type: "uuid" };
|
|
@@ -70602,8 +70623,8 @@ export interface account {
|
|
|
70602
70623
|
/**
|
|
70603
70624
|
* An object relationship
|
|
70604
70625
|
*/
|
|
70605
|
-
category
|
|
70606
|
-
categoryId
|
|
70626
|
+
category: accountCategory;
|
|
70627
|
+
categoryId: ScalarsEnums["uuid"];
|
|
70607
70628
|
/**
|
|
70608
70629
|
* deprecated
|
|
70609
70630
|
*/
|
|
@@ -71019,14 +71040,14 @@ export interface account {
|
|
|
71019
71040
|
*/
|
|
71020
71041
|
where?: Maybe<setting_bool_exp>;
|
|
71021
71042
|
}) => setting_aggregate;
|
|
71022
|
-
status
|
|
71043
|
+
status: ScalarsEnums["activeStatus_enum"];
|
|
71023
71044
|
/**
|
|
71024
71045
|
* An object relationship
|
|
71025
71046
|
*/
|
|
71026
71047
|
tenant?: Maybe<tenant>;
|
|
71027
71048
|
tenantId?: Maybe<ScalarsEnums["uuid"]>;
|
|
71028
|
-
title
|
|
71029
|
-
type
|
|
71049
|
+
title: ScalarsEnums["String"];
|
|
71050
|
+
type: ScalarsEnums["accountType_enum"];
|
|
71030
71051
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
71031
71052
|
updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
71032
71053
|
}
|
|
@@ -92651,6 +92672,7 @@ export interface reservation {
|
|
|
92651
92672
|
listingConnection?: Maybe<listing_connection>;
|
|
92652
92673
|
listingConnectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
92653
92674
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
92675
|
+
matchPaymentCustomerRef?: Maybe<ScalarsEnums["String"]>;
|
|
92654
92676
|
/**
|
|
92655
92677
|
* An array relationship
|
|
92656
92678
|
*/
|
|
@@ -93569,6 +93591,7 @@ export interface reservation_max_fields {
|
|
|
93569
93591
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
93570
93592
|
listingConnectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93571
93593
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93594
|
+
matchPaymentCustomerRef?: Maybe<ScalarsEnums["String"]>;
|
|
93572
93595
|
nights?: Maybe<ScalarsEnums["Int"]>;
|
|
93573
93596
|
otaReservationId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93574
93597
|
paymentMethod?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -93612,6 +93635,7 @@ export interface reservation_min_fields {
|
|
|
93612
93635
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
93613
93636
|
listingConnectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93614
93637
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93638
|
+
matchPaymentCustomerRef?: Maybe<ScalarsEnums["String"]>;
|
|
93615
93639
|
nights?: Maybe<ScalarsEnums["Int"]>;
|
|
93616
93640
|
otaReservationId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93617
93641
|
paymentMethod?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -595,8 +595,8 @@ exports.generatedSchema = {
|
|
|
595
595
|
bankingCurrency: { __type: "currency_enum" },
|
|
596
596
|
bankingLast4: { __type: "String" },
|
|
597
597
|
bankingType: { __type: "bankAccountType_enum" },
|
|
598
|
-
category: { __type: "accountCategory" },
|
|
599
|
-
categoryId: { __type: "uuid" },
|
|
598
|
+
category: { __type: "accountCategory!" },
|
|
599
|
+
categoryId: { __type: "uuid!" },
|
|
600
600
|
classification: { __type: "accountClassification_enum" },
|
|
601
601
|
createdAt: { __type: "timestamptz" },
|
|
602
602
|
creditCustomFees: {
|
|
@@ -763,11 +763,11 @@ exports.generatedSchema = {
|
|
|
763
763
|
where: "setting_bool_exp",
|
|
764
764
|
},
|
|
765
765
|
},
|
|
766
|
-
status: { __type: "activeStatus_enum" },
|
|
766
|
+
status: { __type: "activeStatus_enum!" },
|
|
767
767
|
tenant: { __type: "tenant" },
|
|
768
768
|
tenantId: { __type: "uuid" },
|
|
769
|
-
title: { __type: "String" },
|
|
770
|
-
type: { __type: "accountType_enum" },
|
|
769
|
+
title: { __type: "String!" },
|
|
770
|
+
type: { __type: "accountType_enum!" },
|
|
771
771
|
uniqueRef: { __type: "String" },
|
|
772
772
|
updatedAt: { __type: "timestamptz" },
|
|
773
773
|
},
|
|
@@ -27982,6 +27982,7 @@ exports.generatedSchema = {
|
|
|
27982
27982
|
listingConnection: { __type: "listing_connection" },
|
|
27983
27983
|
listingConnectionId: { __type: "uuid" },
|
|
27984
27984
|
listingId: { __type: "uuid" },
|
|
27985
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
27985
27986
|
members: {
|
|
27986
27987
|
__type: "[tenant_user!]!",
|
|
27987
27988
|
__args: {
|
|
@@ -28863,6 +28864,7 @@ exports.generatedSchema = {
|
|
|
28863
28864
|
listingConnection: { __type: "listing_connection_bool_exp" },
|
|
28864
28865
|
listingConnectionId: { __type: "uuid_comparison_exp" },
|
|
28865
28866
|
listingId: { __type: "uuid_comparison_exp" },
|
|
28867
|
+
matchPaymentCustomerRef: { __type: "String_comparison_exp" },
|
|
28866
28868
|
members: { __type: "tenant_user_bool_exp" },
|
|
28867
28869
|
members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
|
|
28868
28870
|
metadata: { __type: "jsonb_comparison_exp" },
|
|
@@ -28970,6 +28972,7 @@ exports.generatedSchema = {
|
|
|
28970
28972
|
listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
|
|
28971
28973
|
listingConnectionId: { __type: "uuid" },
|
|
28972
28974
|
listingId: { __type: "uuid" },
|
|
28975
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
28973
28976
|
members: { __type: "tenant_user_arr_rel_insert_input" },
|
|
28974
28977
|
metadata: { __type: "jsonb" },
|
|
28975
28978
|
nights: { __type: "Int" },
|
|
@@ -29027,6 +29030,7 @@ exports.generatedSchema = {
|
|
|
29027
29030
|
id: { __type: "uuid" },
|
|
29028
29031
|
listingConnectionId: { __type: "uuid" },
|
|
29029
29032
|
listingId: { __type: "uuid" },
|
|
29033
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29030
29034
|
nights: { __type: "Int" },
|
|
29031
29035
|
otaReservationId: { __type: "uuid" },
|
|
29032
29036
|
paymentMethod: { __type: "String" },
|
|
@@ -29065,6 +29069,7 @@ exports.generatedSchema = {
|
|
|
29065
29069
|
id: { __type: "order_by" },
|
|
29066
29070
|
listingConnectionId: { __type: "order_by" },
|
|
29067
29071
|
listingId: { __type: "order_by" },
|
|
29072
|
+
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29068
29073
|
nights: { __type: "order_by" },
|
|
29069
29074
|
otaReservationId: { __type: "order_by" },
|
|
29070
29075
|
paymentMethod: { __type: "order_by" },
|
|
@@ -29104,6 +29109,7 @@ exports.generatedSchema = {
|
|
|
29104
29109
|
id: { __type: "uuid" },
|
|
29105
29110
|
listingConnectionId: { __type: "uuid" },
|
|
29106
29111
|
listingId: { __type: "uuid" },
|
|
29112
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29107
29113
|
nights: { __type: "Int" },
|
|
29108
29114
|
otaReservationId: { __type: "uuid" },
|
|
29109
29115
|
paymentMethod: { __type: "String" },
|
|
@@ -29142,6 +29148,7 @@ exports.generatedSchema = {
|
|
|
29142
29148
|
id: { __type: "order_by" },
|
|
29143
29149
|
listingConnectionId: { __type: "order_by" },
|
|
29144
29150
|
listingId: { __type: "order_by" },
|
|
29151
|
+
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29145
29152
|
nights: { __type: "order_by" },
|
|
29146
29153
|
otaReservationId: { __type: "order_by" },
|
|
29147
29154
|
paymentMethod: { __type: "order_by" },
|
|
@@ -29206,6 +29213,7 @@ exports.generatedSchema = {
|
|
|
29206
29213
|
listingConnection: { __type: "listing_connection_order_by" },
|
|
29207
29214
|
listingConnectionId: { __type: "order_by" },
|
|
29208
29215
|
listingId: { __type: "order_by" },
|
|
29216
|
+
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29209
29217
|
members_aggregate: { __type: "tenant_user_aggregate_order_by" },
|
|
29210
29218
|
metadata: { __type: "order_by" },
|
|
29211
29219
|
nights: { __type: "order_by" },
|
|
@@ -29271,6 +29279,7 @@ exports.generatedSchema = {
|
|
|
29271
29279
|
lineMap: { __type: "jsonb" },
|
|
29272
29280
|
listingConnectionId: { __type: "uuid" },
|
|
29273
29281
|
listingId: { __type: "uuid" },
|
|
29282
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29274
29283
|
metadata: { __type: "jsonb" },
|
|
29275
29284
|
nights: { __type: "Int" },
|
|
29276
29285
|
otaReservationId: { __type: "uuid" },
|
|
@@ -29471,6 +29480,7 @@ exports.generatedSchema = {
|
|
|
29471
29480
|
lineMap: { __type: "jsonb" },
|
|
29472
29481
|
listingConnectionId: { __type: "uuid" },
|
|
29473
29482
|
listingId: { __type: "uuid" },
|
|
29483
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29474
29484
|
metadata: { __type: "jsonb" },
|
|
29475
29485
|
nights: { __type: "Int" },
|
|
29476
29486
|
otaReservationId: { __type: "uuid" },
|
|
@@ -19557,6 +19557,7 @@ export interface reservation_bool_exp {
|
|
|
19557
19557
|
listingConnection?: InputMaybe<listing_connection_bool_exp>;
|
|
19558
19558
|
listingConnectionId?: InputMaybe<uuid_comparison_exp>;
|
|
19559
19559
|
listingId?: InputMaybe<uuid_comparison_exp>;
|
|
19560
|
+
matchPaymentCustomerRef?: InputMaybe<String_comparison_exp>;
|
|
19560
19561
|
members?: InputMaybe<tenant_user_bool_exp>;
|
|
19561
19562
|
members_aggregate?: InputMaybe<tenant_user_aggregate_bool_exp>;
|
|
19562
19563
|
metadata?: InputMaybe<jsonb_comparison_exp>;
|
|
@@ -19679,6 +19680,7 @@ export interface reservation_insert_input {
|
|
|
19679
19680
|
listingConnection?: InputMaybe<listing_connection_obj_rel_insert_input>;
|
|
19680
19681
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
19681
19682
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
19683
|
+
matchPaymentCustomerRef?: InputMaybe<Scalars["String"]>;
|
|
19682
19684
|
members?: InputMaybe<tenant_user_arr_rel_insert_input>;
|
|
19683
19685
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
19684
19686
|
nights?: InputMaybe<Scalars["Int"]>;
|
|
@@ -19735,6 +19737,7 @@ export interface reservation_max_order_by {
|
|
|
19735
19737
|
id?: InputMaybe<order_by>;
|
|
19736
19738
|
listingConnectionId?: InputMaybe<order_by>;
|
|
19737
19739
|
listingId?: InputMaybe<order_by>;
|
|
19740
|
+
matchPaymentCustomerRef?: InputMaybe<order_by>;
|
|
19738
19741
|
nights?: InputMaybe<order_by>;
|
|
19739
19742
|
otaReservationId?: InputMaybe<order_by>;
|
|
19740
19743
|
paymentMethod?: InputMaybe<order_by>;
|
|
@@ -19775,6 +19778,7 @@ export interface reservation_min_order_by {
|
|
|
19775
19778
|
id?: InputMaybe<order_by>;
|
|
19776
19779
|
listingConnectionId?: InputMaybe<order_by>;
|
|
19777
19780
|
listingId?: InputMaybe<order_by>;
|
|
19781
|
+
matchPaymentCustomerRef?: InputMaybe<order_by>;
|
|
19778
19782
|
nights?: InputMaybe<order_by>;
|
|
19779
19783
|
otaReservationId?: InputMaybe<order_by>;
|
|
19780
19784
|
paymentMethod?: InputMaybe<order_by>;
|
|
@@ -19839,6 +19843,7 @@ export interface reservation_order_by {
|
|
|
19839
19843
|
listingConnection?: InputMaybe<listing_connection_order_by>;
|
|
19840
19844
|
listingConnectionId?: InputMaybe<order_by>;
|
|
19841
19845
|
listingId?: InputMaybe<order_by>;
|
|
19846
|
+
matchPaymentCustomerRef?: InputMaybe<order_by>;
|
|
19842
19847
|
members_aggregate?: InputMaybe<tenant_user_aggregate_order_by>;
|
|
19843
19848
|
metadata?: InputMaybe<order_by>;
|
|
19844
19849
|
nights?: InputMaybe<order_by>;
|
|
@@ -19939,6 +19944,8 @@ export type reservation_select_column =
|
|
|
19939
19944
|
/** column name */
|
|
19940
19945
|
| "listingId"
|
|
19941
19946
|
/** column name */
|
|
19947
|
+
| "matchPaymentCustomerRef"
|
|
19948
|
+
/** column name */
|
|
19942
19949
|
| "metadata"
|
|
19943
19950
|
/** column name */
|
|
19944
19951
|
| "nights"
|
|
@@ -19995,6 +20002,7 @@ export interface reservation_set_input {
|
|
|
19995
20002
|
lineMap?: InputMaybe<Scalars["jsonb"]>;
|
|
19996
20003
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
19997
20004
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
20005
|
+
matchPaymentCustomerRef?: InputMaybe<Scalars["String"]>;
|
|
19998
20006
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
19999
20007
|
nights?: InputMaybe<Scalars["Int"]>;
|
|
20000
20008
|
otaReservationId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -20182,6 +20190,7 @@ export interface reservation_stream_cursor_value_input {
|
|
|
20182
20190
|
lineMap?: InputMaybe<Scalars["jsonb"]>;
|
|
20183
20191
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
20184
20192
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
20193
|
+
matchPaymentCustomerRef?: InputMaybe<Scalars["String"]>;
|
|
20185
20194
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
20186
20195
|
nights?: InputMaybe<Scalars["Int"]>;
|
|
20187
20196
|
otaReservationId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -20272,6 +20281,8 @@ export type reservation_update_column =
|
|
|
20272
20281
|
/** column name */
|
|
20273
20282
|
| "listingId"
|
|
20274
20283
|
/** column name */
|
|
20284
|
+
| "matchPaymentCustomerRef"
|
|
20285
|
+
/** column name */
|
|
20275
20286
|
| "metadata"
|
|
20276
20287
|
/** column name */
|
|
20277
20288
|
| "nights"
|
|
@@ -22576,7 +22587,7 @@ export type syncType_constraint =
|
|
|
22576
22587
|
/** unique or primary key constraint on columns "name" */
|
|
22577
22588
|
"sync_type_pkey";
|
|
22578
22589
|
|
|
22579
|
-
export type syncType_enum = "automate" | "extract" | "webhook";
|
|
22590
|
+
export type syncType_enum = "automate" | "extract" | "flow" | "webhook";
|
|
22580
22591
|
|
|
22581
22592
|
/** Boolean expression to compare columns of type "syncType_enum". All fields are combined with logical 'AND'. */
|
|
22582
22593
|
export interface syncType_enum_comparison_exp {
|
|
@@ -28522,8 +28533,8 @@ export declare const generatedSchema: {
|
|
|
28522
28533
|
bankingCurrency: { __type: "currency_enum" };
|
|
28523
28534
|
bankingLast4: { __type: "String" };
|
|
28524
28535
|
bankingType: { __type: "bankAccountType_enum" };
|
|
28525
|
-
category: { __type: "accountCategory" };
|
|
28526
|
-
categoryId: { __type: "uuid" };
|
|
28536
|
+
category: { __type: "accountCategory!" };
|
|
28537
|
+
categoryId: { __type: "uuid!" };
|
|
28527
28538
|
classification: { __type: "accountClassification_enum" };
|
|
28528
28539
|
createdAt: { __type: "timestamptz" };
|
|
28529
28540
|
creditCustomFees: {
|
|
@@ -28690,11 +28701,11 @@ export declare const generatedSchema: {
|
|
|
28690
28701
|
where: "setting_bool_exp";
|
|
28691
28702
|
};
|
|
28692
28703
|
};
|
|
28693
|
-
status: { __type: "activeStatus_enum" };
|
|
28704
|
+
status: { __type: "activeStatus_enum!" };
|
|
28694
28705
|
tenant: { __type: "tenant" };
|
|
28695
28706
|
tenantId: { __type: "uuid" };
|
|
28696
|
-
title: { __type: "String" };
|
|
28697
|
-
type: { __type: "accountType_enum" };
|
|
28707
|
+
title: { __type: "String!" };
|
|
28708
|
+
type: { __type: "accountType_enum!" };
|
|
28698
28709
|
uniqueRef: { __type: "String" };
|
|
28699
28710
|
updatedAt: { __type: "timestamptz" };
|
|
28700
28711
|
};
|
|
@@ -55909,6 +55920,7 @@ export declare const generatedSchema: {
|
|
|
55909
55920
|
listingConnection: { __type: "listing_connection" };
|
|
55910
55921
|
listingConnectionId: { __type: "uuid" };
|
|
55911
55922
|
listingId: { __type: "uuid" };
|
|
55923
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
55912
55924
|
members: {
|
|
55913
55925
|
__type: "[tenant_user!]!";
|
|
55914
55926
|
__args: {
|
|
@@ -56790,6 +56802,7 @@ export declare const generatedSchema: {
|
|
|
56790
56802
|
listingConnection: { __type: "listing_connection_bool_exp" };
|
|
56791
56803
|
listingConnectionId: { __type: "uuid_comparison_exp" };
|
|
56792
56804
|
listingId: { __type: "uuid_comparison_exp" };
|
|
56805
|
+
matchPaymentCustomerRef: { __type: "String_comparison_exp" };
|
|
56793
56806
|
members: { __type: "tenant_user_bool_exp" };
|
|
56794
56807
|
members_aggregate: { __type: "tenant_user_aggregate_bool_exp" };
|
|
56795
56808
|
metadata: { __type: "jsonb_comparison_exp" };
|
|
@@ -56897,6 +56910,7 @@ export declare const generatedSchema: {
|
|
|
56897
56910
|
listingConnection: { __type: "listing_connection_obj_rel_insert_input" };
|
|
56898
56911
|
listingConnectionId: { __type: "uuid" };
|
|
56899
56912
|
listingId: { __type: "uuid" };
|
|
56913
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
56900
56914
|
members: { __type: "tenant_user_arr_rel_insert_input" };
|
|
56901
56915
|
metadata: { __type: "jsonb" };
|
|
56902
56916
|
nights: { __type: "Int" };
|
|
@@ -56954,6 +56968,7 @@ export declare const generatedSchema: {
|
|
|
56954
56968
|
id: { __type: "uuid" };
|
|
56955
56969
|
listingConnectionId: { __type: "uuid" };
|
|
56956
56970
|
listingId: { __type: "uuid" };
|
|
56971
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
56957
56972
|
nights: { __type: "Int" };
|
|
56958
56973
|
otaReservationId: { __type: "uuid" };
|
|
56959
56974
|
paymentMethod: { __type: "String" };
|
|
@@ -56992,6 +57007,7 @@ export declare const generatedSchema: {
|
|
|
56992
57007
|
id: { __type: "order_by" };
|
|
56993
57008
|
listingConnectionId: { __type: "order_by" };
|
|
56994
57009
|
listingId: { __type: "order_by" };
|
|
57010
|
+
matchPaymentCustomerRef: { __type: "order_by" };
|
|
56995
57011
|
nights: { __type: "order_by" };
|
|
56996
57012
|
otaReservationId: { __type: "order_by" };
|
|
56997
57013
|
paymentMethod: { __type: "order_by" };
|
|
@@ -57031,6 +57047,7 @@ export declare const generatedSchema: {
|
|
|
57031
57047
|
id: { __type: "uuid" };
|
|
57032
57048
|
listingConnectionId: { __type: "uuid" };
|
|
57033
57049
|
listingId: { __type: "uuid" };
|
|
57050
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
57034
57051
|
nights: { __type: "Int" };
|
|
57035
57052
|
otaReservationId: { __type: "uuid" };
|
|
57036
57053
|
paymentMethod: { __type: "String" };
|
|
@@ -57069,6 +57086,7 @@ export declare const generatedSchema: {
|
|
|
57069
57086
|
id: { __type: "order_by" };
|
|
57070
57087
|
listingConnectionId: { __type: "order_by" };
|
|
57071
57088
|
listingId: { __type: "order_by" };
|
|
57089
|
+
matchPaymentCustomerRef: { __type: "order_by" };
|
|
57072
57090
|
nights: { __type: "order_by" };
|
|
57073
57091
|
otaReservationId: { __type: "order_by" };
|
|
57074
57092
|
paymentMethod: { __type: "order_by" };
|
|
@@ -57133,6 +57151,7 @@ export declare const generatedSchema: {
|
|
|
57133
57151
|
listingConnection: { __type: "listing_connection_order_by" };
|
|
57134
57152
|
listingConnectionId: { __type: "order_by" };
|
|
57135
57153
|
listingId: { __type: "order_by" };
|
|
57154
|
+
matchPaymentCustomerRef: { __type: "order_by" };
|
|
57136
57155
|
members_aggregate: { __type: "tenant_user_aggregate_order_by" };
|
|
57137
57156
|
metadata: { __type: "order_by" };
|
|
57138
57157
|
nights: { __type: "order_by" };
|
|
@@ -57198,6 +57217,7 @@ export declare const generatedSchema: {
|
|
|
57198
57217
|
lineMap: { __type: "jsonb" };
|
|
57199
57218
|
listingConnectionId: { __type: "uuid" };
|
|
57200
57219
|
listingId: { __type: "uuid" };
|
|
57220
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
57201
57221
|
metadata: { __type: "jsonb" };
|
|
57202
57222
|
nights: { __type: "Int" };
|
|
57203
57223
|
otaReservationId: { __type: "uuid" };
|
|
@@ -57398,6 +57418,7 @@ export declare const generatedSchema: {
|
|
|
57398
57418
|
lineMap: { __type: "jsonb" };
|
|
57399
57419
|
listingConnectionId: { __type: "uuid" };
|
|
57400
57420
|
listingId: { __type: "uuid" };
|
|
57421
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
57401
57422
|
metadata: { __type: "jsonb" };
|
|
57402
57423
|
nights: { __type: "Int" };
|
|
57403
57424
|
otaReservationId: { __type: "uuid" };
|
|
@@ -70602,8 +70623,8 @@ export interface account {
|
|
|
70602
70623
|
/**
|
|
70603
70624
|
* An object relationship
|
|
70604
70625
|
*/
|
|
70605
|
-
category
|
|
70606
|
-
categoryId
|
|
70626
|
+
category: accountCategory;
|
|
70627
|
+
categoryId: ScalarsEnums["uuid"];
|
|
70607
70628
|
/**
|
|
70608
70629
|
* deprecated
|
|
70609
70630
|
*/
|
|
@@ -71019,14 +71040,14 @@ export interface account {
|
|
|
71019
71040
|
*/
|
|
71020
71041
|
where?: Maybe<setting_bool_exp>;
|
|
71021
71042
|
}) => setting_aggregate;
|
|
71022
|
-
status
|
|
71043
|
+
status: ScalarsEnums["activeStatus_enum"];
|
|
71023
71044
|
/**
|
|
71024
71045
|
* An object relationship
|
|
71025
71046
|
*/
|
|
71026
71047
|
tenant?: Maybe<tenant>;
|
|
71027
71048
|
tenantId?: Maybe<ScalarsEnums["uuid"]>;
|
|
71028
|
-
title
|
|
71029
|
-
type
|
|
71049
|
+
title: ScalarsEnums["String"];
|
|
71050
|
+
type: ScalarsEnums["accountType_enum"];
|
|
71030
71051
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
71031
71052
|
updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
71032
71053
|
}
|
|
@@ -92651,6 +92672,7 @@ export interface reservation {
|
|
|
92651
92672
|
listingConnection?: Maybe<listing_connection>;
|
|
92652
92673
|
listingConnectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
92653
92674
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
92675
|
+
matchPaymentCustomerRef?: Maybe<ScalarsEnums["String"]>;
|
|
92654
92676
|
/**
|
|
92655
92677
|
* An array relationship
|
|
92656
92678
|
*/
|
|
@@ -93569,6 +93591,7 @@ export interface reservation_max_fields {
|
|
|
93569
93591
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
93570
93592
|
listingConnectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93571
93593
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93594
|
+
matchPaymentCustomerRef?: Maybe<ScalarsEnums["String"]>;
|
|
93572
93595
|
nights?: Maybe<ScalarsEnums["Int"]>;
|
|
93573
93596
|
otaReservationId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93574
93597
|
paymentMethod?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -93612,6 +93635,7 @@ export interface reservation_min_fields {
|
|
|
93612
93635
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
93613
93636
|
listingConnectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93614
93637
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93638
|
+
matchPaymentCustomerRef?: Maybe<ScalarsEnums["String"]>;
|
|
93615
93639
|
nights?: Maybe<ScalarsEnums["Int"]>;
|
|
93616
93640
|
otaReservationId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93617
93641
|
paymentMethod?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -592,8 +592,8 @@ export const generatedSchema = {
|
|
|
592
592
|
bankingCurrency: { __type: "currency_enum" },
|
|
593
593
|
bankingLast4: { __type: "String" },
|
|
594
594
|
bankingType: { __type: "bankAccountType_enum" },
|
|
595
|
-
category: { __type: "accountCategory" },
|
|
596
|
-
categoryId: { __type: "uuid" },
|
|
595
|
+
category: { __type: "accountCategory!" },
|
|
596
|
+
categoryId: { __type: "uuid!" },
|
|
597
597
|
classification: { __type: "accountClassification_enum" },
|
|
598
598
|
createdAt: { __type: "timestamptz" },
|
|
599
599
|
creditCustomFees: {
|
|
@@ -760,11 +760,11 @@ export const generatedSchema = {
|
|
|
760
760
|
where: "setting_bool_exp",
|
|
761
761
|
},
|
|
762
762
|
},
|
|
763
|
-
status: { __type: "activeStatus_enum" },
|
|
763
|
+
status: { __type: "activeStatus_enum!" },
|
|
764
764
|
tenant: { __type: "tenant" },
|
|
765
765
|
tenantId: { __type: "uuid" },
|
|
766
|
-
title: { __type: "String" },
|
|
767
|
-
type: { __type: "accountType_enum" },
|
|
766
|
+
title: { __type: "String!" },
|
|
767
|
+
type: { __type: "accountType_enum!" },
|
|
768
768
|
uniqueRef: { __type: "String" },
|
|
769
769
|
updatedAt: { __type: "timestamptz" },
|
|
770
770
|
},
|
|
@@ -27979,6 +27979,7 @@ export const generatedSchema = {
|
|
|
27979
27979
|
listingConnection: { __type: "listing_connection" },
|
|
27980
27980
|
listingConnectionId: { __type: "uuid" },
|
|
27981
27981
|
listingId: { __type: "uuid" },
|
|
27982
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
27982
27983
|
members: {
|
|
27983
27984
|
__type: "[tenant_user!]!",
|
|
27984
27985
|
__args: {
|
|
@@ -28860,6 +28861,7 @@ export const generatedSchema = {
|
|
|
28860
28861
|
listingConnection: { __type: "listing_connection_bool_exp" },
|
|
28861
28862
|
listingConnectionId: { __type: "uuid_comparison_exp" },
|
|
28862
28863
|
listingId: { __type: "uuid_comparison_exp" },
|
|
28864
|
+
matchPaymentCustomerRef: { __type: "String_comparison_exp" },
|
|
28863
28865
|
members: { __type: "tenant_user_bool_exp" },
|
|
28864
28866
|
members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
|
|
28865
28867
|
metadata: { __type: "jsonb_comparison_exp" },
|
|
@@ -28967,6 +28969,7 @@ export const generatedSchema = {
|
|
|
28967
28969
|
listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
|
|
28968
28970
|
listingConnectionId: { __type: "uuid" },
|
|
28969
28971
|
listingId: { __type: "uuid" },
|
|
28972
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
28970
28973
|
members: { __type: "tenant_user_arr_rel_insert_input" },
|
|
28971
28974
|
metadata: { __type: "jsonb" },
|
|
28972
28975
|
nights: { __type: "Int" },
|
|
@@ -29024,6 +29027,7 @@ export const generatedSchema = {
|
|
|
29024
29027
|
id: { __type: "uuid" },
|
|
29025
29028
|
listingConnectionId: { __type: "uuid" },
|
|
29026
29029
|
listingId: { __type: "uuid" },
|
|
29030
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29027
29031
|
nights: { __type: "Int" },
|
|
29028
29032
|
otaReservationId: { __type: "uuid" },
|
|
29029
29033
|
paymentMethod: { __type: "String" },
|
|
@@ -29062,6 +29066,7 @@ export const generatedSchema = {
|
|
|
29062
29066
|
id: { __type: "order_by" },
|
|
29063
29067
|
listingConnectionId: { __type: "order_by" },
|
|
29064
29068
|
listingId: { __type: "order_by" },
|
|
29069
|
+
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29065
29070
|
nights: { __type: "order_by" },
|
|
29066
29071
|
otaReservationId: { __type: "order_by" },
|
|
29067
29072
|
paymentMethod: { __type: "order_by" },
|
|
@@ -29101,6 +29106,7 @@ export const generatedSchema = {
|
|
|
29101
29106
|
id: { __type: "uuid" },
|
|
29102
29107
|
listingConnectionId: { __type: "uuid" },
|
|
29103
29108
|
listingId: { __type: "uuid" },
|
|
29109
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29104
29110
|
nights: { __type: "Int" },
|
|
29105
29111
|
otaReservationId: { __type: "uuid" },
|
|
29106
29112
|
paymentMethod: { __type: "String" },
|
|
@@ -29139,6 +29145,7 @@ export const generatedSchema = {
|
|
|
29139
29145
|
id: { __type: "order_by" },
|
|
29140
29146
|
listingConnectionId: { __type: "order_by" },
|
|
29141
29147
|
listingId: { __type: "order_by" },
|
|
29148
|
+
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29142
29149
|
nights: { __type: "order_by" },
|
|
29143
29150
|
otaReservationId: { __type: "order_by" },
|
|
29144
29151
|
paymentMethod: { __type: "order_by" },
|
|
@@ -29203,6 +29210,7 @@ export const generatedSchema = {
|
|
|
29203
29210
|
listingConnection: { __type: "listing_connection_order_by" },
|
|
29204
29211
|
listingConnectionId: { __type: "order_by" },
|
|
29205
29212
|
listingId: { __type: "order_by" },
|
|
29213
|
+
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29206
29214
|
members_aggregate: { __type: "tenant_user_aggregate_order_by" },
|
|
29207
29215
|
metadata: { __type: "order_by" },
|
|
29208
29216
|
nights: { __type: "order_by" },
|
|
@@ -29268,6 +29276,7 @@ export const generatedSchema = {
|
|
|
29268
29276
|
lineMap: { __type: "jsonb" },
|
|
29269
29277
|
listingConnectionId: { __type: "uuid" },
|
|
29270
29278
|
listingId: { __type: "uuid" },
|
|
29279
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29271
29280
|
metadata: { __type: "jsonb" },
|
|
29272
29281
|
nights: { __type: "Int" },
|
|
29273
29282
|
otaReservationId: { __type: "uuid" },
|
|
@@ -29468,6 +29477,7 @@ export const generatedSchema = {
|
|
|
29468
29477
|
lineMap: { __type: "jsonb" },
|
|
29469
29478
|
listingConnectionId: { __type: "uuid" },
|
|
29470
29479
|
listingId: { __type: "uuid" },
|
|
29480
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29471
29481
|
metadata: { __type: "jsonb" },
|
|
29472
29482
|
nights: { __type: "Int" },
|
|
29473
29483
|
otaReservationId: { __type: "uuid" },
|
package/package.json
CHANGED
|
@@ -19557,6 +19557,7 @@ export interface reservation_bool_exp {
|
|
|
19557
19557
|
listingConnection?: InputMaybe<listing_connection_bool_exp>;
|
|
19558
19558
|
listingConnectionId?: InputMaybe<uuid_comparison_exp>;
|
|
19559
19559
|
listingId?: InputMaybe<uuid_comparison_exp>;
|
|
19560
|
+
matchPaymentCustomerRef?: InputMaybe<String_comparison_exp>;
|
|
19560
19561
|
members?: InputMaybe<tenant_user_bool_exp>;
|
|
19561
19562
|
members_aggregate?: InputMaybe<tenant_user_aggregate_bool_exp>;
|
|
19562
19563
|
metadata?: InputMaybe<jsonb_comparison_exp>;
|
|
@@ -19679,6 +19680,7 @@ export interface reservation_insert_input {
|
|
|
19679
19680
|
listingConnection?: InputMaybe<listing_connection_obj_rel_insert_input>;
|
|
19680
19681
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
19681
19682
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
19683
|
+
matchPaymentCustomerRef?: InputMaybe<Scalars["String"]>;
|
|
19682
19684
|
members?: InputMaybe<tenant_user_arr_rel_insert_input>;
|
|
19683
19685
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
19684
19686
|
nights?: InputMaybe<Scalars["Int"]>;
|
|
@@ -19735,6 +19737,7 @@ export interface reservation_max_order_by {
|
|
|
19735
19737
|
id?: InputMaybe<order_by>;
|
|
19736
19738
|
listingConnectionId?: InputMaybe<order_by>;
|
|
19737
19739
|
listingId?: InputMaybe<order_by>;
|
|
19740
|
+
matchPaymentCustomerRef?: InputMaybe<order_by>;
|
|
19738
19741
|
nights?: InputMaybe<order_by>;
|
|
19739
19742
|
otaReservationId?: InputMaybe<order_by>;
|
|
19740
19743
|
paymentMethod?: InputMaybe<order_by>;
|
|
@@ -19775,6 +19778,7 @@ export interface reservation_min_order_by {
|
|
|
19775
19778
|
id?: InputMaybe<order_by>;
|
|
19776
19779
|
listingConnectionId?: InputMaybe<order_by>;
|
|
19777
19780
|
listingId?: InputMaybe<order_by>;
|
|
19781
|
+
matchPaymentCustomerRef?: InputMaybe<order_by>;
|
|
19778
19782
|
nights?: InputMaybe<order_by>;
|
|
19779
19783
|
otaReservationId?: InputMaybe<order_by>;
|
|
19780
19784
|
paymentMethod?: InputMaybe<order_by>;
|
|
@@ -19839,6 +19843,7 @@ export interface reservation_order_by {
|
|
|
19839
19843
|
listingConnection?: InputMaybe<listing_connection_order_by>;
|
|
19840
19844
|
listingConnectionId?: InputMaybe<order_by>;
|
|
19841
19845
|
listingId?: InputMaybe<order_by>;
|
|
19846
|
+
matchPaymentCustomerRef?: InputMaybe<order_by>;
|
|
19842
19847
|
members_aggregate?: InputMaybe<tenant_user_aggregate_order_by>;
|
|
19843
19848
|
metadata?: InputMaybe<order_by>;
|
|
19844
19849
|
nights?: InputMaybe<order_by>;
|
|
@@ -19939,6 +19944,8 @@ export type reservation_select_column =
|
|
|
19939
19944
|
/** column name */
|
|
19940
19945
|
| "listingId"
|
|
19941
19946
|
/** column name */
|
|
19947
|
+
| "matchPaymentCustomerRef"
|
|
19948
|
+
/** column name */
|
|
19942
19949
|
| "metadata"
|
|
19943
19950
|
/** column name */
|
|
19944
19951
|
| "nights"
|
|
@@ -19995,6 +20002,7 @@ export interface reservation_set_input {
|
|
|
19995
20002
|
lineMap?: InputMaybe<Scalars["jsonb"]>;
|
|
19996
20003
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
19997
20004
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
20005
|
+
matchPaymentCustomerRef?: InputMaybe<Scalars["String"]>;
|
|
19998
20006
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
19999
20007
|
nights?: InputMaybe<Scalars["Int"]>;
|
|
20000
20008
|
otaReservationId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -20182,6 +20190,7 @@ export interface reservation_stream_cursor_value_input {
|
|
|
20182
20190
|
lineMap?: InputMaybe<Scalars["jsonb"]>;
|
|
20183
20191
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
20184
20192
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
20193
|
+
matchPaymentCustomerRef?: InputMaybe<Scalars["String"]>;
|
|
20185
20194
|
metadata?: InputMaybe<Scalars["jsonb"]>;
|
|
20186
20195
|
nights?: InputMaybe<Scalars["Int"]>;
|
|
20187
20196
|
otaReservationId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -20272,6 +20281,8 @@ export type reservation_update_column =
|
|
|
20272
20281
|
/** column name */
|
|
20273
20282
|
| "listingId"
|
|
20274
20283
|
/** column name */
|
|
20284
|
+
| "matchPaymentCustomerRef"
|
|
20285
|
+
/** column name */
|
|
20275
20286
|
| "metadata"
|
|
20276
20287
|
/** column name */
|
|
20277
20288
|
| "nights"
|
|
@@ -22576,7 +22587,7 @@ export type syncType_constraint =
|
|
|
22576
22587
|
/** unique or primary key constraint on columns "name" */
|
|
22577
22588
|
"sync_type_pkey";
|
|
22578
22589
|
|
|
22579
|
-
export type syncType_enum = "automate" | "extract" | "webhook";
|
|
22590
|
+
export type syncType_enum = "automate" | "extract" | "flow" | "webhook";
|
|
22580
22591
|
|
|
22581
22592
|
/** Boolean expression to compare columns of type "syncType_enum". All fields are combined with logical 'AND'. */
|
|
22582
22593
|
export interface syncType_enum_comparison_exp {
|
|
@@ -28522,8 +28533,8 @@ export declare const generatedSchema: {
|
|
|
28522
28533
|
bankingCurrency: { __type: "currency_enum" };
|
|
28523
28534
|
bankingLast4: { __type: "String" };
|
|
28524
28535
|
bankingType: { __type: "bankAccountType_enum" };
|
|
28525
|
-
category: { __type: "accountCategory" };
|
|
28526
|
-
categoryId: { __type: "uuid" };
|
|
28536
|
+
category: { __type: "accountCategory!" };
|
|
28537
|
+
categoryId: { __type: "uuid!" };
|
|
28527
28538
|
classification: { __type: "accountClassification_enum" };
|
|
28528
28539
|
createdAt: { __type: "timestamptz" };
|
|
28529
28540
|
creditCustomFees: {
|
|
@@ -28690,11 +28701,11 @@ export declare const generatedSchema: {
|
|
|
28690
28701
|
where: "setting_bool_exp";
|
|
28691
28702
|
};
|
|
28692
28703
|
};
|
|
28693
|
-
status: { __type: "activeStatus_enum" };
|
|
28704
|
+
status: { __type: "activeStatus_enum!" };
|
|
28694
28705
|
tenant: { __type: "tenant" };
|
|
28695
28706
|
tenantId: { __type: "uuid" };
|
|
28696
|
-
title: { __type: "String" };
|
|
28697
|
-
type: { __type: "accountType_enum" };
|
|
28707
|
+
title: { __type: "String!" };
|
|
28708
|
+
type: { __type: "accountType_enum!" };
|
|
28698
28709
|
uniqueRef: { __type: "String" };
|
|
28699
28710
|
updatedAt: { __type: "timestamptz" };
|
|
28700
28711
|
};
|
|
@@ -55909,6 +55920,7 @@ export declare const generatedSchema: {
|
|
|
55909
55920
|
listingConnection: { __type: "listing_connection" };
|
|
55910
55921
|
listingConnectionId: { __type: "uuid" };
|
|
55911
55922
|
listingId: { __type: "uuid" };
|
|
55923
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
55912
55924
|
members: {
|
|
55913
55925
|
__type: "[tenant_user!]!";
|
|
55914
55926
|
__args: {
|
|
@@ -56790,6 +56802,7 @@ export declare const generatedSchema: {
|
|
|
56790
56802
|
listingConnection: { __type: "listing_connection_bool_exp" };
|
|
56791
56803
|
listingConnectionId: { __type: "uuid_comparison_exp" };
|
|
56792
56804
|
listingId: { __type: "uuid_comparison_exp" };
|
|
56805
|
+
matchPaymentCustomerRef: { __type: "String_comparison_exp" };
|
|
56793
56806
|
members: { __type: "tenant_user_bool_exp" };
|
|
56794
56807
|
members_aggregate: { __type: "tenant_user_aggregate_bool_exp" };
|
|
56795
56808
|
metadata: { __type: "jsonb_comparison_exp" };
|
|
@@ -56897,6 +56910,7 @@ export declare const generatedSchema: {
|
|
|
56897
56910
|
listingConnection: { __type: "listing_connection_obj_rel_insert_input" };
|
|
56898
56911
|
listingConnectionId: { __type: "uuid" };
|
|
56899
56912
|
listingId: { __type: "uuid" };
|
|
56913
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
56900
56914
|
members: { __type: "tenant_user_arr_rel_insert_input" };
|
|
56901
56915
|
metadata: { __type: "jsonb" };
|
|
56902
56916
|
nights: { __type: "Int" };
|
|
@@ -56954,6 +56968,7 @@ export declare const generatedSchema: {
|
|
|
56954
56968
|
id: { __type: "uuid" };
|
|
56955
56969
|
listingConnectionId: { __type: "uuid" };
|
|
56956
56970
|
listingId: { __type: "uuid" };
|
|
56971
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
56957
56972
|
nights: { __type: "Int" };
|
|
56958
56973
|
otaReservationId: { __type: "uuid" };
|
|
56959
56974
|
paymentMethod: { __type: "String" };
|
|
@@ -56992,6 +57007,7 @@ export declare const generatedSchema: {
|
|
|
56992
57007
|
id: { __type: "order_by" };
|
|
56993
57008
|
listingConnectionId: { __type: "order_by" };
|
|
56994
57009
|
listingId: { __type: "order_by" };
|
|
57010
|
+
matchPaymentCustomerRef: { __type: "order_by" };
|
|
56995
57011
|
nights: { __type: "order_by" };
|
|
56996
57012
|
otaReservationId: { __type: "order_by" };
|
|
56997
57013
|
paymentMethod: { __type: "order_by" };
|
|
@@ -57031,6 +57047,7 @@ export declare const generatedSchema: {
|
|
|
57031
57047
|
id: { __type: "uuid" };
|
|
57032
57048
|
listingConnectionId: { __type: "uuid" };
|
|
57033
57049
|
listingId: { __type: "uuid" };
|
|
57050
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
57034
57051
|
nights: { __type: "Int" };
|
|
57035
57052
|
otaReservationId: { __type: "uuid" };
|
|
57036
57053
|
paymentMethod: { __type: "String" };
|
|
@@ -57069,6 +57086,7 @@ export declare const generatedSchema: {
|
|
|
57069
57086
|
id: { __type: "order_by" };
|
|
57070
57087
|
listingConnectionId: { __type: "order_by" };
|
|
57071
57088
|
listingId: { __type: "order_by" };
|
|
57089
|
+
matchPaymentCustomerRef: { __type: "order_by" };
|
|
57072
57090
|
nights: { __type: "order_by" };
|
|
57073
57091
|
otaReservationId: { __type: "order_by" };
|
|
57074
57092
|
paymentMethod: { __type: "order_by" };
|
|
@@ -57133,6 +57151,7 @@ export declare const generatedSchema: {
|
|
|
57133
57151
|
listingConnection: { __type: "listing_connection_order_by" };
|
|
57134
57152
|
listingConnectionId: { __type: "order_by" };
|
|
57135
57153
|
listingId: { __type: "order_by" };
|
|
57154
|
+
matchPaymentCustomerRef: { __type: "order_by" };
|
|
57136
57155
|
members_aggregate: { __type: "tenant_user_aggregate_order_by" };
|
|
57137
57156
|
metadata: { __type: "order_by" };
|
|
57138
57157
|
nights: { __type: "order_by" };
|
|
@@ -57198,6 +57217,7 @@ export declare const generatedSchema: {
|
|
|
57198
57217
|
lineMap: { __type: "jsonb" };
|
|
57199
57218
|
listingConnectionId: { __type: "uuid" };
|
|
57200
57219
|
listingId: { __type: "uuid" };
|
|
57220
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
57201
57221
|
metadata: { __type: "jsonb" };
|
|
57202
57222
|
nights: { __type: "Int" };
|
|
57203
57223
|
otaReservationId: { __type: "uuid" };
|
|
@@ -57398,6 +57418,7 @@ export declare const generatedSchema: {
|
|
|
57398
57418
|
lineMap: { __type: "jsonb" };
|
|
57399
57419
|
listingConnectionId: { __type: "uuid" };
|
|
57400
57420
|
listingId: { __type: "uuid" };
|
|
57421
|
+
matchPaymentCustomerRef: { __type: "String" };
|
|
57401
57422
|
metadata: { __type: "jsonb" };
|
|
57402
57423
|
nights: { __type: "Int" };
|
|
57403
57424
|
otaReservationId: { __type: "uuid" };
|
|
@@ -70602,8 +70623,8 @@ export interface account {
|
|
|
70602
70623
|
/**
|
|
70603
70624
|
* An object relationship
|
|
70604
70625
|
*/
|
|
70605
|
-
category
|
|
70606
|
-
categoryId
|
|
70626
|
+
category: accountCategory;
|
|
70627
|
+
categoryId: ScalarsEnums["uuid"];
|
|
70607
70628
|
/**
|
|
70608
70629
|
* deprecated
|
|
70609
70630
|
*/
|
|
@@ -71019,14 +71040,14 @@ export interface account {
|
|
|
71019
71040
|
*/
|
|
71020
71041
|
where?: Maybe<setting_bool_exp>;
|
|
71021
71042
|
}) => setting_aggregate;
|
|
71022
|
-
status
|
|
71043
|
+
status: ScalarsEnums["activeStatus_enum"];
|
|
71023
71044
|
/**
|
|
71024
71045
|
* An object relationship
|
|
71025
71046
|
*/
|
|
71026
71047
|
tenant?: Maybe<tenant>;
|
|
71027
71048
|
tenantId?: Maybe<ScalarsEnums["uuid"]>;
|
|
71028
|
-
title
|
|
71029
|
-
type
|
|
71049
|
+
title: ScalarsEnums["String"];
|
|
71050
|
+
type: ScalarsEnums["accountType_enum"];
|
|
71030
71051
|
uniqueRef?: Maybe<ScalarsEnums["String"]>;
|
|
71031
71052
|
updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
71032
71053
|
}
|
|
@@ -92651,6 +92672,7 @@ export interface reservation {
|
|
|
92651
92672
|
listingConnection?: Maybe<listing_connection>;
|
|
92652
92673
|
listingConnectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
92653
92674
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
92675
|
+
matchPaymentCustomerRef?: Maybe<ScalarsEnums["String"]>;
|
|
92654
92676
|
/**
|
|
92655
92677
|
* An array relationship
|
|
92656
92678
|
*/
|
|
@@ -93569,6 +93591,7 @@ export interface reservation_max_fields {
|
|
|
93569
93591
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
93570
93592
|
listingConnectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93571
93593
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93594
|
+
matchPaymentCustomerRef?: Maybe<ScalarsEnums["String"]>;
|
|
93572
93595
|
nights?: Maybe<ScalarsEnums["Int"]>;
|
|
93573
93596
|
otaReservationId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93574
93597
|
paymentMethod?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -93612,6 +93635,7 @@ export interface reservation_min_fields {
|
|
|
93612
93635
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
93613
93636
|
listingConnectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93614
93637
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93638
|
+
matchPaymentCustomerRef?: Maybe<ScalarsEnums["String"]>;
|
|
93615
93639
|
nights?: Maybe<ScalarsEnums["Int"]>;
|
|
93616
93640
|
otaReservationId?: Maybe<ScalarsEnums["uuid"]>;
|
|
93617
93641
|
paymentMethod?: Maybe<ScalarsEnums["String"]>;
|
|
@@ -612,8 +612,8 @@ export const generatedSchema = {
|
|
|
612
612
|
bankingCurrency: { __type: "currency_enum" },
|
|
613
613
|
bankingLast4: { __type: "String" },
|
|
614
614
|
bankingType: { __type: "bankAccountType_enum" },
|
|
615
|
-
category: { __type: "accountCategory" },
|
|
616
|
-
categoryId: { __type: "uuid" },
|
|
615
|
+
category: { __type: "accountCategory!" },
|
|
616
|
+
categoryId: { __type: "uuid!" },
|
|
617
617
|
classification: { __type: "accountClassification_enum" },
|
|
618
618
|
createdAt: { __type: "timestamptz" },
|
|
619
619
|
creditCustomFees: {
|
|
@@ -780,11 +780,11 @@ export const generatedSchema = {
|
|
|
780
780
|
where: "setting_bool_exp",
|
|
781
781
|
},
|
|
782
782
|
},
|
|
783
|
-
status: { __type: "activeStatus_enum" },
|
|
783
|
+
status: { __type: "activeStatus_enum!" },
|
|
784
784
|
tenant: { __type: "tenant" },
|
|
785
785
|
tenantId: { __type: "uuid" },
|
|
786
|
-
title: { __type: "String" },
|
|
787
|
-
type: { __type: "accountType_enum" },
|
|
786
|
+
title: { __type: "String!" },
|
|
787
|
+
type: { __type: "accountType_enum!" },
|
|
788
788
|
uniqueRef: { __type: "String" },
|
|
789
789
|
updatedAt: { __type: "timestamptz" },
|
|
790
790
|
},
|
|
@@ -28046,6 +28046,7 @@ export const generatedSchema = {
|
|
|
28046
28046
|
listingConnection: { __type: "listing_connection" },
|
|
28047
28047
|
listingConnectionId: { __type: "uuid" },
|
|
28048
28048
|
listingId: { __type: "uuid" },
|
|
28049
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
28049
28050
|
members: {
|
|
28050
28051
|
__type: "[tenant_user!]!",
|
|
28051
28052
|
__args: {
|
|
@@ -28927,6 +28928,7 @@ export const generatedSchema = {
|
|
|
28927
28928
|
listingConnection: { __type: "listing_connection_bool_exp" },
|
|
28928
28929
|
listingConnectionId: { __type: "uuid_comparison_exp" },
|
|
28929
28930
|
listingId: { __type: "uuid_comparison_exp" },
|
|
28931
|
+
matchPaymentCustomerRef: { __type: "String_comparison_exp" },
|
|
28930
28932
|
members: { __type: "tenant_user_bool_exp" },
|
|
28931
28933
|
members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
|
|
28932
28934
|
metadata: { __type: "jsonb_comparison_exp" },
|
|
@@ -29034,6 +29036,7 @@ export const generatedSchema = {
|
|
|
29034
29036
|
listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
|
|
29035
29037
|
listingConnectionId: { __type: "uuid" },
|
|
29036
29038
|
listingId: { __type: "uuid" },
|
|
29039
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29037
29040
|
members: { __type: "tenant_user_arr_rel_insert_input" },
|
|
29038
29041
|
metadata: { __type: "jsonb" },
|
|
29039
29042
|
nights: { __type: "Int" },
|
|
@@ -29091,6 +29094,7 @@ export const generatedSchema = {
|
|
|
29091
29094
|
id: { __type: "uuid" },
|
|
29092
29095
|
listingConnectionId: { __type: "uuid" },
|
|
29093
29096
|
listingId: { __type: "uuid" },
|
|
29097
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29094
29098
|
nights: { __type: "Int" },
|
|
29095
29099
|
otaReservationId: { __type: "uuid" },
|
|
29096
29100
|
paymentMethod: { __type: "String" },
|
|
@@ -29129,6 +29133,7 @@ export const generatedSchema = {
|
|
|
29129
29133
|
id: { __type: "order_by" },
|
|
29130
29134
|
listingConnectionId: { __type: "order_by" },
|
|
29131
29135
|
listingId: { __type: "order_by" },
|
|
29136
|
+
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29132
29137
|
nights: { __type: "order_by" },
|
|
29133
29138
|
otaReservationId: { __type: "order_by" },
|
|
29134
29139
|
paymentMethod: { __type: "order_by" },
|
|
@@ -29168,6 +29173,7 @@ export const generatedSchema = {
|
|
|
29168
29173
|
id: { __type: "uuid" },
|
|
29169
29174
|
listingConnectionId: { __type: "uuid" },
|
|
29170
29175
|
listingId: { __type: "uuid" },
|
|
29176
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29171
29177
|
nights: { __type: "Int" },
|
|
29172
29178
|
otaReservationId: { __type: "uuid" },
|
|
29173
29179
|
paymentMethod: { __type: "String" },
|
|
@@ -29206,6 +29212,7 @@ export const generatedSchema = {
|
|
|
29206
29212
|
id: { __type: "order_by" },
|
|
29207
29213
|
listingConnectionId: { __type: "order_by" },
|
|
29208
29214
|
listingId: { __type: "order_by" },
|
|
29215
|
+
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29209
29216
|
nights: { __type: "order_by" },
|
|
29210
29217
|
otaReservationId: { __type: "order_by" },
|
|
29211
29218
|
paymentMethod: { __type: "order_by" },
|
|
@@ -29270,6 +29277,7 @@ export const generatedSchema = {
|
|
|
29270
29277
|
listingConnection: { __type: "listing_connection_order_by" },
|
|
29271
29278
|
listingConnectionId: { __type: "order_by" },
|
|
29272
29279
|
listingId: { __type: "order_by" },
|
|
29280
|
+
matchPaymentCustomerRef: { __type: "order_by" },
|
|
29273
29281
|
members_aggregate: { __type: "tenant_user_aggregate_order_by" },
|
|
29274
29282
|
metadata: { __type: "order_by" },
|
|
29275
29283
|
nights: { __type: "order_by" },
|
|
@@ -29335,6 +29343,7 @@ export const generatedSchema = {
|
|
|
29335
29343
|
lineMap: { __type: "jsonb" },
|
|
29336
29344
|
listingConnectionId: { __type: "uuid" },
|
|
29337
29345
|
listingId: { __type: "uuid" },
|
|
29346
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29338
29347
|
metadata: { __type: "jsonb" },
|
|
29339
29348
|
nights: { __type: "Int" },
|
|
29340
29349
|
otaReservationId: { __type: "uuid" },
|
|
@@ -29535,6 +29544,7 @@ export const generatedSchema = {
|
|
|
29535
29544
|
lineMap: { __type: "jsonb" },
|
|
29536
29545
|
listingConnectionId: { __type: "uuid" },
|
|
29537
29546
|
listingId: { __type: "uuid" },
|
|
29547
|
+
matchPaymentCustomerRef: { __type: "String" },
|
|
29538
29548
|
metadata: { __type: "jsonb" },
|
|
29539
29549
|
nights: { __type: "Int" },
|
|
29540
29550
|
otaReservationId: { __type: "uuid" },
|