@vrplatform/graphql 1.1.32 → 1.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/main/gqty/schema.generated.d.ts +48 -0
- package/build/main/gqty/schema.generated.js +20 -0
- package/build/module/gqty/schema.generated.d.ts +48 -0
- package/build/module/gqty/schema.generated.js +20 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +48 -0
- package/src/gqty/schema.generated.js +20 -0
|
@@ -16640,6 +16640,7 @@ export interface payment_line_bool_exp {
|
|
|
16640
16640
|
connectionId?: InputMaybe<uuid_comparison_exp>;
|
|
16641
16641
|
createdAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
16642
16642
|
description?: InputMaybe<String_comparison_exp>;
|
|
16643
|
+
generalLedgerPostingAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
16643
16644
|
id?: InputMaybe<uuid_comparison_exp>;
|
|
16644
16645
|
journalEntries?: InputMaybe<journalEntry_bool_exp>;
|
|
16645
16646
|
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_bool_exp>;
|
|
@@ -16925,6 +16926,7 @@ export interface payment_line_insert_input {
|
|
|
16925
16926
|
connectionId?: InputMaybe<Scalars["uuid"]>;
|
|
16926
16927
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
16927
16928
|
description?: InputMaybe<Scalars["String"]>;
|
|
16929
|
+
generalLedgerPostingAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
16928
16930
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
16929
16931
|
journalEntries?: InputMaybe<journalEntry_arr_rel_insert_input>;
|
|
16930
16932
|
lineId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -16964,6 +16966,7 @@ export interface payment_line_max_order_by {
|
|
|
16964
16966
|
connectionId?: InputMaybe<order_by>;
|
|
16965
16967
|
createdAt?: InputMaybe<order_by>;
|
|
16966
16968
|
description?: InputMaybe<order_by>;
|
|
16969
|
+
generalLedgerPostingAt?: InputMaybe<order_by>;
|
|
16967
16970
|
id?: InputMaybe<order_by>;
|
|
16968
16971
|
lineId?: InputMaybe<order_by>;
|
|
16969
16972
|
listingId?: InputMaybe<order_by>;
|
|
@@ -16991,6 +16994,7 @@ export interface payment_line_min_order_by {
|
|
|
16991
16994
|
connectionId?: InputMaybe<order_by>;
|
|
16992
16995
|
createdAt?: InputMaybe<order_by>;
|
|
16993
16996
|
description?: InputMaybe<order_by>;
|
|
16997
|
+
generalLedgerPostingAt?: InputMaybe<order_by>;
|
|
16994
16998
|
id?: InputMaybe<order_by>;
|
|
16995
16999
|
lineId?: InputMaybe<order_by>;
|
|
16996
17000
|
listingId?: InputMaybe<order_by>;
|
|
@@ -17037,6 +17041,7 @@ export interface payment_line_order_by {
|
|
|
17037
17041
|
connectionId?: InputMaybe<order_by>;
|
|
17038
17042
|
createdAt?: InputMaybe<order_by>;
|
|
17039
17043
|
description?: InputMaybe<order_by>;
|
|
17044
|
+
generalLedgerPostingAt?: InputMaybe<order_by>;
|
|
17040
17045
|
id?: InputMaybe<order_by>;
|
|
17041
17046
|
journalEntries_aggregate?: InputMaybe<journalEntry_aggregate_order_by>;
|
|
17042
17047
|
lineId?: InputMaybe<order_by>;
|
|
@@ -17093,6 +17098,8 @@ export type payment_line_select_column =
|
|
|
17093
17098
|
/** column name */
|
|
17094
17099
|
| "description"
|
|
17095
17100
|
/** column name */
|
|
17101
|
+
| "generalLedgerPostingAt"
|
|
17102
|
+
/** column name */
|
|
17096
17103
|
| "id"
|
|
17097
17104
|
/** column name */
|
|
17098
17105
|
| "lineId"
|
|
@@ -17152,6 +17159,7 @@ export interface payment_line_set_input {
|
|
|
17152
17159
|
connectionId?: InputMaybe<Scalars["uuid"]>;
|
|
17153
17160
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
17154
17161
|
description?: InputMaybe<Scalars["String"]>;
|
|
17162
|
+
generalLedgerPostingAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
17155
17163
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
17156
17164
|
lineId?: InputMaybe<Scalars["uuid"]>;
|
|
17157
17165
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -17210,6 +17218,7 @@ export interface payment_line_stream_cursor_value_input {
|
|
|
17210
17218
|
connectionId?: InputMaybe<Scalars["uuid"]>;
|
|
17211
17219
|
createdAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
17212
17220
|
description?: InputMaybe<Scalars["String"]>;
|
|
17221
|
+
generalLedgerPostingAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
17213
17222
|
id?: InputMaybe<Scalars["uuid"]>;
|
|
17214
17223
|
lineId?: InputMaybe<Scalars["uuid"]>;
|
|
17215
17224
|
listingId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -17253,6 +17262,8 @@ export type payment_line_update_column =
|
|
|
17253
17262
|
/** column name */
|
|
17254
17263
|
| "description"
|
|
17255
17264
|
/** column name */
|
|
17265
|
+
| "generalLedgerPostingAt"
|
|
17266
|
+
/** column name */
|
|
17256
17267
|
| "id"
|
|
17257
17268
|
/** column name */
|
|
17258
17269
|
| "lineId"
|
|
@@ -21079,6 +21090,7 @@ export interface source_bool_exp {
|
|
|
21079
21090
|
indexedJson?: InputMaybe<jsonb_comparison_exp>;
|
|
21080
21091
|
isArchived?: InputMaybe<Boolean_comparison_exp>;
|
|
21081
21092
|
json?: InputMaybe<jsonb_comparison_exp>;
|
|
21093
|
+
lastWebhookAt?: InputMaybe<timestamptz_comparison_exp>;
|
|
21082
21094
|
leftSettings?: InputMaybe<setting_bool_exp>;
|
|
21083
21095
|
listing?: InputMaybe<listing_bool_exp>;
|
|
21084
21096
|
listingConnection?: InputMaybe<listing_connection_bool_exp>;
|
|
@@ -21170,6 +21182,7 @@ export interface source_insert_input {
|
|
|
21170
21182
|
indexedJson?: InputMaybe<Scalars["jsonb"]>;
|
|
21171
21183
|
isArchived?: InputMaybe<Scalars["Boolean"]>;
|
|
21172
21184
|
json?: InputMaybe<Scalars["jsonb"]>;
|
|
21185
|
+
lastWebhookAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
21173
21186
|
leftSettings?: InputMaybe<setting_obj_rel_insert_input>;
|
|
21174
21187
|
listing?: InputMaybe<listing_obj_rel_insert_input>;
|
|
21175
21188
|
listingConnection?: InputMaybe<listing_connection_obj_rel_insert_input>;
|
|
@@ -21214,6 +21227,7 @@ export interface source_max_order_by {
|
|
|
21214
21227
|
date?: InputMaybe<order_by>;
|
|
21215
21228
|
description?: InputMaybe<order_by>;
|
|
21216
21229
|
id?: InputMaybe<order_by>;
|
|
21230
|
+
lastWebhookAt?: InputMaybe<order_by>;
|
|
21217
21231
|
/** deprecated */
|
|
21218
21232
|
listingConnectionId?: InputMaybe<order_by>;
|
|
21219
21233
|
/** deprecated */
|
|
@@ -21241,6 +21255,7 @@ export interface source_min_order_by {
|
|
|
21241
21255
|
date?: InputMaybe<order_by>;
|
|
21242
21256
|
description?: InputMaybe<order_by>;
|
|
21243
21257
|
id?: InputMaybe<order_by>;
|
|
21258
|
+
lastWebhookAt?: InputMaybe<order_by>;
|
|
21244
21259
|
/** deprecated */
|
|
21245
21260
|
listingConnectionId?: InputMaybe<order_by>;
|
|
21246
21261
|
/** deprecated */
|
|
@@ -21290,6 +21305,7 @@ export interface source_order_by {
|
|
|
21290
21305
|
indexedJson?: InputMaybe<order_by>;
|
|
21291
21306
|
isArchived?: InputMaybe<order_by>;
|
|
21292
21307
|
json?: InputMaybe<order_by>;
|
|
21308
|
+
lastWebhookAt?: InputMaybe<order_by>;
|
|
21293
21309
|
leftSettings?: InputMaybe<setting_order_by>;
|
|
21294
21310
|
listing?: InputMaybe<listing_order_by>;
|
|
21295
21311
|
listingConnection?: InputMaybe<listing_connection_order_by>;
|
|
@@ -21358,6 +21374,8 @@ export type source_select_column =
|
|
|
21358
21374
|
/** column name */
|
|
21359
21375
|
| "json"
|
|
21360
21376
|
/** column name */
|
|
21377
|
+
| "lastWebhookAt"
|
|
21378
|
+
/** column name */
|
|
21361
21379
|
| "listingConnectionId"
|
|
21362
21380
|
/** column name */
|
|
21363
21381
|
| "listingId"
|
|
@@ -21408,6 +21426,7 @@ export interface source_set_input {
|
|
|
21408
21426
|
indexedJson?: InputMaybe<Scalars["jsonb"]>;
|
|
21409
21427
|
isArchived?: InputMaybe<Scalars["Boolean"]>;
|
|
21410
21428
|
json?: InputMaybe<Scalars["jsonb"]>;
|
|
21429
|
+
lastWebhookAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
21411
21430
|
/** deprecated */
|
|
21412
21431
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
21413
21432
|
/** deprecated */
|
|
@@ -21462,6 +21481,7 @@ export interface source_stream_cursor_value_input {
|
|
|
21462
21481
|
indexedJson?: InputMaybe<Scalars["jsonb"]>;
|
|
21463
21482
|
isArchived?: InputMaybe<Scalars["Boolean"]>;
|
|
21464
21483
|
json?: InputMaybe<Scalars["jsonb"]>;
|
|
21484
|
+
lastWebhookAt?: InputMaybe<Scalars["timestamptz"]>;
|
|
21465
21485
|
/** deprecated */
|
|
21466
21486
|
listingConnectionId?: InputMaybe<Scalars["uuid"]>;
|
|
21467
21487
|
/** deprecated */
|
|
@@ -21509,6 +21529,8 @@ export type source_update_column =
|
|
|
21509
21529
|
/** column name */
|
|
21510
21530
|
| "json"
|
|
21511
21531
|
/** column name */
|
|
21532
|
+
| "lastWebhookAt"
|
|
21533
|
+
/** column name */
|
|
21512
21534
|
| "listingConnectionId"
|
|
21513
21535
|
/** column name */
|
|
21514
21536
|
| "listingId"
|
|
@@ -50469,6 +50491,7 @@ export declare const generatedSchema: {
|
|
|
50469
50491
|
connectionId: { __type: "uuid" };
|
|
50470
50492
|
createdAt: { __type: "timestamptz!" };
|
|
50471
50493
|
description: { __type: "String" };
|
|
50494
|
+
generalLedgerPostingAt: { __type: "timestamptz" };
|
|
50472
50495
|
id: { __type: "uuid!" };
|
|
50473
50496
|
journalEntries: {
|
|
50474
50497
|
__type: "[journalEntry!]!";
|
|
@@ -50670,6 +50693,7 @@ export declare const generatedSchema: {
|
|
|
50670
50693
|
connectionId: { __type: "uuid_comparison_exp" };
|
|
50671
50694
|
createdAt: { __type: "timestamptz_comparison_exp" };
|
|
50672
50695
|
description: { __type: "String_comparison_exp" };
|
|
50696
|
+
generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" };
|
|
50673
50697
|
id: { __type: "uuid_comparison_exp" };
|
|
50674
50698
|
journalEntries: { __type: "journalEntry_bool_exp" };
|
|
50675
50699
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" };
|
|
@@ -51071,6 +51095,7 @@ export declare const generatedSchema: {
|
|
|
51071
51095
|
connectionId: { __type: "uuid" };
|
|
51072
51096
|
createdAt: { __type: "timestamptz" };
|
|
51073
51097
|
description: { __type: "String" };
|
|
51098
|
+
generalLedgerPostingAt: { __type: "timestamptz" };
|
|
51074
51099
|
id: { __type: "uuid" };
|
|
51075
51100
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" };
|
|
51076
51101
|
lineId: { __type: "uuid" };
|
|
@@ -51111,6 +51136,7 @@ export declare const generatedSchema: {
|
|
|
51111
51136
|
connectionId: { __type: "uuid" };
|
|
51112
51137
|
createdAt: { __type: "timestamptz" };
|
|
51113
51138
|
description: { __type: "String" };
|
|
51139
|
+
generalLedgerPostingAt: { __type: "timestamptz" };
|
|
51114
51140
|
id: { __type: "uuid" };
|
|
51115
51141
|
lineId: { __type: "uuid" };
|
|
51116
51142
|
listingId: { __type: "uuid" };
|
|
@@ -51136,6 +51162,7 @@ export declare const generatedSchema: {
|
|
|
51136
51162
|
connectionId: { __type: "order_by" };
|
|
51137
51163
|
createdAt: { __type: "order_by" };
|
|
51138
51164
|
description: { __type: "order_by" };
|
|
51165
|
+
generalLedgerPostingAt: { __type: "order_by" };
|
|
51139
51166
|
id: { __type: "order_by" };
|
|
51140
51167
|
lineId: { __type: "order_by" };
|
|
51141
51168
|
listingId: { __type: "order_by" };
|
|
@@ -51162,6 +51189,7 @@ export declare const generatedSchema: {
|
|
|
51162
51189
|
connectionId: { __type: "uuid" };
|
|
51163
51190
|
createdAt: { __type: "timestamptz" };
|
|
51164
51191
|
description: { __type: "String" };
|
|
51192
|
+
generalLedgerPostingAt: { __type: "timestamptz" };
|
|
51165
51193
|
id: { __type: "uuid" };
|
|
51166
51194
|
lineId: { __type: "uuid" };
|
|
51167
51195
|
listingId: { __type: "uuid" };
|
|
@@ -51187,6 +51215,7 @@ export declare const generatedSchema: {
|
|
|
51187
51215
|
connectionId: { __type: "order_by" };
|
|
51188
51216
|
createdAt: { __type: "order_by" };
|
|
51189
51217
|
description: { __type: "order_by" };
|
|
51218
|
+
generalLedgerPostingAt: { __type: "order_by" };
|
|
51190
51219
|
id: { __type: "order_by" };
|
|
51191
51220
|
lineId: { __type: "order_by" };
|
|
51192
51221
|
listingId: { __type: "order_by" };
|
|
@@ -51231,6 +51260,7 @@ export declare const generatedSchema: {
|
|
|
51231
51260
|
connectionId: { __type: "order_by" };
|
|
51232
51261
|
createdAt: { __type: "order_by" };
|
|
51233
51262
|
description: { __type: "order_by" };
|
|
51263
|
+
generalLedgerPostingAt: { __type: "order_by" };
|
|
51234
51264
|
id: { __type: "order_by" };
|
|
51235
51265
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" };
|
|
51236
51266
|
lineId: { __type: "order_by" };
|
|
@@ -51273,6 +51303,7 @@ export declare const generatedSchema: {
|
|
|
51273
51303
|
connectionId: { __type: "uuid" };
|
|
51274
51304
|
createdAt: { __type: "timestamptz" };
|
|
51275
51305
|
description: { __type: "String" };
|
|
51306
|
+
generalLedgerPostingAt: { __type: "timestamptz" };
|
|
51276
51307
|
id: { __type: "uuid" };
|
|
51277
51308
|
lineId: { __type: "uuid" };
|
|
51278
51309
|
listingId: { __type: "uuid" };
|
|
@@ -51337,6 +51368,7 @@ export declare const generatedSchema: {
|
|
|
51337
51368
|
connectionId: { __type: "uuid" };
|
|
51338
51369
|
createdAt: { __type: "timestamptz" };
|
|
51339
51370
|
description: { __type: "String" };
|
|
51371
|
+
generalLedgerPostingAt: { __type: "timestamptz" };
|
|
51340
51372
|
id: { __type: "uuid" };
|
|
51341
51373
|
lineId: { __type: "uuid" };
|
|
51342
51374
|
listingId: { __type: "uuid" };
|
|
@@ -58583,6 +58615,7 @@ export declare const generatedSchema: {
|
|
|
58583
58615
|
indexedJson: { __type: "jsonb"; __args: { path: "String" } };
|
|
58584
58616
|
isArchived: { __type: "Boolean" };
|
|
58585
58617
|
json: { __type: "jsonb"; __args: { path: "String" } };
|
|
58618
|
+
lastWebhookAt: { __type: "timestamptz" };
|
|
58586
58619
|
leftSettings: { __type: "setting" };
|
|
58587
58620
|
listing: { __type: "listing" };
|
|
58588
58621
|
listingConnection: { __type: "listing_connection" };
|
|
@@ -58847,6 +58880,7 @@ export declare const generatedSchema: {
|
|
|
58847
58880
|
indexedJson: { __type: "jsonb_comparison_exp" };
|
|
58848
58881
|
isArchived: { __type: "Boolean_comparison_exp" };
|
|
58849
58882
|
json: { __type: "jsonb_comparison_exp" };
|
|
58883
|
+
lastWebhookAt: { __type: "timestamptz_comparison_exp" };
|
|
58850
58884
|
leftSettings: { __type: "setting_bool_exp" };
|
|
58851
58885
|
listing: { __type: "listing_bool_exp" };
|
|
58852
58886
|
listingConnection: { __type: "listing_connection_bool_exp" };
|
|
@@ -58920,6 +58954,7 @@ export declare const generatedSchema: {
|
|
|
58920
58954
|
indexedJson: { __type: "jsonb" };
|
|
58921
58955
|
isArchived: { __type: "Boolean" };
|
|
58922
58956
|
json: { __type: "jsonb" };
|
|
58957
|
+
lastWebhookAt: { __type: "timestamptz" };
|
|
58923
58958
|
leftSettings: { __type: "setting_obj_rel_insert_input" };
|
|
58924
58959
|
listing: { __type: "listing_obj_rel_insert_input" };
|
|
58925
58960
|
listingConnection: { __type: "listing_connection_obj_rel_insert_input" };
|
|
@@ -58962,6 +58997,7 @@ export declare const generatedSchema: {
|
|
|
58962
58997
|
date: { __type: "timestamptz" };
|
|
58963
58998
|
description: { __type: "String" };
|
|
58964
58999
|
id: { __type: "uuid" };
|
|
59000
|
+
lastWebhookAt: { __type: "timestamptz" };
|
|
58965
59001
|
listingConnectionId: { __type: "uuid" };
|
|
58966
59002
|
listingId: { __type: "uuid" };
|
|
58967
59003
|
modifiedAt: { __type: "timestamptz" };
|
|
@@ -58984,6 +59020,7 @@ export declare const generatedSchema: {
|
|
|
58984
59020
|
date: { __type: "order_by" };
|
|
58985
59021
|
description: { __type: "order_by" };
|
|
58986
59022
|
id: { __type: "order_by" };
|
|
59023
|
+
lastWebhookAt: { __type: "order_by" };
|
|
58987
59024
|
listingConnectionId: { __type: "order_by" };
|
|
58988
59025
|
listingId: { __type: "order_by" };
|
|
58989
59026
|
modifiedAt: { __type: "order_by" };
|
|
@@ -59007,6 +59044,7 @@ export declare const generatedSchema: {
|
|
|
59007
59044
|
date: { __type: "timestamptz" };
|
|
59008
59045
|
description: { __type: "String" };
|
|
59009
59046
|
id: { __type: "uuid" };
|
|
59047
|
+
lastWebhookAt: { __type: "timestamptz" };
|
|
59010
59048
|
listingConnectionId: { __type: "uuid" };
|
|
59011
59049
|
listingId: { __type: "uuid" };
|
|
59012
59050
|
modifiedAt: { __type: "timestamptz" };
|
|
@@ -59029,6 +59067,7 @@ export declare const generatedSchema: {
|
|
|
59029
59067
|
date: { __type: "order_by" };
|
|
59030
59068
|
description: { __type: "order_by" };
|
|
59031
59069
|
id: { __type: "order_by" };
|
|
59070
|
+
lastWebhookAt: { __type: "order_by" };
|
|
59032
59071
|
listingConnectionId: { __type: "order_by" };
|
|
59033
59072
|
listingId: { __type: "order_by" };
|
|
59034
59073
|
modifiedAt: { __type: "order_by" };
|
|
@@ -59076,6 +59115,7 @@ export declare const generatedSchema: {
|
|
|
59076
59115
|
indexedJson: { __type: "order_by" };
|
|
59077
59116
|
isArchived: { __type: "order_by" };
|
|
59078
59117
|
json: { __type: "order_by" };
|
|
59118
|
+
lastWebhookAt: { __type: "order_by" };
|
|
59079
59119
|
leftSettings: { __type: "setting_order_by" };
|
|
59080
59120
|
listing: { __type: "listing_order_by" };
|
|
59081
59121
|
listingConnection: { __type: "listing_connection_order_by" };
|
|
@@ -59126,6 +59166,7 @@ export declare const generatedSchema: {
|
|
|
59126
59166
|
indexedJson: { __type: "jsonb" };
|
|
59127
59167
|
isArchived: { __type: "Boolean" };
|
|
59128
59168
|
json: { __type: "jsonb" };
|
|
59169
|
+
lastWebhookAt: { __type: "timestamptz" };
|
|
59129
59170
|
listingConnectionId: { __type: "uuid" };
|
|
59130
59171
|
listingId: { __type: "uuid" };
|
|
59131
59172
|
modifiedAt: { __type: "timestamptz" };
|
|
@@ -59171,6 +59212,7 @@ export declare const generatedSchema: {
|
|
|
59171
59212
|
indexedJson: { __type: "jsonb" };
|
|
59172
59213
|
isArchived: { __type: "Boolean" };
|
|
59173
59214
|
json: { __type: "jsonb" };
|
|
59215
|
+
lastWebhookAt: { __type: "timestamptz" };
|
|
59174
59216
|
listingConnectionId: { __type: "uuid" };
|
|
59175
59217
|
listingId: { __type: "uuid" };
|
|
59176
59218
|
modifiedAt: { __type: "timestamptz" };
|
|
@@ -88515,6 +88557,7 @@ export interface payment_line {
|
|
|
88515
88557
|
connectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
88516
88558
|
createdAt: ScalarsEnums["timestamptz"];
|
|
88517
88559
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
88560
|
+
generalLedgerPostingAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
88518
88561
|
id: ScalarsEnums["uuid"];
|
|
88519
88562
|
/**
|
|
88520
88563
|
* An array relationship
|
|
@@ -89251,6 +89294,7 @@ export interface payment_line_max_fields {
|
|
|
89251
89294
|
connectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
89252
89295
|
createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
89253
89296
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
89297
|
+
generalLedgerPostingAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
89254
89298
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
89255
89299
|
lineId?: Maybe<ScalarsEnums["uuid"]>;
|
|
89256
89300
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -89281,6 +89325,7 @@ export interface payment_line_min_fields {
|
|
|
89281
89325
|
connectionId?: Maybe<ScalarsEnums["uuid"]>;
|
|
89282
89326
|
createdAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
89283
89327
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
89328
|
+
generalLedgerPostingAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
89284
89329
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
89285
89330
|
lineId?: Maybe<ScalarsEnums["uuid"]>;
|
|
89286
89331
|
listingId?: Maybe<ScalarsEnums["uuid"]>;
|
|
@@ -95060,6 +95105,7 @@ export interface source {
|
|
|
95060
95105
|
*/
|
|
95061
95106
|
path?: Maybe<Scalars["String"]>;
|
|
95062
95107
|
}) => Maybe<ScalarsEnums["jsonb"]>;
|
|
95108
|
+
lastWebhookAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
95063
95109
|
/**
|
|
95064
95110
|
* An object relationship
|
|
95065
95111
|
*/
|
|
@@ -95526,6 +95572,7 @@ export interface source_max_fields {
|
|
|
95526
95572
|
date?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
95527
95573
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
95528
95574
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
95575
|
+
lastWebhookAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
95529
95576
|
/**
|
|
95530
95577
|
* deprecated
|
|
95531
95578
|
*/
|
|
@@ -95562,6 +95609,7 @@ export interface source_min_fields {
|
|
|
95562
95609
|
date?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
95563
95610
|
description?: Maybe<ScalarsEnums["String"]>;
|
|
95564
95611
|
id?: Maybe<ScalarsEnums["uuid"]>;
|
|
95612
|
+
lastWebhookAt?: Maybe<ScalarsEnums["timestamptz"]>;
|
|
95565
95613
|
/**
|
|
95566
95614
|
* deprecated
|
|
95567
95615
|
*/
|
|
@@ -22365,6 +22365,7 @@ export const generatedSchema = {
|
|
|
22365
22365
|
connectionId: { __type: "uuid" },
|
|
22366
22366
|
createdAt: { __type: "timestamptz!" },
|
|
22367
22367
|
description: { __type: "String" },
|
|
22368
|
+
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
22368
22369
|
id: { __type: "uuid!" },
|
|
22369
22370
|
journalEntries: {
|
|
22370
22371
|
__type: "[journalEntry!]!",
|
|
@@ -22568,6 +22569,7 @@ export const generatedSchema = {
|
|
|
22568
22569
|
connectionId: { __type: "uuid_comparison_exp" },
|
|
22569
22570
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
22570
22571
|
description: { __type: "String_comparison_exp" },
|
|
22572
|
+
generalLedgerPostingAt: { __type: "timestamptz_comparison_exp" },
|
|
22571
22573
|
id: { __type: "uuid_comparison_exp" },
|
|
22572
22574
|
journalEntries: { __type: "journalEntry_bool_exp" },
|
|
22573
22575
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_bool_exp" },
|
|
@@ -22969,6 +22971,7 @@ export const generatedSchema = {
|
|
|
22969
22971
|
connectionId: { __type: "uuid" },
|
|
22970
22972
|
createdAt: { __type: "timestamptz" },
|
|
22971
22973
|
description: { __type: "String" },
|
|
22974
|
+
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
22972
22975
|
id: { __type: "uuid" },
|
|
22973
22976
|
journalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
22974
22977
|
lineId: { __type: "uuid" },
|
|
@@ -23009,6 +23012,7 @@ export const generatedSchema = {
|
|
|
23009
23012
|
connectionId: { __type: "uuid" },
|
|
23010
23013
|
createdAt: { __type: "timestamptz" },
|
|
23011
23014
|
description: { __type: "String" },
|
|
23015
|
+
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23012
23016
|
id: { __type: "uuid" },
|
|
23013
23017
|
lineId: { __type: "uuid" },
|
|
23014
23018
|
listingId: { __type: "uuid" },
|
|
@@ -23034,6 +23038,7 @@ export const generatedSchema = {
|
|
|
23034
23038
|
connectionId: { __type: "order_by" },
|
|
23035
23039
|
createdAt: { __type: "order_by" },
|
|
23036
23040
|
description: { __type: "order_by" },
|
|
23041
|
+
generalLedgerPostingAt: { __type: "order_by" },
|
|
23037
23042
|
id: { __type: "order_by" },
|
|
23038
23043
|
lineId: { __type: "order_by" },
|
|
23039
23044
|
listingId: { __type: "order_by" },
|
|
@@ -23060,6 +23065,7 @@ export const generatedSchema = {
|
|
|
23060
23065
|
connectionId: { __type: "uuid" },
|
|
23061
23066
|
createdAt: { __type: "timestamptz" },
|
|
23062
23067
|
description: { __type: "String" },
|
|
23068
|
+
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23063
23069
|
id: { __type: "uuid" },
|
|
23064
23070
|
lineId: { __type: "uuid" },
|
|
23065
23071
|
listingId: { __type: "uuid" },
|
|
@@ -23085,6 +23091,7 @@ export const generatedSchema = {
|
|
|
23085
23091
|
connectionId: { __type: "order_by" },
|
|
23086
23092
|
createdAt: { __type: "order_by" },
|
|
23087
23093
|
description: { __type: "order_by" },
|
|
23094
|
+
generalLedgerPostingAt: { __type: "order_by" },
|
|
23088
23095
|
id: { __type: "order_by" },
|
|
23089
23096
|
lineId: { __type: "order_by" },
|
|
23090
23097
|
listingId: { __type: "order_by" },
|
|
@@ -23129,6 +23136,7 @@ export const generatedSchema = {
|
|
|
23129
23136
|
connectionId: { __type: "order_by" },
|
|
23130
23137
|
createdAt: { __type: "order_by" },
|
|
23131
23138
|
description: { __type: "order_by" },
|
|
23139
|
+
generalLedgerPostingAt: { __type: "order_by" },
|
|
23132
23140
|
id: { __type: "order_by" },
|
|
23133
23141
|
journalEntries_aggregate: { __type: "journalEntry_aggregate_order_by" },
|
|
23134
23142
|
lineId: { __type: "order_by" },
|
|
@@ -23171,6 +23179,7 @@ export const generatedSchema = {
|
|
|
23171
23179
|
connectionId: { __type: "uuid" },
|
|
23172
23180
|
createdAt: { __type: "timestamptz" },
|
|
23173
23181
|
description: { __type: "String" },
|
|
23182
|
+
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23174
23183
|
id: { __type: "uuid" },
|
|
23175
23184
|
lineId: { __type: "uuid" },
|
|
23176
23185
|
listingId: { __type: "uuid" },
|
|
@@ -23235,6 +23244,7 @@ export const generatedSchema = {
|
|
|
23235
23244
|
connectionId: { __type: "uuid" },
|
|
23236
23245
|
createdAt: { __type: "timestamptz" },
|
|
23237
23246
|
description: { __type: "String" },
|
|
23247
|
+
generalLedgerPostingAt: { __type: "timestamptz" },
|
|
23238
23248
|
id: { __type: "uuid" },
|
|
23239
23249
|
lineId: { __type: "uuid" },
|
|
23240
23250
|
listingId: { __type: "uuid" },
|
|
@@ -30497,6 +30507,7 @@ export const generatedSchema = {
|
|
|
30497
30507
|
indexedJson: { __type: "jsonb", __args: { path: "String" } },
|
|
30498
30508
|
isArchived: { __type: "Boolean" },
|
|
30499
30509
|
json: { __type: "jsonb", __args: { path: "String" } },
|
|
30510
|
+
lastWebhookAt: { __type: "timestamptz" },
|
|
30500
30511
|
leftSettings: { __type: "setting" },
|
|
30501
30512
|
listing: { __type: "listing" },
|
|
30502
30513
|
listingConnection: { __type: "listing_connection" },
|
|
@@ -30763,6 +30774,7 @@ export const generatedSchema = {
|
|
|
30763
30774
|
indexedJson: { __type: "jsonb_comparison_exp" },
|
|
30764
30775
|
isArchived: { __type: "Boolean_comparison_exp" },
|
|
30765
30776
|
json: { __type: "jsonb_comparison_exp" },
|
|
30777
|
+
lastWebhookAt: { __type: "timestamptz_comparison_exp" },
|
|
30766
30778
|
leftSettings: { __type: "setting_bool_exp" },
|
|
30767
30779
|
listing: { __type: "listing_bool_exp" },
|
|
30768
30780
|
listingConnection: { __type: "listing_connection_bool_exp" },
|
|
@@ -30836,6 +30848,7 @@ export const generatedSchema = {
|
|
|
30836
30848
|
indexedJson: { __type: "jsonb" },
|
|
30837
30849
|
isArchived: { __type: "Boolean" },
|
|
30838
30850
|
json: { __type: "jsonb" },
|
|
30851
|
+
lastWebhookAt: { __type: "timestamptz" },
|
|
30839
30852
|
leftSettings: { __type: "setting_obj_rel_insert_input" },
|
|
30840
30853
|
listing: { __type: "listing_obj_rel_insert_input" },
|
|
30841
30854
|
listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
|
|
@@ -30878,6 +30891,7 @@ export const generatedSchema = {
|
|
|
30878
30891
|
date: { __type: "timestamptz" },
|
|
30879
30892
|
description: { __type: "String" },
|
|
30880
30893
|
id: { __type: "uuid" },
|
|
30894
|
+
lastWebhookAt: { __type: "timestamptz" },
|
|
30881
30895
|
listingConnectionId: { __type: "uuid" },
|
|
30882
30896
|
listingId: { __type: "uuid" },
|
|
30883
30897
|
modifiedAt: { __type: "timestamptz" },
|
|
@@ -30900,6 +30914,7 @@ export const generatedSchema = {
|
|
|
30900
30914
|
date: { __type: "order_by" },
|
|
30901
30915
|
description: { __type: "order_by" },
|
|
30902
30916
|
id: { __type: "order_by" },
|
|
30917
|
+
lastWebhookAt: { __type: "order_by" },
|
|
30903
30918
|
listingConnectionId: { __type: "order_by" },
|
|
30904
30919
|
listingId: { __type: "order_by" },
|
|
30905
30920
|
modifiedAt: { __type: "order_by" },
|
|
@@ -30923,6 +30938,7 @@ export const generatedSchema = {
|
|
|
30923
30938
|
date: { __type: "timestamptz" },
|
|
30924
30939
|
description: { __type: "String" },
|
|
30925
30940
|
id: { __type: "uuid" },
|
|
30941
|
+
lastWebhookAt: { __type: "timestamptz" },
|
|
30926
30942
|
listingConnectionId: { __type: "uuid" },
|
|
30927
30943
|
listingId: { __type: "uuid" },
|
|
30928
30944
|
modifiedAt: { __type: "timestamptz" },
|
|
@@ -30945,6 +30961,7 @@ export const generatedSchema = {
|
|
|
30945
30961
|
date: { __type: "order_by" },
|
|
30946
30962
|
description: { __type: "order_by" },
|
|
30947
30963
|
id: { __type: "order_by" },
|
|
30964
|
+
lastWebhookAt: { __type: "order_by" },
|
|
30948
30965
|
listingConnectionId: { __type: "order_by" },
|
|
30949
30966
|
listingId: { __type: "order_by" },
|
|
30950
30967
|
modifiedAt: { __type: "order_by" },
|
|
@@ -30992,6 +31009,7 @@ export const generatedSchema = {
|
|
|
30992
31009
|
indexedJson: { __type: "order_by" },
|
|
30993
31010
|
isArchived: { __type: "order_by" },
|
|
30994
31011
|
json: { __type: "order_by" },
|
|
31012
|
+
lastWebhookAt: { __type: "order_by" },
|
|
30995
31013
|
leftSettings: { __type: "setting_order_by" },
|
|
30996
31014
|
listing: { __type: "listing_order_by" },
|
|
30997
31015
|
listingConnection: { __type: "listing_connection_order_by" },
|
|
@@ -31042,6 +31060,7 @@ export const generatedSchema = {
|
|
|
31042
31060
|
indexedJson: { __type: "jsonb" },
|
|
31043
31061
|
isArchived: { __type: "Boolean" },
|
|
31044
31062
|
json: { __type: "jsonb" },
|
|
31063
|
+
lastWebhookAt: { __type: "timestamptz" },
|
|
31045
31064
|
listingConnectionId: { __type: "uuid" },
|
|
31046
31065
|
listingId: { __type: "uuid" },
|
|
31047
31066
|
modifiedAt: { __type: "timestamptz" },
|
|
@@ -31087,6 +31106,7 @@ export const generatedSchema = {
|
|
|
31087
31106
|
indexedJson: { __type: "jsonb" },
|
|
31088
31107
|
isArchived: { __type: "Boolean" },
|
|
31089
31108
|
json: { __type: "jsonb" },
|
|
31109
|
+
lastWebhookAt: { __type: "timestamptz" },
|
|
31090
31110
|
listingConnectionId: { __type: "uuid" },
|
|
31091
31111
|
listingId: { __type: "uuid" },
|
|
31092
31112
|
modifiedAt: { __type: "timestamptz" },
|