@vrplatform/graphql 1.1.18 → 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.
@@ -7471,13 +7471,21 @@ export const generatedSchema = {
7471
7471
  },
7472
7472
  core_flow_mapping: {
7473
7473
  __typename: { __type: "String!" },
7474
+ account: { __type: "account" },
7474
7475
  account_id: { __type: "uuid" },
7476
+ booking_channel: { __type: "booking_channel" },
7475
7477
  booking_channel_id: { __type: "uuid" },
7478
+ contact: { __type: "contact" },
7476
7479
  contact_id: { __type: "uuid" },
7480
+ flow: { __type: "core_flow!" },
7477
7481
  flow_id: { __type: "uuid!" },
7478
7482
  id: { __type: "uuid!" },
7483
+ listing: { __type: "listing" },
7479
7484
  listing_id: { __type: "uuid" },
7480
7485
  mapping_key: { __type: "String!" },
7486
+ rate: { __type: "rate" },
7487
+ rate_id: { __type: "uuid" },
7488
+ source: { __type: "source!" },
7481
7489
  source_id: { __type: "uuid!" },
7482
7490
  value: { __type: "jsonb", __args: { path: "String" } },
7483
7491
  },
@@ -7503,13 +7511,21 @@ export const generatedSchema = {
7503
7511
  _and: { __type: "[core_flow_mapping_bool_exp!]" },
7504
7512
  _not: { __type: "core_flow_mapping_bool_exp" },
7505
7513
  _or: { __type: "[core_flow_mapping_bool_exp!]" },
7514
+ account: { __type: "account_bool_exp" },
7506
7515
  account_id: { __type: "uuid_comparison_exp" },
7516
+ booking_channel: { __type: "booking_channel_bool_exp" },
7507
7517
  booking_channel_id: { __type: "uuid_comparison_exp" },
7518
+ contact: { __type: "contact_bool_exp" },
7508
7519
  contact_id: { __type: "uuid_comparison_exp" },
7520
+ flow: { __type: "core_flow_bool_exp" },
7509
7521
  flow_id: { __type: "uuid_comparison_exp" },
7510
7522
  id: { __type: "uuid_comparison_exp" },
7523
+ listing: { __type: "listing_bool_exp" },
7511
7524
  listing_id: { __type: "uuid_comparison_exp" },
7512
7525
  mapping_key: { __type: "String_comparison_exp" },
7526
+ rate: { __type: "rate_bool_exp" },
7527
+ rate_id: { __type: "uuid_comparison_exp" },
7528
+ source: { __type: "source_bool_exp" },
7513
7529
  source_id: { __type: "uuid_comparison_exp" },
7514
7530
  value: { __type: "jsonb_comparison_exp" },
7515
7531
  },
