@vrplatform/graphql 1.1.22 → 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.
- package/build/main/client/index.js +1 -0
- package/build/main/gqty/schema.generated.d.ts +18 -0
- package/build/main/gqty/schema.generated.js +8 -0
- package/build/module/client/index.js +1 -0
- package/build/module/gqty/schema.generated.d.ts +18 -0
- package/build/module/gqty/schema.generated.js +8 -0
- package/package.json +1 -1
- package/src/client/index.ts +1 -0
- package/src/gqty/schema.generated.d.ts +18 -0
- package/src/gqty/schema.generated.js +8 -0
|
@@ -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"]>;
|
|
@@ -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" };
|
|
@@ -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
|
}
|
|
@@ -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" },
|
|
@@ -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"]>;
|
|
@@ -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" };
|
|
@@ -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
|
}
|
|
@@ -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
package/src/client/index.ts
CHANGED
|
@@ -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"]>;
|
|
@@ -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" };
|
|
@@ -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
|
}
|
|
@@ -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" },
|