@vrplatform/graphql 1.1.19 → 1.1.20

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.
@@ -16491,6 +16491,8 @@ export interface payment_line_bool_exp {
16491
16491
  lineTypeAccounts_aggregate?: InputMaybe<accountReservationLineType_aggregate_bool_exp>;
16492
16492
  listing?: InputMaybe<listing_bool_exp>;
16493
16493
  listingId?: InputMaybe<uuid_comparison_exp>;
16494
+ matchReservationConfirmationCode?: InputMaybe<String_comparison_exp>;
16495
+ matchReservationStripeGuestRef?: InputMaybe<String_comparison_exp>;
16494
16496
  matchStatus?: InputMaybe<String_comparison_exp>;
16495
16497
  members?: InputMaybe<tenant_user_bool_exp>;
16496
16498
  members_aggregate?: InputMaybe<tenant_user_aggregate_bool_exp>;
@@ -16772,6 +16774,8 @@ export interface payment_line_insert_input {
16772
16774
  lineTypeAccounts?: InputMaybe<accountReservationLineType_arr_rel_insert_input>;
16773
16775
  listing?: InputMaybe<listing_obj_rel_insert_input>;
16774
16776
  listingId?: InputMaybe<Scalars["uuid"]>;
16777
+ matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
16778
+ matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
16775
16779
  members?: InputMaybe<tenant_user_arr_rel_insert_input>;
16776
16780
  metadata?: InputMaybe<Scalars["jsonb"]>;
16777
16781
  originCentTotal?: InputMaybe<Scalars["bigint"]>;
@@ -16806,6 +16810,8 @@ export interface payment_line_max_order_by {
16806
16810
  id?: InputMaybe<order_by>;
16807
16811
  lineId?: InputMaybe<order_by>;
16808
16812
  listingId?: InputMaybe<order_by>;
16813
+ matchReservationConfirmationCode?: InputMaybe<order_by>;
16814
+ matchReservationStripeGuestRef?: InputMaybe<order_by>;
16809
16815
  matchStatus?: InputMaybe<order_by>;
16810
16816
  originCentTotal?: InputMaybe<order_by>;
16811
16817
  originCurrency?: InputMaybe<order_by>;
@@ -16831,6 +16837,8 @@ export interface payment_line_min_order_by {
16831
16837
  id?: InputMaybe<order_by>;
16832
16838
  lineId?: InputMaybe<order_by>;
16833
16839
  listingId?: InputMaybe<order_by>;
16840
+ matchReservationConfirmationCode?: InputMaybe<order_by>;
16841
+ matchReservationStripeGuestRef?: InputMaybe<order_by>;
16834
16842
  matchStatus?: InputMaybe<order_by>;
16835
16843
  originCentTotal?: InputMaybe<order_by>;
16836
16844
  originCurrency?: InputMaybe<order_by>;
@@ -16878,6 +16886,8 @@ export interface payment_line_order_by {
16878
16886
  lineTypeAccounts_aggregate?: InputMaybe<accountReservationLineType_aggregate_order_by>;
16879
16887
  listing?: InputMaybe<listing_order_by>;
16880
16888
  listingId?: InputMaybe<order_by>;
16889
+ matchReservationConfirmationCode?: InputMaybe<order_by>;
16890
+ matchReservationStripeGuestRef?: InputMaybe<order_by>;
16881
16891
  matchStatus?: InputMaybe<order_by>;
16882
16892
  members_aggregate?: InputMaybe<tenant_user_aggregate_order_by>;
16883
16893
  metadata?: InputMaybe<order_by>;
@@ -16932,6 +16942,10 @@ export type payment_line_select_column =
16932
16942
  /** column name */
16933
16943
  | "listingId"
16934
16944
  /** column name */
16945
+ | "matchReservationConfirmationCode"
16946
+ /** column name */
16947
+ | "matchReservationStripeGuestRef"
16948
+ /** column name */
16935
16949
  | "matchStatus"
16936
16950
  /** column name */
16937
16951
  | "metadata"
@@ -16984,6 +16998,8 @@ export interface payment_line_set_input {
16984
16998
  id?: InputMaybe<Scalars["uuid"]>;
16985
16999
  lineId?: InputMaybe<Scalars["uuid"]>;
16986
17000
  listingId?: InputMaybe<Scalars["uuid"]>;
17001
+ matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
17002
+ matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
16987
17003
  metadata?: InputMaybe<Scalars["jsonb"]>;
16988
17004
  originCentTotal?: InputMaybe<Scalars["bigint"]>;
16989
17005
  originCurrency?: InputMaybe<Scalars["String"]>;
@@ -17040,6 +17056,8 @@ export interface payment_line_stream_cursor_value_input {
17040
17056
  id?: InputMaybe<Scalars["uuid"]>;
17041
17057
  lineId?: InputMaybe<Scalars["uuid"]>;
17042
17058
  listingId?: InputMaybe<Scalars["uuid"]>;
17059
+ matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
17060
+ matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
17043
17061
  matchStatus?: InputMaybe<Scalars["String"]>;
17044
17062
  metadata?: InputMaybe<Scalars["jsonb"]>;
17045
17063
  originCentTotal?: InputMaybe<Scalars["bigint"]>;
@@ -17084,6 +17102,10 @@ export type payment_line_update_column =
17084
17102
  /** column name */
17085
17103
  | "listingId"
17086
17104
  /** column name */
17105
+ | "matchReservationConfirmationCode"
17106
+ /** column name */
17107
+ | "matchReservationStripeGuestRef"
17108
+ /** column name */
17087
17109
  | "metadata"
17088
17110
  /** column name */
17089
17111
  | "originCentTotal"
@@ -50102,6 +50124,8 @@ export declare const generatedSchema: {
50102
50124
  };
50103
50125
  listing: { __type: "listing" };
50104
50126
  listingId: { __type: "uuid" };
50127
+ matchReservationConfirmationCode: { __type: "String" };
50128
+ matchReservationStripeGuestRef: { __type: "String" };
50105
50129
  matchStatus: { __type: "String" };
50106
50130
  members: {
50107
50131
  __type: "[tenant_user!]!";
@@ -50267,6 +50291,8 @@ export declare const generatedSchema: {
50267
50291
  };
50268
50292
  listing: { __type: "listing_bool_exp" };
50269
50293
  listingId: { __type: "uuid_comparison_exp" };
50294
+ matchReservationConfirmationCode: { __type: "String_comparison_exp" };
50295
+ matchReservationStripeGuestRef: { __type: "String_comparison_exp" };
50270
50296
  matchStatus: { __type: "String_comparison_exp" };
50271
50297
  members: { __type: "tenant_user_bool_exp" };
50272
50298
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" };
@@ -50664,6 +50690,8 @@ export declare const generatedSchema: {
50664
50690
  };
50665
50691
  listing: { __type: "listing_obj_rel_insert_input" };
50666
50692
  listingId: { __type: "uuid" };
50693
+ matchReservationConfirmationCode: { __type: "String" };
50694
+ matchReservationStripeGuestRef: { __type: "String" };
50667
50695
  members: { __type: "tenant_user_arr_rel_insert_input" };
50668
50696
  metadata: { __type: "jsonb" };
50669
50697
  originCentTotal: { __type: "bigint" };
@@ -50697,6 +50725,8 @@ export declare const generatedSchema: {
50697
50725
  id: { __type: "uuid" };
50698
50726
  lineId: { __type: "uuid" };
50699
50727
  listingId: { __type: "uuid" };
50728
+ matchReservationConfirmationCode: { __type: "String" };
50729
+ matchReservationStripeGuestRef: { __type: "String" };
50700
50730
  matchStatus: { __type: "String" };
50701
50731
  originCentTotal: { __type: "bigint" };
50702
50732
  originCurrency: { __type: "String" };
@@ -50720,6 +50750,8 @@ export declare const generatedSchema: {
50720
50750
  id: { __type: "order_by" };
50721
50751
  lineId: { __type: "order_by" };
50722
50752
  listingId: { __type: "order_by" };
50753
+ matchReservationConfirmationCode: { __type: "order_by" };
50754
+ matchReservationStripeGuestRef: { __type: "order_by" };
50723
50755
  matchStatus: { __type: "order_by" };
50724
50756
  originCentTotal: { __type: "order_by" };
50725
50757
  originCurrency: { __type: "order_by" };
@@ -50744,6 +50776,8 @@ export declare const generatedSchema: {
50744
50776
  id: { __type: "uuid" };
50745
50777
  lineId: { __type: "uuid" };
50746
50778
  listingId: { __type: "uuid" };
50779
+ matchReservationConfirmationCode: { __type: "String" };
50780
+ matchReservationStripeGuestRef: { __type: "String" };
50747
50781
  matchStatus: { __type: "String" };
50748
50782
  originCentTotal: { __type: "bigint" };
50749
50783
  originCurrency: { __type: "String" };
@@ -50767,6 +50801,8 @@ export declare const generatedSchema: {
50767
50801
  id: { __type: "order_by" };
50768
50802
  lineId: { __type: "order_by" };
50769
50803
  listingId: { __type: "order_by" };
50804
+ matchReservationConfirmationCode: { __type: "order_by" };
50805
+ matchReservationStripeGuestRef: { __type: "order_by" };
50770
50806
  matchStatus: { __type: "order_by" };
50771
50807
  originCentTotal: { __type: "order_by" };
50772
50808
  originCurrency: { __type: "order_by" };
@@ -50814,6 +50850,8 @@ export declare const generatedSchema: {
50814
50850
  };
50815
50851
  listing: { __type: "listing_order_by" };
50816
50852
  listingId: { __type: "order_by" };
50853
+ matchReservationConfirmationCode: { __type: "order_by" };
50854
+ matchReservationStripeGuestRef: { __type: "order_by" };
50817
50855
  matchStatus: { __type: "order_by" };
50818
50856
  members_aggregate: { __type: "tenant_user_aggregate_order_by" };
50819
50857
  metadata: { __type: "order_by" };
@@ -50849,6 +50887,8 @@ export declare const generatedSchema: {
50849
50887
  id: { __type: "uuid" };
50850
50888
  lineId: { __type: "uuid" };
50851
50889
  listingId: { __type: "uuid" };
50890
+ matchReservationConfirmationCode: { __type: "String" };
50891
+ matchReservationStripeGuestRef: { __type: "String" };
50852
50892
  metadata: { __type: "jsonb" };
50853
50893
  originCentTotal: { __type: "bigint" };
50854
50894
  originCurrency: { __type: "String" };
@@ -50911,6 +50951,8 @@ export declare const generatedSchema: {
50911
50951
  id: { __type: "uuid" };
50912
50952
  lineId: { __type: "uuid" };
50913
50953
  listingId: { __type: "uuid" };
50954
+ matchReservationConfirmationCode: { __type: "String" };
50955
+ matchReservationStripeGuestRef: { __type: "String" };
50914
50956
  matchStatus: { __type: "String" };
50915
50957
  metadata: { __type: "jsonb" };
50916
50958
  originCentTotal: { __type: "bigint" };
@@ -87998,6 +88040,8 @@ export interface payment_line {
87998
88040
  */
87999
88041
  listing?: Maybe<listing>;
88000
88042
  listingId?: Maybe<ScalarsEnums["uuid"]>;
88043
+ matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
88044
+ matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
88001
88045
  matchStatus?: Maybe<ScalarsEnums["String"]>;
88002
88046
  /**
88003
88047
  * An array relationship
@@ -88628,6 +88672,8 @@ export interface payment_line_max_fields {
88628
88672
  id?: Maybe<ScalarsEnums["uuid"]>;
88629
88673
  lineId?: Maybe<ScalarsEnums["uuid"]>;
88630
88674
  listingId?: Maybe<ScalarsEnums["uuid"]>;
88675
+ matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
88676
+ matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
88631
88677
  matchStatus?: Maybe<ScalarsEnums["String"]>;
88632
88678
  originCentTotal?: Maybe<ScalarsEnums["bigint"]>;
88633
88679
  originCurrency?: Maybe<ScalarsEnums["String"]>;
@@ -88656,6 +88702,8 @@ export interface payment_line_min_fields {
88656
88702
  id?: Maybe<ScalarsEnums["uuid"]>;
88657
88703
  lineId?: Maybe<ScalarsEnums["uuid"]>;
88658
88704
  listingId?: Maybe<ScalarsEnums["uuid"]>;
88705
+ matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
88706
+ matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
88659
88707
  matchStatus?: Maybe<ScalarsEnums["String"]>;
88660
88708
  originCentTotal?: Maybe<ScalarsEnums["bigint"]>;
88661
88709
  originCurrency?: Maybe<ScalarsEnums["String"]>;
@@ -22197,6 +22197,8 @@ exports.generatedSchema = {
22197
22197
  },
22198
22198
  listing: { __type: "listing" },
22199
22199
  listingId: { __type: "uuid" },
22200
+ matchReservationConfirmationCode: { __type: "String" },
22201
+ matchReservationStripeGuestRef: { __type: "String" },
22200
22202
  matchStatus: { __type: "String" },
22201
22203
  members: {
22202
22204
  __type: "[tenant_user!]!",
@@ -22362,6 +22364,8 @@ exports.generatedSchema = {
22362
22364
  },
22363
22365
  listing: { __type: "listing_bool_exp" },
22364
22366
  listingId: { __type: "uuid_comparison_exp" },
22367
+ matchReservationConfirmationCode: { __type: "String_comparison_exp" },
22368
+ matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
22365
22369
  matchStatus: { __type: "String_comparison_exp" },
22366
22370
  members: { __type: "tenant_user_bool_exp" },
22367
22371
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
@@ -22759,6 +22763,8 @@ exports.generatedSchema = {
22759
22763
  },
22760
22764
  listing: { __type: "listing_obj_rel_insert_input" },
22761
22765
  listingId: { __type: "uuid" },
22766
+ matchReservationConfirmationCode: { __type: "String" },
22767
+ matchReservationStripeGuestRef: { __type: "String" },
22762
22768
  members: { __type: "tenant_user_arr_rel_insert_input" },
22763
22769
  metadata: { __type: "jsonb" },
22764
22770
  originCentTotal: { __type: "bigint" },
@@ -22792,6 +22798,8 @@ exports.generatedSchema = {
22792
22798
  id: { __type: "uuid" },
22793
22799
  lineId: { __type: "uuid" },
22794
22800
  listingId: { __type: "uuid" },
22801
+ matchReservationConfirmationCode: { __type: "String" },
22802
+ matchReservationStripeGuestRef: { __type: "String" },
22795
22803
  matchStatus: { __type: "String" },
22796
22804
  originCentTotal: { __type: "bigint" },
22797
22805
  originCurrency: { __type: "String" },
@@ -22815,6 +22823,8 @@ exports.generatedSchema = {
22815
22823
  id: { __type: "order_by" },
22816
22824
  lineId: { __type: "order_by" },
22817
22825
  listingId: { __type: "order_by" },
22826
+ matchReservationConfirmationCode: { __type: "order_by" },
22827
+ matchReservationStripeGuestRef: { __type: "order_by" },
22818
22828
  matchStatus: { __type: "order_by" },
22819
22829
  originCentTotal: { __type: "order_by" },
22820
22830
  originCurrency: { __type: "order_by" },
@@ -22839,6 +22849,8 @@ exports.generatedSchema = {
22839
22849
  id: { __type: "uuid" },
22840
22850
  lineId: { __type: "uuid" },
22841
22851
  listingId: { __type: "uuid" },
22852
+ matchReservationConfirmationCode: { __type: "String" },
22853
+ matchReservationStripeGuestRef: { __type: "String" },
22842
22854
  matchStatus: { __type: "String" },
22843
22855
  originCentTotal: { __type: "bigint" },
22844
22856
  originCurrency: { __type: "String" },
@@ -22862,6 +22874,8 @@ exports.generatedSchema = {
22862
22874
  id: { __type: "order_by" },
22863
22875
  lineId: { __type: "order_by" },
22864
22876
  listingId: { __type: "order_by" },
22877
+ matchReservationConfirmationCode: { __type: "order_by" },
22878
+ matchReservationStripeGuestRef: { __type: "order_by" },
22865
22879
  matchStatus: { __type: "order_by" },
22866
22880
  originCentTotal: { __type: "order_by" },
22867
22881
  originCurrency: { __type: "order_by" },
@@ -22909,6 +22923,8 @@ exports.generatedSchema = {
22909
22923
  },
22910
22924
  listing: { __type: "listing_order_by" },
22911
22925
  listingId: { __type: "order_by" },
22926
+ matchReservationConfirmationCode: { __type: "order_by" },
22927
+ matchReservationStripeGuestRef: { __type: "order_by" },
22912
22928
  matchStatus: { __type: "order_by" },
22913
22929
  members_aggregate: { __type: "tenant_user_aggregate_order_by" },
22914
22930
  metadata: { __type: "order_by" },
@@ -22944,6 +22960,8 @@ exports.generatedSchema = {
22944
22960
  id: { __type: "uuid" },
22945
22961
  lineId: { __type: "uuid" },
22946
22962
  listingId: { __type: "uuid" },
22963
+ matchReservationConfirmationCode: { __type: "String" },
22964
+ matchReservationStripeGuestRef: { __type: "String" },
22947
22965
  metadata: { __type: "jsonb" },
22948
22966
  originCentTotal: { __type: "bigint" },
22949
22967
  originCurrency: { __type: "String" },
@@ -23006,6 +23024,8 @@ exports.generatedSchema = {
23006
23024
  id: { __type: "uuid" },
23007
23025
  lineId: { __type: "uuid" },
23008
23026
  listingId: { __type: "uuid" },
23027
+ matchReservationConfirmationCode: { __type: "String" },
23028
+ matchReservationStripeGuestRef: { __type: "String" },
23009
23029
  matchStatus: { __type: "String" },
23010
23030
  metadata: { __type: "jsonb" },
23011
23031
  originCentTotal: { __type: "bigint" },
@@ -16491,6 +16491,8 @@ export interface payment_line_bool_exp {
16491
16491
  lineTypeAccounts_aggregate?: InputMaybe<accountReservationLineType_aggregate_bool_exp>;
16492
16492
  listing?: InputMaybe<listing_bool_exp>;
16493
16493
  listingId?: InputMaybe<uuid_comparison_exp>;
16494
+ matchReservationConfirmationCode?: InputMaybe<String_comparison_exp>;
16495
+ matchReservationStripeGuestRef?: InputMaybe<String_comparison_exp>;
16494
16496
  matchStatus?: InputMaybe<String_comparison_exp>;
16495
16497
  members?: InputMaybe<tenant_user_bool_exp>;
16496
16498
  members_aggregate?: InputMaybe<tenant_user_aggregate_bool_exp>;
@@ -16772,6 +16774,8 @@ export interface payment_line_insert_input {
16772
16774
  lineTypeAccounts?: InputMaybe<accountReservationLineType_arr_rel_insert_input>;
16773
16775
  listing?: InputMaybe<listing_obj_rel_insert_input>;
16774
16776
  listingId?: InputMaybe<Scalars["uuid"]>;
16777
+ matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
16778
+ matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
16775
16779
  members?: InputMaybe<tenant_user_arr_rel_insert_input>;
16776
16780
  metadata?: InputMaybe<Scalars["jsonb"]>;
16777
16781
  originCentTotal?: InputMaybe<Scalars["bigint"]>;
@@ -16806,6 +16810,8 @@ export interface payment_line_max_order_by {
16806
16810
  id?: InputMaybe<order_by>;
16807
16811
  lineId?: InputMaybe<order_by>;
16808
16812
  listingId?: InputMaybe<order_by>;
16813
+ matchReservationConfirmationCode?: InputMaybe<order_by>;
16814
+ matchReservationStripeGuestRef?: InputMaybe<order_by>;
16809
16815
  matchStatus?: InputMaybe<order_by>;
16810
16816
  originCentTotal?: InputMaybe<order_by>;
16811
16817
  originCurrency?: InputMaybe<order_by>;
@@ -16831,6 +16837,8 @@ export interface payment_line_min_order_by {
16831
16837
  id?: InputMaybe<order_by>;
16832
16838
  lineId?: InputMaybe<order_by>;
16833
16839
  listingId?: InputMaybe<order_by>;
16840
+ matchReservationConfirmationCode?: InputMaybe<order_by>;
16841
+ matchReservationStripeGuestRef?: InputMaybe<order_by>;
16834
16842
  matchStatus?: InputMaybe<order_by>;
16835
16843
  originCentTotal?: InputMaybe<order_by>;
16836
16844
  originCurrency?: InputMaybe<order_by>;
@@ -16878,6 +16886,8 @@ export interface payment_line_order_by {
16878
16886
  lineTypeAccounts_aggregate?: InputMaybe<accountReservationLineType_aggregate_order_by>;
16879
16887
  listing?: InputMaybe<listing_order_by>;
16880
16888
  listingId?: InputMaybe<order_by>;
16889
+ matchReservationConfirmationCode?: InputMaybe<order_by>;
16890
+ matchReservationStripeGuestRef?: InputMaybe<order_by>;
16881
16891
  matchStatus?: InputMaybe<order_by>;
16882
16892
  members_aggregate?: InputMaybe<tenant_user_aggregate_order_by>;
16883
16893
  metadata?: InputMaybe<order_by>;
@@ -16932,6 +16942,10 @@ export type payment_line_select_column =
16932
16942
  /** column name */
16933
16943
  | "listingId"
16934
16944
  /** column name */
16945
+ | "matchReservationConfirmationCode"
16946
+ /** column name */
16947
+ | "matchReservationStripeGuestRef"
16948
+ /** column name */
16935
16949
  | "matchStatus"
16936
16950
  /** column name */
16937
16951
  | "metadata"
@@ -16984,6 +16998,8 @@ export interface payment_line_set_input {
16984
16998
  id?: InputMaybe<Scalars["uuid"]>;
16985
16999
  lineId?: InputMaybe<Scalars["uuid"]>;
16986
17000
  listingId?: InputMaybe<Scalars["uuid"]>;
17001
+ matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
17002
+ matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
16987
17003
  metadata?: InputMaybe<Scalars["jsonb"]>;
16988
17004
  originCentTotal?: InputMaybe<Scalars["bigint"]>;
16989
17005
  originCurrency?: InputMaybe<Scalars["String"]>;
@@ -17040,6 +17056,8 @@ export interface payment_line_stream_cursor_value_input {
17040
17056
  id?: InputMaybe<Scalars["uuid"]>;
17041
17057
  lineId?: InputMaybe<Scalars["uuid"]>;
17042
17058
  listingId?: InputMaybe<Scalars["uuid"]>;
17059
+ matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
17060
+ matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
17043
17061
  matchStatus?: InputMaybe<Scalars["String"]>;
17044
17062
  metadata?: InputMaybe<Scalars["jsonb"]>;
17045
17063
  originCentTotal?: InputMaybe<Scalars["bigint"]>;
@@ -17084,6 +17102,10 @@ export type payment_line_update_column =
17084
17102
  /** column name */
17085
17103
  | "listingId"
17086
17104
  /** column name */
17105
+ | "matchReservationConfirmationCode"
17106
+ /** column name */
17107
+ | "matchReservationStripeGuestRef"
17108
+ /** column name */
17087
17109
  | "metadata"
17088
17110
  /** column name */
17089
17111
  | "originCentTotal"
@@ -50102,6 +50124,8 @@ export declare const generatedSchema: {
50102
50124
  };
50103
50125
  listing: { __type: "listing" };
50104
50126
  listingId: { __type: "uuid" };
50127
+ matchReservationConfirmationCode: { __type: "String" };
50128
+ matchReservationStripeGuestRef: { __type: "String" };
50105
50129
  matchStatus: { __type: "String" };
50106
50130
  members: {
50107
50131
  __type: "[tenant_user!]!";
@@ -50267,6 +50291,8 @@ export declare const generatedSchema: {
50267
50291
  };
50268
50292
  listing: { __type: "listing_bool_exp" };
50269
50293
  listingId: { __type: "uuid_comparison_exp" };
50294
+ matchReservationConfirmationCode: { __type: "String_comparison_exp" };
50295
+ matchReservationStripeGuestRef: { __type: "String_comparison_exp" };
50270
50296
  matchStatus: { __type: "String_comparison_exp" };
50271
50297
  members: { __type: "tenant_user_bool_exp" };
50272
50298
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" };
@@ -50664,6 +50690,8 @@ export declare const generatedSchema: {
50664
50690
  };
50665
50691
  listing: { __type: "listing_obj_rel_insert_input" };
50666
50692
  listingId: { __type: "uuid" };
50693
+ matchReservationConfirmationCode: { __type: "String" };
50694
+ matchReservationStripeGuestRef: { __type: "String" };
50667
50695
  members: { __type: "tenant_user_arr_rel_insert_input" };
50668
50696
  metadata: { __type: "jsonb" };
50669
50697
  originCentTotal: { __type: "bigint" };
@@ -50697,6 +50725,8 @@ export declare const generatedSchema: {
50697
50725
  id: { __type: "uuid" };
50698
50726
  lineId: { __type: "uuid" };
50699
50727
  listingId: { __type: "uuid" };
50728
+ matchReservationConfirmationCode: { __type: "String" };
50729
+ matchReservationStripeGuestRef: { __type: "String" };
50700
50730
  matchStatus: { __type: "String" };
50701
50731
  originCentTotal: { __type: "bigint" };
50702
50732
  originCurrency: { __type: "String" };
@@ -50720,6 +50750,8 @@ export declare const generatedSchema: {
50720
50750
  id: { __type: "order_by" };
50721
50751
  lineId: { __type: "order_by" };
50722
50752
  listingId: { __type: "order_by" };
50753
+ matchReservationConfirmationCode: { __type: "order_by" };
50754
+ matchReservationStripeGuestRef: { __type: "order_by" };
50723
50755
  matchStatus: { __type: "order_by" };
50724
50756
  originCentTotal: { __type: "order_by" };
50725
50757
  originCurrency: { __type: "order_by" };
@@ -50744,6 +50776,8 @@ export declare const generatedSchema: {
50744
50776
  id: { __type: "uuid" };
50745
50777
  lineId: { __type: "uuid" };
50746
50778
  listingId: { __type: "uuid" };
50779
+ matchReservationConfirmationCode: { __type: "String" };
50780
+ matchReservationStripeGuestRef: { __type: "String" };
50747
50781
  matchStatus: { __type: "String" };
50748
50782
  originCentTotal: { __type: "bigint" };
50749
50783
  originCurrency: { __type: "String" };
@@ -50767,6 +50801,8 @@ export declare const generatedSchema: {
50767
50801
  id: { __type: "order_by" };
50768
50802
  lineId: { __type: "order_by" };
50769
50803
  listingId: { __type: "order_by" };
50804
+ matchReservationConfirmationCode: { __type: "order_by" };
50805
+ matchReservationStripeGuestRef: { __type: "order_by" };
50770
50806
  matchStatus: { __type: "order_by" };
50771
50807
  originCentTotal: { __type: "order_by" };
50772
50808
  originCurrency: { __type: "order_by" };
@@ -50814,6 +50850,8 @@ export declare const generatedSchema: {
50814
50850
  };
50815
50851
  listing: { __type: "listing_order_by" };
50816
50852
  listingId: { __type: "order_by" };
50853
+ matchReservationConfirmationCode: { __type: "order_by" };
50854
+ matchReservationStripeGuestRef: { __type: "order_by" };
50817
50855
  matchStatus: { __type: "order_by" };
50818
50856
  members_aggregate: { __type: "tenant_user_aggregate_order_by" };
50819
50857
  metadata: { __type: "order_by" };
@@ -50849,6 +50887,8 @@ export declare const generatedSchema: {
50849
50887
  id: { __type: "uuid" };
50850
50888
  lineId: { __type: "uuid" };
50851
50889
  listingId: { __type: "uuid" };
50890
+ matchReservationConfirmationCode: { __type: "String" };
50891
+ matchReservationStripeGuestRef: { __type: "String" };
50852
50892
  metadata: { __type: "jsonb" };
50853
50893
  originCentTotal: { __type: "bigint" };
50854
50894
  originCurrency: { __type: "String" };
@@ -50911,6 +50951,8 @@ export declare const generatedSchema: {
50911
50951
  id: { __type: "uuid" };
50912
50952
  lineId: { __type: "uuid" };
50913
50953
  listingId: { __type: "uuid" };
50954
+ matchReservationConfirmationCode: { __type: "String" };
50955
+ matchReservationStripeGuestRef: { __type: "String" };
50914
50956
  matchStatus: { __type: "String" };
50915
50957
  metadata: { __type: "jsonb" };
50916
50958
  originCentTotal: { __type: "bigint" };
@@ -87998,6 +88040,8 @@ export interface payment_line {
87998
88040
  */
87999
88041
  listing?: Maybe<listing>;
88000
88042
  listingId?: Maybe<ScalarsEnums["uuid"]>;
88043
+ matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
88044
+ matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
88001
88045
  matchStatus?: Maybe<ScalarsEnums["String"]>;
88002
88046
  /**
88003
88047
  * An array relationship
@@ -88628,6 +88672,8 @@ export interface payment_line_max_fields {
88628
88672
  id?: Maybe<ScalarsEnums["uuid"]>;
88629
88673
  lineId?: Maybe<ScalarsEnums["uuid"]>;
88630
88674
  listingId?: Maybe<ScalarsEnums["uuid"]>;
88675
+ matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
88676
+ matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
88631
88677
  matchStatus?: Maybe<ScalarsEnums["String"]>;
88632
88678
  originCentTotal?: Maybe<ScalarsEnums["bigint"]>;
88633
88679
  originCurrency?: Maybe<ScalarsEnums["String"]>;
@@ -88656,6 +88702,8 @@ export interface payment_line_min_fields {
88656
88702
  id?: Maybe<ScalarsEnums["uuid"]>;
88657
88703
  lineId?: Maybe<ScalarsEnums["uuid"]>;
88658
88704
  listingId?: Maybe<ScalarsEnums["uuid"]>;
88705
+ matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
88706
+ matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
88659
88707
  matchStatus?: Maybe<ScalarsEnums["String"]>;
88660
88708
  originCentTotal?: Maybe<ScalarsEnums["bigint"]>;
88661
88709
  originCurrency?: Maybe<ScalarsEnums["String"]>;
@@ -22194,6 +22194,8 @@ export const generatedSchema = {
22194
22194
  },
22195
22195
  listing: { __type: "listing" },
22196
22196
  listingId: { __type: "uuid" },
22197
+ matchReservationConfirmationCode: { __type: "String" },
22198
+ matchReservationStripeGuestRef: { __type: "String" },
22197
22199
  matchStatus: { __type: "String" },
22198
22200
  members: {
22199
22201
  __type: "[tenant_user!]!",
@@ -22359,6 +22361,8 @@ export const generatedSchema = {
22359
22361
  },
22360
22362
  listing: { __type: "listing_bool_exp" },
22361
22363
  listingId: { __type: "uuid_comparison_exp" },
22364
+ matchReservationConfirmationCode: { __type: "String_comparison_exp" },
22365
+ matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
22362
22366
  matchStatus: { __type: "String_comparison_exp" },
22363
22367
  members: { __type: "tenant_user_bool_exp" },
22364
22368
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
@@ -22756,6 +22760,8 @@ export const generatedSchema = {
22756
22760
  },
22757
22761
  listing: { __type: "listing_obj_rel_insert_input" },
22758
22762
  listingId: { __type: "uuid" },
22763
+ matchReservationConfirmationCode: { __type: "String" },
22764
+ matchReservationStripeGuestRef: { __type: "String" },
22759
22765
  members: { __type: "tenant_user_arr_rel_insert_input" },
22760
22766
  metadata: { __type: "jsonb" },
22761
22767
  originCentTotal: { __type: "bigint" },
@@ -22789,6 +22795,8 @@ export const generatedSchema = {
22789
22795
  id: { __type: "uuid" },
22790
22796
  lineId: { __type: "uuid" },
22791
22797
  listingId: { __type: "uuid" },
22798
+ matchReservationConfirmationCode: { __type: "String" },
22799
+ matchReservationStripeGuestRef: { __type: "String" },
22792
22800
  matchStatus: { __type: "String" },
22793
22801
  originCentTotal: { __type: "bigint" },
22794
22802
  originCurrency: { __type: "String" },
@@ -22812,6 +22820,8 @@ export const generatedSchema = {
22812
22820
  id: { __type: "order_by" },
22813
22821
  lineId: { __type: "order_by" },
22814
22822
  listingId: { __type: "order_by" },
22823
+ matchReservationConfirmationCode: { __type: "order_by" },
22824
+ matchReservationStripeGuestRef: { __type: "order_by" },
22815
22825
  matchStatus: { __type: "order_by" },
22816
22826
  originCentTotal: { __type: "order_by" },
22817
22827
  originCurrency: { __type: "order_by" },
@@ -22836,6 +22846,8 @@ export const generatedSchema = {
22836
22846
  id: { __type: "uuid" },
22837
22847
  lineId: { __type: "uuid" },
22838
22848
  listingId: { __type: "uuid" },
22849
+ matchReservationConfirmationCode: { __type: "String" },
22850
+ matchReservationStripeGuestRef: { __type: "String" },
22839
22851
  matchStatus: { __type: "String" },
22840
22852
  originCentTotal: { __type: "bigint" },
22841
22853
  originCurrency: { __type: "String" },
@@ -22859,6 +22871,8 @@ export const generatedSchema = {
22859
22871
  id: { __type: "order_by" },
22860
22872
  lineId: { __type: "order_by" },
22861
22873
  listingId: { __type: "order_by" },
22874
+ matchReservationConfirmationCode: { __type: "order_by" },
22875
+ matchReservationStripeGuestRef: { __type: "order_by" },
22862
22876
  matchStatus: { __type: "order_by" },
22863
22877
  originCentTotal: { __type: "order_by" },
22864
22878
  originCurrency: { __type: "order_by" },
@@ -22906,6 +22920,8 @@ export const generatedSchema = {
22906
22920
  },
22907
22921
  listing: { __type: "listing_order_by" },
22908
22922
  listingId: { __type: "order_by" },
22923
+ matchReservationConfirmationCode: { __type: "order_by" },
22924
+ matchReservationStripeGuestRef: { __type: "order_by" },
22909
22925
  matchStatus: { __type: "order_by" },
22910
22926
  members_aggregate: { __type: "tenant_user_aggregate_order_by" },
22911
22927
  metadata: { __type: "order_by" },
@@ -22941,6 +22957,8 @@ export const generatedSchema = {
22941
22957
  id: { __type: "uuid" },
22942
22958
  lineId: { __type: "uuid" },
22943
22959
  listingId: { __type: "uuid" },
22960
+ matchReservationConfirmationCode: { __type: "String" },
22961
+ matchReservationStripeGuestRef: { __type: "String" },
22944
22962
  metadata: { __type: "jsonb" },
22945
22963
  originCentTotal: { __type: "bigint" },
22946
22964
  originCurrency: { __type: "String" },
@@ -23003,6 +23021,8 @@ export const generatedSchema = {
23003
23021
  id: { __type: "uuid" },
23004
23022
  lineId: { __type: "uuid" },
23005
23023
  listingId: { __type: "uuid" },
23024
+ matchReservationConfirmationCode: { __type: "String" },
23025
+ matchReservationStripeGuestRef: { __type: "String" },
23006
23026
  matchStatus: { __type: "String" },
23007
23027
  metadata: { __type: "jsonb" },
23008
23028
  originCentTotal: { __type: "bigint" },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.19",
13
+ "version": "1.1.20",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",
@@ -16491,6 +16491,8 @@ export interface payment_line_bool_exp {
16491
16491
  lineTypeAccounts_aggregate?: InputMaybe<accountReservationLineType_aggregate_bool_exp>;
16492
16492
  listing?: InputMaybe<listing_bool_exp>;
16493
16493
  listingId?: InputMaybe<uuid_comparison_exp>;
16494
+ matchReservationConfirmationCode?: InputMaybe<String_comparison_exp>;
16495
+ matchReservationStripeGuestRef?: InputMaybe<String_comparison_exp>;
16494
16496
  matchStatus?: InputMaybe<String_comparison_exp>;
16495
16497
  members?: InputMaybe<tenant_user_bool_exp>;
16496
16498
  members_aggregate?: InputMaybe<tenant_user_aggregate_bool_exp>;
@@ -16772,6 +16774,8 @@ export interface payment_line_insert_input {
16772
16774
  lineTypeAccounts?: InputMaybe<accountReservationLineType_arr_rel_insert_input>;
16773
16775
  listing?: InputMaybe<listing_obj_rel_insert_input>;
16774
16776
  listingId?: InputMaybe<Scalars["uuid"]>;
16777
+ matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
16778
+ matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
16775
16779
  members?: InputMaybe<tenant_user_arr_rel_insert_input>;
16776
16780
  metadata?: InputMaybe<Scalars["jsonb"]>;
16777
16781
  originCentTotal?: InputMaybe<Scalars["bigint"]>;
@@ -16806,6 +16810,8 @@ export interface payment_line_max_order_by {
16806
16810
  id?: InputMaybe<order_by>;
16807
16811
  lineId?: InputMaybe<order_by>;
16808
16812
  listingId?: InputMaybe<order_by>;
16813
+ matchReservationConfirmationCode?: InputMaybe<order_by>;
16814
+ matchReservationStripeGuestRef?: InputMaybe<order_by>;
16809
16815
  matchStatus?: InputMaybe<order_by>;
16810
16816
  originCentTotal?: InputMaybe<order_by>;
16811
16817
  originCurrency?: InputMaybe<order_by>;
@@ -16831,6 +16837,8 @@ export interface payment_line_min_order_by {
16831
16837
  id?: InputMaybe<order_by>;
16832
16838
  lineId?: InputMaybe<order_by>;
16833
16839
  listingId?: InputMaybe<order_by>;
16840
+ matchReservationConfirmationCode?: InputMaybe<order_by>;
16841
+ matchReservationStripeGuestRef?: InputMaybe<order_by>;
16834
16842
  matchStatus?: InputMaybe<order_by>;
16835
16843
  originCentTotal?: InputMaybe<order_by>;
16836
16844
  originCurrency?: InputMaybe<order_by>;
@@ -16878,6 +16886,8 @@ export interface payment_line_order_by {
16878
16886
  lineTypeAccounts_aggregate?: InputMaybe<accountReservationLineType_aggregate_order_by>;
16879
16887
  listing?: InputMaybe<listing_order_by>;
16880
16888
  listingId?: InputMaybe<order_by>;
16889
+ matchReservationConfirmationCode?: InputMaybe<order_by>;
16890
+ matchReservationStripeGuestRef?: InputMaybe<order_by>;
16881
16891
  matchStatus?: InputMaybe<order_by>;
16882
16892
  members_aggregate?: InputMaybe<tenant_user_aggregate_order_by>;
16883
16893
  metadata?: InputMaybe<order_by>;
@@ -16932,6 +16942,10 @@ export type payment_line_select_column =
16932
16942
  /** column name */
16933
16943
  | "listingId"
16934
16944
  /** column name */
16945
+ | "matchReservationConfirmationCode"
16946
+ /** column name */
16947
+ | "matchReservationStripeGuestRef"
16948
+ /** column name */
16935
16949
  | "matchStatus"
16936
16950
  /** column name */
16937
16951
  | "metadata"
@@ -16984,6 +16998,8 @@ export interface payment_line_set_input {
16984
16998
  id?: InputMaybe<Scalars["uuid"]>;
16985
16999
  lineId?: InputMaybe<Scalars["uuid"]>;
16986
17000
  listingId?: InputMaybe<Scalars["uuid"]>;
17001
+ matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
17002
+ matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
16987
17003
  metadata?: InputMaybe<Scalars["jsonb"]>;
16988
17004
  originCentTotal?: InputMaybe<Scalars["bigint"]>;
16989
17005
  originCurrency?: InputMaybe<Scalars["String"]>;
@@ -17040,6 +17056,8 @@ export interface payment_line_stream_cursor_value_input {
17040
17056
  id?: InputMaybe<Scalars["uuid"]>;
17041
17057
  lineId?: InputMaybe<Scalars["uuid"]>;
17042
17058
  listingId?: InputMaybe<Scalars["uuid"]>;
17059
+ matchReservationConfirmationCode?: InputMaybe<Scalars["String"]>;
17060
+ matchReservationStripeGuestRef?: InputMaybe<Scalars["String"]>;
17043
17061
  matchStatus?: InputMaybe<Scalars["String"]>;
17044
17062
  metadata?: InputMaybe<Scalars["jsonb"]>;
17045
17063
  originCentTotal?: InputMaybe<Scalars["bigint"]>;
@@ -17084,6 +17102,10 @@ export type payment_line_update_column =
17084
17102
  /** column name */
17085
17103
  | "listingId"
17086
17104
  /** column name */
17105
+ | "matchReservationConfirmationCode"
17106
+ /** column name */
17107
+ | "matchReservationStripeGuestRef"
17108
+ /** column name */
17087
17109
  | "metadata"
17088
17110
  /** column name */
17089
17111
  | "originCentTotal"
@@ -50102,6 +50124,8 @@ export declare const generatedSchema: {
50102
50124
  };
50103
50125
  listing: { __type: "listing" };
50104
50126
  listingId: { __type: "uuid" };
50127
+ matchReservationConfirmationCode: { __type: "String" };
50128
+ matchReservationStripeGuestRef: { __type: "String" };
50105
50129
  matchStatus: { __type: "String" };
50106
50130
  members: {
50107
50131
  __type: "[tenant_user!]!";
@@ -50267,6 +50291,8 @@ export declare const generatedSchema: {
50267
50291
  };
50268
50292
  listing: { __type: "listing_bool_exp" };
50269
50293
  listingId: { __type: "uuid_comparison_exp" };
50294
+ matchReservationConfirmationCode: { __type: "String_comparison_exp" };
50295
+ matchReservationStripeGuestRef: { __type: "String_comparison_exp" };
50270
50296
  matchStatus: { __type: "String_comparison_exp" };
50271
50297
  members: { __type: "tenant_user_bool_exp" };
50272
50298
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" };
@@ -50664,6 +50690,8 @@ export declare const generatedSchema: {
50664
50690
  };
50665
50691
  listing: { __type: "listing_obj_rel_insert_input" };
50666
50692
  listingId: { __type: "uuid" };
50693
+ matchReservationConfirmationCode: { __type: "String" };
50694
+ matchReservationStripeGuestRef: { __type: "String" };
50667
50695
  members: { __type: "tenant_user_arr_rel_insert_input" };
50668
50696
  metadata: { __type: "jsonb" };
50669
50697
  originCentTotal: { __type: "bigint" };
@@ -50697,6 +50725,8 @@ export declare const generatedSchema: {
50697
50725
  id: { __type: "uuid" };
50698
50726
  lineId: { __type: "uuid" };
50699
50727
  listingId: { __type: "uuid" };
50728
+ matchReservationConfirmationCode: { __type: "String" };
50729
+ matchReservationStripeGuestRef: { __type: "String" };
50700
50730
  matchStatus: { __type: "String" };
50701
50731
  originCentTotal: { __type: "bigint" };
50702
50732
  originCurrency: { __type: "String" };
@@ -50720,6 +50750,8 @@ export declare const generatedSchema: {
50720
50750
  id: { __type: "order_by" };
50721
50751
  lineId: { __type: "order_by" };
50722
50752
  listingId: { __type: "order_by" };
50753
+ matchReservationConfirmationCode: { __type: "order_by" };
50754
+ matchReservationStripeGuestRef: { __type: "order_by" };
50723
50755
  matchStatus: { __type: "order_by" };
50724
50756
  originCentTotal: { __type: "order_by" };
50725
50757
  originCurrency: { __type: "order_by" };
@@ -50744,6 +50776,8 @@ export declare const generatedSchema: {
50744
50776
  id: { __type: "uuid" };
50745
50777
  lineId: { __type: "uuid" };
50746
50778
  listingId: { __type: "uuid" };
50779
+ matchReservationConfirmationCode: { __type: "String" };
50780
+ matchReservationStripeGuestRef: { __type: "String" };
50747
50781
  matchStatus: { __type: "String" };
50748
50782
  originCentTotal: { __type: "bigint" };
50749
50783
  originCurrency: { __type: "String" };
@@ -50767,6 +50801,8 @@ export declare const generatedSchema: {
50767
50801
  id: { __type: "order_by" };
50768
50802
  lineId: { __type: "order_by" };
50769
50803
  listingId: { __type: "order_by" };
50804
+ matchReservationConfirmationCode: { __type: "order_by" };
50805
+ matchReservationStripeGuestRef: { __type: "order_by" };
50770
50806
  matchStatus: { __type: "order_by" };
50771
50807
  originCentTotal: { __type: "order_by" };
50772
50808
  originCurrency: { __type: "order_by" };
@@ -50814,6 +50850,8 @@ export declare const generatedSchema: {
50814
50850
  };
50815
50851
  listing: { __type: "listing_order_by" };
50816
50852
  listingId: { __type: "order_by" };
50853
+ matchReservationConfirmationCode: { __type: "order_by" };
50854
+ matchReservationStripeGuestRef: { __type: "order_by" };
50817
50855
  matchStatus: { __type: "order_by" };
50818
50856
  members_aggregate: { __type: "tenant_user_aggregate_order_by" };
50819
50857
  metadata: { __type: "order_by" };
@@ -50849,6 +50887,8 @@ export declare const generatedSchema: {
50849
50887
  id: { __type: "uuid" };
50850
50888
  lineId: { __type: "uuid" };
50851
50889
  listingId: { __type: "uuid" };
50890
+ matchReservationConfirmationCode: { __type: "String" };
50891
+ matchReservationStripeGuestRef: { __type: "String" };
50852
50892
  metadata: { __type: "jsonb" };
50853
50893
  originCentTotal: { __type: "bigint" };
50854
50894
  originCurrency: { __type: "String" };
@@ -50911,6 +50951,8 @@ export declare const generatedSchema: {
50911
50951
  id: { __type: "uuid" };
50912
50952
  lineId: { __type: "uuid" };
50913
50953
  listingId: { __type: "uuid" };
50954
+ matchReservationConfirmationCode: { __type: "String" };
50955
+ matchReservationStripeGuestRef: { __type: "String" };
50914
50956
  matchStatus: { __type: "String" };
50915
50957
  metadata: { __type: "jsonb" };
50916
50958
  originCentTotal: { __type: "bigint" };
@@ -87998,6 +88040,8 @@ export interface payment_line {
87998
88040
  */
87999
88041
  listing?: Maybe<listing>;
88000
88042
  listingId?: Maybe<ScalarsEnums["uuid"]>;
88043
+ matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
88044
+ matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
88001
88045
  matchStatus?: Maybe<ScalarsEnums["String"]>;
88002
88046
  /**
88003
88047
  * An array relationship
@@ -88628,6 +88672,8 @@ export interface payment_line_max_fields {
88628
88672
  id?: Maybe<ScalarsEnums["uuid"]>;
88629
88673
  lineId?: Maybe<ScalarsEnums["uuid"]>;
88630
88674
  listingId?: Maybe<ScalarsEnums["uuid"]>;
88675
+ matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
88676
+ matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
88631
88677
  matchStatus?: Maybe<ScalarsEnums["String"]>;
88632
88678
  originCentTotal?: Maybe<ScalarsEnums["bigint"]>;
88633
88679
  originCurrency?: Maybe<ScalarsEnums["String"]>;
@@ -88656,6 +88702,8 @@ export interface payment_line_min_fields {
88656
88702
  id?: Maybe<ScalarsEnums["uuid"]>;
88657
88703
  lineId?: Maybe<ScalarsEnums["uuid"]>;
88658
88704
  listingId?: Maybe<ScalarsEnums["uuid"]>;
88705
+ matchReservationConfirmationCode?: Maybe<ScalarsEnums["String"]>;
88706
+ matchReservationStripeGuestRef?: Maybe<ScalarsEnums["String"]>;
88659
88707
  matchStatus?: Maybe<ScalarsEnums["String"]>;
88660
88708
  originCentTotal?: Maybe<ScalarsEnums["bigint"]>;
88661
88709
  originCurrency?: Maybe<ScalarsEnums["String"]>;
@@ -22243,6 +22243,8 @@ export const generatedSchema = {
22243
22243
  },
22244
22244
  listing: { __type: "listing" },
22245
22245
  listingId: { __type: "uuid" },
22246
+ matchReservationConfirmationCode: { __type: "String" },
22247
+ matchReservationStripeGuestRef: { __type: "String" },
22246
22248
  matchStatus: { __type: "String" },
22247
22249
  members: {
22248
22250
  __type: "[tenant_user!]!",
@@ -22410,6 +22412,8 @@ export const generatedSchema = {
22410
22412
  },
22411
22413
  listing: { __type: "listing_bool_exp" },
22412
22414
  listingId: { __type: "uuid_comparison_exp" },
22415
+ matchReservationConfirmationCode: { __type: "String_comparison_exp" },
22416
+ matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
22413
22417
  matchStatus: { __type: "String_comparison_exp" },
22414
22418
  members: { __type: "tenant_user_bool_exp" },
22415
22419
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
@@ -22807,6 +22811,8 @@ export const generatedSchema = {
22807
22811
  },
22808
22812
  listing: { __type: "listing_obj_rel_insert_input" },
22809
22813
  listingId: { __type: "uuid" },
22814
+ matchReservationConfirmationCode: { __type: "String" },
22815
+ matchReservationStripeGuestRef: { __type: "String" },
22810
22816
  members: { __type: "tenant_user_arr_rel_insert_input" },
22811
22817
  metadata: { __type: "jsonb" },
22812
22818
  originCentTotal: { __type: "bigint" },
@@ -22840,6 +22846,8 @@ export const generatedSchema = {
22840
22846
  id: { __type: "uuid" },
22841
22847
  lineId: { __type: "uuid" },
22842
22848
  listingId: { __type: "uuid" },
22849
+ matchReservationConfirmationCode: { __type: "String" },
22850
+ matchReservationStripeGuestRef: { __type: "String" },
22843
22851
  matchStatus: { __type: "String" },
22844
22852
  originCentTotal: { __type: "bigint" },
22845
22853
  originCurrency: { __type: "String" },
@@ -22863,6 +22871,8 @@ export const generatedSchema = {
22863
22871
  id: { __type: "order_by" },
22864
22872
  lineId: { __type: "order_by" },
22865
22873
  listingId: { __type: "order_by" },
22874
+ matchReservationConfirmationCode: { __type: "order_by" },
22875
+ matchReservationStripeGuestRef: { __type: "order_by" },
22866
22876
  matchStatus: { __type: "order_by" },
22867
22877
  originCentTotal: { __type: "order_by" },
22868
22878
  originCurrency: { __type: "order_by" },
@@ -22887,6 +22897,8 @@ export const generatedSchema = {
22887
22897
  id: { __type: "uuid" },
22888
22898
  lineId: { __type: "uuid" },
22889
22899
  listingId: { __type: "uuid" },
22900
+ matchReservationConfirmationCode: { __type: "String" },
22901
+ matchReservationStripeGuestRef: { __type: "String" },
22890
22902
  matchStatus: { __type: "String" },
22891
22903
  originCentTotal: { __type: "bigint" },
22892
22904
  originCurrency: { __type: "String" },
@@ -22910,6 +22922,8 @@ export const generatedSchema = {
22910
22922
  id: { __type: "order_by" },
22911
22923
  lineId: { __type: "order_by" },
22912
22924
  listingId: { __type: "order_by" },
22925
+ matchReservationConfirmationCode: { __type: "order_by" },
22926
+ matchReservationStripeGuestRef: { __type: "order_by" },
22913
22927
  matchStatus: { __type: "order_by" },
22914
22928
  originCentTotal: { __type: "order_by" },
22915
22929
  originCurrency: { __type: "order_by" },
@@ -22957,6 +22971,8 @@ export const generatedSchema = {
22957
22971
  },
22958
22972
  listing: { __type: "listing_order_by" },
22959
22973
  listingId: { __type: "order_by" },
22974
+ matchReservationConfirmationCode: { __type: "order_by" },
22975
+ matchReservationStripeGuestRef: { __type: "order_by" },
22960
22976
  matchStatus: { __type: "order_by" },
22961
22977
  members_aggregate: { __type: "tenant_user_aggregate_order_by" },
22962
22978
  metadata: { __type: "order_by" },
@@ -22992,6 +23008,8 @@ export const generatedSchema = {
22992
23008
  id: { __type: "uuid" },
22993
23009
  lineId: { __type: "uuid" },
22994
23010
  listingId: { __type: "uuid" },
23011
+ matchReservationConfirmationCode: { __type: "String" },
23012
+ matchReservationStripeGuestRef: { __type: "String" },
22995
23013
  metadata: { __type: "jsonb" },
22996
23014
  originCentTotal: { __type: "bigint" },
22997
23015
  originCurrency: { __type: "String" },
@@ -23054,6 +23072,8 @@ export const generatedSchema = {
23054
23072
  id: { __type: "uuid" },
23055
23073
  lineId: { __type: "uuid" },
23056
23074
  listingId: { __type: "uuid" },
23075
+ matchReservationConfirmationCode: { __type: "String" },
23076
+ matchReservationStripeGuestRef: { __type: "String" },
23057
23077
  matchStatus: { __type: "String" },
23058
23078
  metadata: { __type: "jsonb" },
23059
23079
  originCentTotal: { __type: "bigint" },