@@ -7517,13 +7533,21 @@ export const generatedSchema = {
7517
7533
  core_flow_mapping_delete_elem_input: { value: { __type: "Int" } },
7518
7534
  core_flow_mapping_delete_key_input: { value: { __type: "String" } },
7519
7535
  core_flow_mapping_insert_input: {
7536
+ account: { __type: "account_obj_rel_insert_input" },
7520
7537
  account_id: { __type: "uuid" },
7538
+ booking_channel: { __type: "booking_channel_obj_rel_insert_input" },
7521
7539
  booking_channel_id: { __type: "uuid" },
7540
+ contact: { __type: "contact_obj_rel_insert_input" },
7522
7541
  contact_id: { __type: "uuid" },
7542
+ flow: { __type: "core_flow_obj_rel_insert_input" },
7523
7543
  flow_id: { __type: "uuid" },
7524
7544
  id: { __type: "uuid" },
7545
+ listing: { __type: "listing_obj_rel_insert_input" },
7525
7546
  listing_id: { __type: "uuid" },
7526
7547
  mapping_key: { __type: "String" },
7548
+ rate: { __type: "rate_obj_rel_insert_input" },
7549
+ rate_id: { __type: "uuid" },
7550
+ source: { __type: "source_obj_rel_insert_input" },
7527
7551
  source_id: { __type: "uuid" },
7528
7552
  value: { __type: "jsonb" },
7529
7553
  },
@@ -7536,6 +7560,7 @@ export const generatedSchema = {
7536
7560
  id: { __type: "uuid" },
7537
7561
  listing_id: { __type: "uuid" },
7538
7562
  mapping_key: { __type: "String" },
7563
+ rate_id: { __type: "uuid" },
7539
7564
  source_id: { __type: "uuid" },
7540
7565
  },
7541
7566
  core_flow_mapping_min_fields: {
@@ -7547,6 +7572,7 @@ export const generatedSchema = {
7547
7572
  id: { __type: "uuid" },
7548
7573
  listing_id: { __type: "uuid" },
7549
7574
  mapping_key: { __type: "String" },
7575
+ rate_id: { __type: "uuid" },
7550
7576
  source_id: { __type: "uuid" },
7551
7577
  },
7552
7578
  core_flow_mapping_mutation_response: {
@@ -7560,13 +7586,21 @@ export const generatedSchema = {
7560
7586
  where: { __type: "core_flow_mapping_bool_exp" },
7561
7587
  },
7562
7588
  core_flow_mapping_order_by: {
7589
+ account: { __type: "account_order_by" },
7563
7590
  account_id: { __type: "order_by" },
7591
+ booking_channel: { __type: "booking_channel_order_by" },
7564
7592
  booking_channel_id: { __type: "order_by" },
7593
+ contact: { __type: "contact_order_by" },
7565
7594
  contact_id: { __type: "order_by" },
7595
+ flow: { __type: "core_flow_order_by" },
7566
7596
  flow_id: { __type: "order_by" },
7567
7597
  id: { __type: "order_by" },
7598
+ listing: { __type: "listing_order_by" },
7568
7599
  listing_id: { __type: "order_by" },
7569
7600
  mapping_key: { __type: "order_by" },
7601
+ rate: { __type: "rate_order_by" },
7602
+ rate_id: { __type: "order_by" },
7603
+ source: { __type: "source_order_by" },
7570
7604
  source_id: { __type: "order_by" },
7571
7605
  value: { __type: "order_by" },
7572
7606
  },
@@ -7580,6 +7614,7 @@ export const generatedSchema = {
7580
7614
  id: { __type: "uuid" },
7581
7615
  listing_id: { __type: "uuid" },
7582
7616
  mapping_key: { __type: "String" },
7617
+ rate_id: { __type: "uuid" },
7583
7618
  source_id: { __type: "uuid" },
7584
7619
  value: { __type: "jsonb" },
7585
7620
  },
@@ -7595,6 +7630,7 @@ export const generatedSchema = {
7595
7630
  id: { __type: "uuid" },
7596
7631
  listing_id: { __type: "uuid" },
7597
7632
  mapping_key: { __type: "String" },
7633
+ rate_id: { __type: "uuid" },
7598
7634
  source_id: { __type: "uuid" },
7599
7635
  value: { __type: "jsonb" },
7600
7636
  },
@@ -7628,6 +7664,10 @@ export const generatedSchema = {
7628
7664
  affected_rows: { __type: "Int!" },
7629
7665
  returning: { __type: "[core_flow!]!" },
7630
7666
  },
7667
+ core_flow_obj_rel_insert_input: {
7668
+ data: { __type: "core_flow_insert_input!" },
7669
+ on_conflict: { __type: "core_flow_on_conflict" },
7670
+ },
7631
7671
  core_flow_on_conflict: {
7632
7672
  constraint: { __type: "core_flow_constraint!" },
7633
7673
  update_columns: { __type: "[core_flow_update_column!]!" },
@@ -10302,7 +10342,7 @@ export const generatedSchema = {
10302
10342
  address_id: { __type: "uuid" },
10303
10343
  bedrooms: { __type: "Int" },
10304
10344
  beds: { __type: "Int" },
10305
- calculatedStatus: { __type: "String" },
10345
+ calculatedStatus: { __type: "activeStatus_enum" },
10306
10346
  calculatedTitle: { __type: "String" },
10307
10347
  calculated_title: { __type: "String" },
10308
10348
  centExpenseReserve: { __type: "Int" },
@@ -11299,7 +11339,7 @@ export const generatedSchema = {
11299
11339
  address_id: { __type: "uuid_comparison_exp" },
11300
11340
  bedrooms: { __type: "Int_comparison_exp" },
11301
11341
  beds: { __type: "Int_comparison_exp" },
11302
- calculatedStatus: { __type: "String_comparison_exp" },
11342
+ calculatedStatus: { __type: "activeStatus_enum_comparison_exp" },
11303
11343
  calculatedTitle: { __type: "String_comparison_exp" },
11304
11344
  calculated_title: { __type: "String_comparison_exp" },
11305
11345
  centExpenseReserve: { __type: "Int_comparison_exp" },
@@ -12090,7 +12130,6 @@ export const generatedSchema = {
12090
12130
  address_id: { __type: "uuid" },
12091
12131
  bedrooms: { __type: "Int" },
12092
12132
  beds: { __type: "Int" },
12093
- calculatedStatus: { __type: "String" },
12094
12133
  calculatedTitle: { __type: "String" },
12095
12134
  calculated_title: { __type: "String" },
12096
12135
  centExpenseReserve: { __type: "Int" },
@@ -12117,7 +12156,6 @@ export const generatedSchema = {
12117
12156
  address_id: { __type: "order_by" },
12118
12157
  bedrooms: { __type: "order_by" },
12119
12158
  beds: { __type: "order_by" },
12120
- calculatedStatus: { __type: "order_by" },
12121
12159
  calculatedTitle: { __type: "order_by" },
12122
12160
  calculated_title: { __type: "order_by" },
12123
12161
  centExpenseReserve: { __type: "order_by" },
@@ -12145,7 +12183,6 @@ export const generatedSchema = {
12145
12183
  address_id: { __type: "uuid" },
12146
12184
  bedrooms: { __type: "Int" },
12147
12185
  beds: { __type: "Int" },
12148
- calculatedStatus: { __type: "String" },
12149
12186
  calculatedTitle: { __type: "String" },
12150
12187
  calculated_title: { __type: "String" },
12151
12188
  centExpenseReserve: { __type: "Int" },
@@ -12172,7 +12209,6 @@ export const generatedSchema = {
12172
12209
  address_id: { __type: "order_by" },
12173
12210
  bedrooms: { __type: "order_by" },
12174
12211
  beds: { __type: "order_by" },
12175
- calculatedStatus: { __type: "order_by" },
12176
12212
  calculatedTitle: { __type: "order_by" },
12177
12213
  calculated_title: { __type: "order_by" },
12178
12214
  centExpenseReserve: { __type: "order_by" },
@@ -12722,7 +12758,7 @@ export const generatedSchema = {
12722
12758
  address_id: { __type: "uuid" },
12723
12759
  bedrooms: { __type: "Int" },
12724
12760
  beds: { __type: "Int" },
12725
- calculatedStatus: { __type: "String" },
12761
+ calculatedStatus: { __type: "activeStatus_enum" },
12726
12762
  calculatedTitle: { __type: "String" },
12727
12763
  calculated_title: { __type: "String" },
12728
12764
  centExpenseReserve: { __type: "Int" },
@@ -22158,6 +22194,8 @@ export const generatedSchema = {
22158
22194
  },
22159
22195
  listing: { __type: "listing" },
22160
22196
  listingId: { __type: "uuid" },
22197
+ matchReservationConfirmationCode: { __type: "String" },
22198
+ matchReservationStripeGuestRef: { __type: "String" },
22161
22199
  matchStatus: { __type: "String" },
22162
22200
  members: {
22163
22201
  __type: "[tenant_user!]!",
@@ -22323,6 +22361,8 @@ export const generatedSchema = {
22323
22361
  },
22324
22362
  listing: { __type: "listing_bool_exp" },
22325
22363
  listingId: { __type: "uuid_comparison_exp" },
22364
+ matchReservationConfirmationCode: { __type: "String_comparison_exp" },
22365
+ matchReservationStripeGuestRef: { __type: "String_comparison_exp" },
22326
22366
  matchStatus: { __type: "String_comparison_exp" },
22327
22367
  members: { __type: "tenant_user_bool_exp" },
22328
22368
  members_aggregate: { __type: "tenant_user_aggregate_bool_exp" },
@@ -22720,6 +22760,8 @@ export const generatedSchema = {
22720
22760
  },
22721
22761
  listing: { __type: "listing_obj_rel_insert_input" },
22722
22762
  listingId: { __type: "uuid" },
22763
+ matchReservationConfirmationCode: { __type: "String" },
22764
+ matchReservationStripeGuestRef: { __type: "String" },
22723
22765
  members: { __type: "tenant_user_arr_rel_insert_input" },
22724
22766
  metadata: { __type: "jsonb" },
22725
22767
  originCentTotal: { __type: "bigint" },
@@ -22753,6 +22795,8 @@ export const generatedSchema = {
22753
22795
  id: { __type: "uuid" },
22754
22796
  lineId: { __type: "uuid" },
22755
22797
  listingId: { __type: "uuid" },
22798
+ matchReservationConfirmationCode: { __type: "String" },
22799
+ matchReservationStripeGuestRef: { __type: "String" },
22756
22800
  matchStatus: { __type: "String" },
22757
22801
  originCentTotal: { __type: "bigint" },
22758
22802
  originCurrency: { __type: "String" },
@@ -22776,6 +22820,8 @@ export const generatedSchema = {
22776
22820
  id: { __type: "order_by" },
22777
22821
  lineId: { __type: "order_by" },
22778
22822
  listingId: { __type: "order_by" },
22823
+ matchReservationConfirmationCode: { __type: "order_by" },
22824
+ matchReservationStripeGuestRef: { __type: "order_by" },
22779
22825
  matchStatus: { __type: "order_by" },
22780
22826
  originCentTotal: { __type: "order_by" },
22781
22827
  originCurrency: { __type: "order_by" },
@@ -22800,6 +22846,8 @@ export const generatedSchema = {
22800
22846
  id: { __type: "uuid" },
22801
22847
  lineId: { __type: "uuid" },
22802
22848
  listingId: { __type: "uuid" },
22849
+ matchReservationConfirmationCode: { __type: "String" },
22850
+ matchReservationStripeGuestRef: { __type: "String" },
22803
22851
  matchStatus: { __type: "String" },
22804
22852
  originCentTotal: { __type: "bigint" },
22805
22853
  originCurrency: { __type: "String" },
@@ -22823,6 +22871,8 @@ export const generatedSchema = {
22823
22871
  id: { __type: "order_by" },
22824
22872
  lineId: { __type: "order_by" },
22825
22873
  listingId: { __type: "order_by" },
22874
+ matchReservationConfirmationCode: { __type: "order_by" },
22875
+ matchReservationStripeGuestRef: { __type: "order_by" },
22826
22876
  matchStatus: { __type: "order_by" },
22827
22877
  originCentTotal: { __type: "order_by" },
22828
22878
  originCurrency: { __type: "order_by" },
@@ -22870,6 +22920,8 @@ export const generatedSchema = {
22870
22920
  },
22871
22921
  listing: { __type: "listing_order_by" },
22872
22922
  listingId: { __type: "order_by" },
22923
+ matchReservationConfirmationCode: { __type: "order_by" },
22924
+ matchReservationStripeGuestRef: { __type: "order_by" },
22873
22925
  matchStatus: { __type: "order_by" },
22874
22926
  members_aggregate: { __type: "tenant_user_aggregate_order_by" },
22875
22927
  metadata: { __type: "order_by" },
@@ -22905,6 +22957,8 @@ export const generatedSchema = {
22905
22957
  id: { __type: "uuid" },
22906
22958
  lineId: { __type: "uuid" },
22907
22959
  listingId: { __type: "uuid" },
22960
+ matchReservationConfirmationCode: { __type: "String" },
22961
+ matchReservationStripeGuestRef: { __type: "String" },
22908
22962
  metadata: { __type: "jsonb" },
22909
22963
  originCentTotal: { __type: "bigint" },
22910
22964
  originCurrency: { __type: "String" },
@@ -22967,6 +23021,8 @@ export const generatedSchema = {
22967
23021
  id: { __type: "uuid" },
22968
23022
  lineId: { __type: "uuid" },
22969
23023
  listingId: { __type: "uuid" },
23024
+ matchReservationConfirmationCode: { __type: "String" },
23025
+ matchReservationStripeGuestRef: { __type: "String" },
22970
23026
  matchStatus: { __type: "String" },
22971
23027
  metadata: { __type: "jsonb" },
22972
23028
  originCentTotal: { __type: "bigint" },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.18",
13
+ "version": "1.1.20",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",