@vrplatform/graphql 1.1.8 → 1.1.9
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 +24 -0
- package/build/main/gqty/schema.generated.js +10 -0
- package/build/module/gqty/schema.generated.d.ts +24 -0
- package/build/module/gqty/schema.generated.js +10 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +24 -0
- package/src/gqty/schema.generated.js +10 -0
|
@@ -23645,6 +23645,7 @@ export interface tenant_bool_exp {
|
|
|
23645
23645
|
billingPlan?: InputMaybe<String_comparison_exp>;
|
|
23646
23646
|
billingSubscriptionStatus?: InputMaybe<String_comparison_exp>;
|
|
23647
23647
|
billing_address_id?: InputMaybe<uuid_comparison_exp>;
|
|
23648
|
+
booksClosedAt?: InputMaybe<date_comparison_exp>;
|
|
23648
23649
|
calculatedAnalyticsBillingStatus?: InputMaybe<String_comparison_exp>;
|
|
23649
23650
|
calculatedBillingPartner?: InputMaybe<tenant_bool_exp>;
|
|
23650
23651
|
calculatedBillingPartnerId?: InputMaybe<uuid_comparison_exp>;
|
|
@@ -23794,6 +23795,7 @@ export interface tenant_insert_input {
|
|
|
23794
23795
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
23795
23796
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
23796
23797
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
23798
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
23797
23799
|
calculatedBillingPartner?: InputMaybe<tenant_obj_rel_insert_input>;
|
|
23798
23800
|
/** Billing subscription is getting cancelled at date */
|
|
23799
23801
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
@@ -23874,6 +23876,7 @@ export interface tenant_max_order_by {
|
|
|
23874
23876
|
billingPlan?: InputMaybe<order_by>;
|
|
23875
23877
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23876
23878
|
billing_address_id?: InputMaybe<order_by>;
|
|
23879
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23877
23880
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23878
23881
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23879
23882
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23917,6 +23920,7 @@ export interface tenant_min_order_by {
|
|
|
23917
23920
|
billingPlan?: InputMaybe<order_by>;
|
|
23918
23921
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23919
23922
|
billing_address_id?: InputMaybe<order_by>;
|
|
23923
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23920
23924
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23921
23925
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23922
23926
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23981,6 +23985,7 @@ export interface tenant_order_by {
|
|
|
23981
23985
|
billingPlan?: InputMaybe<order_by>;
|
|
23982
23986
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23983
23987
|
billing_address_id?: InputMaybe<order_by>;
|
|
23988
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23984
23989
|
calculatedAnalyticsBillingStatus?: InputMaybe<order_by>;
|
|
23985
23990
|
calculatedBillingPartner?: InputMaybe<tenant_order_by>;
|
|
23986
23991
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
@@ -24092,6 +24097,8 @@ export type tenant_select_column =
|
|
|
24092
24097
|
/** column name */
|
|
24093
24098
|
| "billing_address_id"
|
|
24094
24099
|
/** column name */
|
|
24100
|
+
| "booksClosedAt"
|
|
24101
|
+
/** column name */
|
|
24095
24102
|
| "calculatedBillingPartnerId"
|
|
24096
24103
|
/** column name */
|
|
24097
24104
|
| "calculatedIsBillable"
|
|
@@ -24220,6 +24227,7 @@ export interface tenant_set_input {
|
|
|
24220
24227
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24221
24228
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24222
24229
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24230
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24223
24231
|
/** Billing subscription is getting cancelled at date */
|
|
24224
24232
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
24225
24233
|
chartOfAccountTenantId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -24300,6 +24308,7 @@ export interface tenant_stream_cursor_value_input {
|
|
|
24300
24308
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24301
24309
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24302
24310
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24311
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24303
24312
|
calculatedBillingPartnerId?: InputMaybe<Scalars["uuid"]>;
|
|
24304
24313
|
calculatedIsBillable?: InputMaybe<Scalars["Boolean"]>;
|
|
24305
24314
|
calculatedStatus?: InputMaybe<Scalars["String"]>;
|
|
@@ -24376,6 +24385,8 @@ export type tenant_update_column =
|
|
|
24376
24385
|
/** column name */
|
|
24377
24386
|
| "billing_address_id"
|
|
24378
24387
|
/** column name */
|
|
24388
|
+
| "booksClosedAt"
|
|
24389
|
+
/** column name */
|
|
24379
24390
|
| "cancelledAt"
|
|
24380
24391
|
/** column name */
|
|
24381
24392
|
| "chartOfAccountTenantId"
|
|
@@ -65000,6 +65011,7 @@ export declare const generatedSchema: {
|
|
|
65000
65011
|
billingPlan: { __type: "String" };
|
|
65001
65012
|
billingSubscriptionStatus: { __type: "String" };
|
|
65002
65013
|
billing_address_id: { __type: "uuid" };
|
|
65014
|
+
booksClosedAt: { __type: "date" };
|
|
65003
65015
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65004
65016
|
calculatedBillingPartner: { __type: "tenant" };
|
|
65005
65017
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
@@ -65633,6 +65645,7 @@ export declare const generatedSchema: {
|
|
|
65633
65645
|
billingPlan: { __type: "String_comparison_exp" };
|
|
65634
65646
|
billingSubscriptionStatus: { __type: "String_comparison_exp" };
|
|
65635
65647
|
billing_address_id: { __type: "uuid_comparison_exp" };
|
|
65648
|
+
booksClosedAt: { __type: "date_comparison_exp" };
|
|
65636
65649
|
calculatedAnalyticsBillingStatus: { __type: "String_comparison_exp" };
|
|
65637
65650
|
calculatedBillingPartner: { __type: "tenant_bool_exp" };
|
|
65638
65651
|
calculatedBillingPartnerId: { __type: "uuid_comparison_exp" };
|
|
@@ -65775,6 +65788,7 @@ export declare const generatedSchema: {
|
|
|
65775
65788
|
billingPlan: { __type: "String" };
|
|
65776
65789
|
billingSubscriptionStatus: { __type: "String" };
|
|
65777
65790
|
billing_address_id: { __type: "uuid" };
|
|
65791
|
+
booksClosedAt: { __type: "date" };
|
|
65778
65792
|
calculatedBillingPartner: { __type: "tenant_obj_rel_insert_input" };
|
|
65779
65793
|
cancelledAt: { __type: "date" };
|
|
65780
65794
|
chartOfAccountClients: { __type: "tenant_arr_rel_insert_input" };
|
|
@@ -65853,6 +65867,7 @@ export declare const generatedSchema: {
|
|
|
65853
65867
|
billingPlan: { __type: "String" };
|
|
65854
65868
|
billingSubscriptionStatus: { __type: "String" };
|
|
65855
65869
|
billing_address_id: { __type: "uuid" };
|
|
65870
|
+
booksClosedAt: { __type: "date" };
|
|
65856
65871
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65857
65872
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65858
65873
|
calculatedStatus: { __type: "String" };
|
|
@@ -65894,6 +65909,7 @@ export declare const generatedSchema: {
|
|
|
65894
65909
|
billingPlan: { __type: "order_by" };
|
|
65895
65910
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65896
65911
|
billing_address_id: { __type: "order_by" };
|
|
65912
|
+
booksClosedAt: { __type: "order_by" };
|
|
65897
65913
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65898
65914
|
calculatedStatus: { __type: "order_by" };
|
|
65899
65915
|
cancelledAt: { __type: "order_by" };
|
|
@@ -65935,6 +65951,7 @@ export declare const generatedSchema: {
|
|
|
65935
65951
|
billingPlan: { __type: "String" };
|
|
65936
65952
|
billingSubscriptionStatus: { __type: "String" };
|
|
65937
65953
|
billing_address_id: { __type: "uuid" };
|
|
65954
|
+
booksClosedAt: { __type: "date" };
|
|
65938
65955
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65939
65956
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65940
65957
|
calculatedStatus: { __type: "String" };
|
|
@@ -65976,6 +65993,7 @@ export declare const generatedSchema: {
|
|
|
65976
65993
|
billingPlan: { __type: "order_by" };
|
|
65977
65994
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65978
65995
|
billing_address_id: { __type: "order_by" };
|
|
65996
|
+
booksClosedAt: { __type: "order_by" };
|
|
65979
65997
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65980
65998
|
calculatedStatus: { __type: "order_by" };
|
|
65981
65999
|
cancelledAt: { __type: "order_by" };
|
|
@@ -66037,6 +66055,7 @@ export declare const generatedSchema: {
|
|
|
66037
66055
|
billingPlan: { __type: "order_by" };
|
|
66038
66056
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
66039
66057
|
billing_address_id: { __type: "order_by" };
|
|
66058
|
+
booksClosedAt: { __type: "order_by" };
|
|
66040
66059
|
calculatedAnalyticsBillingStatus: { __type: "order_by" };
|
|
66041
66060
|
calculatedBillingPartner: { __type: "tenant_order_by" };
|
|
66042
66061
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
@@ -66133,6 +66152,7 @@ export declare const generatedSchema: {
|
|
|
66133
66152
|
billingPlan: { __type: "String" };
|
|
66134
66153
|
billingSubscriptionStatus: { __type: "String" };
|
|
66135
66154
|
billing_address_id: { __type: "uuid" };
|
|
66155
|
+
booksClosedAt: { __type: "date" };
|
|
66136
66156
|
cancelledAt: { __type: "date" };
|
|
66137
66157
|
chartOfAccountTenantId: { __type: "uuid" };
|
|
66138
66158
|
clerkId: { __type: "String" };
|
|
@@ -66215,6 +66235,7 @@ export declare const generatedSchema: {
|
|
|
66215
66235
|
billingPlan: { __type: "String" };
|
|
66216
66236
|
billingSubscriptionStatus: { __type: "String" };
|
|
66217
66237
|
billing_address_id: { __type: "uuid" };
|
|
66238
|
+
booksClosedAt: { __type: "date" };
|
|
66218
66239
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
66219
66240
|
calculatedIsBillable: { __type: "Boolean" };
|
|
66220
66241
|
calculatedStatus: { __type: "String" };
|
|
@@ -99809,6 +99830,7 @@ export interface tenant {
|
|
|
99809
99830
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
99810
99831
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
99811
99832
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
99833
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
99812
99834
|
/**
|
|
99813
99835
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
99814
99836
|
*/
|
|
@@ -101145,6 +101167,7 @@ export interface tenant_max_fields {
|
|
|
101145
101167
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101146
101168
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101147
101169
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101170
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101148
101171
|
/**
|
|
101149
101172
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101150
101173
|
*/
|
|
@@ -101197,6 +101220,7 @@ export interface tenant_min_fields {
|
|
|
101197
101220
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101198
101221
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101199
101222
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101223
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101200
101224
|
/**
|
|
101201
101225
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101202
101226
|
*/
|
|
@@ -37204,6 +37204,7 @@ exports.generatedSchema = {
|
|
|
37204
37204
|
billingPlan: { __type: "String" },
|
|
37205
37205
|
billingSubscriptionStatus: { __type: "String" },
|
|
37206
37206
|
billing_address_id: { __type: "uuid" },
|
|
37207
|
+
booksClosedAt: { __type: "date" },
|
|
37207
37208
|
calculatedAnalyticsBillingStatus: { __type: "String" },
|
|
37208
37209
|
calculatedBillingPartner: { __type: "tenant" },
|
|
37209
37210
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
@@ -37837,6 +37838,7 @@ exports.generatedSchema = {
|
|
|
37837
37838
|
billingPlan: { __type: "String_comparison_exp" },
|
|
37838
37839
|
billingSubscriptionStatus: { __type: "String_comparison_exp" },
|
|
37839
37840
|
billing_address_id: { __type: "uuid_comparison_exp" },
|
|
37841
|
+
booksClosedAt: { __type: "date_comparison_exp" },
|
|
37840
37842
|
calculatedAnalyticsBillingStatus: { __type: "String_comparison_exp" },
|
|
37841
37843
|
calculatedBillingPartner: { __type: "tenant_bool_exp" },
|
|
37842
37844
|
calculatedBillingPartnerId: { __type: "uuid_comparison_exp" },
|
|
@@ -37979,6 +37981,7 @@ exports.generatedSchema = {
|
|
|
37979
37981
|
billingPlan: { __type: "String" },
|
|
37980
37982
|
billingSubscriptionStatus: { __type: "String" },
|
|
37981
37983
|
billing_address_id: { __type: "uuid" },
|
|
37984
|
+
booksClosedAt: { __type: "date" },
|
|
37982
37985
|
calculatedBillingPartner: { __type: "tenant_obj_rel_insert_input" },
|
|
37983
37986
|
cancelledAt: { __type: "date" },
|
|
37984
37987
|
chartOfAccountClients: { __type: "tenant_arr_rel_insert_input" },
|
|
@@ -38057,6 +38060,7 @@ exports.generatedSchema = {
|
|
|
38057
38060
|
billingPlan: { __type: "String" },
|
|
38058
38061
|
billingSubscriptionStatus: { __type: "String" },
|
|
38059
38062
|
billing_address_id: { __type: "uuid" },
|
|
38063
|
+
booksClosedAt: { __type: "date" },
|
|
38060
38064
|
calculatedAnalyticsBillingStatus: { __type: "String" },
|
|
38061
38065
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
38062
38066
|
calculatedStatus: { __type: "String" },
|
|
@@ -38098,6 +38102,7 @@ exports.generatedSchema = {
|
|
|
38098
38102
|
billingPlan: { __type: "order_by" },
|
|
38099
38103
|
billingSubscriptionStatus: { __type: "order_by" },
|
|
38100
38104
|
billing_address_id: { __type: "order_by" },
|
|
38105
|
+
booksClosedAt: { __type: "order_by" },
|
|
38101
38106
|
calculatedBillingPartnerId: { __type: "order_by" },
|
|
38102
38107
|
calculatedStatus: { __type: "order_by" },
|
|
38103
38108
|
cancelledAt: { __type: "order_by" },
|
|
@@ -38139,6 +38144,7 @@ exports.generatedSchema = {
|
|
|
38139
38144
|
billingPlan: { __type: "String" },
|
|
38140
38145
|
billingSubscriptionStatus: { __type: "String" },
|
|
38141
38146
|
billing_address_id: { __type: "uuid" },
|
|
38147
|
+
booksClosedAt: { __type: "date" },
|
|
38142
38148
|
calculatedAnalyticsBillingStatus: { __type: "String" },
|
|
38143
38149
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
38144
38150
|
calculatedStatus: { __type: "String" },
|
|
@@ -38180,6 +38186,7 @@ exports.generatedSchema = {
|
|
|
38180
38186
|
billingPlan: { __type: "order_by" },
|
|
38181
38187
|
billingSubscriptionStatus: { __type: "order_by" },
|
|
38182
38188
|
billing_address_id: { __type: "order_by" },
|
|
38189
|
+
booksClosedAt: { __type: "order_by" },
|
|
38183
38190
|
calculatedBillingPartnerId: { __type: "order_by" },
|
|
38184
38191
|
calculatedStatus: { __type: "order_by" },
|
|
38185
38192
|
cancelledAt: { __type: "order_by" },
|
|
@@ -38241,6 +38248,7 @@ exports.generatedSchema = {
|
|
|
38241
38248
|
billingPlan: { __type: "order_by" },
|
|
38242
38249
|
billingSubscriptionStatus: { __type: "order_by" },
|
|
38243
38250
|
billing_address_id: { __type: "order_by" },
|
|
38251
|
+
booksClosedAt: { __type: "order_by" },
|
|
38244
38252
|
calculatedAnalyticsBillingStatus: { __type: "order_by" },
|
|
38245
38253
|
calculatedBillingPartner: { __type: "tenant_order_by" },
|
|
38246
38254
|
calculatedBillingPartnerId: { __type: "order_by" },
|
|
@@ -38337,6 +38345,7 @@ exports.generatedSchema = {
|
|
|
38337
38345
|
billingPlan: { __type: "String" },
|
|
38338
38346
|
billingSubscriptionStatus: { __type: "String" },
|
|
38339
38347
|
billing_address_id: { __type: "uuid" },
|
|
38348
|
+
booksClosedAt: { __type: "date" },
|
|
38340
38349
|
cancelledAt: { __type: "date" },
|
|
38341
38350
|
chartOfAccountTenantId: { __type: "uuid" },
|
|
38342
38351
|
clerkId: { __type: "String" },
|
|
@@ -38419,6 +38428,7 @@ exports.generatedSchema = {
|
|
|
38419
38428
|
billingPlan: { __type: "String" },
|
|
38420
38429
|
billingSubscriptionStatus: { __type: "String" },
|
|
38421
38430
|
billing_address_id: { __type: "uuid" },
|
|
38431
|
+
booksClosedAt: { __type: "date" },
|
|
38422
38432
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
38423
38433
|
calculatedIsBillable: { __type: "Boolean" },
|
|
38424
38434
|
calculatedStatus: { __type: "String" },
|
|
@@ -23645,6 +23645,7 @@ export interface tenant_bool_exp {
|
|
|
23645
23645
|
billingPlan?: InputMaybe<String_comparison_exp>;
|
|
23646
23646
|
billingSubscriptionStatus?: InputMaybe<String_comparison_exp>;
|
|
23647
23647
|
billing_address_id?: InputMaybe<uuid_comparison_exp>;
|
|
23648
|
+
booksClosedAt?: InputMaybe<date_comparison_exp>;
|
|
23648
23649
|
calculatedAnalyticsBillingStatus?: InputMaybe<String_comparison_exp>;
|
|
23649
23650
|
calculatedBillingPartner?: InputMaybe<tenant_bool_exp>;
|
|
23650
23651
|
calculatedBillingPartnerId?: InputMaybe<uuid_comparison_exp>;
|
|
@@ -23794,6 +23795,7 @@ export interface tenant_insert_input {
|
|
|
23794
23795
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
23795
23796
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
23796
23797
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
23798
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
23797
23799
|
calculatedBillingPartner?: InputMaybe<tenant_obj_rel_insert_input>;
|
|
23798
23800
|
/** Billing subscription is getting cancelled at date */
|
|
23799
23801
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
@@ -23874,6 +23876,7 @@ export interface tenant_max_order_by {
|
|
|
23874
23876
|
billingPlan?: InputMaybe<order_by>;
|
|
23875
23877
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23876
23878
|
billing_address_id?: InputMaybe<order_by>;
|
|
23879
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23877
23880
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23878
23881
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23879
23882
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23917,6 +23920,7 @@ export interface tenant_min_order_by {
|
|
|
23917
23920
|
billingPlan?: InputMaybe<order_by>;
|
|
23918
23921
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23919
23922
|
billing_address_id?: InputMaybe<order_by>;
|
|
23923
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23920
23924
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23921
23925
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23922
23926
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23981,6 +23985,7 @@ export interface tenant_order_by {
|
|
|
23981
23985
|
billingPlan?: InputMaybe<order_by>;
|
|
23982
23986
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23983
23987
|
billing_address_id?: InputMaybe<order_by>;
|
|
23988
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23984
23989
|
calculatedAnalyticsBillingStatus?: InputMaybe<order_by>;
|
|
23985
23990
|
calculatedBillingPartner?: InputMaybe<tenant_order_by>;
|
|
23986
23991
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
@@ -24092,6 +24097,8 @@ export type tenant_select_column =
|
|
|
24092
24097
|
/** column name */
|
|
24093
24098
|
| "billing_address_id"
|
|
24094
24099
|
/** column name */
|
|
24100
|
+
| "booksClosedAt"
|
|
24101
|
+
/** column name */
|
|
24095
24102
|
| "calculatedBillingPartnerId"
|
|
24096
24103
|
/** column name */
|
|
24097
24104
|
| "calculatedIsBillable"
|
|
@@ -24220,6 +24227,7 @@ export interface tenant_set_input {
|
|
|
24220
24227
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24221
24228
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24222
24229
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24230
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24223
24231
|
/** Billing subscription is getting cancelled at date */
|
|
24224
24232
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
24225
24233
|
chartOfAccountTenantId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -24300,6 +24308,7 @@ export interface tenant_stream_cursor_value_input {
|
|
|
24300
24308
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24301
24309
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24302
24310
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24311
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24303
24312
|
calculatedBillingPartnerId?: InputMaybe<Scalars["uuid"]>;
|
|
24304
24313
|
calculatedIsBillable?: InputMaybe<Scalars["Boolean"]>;
|
|
24305
24314
|
calculatedStatus?: InputMaybe<Scalars["String"]>;
|
|
@@ -24376,6 +24385,8 @@ export type tenant_update_column =
|
|
|
24376
24385
|
/** column name */
|
|
24377
24386
|
| "billing_address_id"
|
|
24378
24387
|
/** column name */
|
|
24388
|
+
| "booksClosedAt"
|
|
24389
|
+
/** column name */
|
|
24379
24390
|
| "cancelledAt"
|
|
24380
24391
|
/** column name */
|
|
24381
24392
|
| "chartOfAccountTenantId"
|
|
@@ -65000,6 +65011,7 @@ export declare const generatedSchema: {
|
|
|
65000
65011
|
billingPlan: { __type: "String" };
|
|
65001
65012
|
billingSubscriptionStatus: { __type: "String" };
|
|
65002
65013
|
billing_address_id: { __type: "uuid" };
|
|
65014
|
+
booksClosedAt: { __type: "date" };
|
|
65003
65015
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65004
65016
|
calculatedBillingPartner: { __type: "tenant" };
|
|
65005
65017
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
@@ -65633,6 +65645,7 @@ export declare const generatedSchema: {
|
|
|
65633
65645
|
billingPlan: { __type: "String_comparison_exp" };
|
|
65634
65646
|
billingSubscriptionStatus: { __type: "String_comparison_exp" };
|
|
65635
65647
|
billing_address_id: { __type: "uuid_comparison_exp" };
|
|
65648
|
+
booksClosedAt: { __type: "date_comparison_exp" };
|
|
65636
65649
|
calculatedAnalyticsBillingStatus: { __type: "String_comparison_exp" };
|
|
65637
65650
|
calculatedBillingPartner: { __type: "tenant_bool_exp" };
|
|
65638
65651
|
calculatedBillingPartnerId: { __type: "uuid_comparison_exp" };
|
|
@@ -65775,6 +65788,7 @@ export declare const generatedSchema: {
|
|
|
65775
65788
|
billingPlan: { __type: "String" };
|
|
65776
65789
|
billingSubscriptionStatus: { __type: "String" };
|
|
65777
65790
|
billing_address_id: { __type: "uuid" };
|
|
65791
|
+
booksClosedAt: { __type: "date" };
|
|
65778
65792
|
calculatedBillingPartner: { __type: "tenant_obj_rel_insert_input" };
|
|
65779
65793
|
cancelledAt: { __type: "date" };
|
|
65780
65794
|
chartOfAccountClients: { __type: "tenant_arr_rel_insert_input" };
|
|
@@ -65853,6 +65867,7 @@ export declare const generatedSchema: {
|
|
|
65853
65867
|
billingPlan: { __type: "String" };
|
|
65854
65868
|
billingSubscriptionStatus: { __type: "String" };
|
|
65855
65869
|
billing_address_id: { __type: "uuid" };
|
|
65870
|
+
booksClosedAt: { __type: "date" };
|
|
65856
65871
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65857
65872
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65858
65873
|
calculatedStatus: { __type: "String" };
|
|
@@ -65894,6 +65909,7 @@ export declare const generatedSchema: {
|
|
|
65894
65909
|
billingPlan: { __type: "order_by" };
|
|
65895
65910
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65896
65911
|
billing_address_id: { __type: "order_by" };
|
|
65912
|
+
booksClosedAt: { __type: "order_by" };
|
|
65897
65913
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65898
65914
|
calculatedStatus: { __type: "order_by" };
|
|
65899
65915
|
cancelledAt: { __type: "order_by" };
|
|
@@ -65935,6 +65951,7 @@ export declare const generatedSchema: {
|
|
|
65935
65951
|
billingPlan: { __type: "String" };
|
|
65936
65952
|
billingSubscriptionStatus: { __type: "String" };
|
|
65937
65953
|
billing_address_id: { __type: "uuid" };
|
|
65954
|
+
booksClosedAt: { __type: "date" };
|
|
65938
65955
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65939
65956
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65940
65957
|
calculatedStatus: { __type: "String" };
|
|
@@ -65976,6 +65993,7 @@ export declare const generatedSchema: {
|
|
|
65976
65993
|
billingPlan: { __type: "order_by" };
|
|
65977
65994
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65978
65995
|
billing_address_id: { __type: "order_by" };
|
|
65996
|
+
booksClosedAt: { __type: "order_by" };
|
|
65979
65997
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65980
65998
|
calculatedStatus: { __type: "order_by" };
|
|
65981
65999
|
cancelledAt: { __type: "order_by" };
|
|
@@ -66037,6 +66055,7 @@ export declare const generatedSchema: {
|
|
|
66037
66055
|
billingPlan: { __type: "order_by" };
|
|
66038
66056
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
66039
66057
|
billing_address_id: { __type: "order_by" };
|
|
66058
|
+
booksClosedAt: { __type: "order_by" };
|
|
66040
66059
|
calculatedAnalyticsBillingStatus: { __type: "order_by" };
|
|
66041
66060
|
calculatedBillingPartner: { __type: "tenant_order_by" };
|
|
66042
66061
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
@@ -66133,6 +66152,7 @@ export declare const generatedSchema: {
|
|
|
66133
66152
|
billingPlan: { __type: "String" };
|
|
66134
66153
|
billingSubscriptionStatus: { __type: "String" };
|
|
66135
66154
|
billing_address_id: { __type: "uuid" };
|
|
66155
|
+
booksClosedAt: { __type: "date" };
|
|
66136
66156
|
cancelledAt: { __type: "date" };
|
|
66137
66157
|
chartOfAccountTenantId: { __type: "uuid" };
|
|
66138
66158
|
clerkId: { __type: "String" };
|
|
@@ -66215,6 +66235,7 @@ export declare const generatedSchema: {
|
|
|
66215
66235
|
billingPlan: { __type: "String" };
|
|
66216
66236
|
billingSubscriptionStatus: { __type: "String" };
|
|
66217
66237
|
billing_address_id: { __type: "uuid" };
|
|
66238
|
+
booksClosedAt: { __type: "date" };
|
|
66218
66239
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
66219
66240
|
calculatedIsBillable: { __type: "Boolean" };
|
|
66220
66241
|
calculatedStatus: { __type: "String" };
|
|
@@ -99809,6 +99830,7 @@ export interface tenant {
|
|
|
99809
99830
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
99810
99831
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
99811
99832
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
99833
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
99812
99834
|
/**
|
|
99813
99835
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
99814
99836
|
*/
|
|
@@ -101145,6 +101167,7 @@ export interface tenant_max_fields {
|
|
|
101145
101167
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101146
101168
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101147
101169
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101170
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101148
101171
|
/**
|
|
101149
101172
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101150
101173
|
*/
|
|
@@ -101197,6 +101220,7 @@ export interface tenant_min_fields {
|
|
|
101197
101220
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101198
101221
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101199
101222
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101223
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101200
101224
|
/**
|
|
101201
101225
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101202
101226
|
*/
|
|
@@ -37201,6 +37201,7 @@ export const generatedSchema = {
|
|
|
37201
37201
|
billingPlan: { __type: "String" },
|
|
37202
37202
|
billingSubscriptionStatus: { __type: "String" },
|
|
37203
37203
|
billing_address_id: { __type: "uuid" },
|
|
37204
|
+
booksClosedAt: { __type: "date" },
|
|
37204
37205
|
calculatedAnalyticsBillingStatus: { __type: "String" },
|
|
37205
37206
|
calculatedBillingPartner: { __type: "tenant" },
|
|
37206
37207
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
@@ -37834,6 +37835,7 @@ export const generatedSchema = {
|
|
|
37834
37835
|
billingPlan: { __type: "String_comparison_exp" },
|
|
37835
37836
|
billingSubscriptionStatus: { __type: "String_comparison_exp" },
|
|
37836
37837
|
billing_address_id: { __type: "uuid_comparison_exp" },
|
|
37838
|
+
booksClosedAt: { __type: "date_comparison_exp" },
|
|
37837
37839
|
calculatedAnalyticsBillingStatus: { __type: "String_comparison_exp" },
|
|
37838
37840
|
calculatedBillingPartner: { __type: "tenant_bool_exp" },
|
|
37839
37841
|
calculatedBillingPartnerId: { __type: "uuid_comparison_exp" },
|
|
@@ -37976,6 +37978,7 @@ export const generatedSchema = {
|
|
|
37976
37978
|
billingPlan: { __type: "String" },
|
|
37977
37979
|
billingSubscriptionStatus: { __type: "String" },
|
|
37978
37980
|
billing_address_id: { __type: "uuid" },
|
|
37981
|
+
booksClosedAt: { __type: "date" },
|
|
37979
37982
|
calculatedBillingPartner: { __type: "tenant_obj_rel_insert_input" },
|
|
37980
37983
|
cancelledAt: { __type: "date" },
|
|
37981
37984
|
chartOfAccountClients: { __type: "tenant_arr_rel_insert_input" },
|
|
@@ -38054,6 +38057,7 @@ export const generatedSchema = {
|
|
|
38054
38057
|
billingPlan: { __type: "String" },
|
|
38055
38058
|
billingSubscriptionStatus: { __type: "String" },
|
|
38056
38059
|
billing_address_id: { __type: "uuid" },
|
|
38060
|
+
booksClosedAt: { __type: "date" },
|
|
38057
38061
|
calculatedAnalyticsBillingStatus: { __type: "String" },
|
|
38058
38062
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
38059
38063
|
calculatedStatus: { __type: "String" },
|
|
@@ -38095,6 +38099,7 @@ export const generatedSchema = {
|
|
|
38095
38099
|
billingPlan: { __type: "order_by" },
|
|
38096
38100
|
billingSubscriptionStatus: { __type: "order_by" },
|
|
38097
38101
|
billing_address_id: { __type: "order_by" },
|
|
38102
|
+
booksClosedAt: { __type: "order_by" },
|
|
38098
38103
|
calculatedBillingPartnerId: { __type: "order_by" },
|
|
38099
38104
|
calculatedStatus: { __type: "order_by" },
|
|
38100
38105
|
cancelledAt: { __type: "order_by" },
|
|
@@ -38136,6 +38141,7 @@ export const generatedSchema = {
|
|
|
38136
38141
|
billingPlan: { __type: "String" },
|
|
38137
38142
|
billingSubscriptionStatus: { __type: "String" },
|
|
38138
38143
|
billing_address_id: { __type: "uuid" },
|
|
38144
|
+
booksClosedAt: { __type: "date" },
|
|
38139
38145
|
calculatedAnalyticsBillingStatus: { __type: "String" },
|
|
38140
38146
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
38141
38147
|
calculatedStatus: { __type: "String" },
|
|
@@ -38177,6 +38183,7 @@ export const generatedSchema = {
|
|
|
38177
38183
|
billingPlan: { __type: "order_by" },
|
|
38178
38184
|
billingSubscriptionStatus: { __type: "order_by" },
|
|
38179
38185
|
billing_address_id: { __type: "order_by" },
|
|
38186
|
+
booksClosedAt: { __type: "order_by" },
|
|
38180
38187
|
calculatedBillingPartnerId: { __type: "order_by" },
|
|
38181
38188
|
calculatedStatus: { __type: "order_by" },
|
|
38182
38189
|
cancelledAt: { __type: "order_by" },
|
|
@@ -38238,6 +38245,7 @@ export const generatedSchema = {
|
|
|
38238
38245
|
billingPlan: { __type: "order_by" },
|
|
38239
38246
|
billingSubscriptionStatus: { __type: "order_by" },
|
|
38240
38247
|
billing_address_id: { __type: "order_by" },
|
|
38248
|
+
booksClosedAt: { __type: "order_by" },
|
|
38241
38249
|
calculatedAnalyticsBillingStatus: { __type: "order_by" },
|
|
38242
38250
|
calculatedBillingPartner: { __type: "tenant_order_by" },
|
|
38243
38251
|
calculatedBillingPartnerId: { __type: "order_by" },
|
|
@@ -38334,6 +38342,7 @@ export const generatedSchema = {
|
|
|
38334
38342
|
billingPlan: { __type: "String" },
|
|
38335
38343
|
billingSubscriptionStatus: { __type: "String" },
|
|
38336
38344
|
billing_address_id: { __type: "uuid" },
|
|
38345
|
+
booksClosedAt: { __type: "date" },
|
|
38337
38346
|
cancelledAt: { __type: "date" },
|
|
38338
38347
|
chartOfAccountTenantId: { __type: "uuid" },
|
|
38339
38348
|
clerkId: { __type: "String" },
|
|
@@ -38416,6 +38425,7 @@ export const generatedSchema = {
|
|
|
38416
38425
|
billingPlan: { __type: "String" },
|
|
38417
38426
|
billingSubscriptionStatus: { __type: "String" },
|
|
38418
38427
|
billing_address_id: { __type: "uuid" },
|
|
38428
|
+
booksClosedAt: { __type: "date" },
|
|
38419
38429
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
38420
38430
|
calculatedIsBillable: { __type: "Boolean" },
|
|
38421
38431
|
calculatedStatus: { __type: "String" },
|
package/package.json
CHANGED
|
@@ -23645,6 +23645,7 @@ export interface tenant_bool_exp {
|
|
|
23645
23645
|
billingPlan?: InputMaybe<String_comparison_exp>;
|
|
23646
23646
|
billingSubscriptionStatus?: InputMaybe<String_comparison_exp>;
|
|
23647
23647
|
billing_address_id?: InputMaybe<uuid_comparison_exp>;
|
|
23648
|
+
booksClosedAt?: InputMaybe<date_comparison_exp>;
|
|
23648
23649
|
calculatedAnalyticsBillingStatus?: InputMaybe<String_comparison_exp>;
|
|
23649
23650
|
calculatedBillingPartner?: InputMaybe<tenant_bool_exp>;
|
|
23650
23651
|
calculatedBillingPartnerId?: InputMaybe<uuid_comparison_exp>;
|
|
@@ -23794,6 +23795,7 @@ export interface tenant_insert_input {
|
|
|
23794
23795
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
23795
23796
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
23796
23797
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
23798
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
23797
23799
|
calculatedBillingPartner?: InputMaybe<tenant_obj_rel_insert_input>;
|
|
23798
23800
|
/** Billing subscription is getting cancelled at date */
|
|
23799
23801
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
@@ -23874,6 +23876,7 @@ export interface tenant_max_order_by {
|
|
|
23874
23876
|
billingPlan?: InputMaybe<order_by>;
|
|
23875
23877
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23876
23878
|
billing_address_id?: InputMaybe<order_by>;
|
|
23879
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23877
23880
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23878
23881
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23879
23882
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23917,6 +23920,7 @@ export interface tenant_min_order_by {
|
|
|
23917
23920
|
billingPlan?: InputMaybe<order_by>;
|
|
23918
23921
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23919
23922
|
billing_address_id?: InputMaybe<order_by>;
|
|
23923
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23920
23924
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23921
23925
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23922
23926
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23981,6 +23985,7 @@ export interface tenant_order_by {
|
|
|
23981
23985
|
billingPlan?: InputMaybe<order_by>;
|
|
23982
23986
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23983
23987
|
billing_address_id?: InputMaybe<order_by>;
|
|
23988
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23984
23989
|
calculatedAnalyticsBillingStatus?: InputMaybe<order_by>;
|
|
23985
23990
|
calculatedBillingPartner?: InputMaybe<tenant_order_by>;
|
|
23986
23991
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
@@ -24092,6 +24097,8 @@ export type tenant_select_column =
|
|
|
24092
24097
|
/** column name */
|
|
24093
24098
|
| "billing_address_id"
|
|
24094
24099
|
/** column name */
|
|
24100
|
+
| "booksClosedAt"
|
|
24101
|
+
/** column name */
|
|
24095
24102
|
| "calculatedBillingPartnerId"
|
|
24096
24103
|
/** column name */
|
|
24097
24104
|
| "calculatedIsBillable"
|
|
@@ -24220,6 +24227,7 @@ export interface tenant_set_input {
|
|
|
24220
24227
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24221
24228
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24222
24229
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24230
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24223
24231
|
/** Billing subscription is getting cancelled at date */
|
|
24224
24232
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
24225
24233
|
chartOfAccountTenantId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -24300,6 +24308,7 @@ export interface tenant_stream_cursor_value_input {
|
|
|
24300
24308
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24301
24309
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24302
24310
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24311
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24303
24312
|
calculatedBillingPartnerId?: InputMaybe<Scalars["uuid"]>;
|
|
24304
24313
|
calculatedIsBillable?: InputMaybe<Scalars["Boolean"]>;
|
|
24305
24314
|
calculatedStatus?: InputMaybe<Scalars["String"]>;
|
|
@@ -24376,6 +24385,8 @@ export type tenant_update_column =
|
|
|
24376
24385
|
/** column name */
|
|
24377
24386
|
| "billing_address_id"
|
|
24378
24387
|
/** column name */
|
|
24388
|
+
| "booksClosedAt"
|
|
24389
|
+
/** column name */
|
|
24379
24390
|
| "cancelledAt"
|
|
24380
24391
|
/** column name */
|
|
24381
24392
|
| "chartOfAccountTenantId"
|
|
@@ -65000,6 +65011,7 @@ export declare const generatedSchema: {
|
|
|
65000
65011
|
billingPlan: { __type: "String" };
|
|
65001
65012
|
billingSubscriptionStatus: { __type: "String" };
|
|
65002
65013
|
billing_address_id: { __type: "uuid" };
|
|
65014
|
+
booksClosedAt: { __type: "date" };
|
|
65003
65015
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65004
65016
|
calculatedBillingPartner: { __type: "tenant" };
|
|
65005
65017
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
@@ -65633,6 +65645,7 @@ export declare const generatedSchema: {
|
|
|
65633
65645
|
billingPlan: { __type: "String_comparison_exp" };
|
|
65634
65646
|
billingSubscriptionStatus: { __type: "String_comparison_exp" };
|
|
65635
65647
|
billing_address_id: { __type: "uuid_comparison_exp" };
|
|
65648
|
+
booksClosedAt: { __type: "date_comparison_exp" };
|
|
65636
65649
|
calculatedAnalyticsBillingStatus: { __type: "String_comparison_exp" };
|
|
65637
65650
|
calculatedBillingPartner: { __type: "tenant_bool_exp" };
|
|
65638
65651
|
calculatedBillingPartnerId: { __type: "uuid_comparison_exp" };
|
|
@@ -65775,6 +65788,7 @@ export declare const generatedSchema: {
|
|
|
65775
65788
|
billingPlan: { __type: "String" };
|
|
65776
65789
|
billingSubscriptionStatus: { __type: "String" };
|
|
65777
65790
|
billing_address_id: { __type: "uuid" };
|
|
65791
|
+
booksClosedAt: { __type: "date" };
|
|
65778
65792
|
calculatedBillingPartner: { __type: "tenant_obj_rel_insert_input" };
|
|
65779
65793
|
cancelledAt: { __type: "date" };
|
|
65780
65794
|
chartOfAccountClients: { __type: "tenant_arr_rel_insert_input" };
|
|
@@ -65853,6 +65867,7 @@ export declare const generatedSchema: {
|
|
|
65853
65867
|
billingPlan: { __type: "String" };
|
|
65854
65868
|
billingSubscriptionStatus: { __type: "String" };
|
|
65855
65869
|
billing_address_id: { __type: "uuid" };
|
|
65870
|
+
booksClosedAt: { __type: "date" };
|
|
65856
65871
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65857
65872
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65858
65873
|
calculatedStatus: { __type: "String" };
|
|
@@ -65894,6 +65909,7 @@ export declare const generatedSchema: {
|
|
|
65894
65909
|
billingPlan: { __type: "order_by" };
|
|
65895
65910
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65896
65911
|
billing_address_id: { __type: "order_by" };
|
|
65912
|
+
booksClosedAt: { __type: "order_by" };
|
|
65897
65913
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65898
65914
|
calculatedStatus: { __type: "order_by" };
|
|
65899
65915
|
cancelledAt: { __type: "order_by" };
|
|
@@ -65935,6 +65951,7 @@ export declare const generatedSchema: {
|
|
|
65935
65951
|
billingPlan: { __type: "String" };
|
|
65936
65952
|
billingSubscriptionStatus: { __type: "String" };
|
|
65937
65953
|
billing_address_id: { __type: "uuid" };
|
|
65954
|
+
booksClosedAt: { __type: "date" };
|
|
65938
65955
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65939
65956
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65940
65957
|
calculatedStatus: { __type: "String" };
|
|
@@ -65976,6 +65993,7 @@ export declare const generatedSchema: {
|
|
|
65976
65993
|
billingPlan: { __type: "order_by" };
|
|
65977
65994
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65978
65995
|
billing_address_id: { __type: "order_by" };
|
|
65996
|
+
booksClosedAt: { __type: "order_by" };
|
|
65979
65997
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65980
65998
|
calculatedStatus: { __type: "order_by" };
|
|
65981
65999
|
cancelledAt: { __type: "order_by" };
|
|
@@ -66037,6 +66055,7 @@ export declare const generatedSchema: {
|
|
|
66037
66055
|
billingPlan: { __type: "order_by" };
|
|
66038
66056
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
66039
66057
|
billing_address_id: { __type: "order_by" };
|
|
66058
|
+
booksClosedAt: { __type: "order_by" };
|
|
66040
66059
|
calculatedAnalyticsBillingStatus: { __type: "order_by" };
|
|
66041
66060
|
calculatedBillingPartner: { __type: "tenant_order_by" };
|
|
66042
66061
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
@@ -66133,6 +66152,7 @@ export declare const generatedSchema: {
|
|
|
66133
66152
|
billingPlan: { __type: "String" };
|
|
66134
66153
|
billingSubscriptionStatus: { __type: "String" };
|
|
66135
66154
|
billing_address_id: { __type: "uuid" };
|
|
66155
|
+
booksClosedAt: { __type: "date" };
|
|
66136
66156
|
cancelledAt: { __type: "date" };
|
|
66137
66157
|
chartOfAccountTenantId: { __type: "uuid" };
|
|
66138
66158
|
clerkId: { __type: "String" };
|
|
@@ -66215,6 +66235,7 @@ export declare const generatedSchema: {
|
|
|
66215
66235
|
billingPlan: { __type: "String" };
|
|
66216
66236
|
billingSubscriptionStatus: { __type: "String" };
|
|
66217
66237
|
billing_address_id: { __type: "uuid" };
|
|
66238
|
+
booksClosedAt: { __type: "date" };
|
|
66218
66239
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
66219
66240
|
calculatedIsBillable: { __type: "Boolean" };
|
|
66220
66241
|
calculatedStatus: { __type: "String" };
|
|
@@ -99809,6 +99830,7 @@ export interface tenant {
|
|
|
99809
99830
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
99810
99831
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
99811
99832
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
99833
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
99812
99834
|
/**
|
|
99813
99835
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
99814
99836
|
*/
|
|
@@ -101145,6 +101167,7 @@ export interface tenant_max_fields {
|
|
|
101145
101167
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101146
101168
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101147
101169
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101170
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101148
101171
|
/**
|
|
101149
101172
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101150
101173
|
*/
|
|
@@ -101197,6 +101220,7 @@ export interface tenant_min_fields {
|
|
|
101197
101220
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101198
101221
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101199
101222
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101223
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101200
101224
|
/**
|
|
101201
101225
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101202
101226
|
*/
|
|
@@ -37286,6 +37286,7 @@ export const generatedSchema = {
|
|
|
37286
37286
|
billingPlan: { __type: "String" },
|
|
37287
37287
|
billingSubscriptionStatus: { __type: "String" },
|
|
37288
37288
|
billing_address_id: { __type: "uuid" },
|
|
37289
|
+
booksClosedAt: { __type: "date" },
|
|
37289
37290
|
calculatedAnalyticsBillingStatus: { __type: "String" },
|
|
37290
37291
|
calculatedBillingPartner: { __type: "tenant" },
|
|
37291
37292
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
@@ -37921,6 +37922,7 @@ export const generatedSchema = {
|
|
|
37921
37922
|
billingPlan: { __type: "String_comparison_exp" },
|
|
37922
37923
|
billingSubscriptionStatus: { __type: "String_comparison_exp" },
|
|
37923
37924
|
billing_address_id: { __type: "uuid_comparison_exp" },
|
|
37925
|
+
booksClosedAt: { __type: "date_comparison_exp" },
|
|
37924
37926
|
calculatedAnalyticsBillingStatus: { __type: "String_comparison_exp" },
|
|
37925
37927
|
calculatedBillingPartner: { __type: "tenant_bool_exp" },
|
|
37926
37928
|
calculatedBillingPartnerId: { __type: "uuid_comparison_exp" },
|
|
@@ -38063,6 +38065,7 @@ export const generatedSchema = {
|
|
|
38063
38065
|
billingPlan: { __type: "String" },
|
|
38064
38066
|
billingSubscriptionStatus: { __type: "String" },
|
|
38065
38067
|
billing_address_id: { __type: "uuid" },
|
|
38068
|
+
booksClosedAt: { __type: "date" },
|
|
38066
38069
|
calculatedBillingPartner: { __type: "tenant_obj_rel_insert_input" },
|
|
38067
38070
|
cancelledAt: { __type: "date" },
|
|
38068
38071
|
chartOfAccountClients: { __type: "tenant_arr_rel_insert_input" },
|
|
@@ -38141,6 +38144,7 @@ export const generatedSchema = {
|
|
|
38141
38144
|
billingPlan: { __type: "String" },
|
|
38142
38145
|
billingSubscriptionStatus: { __type: "String" },
|
|
38143
38146
|
billing_address_id: { __type: "uuid" },
|
|
38147
|
+
booksClosedAt: { __type: "date" },
|
|
38144
38148
|
calculatedAnalyticsBillingStatus: { __type: "String" },
|
|
38145
38149
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
38146
38150
|
calculatedStatus: { __type: "String" },
|
|
@@ -38182,6 +38186,7 @@ export const generatedSchema = {
|
|
|
38182
38186
|
billingPlan: { __type: "order_by" },
|
|
38183
38187
|
billingSubscriptionStatus: { __type: "order_by" },
|
|
38184
38188
|
billing_address_id: { __type: "order_by" },
|
|
38189
|
+
booksClosedAt: { __type: "order_by" },
|
|
38185
38190
|
calculatedBillingPartnerId: { __type: "order_by" },
|
|
38186
38191
|
calculatedStatus: { __type: "order_by" },
|
|
38187
38192
|
cancelledAt: { __type: "order_by" },
|
|
@@ -38223,6 +38228,7 @@ export const generatedSchema = {
|
|
|
38223
38228
|
billingPlan: { __type: "String" },
|
|
38224
38229
|
billingSubscriptionStatus: { __type: "String" },
|
|
38225
38230
|
billing_address_id: { __type: "uuid" },
|
|
38231
|
+
booksClosedAt: { __type: "date" },
|
|
38226
38232
|
calculatedAnalyticsBillingStatus: { __type: "String" },
|
|
38227
38233
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
38228
38234
|
calculatedStatus: { __type: "String" },
|
|
@@ -38264,6 +38270,7 @@ export const generatedSchema = {
|
|
|
38264
38270
|
billingPlan: { __type: "order_by" },
|
|
38265
38271
|
billingSubscriptionStatus: { __type: "order_by" },
|
|
38266
38272
|
billing_address_id: { __type: "order_by" },
|
|
38273
|
+
booksClosedAt: { __type: "order_by" },
|
|
38267
38274
|
calculatedBillingPartnerId: { __type: "order_by" },
|
|
38268
38275
|
calculatedStatus: { __type: "order_by" },
|
|
38269
38276
|
cancelledAt: { __type: "order_by" },
|
|
@@ -38325,6 +38332,7 @@ export const generatedSchema = {
|
|
|
38325
38332
|
billingPlan: { __type: "order_by" },
|
|
38326
38333
|
billingSubscriptionStatus: { __type: "order_by" },
|
|
38327
38334
|
billing_address_id: { __type: "order_by" },
|
|
38335
|
+
booksClosedAt: { __type: "order_by" },
|
|
38328
38336
|
calculatedAnalyticsBillingStatus: { __type: "order_by" },
|
|
38329
38337
|
calculatedBillingPartner: { __type: "tenant_order_by" },
|
|
38330
38338
|
calculatedBillingPartnerId: { __type: "order_by" },
|
|
@@ -38421,6 +38429,7 @@ export const generatedSchema = {
|
|
|
38421
38429
|
billingPlan: { __type: "String" },
|
|
38422
38430
|
billingSubscriptionStatus: { __type: "String" },
|
|
38423
38431
|
billing_address_id: { __type: "uuid" },
|
|
38432
|
+
booksClosedAt: { __type: "date" },
|
|
38424
38433
|
cancelledAt: { __type: "date" },
|
|
38425
38434
|
chartOfAccountTenantId: { __type: "uuid" },
|
|
38426
38435
|
clerkId: { __type: "String" },
|
|
@@ -38503,6 +38512,7 @@ export const generatedSchema = {
|
|
|
38503
38512
|
billingPlan: { __type: "String" },
|
|
38504
38513
|
billingSubscriptionStatus: { __type: "String" },
|
|
38505
38514
|
billing_address_id: { __type: "uuid" },
|
|
38515
|
+
booksClosedAt: { __type: "date" },
|
|
38506
38516
|
calculatedBillingPartnerId: { __type: "uuid" },
|
|
38507
38517
|
calculatedIsBillable: { __type: "Boolean" },
|
|
38508
38518
|
calculatedStatus: { __type: "String" },
|