@vrplatform/graphql 1.1.45 → 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.
@@ -287,6 +287,7 @@ export type accountAssignmentType_enum =
287
287
  | "deposit_merchantFee"
288
288
  | "deposit_reserve"
289
289
  | "deposit_vat"
290
+ | "dueToFromTrust"
290
291
  | "expense_markup"
291
292
  | "expense_reimbursement"
292
293
  | "expense_salesTax"
@@ -4420,10 +4421,9 @@ export interface bookingChannelIconCandidate_bool_exp {
4420
4421
  _or?: InputMaybe<Array<bookingChannelIconCandidate_bool_exp>>;
4421
4422
  bookingChannel?: InputMaybe<booking_channel_bool_exp>;
4422
4423
  bookingChannelId?: InputMaybe<uuid_comparison_exp>;
4424
+ cloudflareImageId?: InputMaybe<String_comparison_exp>;
4423
4425
  comment?: InputMaybe<String_comparison_exp>;
4424
4426
  createdAt?: InputMaybe<timestamptz_comparison_exp>;
4425
- fileStorage?: InputMaybe<file_storage_bool_exp>;
4426
- fileStorageId?: InputMaybe<uuid_comparison_exp>;
4427
4427
  id?: InputMaybe<uuid_comparison_exp>;
4428
4428
  source?: InputMaybe<String_comparison_exp>;
4429
4429
  updatedAt?: InputMaybe<timestamptz_comparison_exp>;
@@ -4440,10 +4440,9 @@ export type bookingChannelIconCandidate_constraint =
4440
4440
  export interface bookingChannelIconCandidate_insert_input {
4441
4441
  bookingChannel?: InputMaybe<booking_channel_obj_rel_insert_input>;
4442
4442
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4443
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4443
4444
  comment?: InputMaybe<Scalars["String"]>;
4444
4445
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4445
- fileStorage?: InputMaybe<file_storage_obj_rel_insert_input>;
4446
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4447
4446
  id?: InputMaybe<Scalars["uuid"]>;
4448
4447
  source?: InputMaybe<Scalars["String"]>;
4449
4448
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4460,10 +4459,9 @@ export interface bookingChannelIconCandidate_on_conflict {
4460
4459
  export interface bookingChannelIconCandidate_order_by {
4461
4460
  bookingChannel?: InputMaybe<booking_channel_order_by>;
4462
4461
  bookingChannelId?: InputMaybe<order_by>;
4462
+ cloudflareImageId?: InputMaybe<order_by>;
4463
4463
  comment?: InputMaybe<order_by>;
4464
4464
  createdAt?: InputMaybe<order_by>;
4465
- fileStorage?: InputMaybe<file_storage_order_by>;
4466
- fileStorageId?: InputMaybe<order_by>;
4467
4465
  id?: InputMaybe<order_by>;
4468
4466
  source?: InputMaybe<order_by>;
4469
4467
  updatedAt?: InputMaybe<order_by>;
@@ -4479,12 +4477,12 @@ export type bookingChannelIconCandidate_select_column =
4479
4477
  /** column name */
4480
4478
  | "bookingChannelId"
4481
4479
  /** column name */
4480
+ | "cloudflareImageId"
4481
+ /** column name */
4482
4482
  | "comment"
4483
4483
  /** column name */
4484
4484
  | "createdAt"
4485
4485
  /** column name */
4486
- | "fileStorageId"
4487
- /** column name */
4488
4486
  | "id"
4489
4487
  /** column name */
4490
4488
  | "source"
@@ -4494,9 +4492,9 @@ export type bookingChannelIconCandidate_select_column =
4494
4492
  /** input type for updating data in table "booking_channel_icon_candidate" */
4495
4493
  export interface bookingChannelIconCandidate_set_input {
4496
4494
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4495
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4497
4496
  comment?: InputMaybe<Scalars["String"]>;
4498
4497
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4499
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4500
4498
  id?: InputMaybe<Scalars["uuid"]>;
4501
4499
  source?: InputMaybe<Scalars["String"]>;
4502
4500
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4513,9 +4511,9 @@ export interface bookingChannelIconCandidate_stream_cursor_input {
4513
4511
  /** Initial value of the column from where the streaming should start */
4514
4512
  export interface bookingChannelIconCandidate_stream_cursor_value_input {
4515
4513
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4514
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4516
4515
  comment?: InputMaybe<Scalars["String"]>;
4517
4516
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4518
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4519
4517
  id?: InputMaybe<Scalars["uuid"]>;
4520
4518
  source?: InputMaybe<Scalars["String"]>;
4521
4519
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4526,12 +4524,12 @@ export type bookingChannelIconCandidate_update_column =
4526
4524
  /** column name */
4527
4525
  | "bookingChannelId"
4528
4526
  /** column name */
4527
+ | "cloudflareImageId"
4528
+ /** column name */
4529
4529
  | "comment"
4530
4530
  /** column name */
4531
4531
  | "createdAt"
4532
4532
  /** column name */
4533
- | "fileStorageId"
4534
- /** column name */
4535
4533
  | "id"
4536
4534
  /** column name */
4537
4535
  | "source"
@@ -9995,6 +9993,7 @@ export type journalEntryTriggerType_constraint =
9995
9993
 
9996
9994
  export type journalEntryTriggerType_enum =
9997
9995
  | "deferredRevenue"
9996
+ | "intercompany"
9998
9997
  | "rebalance"
9999
9998
  | "recurringFee"
10000
9999
  | "revenueRecognition";
@@ -10101,6 +10100,8 @@ export type journalEntryType_enum =
10101
10100
  | "transaction_expense_markup"
10102
10101
  | "transaction_expense_markup_tax"
10103
10102
  | "transaction_expense_payment"
10103
+ | "transaction_payout"
10104
+ | "transaction_payout_line"
10104
10105
  | "transaction_transfer"
10105
10106
  | "transaction_transfer_line";
10106
10107
 
@@ -27269,6 +27270,7 @@ export type transactionType_enum =
27269
27270
  | "deposit"
27270
27271
  | "expense"
27271
27272
  | "expense_recurringTemplate"
27273
+ | "payout"
27272
27274
  | "transfer";
27273
27275
 
27274
27276
  /** Boolean expression to compare columns of type "transactionType_enum". All fields are combined with logical 'AND'. */
@@ -33696,10 +33698,9 @@ export declare const generatedSchema: {
33696
33698
  __typename: { __type: "String!" };
33697
33699
  bookingChannel: { __type: "booking_channel!" };
33698
33700
  bookingChannelId: { __type: "uuid!" };
33701
+ cloudflareImageId: { __type: "String" };
33699
33702
  comment: { __type: "String" };
33700
33703
  createdAt: { __type: "timestamptz!" };
33701
- fileStorage: { __type: "file_storage!" };
33702
- fileStorageId: { __type: "uuid!" };
33703
33704
  id: { __type: "uuid!" };
33704
33705
  source: { __type: "String" };
33705
33706
  updatedAt: { __type: "timestamptz!" };
@@ -33727,10 +33728,9 @@ export declare const generatedSchema: {
33727
33728
  _or: { __type: "[bookingChannelIconCandidate_bool_exp!]" };
33728
33729
  bookingChannel: { __type: "booking_channel_bool_exp" };
33729
33730
  bookingChannelId: { __type: "uuid_comparison_exp" };
33731
+ cloudflareImageId: { __type: "String_comparison_exp" };
33730
33732
  comment: { __type: "String_comparison_exp" };
33731
33733
  createdAt: { __type: "timestamptz_comparison_exp" };
33732
- fileStorage: { __type: "file_storage_bool_exp" };
33733
- fileStorageId: { __type: "uuid_comparison_exp" };
33734
33734
  id: { __type: "uuid_comparison_exp" };
33735
33735
  source: { __type: "String_comparison_exp" };
33736
33736
  updatedAt: { __type: "timestamptz_comparison_exp" };
@@ -33738,10 +33738,9 @@ export declare const generatedSchema: {
33738
33738
  bookingChannelIconCandidate_insert_input: {
33739
33739
  bookingChannel: { __type: "booking_channel_obj_rel_insert_input" };
33740
33740
  bookingChannelId: { __type: "uuid" };
33741
+ cloudflareImageId: { __type: "String" };
33741
33742
  comment: { __type: "String" };
33742
33743
  createdAt: { __type: "timestamptz" };
33743
- fileStorage: { __type: "file_storage_obj_rel_insert_input" };
33744
- fileStorageId: { __type: "uuid" };
33745
33744
  id: { __type: "uuid" };
33746
33745
  source: { __type: "String" };
33747
33746
  updatedAt: { __type: "timestamptz" };
@@ -33749,9 +33748,9 @@ export declare const generatedSchema: {
33749
33748
  bookingChannelIconCandidate_max_fields: {
33750
33749
  __typename: { __type: "String!" };
33751
33750
  bookingChannelId: { __type: "uuid" };
33751
+ cloudflareImageId: { __type: "String" };
33752
33752
  comment: { __type: "String" };
33753
33753
  createdAt: { __type: "timestamptz" };
33754
- fileStorageId: { __type: "uuid" };
33755
33754
  id: { __type: "uuid" };
33756
33755
  source: { __type: "String" };
33757
33756
  updatedAt: { __type: "timestamptz" };
@@ -33759,9 +33758,9 @@ export declare const generatedSchema: {
33759
33758
  bookingChannelIconCandidate_min_fields: {
33760
33759
  __typename: { __type: "String!" };
33761
33760
  bookingChannelId: { __type: "uuid" };
33761
+ cloudflareImageId: { __type: "String" };
33762
33762
  comment: { __type: "String" };
33763
33763
  createdAt: { __type: "timestamptz" };
33764
- fileStorageId: { __type: "uuid" };
33765
33764
  id: { __type: "uuid" };
33766
33765
  source: { __type: "String" };
33767
33766
  updatedAt: { __type: "timestamptz" };
@@ -33779,10 +33778,9 @@ export declare const generatedSchema: {
33779
33778
  bookingChannelIconCandidate_order_by: {
33780
33779
  bookingChannel: { __type: "booking_channel_order_by" };
33781
33780
  bookingChannelId: { __type: "order_by" };
33781
+ cloudflareImageId: { __type: "order_by" };
33782
33782
  comment: { __type: "order_by" };
33783
33783
  createdAt: { __type: "order_by" };
33784
- fileStorage: { __type: "file_storage_order_by" };
33785
- fileStorageId: { __type: "order_by" };
33786
33784
  id: { __type: "order_by" };
33787
33785
  source: { __type: "order_by" };
33788
33786
  updatedAt: { __type: "order_by" };
@@ -33790,9 +33788,9 @@ export declare const generatedSchema: {
33790
33788
  bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } };
33791
33789
  bookingChannelIconCandidate_set_input: {
33792
33790
  bookingChannelId: { __type: "uuid" };
33791
+ cloudflareImageId: { __type: "String" };
33793
33792
  comment: { __type: "String" };
33794
33793
  createdAt: { __type: "timestamptz" };
33795
- fileStorageId: { __type: "uuid" };
33796
33794
  id: { __type: "uuid" };
33797
33795
  source: { __type: "String" };
33798
33796
  updatedAt: { __type: "timestamptz" };
@@ -33805,9 +33803,9 @@ export declare const generatedSchema: {
33805
33803
  };
33806
33804
  bookingChannelIconCandidate_stream_cursor_value_input: {
33807
33805
  bookingChannelId: { __type: "uuid" };
33806
+ cloudflareImageId: { __type: "String" };
33808
33807
  comment: { __type: "String" };
33809
33808
  createdAt: { __type: "timestamptz" };
33810
- fileStorageId: { __type: "uuid" };
33811
33809
  id: { __type: "uuid" };
33812
33810
  source: { __type: "String" };
33813
33811
  updatedAt: { __type: "timestamptz" };
@@ -38767,7 +38765,7 @@ export declare const generatedSchema: {
38767
38765
  entityType: { __type: "journalEntryEntityType_enum" };
38768
38766
  id: { __type: "uuid!" };
38769
38767
  inactive_reason: { __type: "journal_entry_inactive_reason" };
38770
- ledger: { __type: "journal_entry_ledger" };
38768
+ ledger: { __type: "journal_entry_ledger!" };
38771
38769
  line: { __type: "payment_line" };
38772
38770
  lineId: { __type: "uuid" };
38773
38771
  lineUniqueRef: { __type: "String" };
@@ -75998,13 +75996,9 @@ export interface bookingChannelIconCandidate {
75998
75996
  */
75999
75997
  bookingChannel: booking_channel;
76000
75998
  bookingChannelId: ScalarsEnums["uuid"];
75999
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76001
76000
  comment?: Maybe<ScalarsEnums["String"]>;
76002
76001
  createdAt: ScalarsEnums["timestamptz"];
76003
- /**
76004
- * An object relationship
76005
- */
76006
- fileStorage: file_storage;
76007
- fileStorageId: ScalarsEnums["uuid"];
76008
76002
  id: ScalarsEnums["uuid"];
76009
76003
  source?: Maybe<ScalarsEnums["String"]>;
76010
76004
  updatedAt: ScalarsEnums["timestamptz"];
@@ -76038,9 +76032,9 @@ export interface bookingChannelIconCandidate_aggregate_fields {
76038
76032
  export interface bookingChannelIconCandidate_max_fields {
76039
76033
  __typename?: "bookingChannelIconCandidate_max_fields";
76040
76034
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76035
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76041
76036
  comment?: Maybe<ScalarsEnums["String"]>;
76042
76037
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76043
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76044
76038
  id?: Maybe<ScalarsEnums["uuid"]>;
76045
76039
  source?: Maybe<ScalarsEnums["String"]>;
76046
76040
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -76052,9 +76046,9 @@ export interface bookingChannelIconCandidate_max_fields {
76052
76046
  export interface bookingChannelIconCandidate_min_fields {
76053
76047
  __typename?: "bookingChannelIconCandidate_min_fields";
76054
76048
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76049
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76055
76050
  comment?: Maybe<ScalarsEnums["String"]>;
76056
76051
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76057
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76058
76052
  id?: Maybe<ScalarsEnums["uuid"]>;
76059
76053
  source?: Maybe<ScalarsEnums["String"]>;
76060
76054
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -80178,7 +80172,7 @@ export interface journalEntry {
80178
80172
  entityType?: Maybe<ScalarsEnums["journalEntryEntityType_enum"]>;
80179
80173
  id: ScalarsEnums["uuid"];
80180
80174
  inactive_reason?: Maybe<ScalarsEnums["journal_entry_inactive_reason"]>;
80181
- ledger?: Maybe<ScalarsEnums["journal_entry_ledger"]>;
80175
+ ledger: ScalarsEnums["journal_entry_ledger"];
80182
80176
  /**
80183
80177
  * An object relationship
80184
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" },
@@ -287,6 +287,7 @@ export type accountAssignmentType_enum =
287
287
  | "deposit_merchantFee"
288
288
  | "deposit_reserve"
289
289
  | "deposit_vat"
290
+ | "dueToFromTrust"
290
291
  | "expense_markup"
291
292
  | "expense_reimbursement"
292
293
  | "expense_salesTax"
@@ -4420,10 +4421,9 @@ export interface bookingChannelIconCandidate_bool_exp {
4420
4421
  _or?: InputMaybe<Array<bookingChannelIconCandidate_bool_exp>>;
4421
4422
  bookingChannel?: InputMaybe<booking_channel_bool_exp>;
4422
4423
  bookingChannelId?: InputMaybe<uuid_comparison_exp>;
4424
+ cloudflareImageId?: InputMaybe<String_comparison_exp>;
4423
4425
  comment?: InputMaybe<String_comparison_exp>;
4424
4426
  createdAt?: InputMaybe<timestamptz_comparison_exp>;
4425
- fileStorage?: InputMaybe<file_storage_bool_exp>;
4426
- fileStorageId?: InputMaybe<uuid_comparison_exp>;
4427
4427
  id?: InputMaybe<uuid_comparison_exp>;
4428
4428
  source?: InputMaybe<String_comparison_exp>;
4429
4429
  updatedAt?: InputMaybe<timestamptz_comparison_exp>;
@@ -4440,10 +4440,9 @@ export type bookingChannelIconCandidate_constraint =
4440
4440
  export interface bookingChannelIconCandidate_insert_input {
4441
4441
  bookingChannel?: InputMaybe<booking_channel_obj_rel_insert_input>;
4442
4442
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4443
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4443
4444
  comment?: InputMaybe<Scalars["String"]>;
4444
4445
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4445
- fileStorage?: InputMaybe<file_storage_obj_rel_insert_input>;
4446
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4447
4446
  id?: InputMaybe<Scalars["uuid"]>;
4448
4447
  source?: InputMaybe<Scalars["String"]>;
4449
4448
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4460,10 +4459,9 @@ export interface bookingChannelIconCandidate_on_conflict {
4460
4459
  export interface bookingChannelIconCandidate_order_by {
4461
4460
  bookingChannel?: InputMaybe<booking_channel_order_by>;
4462
4461
  bookingChannelId?: InputMaybe<order_by>;
4462
+ cloudflareImageId?: InputMaybe<order_by>;
4463
4463
  comment?: InputMaybe<order_by>;
4464
4464
  createdAt?: InputMaybe<order_by>;
4465
- fileStorage?: InputMaybe<file_storage_order_by>;
4466
- fileStorageId?: InputMaybe<order_by>;
4467
4465
  id?: InputMaybe<order_by>;
4468
4466
  source?: InputMaybe<order_by>;
4469
4467
  updatedAt?: InputMaybe<order_by>;
@@ -4479,12 +4477,12 @@ export type bookingChannelIconCandidate_select_column =
4479
4477
  /** column name */
4480
4478
  | "bookingChannelId"
4481
4479
  /** column name */
4480
+ | "cloudflareImageId"
4481
+ /** column name */
4482
4482
  | "comment"
4483
4483
  /** column name */
4484
4484
  | "createdAt"
4485
4485
  /** column name */
4486
- | "fileStorageId"
4487
- /** column name */
4488
4486
  | "id"
4489
4487
  /** column name */
4490
4488
  | "source"
@@ -4494,9 +4492,9 @@ export type bookingChannelIconCandidate_select_column =
4494
4492
  /** input type for updating data in table "booking_channel_icon_candidate" */
4495
4493
  export interface bookingChannelIconCandidate_set_input {
4496
4494
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4495
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4497
4496
  comment?: InputMaybe<Scalars["String"]>;
4498
4497
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4499
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4500
4498
  id?: InputMaybe<Scalars["uuid"]>;
4501
4499
  source?: InputMaybe<Scalars["String"]>;
4502
4500
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4513,9 +4511,9 @@ export interface bookingChannelIconCandidate_stream_cursor_input {
4513
4511
  /** Initial value of the column from where the streaming should start */
4514
4512
  export interface bookingChannelIconCandidate_stream_cursor_value_input {
4515
4513
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4514
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4516
4515
  comment?: InputMaybe<Scalars["String"]>;
4517
4516
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4518
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4519
4517
  id?: InputMaybe<Scalars["uuid"]>;
4520
4518
  source?: InputMaybe<Scalars["String"]>;
4521
4519
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4526,12 +4524,12 @@ export type bookingChannelIconCandidate_update_column =
4526
4524
  /** column name */
4527
4525
  | "bookingChannelId"
4528
4526
  /** column name */
4527
+ | "cloudflareImageId"
4528
+ /** column name */
4529
4529
  | "comment"
4530
4530
  /** column name */
4531
4531
  | "createdAt"
4532
4532
  /** column name */
4533
- | "fileStorageId"
4534
- /** column name */
4535
4533
  | "id"
4536
4534
  /** column name */
4537
4535
  | "source"
@@ -9995,6 +9993,7 @@ export type journalEntryTriggerType_constraint =
9995
9993
 
9996
9994
  export type journalEntryTriggerType_enum =
9997
9995
  | "deferredRevenue"
9996
+ | "intercompany"
9998
9997
  | "rebalance"
9999
9998
  | "recurringFee"
10000
9999
  | "revenueRecognition";
@@ -10101,6 +10100,8 @@ export type journalEntryType_enum =
10101
10100
  | "transaction_expense_markup"
10102
10101
  | "transaction_expense_markup_tax"
10103
10102
  | "transaction_expense_payment"
10103
+ | "transaction_payout"
10104
+ | "transaction_payout_line"
10104
10105
  | "transaction_transfer"
10105
10106
  | "transaction_transfer_line";
10106
10107
 
@@ -27269,6 +27270,7 @@ export type transactionType_enum =
27269
27270
  | "deposit"
27270
27271
  | "expense"
27271
27272
  | "expense_recurringTemplate"
27273
+ | "payout"
27272
27274
  | "transfer";
27273
27275
 
27274
27276
  /** Boolean expression to compare columns of type "transactionType_enum". All fields are combined with logical 'AND'. */
@@ -33696,10 +33698,9 @@ export declare const generatedSchema: {
33696
33698
  __typename: { __type: "String!" };
33697
33699
  bookingChannel: { __type: "booking_channel!" };
33698
33700
  bookingChannelId: { __type: "uuid!" };
33701
+ cloudflareImageId: { __type: "String" };
33699
33702
  comment: { __type: "String" };
33700
33703
  createdAt: { __type: "timestamptz!" };
33701
- fileStorage: { __type: "file_storage!" };
33702
- fileStorageId: { __type: "uuid!" };
33703
33704
  id: { __type: "uuid!" };
33704
33705
  source: { __type: "String" };
33705
33706
  updatedAt: { __type: "timestamptz!" };
@@ -33727,10 +33728,9 @@ export declare const generatedSchema: {
33727
33728
  _or: { __type: "[bookingChannelIconCandidate_bool_exp!]" };
33728
33729
  bookingChannel: { __type: "booking_channel_bool_exp" };
33729
33730
  bookingChannelId: { __type: "uuid_comparison_exp" };
33731
+ cloudflareImageId: { __type: "String_comparison_exp" };
33730
33732
  comment: { __type: "String_comparison_exp" };
33731
33733
  createdAt: { __type: "timestamptz_comparison_exp" };
33732
- fileStorage: { __type: "file_storage_bool_exp" };
33733
- fileStorageId: { __type: "uuid_comparison_exp" };
33734
33734
  id: { __type: "uuid_comparison_exp" };
33735
33735
  source: { __type: "String_comparison_exp" };
33736
33736
  updatedAt: { __type: "timestamptz_comparison_exp" };
@@ -33738,10 +33738,9 @@ export declare const generatedSchema: {
33738
33738
  bookingChannelIconCandidate_insert_input: {
33739
33739
  bookingChannel: { __type: "booking_channel_obj_rel_insert_input" };
33740
33740
  bookingChannelId: { __type: "uuid" };
33741
+ cloudflareImageId: { __type: "String" };
33741
33742
  comment: { __type: "String" };
33742
33743
  createdAt: { __type: "timestamptz" };
33743
- fileStorage: { __type: "file_storage_obj_rel_insert_input" };
33744
- fileStorageId: { __type: "uuid" };
33745
33744
  id: { __type: "uuid" };
33746
33745
  source: { __type: "String" };
33747
33746
  updatedAt: { __type: "timestamptz" };
@@ -33749,9 +33748,9 @@ export declare const generatedSchema: {
33749
33748
  bookingChannelIconCandidate_max_fields: {
33750
33749
  __typename: { __type: "String!" };
33751
33750
  bookingChannelId: { __type: "uuid" };
33751
+ cloudflareImageId: { __type: "String" };
33752
33752
  comment: { __type: "String" };
33753
33753
  createdAt: { __type: "timestamptz" };
33754
- fileStorageId: { __type: "uuid" };
33755
33754
  id: { __type: "uuid" };
33756
33755
  source: { __type: "String" };
33757
33756
  updatedAt: { __type: "timestamptz" };
@@ -33759,9 +33758,9 @@ export declare const generatedSchema: {
33759
33758
  bookingChannelIconCandidate_min_fields: {
33760
33759
  __typename: { __type: "String!" };
33761
33760
  bookingChannelId: { __type: "uuid" };
33761
+ cloudflareImageId: { __type: "String" };
33762
33762
  comment: { __type: "String" };
33763
33763
  createdAt: { __type: "timestamptz" };
33764
- fileStorageId: { __type: "uuid" };
33765
33764
  id: { __type: "uuid" };
33766
33765
  source: { __type: "String" };
33767
33766
  updatedAt: { __type: "timestamptz" };
@@ -33779,10 +33778,9 @@ export declare const generatedSchema: {
33779
33778
  bookingChannelIconCandidate_order_by: {
33780
33779
  bookingChannel: { __type: "booking_channel_order_by" };
33781
33780
  bookingChannelId: { __type: "order_by" };
33781
+ cloudflareImageId: { __type: "order_by" };
33782
33782
  comment: { __type: "order_by" };
33783
33783
  createdAt: { __type: "order_by" };
33784
- fileStorage: { __type: "file_storage_order_by" };
33785
- fileStorageId: { __type: "order_by" };
33786
33784
  id: { __type: "order_by" };
33787
33785
  source: { __type: "order_by" };
33788
33786
  updatedAt: { __type: "order_by" };
@@ -33790,9 +33788,9 @@ export declare const generatedSchema: {
33790
33788
  bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } };
33791
33789
  bookingChannelIconCandidate_set_input: {
33792
33790
  bookingChannelId: { __type: "uuid" };
33791
+ cloudflareImageId: { __type: "String" };
33793
33792
  comment: { __type: "String" };
33794
33793
  createdAt: { __type: "timestamptz" };
33795
- fileStorageId: { __type: "uuid" };
33796
33794
  id: { __type: "uuid" };
33797
33795
  source: { __type: "String" };
33798
33796
  updatedAt: { __type: "timestamptz" };
@@ -33805,9 +33803,9 @@ export declare const generatedSchema: {
33805
33803
  };
33806
33804
  bookingChannelIconCandidate_stream_cursor_value_input: {
33807
33805
  bookingChannelId: { __type: "uuid" };
33806
+ cloudflareImageId: { __type: "String" };
33808
33807
  comment: { __type: "String" };
33809
33808
  createdAt: { __type: "timestamptz" };
33810
- fileStorageId: { __type: "uuid" };
33811
33809
  id: { __type: "uuid" };
33812
33810
  source: { __type: "String" };
33813
33811
  updatedAt: { __type: "timestamptz" };
@@ -38767,7 +38765,7 @@ export declare const generatedSchema: {
38767
38765
  entityType: { __type: "journalEntryEntityType_enum" };
38768
38766
  id: { __type: "uuid!" };
38769
38767
  inactive_reason: { __type: "journal_entry_inactive_reason" };
38770
- ledger: { __type: "journal_entry_ledger" };
38768
+ ledger: { __type: "journal_entry_ledger!" };
38771
38769
  line: { __type: "payment_line" };
38772
38770
  lineId: { __type: "uuid" };
38773
38771
  lineUniqueRef: { __type: "String" };
@@ -75998,13 +75996,9 @@ export interface bookingChannelIconCandidate {
75998
75996
  */
75999
75997
  bookingChannel: booking_channel;
76000
75998
  bookingChannelId: ScalarsEnums["uuid"];
75999
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76001
76000
  comment?: Maybe<ScalarsEnums["String"]>;
76002
76001
  createdAt: ScalarsEnums["timestamptz"];
76003
- /**
76004
- * An object relationship
76005
- */
76006
- fileStorage: file_storage;
76007
- fileStorageId: ScalarsEnums["uuid"];
76008
76002
  id: ScalarsEnums["uuid"];
76009
76003
  source?: Maybe<ScalarsEnums["String"]>;
76010
76004
  updatedAt: ScalarsEnums["timestamptz"];
@@ -76038,9 +76032,9 @@ export interface bookingChannelIconCandidate_aggregate_fields {
76038
76032
  export interface bookingChannelIconCandidate_max_fields {
76039
76033
  __typename?: "bookingChannelIconCandidate_max_fields";
76040
76034
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76035
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76041
76036
  comment?: Maybe<ScalarsEnums["String"]>;
76042
76037
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76043
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76044
76038
  id?: Maybe<ScalarsEnums["uuid"]>;
76045
76039
  source?: Maybe<ScalarsEnums["String"]>;
76046
76040
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -76052,9 +76046,9 @@ export interface bookingChannelIconCandidate_max_fields {
76052
76046
  export interface bookingChannelIconCandidate_min_fields {
76053
76047
  __typename?: "bookingChannelIconCandidate_min_fields";
76054
76048
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76049
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76055
76050
  comment?: Maybe<ScalarsEnums["String"]>;
76056
76051
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76057
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76058
76052
  id?: Maybe<ScalarsEnums["uuid"]>;
76059
76053
  source?: Maybe<ScalarsEnums["String"]>;
76060
76054
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -80178,7 +80172,7 @@ export interface journalEntry {
80178
80172
  entityType?: Maybe<ScalarsEnums["journalEntryEntityType_enum"]>;
80179
80173
  id: ScalarsEnums["uuid"];
80180
80174
  inactive_reason?: Maybe<ScalarsEnums["journal_entry_inactive_reason"]>;
80181
- ledger?: Maybe<ScalarsEnums["journal_entry_ledger"]>;
80175
+ ledger: ScalarsEnums["journal_entry_ledger"];
80182
80176
  /**
80183
80177
  * An object relationship
80184
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.45",
13
+ "version": "1.1.47",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",
@@ -287,6 +287,7 @@ export type accountAssignmentType_enum =
287
287
  | "deposit_merchantFee"
288
288
  | "deposit_reserve"
289
289
  | "deposit_vat"
290
+ | "dueToFromTrust"
290
291
  | "expense_markup"
291
292
  | "expense_reimbursement"
292
293
  | "expense_salesTax"
@@ -4420,10 +4421,9 @@ export interface bookingChannelIconCandidate_bool_exp {
4420
4421
  _or?: InputMaybe<Array<bookingChannelIconCandidate_bool_exp>>;
4421
4422
  bookingChannel?: InputMaybe<booking_channel_bool_exp>;
4422
4423
  bookingChannelId?: InputMaybe<uuid_comparison_exp>;
4424
+ cloudflareImageId?: InputMaybe<String_comparison_exp>;
4423
4425
  comment?: InputMaybe<String_comparison_exp>;
4424
4426
  createdAt?: InputMaybe<timestamptz_comparison_exp>;
4425
- fileStorage?: InputMaybe<file_storage_bool_exp>;
4426
- fileStorageId?: InputMaybe<uuid_comparison_exp>;
4427
4427
  id?: InputMaybe<uuid_comparison_exp>;
4428
4428
  source?: InputMaybe<String_comparison_exp>;
4429
4429
  updatedAt?: InputMaybe<timestamptz_comparison_exp>;
@@ -4440,10 +4440,9 @@ export type bookingChannelIconCandidate_constraint =
4440
4440
  export interface bookingChannelIconCandidate_insert_input {
4441
4441
  bookingChannel?: InputMaybe<booking_channel_obj_rel_insert_input>;
4442
4442
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4443
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4443
4444
  comment?: InputMaybe<Scalars["String"]>;
4444
4445
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4445
- fileStorage?: InputMaybe<file_storage_obj_rel_insert_input>;
4446
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4447
4446
  id?: InputMaybe<Scalars["uuid"]>;
4448
4447
  source?: InputMaybe<Scalars["String"]>;
4449
4448
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4460,10 +4459,9 @@ export interface bookingChannelIconCandidate_on_conflict {
4460
4459
  export interface bookingChannelIconCandidate_order_by {
4461
4460
  bookingChannel?: InputMaybe<booking_channel_order_by>;
4462
4461
  bookingChannelId?: InputMaybe<order_by>;
4462
+ cloudflareImageId?: InputMaybe<order_by>;
4463
4463
  comment?: InputMaybe<order_by>;
4464
4464
  createdAt?: InputMaybe<order_by>;
4465
- fileStorage?: InputMaybe<file_storage_order_by>;
4466
- fileStorageId?: InputMaybe<order_by>;
4467
4465
  id?: InputMaybe<order_by>;
4468
4466
  source?: InputMaybe<order_by>;
4469
4467
  updatedAt?: InputMaybe<order_by>;
@@ -4479,12 +4477,12 @@ export type bookingChannelIconCandidate_select_column =
4479
4477
  /** column name */
4480
4478
  | "bookingChannelId"
4481
4479
  /** column name */
4480
+ | "cloudflareImageId"
4481
+ /** column name */
4482
4482
  | "comment"
4483
4483
  /** column name */
4484
4484
  | "createdAt"
4485
4485
  /** column name */
4486
- | "fileStorageId"
4487
- /** column name */
4488
4486
  | "id"
4489
4487
  /** column name */
4490
4488
  | "source"
@@ -4494,9 +4492,9 @@ export type bookingChannelIconCandidate_select_column =
4494
4492
  /** input type for updating data in table "booking_channel_icon_candidate" */
4495
4493
  export interface bookingChannelIconCandidate_set_input {
4496
4494
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4495
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4497
4496
  comment?: InputMaybe<Scalars["String"]>;
4498
4497
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4499
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4500
4498
  id?: InputMaybe<Scalars["uuid"]>;
4501
4499
  source?: InputMaybe<Scalars["String"]>;
4502
4500
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4513,9 +4511,9 @@ export interface bookingChannelIconCandidate_stream_cursor_input {
4513
4511
  /** Initial value of the column from where the streaming should start */
4514
4512
  export interface bookingChannelIconCandidate_stream_cursor_value_input {
4515
4513
  bookingChannelId?: InputMaybe<Scalars["uuid"]>;
4514
+ cloudflareImageId?: InputMaybe<Scalars["String"]>;
4516
4515
  comment?: InputMaybe<Scalars["String"]>;
4517
4516
  createdAt?: InputMaybe<Scalars["timestamptz"]>;
4518
- fileStorageId?: InputMaybe<Scalars["uuid"]>;
4519
4517
  id?: InputMaybe<Scalars["uuid"]>;
4520
4518
  source?: InputMaybe<Scalars["String"]>;
4521
4519
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -4526,12 +4524,12 @@ export type bookingChannelIconCandidate_update_column =
4526
4524
  /** column name */
4527
4525
  | "bookingChannelId"
4528
4526
  /** column name */
4527
+ | "cloudflareImageId"
4528
+ /** column name */
4529
4529
  | "comment"
4530
4530
  /** column name */
4531
4531
  | "createdAt"
4532
4532
  /** column name */
4533
- | "fileStorageId"
4534
- /** column name */
4535
4533
  | "id"
4536
4534
  /** column name */
4537
4535
  | "source"
@@ -9995,6 +9993,7 @@ export type journalEntryTriggerType_constraint =
9995
9993
 
9996
9994
  export type journalEntryTriggerType_enum =
9997
9995
  | "deferredRevenue"
9996
+ | "intercompany"
9998
9997
  | "rebalance"
9999
9998
  | "recurringFee"
10000
9999
  | "revenueRecognition";
@@ -10101,6 +10100,8 @@ export type journalEntryType_enum =
10101
10100
  | "transaction_expense_markup"
10102
10101
  | "transaction_expense_markup_tax"
10103
10102
  | "transaction_expense_payment"
10103
+ | "transaction_payout"
10104
+ | "transaction_payout_line"
10104
10105
  | "transaction_transfer"
10105
10106
  | "transaction_transfer_line";
10106
10107
 
@@ -27269,6 +27270,7 @@ export type transactionType_enum =
27269
27270
  | "deposit"
27270
27271
  | "expense"
27271
27272
  | "expense_recurringTemplate"
27273
+ | "payout"
27272
27274
  | "transfer";
27273
27275
 
27274
27276
  /** Boolean expression to compare columns of type "transactionType_enum". All fields are combined with logical 'AND'. */
@@ -33696,10 +33698,9 @@ export declare const generatedSchema: {
33696
33698
  __typename: { __type: "String!" };
33697
33699
  bookingChannel: { __type: "booking_channel!" };
33698
33700
  bookingChannelId: { __type: "uuid!" };
33701
+ cloudflareImageId: { __type: "String" };
33699
33702
  comment: { __type: "String" };
33700
33703
  createdAt: { __type: "timestamptz!" };
33701
- fileStorage: { __type: "file_storage!" };
33702
- fileStorageId: { __type: "uuid!" };
33703
33704
  id: { __type: "uuid!" };
33704
33705
  source: { __type: "String" };
33705
33706
  updatedAt: { __type: "timestamptz!" };
@@ -33727,10 +33728,9 @@ export declare const generatedSchema: {
33727
33728
  _or: { __type: "[bookingChannelIconCandidate_bool_exp!]" };
33728
33729
  bookingChannel: { __type: "booking_channel_bool_exp" };
33729
33730
  bookingChannelId: { __type: "uuid_comparison_exp" };
33731
+ cloudflareImageId: { __type: "String_comparison_exp" };
33730
33732
  comment: { __type: "String_comparison_exp" };
33731
33733
  createdAt: { __type: "timestamptz_comparison_exp" };
33732
- fileStorage: { __type: "file_storage_bool_exp" };
33733
- fileStorageId: { __type: "uuid_comparison_exp" };
33734
33734
  id: { __type: "uuid_comparison_exp" };
33735
33735
  source: { __type: "String_comparison_exp" };
33736
33736
  updatedAt: { __type: "timestamptz_comparison_exp" };
@@ -33738,10 +33738,9 @@ export declare const generatedSchema: {
33738
33738
  bookingChannelIconCandidate_insert_input: {
33739
33739
  bookingChannel: { __type: "booking_channel_obj_rel_insert_input" };
33740
33740
  bookingChannelId: { __type: "uuid" };
33741
+ cloudflareImageId: { __type: "String" };
33741
33742
  comment: { __type: "String" };
33742
33743
  createdAt: { __type: "timestamptz" };
33743
- fileStorage: { __type: "file_storage_obj_rel_insert_input" };
33744
- fileStorageId: { __type: "uuid" };
33745
33744
  id: { __type: "uuid" };
33746
33745
  source: { __type: "String" };
33747
33746
  updatedAt: { __type: "timestamptz" };
@@ -33749,9 +33748,9 @@ export declare const generatedSchema: {
33749
33748
  bookingChannelIconCandidate_max_fields: {
33750
33749
  __typename: { __type: "String!" };
33751
33750
  bookingChannelId: { __type: "uuid" };
33751
+ cloudflareImageId: { __type: "String" };
33752
33752
  comment: { __type: "String" };
33753
33753
  createdAt: { __type: "timestamptz" };
33754
- fileStorageId: { __type: "uuid" };
33755
33754
  id: { __type: "uuid" };
33756
33755
  source: { __type: "String" };
33757
33756
  updatedAt: { __type: "timestamptz" };
@@ -33759,9 +33758,9 @@ export declare const generatedSchema: {
33759
33758
  bookingChannelIconCandidate_min_fields: {
33760
33759
  __typename: { __type: "String!" };
33761
33760
  bookingChannelId: { __type: "uuid" };
33761
+ cloudflareImageId: { __type: "String" };
33762
33762
  comment: { __type: "String" };
33763
33763
  createdAt: { __type: "timestamptz" };
33764
- fileStorageId: { __type: "uuid" };
33765
33764
  id: { __type: "uuid" };
33766
33765
  source: { __type: "String" };
33767
33766
  updatedAt: { __type: "timestamptz" };
@@ -33779,10 +33778,9 @@ export declare const generatedSchema: {
33779
33778
  bookingChannelIconCandidate_order_by: {
33780
33779
  bookingChannel: { __type: "booking_channel_order_by" };
33781
33780
  bookingChannelId: { __type: "order_by" };
33781
+ cloudflareImageId: { __type: "order_by" };
33782
33782
  comment: { __type: "order_by" };
33783
33783
  createdAt: { __type: "order_by" };
33784
- fileStorage: { __type: "file_storage_order_by" };
33785
- fileStorageId: { __type: "order_by" };
33786
33784
  id: { __type: "order_by" };
33787
33785
  source: { __type: "order_by" };
33788
33786
  updatedAt: { __type: "order_by" };
@@ -33790,9 +33788,9 @@ export declare const generatedSchema: {
33790
33788
  bookingChannelIconCandidate_pk_columns_input: { id: { __type: "uuid!" } };
33791
33789
  bookingChannelIconCandidate_set_input: {
33792
33790
  bookingChannelId: { __type: "uuid" };
33791
+ cloudflareImageId: { __type: "String" };
33793
33792
  comment: { __type: "String" };
33794
33793
  createdAt: { __type: "timestamptz" };
33795
- fileStorageId: { __type: "uuid" };
33796
33794
  id: { __type: "uuid" };
33797
33795
  source: { __type: "String" };
33798
33796
  updatedAt: { __type: "timestamptz" };
@@ -33805,9 +33803,9 @@ export declare const generatedSchema: {
33805
33803
  };
33806
33804
  bookingChannelIconCandidate_stream_cursor_value_input: {
33807
33805
  bookingChannelId: { __type: "uuid" };
33806
+ cloudflareImageId: { __type: "String" };
33808
33807
  comment: { __type: "String" };
33809
33808
  createdAt: { __type: "timestamptz" };
33810
- fileStorageId: { __type: "uuid" };
33811
33809
  id: { __type: "uuid" };
33812
33810
  source: { __type: "String" };
33813
33811
  updatedAt: { __type: "timestamptz" };
@@ -38767,7 +38765,7 @@ export declare const generatedSchema: {
38767
38765
  entityType: { __type: "journalEntryEntityType_enum" };
38768
38766
  id: { __type: "uuid!" };
38769
38767
  inactive_reason: { __type: "journal_entry_inactive_reason" };
38770
- ledger: { __type: "journal_entry_ledger" };
38768
+ ledger: { __type: "journal_entry_ledger!" };
38771
38769
  line: { __type: "payment_line" };
38772
38770
  lineId: { __type: "uuid" };
38773
38771
  lineUniqueRef: { __type: "String" };
@@ -75998,13 +75996,9 @@ export interface bookingChannelIconCandidate {
75998
75996
  */
75999
75997
  bookingChannel: booking_channel;
76000
75998
  bookingChannelId: ScalarsEnums["uuid"];
75999
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76001
76000
  comment?: Maybe<ScalarsEnums["String"]>;
76002
76001
  createdAt: ScalarsEnums["timestamptz"];
76003
- /**
76004
- * An object relationship
76005
- */
76006
- fileStorage: file_storage;
76007
- fileStorageId: ScalarsEnums["uuid"];
76008
76002
  id: ScalarsEnums["uuid"];
76009
76003
  source?: Maybe<ScalarsEnums["String"]>;
76010
76004
  updatedAt: ScalarsEnums["timestamptz"];
@@ -76038,9 +76032,9 @@ export interface bookingChannelIconCandidate_aggregate_fields {
76038
76032
  export interface bookingChannelIconCandidate_max_fields {
76039
76033
  __typename?: "bookingChannelIconCandidate_max_fields";
76040
76034
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76035
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76041
76036
  comment?: Maybe<ScalarsEnums["String"]>;
76042
76037
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76043
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76044
76038
  id?: Maybe<ScalarsEnums["uuid"]>;
76045
76039
  source?: Maybe<ScalarsEnums["String"]>;
76046
76040
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -76052,9 +76046,9 @@ export interface bookingChannelIconCandidate_max_fields {
76052
76046
  export interface bookingChannelIconCandidate_min_fields {
76053
76047
  __typename?: "bookingChannelIconCandidate_min_fields";
76054
76048
  bookingChannelId?: Maybe<ScalarsEnums["uuid"]>;
76049
+ cloudflareImageId?: Maybe<ScalarsEnums["String"]>;
76055
76050
  comment?: Maybe<ScalarsEnums["String"]>;
76056
76051
  createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
76057
- fileStorageId?: Maybe<ScalarsEnums["uuid"]>;
76058
76052
  id?: Maybe<ScalarsEnums["uuid"]>;
76059
76053
  source?: Maybe<ScalarsEnums["String"]>;
76060
76054
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -80178,7 +80172,7 @@ export interface journalEntry {
80178
80172
  entityType?: Maybe<ScalarsEnums["journalEntryEntityType_enum"]>;
80179
80173
  id: ScalarsEnums["uuid"];
80180
80174
  inactive_reason?: Maybe<ScalarsEnums["journal_entry_inactive_reason"]>;
80181
- ledger?: Maybe<ScalarsEnums["journal_entry_ledger"]>;
80175
+ ledger: ScalarsEnums["journal_entry_ledger"];
80182
80176
  /**
80183
80177
  * An object relationship
80184
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" },