@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
|
@@ -4899,10 +4899,10 @@ export const generatedSchema = {
|
|
|
4899
4899
|
__typename: { __type: "String!" },
|
|
4900
4900
|
bookingChannel: { __type: "booking_channel!" },
|
|
4901
4901
|
bookingChannelId: { __type: "uuid!" },
|
|
4902
|
+
cloudflareImageId: { __type: "String" },
|
|
4903
|
+
color: { __type: "String" },
|
|
4902
4904
|
comment: { __type: "String" },
|
|
4903
4905
|
createdAt: { __type: "timestamptz!" },
|
|
4904
|
-
fileStorage: { __type: "file_storage!" },
|
|
4905
|
-
fileStorageId: { __type: "uuid!" },
|
|
4906
4906
|
id: { __type: "uuid!" },
|
|
4907
4907
|
source: { __type: "String" },
|
|
4908
4908
|
updatedAt: { __type: "timestamptz!" },
|
|
@@ -4912,6 +4912,15 @@ export const generatedSchema = {
|
|
|
4912
4912
|
aggregate: { __type: "bookingChannelIconCandidate_aggregate_fields" },
|
|
4913
4913
|
nodes: { __type: "[bookingChannelIconCandidate!]!" },
|
|
4914
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
|
+
},
|
|
4915
4924
|
bookingChannelIconCandidate_aggregate_fields: {
|
|
4916
4925
|
__typename: { __type: "String!" },
|
|
4917
4926
|
count: {
|
|
@@ -4924,16 +4933,25 @@ export const generatedSchema = {
|
|
|
4924
4933
|
max: { __type: "bookingChannelIconCandidate_max_fields" },
|
|
4925
4934
|
min: { __type: "bookingChannelIconCandidate_min_fields" },
|
|
4926
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
|
+
},
|
|
4927
4945
|
bookingChannelIconCandidate_bool_exp: {
|
|
4928
4946
|
_and: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4929
4947
|
_not: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4930
4948
|
_or: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4931
4949
|
bookingChannel: { __type: "booking_channel_bool_exp" },
|
|
4932
4950
|
bookingChannelId: { __type: "uuid_comparison_exp" },
|
|
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
|
-
fileStorage: { __type: "file_storage_bool_exp" },
|
|
4936
|
-
fileStorageId: { __type: "uuid_comparison_exp" },
|
|
4937
4955
|
id: { __type: "uuid_comparison_exp" },
|
|
4938
4956
|
source: { __type: "String_comparison_exp" },
|
|
4939
4957
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -4941,10 +4959,10 @@ export const generatedSchema = {
|
|
|
4941
4959
|
bookingChannelIconCandidate_insert_input: {
|
|
4942
4960
|
bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
4943
4961
|
bookingChannelId: { __type: "uuid" },
|
|
4962
|
+
cloudflareImageId: { __type: "String" },
|
|
4963
|
+
color: { __type: "String" },
|
|
4944
4964
|
comment: { __type: "String" },
|
|
4945
4965
|
createdAt: { __type: "timestamptz" },
|
|
4946
|
-
fileStorage: { __type: "file_storage_obj_rel_insert_input" },
|
|
4947
|
-
fileStorageId: { __type: "uuid" },
|
|
4948
4966
|
id: { __type: "uuid" },
|
|
4949
4967
|
source: { __type: "String" },
|
|
4950
4968
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -4952,23 +4970,45 @@ export const generatedSchema = {
|
|
|
4952
4970
|
bookingChannelIconCandidate_max_fields: {
|
|
4953
4971
|
__typename: { __type: "String!" },
|
|
4954
4972
|
bookingChannelId: { __type: "uuid" },
|
|
4973
|
+
cloudflareImageId: { __type: "String" },
|
|
4974
|
+
color: { __type: "String" },
|
|
4955
4975
|
comment: { __type: "String" },
|
|
4956
4976
|
createdAt: { __type: "timestamptz" },
|
|
4957
|
-
fileStorageId: { __type: "uuid" },
|
|
4958
4977
|
id: { __type: "uuid" },
|
|
4959
4978
|
source: { __type: "String" },
|
|
4960
4979
|
updatedAt: { __type: "timestamptz" },
|
|
4961
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
|
+
},
|
|
4962
4991
|
bookingChannelIconCandidate_min_fields: {
|
|
4963
4992
|
__typename: { __type: "String!" },
|
|
4964
4993
|
bookingChannelId: { __type: "uuid" },
|
|
4994
|
+
cloudflareImageId: { __type: "String" },
|
|
4995
|
+
color: { __type: "String" },
|
|
4965
4996
|
comment: { __type: "String" },
|
|
4966
4997
|
createdAt: { __type: "timestamptz" },
|
|
4967
|
-
fileStorageId: { __type: "uuid" },
|
|
4968
4998
|
id: { __type: "uuid" },
|
|
4969
4999
|
source: { __type: "String" },
|
|
4970
5000
|
updatedAt: { __type: "timestamptz" },
|
|
4971
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
|
+
},
|
|
4972
5012
|
bookingChannelIconCandidate_mutation_response: {
|
|
4973
5013
|
__typename: { __type: "String!" },
|
|
4974
5014
|
affected_rows: { __type: "Int!" },
|
|
@@ -4982,10 +5022,10 @@ export const generatedSchema = {
|
|
|
4982
5022
|
bookingChannelIconCandidate_order_by: {
|
|
4983
5023
|
bookingChannel: { __type: "booking_channel_order_by" },
|
|
4984
5024
|
bookingChannelId: { __type: "order_by" },
|
|
5025
|
+
cloudflareImageId: { __type: "order_by" },
|
|
5026
|
+
color: { __type: "order_by" },
|
|
4985
5027
|
comment: { __type: "order_by" },
|
|
4986
5028
|
createdAt: { __type: "order_by" },
|
|
4987
|
-
fileStorage: { __type: "file_storage_order_by" },
|
|
4988
|
-
fileStorageId: { __type: "order_by" },
|
|
4989
5029
|
id: { __type: "order_by" },
|
|
4990
5030
|
source: { __type: "order_by" },
|
|
4991
5031
|
updatedAt: { __type: "order_by" },
|
|
@@ -4993,9 +5033,10 @@ export const generatedSchema = {
|
|
|
4993
5033
|
bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } },
|
|
4994
5034
|
bookingChannelIconCandidate_set_input: {
|
|
4995
5035
|
bookingChannelId: { __type: "uuid" },
|
|
5036
|
+
cloudflareImageId: { __type: "String" },
|
|
5037
|
+
color: { __type: "String" },
|
|
4996
5038
|
comment: { __type: "String" },
|
|
4997
5039
|
createdAt: { __type: "timestamptz" },
|
|
4998
|
-
fileStorageId: { __type: "uuid" },
|
|
4999
5040
|
id: { __type: "uuid" },
|
|
5000
5041
|
source: { __type: "String" },
|
|
5001
5042
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5008,9 +5049,10 @@ export const generatedSchema = {
|
|
|
5008
5049
|
},
|
|
5009
5050
|
bookingChannelIconCandidate_stream_cursor_value_input: {
|
|
5010
5051
|
bookingChannelId: { __type: "uuid" },
|
|
5052
|
+
cloudflareImageId: { __type: "String" },
|
|
5053
|
+
color: { __type: "String" },
|
|
5011
5054
|
comment: { __type: "String" },
|
|
5012
5055
|
createdAt: { __type: "timestamptz" },
|
|
5013
|
-
fileStorageId: { __type: "uuid" },
|
|
5014
5056
|
id: { __type: "uuid" },
|
|
5015
5057
|
source: { __type: "String" },
|
|
5016
5058
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5021,10 +5063,32 @@ export const generatedSchema = {
|
|
|
5021
5063
|
},
|
|
5022
5064
|
booking_channel: {
|
|
5023
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
|
+
},
|
|
5024
5086
|
channelRef: { __type: "String" },
|
|
5087
|
+
color: { __type: "String" },
|
|
5025
5088
|
createdAt: { __type: "timestamptz!" },
|
|
5026
5089
|
icon: { __type: "String" },
|
|
5027
5090
|
id: { __type: "uuid!" },
|
|
5091
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5028
5092
|
reservations: {
|
|
5029
5093
|
__type: "[reservation!]!",
|
|
5030
5094
|
__args: {
|
|
@@ -5130,10 +5194,18 @@ export const generatedSchema = {
|
|
|
5130
5194
|
_and: { __type: "[booking_channel_bool_exp!]" },
|
|
5131
5195
|
_not: { __type: "booking_channel_bool_exp" },
|
|
5132
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
|
+
},
|
|
5133
5203
|
channelRef: { __type: "String_comparison_exp" },
|
|
5204
|
+
color: { __type: "String_comparison_exp" },
|
|
5134
5205
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
5135
5206
|
icon: { __type: "String_comparison_exp" },
|
|
5136
5207
|
id: { __type: "uuid_comparison_exp" },
|
|
5208
|
+
lastGenerateRun: { __type: "timestamptz_comparison_exp" },
|
|
5137
5209
|
reservations: { __type: "reservation_bool_exp" },
|
|
5138
5210
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
5139
5211
|
selectedBookingChannelIconCandidateId: { __type: "uuid_comparison_exp" },
|
|
@@ -5147,10 +5219,15 @@ export const generatedSchema = {
|
|
|
5147
5219
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
5148
5220
|
},
|
|
5149
5221
|
booking_channel_insert_input: {
|
|
5222
|
+
bookingChannelIconCandidates: {
|
|
5223
|
+
__type: "bookingChannelIconCandidate_arr_rel_insert_input",
|
|
5224
|
+
},
|
|
5150
5225
|
channelRef: { __type: "String" },
|
|
5226
|
+
color: { __type: "String" },
|
|
5151
5227
|
createdAt: { __type: "timestamptz" },
|
|
5152
5228
|
icon: { __type: "String" },
|
|
5153
5229
|
id: { __type: "uuid" },
|
|
5230
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5154
5231
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
5155
5232
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5156
5233
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
@@ -5162,9 +5239,11 @@ export const generatedSchema = {
|
|
|
5162
5239
|
booking_channel_max_fields: {
|
|
5163
5240
|
__typename: { __type: "String!" },
|
|
5164
5241
|
channelRef: { __type: "String" },
|
|
5242
|
+
color: { __type: "String" },
|
|
5165
5243
|
createdAt: { __type: "timestamptz" },
|
|
5166
5244
|
icon: { __type: "String" },
|
|
5167
5245
|
id: { __type: "uuid" },
|
|
5246
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5168
5247
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5169
5248
|
uniqueRef: { __type: "String" },
|
|
5170
5249
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5172,9 +5251,11 @@ export const generatedSchema = {
|
|
|
5172
5251
|
booking_channel_min_fields: {
|
|
5173
5252
|
__typename: { __type: "String!" },
|
|
5174
5253
|
channelRef: { __type: "String" },
|
|
5254
|
+
color: { __type: "String" },
|
|
5175
5255
|
createdAt: { __type: "timestamptz" },
|
|
5176
5256
|
icon: { __type: "String" },
|
|
5177
5257
|
id: { __type: "uuid" },
|
|
5258
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5178
5259
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5179
5260
|
uniqueRef: { __type: "String" },
|
|
5180
5261
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5194,10 +5275,15 @@ export const generatedSchema = {
|
|
|
5194
5275
|
where: { __type: "booking_channel_bool_exp" },
|
|
5195
5276
|
},
|
|
5196
5277
|
booking_channel_order_by: {
|
|
5278
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5279
|
+
__type: "bookingChannelIconCandidate_aggregate_order_by",
|
|
5280
|
+
},
|
|
5197
5281
|
channelRef: { __type: "order_by" },
|
|
5282
|
+
color: { __type: "order_by" },
|
|
5198
5283
|
createdAt: { __type: "order_by" },
|
|
5199
5284
|
icon: { __type: "order_by" },
|
|
5200
5285
|
id: { __type: "order_by" },
|
|
5286
|
+
lastGenerateRun: { __type: "order_by" },
|
|
5201
5287
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
5202
5288
|
selectedBookingChannelIconCandidateId: { __type: "order_by" },
|
|
5203
5289
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
@@ -5209,9 +5295,11 @@ export const generatedSchema = {
|
|
|
5209
5295
|
booking_channel_pk_columns_input: { id: { __type: "uuid!" } },
|
|
5210
5296
|
booking_channel_set_input: {
|
|
5211
5297
|
channelRef: { __type: "String" },
|
|
5298
|
+
color: { __type: "String" },
|
|
5212
5299
|
createdAt: { __type: "timestamptz" },
|
|
5213
5300
|
icon: { __type: "String" },
|
|
5214
5301
|
id: { __type: "uuid" },
|
|
5302
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5215
5303
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5216
5304
|
uniqueRef: { __type: "String" },
|
|
5217
5305
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5222,9 +5310,11 @@ export const generatedSchema = {
|
|
|
5222
5310
|
},
|
|
5223
5311
|
booking_channel_stream_cursor_value_input: {
|
|
5224
5312
|
channelRef: { __type: "String" },
|
|
5313
|
+
color: { __type: "String" },
|
|
5225
5314
|
createdAt: { __type: "timestamptz" },
|
|
5226
5315
|
icon: { __type: "String" },
|
|
5227
5316
|
id: { __type: "uuid" },
|
|
5317
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5228
5318
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5229
5319
|
uniqueRef: { __type: "String" },
|
|
5230
5320
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -9970,7 +10060,7 @@ export const generatedSchema = {
|
|
|
9970
10060
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
9971
10061
|
id: { __type: "uuid!" },
|
|
9972
10062
|
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
9973
|
-
ledger: { __type: "journal_entry_ledger" },
|
|
10063
|
+
ledger: { __type: "journal_entry_ledger!" },
|
|
9974
10064
|
line: { __type: "payment_line" },
|
|
9975
10065
|
lineId: { __type: "uuid" },
|
|
9976
10066
|
lineUniqueRef: { __type: "String" },
|