@vrplatform/graphql 1.1.46 → 1.1.47

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.
@@ -4421,10 +4421,9 @@ export interface bookingChannelIconCandidate_bool_exp {
4421
4421
  _or?: InputMaybe<Array<bookingChannelIconCandidate_bool_exp>>;
4422
4422
  bookingChannel?: InputMaybe<booking_channel_bool_exp>;
4423
4423
  bookingChannelId?: InputMaybe<uuid_comparison_exp>;
4424
+ cloudflareImageId?: InputMaybe<String_comparison_exp>;
4424
4425
  comment?: InputMaybe<String_comparison_exp>;
4425
4426
  createdAt?: InputMaybe<timestamptz_comparison_exp>;
4426
- fileStorage?: InputMaybe<file_storage_bool_exp>;
4427
- fileStorageId?: InputMaybe<uuid_comparison_exp>;
4428
4427
  id?: InputMaybe<uuid_comparison_exp>;
4429
4428
  source?: InputMaybe<String_comparison_exp>;
4430
4429
  updatedAt?: InputMaybe<timestamptz_comparison_exp>;
@@ -4441,10 +4440,9 @@ export type bookingChannelIconCandidate_constraint =
4441
4440
  export interface bookingChannelIconCandidate_insert_input {
4442
4441
  bookingChannel?: InputMaybe<booking_channel_obj_rel_insert_input>;
4443
4442
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4443
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4444
4444
  comment?: InputMaybe<Scalars["String"]>;
4445
4445
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4446
- fileStorage?: InputMaybe<file_storage_obj_rel_insert_input>;
4447
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4448
4446
  id?: InputMaybe<Scalars["uuid"]>;
4449
4447
  source?: InputMaybe<Scalars["String"]>;
4450
4448
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4461,10 +4459,9 @@ export interface bookingChannelIconCandidate_on_conflict {
4461
4459
  export interface bookingChannelIconCandidate_order_by {
4462
4460
  bookingChannel?: InputMaybe<booking_channel_order_by>;
4463
4461
  bookingChannelId?: InputMaybe<order_by>;
4462
+ cloudflareImageId?: InputMaybe<order_by>;
4464
4463
  comment?: InputMaybe<order_by>;
4465
4464
  createdAt?: InputMaybe<order_by>;
4466
- fileStorage?: InputMaybe<file_storage_order_by>;
4467
- fileStorageId?: InputMaybe<order_by>;
4468
4465
  id?: InputMaybe<order_by>;
4469
4466
  source?: InputMaybe<order_by>;
4470
4467
  updatedAt?: InputMaybe<order_by>;
@@ -4480,12 +4477,12 @@ export type bookingChannelIconCandidate_select_column =
4480
4477
  /** column name */
4481
4478
  | "bookingChannelId"
4482
4479
  /** column name */
4480
+ | "cloudflareImageId"
4481
+ /** column name */
4483
4482
  | "comment"
4484
4483
  /** column name */
4485
4484
  | "createdAt"
4486
4485
  /** column name */
4487
- | "fileStorageId"
4488
- /** column name */
4489
4486
  | "id"
4490
4487
  /** column name */
4491
4488
  | "source"
@@ -4495,9 +4492,9 @@ export type bookingChannelIconCandidate_select_column =
4495
4492
  /** input type for updating data in table "booking_channel_icon_candidate" */
4496
4493
  export interface bookingChannelIconCandidate_set_input {
4497
4494
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4495
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4498
4496
  comment?: InputMaybe<Scalars["String"]>;
4499
4497
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4500
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4501
4498
  id?: InputMaybe<Scalars["uuid"]>;
4502
4499
  source?: InputMaybe<Scalars["String"]>;
4503
4500
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4514,9 +4511,9 @@ export interface bookingChannelIconCandidate_stream_cursor_input {
4514
4511
  /** Initial value of the column from where the streaming should start */
4515
4512
  export interface bookingChannelIconCandidate_stream_cursor_value_input {
4516
4513
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4514
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4517
4515
  comment?: InputMaybe<Scalars["String"]>;
4518
4516
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4519
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4520
4517
  id?: InputMaybe<Scalars["uuid"]>;
4521
4518
  source?: InputMaybe<Scalars["String"]>;
4522
4519
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4527,12 +4524,12 @@ export type bookingChannelIconCandidate_update_column =
4527
4524
  /** column name */
4528
4525
  | "bookingChannelId"
4529
4526
  /** column name */
4527
+ | "cloudflareImageId"
4528
+ /** column name */
4530
4529
  | "comment"
4531
4530
  /** column name */
4532
4531
  | "createdAt"
4533
4532
  /** column name */
4534
- | "fileStorageId"
4535
- /** column name */
4536
4533
  | "id"
4537
4534
  /** column name */
4538
4535
  | "source"
@@ -33701,10 +33698,9 @@ export declare const generatedSchema: {
33701
33698
  __typename: { __type: "String!" };
33702
33699
  bookingChannel: { __type: "booking_channel!" };
33703
33700
  bookingChannelId: { __type: "uuid!" };
33701
+ cloudflareImageId: { __type: "String" };
33704
33702
  comment: { __type: "String" };
33705
33703
  createdAt: { __type: "timestamptz!" };
33706
- fileStorage: { __type: "file_storage!" };
33707
- fileStorageId: { __type: "uuid!" };
33708
33704
  id: { __type: "uuid!" };
33709
33705
  source: { __type: "String" };
33710
33706
  updatedAt: { __type: "timestamptz!" };
@@ -33732,10 +33728,9 @@ export declare const generatedSchema: {
33732
33728
  _or: { __type: "[bookingChannelIconCandidate_bool_exp!]" };
33733
33729
  bookingChannel: { __type: "booking_channel_bool_exp" };
33734
33730
  bookingChannelId: { __type: "uuid_comparison_exp" };
33731
+ cloudflareImageId: { __type: "String_comparison_exp" };
33735
33732
  comment: { __type: "String_comparison_exp" };
33736
33733
  createdAt: { __type: "timestamptz_comparison_exp" };
33737
- fileStorage: { __type: "file_storage_bool_exp" };
33738
- fileStorageId: { __type: "uuid_comparison_exp" };
33739
33734
  id: { __type: "uuid_comparison_exp" };
33740
33735
  source: { __type: "String_comparison_exp" };
33741
33736
  updatedAt: { __type: "timestamptz_comparison_exp" };
@@ -33743,10 +33738,9 @@ export declare const generatedSchema: {
33743
33738
  bookingChannelIconCandidate_insert_input: {
33744
33739
  bookingChannel: { __type: "booking_channel_obj_rel_insert_input" };
33745
33740
  bookingChannelId: { __type: "uuid" };
33741
+ cloudflareImageId: { __type: "String" };
33746
33742
  comment: { __type: "String" };
33747
33743
  createdAt: { __type: "timestamptz" };
33748
- fileStorage: { __type: "file_storage_obj_rel_insert_input" };
33749
- fileStorageId: { __type: "uuid" };
33750
33744
  id: { __type: "uuid" };
33751
33745
  source: { __type: "String" };
33752
33746
  updatedAt: { __type: "timestamptz" };
@@ -33754,9 +33748,9 @@ export declare const generatedSchema: {
33754
33748
  bookingChannelIconCandidate_max_fields: {
33755
33749
  __typename: { __type: "String!" };
33756
33750
  bookingChannelId: { __type: "uuid" };
33751
+ cloudflareImageId: { __type: "String" };
33757
33752
  comment: { __type: "String" };
33758
33753
  createdAt: { __type: "timestamptz" };
33759
- fileStorageId: { __type: "uuid" };
33760
33754
  id: { __type: "uuid" };
33761
33755
  source: { __type: "String" };
33762
33756
  updatedAt: { __type: "timestamptz" };
@@ -33764,9 +33758,9 @@ export declare const generatedSchema: {
33764
33758
  bookingChannelIconCandidate_min_fields: {
33765
33759
  __typename: { __type: "String!" };
33766
33760
  bookingChannelId: { __type: "uuid" };
33761
+ cloudflareImageId: { __type: "String" };
33767
33762
  comment: { __type: "String" };
33768
33763
  createdAt: { __type: "timestamptz" };
33769
- fileStorageId: { __type: "uuid" };
33770
33764
  id: { __type: "uuid" };
33771
33765
  source: { __type: "String" };
33772
33766
  updatedAt: { __type: "timestamptz" };
@@ -33784,10 +33778,9 @@ export declare const generatedSchema: {
33784
33778
  bookingChannelIconCandidate_order_by: {
33785
33779
  bookingChannel: { __type: "booking_channel_order_by" };
33786
33780
  bookingChannelId: { __type: "order_by" };
33781
+ cloudflareImageId: { __type: "order_by" };
33787
33782
  comment: { __type: "order_by" };
33788
33783
  createdAt: { __type: "order_by" };
33789
- fileStorage: { __type: "file_storage_order_by" };
33790
- fileStorageId: { __type: "order_by" };
33791
33784
  id: { __type: "order_by" };
33792
33785
  source: { __type: "order_by" };
33793
33786
  updatedAt: { __type: "order_by" };
@@ -33795,9 +33788,9 @@ export declare const generatedSchema: {
33795
33788
  bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } };
33796
33789
  bookingChannelIconCandidate_set_input: {
33797
33790
  bookingChannelId: { __type: "uuid" };
33791
+ cloudflareImageId: { __type: "String" };
33798
33792
  comment: { __type: "String" };
33799
33793
  createdAt: { __type: "timestamptz" };
33800
- fileStorageId: { __type: "uuid" };
33801
33794
  id: { __type: "uuid" };
33802
33795
  source: { __type: "String" };
33803
33796
  updatedAt: { __type: "timestamptz" };
@@ -33810,9 +33803,9 @@ export declare const generatedSchema: {
33810
33803
  };
33811
33804
  bookingChannelIconCandidate_stream_cursor_value_input: {
33812
33805
  bookingChannelId: { __type: "uuid" };
33806
+ cloudflareImageId: { __type: "String" };
33813
33807
  comment: { __type: "String" };
33814
33808
  createdAt: { __type: "timestamptz" };
33815
- fileStorageId: { __type: "uuid" };
33816
33809
  id: { __type: "uuid" };
33817
33810
  source: { __type: "String" };
33818
33811
  updatedAt: { __type: "timestamptz" };
@@ -38772,7 +38765,7 @@ export declare const generatedSchema: {
38772
38765
  entityType: { __type: "journalEntryEntityType_enum" };
38773
38766
  id: { __type: "uuid!" };
38774
38767
  inactive_reason: { __type: "journal_entry_inactive_reason" };
38775
- ledger: { __type: "journal_entry_ledger" };
38768
+ ledger: { __type: "journal_entry_ledger!" };
38776
38769
  line: { __type: "payment_line" };
38777
38770
  lineId: { __type: "uuid" };
38778
38771
  lineUniqueRef: { __type: "String" };
@@ -76003,13 +75996,9 @@ export interface bookingChannelIconCandidate {
76003
75996
  */
76004
75997
  bookingChannel: booking_channel;
76005
75998
  bookingChannelId: ScalarsEnums["uuid"];
75999
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76006
76000
  comment?: Maybe<ScalarsEnums["String"]>;
76007
76001
  createdAt: ScalarsEnums["timestamptz"];
76008
- /**
76009
- * An object relationship
76010
- */
76011
- fileStorage: file_storage;
76012
- fileStorageId: ScalarsEnums["uuid"];
76013
76002
  id: ScalarsEnums["uuid"];
76014
76003
  source?: Maybe<ScalarsEnums["String"]>;
76015
76004
  updatedAt: ScalarsEnums["timestamptz"];
@@ -76043,9 +76032,9 @@ export interface bookingChannelIconCandidate_aggregate_fields {
76043
76032
  export interface bookingChannelIconCandidate_max_fields {
76044
76033
  __typename?: "bookingChannelIconCandidate_max_fields";
76045
76034
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76035
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76046
76036
  comment?: Maybe<ScalarsEnums["String"]>;
76047
76037
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76048
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76049
76038
  id?: Maybe<ScalarsEnums["uuid"]>;
76050
76039
  source?: Maybe<ScalarsEnums["String"]>;
76051
76040
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -76057,9 +76046,9 @@ export interface bookingChannelIconCandidate_max_fields {
76057
76046
  export interface bookingChannelIconCandidate_min_fields {
76058
76047
  __typename?: "bookingChannelIconCandidate_min_fields";
76059
76048
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76049
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76060
76050
  comment?: Maybe<ScalarsEnums["String"]>;
76061
76051
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76062
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76063
76052
  id?: Maybe<ScalarsEnums["uuid"]>;
76064
76053
  source?: Maybe<ScalarsEnums["String"]>;
76065
76054
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -80183,7 +80172,7 @@ export interface journalEntry {
80183
80172
  entityType?: Maybe<ScalarsEnums["journalEntryEntityType_enum"]>;
80184
80173
  id: ScalarsEnums["uuid"];
80185
80174
  inactive_reason?: Maybe<ScalarsEnums["journal_entry_inactive_reason"]>;
80186
- ledger?: Maybe<ScalarsEnums["journal_entry_ledger"]>;
80175
+ ledger: ScalarsEnums["journal_entry_ledger"];
80187
80176
  /**
80188
80177
  * An object relationship
80189
80178
  */
@@ -4902,10 +4902,9 @@ exports.generatedSchema = {
4902
4902
  __typename: { __type: "String!" },
4903
4903
  bookingChannel: { __type: "booking_channel!" },
4904
4904
  bookingChannelId: { __type: "uuid!" },
4905
+ cloudflareImageId: { __type: "String" },
4905
4906
  comment: { __type: "String" },
4906
4907
  createdAt: { __type: "timestamptz!" },
4907
- fileStorage: { __type: "file_storage!" },
4908
- fileStorageId: { __type: "uuid!" },
4909
4908
  id: { __type: "uuid!" },
4910
4909
  source: { __type: "String" },
4911
4910
  updatedAt: { __type: "timestamptz!" },
@@ -4933,10 +4932,9 @@ exports.generatedSchema = {
4933
4932
  _or: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
4934
4933
  bookingChannel: { __type: "booking_channel_bool_exp" },
4935
4934
  bookingChannelId: { __type: "uuid_comparison_exp" },
4935
+ cloudflareImageId: { __type: "String_comparison_exp" },
4936
4936
  comment: { __type: "String_comparison_exp" },
4937
4937
  createdAt: { __type: "timestamptz_comparison_exp" },
4938
- fileStorage: { __type: "file_storage_bool_exp" },
4939
- fileStorageId: { __type: "uuid_comparison_exp" },
4940
4938
  id: { __type: "uuid_comparison_exp" },
4941
4939
  source: { __type: "String_comparison_exp" },
4942
4940
  updatedAt: { __type: "timestamptz_comparison_exp" },
@@ -4944,10 +4942,9 @@ exports.generatedSchema = {
4944
4942
  bookingChannelIconCandidate_insert_input: {
4945
4943
  bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
4946
4944
  bookingChannelId: { __type: "uuid" },
4945
+ cloudflareImageId: { __type: "String" },
4947
4946
  comment: { __type: "String" },
4948
4947
  createdAt: { __type: "timestamptz" },
4949
- fileStorage: { __type: "file_storage_obj_rel_insert_input" },
4950
- fileStorageId: { __type: "uuid" },
4951
4948
  id: { __type: "uuid" },
4952
4949
  source: { __type: "String" },
4953
4950
  updatedAt: { __type: "timestamptz" },
@@ -4955,9 +4952,9 @@ exports.generatedSchema = {
4955
4952
  bookingChannelIconCandidate_max_fields: {
4956
4953
  __typename: { __type: "String!" },
4957
4954
  bookingChannelId: { __type: "uuid" },
4955
+ cloudflareImageId: { __type: "String" },
4958
4956
  comment: { __type: "String" },
4959
4957
  createdAt: { __type: "timestamptz" },
4960
- fileStorageId: { __type: "uuid" },
4961
4958
  id: { __type: "uuid" },
4962
4959
  source: { __type: "String" },
4963
4960
  updatedAt: { __type: "timestamptz" },
@@ -4965,9 +4962,9 @@ exports.generatedSchema = {
4965
4962
  bookingChannelIconCandidate_min_fields: {
4966
4963
  __typename: { __type: "String!" },
4967
4964
  bookingChannelId: { __type: "uuid" },
4965
+ cloudflareImageId: { __type: "String" },
4968
4966
  comment: { __type: "String" },
4969
4967
  createdAt: { __type: "timestamptz" },
4970
- fileStorageId: { __type: "uuid" },
4971
4968
  id: { __type: "uuid" },
4972
4969
  source: { __type: "String" },
4973
4970
  updatedAt: { __type: "timestamptz" },
@@ -4985,10 +4982,9 @@ exports.generatedSchema = {
4985
4982
  bookingChannelIconCandidate_order_by: {
4986
4983
  bookingChannel: { __type: "booking_channel_order_by" },
4987
4984
  bookingChannelId: { __type: "order_by" },
4985
+ cloudflareImageId: { __type: "order_by" },
4988
4986
  comment: { __type: "order_by" },
4989
4987
  createdAt: { __type: "order_by" },
4990
- fileStorage: { __type: "file_storage_order_by" },
4991
- fileStorageId: { __type: "order_by" },
4992
4988
  id: { __type: "order_by" },
4993
4989
  source: { __type: "order_by" },
4994
4990
  updatedAt: { __type: "order_by" },
@@ -4996,9 +4992,9 @@ exports.generatedSchema = {
4996
4992
  bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } },
4997
4993
  bookingChannelIconCandidate_set_input: {
4998
4994
  bookingChannelId: { __type: "uuid" },
4995
+ cloudflareImageId: { __type: "String" },
4999
4996
  comment: { __type: "String" },
5000
4997
  createdAt: { __type: "timestamptz" },
5001
- fileStorageId: { __type: "uuid" },
5002
4998
  id: { __type: "uuid" },
5003
4999
  source: { __type: "String" },
5004
5000
  updatedAt: { __type: "timestamptz" },
@@ -5011,9 +5007,9 @@ exports.generatedSchema = {
5011
5007
  },
5012
5008
  bookingChannelIconCandidate_stream_cursor_value_input: {
5013
5009
  bookingChannelId: { __type: "uuid" },
5010
+ cloudflareImageId: { __type: "String" },
5014
5011
  comment: { __type: "String" },
5015
5012
  createdAt: { __type: "timestamptz" },
5016
- fileStorageId: { __type: "uuid" },
5017
5013
  id: { __type: "uuid" },
5018
5014
  source: { __type: "String" },
5019
5015
  updatedAt: { __type: "timestamptz" },
@@ -9973,7 +9969,7 @@ exports.generatedSchema = {
9973
9969
  entityType: { __type: "journalEntryEntityType_enum" },
9974
9970
  id: { __type: "uuid!" },
9975
9971
  inactive_reason: { __type: "journal_entry_inactive_reason" },
9976
- ledger: { __type: "journal_entry_ledger" },
9972
+ ledger: { __type: "journal_entry_ledger!" },
9977
9973
  line: { __type: "payment_line" },
9978
9974
  lineId: { __type: "uuid" },
9979
9975
  lineUniqueRef: { __type: "String" },
@@ -4421,10 +4421,9 @@ export interface bookingChannelIconCandidate_bool_exp {
4421
4421
  _or?: InputMaybe<Array<bookingChannelIconCandidate_bool_exp>>;
4422
4422
  bookingChannel?: InputMaybe<booking_channel_bool_exp>;
4423
4423
  bookingChannelId?: InputMaybe<uuid_comparison_exp>;
4424
+ cloudflareImageId?: InputMaybe<String_comparison_exp>;
4424
4425
  comment?: InputMaybe<String_comparison_exp>;
4425
4426
  createdAt?: InputMaybe<timestamptz_comparison_exp>;
4426
- fileStorage?: InputMaybe<file_storage_bool_exp>;
4427
- fileStorageId?: InputMaybe<uuid_comparison_exp>;
4428
4427
  id?: InputMaybe<uuid_comparison_exp>;
4429
4428
  source?: InputMaybe<String_comparison_exp>;
4430
4429
  updatedAt?: InputMaybe<timestamptz_comparison_exp>;
@@ -4441,10 +4440,9 @@ export type bookingChannelIconCandidate_constraint =
4441
4440
  export interface bookingChannelIconCandidate_insert_input {
4442
4441
  bookingChannel?: InputMaybe<booking_channel_obj_rel_insert_input>;
4443
4442
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4443
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4444
4444
  comment?: InputMaybe<Scalars["String"]>;
4445
4445
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4446
- fileStorage?: InputMaybe<file_storage_obj_rel_insert_input>;
4447
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4448
4446
  id?: InputMaybe<Scalars["uuid"]>;
4449
4447
  source?: InputMaybe<Scalars["String"]>;
4450
4448
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4461,10 +4459,9 @@ export interface bookingChannelIconCandidate_on_conflict {
4461
4459
  export interface bookingChannelIconCandidate_order_by {
4462
4460
  bookingChannel?: InputMaybe<booking_channel_order_by>;
4463
4461
  bookingChannelId?: InputMaybe<order_by>;
4462
+ cloudflareImageId?: InputMaybe<order_by>;
4464
4463
  comment?: InputMaybe<order_by>;
4465
4464
  createdAt?: InputMaybe<order_by>;
4466
- fileStorage?: InputMaybe<file_storage_order_by>;
4467
- fileStorageId?: InputMaybe<order_by>;
4468
4465
  id?: InputMaybe<order_by>;
4469
4466
  source?: InputMaybe<order_by>;
4470
4467
  updatedAt?: InputMaybe<order_by>;
@@ -4480,12 +4477,12 @@ export type bookingChannelIconCandidate_select_column =
4480
4477
  /** column name */
4481
4478
  | "bookingChannelId"
4482
4479
  /** column name */
4480
+ | "cloudflareImageId"
4481
+ /** column name */
4483
4482
  | "comment"
4484
4483
  /** column name */
4485
4484
  | "createdAt"
4486
4485
  /** column name */
4487
- | "fileStorageId"
4488
- /** column name */
4489
4486
  | "id"
4490
4487
  /** column name */
4491
4488
  | "source"
@@ -4495,9 +4492,9 @@ export type bookingChannelIconCandidate_select_column =
4495
4492
  /** input type for updating data in table "booking_channel_icon_candidate" */
4496
4493
  export interface bookingChannelIconCandidate_set_input {
4497
4494
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4495
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4498
4496
  comment?: InputMaybe<Scalars["String"]>;
4499
4497
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4500
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4501
4498
  id?: InputMaybe<Scalars["uuid"]>;
4502
4499
  source?: InputMaybe<Scalars["String"]>;
4503
4500
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4514,9 +4511,9 @@ export interface bookingChannelIconCandidate_stream_cursor_input {
4514
4511
  /** Initial value of the column from where the streaming should start */
4515
4512
  export interface bookingChannelIconCandidate_stream_cursor_value_input {
4516
4513
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4514
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4517
4515
  comment?: InputMaybe<Scalars["String"]>;
4518
4516
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4519
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4520
4517
  id?: InputMaybe<Scalars["uuid"]>;
4521
4518
  source?: InputMaybe<Scalars["String"]>;
4522
4519
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4527,12 +4524,12 @@ export type bookingChannelIconCandidate_update_column =
4527
4524
  /** column name */
4528
4525
  | "bookingChannelId"
4529
4526
  /** column name */
4527
+ | "cloudflareImageId"
4528
+ /** column name */
4530
4529
  | "comment"
4531
4530
  /** column name */
4532
4531
  | "createdAt"
4533
4532
  /** column name */
4534
- | "fileStorageId"
4535
- /** column name */
4536
4533
  | "id"
4537
4534
  /** column name */
4538
4535
  | "source"
@@ -33701,10 +33698,9 @@ export declare const generatedSchema: {
33701
33698
  __typename: { __type: "String!" };
33702
33699
  bookingChannel: { __type: "booking_channel!" };
33703
33700
  bookingChannelId: { __type: "uuid!" };
33701
+ cloudflareImageId: { __type: "String" };
33704
33702
  comment: { __type: "String" };
33705
33703
  createdAt: { __type: "timestamptz!" };
33706
- fileStorage: { __type: "file_storage!" };
33707
- fileStorageId: { __type: "uuid!" };
33708
33704
  id: { __type: "uuid!" };
33709
33705
  source: { __type: "String" };
33710
33706
  updatedAt: { __type: "timestamptz!" };
@@ -33732,10 +33728,9 @@ export declare const generatedSchema: {
33732
33728
  _or: { __type: "[bookingChannelIconCandidate_bool_exp!]" };
33733
33729
  bookingChannel: { __type: "booking_channel_bool_exp" };
33734
33730
  bookingChannelId: { __type: "uuid_comparison_exp" };
33731
+ cloudflareImageId: { __type: "String_comparison_exp" };
33735
33732
  comment: { __type: "String_comparison_exp" };
33736
33733
  createdAt: { __type: "timestamptz_comparison_exp" };
33737
- fileStorage: { __type: "file_storage_bool_exp" };
33738
- fileStorageId: { __type: "uuid_comparison_exp" };
33739
33734
  id: { __type: "uuid_comparison_exp" };
33740
33735
  source: { __type: "String_comparison_exp" };
33741
33736
  updatedAt: { __type: "timestamptz_comparison_exp" };
@@ -33743,10 +33738,9 @@ export declare const generatedSchema: {
33743
33738
  bookingChannelIconCandidate_insert_input: {
33744
33739
  bookingChannel: { __type: "booking_channel_obj_rel_insert_input" };
33745
33740
  bookingChannelId: { __type: "uuid" };
33741
+ cloudflareImageId: { __type: "String" };
33746
33742
  comment: { __type: "String" };
33747
33743
  createdAt: { __type: "timestamptz" };
33748
- fileStorage: { __type: "file_storage_obj_rel_insert_input" };
33749
- fileStorageId: { __type: "uuid" };
33750
33744
  id: { __type: "uuid" };
33751
33745
  source: { __type: "String" };
33752
33746
  updatedAt: { __type: "timestamptz" };
@@ -33754,9 +33748,9 @@ export declare const generatedSchema: {
33754
33748
  bookingChannelIconCandidate_max_fields: {
33755
33749
  __typename: { __type: "String!" };
33756
33750
  bookingChannelId: { __type: "uuid" };
33751
+ cloudflareImageId: { __type: "String" };
33757
33752
  comment: { __type: "String" };
33758
33753
  createdAt: { __type: "timestamptz" };
33759
- fileStorageId: { __type: "uuid" };
33760
33754
  id: { __type: "uuid" };
33761
33755
  source: { __type: "String" };
33762
33756
  updatedAt: { __type: "timestamptz" };
@@ -33764,9 +33758,9 @@ export declare const generatedSchema: {
33764
33758
  bookingChannelIconCandidate_min_fields: {
33765
33759
  __typename: { __type: "String!" };
33766
33760
  bookingChannelId: { __type: "uuid" };
33761
+ cloudflareImageId: { __type: "String" };
33767
33762
  comment: { __type: "String" };
33768
33763
  createdAt: { __type: "timestamptz" };
33769
- fileStorageId: { __type: "uuid" };
33770
33764
  id: { __type: "uuid" };
33771
33765
  source: { __type: "String" };
33772
33766
  updatedAt: { __type: "timestamptz" };
@@ -33784,10 +33778,9 @@ export declare const generatedSchema: {
33784
33778
  bookingChannelIconCandidate_order_by: {
33785
33779
  bookingChannel: { __type: "booking_channel_order_by" };
33786
33780
  bookingChannelId: { __type: "order_by" };
33781
+ cloudflareImageId: { __type: "order_by" };
33787
33782
  comment: { __type: "order_by" };
33788
33783
  createdAt: { __type: "order_by" };
33789
- fileStorage: { __type: "file_storage_order_by" };
33790
- fileStorageId: { __type: "order_by" };
33791
33784
  id: { __type: "order_by" };
33792
33785
  source: { __type: "order_by" };
33793
33786
  updatedAt: { __type: "order_by" };
@@ -33795,9 +33788,9 @@ export declare const generatedSchema: {
33795
33788
  bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } };
33796
33789
  bookingChannelIconCandidate_set_input: {
33797
33790
  bookingChannelId: { __type: "uuid" };
33791
+ cloudflareImageId: { __type: "String" };
33798
33792
  comment: { __type: "String" };
33799
33793
  createdAt: { __type: "timestamptz" };
33800
- fileStorageId: { __type: "uuid" };
33801
33794
  id: { __type: "uuid" };
33802
33795
  source: { __type: "String" };
33803
33796
  updatedAt: { __type: "timestamptz" };
@@ -33810,9 +33803,9 @@ export declare const generatedSchema: {
33810
33803
  };
33811
33804
  bookingChannelIconCandidate_stream_cursor_value_input: {
33812
33805
  bookingChannelId: { __type: "uuid" };
33806
+ cloudflareImageId: { __type: "String" };
33813
33807
  comment: { __type: "String" };
33814
33808
  createdAt: { __type: "timestamptz" };
33815
- fileStorageId: { __type: "uuid" };
33816
33809
  id: { __type: "uuid" };
33817
33810
  source: { __type: "String" };
33818
33811
  updatedAt: { __type: "timestamptz" };
@@ -38772,7 +38765,7 @@ export declare const generatedSchema: {
38772
38765
  entityType: { __type: "journalEntryEntityType_enum" };
38773
38766
  id: { __type: "uuid!" };
38774
38767
  inactive_reason: { __type: "journal_entry_inactive_reason" };
38775
- ledger: { __type: "journal_entry_ledger" };
38768
+ ledger: { __type: "journal_entry_ledger!" };
38776
38769
  line: { __type: "payment_line" };
38777
38770
  lineId: { __type: "uuid" };
38778
38771
  lineUniqueRef: { __type: "String" };
@@ -76003,13 +75996,9 @@ export interface bookingChannelIconCandidate {
76003
75996
  */
76004
75997
  bookingChannel: booking_channel;
76005
75998
  bookingChannelId: ScalarsEnums["uuid"];
75999
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76006
76000
  comment?: Maybe<ScalarsEnums["String"]>;
76007
76001
  createdAt: ScalarsEnums["timestamptz"];
76008
- /**
76009
- * An object relationship
76010
- */
76011
- fileStorage: file_storage;
76012
- fileStorageId: ScalarsEnums["uuid"];
76013
76002
  id: ScalarsEnums["uuid"];
76014
76003
  source?: Maybe<ScalarsEnums["String"]>;
76015
76004
  updatedAt: ScalarsEnums["timestamptz"];
@@ -76043,9 +76032,9 @@ export interface bookingChannelIconCandidate_aggregate_fields {
76043
76032
  export interface bookingChannelIconCandidate_max_fields {
76044
76033
  __typename?: "bookingChannelIconCandidate_max_fields";
76045
76034
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76035
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76046
76036
  comment?: Maybe<ScalarsEnums["String"]>;
76047
76037
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76048
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76049
76038
  id?: Maybe<ScalarsEnums["uuid"]>;
76050
76039
  source?: Maybe<ScalarsEnums["String"]>;
76051
76040
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -76057,9 +76046,9 @@ export interface bookingChannelIconCandidate_max_fields {
76057
76046
  export interface bookingChannelIconCandidate_min_fields {
76058
76047
  __typename?: "bookingChannelIconCandidate_min_fields";
76059
76048
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76049
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76060
76050
  comment?: Maybe<ScalarsEnums["String"]>;
76061
76051
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76062
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76063
76052
  id?: Maybe<ScalarsEnums["uuid"]>;
76064
76053
  source?: Maybe<ScalarsEnums["String"]>;
76065
76054
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -80183,7 +80172,7 @@ export interface journalEntry {
80183
80172
  entityType?: Maybe<ScalarsEnums["journalEntryEntityType_enum"]>;
80184
80173
  id: ScalarsEnums["uuid"];
80185
80174
  inactive_reason?: Maybe<ScalarsEnums["journal_entry_inactive_reason"]>;
80186
- ledger?: Maybe<ScalarsEnums["journal_entry_ledger"]>;
80175
+ ledger: ScalarsEnums["journal_entry_ledger"];
80187
80176
  /**
80188
80177
  * An object relationship
80189
80178
  */
@@ -4899,10 +4899,9 @@ export const generatedSchema = {
4899
4899
  __typename: { __type: "String!" },
4900
4900
  bookingChannel: { __type: "booking_channel!" },
4901
4901
  bookingChannelId: { __type: "uuid!" },
4902
+ cloudflareImageId: { __type: "String" },
4902
4903
  comment: { __type: "String" },
4903
4904
  createdAt: { __type: "timestamptz!" },
4904
- fileStorage: { __type: "file_storage!" },
4905
- fileStorageId: { __type: "uuid!" },
4906
4905
  id: { __type: "uuid!" },
4907
4906
  source: { __type: "String" },
4908
4907
  updatedAt: { __type: "timestamptz!" },
@@ -4930,10 +4929,9 @@ export const generatedSchema = {
4930
4929
  _or: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
4931
4930
  bookingChannel: { __type: "booking_channel_bool_exp" },
4932
4931
  bookingChannelId: { __type: "uuid_comparison_exp" },
4932
+ cloudflareImageId: { __type: "String_comparison_exp" },
4933
4933
  comment: { __type: "String_comparison_exp" },
4934
4934
  createdAt: { __type: "timestamptz_comparison_exp" },
4935
- fileStorage: { __type: "file_storage_bool_exp" },
4936
- fileStorageId: { __type: "uuid_comparison_exp" },
4937
4935
  id: { __type: "uuid_comparison_exp" },
4938
4936
  source: { __type: "String_comparison_exp" },
4939
4937
  updatedAt: { __type: "timestamptz_comparison_exp" },
@@ -4941,10 +4939,9 @@ export const generatedSchema = {
4941
4939
  bookingChannelIconCandidate_insert_input: {
4942
4940
  bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
4943
4941
  bookingChannelId: { __type: "uuid" },
4942
+ cloudflareImageId: { __type: "String" },
4944
4943
  comment: { __type: "String" },
4945
4944
  createdAt: { __type: "timestamptz" },
4946
- fileStorage: { __type: "file_storage_obj_rel_insert_input" },
4947
- fileStorageId: { __type: "uuid" },
4948
4945
  id: { __type: "uuid" },
4949
4946
  source: { __type: "String" },
4950
4947
  updatedAt: { __type: "timestamptz" },
@@ -4952,9 +4949,9 @@ export const generatedSchema = {
4952
4949
  bookingChannelIconCandidate_max_fields: {
4953
4950
  __typename: { __type: "String!" },
4954
4951
  bookingChannelId: { __type: "uuid" },
4952
+ cloudflareImageId: { __type: "String" },
4955
4953
  comment: { __type: "String" },
4956
4954
  createdAt: { __type: "timestamptz" },
4957
- fileStorageId: { __type: "uuid" },
4958
4955
  id: { __type: "uuid" },
4959
4956
  source: { __type: "String" },
4960
4957
  updatedAt: { __type: "timestamptz" },
@@ -4962,9 +4959,9 @@ export const generatedSchema = {
4962
4959
  bookingChannelIconCandidate_min_fields: {
4963
4960
  __typename: { __type: "String!" },
4964
4961
  bookingChannelId: { __type: "uuid" },
4962
+ cloudflareImageId: { __type: "String" },
4965
4963
  comment: { __type: "String" },
4966
4964
  createdAt: { __type: "timestamptz" },
4967
- fileStorageId: { __type: "uuid" },
4968
4965
  id: { __type: "uuid" },
4969
4966
  source: { __type: "String" },
4970
4967
  updatedAt: { __type: "timestamptz" },
@@ -4982,10 +4979,9 @@ export const generatedSchema = {
4982
4979
  bookingChannelIconCandidate_order_by: {
4983
4980
  bookingChannel: { __type: "booking_channel_order_by" },
4984
4981
  bookingChannelId: { __type: "order_by" },
4982
+ cloudflareImageId: { __type: "order_by" },
4985
4983
  comment: { __type: "order_by" },
4986
4984
  createdAt: { __type: "order_by" },
4987
- fileStorage: { __type: "file_storage_order_by" },
4988
- fileStorageId: { __type: "order_by" },
4989
4985
  id: { __type: "order_by" },
4990
4986
  source: { __type: "order_by" },
4991
4987
  updatedAt: { __type: "order_by" },
@@ -4993,9 +4989,9 @@ export const generatedSchema = {
4993
4989
  bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } },
4994
4990
  bookingChannelIconCandidate_set_input: {
4995
4991
  bookingChannelId: { __type: "uuid" },
4992
+ cloudflareImageId: { __type: "String" },
4996
4993
  comment: { __type: "String" },
4997
4994
  createdAt: { __type: "timestamptz" },
4998
- fileStorageId: { __type: "uuid" },
4999
4995
  id: { __type: "uuid" },
5000
4996
  source: { __type: "String" },
5001
4997
  updatedAt: { __type: "timestamptz" },
@@ -5008,9 +5004,9 @@ export const generatedSchema = {
5008
5004
  },
5009
5005
  bookingChannelIconCandidate_stream_cursor_value_input: {
5010
5006
  bookingChannelId: { __type: "uuid" },
5007
+ cloudflareImageId: { __type: "String" },
5011
5008
  comment: { __type: "String" },
5012
5009
  createdAt: { __type: "timestamptz" },
5013
- fileStorageId: { __type: "uuid" },
5014
5010
  id: { __type: "uuid" },
5015
5011
  source: { __type: "String" },
5016
5012
  updatedAt: { __type: "timestamptz" },
@@ -9970,7 +9966,7 @@ export const generatedSchema = {
9970
9966
  entityType: { __type: "journalEntryEntityType_enum" },
9971
9967
  id: { __type: "uuid!" },
9972
9968
  inactive_reason: { __type: "journal_entry_inactive_reason" },
9973
- ledger: { __type: "journal_entry_ledger" },
9969
+ ledger: { __type: "journal_entry_ledger!" },
9974
9970
  line: { __type: "payment_line" },
9975
9971
  lineId: { __type: "uuid" },
9976
9972
  lineUniqueRef: { __type: "String" },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.46",
13
+ "version": "1.1.47",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",
@@ -4421,10 +4421,9 @@ export interface bookingChannelIconCandidate_bool_exp {
4421
4421
  _or?: InputMaybe<Array<bookingChannelIconCandidate_bool_exp>>;
4422
4422
  bookingChannel?: InputMaybe<booking_channel_bool_exp>;
4423
4423
  bookingChannelId?: InputMaybe<uuid_comparison_exp>;
4424
+ cloudflareImageId?: InputMaybe<String_comparison_exp>;
4424
4425
  comment?: InputMaybe<String_comparison_exp>;
4425
4426
  createdAt?: InputMaybe<timestamptz_comparison_exp>;
4426
- fileStorage?: InputMaybe<file_storage_bool_exp>;
4427
- fileStorageId?: InputMaybe<uuid_comparison_exp>;
4428
4427
  id?: InputMaybe<uuid_comparison_exp>;
4429
4428
  source?: InputMaybe<String_comparison_exp>;
4430
4429
  updatedAt?: InputMaybe<timestamptz_comparison_exp>;
@@ -4441,10 +4440,9 @@ export type bookingChannelIconCandidate_constraint =
4441
4440
  export interface bookingChannelIconCandidate_insert_input {
4442
4441
  bookingChannel?: InputMaybe<booking_channel_obj_rel_insert_input>;
4443
4442
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4443
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4444
4444
  comment?: InputMaybe<Scalars["String"]>;
4445
4445
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4446
- fileStorage?: InputMaybe<file_storage_obj_rel_insert_input>;
4447
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4448
4446
  id?: InputMaybe<Scalars["uuid"]>;
4449
4447
  source?: InputMaybe<Scalars["String"]>;
4450
4448
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4461,10 +4459,9 @@ export interface bookingChannelIconCandidate_on_conflict {
4461
4459
  export interface bookingChannelIconCandidate_order_by {
4462
4460
  bookingChannel?: InputMaybe<booking_channel_order_by>;
4463
4461
  bookingChannelId?: InputMaybe<order_by>;
4462
+ cloudflareImageId?: InputMaybe<order_by>;
4464
4463
  comment?: InputMaybe<order_by>;
4465
4464
  createdAt?: InputMaybe<order_by>;
4466
- fileStorage?: InputMaybe<file_storage_order_by>;
4467
- fileStorageId?: InputMaybe<order_by>;
4468
4465
  id?: InputMaybe<order_by>;
4469
4466
  source?: InputMaybe<order_by>;
4470
4467
  updatedAt?: InputMaybe<order_by>;
@@ -4480,12 +4477,12 @@ export type bookingChannelIconCandidate_select_column =
4480
4477
  /** column name */
4481
4478
  | "bookingChannelId"
4482
4479
  /** column name */
4480
+ | "cloudflareImageId"
4481
+ /** column name */
4483
4482
  | "comment"
4484
4483
  /** column name */
4485
4484
  | "createdAt"
4486
4485
  /** column name */
4487
- | "fileStorageId"
4488
- /** column name */
4489
4486
  | "id"
4490
4487
  /** column name */
4491
4488
  | "source"
@@ -4495,9 +4492,9 @@ export type bookingChannelIconCandidate_select_column =
4495
4492
  /** input type for updating data in table "booking_channel_icon_candidate" */
4496
4493
  export interface bookingChannelIconCandidate_set_input {
4497
4494
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4495
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4498
4496
  comment?: InputMaybe<Scalars["String"]>;
4499
4497
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4500
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4501
4498
  id?: InputMaybe<Scalars["uuid"]>;
4502
4499
  source?: InputMaybe<Scalars["String"]>;
4503
4500
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4514,9 +4511,9 @@ export interface bookingChannelIconCandidate_stream_cursor_input {
4514
4511
  /** Initial value of the column from where the streaming should start */
4515
4512
  export interface bookingChannelIconCandidate_stream_cursor_value_input {
4516
4513
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4514
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4517
4515
  comment?: InputMaybe<Scalars["String"]>;
4518
4516
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4519
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4520
4517
  id?: InputMaybe<Scalars["uuid"]>;
4521
4518
  source?: InputMaybe<Scalars["String"]>;
4522
4519
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4527,12 +4524,12 @@ export type bookingChannelIconCandidate_update_column =
4527
4524
  /** column name */
4528
4525
  | "bookingChannelId"
4529
4526
  /** column name */
4527
+ | "cloudflareImageId"
4528
+ /** column name */
4530
4529
  | "comment"
4531
4530
  /** column name */
4532
4531
  | "createdAt"
4533
4532
  /** column name */
4534
- | "fileStorageId"
4535
- /** column name */
4536
4533
  | "id"
4537
4534
  /** column name */
4538
4535
  | "source"
@@ -33701,10 +33698,9 @@ export declare const generatedSchema: {
33701
33698
  __typename: { __type: "String!" };
33702
33699
  bookingChannel: { __type: "booking_channel!" };
33703
33700
  bookingChannelId: { __type: "uuid!" };
33701
+ cloudflareImageId: { __type: "String" };
33704
33702
  comment: { __type: "String" };
33705
33703
  createdAt: { __type: "timestamptz!" };
33706
- fileStorage: { __type: "file_storage!" };
33707
- fileStorageId: { __type: "uuid!" };
33708
33704
  id: { __type: "uuid!" };
33709
33705
  source: { __type: "String" };
33710
33706
  updatedAt: { __type: "timestamptz!" };
@@ -33732,10 +33728,9 @@ export declare const generatedSchema: {
33732
33728
  _or: { __type: "[bookingChannelIconCandidate_bool_exp!]" };
33733
33729
  bookingChannel: { __type: "booking_channel_bool_exp" };
33734
33730
  bookingChannelId: { __type: "uuid_comparison_exp" };
33731
+ cloudflareImageId: { __type: "String_comparison_exp" };
33735
33732
  comment: { __type: "String_comparison_exp" };
33736
33733
  createdAt: { __type: "timestamptz_comparison_exp" };
33737
- fileStorage: { __type: "file_storage_bool_exp" };
33738
- fileStorageId: { __type: "uuid_comparison_exp" };
33739
33734
  id: { __type: "uuid_comparison_exp" };
33740
33735
  source: { __type: "String_comparison_exp" };
33741
33736
  updatedAt: { __type: "timestamptz_comparison_exp" };
@@ -33743,10 +33738,9 @@ export declare const generatedSchema: {
33743
33738
  bookingChannelIconCandidate_insert_input: {
33744
33739
  bookingChannel: { __type: "booking_channel_obj_rel_insert_input" };
33745
33740
  bookingChannelId: { __type: "uuid" };
33741
+ cloudflareImageId: { __type: "String" };
33746
33742
  comment: { __type: "String" };
33747
33743
  createdAt: { __type: "timestamptz" };
33748
- fileStorage: { __type: "file_storage_obj_rel_insert_input" };
33749
- fileStorageId: { __type: "uuid" };
33750
33744
  id: { __type: "uuid" };
33751
33745
  source: { __type: "String" };
33752
33746
  updatedAt: { __type: "timestamptz" };
@@ -33754,9 +33748,9 @@ export declare const generatedSchema: {
33754
33748
  bookingChannelIconCandidate_max_fields: {
33755
33749
  __typename: { __type: "String!" };
33756
33750
  bookingChannelId: { __type: "uuid" };
33751
+ cloudflareImageId: { __type: "String" };
33757
33752
  comment: { __type: "String" };
33758
33753
  createdAt: { __type: "timestamptz" };
33759
- fileStorageId: { __type: "uuid" };
33760
33754
  id: { __type: "uuid" };
33761
33755
  source: { __type: "String" };
33762
33756
  updatedAt: { __type: "timestamptz" };
@@ -33764,9 +33758,9 @@ export declare const generatedSchema: {
33764
33758
  bookingChannelIconCandidate_min_fields: {
33765
33759
  __typename: { __type: "String!" };
33766
33760
  bookingChannelId: { __type: "uuid" };
33761
+ cloudflareImageId: { __type: "String" };
33767
33762
  comment: { __type: "String" };
33768
33763
  createdAt: { __type: "timestamptz" };
33769
- fileStorageId: { __type: "uuid" };
33770
33764
  id: { __type: "uuid" };
33771
33765
  source: { __type: "String" };
33772
33766
  updatedAt: { __type: "timestamptz" };
@@ -33784,10 +33778,9 @@ export declare const generatedSchema: {
33784
33778
  bookingChannelIconCandidate_order_by: {
33785
33779
  bookingChannel: { __type: "booking_channel_order_by" };
33786
33780
  bookingChannelId: { __type: "order_by" };
33781
+ cloudflareImageId: { __type: "order_by" };
33787
33782
  comment: { __type: "order_by" };
33788
33783
  createdAt: { __type: "order_by" };
33789
- fileStorage: { __type: "file_storage_order_by" };
33790
- fileStorageId: { __type: "order_by" };
33791
33784
  id: { __type: "order_by" };
33792
33785
  source: { __type: "order_by" };
33793
33786
  updatedAt: { __type: "order_by" };
@@ -33795,9 +33788,9 @@ export declare const generatedSchema: {
33795
33788
  bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } };
33796
33789
  bookingChannelIconCandidate_set_input: {
33797
33790
  bookingChannelId: { __type: "uuid" };
33791
+ cloudflareImageId: { __type: "String" };
33798
33792
  comment: { __type: "String" };
33799
33793
  createdAt: { __type: "timestamptz" };
33800
- fileStorageId: { __type: "uuid" };
33801
33794
  id: { __type: "uuid" };
33802
33795
  source: { __type: "String" };
33803
33796
  updatedAt: { __type: "timestamptz" };
@@ -33810,9 +33803,9 @@ export declare const generatedSchema: {
33810
33803
  };
33811
33804
  bookingChannelIconCandidate_stream_cursor_value_input: {
33812
33805
  bookingChannelId: { __type: "uuid" };
33806
+ cloudflareImageId: { __type: "String" };
33813
33807
  comment: { __type: "String" };
33814
33808
  createdAt: { __type: "timestamptz" };
33815
- fileStorageId: { __type: "uuid" };
33816
33809
  id: { __type: "uuid" };
33817
33810
  source: { __type: "String" };
33818
33811
  updatedAt: { __type: "timestamptz" };
@@ -38772,7 +38765,7 @@ export declare const generatedSchema: {
38772
38765
  entityType: { __type: "journalEntryEntityType_enum" };
38773
38766
  id: { __type: "uuid!" };
38774
38767
  inactive_reason: { __type: "journal_entry_inactive_reason" };
38775
- ledger: { __type: "journal_entry_ledger" };
38768
+ ledger: { __type: "journal_entry_ledger!" };
38776
38769
  line: { __type: "payment_line" };
38777
38770
  lineId: { __type: "uuid" };
38778
38771
  lineUniqueRef: { __type: "String" };
@@ -76003,13 +75996,9 @@ export interface bookingChannelIconCandidate {
76003
75996
  */
76004
75997
  bookingChannel: booking_channel;
76005
75998
  bookingChannelId: ScalarsEnums["uuid"];
75999
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76006
76000
  comment?: Maybe<ScalarsEnums["String"]>;
76007
76001
  createdAt: ScalarsEnums["timestamptz"];
76008
- /**
76009
- * An object relationship
76010
- */
76011
- fileStorage: file_storage;
76012
- fileStorageId: ScalarsEnums["uuid"];
76013
76002
  id: ScalarsEnums["uuid"];
76014
76003
  source?: Maybe<ScalarsEnums["String"]>;
76015
76004
  updatedAt: ScalarsEnums["timestamptz"];
@@ -76043,9 +76032,9 @@ export interface bookingChannelIconCandidate_aggregate_fields {
76043
76032
  export interface bookingChannelIconCandidate_max_fields {
76044
76033
  __typename?: "bookingChannelIconCandidate_max_fields";
76045
76034
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76035
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76046
76036
  comment?: Maybe<ScalarsEnums["String"]>;
76047
76037
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76048
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76049
76038
  id?: Maybe<ScalarsEnums["uuid"]>;
76050
76039
  source?: Maybe<ScalarsEnums["String"]>;
76051
76040
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -76057,9 +76046,9 @@ export interface bookingChannelIconCandidate_max_fields {
76057
76046
  export interface bookingChannelIconCandidate_min_fields {
76058
76047
  __typename?: "bookingChannelIconCandidate_min_fields";
76059
76048
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76049
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76060
76050
  comment?: Maybe<ScalarsEnums["String"]>;
76061
76051
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76062
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76063
76052
  id?: Maybe<ScalarsEnums["uuid"]>;
76064
76053
  source?: Maybe<ScalarsEnums["String"]>;
76065
76054
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -80183,7 +80172,7 @@ export interface journalEntry {
80183
80172
  entityType?: Maybe<ScalarsEnums["journalEntryEntityType_enum"]>;
80184
80173
  id: ScalarsEnums["uuid"];
80185
80174
  inactive_reason?: Maybe<ScalarsEnums["journal_entry_inactive_reason"]>;
80186
- ledger?: Maybe<ScalarsEnums["journal_entry_ledger"]>;
80175
+ ledger: ScalarsEnums["journal_entry_ledger"];
80187
80176
  /**
80188
80177
  * An object relationship
80189
80178
  */
@@ -4925,10 +4925,9 @@ export const generatedSchema = {
4925
4925
  __typename: { __type: "String!" },
4926
4926
  bookingChannel: { __type: "booking_channel!" },
4927
4927
  bookingChannelId: { __type: "uuid!" },
4928
+ cloudflareImageId: { __type: "String" },
4928
4929
  comment: { __type: "String" },
4929
4930
  createdAt: { __type: "timestamptz!" },
4930
- fileStorage: { __type: "file_storage!" },
4931
- fileStorageId: { __type: "uuid!" },
4932
4931
  id: { __type: "uuid!" },
4933
4932
  source: { __type: "String" },
4934
4933
  updatedAt: { __type: "timestamptz!" },
@@ -4956,10 +4955,9 @@ export const generatedSchema = {
4956
4955
  _or: { __type: "[bookingChannelIconCandidate_bool_exp!]" },
4957
4956
  bookingChannel: { __type: "booking_channel_bool_exp" },
4958
4957
  bookingChannelId: { __type: "uuid_comparison_exp" },
4958
+ cloudflareImageId: { __type: "String_comparison_exp" },
4959
4959
  comment: { __type: "String_comparison_exp" },
4960
4960
  createdAt: { __type: "timestamptz_comparison_exp" },
4961
- fileStorage: { __type: "file_storage_bool_exp" },
4962
- fileStorageId: { __type: "uuid_comparison_exp" },
4963
4961
  id: { __type: "uuid_comparison_exp" },
4964
4962
  source: { __type: "String_comparison_exp" },
4965
4963
  updatedAt: { __type: "timestamptz_comparison_exp" },
@@ -4967,10 +4965,9 @@ export const generatedSchema = {
4967
4965
  bookingChannelIconCandidate_insert_input: {
4968
4966
  bookingChannel: { __type: "booking_channel_obj_rel_insert_input" },
4969
4967
  bookingChannelId: { __type: "uuid" },
4968
+ cloudflareImageId: { __type: "String" },
4970
4969
  comment: { __type: "String" },
4971
4970
  createdAt: { __type: "timestamptz" },
4972
- fileStorage: { __type: "file_storage_obj_rel_insert_input" },
4973
- fileStorageId: { __type: "uuid" },
4974
4971
  id: { __type: "uuid" },
4975
4972
  source: { __type: "String" },
4976
4973
  updatedAt: { __type: "timestamptz" },
@@ -4978,9 +4975,9 @@ export const generatedSchema = {
4978
4975
  bookingChannelIconCandidate_max_fields: {
4979
4976
  __typename: { __type: "String!" },
4980
4977
  bookingChannelId: { __type: "uuid" },
4978
+ cloudflareImageId: { __type: "String" },
4981
4979
  comment: { __type: "String" },
4982
4980
  createdAt: { __type: "timestamptz" },
4983
- fileStorageId: { __type: "uuid" },
4984
4981
  id: { __type: "uuid" },
4985
4982
  source: { __type: "String" },
4986
4983
  updatedAt: { __type: "timestamptz" },
@@ -4988,9 +4985,9 @@ export const generatedSchema = {
4988
4985
  bookingChannelIconCandidate_min_fields: {
4989
4986
  __typename: { __type: "String!" },
4990
4987
  bookingChannelId: { __type: "uuid" },
4988
+ cloudflareImageId: { __type: "String" },
4991
4989
  comment: { __type: "String" },
4992
4990
  createdAt: { __type: "timestamptz" },
4993
- fileStorageId: { __type: "uuid" },
4994
4991
  id: { __type: "uuid" },
4995
4992
  source: { __type: "String" },
4996
4993
  updatedAt: { __type: "timestamptz" },
@@ -5008,10 +5005,9 @@ export const generatedSchema = {
5008
5005
  bookingChannelIconCandidate_order_by: {
5009
5006
  bookingChannel: { __type: "booking_channel_order_by" },
5010
5007
  bookingChannelId: { __type: "order_by" },
5008
+ cloudflareImageId: { __type: "order_by" },
5011
5009
  comment: { __type: "order_by" },
5012
5010
  createdAt: { __type: "order_by" },
5013
- fileStorage: { __type: "file_storage_order_by" },
5014
- fileStorageId: { __type: "order_by" },
5015
5011
  id: { __type: "order_by" },
5016
5012
  source: { __type: "order_by" },
5017
5013
  updatedAt: { __type: "order_by" },
@@ -5019,9 +5015,9 @@ export const generatedSchema = {
5019
5015
  bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } },
5020
5016
  bookingChannelIconCandidate_set_input: {
5021
5017
  bookingChannelId: { __type: "uuid" },
5018
+ cloudflareImageId: { __type: "String" },
5022
5019
  comment: { __type: "String" },
5023
5020
  createdAt: { __type: "timestamptz" },
5024
- fileStorageId: { __type: "uuid" },
5025
5021
  id: { __type: "uuid" },
5026
5022
  source: { __type: "String" },
5027
5023
  updatedAt: { __type: "timestamptz" },
@@ -5034,9 +5030,9 @@ export const generatedSchema = {
5034
5030
  },
5035
5031
  bookingChannelIconCandidate_stream_cursor_value_input: {
5036
5032
  bookingChannelId: { __type: "uuid" },
5033
+ cloudflareImageId: { __type: "String" },
5037
5034
  comment: { __type: "String" },
5038
5035
  createdAt: { __type: "timestamptz" },
5039
- fileStorageId: { __type: "uuid" },
5040
5036
  id: { __type: "uuid" },
5041
5037
  source: { __type: "String" },
5042
5038
  updatedAt: { __type: "timestamptz" },
@@ -10008,7 +10004,7 @@ export const generatedSchema = {
10008
10004
  entityType: { __type: "journalEntryEntityType_enum" },
10009
10005
  id: { __type: "uuid!" },
10010
10006
  inactive_reason: { __type: "journal_entry_inactive_reason" },
10011
- ledger: { __type: "journal_entry_ledger" },
10007
+ ledger: { __type: "journal_entry_ledger!" },
10012
10008
  line: { __type: "payment_line" },
10013
10009
  lineId: { __type: "uuid" },
10014
10010
  lineUniqueRef: { __type: "String" },