@vrplatform/graphql 1.1.47 → 1.1.48

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.
@@ -4900,6 +4900,7 @@ export const generatedSchema = {
4900
4900
  bookingChannel: { __type: "booking_channel!" },
4901
4901
  bookingChannelId: { __type: "uuid!" },
4902
4902
  cloudflareImageId: { __type: "String" },
4903
+ color: { __type: "String" },
4903
4904
  comment: { __type: "String" },
4904
4905
  createdAt: { __type: "timestamptz!" },
4905
4906
  id: { __type: "uuid!" },
@@ -4911,6 +4912,15 @@ export const generatedSchema = {
4911
4912
  aggregate: { __type: "bookingChannelIconCandidate_aggregate_fields" },
4912
4913
  nodes: { __type: "[bookingChannelIconCandidate!]!" },
4913
4914
  },
4915
+ bookingChannelIconCandidate_aggregate_bool_exp: {
4916
+ count: { __type: "bookingChannelIconCandidate_aggregate_bool_exp_count" },
4917
+ },
4918
+ bookingChannelIconCandidate_aggregate_bool_exp_count: {
4919
+ arguments: { __type: "[bookingChannelIconCandidate_select_column!]" },
4920
+ distinct: { __type: "Boolean" },
4921
+ filter: { __type: "bookingChannelIconCandidate_bool_exp" },
4922
+ predicate: { __type: "Int_comparison_exp!" },
4923
+ },
4914
4924
  bookingChannelIconCandidate_aggregate_fields: {
4915
4925
  __typename: { __type: "String!" },
4916
4926
  count: {
@@ -4923,6 +4933,15 @@ export const generatedSchema = {
4923
4933
  max: { __type: "bookingChannelIconCandidate_max_fields" },
4924
4934
  min: { __type: "bookingChannelIconCandidate_min_fields" },
4925
4935
  },
4936
+ bookingChannelIconCandidate_aggregate_order_by: {
4937
+ count: { __type: "order_by" },
4938
+ max: { __type: "bookingChannelIconCandidate_max_order_by" },
4939
+ min: { __type: "bookingChannelIconCandidate_min_order_by" },
4940
+ },
4941
+ bookingChannelIconCandidate_arr_rel_insert_input: {
4942
+ data: { __type: "[bookingChannelIconCandidate_insert_input!]!" },
4943
+ on_conflict: { __type: "bookingChannelIconCandidate_on_conflict" },
4944
+ },
4926
4945
  bookingChannelIconCandidate_bool_exp: {
4927
4946
  _and: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
4928
4947
  _not: { __type: "bookingChannelIconCandidate_bool_exp" },
@@ -4930,6 +4949,7 @@ export const generatedSchema = {
4930
4949
  bookingChannel: { __type: "booking_channel_bool_exp" },
4931
4950
  bookingChannelId: { __type: "uuid_comparison_exp" },
4932
4951
  cloudflareImageId: { __type: "String_comparison_exp" },
4952
+ color: { __type: "String_comparison_exp" },
4933
4953
  comment: { __type: "String_comparison_exp" },
4934
4954
  createdAt: { __type: "timestamptz_comparison_exp" },
4935
4955
  id: { __type: "uuid_comparison_exp" },
@@ -4940,6 +4960,7 @@ export const generatedSchema = {
4940
4960
  bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
4941
4961
  bookingChannelId: { __type: "uuid" },
4942
4962
  cloudflareImageId: { __type: "String" },
4963
+ color: { __type: "String" },
4943
4964
  comment: { __type: "String" },
4944
4965
  createdAt: { __type: "timestamptz" },
4945
4966
  id: { __type: "uuid" },
@@ -4950,22 +4971,44 @@ export const generatedSchema = {
4950
4971
  __typename: { __type: "String!" },
4951
4972
  bookingChannelId: { __type: "uuid" },
4952
4973
  cloudflareImageId: { __type: "String" },
4974
+ color: { __type: "String" },
4953
4975
  comment: { __type: "String" },
4954
4976
  createdAt: { __type: "timestamptz" },
4955
4977
  id: { __type: "uuid" },
4956
4978
  source: { __type: "String" },
4957
4979
  updatedAt: { __type: "timestamptz" },
4958
4980
  },
4981
+ bookingChannelIconCandidate_max_order_by: {
4982
+ bookingChannelId: { __type: "order_by" },
4983
+ cloudflareImageId: { __type: "order_by" },
4984
+ color: { __type: "order_by" },
4985
+ comment: { __type: "order_by" },
4986
+ createdAt: { __type: "order_by" },
4987
+ id: { __type: "order_by" },
4988
+ source: { __type: "order_by" },
4989
+ updatedAt: { __type: "order_by" },
4990
+ },
4959
4991
  bookingChannelIconCandidate_min_fields: {
4960
4992
  __typename: { __type: "String!" },
4961
4993
  bookingChannelId: { __type: "uuid" },
4962
4994
  cloudflareImageId: { __type: "String" },
4995
+ color: { __type: "String" },
4963
4996
  comment: { __type: "String" },
4964
4997
  createdAt: { __type: "timestamptz" },
4965
4998
  id: { __type: "uuid" },
4966
4999
  source: { __type: "String" },
4967
5000
  updatedAt: { __type: "timestamptz" },
4968
5001
  },
5002
+ bookingChannelIconCandidate_min_order_by: {
5003
+ bookingChannelId: { __type: "order_by" },
5004
+ cloudflareImageId: { __type: "order_by" },
5005
+ color: { __type: "order_by" },
5006
+ comment: { __type: "order_by" },
5007
+ createdAt: { __type: "order_by" },
5008
+ id: { __type: "order_by" },
5009
+ source: { __type: "order_by" },
5010
+ updatedAt: { __type: "order_by" },
5011
+ },
4969
5012
  bookingChannelIconCandidate_mutation_response: {
4970
5013
  __typename: { __type: "String!" },
4971
5014
  affected_rows: { __type: "Int!" },
@@ -4980,6 +5023,7 @@ export const generatedSchema = {
4980
5023
  bookingChannel: { __type: "booking_channel_order_by" },
4981
5024
  bookingChannelId: { __type: "order_by" },
4982
5025
  cloudflareImageId: { __type: "order_by" },
5026
+ color: { __type: "order_by" },
4983
5027
  comment: { __type: "order_by" },
4984
5028
  createdAt: { __type: "order_by" },
4985
5029
  id: { __type: "order_by" },
@@ -4990,6 +5034,7 @@ export const generatedSchema = {
4990
5034
  bookingChannelIconCandidate_set_input: {
4991
5035
  bookingChannelId: { __type: "uuid" },
4992
5036
  cloudflareImageId: { __type: "String" },
5037
+ color: { __type: "String" },
4993
5038
  comment: { __type: "String" },
4994
5039
  createdAt: { __type: "timestamptz" },
4995
5040
  id: { __type: "uuid" },
@@ -5005,6 +5050,7 @@ export const generatedSchema = {
5005
5050
  bookingChannelIconCandidate_stream_cursor_value_input: {
5006
5051
  bookingChannelId: { __type: "uuid" },
5007
5052
  cloudflareImageId: { __type: "String" },
5053
+ color: { __type: "String" },
5008
5054
  comment: { __type: "String" },
5009
5055
  createdAt: { __type: "timestamptz" },
5010
5056
  id: { __type: "uuid" },
@@ -5017,10 +5063,32 @@ export const generatedSchema = {
5017
5063
  },
5018
5064
  booking_channel: {
5019
5065
  __typename: { __type: "String!" },
5066
+ bookingChannelIconCandidates: {
5067
+ __type: "[bookingChannelIconCandidate!]!",
5068
+ __args: {
5069
+ distinct_on: "[bookingChannelIconCandidate_select_column!]",
5070
+ limit: "Int",
5071
+ offset: "Int",
5072
+ order_by: "[bookingChannelIconCandidate_order_by!]",
5073
+ where: "bookingChannelIconCandidate_bool_exp",
5074
+ },
5075
+ },
5076
+ bookingChannelIconCandidates_aggregate: {
5077
+ __type: "bookingChannelIconCandidate_aggregate!",
5078
+ __args: {
5079
+ distinct_on: "[bookingChannelIconCandidate_select_column!]",
5080
+ limit: "Int",
5081
+ offset: "Int",
5082
+ order_by: "[bookingChannelIconCandidate_order_by!]",
5083
+ where: "bookingChannelIconCandidate_bool_exp",
5084
+ },
5085
+ },
5020
5086
  channelRef: { __type: "String" },
5087
+ color: { __type: "String" },
5021
5088
  createdAt: { __type: "timestamptz!" },
5022
5089
  icon: { __type: "String" },
5023
5090
  id: { __type: "uuid!" },
5091
+ lastGenerateRun: { __type: "timestamptz" },
5024
5092
  reservations: {
5025
5093
  __type: "[reservation!]!",
5026
5094
  __args: {
@@ -5126,10 +5194,18 @@ export const generatedSchema = {
5126
5194
  _and: { __type: "[booking_channel_bool_exp!]" },
5127
5195
  _not: { __type: "booking_channel_bool_exp" },
5128
5196
  _or: { __type: "[booking_channel_bool_exp!]" },
5197
+ bookingChannelIconCandidates: {
5198
+ __type: "bookingChannelIconCandidate_bool_exp",
5199
+ },
5200
+ bookingChannelIconCandidates_aggregate: {
5201
+ __type: "bookingChannelIconCandidate_aggregate_bool_exp",
5202
+ },
5129
5203
  channelRef: { __type: "String_comparison_exp" },
5204
+ color: { __type: "String_comparison_exp" },
5130
5205
  createdAt: { __type: "timestamptz_comparison_exp" },
5131
5206
  icon: { __type: "String_comparison_exp" },
5132
5207
  id: { __type: "uuid_comparison_exp" },
5208
+ lastGenerateRun: { __type: "timestamptz_comparison_exp" },
5133
5209
  reservations: { __type: "reservation_bool_exp" },
5134
5210
  reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
5135
5211
  selectedBookingChannelIconCandidateId: { __type: "uuid_comparison_exp" },
@@ -5143,10 +5219,15 @@ export const generatedSchema = {
5143
5219
  updatedAt: { __type: "timestamptz_comparison_exp" },
5144
5220
  },
5145
5221
  booking_channel_insert_input: {
5222
+ bookingChannelIconCandidates: {
5223
+ __type: "bookingChannelIconCandidate_arr_rel_insert_input",
5224
+ },
5146
5225
  channelRef: { __type: "String" },
5226
+ color: { __type: "String" },
5147
5227
  createdAt: { __type: "timestamptz" },
5148
5228
  icon: { __type: "String" },
5149
5229
  id: { __type: "uuid" },
5230
+ lastGenerateRun: { __type: "timestamptz" },
5150
5231
  reservations: { __type: "reservation_arr_rel_insert_input" },
5151
5232
  selectedBookingChannelIconCandidateId: { __type: "uuid" },
5152
5233
  settings: { __type: "setting_arr_rel_insert_input" },
@@ -5158,9 +5239,11 @@ export const generatedSchema = {
5158
5239
  booking_channel_max_fields: {
5159
5240
  __typename: { __type: "String!" },
5160
5241
  channelRef: { __type: "String" },
5242
+ color: { __type: "String" },
5161
5243
  createdAt: { __type: "timestamptz" },
5162
5244
  icon: { __type: "String" },
5163
5245
  id: { __type: "uuid" },
5246
+ lastGenerateRun: { __type: "timestamptz" },
5164
5247
  selectedBookingChannelIconCandidateId: { __type: "uuid" },
5165
5248
  uniqueRef: { __type: "String" },
5166
5249
  updatedAt: { __type: "timestamptz" },
@@ -5168,9 +5251,11 @@ export const generatedSchema = {
5168
5251
  booking_channel_min_fields: {
5169
5252
  __typename: { __type: "String!" },
5170
5253
  channelRef: { __type: "String" },
5254
+ color: { __type: "String" },
5171
5255
  createdAt: { __type: "timestamptz" },
5172
5256
  icon: { __type: "String" },
5173
5257
  id: { __type: "uuid" },
5258
+ lastGenerateRun: { __type: "timestamptz" },
5174
5259
  selectedBookingChannelIconCandidateId: { __type: "uuid" },
5175
5260
  uniqueRef: { __type: "String" },
5176
5261
  updatedAt: { __type: "timestamptz" },
@@ -5190,10 +5275,15 @@ export const generatedSchema = {
5190
5275
  where: { __type: "booking_channel_bool_exp" },
5191
5276
  },
5192
5277
  booking_channel_order_by: {
5278
+ bookingChannelIconCandidates_aggregate: {
5279
+ __type: "bookingChannelIconCandidate_aggregate_order_by",
5280
+ },
5193
5281
  channelRef: { __type: "order_by" },
5282
+ color: { __type: "order_by" },
5194
5283
  createdAt: { __type: "order_by" },
5195
5284
  icon: { __type: "order_by" },
5196
5285
  id: { __type: "order_by" },
5286
+ lastGenerateRun: { __type: "order_by" },
5197
5287
  reservations_aggregate: { __type: "reservation_aggregate_order_by" },
5198
5288
  selectedBookingChannelIconCandidateId: { __type: "order_by" },
5199
5289
  settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
@@ -5205,9 +5295,11 @@ export const generatedSchema = {
5205
5295
  booking_channel_pk_columns_input: { id: { __type: "uuid!" } },
5206
5296
  booking_channel_set_input: {
5207
5297
  channelRef: { __type: "String" },
5298
+ color: { __type: "String" },
5208
5299
  createdAt: { __type: "timestamptz" },
5209
5300
  icon: { __type: "String" },
5210
5301
  id: { __type: "uuid" },
5302
+ lastGenerateRun: { __type: "timestamptz" },
5211
5303
  selectedBookingChannelIconCandidateId: { __type: "uuid" },
5212
5304
  uniqueRef: { __type: "String" },
5213
5305
  updatedAt: { __type: "timestamptz" },
@@ -5218,9 +5310,11 @@ export const generatedSchema = {
5218
5310
  },
5219
5311
  booking_channel_stream_cursor_value_input: {
5220
5312
  channelRef: { __type: "String" },
5313
+ color: { __type: "String" },
5221
5314
  createdAt: { __type: "timestamptz" },
5222
5315
  icon: { __type: "String" },
5223
5316
  id: { __type: "uuid" },
5317
+ lastGenerateRun: { __type: "timestamptz" },
5224
5318
  selectedBookingChannelIconCandidateId: { __type: "uuid" },
5225
5319
  uniqueRef: { __type: "String" },
5226
5320
  updatedAt: { __type: "timestamptz" },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.47",
13
+ "version": "1.1.48",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",