@vrplatform/graphql 1.1.21 → 1.1.23

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.
@@ -77,6 +77,7 @@ function useHasuraClient({ uri = constants_1.hasuraGraphqlUri, secret, auditUser
77
77
  method: 'POST',
78
78
  credentials,
79
79
  headers,
80
+ signal: fetchOptions?.signal,
80
81
  body: JSON.stringify({
81
82
  query,
82
83
  variables,
@@ -9845,6 +9845,7 @@ export interface journalEntry_bool_exp {
9845
9845
  triggerType?: InputMaybe<journalEntryTriggerType_enum_comparison_exp>;
9846
9846
  txnAt?: InputMaybe<timestamptz_comparison_exp>;
9847
9847
  txnNum?: InputMaybe<Int_comparison_exp>;
9848
+ txn_code?: InputMaybe<String_comparison_exp>;
9848
9849
  type?: InputMaybe<journalEntryType_enum_comparison_exp>;
9849
9850
  uniqueRef?: InputMaybe<String_comparison_exp>;
9850
9851
  updatedAt?: InputMaybe<timestamptz_comparison_exp>;
@@ -9934,6 +9935,7 @@ export interface journalEntry_max_order_by {
9934
9935
  triggerId?: InputMaybe<order_by>;
9935
9936
  txnAt?: InputMaybe<order_by>;
9936
9937
  txnNum?: InputMaybe<order_by>;
9938
+ txn_code?: InputMaybe<order_by>;
9937
9939
  uniqueRef?: InputMaybe<order_by>;
9938
9940
  updatedAt?: InputMaybe<order_by>;
9939
9941
  }
@@ -9961,6 +9963,7 @@ export interface journalEntry_min_order_by {
9961
9963
  triggerId?: InputMaybe<order_by>;
9962
9964
  txnAt?: InputMaybe<order_by>;
9963
9965
  txnNum?: InputMaybe<order_by>;
9966
+ txn_code?: InputMaybe<order_by>;
9964
9967
  uniqueRef?: InputMaybe<order_by>;
9965
9968
  updatedAt?: InputMaybe<order_by>;
9966
9969
  }
@@ -10014,6 +10017,7 @@ export interface journalEntry_order_by {
10014
10017
  triggerType?: InputMaybe<order_by>;
10015
10018
  txnAt?: InputMaybe<order_by>;
10016
10019
  txnNum?: InputMaybe<order_by>;
10020
+ txn_code?: InputMaybe<order_by>;
10017
10021
  type?: InputMaybe<order_by>;
10018
10022
  uniqueRef?: InputMaybe<order_by>;
10019
10023
  updatedAt?: InputMaybe<order_by>;
@@ -10079,6 +10083,8 @@ export type journalEntry_select_column =
10079
10083
  /** column name */
10080
10084
  | "txnNum"
10081
10085
  /** column name */
10086
+ | "txn_code"
10087
+ /** column name */
10082
10088
  | "type"
10083
10089
  /** column name */
10084
10090
  | "uniqueRef"
@@ -10175,6 +10181,7 @@ export interface journalEntry_stream_cursor_value_input {
10175
10181
  triggerType?: InputMaybe<journalEntryTriggerType_enum>;
10176
10182
  txnAt?: InputMaybe<Scalars["timestamptz"]>;
10177
10183
  txnNum?: InputMaybe<Scalars["Int"]>;
10184
+ txn_code?: InputMaybe<Scalars["String"]>;
10178
10185
  type?: InputMaybe<journalEntryType_enum>;
10179
10186
  uniqueRef?: InputMaybe<Scalars["String"]>;
10180
10187
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -22587,7 +22594,7 @@ export type syncType_constraint =
22587
22594
  /** unique or primary key constraint on columns "name" */
22588
22595
  "sync_type_pkey";
22589
22596
 
22590
- export type syncType_enum = "automate" | "extract" | "webhook";
22597
+ export type syncType_enum = "automate" | "extract" | "flow" | "webhook";
22591
22598
 
22592
22599
  /** Boolean expression to compare columns of type "syncType_enum". All fields are combined with logical 'AND'. */
22593
22600
  export interface syncType_enum_comparison_exp {
@@ -28533,8 +28540,8 @@ export declare const generatedSchema: {
28533
28540
  bankingCurrency: { __type: "currency_enum" };
28534
28541
  bankingLast4: { __type: "String" };
28535
28542
  bankingType: { __type: "bankAccountType_enum" };
28536
- category: { __type: "accountCategory" };
28537
- categoryId: { __type: "uuid" };
28543
+ category: { __type: "accountCategory!" };
28544
+ categoryId: { __type: "uuid!" };
28538
28545
  classification: { __type: "accountClassification_enum" };
28539
28546
  createdAt: { __type: "timestamptz" };
28540
28547
  creditCustomFees: {
@@ -28701,11 +28708,11 @@ export declare const generatedSchema: {
28701
28708
  where: "setting_bool_exp";
28702
28709
  };
28703
28710
  };
28704
- status: { __type: "activeStatus_enum" };
28711
+ status: { __type: "activeStatus_enum!" };
28705
28712
  tenant: { __type: "tenant" };
28706
28713
  tenantId: { __type: "uuid" };
28707
- title: { __type: "String" };
28708
- type: { __type: "accountType_enum" };
28714
+ title: { __type: "String!" };
28715
+ type: { __type: "accountType_enum!" };
28709
28716
  uniqueRef: { __type: "String" };
28710
28717
  updatedAt: { __type: "timestamptz" };
28711
28718
  };
@@ -37563,6 +37570,7 @@ export declare const generatedSchema: {
37563
37570
  triggerType: { __type: "journalEntryTriggerType_enum" };
37564
37571
  txnAt: { __type: "timestamptz" };
37565
37572
  txnNum: { __type: "Int" };
37573
+ txn_code: { __type: "String" };
37566
37574
  type: { __type: "journalEntryType_enum" };
37567
37575
  uniqueRef: { __type: "String" };
37568
37576
  updatedAt: { __type: "timestamptz" };
@@ -37875,6 +37883,7 @@ export declare const generatedSchema: {
37875
37883
  triggerType: { __type: "journalEntryTriggerType_enum_comparison_exp" };
37876
37884
  txnAt: { __type: "timestamptz_comparison_exp" };
37877
37885
  txnNum: { __type: "Int_comparison_exp" };
37886
+ txn_code: { __type: "String_comparison_exp" };
37878
37887
  type: { __type: "journalEntryType_enum_comparison_exp" };
37879
37888
  uniqueRef: { __type: "String_comparison_exp" };
37880
37889
  updatedAt: { __type: "timestamptz_comparison_exp" };
@@ -37958,6 +37967,7 @@ export declare const generatedSchema: {
37958
37967
  triggerId: { __type: "uuid" };
37959
37968
  txnAt: { __type: "timestamptz" };
37960
37969
  txnNum: { __type: "Int" };
37970
+ txn_code: { __type: "String" };
37961
37971
  uniqueRef: { __type: "String" };
37962
37972
  updatedAt: { __type: "timestamptz" };
37963
37973
  };
@@ -37983,6 +37993,7 @@ export declare const generatedSchema: {
37983
37993
  triggerId: { __type: "order_by" };
37984
37994
  txnAt: { __type: "order_by" };
37985
37995
  txnNum: { __type: "order_by" };
37996
+ txn_code: { __type: "order_by" };
37986
37997
  uniqueRef: { __type: "order_by" };
37987
37998
  updatedAt: { __type: "order_by" };
37988
37999
  };
@@ -38009,6 +38020,7 @@ export declare const generatedSchema: {
38009
38020
  triggerId: { __type: "uuid" };
38010
38021
  txnAt: { __type: "timestamptz" };
38011
38022
  txnNum: { __type: "Int" };
38023
+ txn_code: { __type: "String" };
38012
38024
  uniqueRef: { __type: "String" };
38013
38025
  updatedAt: { __type: "timestamptz" };
38014
38026
  };
@@ -38034,6 +38046,7 @@ export declare const generatedSchema: {
38034
38046
  triggerId: { __type: "order_by" };
38035
38047
  txnAt: { __type: "order_by" };
38036
38048
  txnNum: { __type: "order_by" };
38049
+ txn_code: { __type: "order_by" };
38037
38050
  uniqueRef: { __type: "order_by" };
38038
38051
  updatedAt: { __type: "order_by" };
38039
38052
  };
@@ -38090,6 +38103,7 @@ export declare const generatedSchema: {
38090
38103
  triggerType: { __type: "order_by" };
38091
38104
  txnAt: { __type: "order_by" };
38092
38105
  txnNum: { __type: "order_by" };
38106
+ txn_code: { __type: "order_by" };
38093
38107
  type: { __type: "order_by" };
38094
38108
  uniqueRef: { __type: "order_by" };
38095
38109
  updatedAt: { __type: "order_by" };
@@ -38190,6 +38204,7 @@ export declare const generatedSchema: {
38190
38204
  triggerType: { __type: "journalEntryTriggerType_enum" };
38191
38205
  txnAt: { __type: "timestamptz" };
38192
38206
  txnNum: { __type: "Int" };
38207
+ txn_code: { __type: "String" };
38193
38208
  type: { __type: "journalEntryType_enum" };
38194
38209
  uniqueRef: { __type: "String" };
38195
38210
  updatedAt: { __type: "timestamptz" };
@@ -70623,8 +70638,8 @@ export interface account {
70623
70638
  /**
70624
70639
  * An object relationship
70625
70640
  */
70626
- category?: Maybe<accountCategory>;
70627
- categoryId?: Maybe<ScalarsEnums["uuid"]>;
70641
+ category: accountCategory;
70642
+ categoryId: ScalarsEnums["uuid"];
70628
70643
  /**
70629
70644
  * deprecated
70630
70645
  */
@@ -71040,14 +71055,14 @@ export interface account {
71040
71055
  */
71041
71056
  where?: Maybe<setting_bool_exp>;
71042
71057
  }) => setting_aggregate;
71043
- status?: Maybe<ScalarsEnums["activeStatus_enum"]>;
71058
+ status: ScalarsEnums["activeStatus_enum"];
71044
71059
  /**
71045
71060
  * An object relationship
71046
71061
  */
71047
71062
  tenant?: Maybe<tenant>;
71048
71063
  tenantId?: Maybe<ScalarsEnums["uuid"]>;
71049
- title?: Maybe<ScalarsEnums["String"]>;
71050
- type?: Maybe<ScalarsEnums["accountType_enum"]>;
71064
+ title: ScalarsEnums["String"];
71065
+ type: ScalarsEnums["accountType_enum"];
71051
71066
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
71052
71067
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
71053
71068
  }
@@ -78215,6 +78230,7 @@ export interface journalEntry {
78215
78230
  triggerType?: Maybe<ScalarsEnums["journalEntryTriggerType_enum"]>;
78216
78231
  txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
78217
78232
  txnNum?: Maybe<ScalarsEnums["Int"]>;
78233
+ txn_code?: Maybe<ScalarsEnums["String"]>;
78218
78234
  type?: Maybe<ScalarsEnums["journalEntryType_enum"]>;
78219
78235
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
78220
78236
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -78469,6 +78485,7 @@ export interface journalEntry_max_fields {
78469
78485
  triggerId?: Maybe<ScalarsEnums["uuid"]>;
78470
78486
  txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
78471
78487
  txnNum?: Maybe<ScalarsEnums["Int"]>;
78488
+ txn_code?: Maybe<ScalarsEnums["String"]>;
78472
78489
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
78473
78490
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
78474
78491
  }
@@ -78499,6 +78516,7 @@ export interface journalEntry_min_fields {
78499
78516
  triggerId?: Maybe<ScalarsEnums["uuid"]>;
78500
78517
  txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
78501
78518
  txnNum?: Maybe<ScalarsEnums["Int"]>;
78519
+ txn_code?: Maybe<ScalarsEnums["String"]>;
78502
78520
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
78503
78521
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
78504
78522
  }
@@ -595,8 +595,8 @@ exports.generatedSchema = {
595
595
  bankingCurrency: { __type: "currency_enum" },
596
596
  bankingLast4: { __type: "String" },
597
597
  bankingType: { __type: "bankAccountType_enum" },
598
- category: { __type: "accountCategory" },
599
- categoryId: { __type: "uuid" },
598
+ category: { __type: "accountCategory!" },
599
+ categoryId: { __type: "uuid!" },
600
600
  classification: { __type: "accountClassification_enum" },
601
601
  createdAt: { __type: "timestamptz" },
602
602
  creditCustomFees: {
@@ -763,11 +763,11 @@ exports.generatedSchema = {
763
763
  where: "setting_bool_exp",
764
764
  },
765
765
  },
766
- status: { __type: "activeStatus_enum" },
766
+ status: { __type: "activeStatus_enum!" },
767
767
  tenant: { __type: "tenant" },
768
768
  tenantId: { __type: "uuid" },
769
- title: { __type: "String" },
770
- type: { __type: "accountType_enum" },
769
+ title: { __type: "String!" },
770
+ type: { __type: "accountType_enum!" },
771
771
  uniqueRef: { __type: "String" },
772
772
  updatedAt: { __type: "timestamptz" },
773
773
  },
@@ -9625,6 +9625,7 @@ exports.generatedSchema = {
9625
9625
  triggerType: { __type: "journalEntryTriggerType_enum" },
9626
9626
  txnAt: { __type: "timestamptz" },
9627
9627
  txnNum: { __type: "Int" },
9628
+ txn_code: { __type: "String" },
9628
9629
  type: { __type: "journalEntryType_enum" },
9629
9630
  uniqueRef: { __type: "String" },
9630
9631
  updatedAt: { __type: "timestamptz" },
@@ -9937,6 +9938,7 @@ exports.generatedSchema = {
9937
9938
  triggerType: { __type: "journalEntryTriggerType_enum_comparison_exp" },
9938
9939
  txnAt: { __type: "timestamptz_comparison_exp" },
9939
9940
  txnNum: { __type: "Int_comparison_exp" },
9941
+ txn_code: { __type: "String_comparison_exp" },
9940
9942
  type: { __type: "journalEntryType_enum_comparison_exp" },
9941
9943
  uniqueRef: { __type: "String_comparison_exp" },
9942
9944
  updatedAt: { __type: "timestamptz_comparison_exp" },
@@ -10020,6 +10022,7 @@ exports.generatedSchema = {
10020
10022
  triggerId: { __type: "uuid" },
10021
10023
  txnAt: { __type: "timestamptz" },
10022
10024
  txnNum: { __type: "Int" },
10025
+ txn_code: { __type: "String" },
10023
10026
  uniqueRef: { __type: "String" },
10024
10027
  updatedAt: { __type: "timestamptz" },
10025
10028
  },
@@ -10045,6 +10048,7 @@ exports.generatedSchema = {
10045
10048
  triggerId: { __type: "order_by" },
10046
10049
  txnAt: { __type: "order_by" },
10047
10050
  txnNum: { __type: "order_by" },
10051
+ txn_code: { __type: "order_by" },
10048
10052
  uniqueRef: { __type: "order_by" },
10049
10053
  updatedAt: { __type: "order_by" },
10050
10054
  },
@@ -10071,6 +10075,7 @@ exports.generatedSchema = {
10071
10075
  triggerId: { __type: "uuid" },
10072
10076
  txnAt: { __type: "timestamptz" },
10073
10077
  txnNum: { __type: "Int" },
10078
+ txn_code: { __type: "String" },
10074
10079
  uniqueRef: { __type: "String" },
10075
10080
  updatedAt: { __type: "timestamptz" },
10076
10081
  },
@@ -10096,6 +10101,7 @@ exports.generatedSchema = {
10096
10101
  triggerId: { __type: "order_by" },
10097
10102
  txnAt: { __type: "order_by" },
10098
10103
  txnNum: { __type: "order_by" },
10104
+ txn_code: { __type: "order_by" },
10099
10105
  uniqueRef: { __type: "order_by" },
10100
10106
  updatedAt: { __type: "order_by" },
10101
10107
  },
@@ -10152,6 +10158,7 @@ exports.generatedSchema = {
10152
10158
  triggerType: { __type: "order_by" },
10153
10159
  txnAt: { __type: "order_by" },
10154
10160
  txnNum: { __type: "order_by" },
10161
+ txn_code: { __type: "order_by" },
10155
10162
  type: { __type: "order_by" },
10156
10163
  uniqueRef: { __type: "order_by" },
10157
10164
  updatedAt: { __type: "order_by" },
@@ -10252,6 +10259,7 @@ exports.generatedSchema = {
10252
10259
  triggerType: { __type: "journalEntryTriggerType_enum" },
10253
10260
  txnAt: { __type: "timestamptz" },
10254
10261
  txnNum: { __type: "Int" },
10262
+ txn_code: { __type: "String" },
10255
10263
  type: { __type: "journalEntryType_enum" },
10256
10264
  uniqueRef: { __type: "String" },
10257
10265
  updatedAt: { __type: "timestamptz" },
@@ -72,6 +72,7 @@ export function useHasuraClient({ uri = hasuraGraphqlUri, secret, auditUserId, a
72
72
  method: 'POST',
73
73
  credentials,
74
74
  headers,
75
+ signal: fetchOptions?.signal,
75
76
  body: JSON.stringify({
76
77
  query,
77
78
  variables,
@@ -9845,6 +9845,7 @@ export interface journalEntry_bool_exp {
9845
9845
  triggerType?: InputMaybe<journalEntryTriggerType_enum_comparison_exp>;
9846
9846
  txnAt?: InputMaybe<timestamptz_comparison_exp>;
9847
9847
  txnNum?: InputMaybe<Int_comparison_exp>;
9848
+ txn_code?: InputMaybe<String_comparison_exp>;
9848
9849
  type?: InputMaybe<journalEntryType_enum_comparison_exp>;
9849
9850
  uniqueRef?: InputMaybe<String_comparison_exp>;
9850
9851
  updatedAt?: InputMaybe<timestamptz_comparison_exp>;
@@ -9934,6 +9935,7 @@ export interface journalEntry_max_order_by {
9934
9935
  triggerId?: InputMaybe<order_by>;
9935
9936
  txnAt?: InputMaybe<order_by>;
9936
9937
  txnNum?: InputMaybe<order_by>;
9938
+ txn_code?: InputMaybe<order_by>;
9937
9939
  uniqueRef?: InputMaybe<order_by>;
9938
9940
  updatedAt?: InputMaybe<order_by>;
9939
9941
  }
@@ -9961,6 +9963,7 @@ export interface journalEntry_min_order_by {
9961
9963
  triggerId?: InputMaybe<order_by>;
9962
9964
  txnAt?: InputMaybe<order_by>;
9963
9965
  txnNum?: InputMaybe<order_by>;
9966
+ txn_code?: InputMaybe<order_by>;
9964
9967
  uniqueRef?: InputMaybe<order_by>;
9965
9968
  updatedAt?: InputMaybe<order_by>;
9966
9969
  }
@@ -10014,6 +10017,7 @@ export interface journalEntry_order_by {
10014
10017
  triggerType?: InputMaybe<order_by>;
10015
10018
  txnAt?: InputMaybe<order_by>;
10016
10019
  txnNum?: InputMaybe<order_by>;
10020
+ txn_code?: InputMaybe<order_by>;
10017
10021
  type?: InputMaybe<order_by>;
10018
10022
  uniqueRef?: InputMaybe<order_by>;
10019
10023
  updatedAt?: InputMaybe<order_by>;
@@ -10079,6 +10083,8 @@ export type journalEntry_select_column =
10079
10083
  /** column name */
10080
10084
  | "txnNum"
10081
10085
  /** column name */
10086
+ | "txn_code"
10087
+ /** column name */
10082
10088
  | "type"
10083
10089
  /** column name */
10084
10090
  | "uniqueRef"
@@ -10175,6 +10181,7 @@ export interface journalEntry_stream_cursor_value_input {
10175
10181
  triggerType?: InputMaybe<journalEntryTriggerType_enum>;
10176
10182
  txnAt?: InputMaybe<Scalars["timestamptz"]>;
10177
10183
  txnNum?: InputMaybe<Scalars["Int"]>;
10184
+ txn_code?: InputMaybe<Scalars["String"]>;
10178
10185
  type?: InputMaybe<journalEntryType_enum>;
10179
10186
  uniqueRef?: InputMaybe<Scalars["String"]>;
10180
10187
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -22587,7 +22594,7 @@ export type syncType_constraint =
22587
22594
  /** unique or primary key constraint on columns "name" */
22588
22595
  "sync_type_pkey";
22589
22596
 
22590
- export type syncType_enum = "automate" | "extract" | "webhook";
22597
+ export type syncType_enum = "automate" | "extract" | "flow" | "webhook";
22591
22598
 
22592
22599
  /** Boolean expression to compare columns of type "syncType_enum". All fields are combined with logical 'AND'. */
22593
22600
  export interface syncType_enum_comparison_exp {
@@ -28533,8 +28540,8 @@ export declare const generatedSchema: {
28533
28540
  bankingCurrency: { __type: "currency_enum" };
28534
28541
  bankingLast4: { __type: "String" };
28535
28542
  bankingType: { __type: "bankAccountType_enum" };
28536
- category: { __type: "accountCategory" };
28537
- categoryId: { __type: "uuid" };
28543
+ category: { __type: "accountCategory!" };
28544
+ categoryId: { __type: "uuid!" };
28538
28545
  classification: { __type: "accountClassification_enum" };
28539
28546
  createdAt: { __type: "timestamptz" };
28540
28547
  creditCustomFees: {
@@ -28701,11 +28708,11 @@ export declare const generatedSchema: {
28701
28708
  where: "setting_bool_exp";
28702
28709
  };
28703
28710
  };
28704
- status: { __type: "activeStatus_enum" };
28711
+ status: { __type: "activeStatus_enum!" };
28705
28712
  tenant: { __type: "tenant" };
28706
28713
  tenantId: { __type: "uuid" };
28707
- title: { __type: "String" };
28708
- type: { __type: "accountType_enum" };
28714
+ title: { __type: "String!" };
28715
+ type: { __type: "accountType_enum!" };
28709
28716
  uniqueRef: { __type: "String" };
28710
28717
  updatedAt: { __type: "timestamptz" };
28711
28718
  };
@@ -37563,6 +37570,7 @@ export declare const generatedSchema: {
37563
37570
  triggerType: { __type: "journalEntryTriggerType_enum" };
37564
37571
  txnAt: { __type: "timestamptz" };
37565
37572
  txnNum: { __type: "Int" };
37573
+ txn_code: { __type: "String" };
37566
37574
  type: { __type: "journalEntryType_enum" };
37567
37575
  uniqueRef: { __type: "String" };
37568
37576
  updatedAt: { __type: "timestamptz" };
@@ -37875,6 +37883,7 @@ export declare const generatedSchema: {
37875
37883
  triggerType: { __type: "journalEntryTriggerType_enum_comparison_exp" };
37876
37884
  txnAt: { __type: "timestamptz_comparison_exp" };
37877
37885
  txnNum: { __type: "Int_comparison_exp" };
37886
+ txn_code: { __type: "String_comparison_exp" };
37878
37887
  type: { __type: "journalEntryType_enum_comparison_exp" };
37879
37888
  uniqueRef: { __type: "String_comparison_exp" };
37880
37889
  updatedAt: { __type: "timestamptz_comparison_exp" };
@@ -37958,6 +37967,7 @@ export declare const generatedSchema: {
37958
37967
  triggerId: { __type: "uuid" };
37959
37968
  txnAt: { __type: "timestamptz" };
37960
37969
  txnNum: { __type: "Int" };
37970
+ txn_code: { __type: "String" };
37961
37971
  uniqueRef: { __type: "String" };
37962
37972
  updatedAt: { __type: "timestamptz" };
37963
37973
  };
@@ -37983,6 +37993,7 @@ export declare const generatedSchema: {
37983
37993
  triggerId: { __type: "order_by" };
37984
37994
  txnAt: { __type: "order_by" };
37985
37995
  txnNum: { __type: "order_by" };
37996
+ txn_code: { __type: "order_by" };
37986
37997
  uniqueRef: { __type: "order_by" };
37987
37998
  updatedAt: { __type: "order_by" };
37988
37999
  };
@@ -38009,6 +38020,7 @@ export declare const generatedSchema: {
38009
38020
  triggerId: { __type: "uuid" };
38010
38021
  txnAt: { __type: "timestamptz" };
38011
38022
  txnNum: { __type: "Int" };
38023
+ txn_code: { __type: "String" };
38012
38024
  uniqueRef: { __type: "String" };
38013
38025
  updatedAt: { __type: "timestamptz" };
38014
38026
  };
@@ -38034,6 +38046,7 @@ export declare const generatedSchema: {
38034
38046
  triggerId: { __type: "order_by" };
38035
38047
  txnAt: { __type: "order_by" };
38036
38048
  txnNum: { __type: "order_by" };
38049
+ txn_code: { __type: "order_by" };
38037
38050
  uniqueRef: { __type: "order_by" };
38038
38051
  updatedAt: { __type: "order_by" };
38039
38052
  };
@@ -38090,6 +38103,7 @@ export declare const generatedSchema: {
38090
38103
  triggerType: { __type: "order_by" };
38091
38104
  txnAt: { __type: "order_by" };
38092
38105
  txnNum: { __type: "order_by" };
38106
+ txn_code: { __type: "order_by" };
38093
38107
  type: { __type: "order_by" };
38094
38108
  uniqueRef: { __type: "order_by" };
38095
38109
  updatedAt: { __type: "order_by" };
@@ -38190,6 +38204,7 @@ export declare const generatedSchema: {
38190
38204
  triggerType: { __type: "journalEntryTriggerType_enum" };
38191
38205
  txnAt: { __type: "timestamptz" };
38192
38206
  txnNum: { __type: "Int" };
38207
+ txn_code: { __type: "String" };
38193
38208
  type: { __type: "journalEntryType_enum" };
38194
38209
  uniqueRef: { __type: "String" };
38195
38210
  updatedAt: { __type: "timestamptz" };
@@ -70623,8 +70638,8 @@ export interface account {
70623
70638
  /**
70624
70639
  * An object relationship
70625
70640
  */
70626
- category?: Maybe<accountCategory>;
70627
- categoryId?: Maybe<ScalarsEnums["uuid"]>;
70641
+ category: accountCategory;
70642
+ categoryId: ScalarsEnums["uuid"];
70628
70643
  /**
70629
70644
  * deprecated
70630
70645
  */
@@ -71040,14 +71055,14 @@ export interface account {
71040
71055
  */
71041
71056
  where?: Maybe<setting_bool_exp>;
71042
71057
  }) => setting_aggregate;
71043
- status?: Maybe<ScalarsEnums["activeStatus_enum"]>;
71058
+ status: ScalarsEnums["activeStatus_enum"];
71044
71059
  /**
71045
71060
  * An object relationship
71046
71061
  */
71047
71062
  tenant?: Maybe<tenant>;
71048
71063
  tenantId?: Maybe<ScalarsEnums["uuid"]>;
71049
- title?: Maybe<ScalarsEnums["String"]>;
71050
- type?: Maybe<ScalarsEnums["accountType_enum"]>;
71064
+ title: ScalarsEnums["String"];
71065
+ type: ScalarsEnums["accountType_enum"];
71051
71066
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
71052
71067
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
71053
71068
  }
@@ -78215,6 +78230,7 @@ export interface journalEntry {
78215
78230
  triggerType?: Maybe<ScalarsEnums["journalEntryTriggerType_enum"]>;
78216
78231
  txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
78217
78232
  txnNum?: Maybe<ScalarsEnums["Int"]>;
78233
+ txn_code?: Maybe<ScalarsEnums["String"]>;
78218
78234
  type?: Maybe<ScalarsEnums["journalEntryType_enum"]>;
78219
78235
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
78220
78236
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -78469,6 +78485,7 @@ export interface journalEntry_max_fields {
78469
78485
  triggerId?: Maybe<ScalarsEnums["uuid"]>;
78470
78486
  txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
78471
78487
  txnNum?: Maybe<ScalarsEnums["Int"]>;
78488
+ txn_code?: Maybe<ScalarsEnums["String"]>;
78472
78489
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
78473
78490
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
78474
78491
  }
@@ -78499,6 +78516,7 @@ export interface journalEntry_min_fields {
78499
78516
  triggerId?: Maybe<ScalarsEnums["uuid"]>;
78500
78517
  txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
78501
78518
  txnNum?: Maybe<ScalarsEnums["Int"]>;
78519
+ txn_code?: Maybe<ScalarsEnums["String"]>;
78502
78520
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
78503
78521
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
78504
78522
  }
@@ -592,8 +592,8 @@ export const generatedSchema = {
592
592
  bankingCurrency: { __type: "currency_enum" },
593
593
  bankingLast4: { __type: "String" },
594
594
  bankingType: { __type: "bankAccountType_enum" },
595
- category: { __type: "accountCategory" },
596
- categoryId: { __type: "uuid" },
595
+ category: { __type: "accountCategory!" },
596
+ categoryId: { __type: "uuid!" },
597
597
  classification: { __type: "accountClassification_enum" },
598
598
  createdAt: { __type: "timestamptz" },
599
599
  creditCustomFees: {
@@ -760,11 +760,11 @@ export const generatedSchema = {
760
760
  where: "setting_bool_exp",
761
761
  },
762
762
  },
763
- status: { __type: "activeStatus_enum" },
763
+ status: { __type: "activeStatus_enum!" },
764
764
  tenant: { __type: "tenant" },
765
765
  tenantId: { __type: "uuid" },
766
- title: { __type: "String" },
767
- type: { __type: "accountType_enum" },
766
+ title: { __type: "String!" },
767
+ type: { __type: "accountType_enum!" },
768
768
  uniqueRef: { __type: "String" },
769
769
  updatedAt: { __type: "timestamptz" },
770
770
  },
@@ -9622,6 +9622,7 @@ export const generatedSchema = {
9622
9622
  triggerType: { __type: "journalEntryTriggerType_enum" },
9623
9623
  txnAt: { __type: "timestamptz" },
9624
9624
  txnNum: { __type: "Int" },
9625
+ txn_code: { __type: "String" },
9625
9626
  type: { __type: "journalEntryType_enum" },
9626
9627
  uniqueRef: { __type: "String" },
9627
9628
  updatedAt: { __type: "timestamptz" },
@@ -9934,6 +9935,7 @@ export const generatedSchema = {
9934
9935
  triggerType: { __type: "journalEntryTriggerType_enum_comparison_exp" },
9935
9936
  txnAt: { __type: "timestamptz_comparison_exp" },
9936
9937
  txnNum: { __type: "Int_comparison_exp" },
9938
+ txn_code: { __type: "String_comparison_exp" },
9937
9939
  type: { __type: "journalEntryType_enum_comparison_exp" },
9938
9940
  uniqueRef: { __type: "String_comparison_exp" },
9939
9941
  updatedAt: { __type: "timestamptz_comparison_exp" },
@@ -10017,6 +10019,7 @@ export const generatedSchema = {
10017
10019
  triggerId: { __type: "uuid" },
10018
10020
  txnAt: { __type: "timestamptz" },
10019
10021
  txnNum: { __type: "Int" },
10022
+ txn_code: { __type: "String" },
10020
10023
  uniqueRef: { __type: "String" },
10021
10024
  updatedAt: { __type: "timestamptz" },
10022
10025
  },
@@ -10042,6 +10045,7 @@ export const generatedSchema = {
10042
10045
  triggerId: { __type: "order_by" },
10043
10046
  txnAt: { __type: "order_by" },
10044
10047
  txnNum: { __type: "order_by" },
10048
+ txn_code: { __type: "order_by" },
10045
10049
  uniqueRef: { __type: "order_by" },
10046
10050
  updatedAt: { __type: "order_by" },
10047
10051
  },
@@ -10068,6 +10072,7 @@ export const generatedSchema = {
10068
10072
  triggerId: { __type: "uuid" },
10069
10073
  txnAt: { __type: "timestamptz" },
10070
10074
  txnNum: { __type: "Int" },
10075
+ txn_code: { __type: "String" },
10071
10076
  uniqueRef: { __type: "String" },
10072
10077
  updatedAt: { __type: "timestamptz" },
10073
10078
  },
@@ -10093,6 +10098,7 @@ export const generatedSchema = {
10093
10098
  triggerId: { __type: "order_by" },
10094
10099
  txnAt: { __type: "order_by" },
10095
10100
  txnNum: { __type: "order_by" },
10101
+ txn_code: { __type: "order_by" },
10096
10102
  uniqueRef: { __type: "order_by" },
10097
10103
  updatedAt: { __type: "order_by" },
10098
10104
  },
@@ -10149,6 +10155,7 @@ export const generatedSchema = {
10149
10155
  triggerType: { __type: "order_by" },
10150
10156
  txnAt: { __type: "order_by" },
10151
10157
  txnNum: { __type: "order_by" },
10158
+ txn_code: { __type: "order_by" },
10152
10159
  type: { __type: "order_by" },
10153
10160
  uniqueRef: { __type: "order_by" },
10154
10161
  updatedAt: { __type: "order_by" },
@@ -10249,6 +10256,7 @@ export const generatedSchema = {
10249
10256
  triggerType: { __type: "journalEntryTriggerType_enum" },
10250
10257
  txnAt: { __type: "timestamptz" },
10251
10258
  txnNum: { __type: "Int" },
10259
+ txn_code: { __type: "String" },
10252
10260
  type: { __type: "journalEntryType_enum" },
10253
10261
  uniqueRef: { __type: "String" },
10254
10262
  updatedAt: { __type: "timestamptz" },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "!**/*.spec.*",
11
11
  "LICENSE"
12
12
  ],
13
- "version": "1.1.21",
13
+ "version": "1.1.23",
14
14
  "description": "Finalytic graphql",
15
15
  "main": "build/main/index.js",
16
16
  "module": "build/module/index.js",
@@ -125,6 +125,7 @@ export function useHasuraClient({
125
125
  method: 'POST',
126
126
  credentials,
127
127
  headers,
128
+ signal: fetchOptions?.signal,
128
129
  body: JSON.stringify({
129
130
  query,
130
131
  variables,
@@ -9845,6 +9845,7 @@ export interface journalEntry_bool_exp {
9845
9845
  triggerType?: InputMaybe<journalEntryTriggerType_enum_comparison_exp>;
9846
9846
  txnAt?: InputMaybe<timestamptz_comparison_exp>;
9847
9847
  txnNum?: InputMaybe<Int_comparison_exp>;
9848
+ txn_code?: InputMaybe<String_comparison_exp>;
9848
9849
  type?: InputMaybe<journalEntryType_enum_comparison_exp>;
9849
9850
  uniqueRef?: InputMaybe<String_comparison_exp>;
9850
9851
  updatedAt?: InputMaybe<timestamptz_comparison_exp>;
@@ -9934,6 +9935,7 @@ export interface journalEntry_max_order_by {
9934
9935
  triggerId?: InputMaybe<order_by>;
9935
9936
  txnAt?: InputMaybe<order_by>;
9936
9937
  txnNum?: InputMaybe<order_by>;
9938
+ txn_code?: InputMaybe<order_by>;
9937
9939
  uniqueRef?: InputMaybe<order_by>;
9938
9940
  updatedAt?: InputMaybe<order_by>;
9939
9941
  }
@@ -9961,6 +9963,7 @@ export interface journalEntry_min_order_by {
9961
9963
  triggerId?: InputMaybe<order_by>;
9962
9964
  txnAt?: InputMaybe<order_by>;
9963
9965
  txnNum?: InputMaybe<order_by>;
9966
+ txn_code?: InputMaybe<order_by>;
9964
9967
  uniqueRef?: InputMaybe<order_by>;
9965
9968
  updatedAt?: InputMaybe<order_by>;
9966
9969
  }
@@ -10014,6 +10017,7 @@ export interface journalEntry_order_by {
10014
10017
  triggerType?: InputMaybe<order_by>;
10015
10018
  txnAt?: InputMaybe<order_by>;
10016
10019
  txnNum?: InputMaybe<order_by>;
10020
+ txn_code?: InputMaybe<order_by>;
10017
10021
  type?: InputMaybe<order_by>;
10018
10022
  uniqueRef?: InputMaybe<order_by>;
10019
10023
  updatedAt?: InputMaybe<order_by>;
@@ -10079,6 +10083,8 @@ export type journalEntry_select_column =
10079
10083
  /** column name */
10080
10084
  | "txnNum"
10081
10085
  /** column name */
10086
+ | "txn_code"
10087
+ /** column name */
10082
10088
  | "type"
10083
10089
  /** column name */
10084
10090
  | "uniqueRef"
@@ -10175,6 +10181,7 @@ export interface journalEntry_stream_cursor_value_input {
10175
10181
  triggerType?: InputMaybe<journalEntryTriggerType_enum>;
10176
10182
  txnAt?: InputMaybe<Scalars["timestamptz"]>;
10177
10183
  txnNum?: InputMaybe<Scalars["Int"]>;
10184
+ txn_code?: InputMaybe<Scalars["String"]>;
10178
10185
  type?: InputMaybe<journalEntryType_enum>;
10179
10186
  uniqueRef?: InputMaybe<Scalars["String"]>;
10180
10187
  updatedAt?: InputMaybe<Scalars["timestamptz"]>;
@@ -22587,7 +22594,7 @@ export type syncType_constraint =
22587
22594
  /** unique or primary key constraint on columns "name" */
22588
22595
  "sync_type_pkey";
22589
22596
 
22590
- export type syncType_enum = "automate" | "extract" | "webhook";
22597
+ export type syncType_enum = "automate" | "extract" | "flow" | "webhook";
22591
22598
 
22592
22599
  /** Boolean expression to compare columns of type "syncType_enum". All fields are combined with logical 'AND'. */
22593
22600
  export interface syncType_enum_comparison_exp {
@@ -28533,8 +28540,8 @@ export declare const generatedSchema: {
28533
28540
  bankingCurrency: { __type: "currency_enum" };
28534
28541
  bankingLast4: { __type: "String" };
28535
28542
  bankingType: { __type: "bankAccountType_enum" };
28536
- category: { __type: "accountCategory" };
28537
- categoryId: { __type: "uuid" };
28543
+ category: { __type: "accountCategory!" };
28544
+ categoryId: { __type: "uuid!" };
28538
28545
  classification: { __type: "accountClassification_enum" };
28539
28546
  createdAt: { __type: "timestamptz" };
28540
28547
  creditCustomFees: {
@@ -28701,11 +28708,11 @@ export declare const generatedSchema: {
28701
28708
  where: "setting_bool_exp";
28702
28709
  };
28703
28710
  };
28704
- status: { __type: "activeStatus_enum" };
28711
+ status: { __type: "activeStatus_enum!" };
28705
28712
  tenant: { __type: "tenant" };
28706
28713
  tenantId: { __type: "uuid" };
28707
- title: { __type: "String" };
28708
- type: { __type: "accountType_enum" };
28714
+ title: { __type: "String!" };
28715
+ type: { __type: "accountType_enum!" };
28709
28716
  uniqueRef: { __type: "String" };
28710
28717
  updatedAt: { __type: "timestamptz" };
28711
28718
  };
@@ -37563,6 +37570,7 @@ export declare const generatedSchema: {
37563
37570
  triggerType: { __type: "journalEntryTriggerType_enum" };
37564
37571
  txnAt: { __type: "timestamptz" };
37565
37572
  txnNum: { __type: "Int" };
37573
+ txn_code: { __type: "String" };
37566
37574
  type: { __type: "journalEntryType_enum" };
37567
37575
  uniqueRef: { __type: "String" };
37568
37576
  updatedAt: { __type: "timestamptz" };
@@ -37875,6 +37883,7 @@ export declare const generatedSchema: {
37875
37883
  triggerType: { __type: "journalEntryTriggerType_enum_comparison_exp" };
37876
37884
  txnAt: { __type: "timestamptz_comparison_exp" };
37877
37885
  txnNum: { __type: "Int_comparison_exp" };
37886
+ txn_code: { __type: "String_comparison_exp" };
37878
37887
  type: { __type: "journalEntryType_enum_comparison_exp" };
37879
37888
  uniqueRef: { __type: "String_comparison_exp" };
37880
37889
  updatedAt: { __type: "timestamptz_comparison_exp" };
@@ -37958,6 +37967,7 @@ export declare const generatedSchema: {
37958
37967
  triggerId: { __type: "uuid" };
37959
37968
  txnAt: { __type: "timestamptz" };
37960
37969
  txnNum: { __type: "Int" };
37970
+ txn_code: { __type: "String" };
37961
37971
  uniqueRef: { __type: "String" };
37962
37972
  updatedAt: { __type: "timestamptz" };
37963
37973
  };
@@ -37983,6 +37993,7 @@ export declare const generatedSchema: {
37983
37993
  triggerId: { __type: "order_by" };
37984
37994
  txnAt: { __type: "order_by" };
37985
37995
  txnNum: { __type: "order_by" };
37996
+ txn_code: { __type: "order_by" };
37986
37997
  uniqueRef: { __type: "order_by" };
37987
37998
  updatedAt: { __type: "order_by" };
37988
37999
  };
@@ -38009,6 +38020,7 @@ export declare const generatedSchema: {
38009
38020
  triggerId: { __type: "uuid" };
38010
38021
  txnAt: { __type: "timestamptz" };
38011
38022
  txnNum: { __type: "Int" };
38023
+ txn_code: { __type: "String" };
38012
38024
  uniqueRef: { __type: "String" };
38013
38025
  updatedAt: { __type: "timestamptz" };
38014
38026
  };
@@ -38034,6 +38046,7 @@ export declare const generatedSchema: {
38034
38046
  triggerId: { __type: "order_by" };
38035
38047
  txnAt: { __type: "order_by" };
38036
38048
  txnNum: { __type: "order_by" };
38049
+ txn_code: { __type: "order_by" };
38037
38050
  uniqueRef: { __type: "order_by" };
38038
38051
  updatedAt: { __type: "order_by" };
38039
38052
  };
@@ -38090,6 +38103,7 @@ export declare const generatedSchema: {
38090
38103
  triggerType: { __type: "order_by" };
38091
38104
  txnAt: { __type: "order_by" };
38092
38105
  txnNum: { __type: "order_by" };
38106
+ txn_code: { __type: "order_by" };
38093
38107
  type: { __type: "order_by" };
38094
38108
  uniqueRef: { __type: "order_by" };
38095
38109
  updatedAt: { __type: "order_by" };
@@ -38190,6 +38204,7 @@ export declare const generatedSchema: {
38190
38204
  triggerType: { __type: "journalEntryTriggerType_enum" };
38191
38205
  txnAt: { __type: "timestamptz" };
38192
38206
  txnNum: { __type: "Int" };
38207
+ txn_code: { __type: "String" };
38193
38208
  type: { __type: "journalEntryType_enum" };
38194
38209
  uniqueRef: { __type: "String" };
38195
38210
  updatedAt: { __type: "timestamptz" };
@@ -70623,8 +70638,8 @@ export interface account {
70623
70638
  /**
70624
70639
  * An object relationship
70625
70640
  */
70626
- category?: Maybe<accountCategory>;
70627
- categoryId?: Maybe<ScalarsEnums["uuid"]>;
70641
+ category: accountCategory;
70642
+ categoryId: ScalarsEnums["uuid"];
70628
70643
  /**
70629
70644
  * deprecated
70630
70645
  */
@@ -71040,14 +71055,14 @@ export interface account {
71040
71055
  */
71041
71056
  where?: Maybe<setting_bool_exp>;
71042
71057
  }) => setting_aggregate;
71043
- status?: Maybe<ScalarsEnums["activeStatus_enum"]>;
71058
+ status: ScalarsEnums["activeStatus_enum"];
71044
71059
  /**
71045
71060
  * An object relationship
71046
71061
  */
71047
71062
  tenant?: Maybe<tenant>;
71048
71063
  tenantId?: Maybe<ScalarsEnums["uuid"]>;
71049
- title?: Maybe<ScalarsEnums["String"]>;
71050
- type?: Maybe<ScalarsEnums["accountType_enum"]>;
71064
+ title: ScalarsEnums["String"];
71065
+ type: ScalarsEnums["accountType_enum"];
71051
71066
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
71052
71067
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
71053
71068
  }
@@ -78215,6 +78230,7 @@ export interface journalEntry {
78215
78230
  triggerType?: Maybe<ScalarsEnums["journalEntryTriggerType_enum"]>;
78216
78231
  txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
78217
78232
  txnNum?: Maybe<ScalarsEnums["Int"]>;
78233
+ txn_code?: Maybe<ScalarsEnums["String"]>;
78218
78234
  type?: Maybe<ScalarsEnums["journalEntryType_enum"]>;
78219
78235
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
78220
78236
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
@@ -78469,6 +78485,7 @@ export interface journalEntry_max_fields {
78469
78485
  triggerId?: Maybe<ScalarsEnums["uuid"]>;
78470
78486
  txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
78471
78487
  txnNum?: Maybe<ScalarsEnums["Int"]>;
78488
+ txn_code?: Maybe<ScalarsEnums["String"]>;
78472
78489
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
78473
78490
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
78474
78491
  }
@@ -78499,6 +78516,7 @@ export interface journalEntry_min_fields {
78499
78516
  triggerId?: Maybe<ScalarsEnums["uuid"]>;
78500
78517
  txnAt?: Maybe<ScalarsEnums["timestamptz"]>;
78501
78518
  txnNum?: Maybe<ScalarsEnums["Int"]>;
78519
+ txn_code?: Maybe<ScalarsEnums["String"]>;
78502
78520
  uniqueRef?: Maybe<ScalarsEnums["String"]>;
78503
78521
  updatedAt?: Maybe<ScalarsEnums["timestamptz"]>;
78504
78522
  }
@@ -612,8 +612,8 @@ export const generatedSchema = {
612
612
  bankingCurrency: { __type: "currency_enum" },
613
613
  bankingLast4: { __type: "String" },
614
614
  bankingType: { __type: "bankAccountType_enum" },
615
- category: { __type: "accountCategory" },
616
- categoryId: { __type: "uuid" },
615
+ category: { __type: "accountCategory!" },
616
+ categoryId: { __type: "uuid!" },
617
617
  classification: { __type: "accountClassification_enum" },
618
618
  createdAt: { __type: "timestamptz" },
619
619
  creditCustomFees: {
@@ -780,11 +780,11 @@ export const generatedSchema = {
780
780
  where: "setting_bool_exp",
781
781
  },
782
782
  },
783
- status: { __type: "activeStatus_enum" },
783
+ status: { __type: "activeStatus_enum!" },
784
784
  tenant: { __type: "tenant" },
785
785
  tenantId: { __type: "uuid" },
786
- title: { __type: "String" },
787
- type: { __type: "accountType_enum" },
786
+ title: { __type: "String!" },
787
+ type: { __type: "accountType_enum!" },
788
788
  uniqueRef: { __type: "String" },
789
789
  updatedAt: { __type: "timestamptz" },
790
790
  },
@@ -9654,6 +9654,7 @@ export const generatedSchema = {
9654
9654
  triggerType: { __type: "journalEntryTriggerType_enum" },
9655
9655
  txnAt: { __type: "timestamptz" },
9656
9656
  txnNum: { __type: "Int" },
9657
+ txn_code: { __type: "String" },
9657
9658
  type: { __type: "journalEntryType_enum" },
9658
9659
  uniqueRef: { __type: "String" },
9659
9660
  updatedAt: { __type: "timestamptz" },
@@ -9966,6 +9967,7 @@ export const generatedSchema = {
9966
9967
  triggerType: { __type: "journalEntryTriggerType_enum_comparison_exp" },
9967
9968
  txnAt: { __type: "timestamptz_comparison_exp" },
9968
9969
  txnNum: { __type: "Int_comparison_exp" },
9970
+ txn_code: { __type: "String_comparison_exp" },
9969
9971
  type: { __type: "journalEntryType_enum_comparison_exp" },
9970
9972
  uniqueRef: { __type: "String_comparison_exp" },
9971
9973
  updatedAt: { __type: "timestamptz_comparison_exp" },
@@ -10049,6 +10051,7 @@ export const generatedSchema = {
10049
10051
  triggerId: { __type: "uuid" },
10050
10052
  txnAt: { __type: "timestamptz" },
10051
10053
  txnNum: { __type: "Int" },
10054
+ txn_code: { __type: "String" },
10052
10055
  uniqueRef: { __type: "String" },
10053
10056
  updatedAt: { __type: "timestamptz" },
10054
10057
  },
@@ -10074,6 +10077,7 @@ export const generatedSchema = {
10074
10077
  triggerId: { __type: "order_by" },
10075
10078
  txnAt: { __type: "order_by" },
10076
10079
  txnNum: { __type: "order_by" },
10080
+ txn_code: { __type: "order_by" },
10077
10081
  uniqueRef: { __type: "order_by" },
10078
10082
  updatedAt: { __type: "order_by" },
10079
10083
  },
@@ -10100,6 +10104,7 @@ export const generatedSchema = {
10100
10104
  triggerId: { __type: "uuid" },
10101
10105
  txnAt: { __type: "timestamptz" },
10102
10106
  txnNum: { __type: "Int" },
10107
+ txn_code: { __type: "String" },
10103
10108
  uniqueRef: { __type: "String" },
10104
10109
  updatedAt: { __type: "timestamptz" },
10105
10110
  },
@@ -10125,6 +10130,7 @@ export const generatedSchema = {
10125
10130
  triggerId: { __type: "order_by" },
10126
10131
  txnAt: { __type: "order_by" },
10127
10132
  txnNum: { __type: "order_by" },
10133
+ txn_code: { __type: "order_by" },
10128
10134
  uniqueRef: { __type: "order_by" },
10129
10135
  updatedAt: { __type: "order_by" },
10130
10136
  },
@@ -10181,6 +10187,7 @@ export const generatedSchema = {
10181
10187
  triggerType: { __type: "order_by" },
10182
10188
  txnAt: { __type: "order_by" },
10183
10189
  txnNum: { __type: "order_by" },
10190
+ txn_code: { __type: "order_by" },
10184
10191
  type: { __type: "order_by" },
10185
10192
  uniqueRef: { __type: "order_by" },
10186
10193
  updatedAt: { __type: "order_by" },
@@ -10281,6 +10288,7 @@ export const generatedSchema = {
10281
10288
  triggerType: { __type: "journalEntryTriggerType_enum" },
10282
10289
  txnAt: { __type: "timestamptz" },
10283
10290
  txnNum: { __type: "Int" },
10291
+ txn_code: { __type: "String" },
10284
10292
  type: { __type: "journalEntryType_enum" },
10285
10293
  uniqueRef: { __type: "String" },
10286
10294
  updatedAt: { __type: "timestamptz" },