@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
|
@@ -4902,10 +4902,10 @@ exports.generatedSchema = {
|
|
|
4902
4902
|
__typename: { __type: "String!" },
|
|
4903
4903
|
bookingChannel: { __type: "booking_channel!" },
|
|
4904
4904
|
bookingChannelId: { __type: "uuid!" },
|
|
4905
|
+
cloudflareImageId: { __type: "String" },
|
|
4906
|
+
color: { __type: "String" },
|
|
4905
4907
|
comment: { __type: "String" },
|
|
4906
4908
|
createdAt: { __type: "timestamptz!" },
|
|
4907
|
-
fileStorage: { __type: "file_storage!" },
|
|
4908
|
-
fileStorageId: { __type: "uuid!" },
|
|
4909
4909
|
id: { __type: "uuid!" },
|
|
4910
4910
|
source: { __type: "String" },
|
|
4911
4911
|
updatedAt: { __type: "timestamptz!" },
|
|
@@ -4915,6 +4915,15 @@ exports.generatedSchema = {
|
|
|
4915
4915
|
aggregate: { __type: "bookingChannelIconCandidate_aggregate_fields" },
|
|
4916
4916
|
nodes: { __type: "[bookingChannelIconCandidate!]!" },
|
|
4917
4917
|
},
|
|
4918
|
+
bookingChannelIconCandidate_aggregate_bool_exp: {
|
|
4919
|
+
count: { __type: "bookingChannelIconCandidate_aggregate_bool_exp_count" },
|
|
4920
|
+
},
|
|
4921
|
+
bookingChannelIconCandidate_aggregate_bool_exp_count: {
|
|
4922
|
+
arguments: { __type: "[bookingChannelIconCandidate_select_column!]" },
|
|
4923
|
+
distinct: { __type: "Boolean" },
|
|
4924
|
+
filter: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4925
|
+
predicate: { __type: "Int_comparison_exp!" },
|
|
4926
|
+
},
|
|
4918
4927
|
bookingChannelIconCandidate_aggregate_fields: {
|
|
4919
4928
|
__typename: { __type: "String!" },
|
|
4920
4929
|
count: {
|
|
@@ -4927,16 +4936,25 @@ exports.generatedSchema = {
|
|
|
4927
4936
|
max: { __type: "bookingChannelIconCandidate_max_fields" },
|
|
4928
4937
|
min: { __type: "bookingChannelIconCandidate_min_fields" },
|
|
4929
4938
|
},
|
|
4939
|
+
bookingChannelIconCandidate_aggregate_order_by: {
|
|
4940
|
+
count: { __type: "order_by" },
|
|
4941
|
+
max: { __type: "bookingChannelIconCandidate_max_order_by" },
|
|
4942
|
+
min: { __type: "bookingChannelIconCandidate_min_order_by" },
|
|
4943
|
+
},
|
|
4944
|
+
bookingChannelIconCandidate_arr_rel_insert_input: {
|
|
4945
|
+
data: { __type: "[bookingChannelIconCandidate_insert_input!]!" },
|
|
4946
|
+
on_conflict: { __type: "bookingChannelIconCandidate_on_conflict" },
|
|
4947
|
+
},
|
|
4930
4948
|
bookingChannelIconCandidate_bool_exp: {
|
|
4931
4949
|
_and: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4932
4950
|
_not: { __type: "bookingChannelIconCandidate_bool_exp" },
|
|
4933
4951
|
_or: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
|
|
4934
4952
|
bookingChannel: { __type: "booking_channel_bool_exp" },
|
|
4935
4953
|
bookingChannelId: { __type: "uuid_comparison_exp" },
|
|
4954
|
+
cloudflareImageId: { __type: "String_comparison_exp" },
|
|
4955
|
+
color: { __type: "String_comparison_exp" },
|
|
4936
4956
|
comment: { __type: "String_comparison_exp" },
|
|
4937
4957
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
4938
|
-
fileStorage: { __type: "file_storage_bool_exp" },
|
|
4939
|
-
fileStorageId: { __type: "uuid_comparison_exp" },
|
|
4940
4958
|
id: { __type: "uuid_comparison_exp" },
|
|
4941
4959
|
source: { __type: "String_comparison_exp" },
|
|
4942
4960
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -4944,10 +4962,10 @@ exports.generatedSchema = {
|
|
|
4944
4962
|
bookingChannelIconCandidate_insert_input: {
|
|
4945
4963
|
bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
|
|
4946
4964
|
bookingChannelId: { __type: "uuid" },
|
|
4965
|
+
cloudflareImageId: { __type: "String" },
|
|
4966
|
+
color: { __type: "String" },
|
|
4947
4967
|
comment: { __type: "String" },
|
|
4948
4968
|
createdAt: { __type: "timestamptz" },
|
|
4949
|
-
fileStorage: { __type: "file_storage_obj_rel_insert_input" },
|
|
4950
|
-
fileStorageId: { __type: "uuid" },
|
|
4951
4969
|
id: { __type: "uuid" },
|
|
4952
4970
|
source: { __type: "String" },
|
|
4953
4971
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -4955,23 +4973,45 @@ exports.generatedSchema = {
|
|
|
4955
4973
|
bookingChannelIconCandidate_max_fields: {
|
|
4956
4974
|
__typename: { __type: "String!" },
|
|
4957
4975
|
bookingChannelId: { __type: "uuid" },
|
|
4976
|
+
cloudflareImageId: { __type: "String" },
|
|
4977
|
+
color: { __type: "String" },
|
|
4958
4978
|
comment: { __type: "String" },
|
|
4959
4979
|
createdAt: { __type: "timestamptz" },
|
|
4960
|
-
fileStorageId: { __type: "uuid" },
|
|
4961
4980
|
id: { __type: "uuid" },
|
|
4962
4981
|
source: { __type: "String" },
|
|
4963
4982
|
updatedAt: { __type: "timestamptz" },
|
|
4964
4983
|
},
|
|
4984
|
+
bookingChannelIconCandidate_max_order_by: {
|
|
4985
|
+
bookingChannelId: { __type: "order_by" },
|
|
4986
|
+
cloudflareImageId: { __type: "order_by" },
|
|
4987
|
+
color: { __type: "order_by" },
|
|
4988
|
+
comment: { __type: "order_by" },
|
|
4989
|
+
createdAt: { __type: "order_by" },
|
|
4990
|
+
id: { __type: "order_by" },
|
|
4991
|
+
source: { __type: "order_by" },
|
|
4992
|
+
updatedAt: { __type: "order_by" },
|
|
4993
|
+
},
|
|
4965
4994
|
bookingChannelIconCandidate_min_fields: {
|
|
4966
4995
|
__typename: { __type: "String!" },
|
|
4967
4996
|
bookingChannelId: { __type: "uuid" },
|
|
4997
|
+
cloudflareImageId: { __type: "String" },
|
|
4998
|
+
color: { __type: "String" },
|
|
4968
4999
|
comment: { __type: "String" },
|
|
4969
5000
|
createdAt: { __type: "timestamptz" },
|
|
4970
|
-
fileStorageId: { __type: "uuid" },
|
|
4971
5001
|
id: { __type: "uuid" },
|
|
4972
5002
|
source: { __type: "String" },
|
|
4973
5003
|
updatedAt: { __type: "timestamptz" },
|
|
4974
5004
|
},
|
|
5005
|
+
bookingChannelIconCandidate_min_order_by: {
|
|
5006
|
+
bookingChannelId: { __type: "order_by" },
|
|
5007
|
+
cloudflareImageId: { __type: "order_by" },
|
|
5008
|
+
color: { __type: "order_by" },
|
|
5009
|
+
comment: { __type: "order_by" },
|
|
5010
|
+
createdAt: { __type: "order_by" },
|
|
5011
|
+
id: { __type: "order_by" },
|
|
5012
|
+
source: { __type: "order_by" },
|
|
5013
|
+
updatedAt: { __type: "order_by" },
|
|
5014
|
+
},
|
|
4975
5015
|
bookingChannelIconCandidate_mutation_response: {
|
|
4976
5016
|
__typename: { __type: "String!" },
|
|
4977
5017
|
affected_rows: { __type: "Int!" },
|
|
@@ -4985,10 +5025,10 @@ exports.generatedSchema = {
|
|
|
4985
5025
|
bookingChannelIconCandidate_order_by: {
|
|
4986
5026
|
bookingChannel: { __type: "booking_channel_order_by" },
|
|
4987
5027
|
bookingChannelId: { __type: "order_by" },
|
|
5028
|
+
cloudflareImageId: { __type: "order_by" },
|
|
5029
|
+
color: { __type: "order_by" },
|
|
4988
5030
|
comment: { __type: "order_by" },
|
|
4989
5031
|
createdAt: { __type: "order_by" },
|
|
4990
|
-
fileStorage: { __type: "file_storage_order_by" },
|
|
4991
|
-
fileStorageId: { __type: "order_by" },
|
|
4992
5032
|
id: { __type: "order_by" },
|
|
4993
5033
|
source: { __type: "order_by" },
|
|
4994
5034
|
updatedAt: { __type: "order_by" },
|
|
@@ -4996,9 +5036,10 @@ exports.generatedSchema = {
|
|
|
4996
5036
|
bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } },
|
|
4997
5037
|
bookingChannelIconCandidate_set_input: {
|
|
4998
5038
|
bookingChannelId: { __type: "uuid" },
|
|
5039
|
+
cloudflareImageId: { __type: "String" },
|
|
5040
|
+
color: { __type: "String" },
|
|
4999
5041
|
comment: { __type: "String" },
|
|
5000
5042
|
createdAt: { __type: "timestamptz" },
|
|
5001
|
-
fileStorageId: { __type: "uuid" },
|
|
5002
5043
|
id: { __type: "uuid" },
|
|
5003
5044
|
source: { __type: "String" },
|
|
5004
5045
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5011,9 +5052,10 @@ exports.generatedSchema = {
|
|
|
5011
5052
|
},
|
|
5012
5053
|
bookingChannelIconCandidate_stream_cursor_value_input: {
|
|
5013
5054
|
bookingChannelId: { __type: "uuid" },
|
|
5055
|
+
cloudflareImageId: { __type: "String" },
|
|
5056
|
+
color: { __type: "String" },
|
|
5014
5057
|
comment: { __type: "String" },
|
|
5015
5058
|
createdAt: { __type: "timestamptz" },
|
|
5016
|
-
fileStorageId: { __type: "uuid" },
|
|
5017
5059
|
id: { __type: "uuid" },
|
|
5018
5060
|
source: { __type: "String" },
|
|
5019
5061
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5024,10 +5066,32 @@ exports.generatedSchema = {
|
|
|
5024
5066
|
},
|
|
5025
5067
|
booking_channel: {
|
|
5026
5068
|
__typename: { __type: "String!" },
|
|
5069
|
+
bookingChannelIconCandidates: {
|
|
5070
|
+
__type: "[bookingChannelIconCandidate!]!",
|
|
5071
|
+
__args: {
|
|
5072
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
5073
|
+
limit: "Int",
|
|
5074
|
+
offset: "Int",
|
|
5075
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
5076
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
5077
|
+
},
|
|
5078
|
+
},
|
|
5079
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5080
|
+
__type: "bookingChannelIconCandidate_aggregate!",
|
|
5081
|
+
__args: {
|
|
5082
|
+
distinct_on: "[bookingChannelIconCandidate_select_column!]",
|
|
5083
|
+
limit: "Int",
|
|
5084
|
+
offset: "Int",
|
|
5085
|
+
order_by: "[bookingChannelIconCandidate_order_by!]",
|
|
5086
|
+
where: "bookingChannelIconCandidate_bool_exp",
|
|
5087
|
+
},
|
|
5088
|
+
},
|
|
5027
5089
|
channelRef: { __type: "String" },
|
|
5090
|
+
color: { __type: "String" },
|
|
5028
5091
|
createdAt: { __type: "timestamptz!" },
|
|
5029
5092
|
icon: { __type: "String" },
|
|
5030
5093
|
id: { __type: "uuid!" },
|
|
5094
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5031
5095
|
reservations: {
|
|
5032
5096
|
__type: "[reservation!]!",
|
|
5033
5097
|
__args: {
|
|
@@ -5133,10 +5197,18 @@ exports.generatedSchema = {
|
|
|
5133
5197
|
_and: { __type: "[booking_channel_bool_exp!]" },
|
|
5134
5198
|
_not: { __type: "booking_channel_bool_exp" },
|
|
5135
5199
|
_or: { __type: "[booking_channel_bool_exp!]" },
|
|
5200
|
+
bookingChannelIconCandidates: {
|
|
5201
|
+
__type: "bookingChannelIconCandidate_bool_exp",
|
|
5202
|
+
},
|
|
5203
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5204
|
+
__type: "bookingChannelIconCandidate_aggregate_bool_exp",
|
|
5205
|
+
},
|
|
5136
5206
|
channelRef: { __type: "String_comparison_exp" },
|
|
5207
|
+
color: { __type: "String_comparison_exp" },
|
|
5137
5208
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
5138
5209
|
icon: { __type: "String_comparison_exp" },
|
|
5139
5210
|
id: { __type: "uuid_comparison_exp" },
|
|
5211
|
+
lastGenerateRun: { __type: "timestamptz_comparison_exp" },
|
|
5140
5212
|
reservations: { __type: "reservation_bool_exp" },
|
|
5141
5213
|
reservations_aggregate: { __type: "reservation_aggregate_bool_exp" },
|
|
5142
5214
|
selectedBookingChannelIconCandidateId: { __type: "uuid_comparison_exp" },
|
|
@@ -5150,10 +5222,15 @@ exports.generatedSchema = {
|
|
|
5150
5222
|
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
5151
5223
|
},
|
|
5152
5224
|
booking_channel_insert_input: {
|
|
5225
|
+
bookingChannelIconCandidates: {
|
|
5226
|
+
__type: "bookingChannelIconCandidate_arr_rel_insert_input",
|
|
5227
|
+
},
|
|
5153
5228
|
channelRef: { __type: "String" },
|
|
5229
|
+
color: { __type: "String" },
|
|
5154
5230
|
createdAt: { __type: "timestamptz" },
|
|
5155
5231
|
icon: { __type: "String" },
|
|
5156
5232
|
id: { __type: "uuid" },
|
|
5233
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5157
5234
|
reservations: { __type: "reservation_arr_rel_insert_input" },
|
|
5158
5235
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5159
5236
|
settings: { __type: "setting_arr_rel_insert_input" },
|
|
@@ -5165,9 +5242,11 @@ exports.generatedSchema = {
|
|
|
5165
5242
|
booking_channel_max_fields: {
|
|
5166
5243
|
__typename: { __type: "String!" },
|
|
5167
5244
|
channelRef: { __type: "String" },
|
|
5245
|
+
color: { __type: "String" },
|
|
5168
5246
|
createdAt: { __type: "timestamptz" },
|
|
5169
5247
|
icon: { __type: "String" },
|
|
5170
5248
|
id: { __type: "uuid" },
|
|
5249
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5171
5250
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5172
5251
|
uniqueRef: { __type: "String" },
|
|
5173
5252
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5175,9 +5254,11 @@ exports.generatedSchema = {
|
|
|
5175
5254
|
booking_channel_min_fields: {
|
|
5176
5255
|
__typename: { __type: "String!" },
|
|
5177
5256
|
channelRef: { __type: "String" },
|
|
5257
|
+
color: { __type: "String" },
|
|
5178
5258
|
createdAt: { __type: "timestamptz" },
|
|
5179
5259
|
icon: { __type: "String" },
|
|
5180
5260
|
id: { __type: "uuid" },
|
|
5261
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5181
5262
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5182
5263
|
uniqueRef: { __type: "String" },
|
|
5183
5264
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5197,10 +5278,15 @@ exports.generatedSchema = {
|
|
|
5197
5278
|
where: { __type: "booking_channel_bool_exp" },
|
|
5198
5279
|
},
|
|
5199
5280
|
booking_channel_order_by: {
|
|
5281
|
+
bookingChannelIconCandidates_aggregate: {
|
|
5282
|
+
__type: "bookingChannelIconCandidate_aggregate_order_by",
|
|
5283
|
+
},
|
|
5200
5284
|
channelRef: { __type: "order_by" },
|
|
5285
|
+
color: { __type: "order_by" },
|
|
5201
5286
|
createdAt: { __type: "order_by" },
|
|
5202
5287
|
icon: { __type: "order_by" },
|
|
5203
5288
|
id: { __type: "order_by" },
|
|
5289
|
+
lastGenerateRun: { __type: "order_by" },
|
|
5204
5290
|
reservations_aggregate: { __type: "reservation_aggregate_order_by" },
|
|
5205
5291
|
selectedBookingChannelIconCandidateId: { __type: "order_by" },
|
|
5206
5292
|
settingsLeft_aggregate: { __type: "setting_aggregate_order_by" },
|
|
@@ -5212,9 +5298,11 @@ exports.generatedSchema = {
|
|
|
5212
5298
|
booking_channel_pk_columns_input: { id: { __type: "uuid!" } },
|
|
5213
5299
|
booking_channel_set_input: {
|
|
5214
5300
|
channelRef: { __type: "String" },
|
|
5301
|
+
color: { __type: "String" },
|
|
5215
5302
|
createdAt: { __type: "timestamptz" },
|
|
5216
5303
|
icon: { __type: "String" },
|
|
5217
5304
|
id: { __type: "uuid" },
|
|
5305
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5218
5306
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5219
5307
|
uniqueRef: { __type: "String" },
|
|
5220
5308
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -5225,9 +5313,11 @@ exports.generatedSchema = {
|
|
|
5225
5313
|
},
|
|
5226
5314
|
booking_channel_stream_cursor_value_input: {
|
|
5227
5315
|
channelRef: { __type: "String" },
|
|
5316
|
+
color: { __type: "String" },
|
|
5228
5317
|
createdAt: { __type: "timestamptz" },
|
|
5229
5318
|
icon: { __type: "String" },
|
|
5230
5319
|
id: { __type: "uuid" },
|
|
5320
|
+
lastGenerateRun: { __type: "timestamptz" },
|
|
5231
5321
|
selectedBookingChannelIconCandidateId: { __type: "uuid" },
|
|
5232
5322
|
uniqueRef: { __type: "String" },
|
|
5233
5323
|
updatedAt: { __type: "timestamptz" },
|
|
@@ -9973,7 +10063,7 @@ exports.generatedSchema = {
|
|
|
9973
10063
|
entityType: { __type: "journalEntryEntityType_enum" },
|
|
9974
10064
|
id: { __type: "uuid!" },
|
|
9975
10065
|
inactive_reason: { __type: "journal_entry_inactive_reason" },
|
|
9976
|
-
ledger: { __type: "journal_entry_ledger" },
|
|
10066
|
+
ledger: { __type: "journal_entry_ledger!" },
|
|
9977
10067
|
line: { __type: "payment_line" },
|
|
9978
10068
|
lineId: { __type: "uuid" },
|
|
9979
10069
|
lineUniqueRef: { __type: "String" },
|