@vrplatform/graphql 1.1.46 → 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.
- package/build/main/gqty/schema.generated.d.ts +255 -33
- package/build/main/gqty/schema.generated.js +103 -13
- package/build/module/gqty/schema.generated.d.ts +255 -33
- package/build/module/gqty/schema.generated.js +103 -13
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +255 -33
- package/src/gqty/schema.generated.js +103 -13
|
@@ -4925,10 +4925,10 @@ export const generatedSchema = {
|
|
|
4925
4925
|
__typename: { __type: "String!" },
|
|
4926
4926
|
bookingChannel: { __type: "booking_channel!" },
|
|
4927
4927
|
bookingChannelId: { __type: "uuid!" },
|
|
4928
|
+
cloudflareImageId: { __type: "String" },
|
|
4929
|
+
color: { __type: "String" },
|
|
4928
4930
|
comment: { __type: "String" },
|
|
4929
4931
|
createdAt: { __type: "timestamptz!" },
|
|
4930
|
-
fileStorage: { __type: "file_storage!" },
|
|
4931
|
-
fileStorageId: { __type: "uuid!" },
|
|
4932
4932
|
id: { __type: "uuid!" },
|
|
4933
4933
|
source: { __type: "String" },
|
|
4934
4934
|
updatedAt: { __type: "timestamptz!" },
|
|
@@ -4938,6 +4938,15 @@ export const generatedSchema = {
|
|
|
4938
4938
|
aggregate: { __type: "bookingChannelIconCandidate_aggregate_fields" },
|
|
4939
4939
|
nodes: { __type: "[bookingChannelIconCandidate!]!" },
|
|
4940
4940
|
},
|
|
4941
|
+
bookingChannelIconCandidate_aggregate_bool_exp: {
|
|
4942
|
+
count: { __type: "bookingChannelIconCandidate_aggregate_bool_exp_count" },
|
|
4943
|
+
},
|
|
4944
|
+
bookingChannelIconCandidate_aggregate_bool_exp_count: {
|
|
4945
|
+
arguments: { __type: "[bookingChannelIconCandidate_select_column!]" },
|
|
4946
|
+
distinct: { __type: "Boolean" },
|
|
4947
|
+
filter: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4948
|
+
predicate: { __type: "Int_comparison_exp!" },
|
|
4949
|
+
},
|
|
4941
4950
|
bookingChannelIconCandidate_aggregate_fields: {
|
|
4942
4951
|
__typename: { __type: "String!" },
|
|
4943
4952
|
count: {
|
|
@@ -4950,16 +4959,25 @@ export const generatedSchema = {
|
|
|
4950
4959
|
max: { __type: "bookingChannelIconCandidate_max_fields" },
|
|
4951
4960
|
min: { __type: "bookingChannelIconCandidate_min_fields" },
|
|
4952
4961
|
},
|
|
4962
|
+
bookingChannelIconCandidate_aggregate_order_by: {
|
|
4963
|
+
count: { __type: "order_by" },
|
|
4964
|
+
max: { __type: "bookingChannelIconCandidate_max_order_by" },
|
|
4965
|
+
min: { __type: "bookingChannelIconCandidate_min_order_by" },
|
|
4966
|
+
},
|
|
4967
|
+
bookingChannelIconCandidate_arr_rel_insert_input: {
|
|
4968
|
+
data: { __type: "[bookingChannelIconCandidate_insert_input!]!" },
|
|
4969
|
+
on_conflict: { __type: "bookingChannelIconCandidate_on_conflict" },
|
|
4970
|
+
},
|
|
4953
4971
|
bookingChannelIconCandidate_bool_exp: {
|
|
4954
4972
|
_and: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4955
4973
|
_not: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4956
4974
|
_or: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4957
4975
|
bookingChannel: { __type: "booking_channel_bool_exp" },
|
|
4958
4976
|
bookingChannelId: { __type: "uuid_comparison_exp" },
|
|
4977
|
+
cloudflareImageId: { __type: "String_comparison_exp" },
|
|
4978
|
+
color: { __type: "String_comparison_exp" },
|
|
4959
4979
|
comment: { __type: "String_comparison_exp" },
|
|
4960
4980
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
4961
|
-
fileStorage: { __type: "file_storage_bool_exp" },
|
|
4962
|
-
fileStorageId: { __type: "uuid_comparison_exp" },
|
|
4963
4981
|
id: { __type: "uuid_comparison_exp" },
|
|
4964
4982
|
source: { __type: "String_comparison_exp" },
|
|
4965
4983
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -4967,10 +4985,10 @@ export const generatedSchema = {
|
|
|
4967
4985
|
bookingChannelIconCandidate_insert_input: {
|
|
4968
4986
|
bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
4969
4987
|
bookingChannelId: { __type: "uuid" },
|
|
4988
|
+
cloudflareImageId: { __type: "String" },
|
|
4989
|
+
color: { __type: "String" },
|
|
4970
4990
|
comment: { __type: "String" },
|
|
4971
4991
|
createdAt: { __type: "timestamptz" },
|
|
4972
|
-
fileStorage: { __type: "file_storage_obj_rel_insert_input" },
|
|
4973
|
-
fileStorageId: { __type: "uuid" },
|
|
4974
4992
|
id: { __type: "uuid" },
|
|
4975
4993
|
source: { __type: "String" },
|
|
4976
4994
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -4978,23 +4996,45 @@ export const generatedSchema = {
|
|
|
4978
4996
|
bookingChannelIconCandidate_max_fields: {
|
|
4979
4997
|
__typename: { __type: "String!" },
|
|
4980
4998
|
bookingChannelId: { __type: "uuid" },
|
|
4999
|
+
cloudflareImageId: { __type: "String" },
|
|
5000
|
+
color: { __type: "String" },
|
|
4981
5001
|
comment: { __type: "String" },
|
|
4982
5002
|
createdAt: { __type: "timestamptz" },
|
|
4983
|
-
fileStorageId: { __type: "uuid" },
|
|
4984
5003
|
id: { __type: "uuid" },
|
|
4985
5004
|
source: { __type: "String" },
|
|
4986
5005
|
updatedAt: { __type: "timestamptz" },
|
|
4987
5006
|
},
|
|
5007
|
+
bookingChannelIconCandidate_max_order_by: {
|
|
5008
|
+
bookingChannelId: { __type: "order_by" },
|
|
5009
|
+
cloudflareImageId: { __type: "order_by" },
|
|
5010
|
+
color: { __type: "order_by" },
|
|
5011
|
+
comment: { __type: "order_by" },
|
|
5012
|
+
createdAt: { __type: "order_by" },
|
|
5013
|
+
id: { __type: "order_by" },
|
|
5014
|
+
source: { __type: "order_by" },
|
|
5015
|
+
updatedAt: { __type: "order_by" },
|
|
5016
|
+
},
|
|
4988
5017
|
bookingChannelIconCandidate_min_fields: {
|
|
4989
5018
|
__typename: { __type: "String!" },
|
|
4990
5019
|
bookingChannelId: { __type: "uuid" },
|
|
5020
|
+
cloudflareImageId: { __type: "String" },
|
|
5021
|
+
color: { __type: "String" },
|
|
4991
5022
|
comment: { __type: "String" },
|
|
4992
5023
|
createdAt: { __type: "timestamptz" },
|
|
4993
|
-
fileStorageId: { __type: "uuid" },
|
|
4994
5024
|
id: { __type: "uuid" },
|
|
4995
5025
|
source: { __type: "String" },
|
|
4996
5026
|
updatedAt: { __type: "timestamptz" },
|
|
4997
5027
|
},
|
|
5028
|
+
bookingChannelIconCandidate_min_order_by: {
|
|
5029
|
+
bookingChannelId: { __type: "order_by" },
|
|
5030
|
+
cloudflareImageId: { __type: "order_by" },
|
|
5031
|
+
color: { __type: "order_by" },
|
|
5032
|
+
comment: { __type: "order_by" },
|
|
5033
|
+
createdAt: { __type: "order_by" },
|
|
5034
|
+
id: { __type: "order_by" },
|
|
5035
|
+
source: { __type: "order_by" },
|
|
5036
|
+
updatedAt: { __type: "order_by" },
|
|
5037
|
+
},
|
|
4998
5038
|
bookingChannelIconCandidate_mutation_response: {
|
|
4999
5039
|
__typename: { __type: "String!" },
|
|
5000
5040
|
affected_rows: { __type: "Int!" },
|
|
@@ -5008,10 +5048,10 @@ export const generatedSchema = {
|
|
|
5008
5048
|
bookingChannelIconCandidate_order_by: {
|
|
5009
5049
|
bookingChannel: { __type: "booking_channel_order_by" },
|
|
5010
5050
|
bookingChannelId: { __type: "order_by" },
|
|
5051
|
+
cloudflareImageId: { __type: "order_by" },
|
|
5052
|
+
color: { __type: "order_by" },
|
|
5011
5053
|
comment: { __type: "order_by" },
|
|
5012
5054
|
createdAt: { __type: "order_by" },
|
|
5013
|
-
fileStorage: { __type: "file_storage_order_by" },
|
|
5014
|
-
fileStorageId: { __type: "order_by" },
|
|
5015
5055
|
id: { __type: "order_by" },
|
|
5016
5056
|
source: { __type: "order_by" },
|
|
5017
5057
|
updatedAt: { __type: "order_by" },
|
|
@@ -5019,9 +5059,10 @@ export const generatedSchema = {
|
|
|
5019
5059
|
bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } },
|
|
5020
5060
|
bookingChannelIconCandidate_set_input: {
|
|
5021
5061
|
bookingChannelId: { __type: "uuid" },
|
|
5062
|
+
cloudflareImageId: { __type: "String" },
|
|
5063
|
+
color: { __type: "String" },
|
|
5022
5064
|
comment: { __type: "String" },
|
|
5023
5065
|
createdAt: { __type: "timestamptz" },
|
|
5024
|
-
fileStorageId: { __type: "uuid" },
|
|
5025
5066
|
id: { __type: "uuid" },
|
|
5026
5067
|
source: { __type: "String" },
|
|
5027
5068
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5034,9 +5075,10 @@ export const generatedSchema = {
|
|
|
5034
5075
|
},
|
|
5035
5076
|
bookingChannelIconCandidate_stream_cursor_value_input: {
|
|
5036
5077
|
bookingChannelId: { __type: "uuid" },
|
|
5078
|
+
cloudflareImageId: { __type: "String" },
|
|
5079
|
+
color: { __type: "String" },
|
|
5037
5080
|
comment: { __type: "String" },
|
|
5038
5081
|
createdAt: { __type: "timestamptz" },
|
|
5039
|
-
fileStorageId: { __type: "uuid" },
|
|
5040
5082
|
id: { __type: "uuid" },
|
|
5041
5083
|
source: { __type: "String" },
|
|
5042
5084
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5047,10 +5089,32 @@ export const generatedSchema = {
|
|
|
5047
5089
|
},
|
|
5048
5090
|
booking_channel: {
|
|
5049
5091
|
__typename: { __type: "String!" },
|
|
5092
|
+
bookingChannelIconCandidates: {
|
|
5093
|
+
__type: "[bookingChannelIconCandidate!]!",
|
|
5094
|
+
__args: {
|
|
5095
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
5096
|
+
limit: "Int",
|
|
5097
|
+
offset: "Int",
|
|
5098
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
5099
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
5100
|
+
},
|
|
5101
|
+
},
|
|
5102
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5103
|
+
__type: "bookingChannelIconCandidate_aggregate!",
|
|
5104
|
+
__args: {
|
|
5105
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
5106
|
+
limit: "Int",
|
|
5107
|
+
offset: "Int",
|
|
5108
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
5109
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
5110
|
+
},
|
|
5111
|
+
},
|
|
5050
5112
|
channelRef: { __type: "String" },
|
|
5113
|
+
color: { __type: "String" },
|
|
5051
5114
|
createdAt: { __type: "timestamptz!" },
|
|
5052
5115
|
icon: { __type: "String" },
|
|
5053
5116
|
id: { __type: "uuid!" },
|
|
5117
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5054
5118
|
reservations: {
|
|
5055
5119
|
__type: "[reservation!]!",
|
|
5056
5120
|
__args: {
|
|
@@ -5156,10 +5220,18 @@ export const generatedSchema = {
|
|
|
5156
5220
|
_and: { __type: "[booking_channel_bool_exp!]" },
|
|
5157
5221
|
_not: { __type: "booking_channel_bool_exp" },
|
|
5158
5222
|
_or: { __type: "[booking_channel_bool_exp!]" },
|
|
5223
|
+
bookingChannelIconCandidates: {
|
|
5224
|
+
__type: "bookingChannelIconCandidate_bool_exp",
|
|
5225
|
+
},
|
|
5226
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5227
|
+
__type: "bookingChannelIconCandidate_aggregate_bool_exp",
|
|
5228
|
+
},
|
|
5159
5229
|
channelRef: { __type: "String_comparison_exp" },
|
|
5230
|
+
color: { __type: "String_comparison_exp" },
|
|
5160
5231
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
5161
5232
|
icon: { __type: "String_comparison_exp" },
|
|
5162
5233
|
id: { __type: "uuid_comparison_exp" },
|
|
5234
|
+
lastGenerateRun: { __type: "timestamptz_comparison_exp" },
|
|
5163
5235
|
reservations: { __type: "reservation_bool_exp" },
|
|
5164
5236
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
5165
5237
|
selectedBookingChannelIconCandidateId: { __type: "uuid_comparison_exp" },
|
|
@@ -5173,10 +5245,15 @@ export const generatedSchema = {
|
|
|
5173
5245
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
5174
5246
|
},
|
|
5175
5247
|
booking_channel_insert_input: {
|
|
5248
|
+
bookingChannelIconCandidates: {
|
|
5249
|
+
__type: "bookingChannelIconCandidate_arr_rel_insert_input",
|
|
5250
|
+
},
|
|
5176
5251
|
channelRef: { __type: "String" },
|
|
5252
|
+
color: { __type: "String" },
|
|
5177
5253
|
createdAt: { __type: "timestamptz" },
|
|
5178
5254
|
icon: { __type: "String" },
|
|
5179
5255
|
id: { __type: "uuid" },
|
|
5256
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5180
5257
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
5181
5258
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5182
5259
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
@@ -5188,9 +5265,11 @@ export const generatedSchema = {
|
|
|
5188
5265
|
booking_channel_max_fields: {
|
|
5189
5266
|
__typename: { __type: "String!" },
|
|
5190
5267
|
channelRef: { __type: "String" },
|
|
5268
|
+
color: { __type: "String" },
|
|
5191
5269
|
createdAt: { __type: "timestamptz" },
|
|
5192
5270
|
icon: { __type: "String" },
|
|
5193
5271
|
id: { __type: "uuid" },
|
|
5272
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5194
5273
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5195
5274
|
uniqueRef: { __type: "String" },
|
|
5196
5275
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5198,9 +5277,11 @@ export const generatedSchema = {
|
|
|
5198
5277
|
booking_channel_min_fields: {
|
|
5199
5278
|
__typename: { __type: "String!" },
|
|
5200
5279
|
channelRef: { __type: "String" },
|
|
5280
|
+
color: { __type: "String" },
|
|
5201
5281
|
createdAt: { __type: "timestamptz" },
|
|
5202
5282
|
icon: { __type: "String" },
|
|
5203
5283
|
id: { __type: "uuid" },
|
|
5284
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5204
5285
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5205
5286
|
uniqueRef: { __type: "String" },
|
|
5206
5287
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5220,10 +5301,15 @@ export const generatedSchema = {
|
|
|
5220
5301
|
where: { __type: "booking_channel_bool_exp" },
|
|
5221
5302
|
},
|
|
5222
5303
|
booking_channel_order_by: {
|
|
5304
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5305
|
+
__type: "bookingChannelIconCandidate_aggregate_order_by",
|
|
5306
|
+
},
|
|
5223
5307
|
channelRef: { __type: "order_by" },
|
|
5308
|
+
color: { __type: "order_by" },
|
|
5224
5309
|
createdAt: { __type: "order_by" },
|
|
5225
5310
|
icon: { __type: "order_by" },
|
|
5226
5311
|
id: { __type: "order_by" },
|
|
5312
|
+
lastGenerateRun: { __type: "order_by" },
|
|
5227
5313
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
5228
5314
|
selectedBookingChannelIconCandidateId: { __type: "order_by" },
|
|
5229
5315
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
@@ -5235,9 +5321,11 @@ export const generatedSchema = {
|
|
|
5235
5321
|
booking_channel_pk_columns_input: { id: { __type: "uuid!" } },
|
|
5236
5322
|
booking_channel_set_input: {
|
|
5237
5323
|
channelRef: { __type: "String" },
|
|
5324
|
+
color: { __type: "String" },
|
|
5238
5325
|
createdAt: { __type: "timestamptz" },
|
|
5239
5326
|
icon: { __type: "String" },
|
|
5240
5327
|
id: { __type: "uuid" },
|
|
5328
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5241
5329
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5242
5330
|
uniqueRef: { __type: "String" },
|
|
5243
5331
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5248,9 +5336,11 @@ export const generatedSchema = {
|
|
|
5248
5336
|
},
|
|
5249
5337
|
booking_channel_stream_cursor_value_input: {
|
|
5250
5338
|
channelRef: { __type: "String" },
|
|
5339
|
+
color: { __type: "String" },
|
|
5251
5340
|
createdAt: { __type: "timestamptz" },
|
|
5252
5341
|
icon: { __type: "String" },
|
|
5253
5342
|
id: { __type: "uuid" },
|
|
5343
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5254
5344
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5255
5345
|
uniqueRef: { __type: "String" },
|
|
5256
5346
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -10008,7 +10098,7 @@ export const generatedSchema = {
|
|
|
10008
10098
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
10009
10099
|
id: { __type: "uuid!" },
|
|
10010
10100
|
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
10011
|
-
ledger: { __type: "journal_entry_ledger" },
|
|
10101
|
+
ledger: { __type: "journal_entry_ledger!" },
|
|
10012
10102
|
line: { __type: "payment_line" },
|
|
10013
10103
|
lineId: { __type: "uuid" },
|
|
10014
10104
|
lineUniqueRef: { __type: "String" },
|