@vrplatform/graphql 1.1.8 → 1.1.10
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 +25 -0
- package/build/main/gqty/schema.generated.js +10 -0
- package/build/module/gqty/schema.generated.d.ts +25 -0
- package/build/module/gqty/schema.generated.js +10 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +25 -0
- package/src/gqty/schema.generated.js +10 -0
|
@@ -9258,6 +9258,7 @@ export type journalEntryType_enum =
|
|
|
9258
9258
|
| "reservation_line"
|
|
9259
9259
|
| "transaction_deposit"
|
|
9260
9260
|
| "transaction_deposit_channelFee"
|
|
9261
|
+
| "transaction_deposit_coHost"
|
|
9261
9262
|
| "transaction_deposit_line"
|
|
9262
9263
|
| "transaction_deposit_merchantFee"
|
|
9263
9264
|
| "transaction_deposit_openingAdvance"
|
|
@@ -23645,6 +23646,7 @@ export interface tenant_bool_exp {
|
|
|
23645
23646
|
billingPlan?: InputMaybe<String_comparison_exp>;
|
|
23646
23647
|
billingSubscriptionStatus?: InputMaybe<String_comparison_exp>;
|
|
23647
23648
|
billing_address_id?: InputMaybe<uuid_comparison_exp>;
|
|
23649
|
+
booksClosedAt?: InputMaybe<date_comparison_exp>;
|
|
23648
23650
|
calculatedAnalyticsBillingStatus?: InputMaybe<String_comparison_exp>;
|
|
23649
23651
|
calculatedBillingPartner?: InputMaybe<tenant_bool_exp>;
|
|
23650
23652
|
calculatedBillingPartnerId?: InputMaybe<uuid_comparison_exp>;
|
|
@@ -23794,6 +23796,7 @@ export interface tenant_insert_input {
|
|
|
23794
23796
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
23795
23797
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
23796
23798
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
23799
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
23797
23800
|
calculatedBillingPartner?: InputMaybe<tenant_obj_rel_insert_input>;
|
|
23798
23801
|
/** Billing subscription is getting cancelled at date */
|
|
23799
23802
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
@@ -23874,6 +23877,7 @@ export interface tenant_max_order_by {
|
|
|
23874
23877
|
billingPlan?: InputMaybe<order_by>;
|
|
23875
23878
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23876
23879
|
billing_address_id?: InputMaybe<order_by>;
|
|
23880
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23877
23881
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23878
23882
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23879
23883
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23917,6 +23921,7 @@ export interface tenant_min_order_by {
|
|
|
23917
23921
|
billingPlan?: InputMaybe<order_by>;
|
|
23918
23922
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23919
23923
|
billing_address_id?: InputMaybe<order_by>;
|
|
23924
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23920
23925
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23921
23926
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23922
23927
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23981,6 +23986,7 @@ export interface tenant_order_by {
|
|
|
23981
23986
|
billingPlan?: InputMaybe<order_by>;
|
|
23982
23987
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23983
23988
|
billing_address_id?: InputMaybe<order_by>;
|
|
23989
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23984
23990
|
calculatedAnalyticsBillingStatus?: InputMaybe<order_by>;
|
|
23985
23991
|
calculatedBillingPartner?: InputMaybe<tenant_order_by>;
|
|
23986
23992
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
@@ -24092,6 +24098,8 @@ export type tenant_select_column =
|
|
|
24092
24098
|
/** column name */
|
|
24093
24099
|
| "billing_address_id"
|
|
24094
24100
|
/** column name */
|
|
24101
|
+
| "booksClosedAt"
|
|
24102
|
+
/** column name */
|
|
24095
24103
|
| "calculatedBillingPartnerId"
|
|
24096
24104
|
/** column name */
|
|
24097
24105
|
| "calculatedIsBillable"
|
|
@@ -24220,6 +24228,7 @@ export interface tenant_set_input {
|
|
|
24220
24228
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24221
24229
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24222
24230
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24231
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24223
24232
|
/** Billing subscription is getting cancelled at date */
|
|
24224
24233
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
24225
24234
|
chartOfAccountTenantId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -24300,6 +24309,7 @@ export interface tenant_stream_cursor_value_input {
|
|
|
24300
24309
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24301
24310
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24302
24311
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24312
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24303
24313
|
calculatedBillingPartnerId?: InputMaybe<Scalars["uuid"]>;
|
|
24304
24314
|
calculatedIsBillable?: InputMaybe<Scalars["Boolean"]>;
|
|
24305
24315
|
calculatedStatus?: InputMaybe<Scalars["String"]>;
|
|
@@ -24376,6 +24386,8 @@ export type tenant_update_column =
|
|
|
24376
24386
|
/** column name */
|
|
24377
24387
|
| "billing_address_id"
|
|
24378
24388
|
/** column name */
|
|
24389
|
+
| "booksClosedAt"
|
|
24390
|
+
/** column name */
|
|
24379
24391
|
| "cancelledAt"
|
|
24380
24392
|
/** column name */
|
|
24381
24393
|
| "chartOfAccountTenantId"
|
|
@@ -65000,6 +65012,7 @@ export declare const generatedSchema: {
|
|
|
65000
65012
|
billingPlan: { __type: "String" };
|
|
65001
65013
|
billingSubscriptionStatus: { __type: "String" };
|
|
65002
65014
|
billing_address_id: { __type: "uuid" };
|
|
65015
|
+
booksClosedAt: { __type: "date" };
|
|
65003
65016
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65004
65017
|
calculatedBillingPartner: { __type: "tenant" };
|
|
65005
65018
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
@@ -65633,6 +65646,7 @@ export declare const generatedSchema: {
|
|
|
65633
65646
|
billingPlan: { __type: "String_comparison_exp" };
|
|
65634
65647
|
billingSubscriptionStatus: { __type: "String_comparison_exp" };
|
|
65635
65648
|
billing_address_id: { __type: "uuid_comparison_exp" };
|
|
65649
|
+
booksClosedAt: { __type: "date_comparison_exp" };
|
|
65636
65650
|
calculatedAnalyticsBillingStatus: { __type: "String_comparison_exp" };
|
|
65637
65651
|
calculatedBillingPartner: { __type: "tenant_bool_exp" };
|
|
65638
65652
|
calculatedBillingPartnerId: { __type: "uuid_comparison_exp" };
|
|
@@ -65775,6 +65789,7 @@ export declare const generatedSchema: {
|
|
|
65775
65789
|
billingPlan: { __type: "String" };
|
|
65776
65790
|
billingSubscriptionStatus: { __type: "String" };
|
|
65777
65791
|
billing_address_id: { __type: "uuid" };
|
|
65792
|
+
booksClosedAt: { __type: "date" };
|
|
65778
65793
|
calculatedBillingPartner: { __type: "tenant_obj_rel_insert_input" };
|
|
65779
65794
|
cancelledAt: { __type: "date" };
|
|
65780
65795
|
chartOfAccountClients: { __type: "tenant_arr_rel_insert_input" };
|
|
@@ -65853,6 +65868,7 @@ export declare const generatedSchema: {
|
|
|
65853
65868
|
billingPlan: { __type: "String" };
|
|
65854
65869
|
billingSubscriptionStatus: { __type: "String" };
|
|
65855
65870
|
billing_address_id: { __type: "uuid" };
|
|
65871
|
+
booksClosedAt: { __type: "date" };
|
|
65856
65872
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65857
65873
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65858
65874
|
calculatedStatus: { __type: "String" };
|
|
@@ -65894,6 +65910,7 @@ export declare const generatedSchema: {
|
|
|
65894
65910
|
billingPlan: { __type: "order_by" };
|
|
65895
65911
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65896
65912
|
billing_address_id: { __type: "order_by" };
|
|
65913
|
+
booksClosedAt: { __type: "order_by" };
|
|
65897
65914
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65898
65915
|
calculatedStatus: { __type: "order_by" };
|
|
65899
65916
|
cancelledAt: { __type: "order_by" };
|
|
@@ -65935,6 +65952,7 @@ export declare const generatedSchema: {
|
|
|
65935
65952
|
billingPlan: { __type: "String" };
|
|
65936
65953
|
billingSubscriptionStatus: { __type: "String" };
|
|
65937
65954
|
billing_address_id: { __type: "uuid" };
|
|
65955
|
+
booksClosedAt: { __type: "date" };
|
|
65938
65956
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65939
65957
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65940
65958
|
calculatedStatus: { __type: "String" };
|
|
@@ -65976,6 +65994,7 @@ export declare const generatedSchema: {
|
|
|
65976
65994
|
billingPlan: { __type: "order_by" };
|
|
65977
65995
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65978
65996
|
billing_address_id: { __type: "order_by" };
|
|
65997
|
+
booksClosedAt: { __type: "order_by" };
|
|
65979
65998
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65980
65999
|
calculatedStatus: { __type: "order_by" };
|
|
65981
66000
|
cancelledAt: { __type: "order_by" };
|
|
@@ -66037,6 +66056,7 @@ export declare const generatedSchema: {
|
|
|
66037
66056
|
billingPlan: { __type: "order_by" };
|
|
66038
66057
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
66039
66058
|
billing_address_id: { __type: "order_by" };
|
|
66059
|
+
booksClosedAt: { __type: "order_by" };
|
|
66040
66060
|
calculatedAnalyticsBillingStatus: { __type: "order_by" };
|
|
66041
66061
|
calculatedBillingPartner: { __type: "tenant_order_by" };
|
|
66042
66062
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
@@ -66133,6 +66153,7 @@ export declare const generatedSchema: {
|
|
|
66133
66153
|
billingPlan: { __type: "String" };
|
|
66134
66154
|
billingSubscriptionStatus: { __type: "String" };
|
|
66135
66155
|
billing_address_id: { __type: "uuid" };
|
|
66156
|
+
booksClosedAt: { __type: "date" };
|
|
66136
66157
|
cancelledAt: { __type: "date" };
|
|
66137
66158
|
chartOfAccountTenantId: { __type: "uuid" };
|
|
66138
66159
|
clerkId: { __type: "String" };
|
|
@@ -66215,6 +66236,7 @@ export declare const generatedSchema: {
|
|
|
66215
66236
|
billingPlan: { __type: "String" };
|
|
66216
66237
|
billingSubscriptionStatus: { __type: "String" };
|
|
66217
66238
|
billing_address_id: { __type: "uuid" };
|
|
66239
|
+
booksClosedAt: { __type: "date" };
|
|
66218
66240
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
66219
66241
|
calculatedIsBillable: { __type: "Boolean" };
|
|
66220
66242
|
calculatedStatus: { __type: "String" };
|
|
@@ -99809,6 +99831,7 @@ export interface tenant {
|
|
|
99809
99831
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
99810
99832
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
99811
99833
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
99834
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
99812
99835
|
/**
|
|
99813
99836
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
99814
99837
|
*/
|
|
@@ -101145,6 +101168,7 @@ export interface tenant_max_fields {
|
|
|
101145
101168
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101146
101169
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101147
101170
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101171
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101148
101172
|
/**
|
|
101149
101173
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101150
101174
|
*/
|
|
@@ -101197,6 +101221,7 @@ export interface tenant_min_fields {
|
|
|
101197
101221
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101198
101222
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101199
101223
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101224
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101200
101225
|
/**
|
|
101201
101226
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101202
101227
|
*/
|
|
@@ -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" },
|
|
@@ -9258,6 +9258,7 @@ export type journalEntryType_enum =
|
|
|
9258
9258
|
| "reservation_line"
|
|
9259
9259
|
| "transaction_deposit"
|
|
9260
9260
|
| "transaction_deposit_channelFee"
|
|
9261
|
+
| "transaction_deposit_coHost"
|
|
9261
9262
|
| "transaction_deposit_line"
|
|
9262
9263
|
| "transaction_deposit_merchantFee"
|
|
9263
9264
|
| "transaction_deposit_openingAdvance"
|
|
@@ -23645,6 +23646,7 @@ export interface tenant_bool_exp {
|
|
|
23645
23646
|
billingPlan?: InputMaybe<String_comparison_exp>;
|
|
23646
23647
|
billingSubscriptionStatus?: InputMaybe<String_comparison_exp>;
|
|
23647
23648
|
billing_address_id?: InputMaybe<uuid_comparison_exp>;
|
|
23649
|
+
booksClosedAt?: InputMaybe<date_comparison_exp>;
|
|
23648
23650
|
calculatedAnalyticsBillingStatus?: InputMaybe<String_comparison_exp>;
|
|
23649
23651
|
calculatedBillingPartner?: InputMaybe<tenant_bool_exp>;
|
|
23650
23652
|
calculatedBillingPartnerId?: InputMaybe<uuid_comparison_exp>;
|
|
@@ -23794,6 +23796,7 @@ export interface tenant_insert_input {
|
|
|
23794
23796
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
23795
23797
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
23796
23798
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
23799
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
23797
23800
|
calculatedBillingPartner?: InputMaybe<tenant_obj_rel_insert_input>;
|
|
23798
23801
|
/** Billing subscription is getting cancelled at date */
|
|
23799
23802
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
@@ -23874,6 +23877,7 @@ export interface tenant_max_order_by {
|
|
|
23874
23877
|
billingPlan?: InputMaybe<order_by>;
|
|
23875
23878
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23876
23879
|
billing_address_id?: InputMaybe<order_by>;
|
|
23880
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23877
23881
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23878
23882
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23879
23883
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23917,6 +23921,7 @@ export interface tenant_min_order_by {
|
|
|
23917
23921
|
billingPlan?: InputMaybe<order_by>;
|
|
23918
23922
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23919
23923
|
billing_address_id?: InputMaybe<order_by>;
|
|
23924
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23920
23925
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23921
23926
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23922
23927
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23981,6 +23986,7 @@ export interface tenant_order_by {
|
|
|
23981
23986
|
billingPlan?: InputMaybe<order_by>;
|
|
23982
23987
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23983
23988
|
billing_address_id?: InputMaybe<order_by>;
|
|
23989
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23984
23990
|
calculatedAnalyticsBillingStatus?: InputMaybe<order_by>;
|
|
23985
23991
|
calculatedBillingPartner?: InputMaybe<tenant_order_by>;
|
|
23986
23992
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
@@ -24092,6 +24098,8 @@ export type tenant_select_column =
|
|
|
24092
24098
|
/** column name */
|
|
24093
24099
|
| "billing_address_id"
|
|
24094
24100
|
/** column name */
|
|
24101
|
+
| "booksClosedAt"
|
|
24102
|
+
/** column name */
|
|
24095
24103
|
| "calculatedBillingPartnerId"
|
|
24096
24104
|
/** column name */
|
|
24097
24105
|
| "calculatedIsBillable"
|
|
@@ -24220,6 +24228,7 @@ export interface tenant_set_input {
|
|
|
24220
24228
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24221
24229
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24222
24230
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24231
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24223
24232
|
/** Billing subscription is getting cancelled at date */
|
|
24224
24233
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
24225
24234
|
chartOfAccountTenantId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -24300,6 +24309,7 @@ export interface tenant_stream_cursor_value_input {
|
|
|
24300
24309
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24301
24310
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24302
24311
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24312
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24303
24313
|
calculatedBillingPartnerId?: InputMaybe<Scalars["uuid"]>;
|
|
24304
24314
|
calculatedIsBillable?: InputMaybe<Scalars["Boolean"]>;
|
|
24305
24315
|
calculatedStatus?: InputMaybe<Scalars["String"]>;
|
|
@@ -24376,6 +24386,8 @@ export type tenant_update_column =
|
|
|
24376
24386
|
/** column name */
|
|
24377
24387
|
| "billing_address_id"
|
|
24378
24388
|
/** column name */
|
|
24389
|
+
| "booksClosedAt"
|
|
24390
|
+
/** column name */
|
|
24379
24391
|
| "cancelledAt"
|
|
24380
24392
|
/** column name */
|
|
24381
24393
|
| "chartOfAccountTenantId"
|
|
@@ -65000,6 +65012,7 @@ export declare const generatedSchema: {
|
|
|
65000
65012
|
billingPlan: { __type: "String" };
|
|
65001
65013
|
billingSubscriptionStatus: { __type: "String" };
|
|
65002
65014
|
billing_address_id: { __type: "uuid" };
|
|
65015
|
+
booksClosedAt: { __type: "date" };
|
|
65003
65016
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65004
65017
|
calculatedBillingPartner: { __type: "tenant" };
|
|
65005
65018
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
@@ -65633,6 +65646,7 @@ export declare const generatedSchema: {
|
|
|
65633
65646
|
billingPlan: { __type: "String_comparison_exp" };
|
|
65634
65647
|
billingSubscriptionStatus: { __type: "String_comparison_exp" };
|
|
65635
65648
|
billing_address_id: { __type: "uuid_comparison_exp" };
|
|
65649
|
+
booksClosedAt: { __type: "date_comparison_exp" };
|
|
65636
65650
|
calculatedAnalyticsBillingStatus: { __type: "String_comparison_exp" };
|
|
65637
65651
|
calculatedBillingPartner: { __type: "tenant_bool_exp" };
|
|
65638
65652
|
calculatedBillingPartnerId: { __type: "uuid_comparison_exp" };
|
|
@@ -65775,6 +65789,7 @@ export declare const generatedSchema: {
|
|
|
65775
65789
|
billingPlan: { __type: "String" };
|
|
65776
65790
|
billingSubscriptionStatus: { __type: "String" };
|
|
65777
65791
|
billing_address_id: { __type: "uuid" };
|
|
65792
|
+
booksClosedAt: { __type: "date" };
|
|
65778
65793
|
calculatedBillingPartner: { __type: "tenant_obj_rel_insert_input" };
|
|
65779
65794
|
cancelledAt: { __type: "date" };
|
|
65780
65795
|
chartOfAccountClients: { __type: "tenant_arr_rel_insert_input" };
|
|
@@ -65853,6 +65868,7 @@ export declare const generatedSchema: {
|
|
|
65853
65868
|
billingPlan: { __type: "String" };
|
|
65854
65869
|
billingSubscriptionStatus: { __type: "String" };
|
|
65855
65870
|
billing_address_id: { __type: "uuid" };
|
|
65871
|
+
booksClosedAt: { __type: "date" };
|
|
65856
65872
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65857
65873
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65858
65874
|
calculatedStatus: { __type: "String" };
|
|
@@ -65894,6 +65910,7 @@ export declare const generatedSchema: {
|
|
|
65894
65910
|
billingPlan: { __type: "order_by" };
|
|
65895
65911
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65896
65912
|
billing_address_id: { __type: "order_by" };
|
|
65913
|
+
booksClosedAt: { __type: "order_by" };
|
|
65897
65914
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65898
65915
|
calculatedStatus: { __type: "order_by" };
|
|
65899
65916
|
cancelledAt: { __type: "order_by" };
|
|
@@ -65935,6 +65952,7 @@ export declare const generatedSchema: {
|
|
|
65935
65952
|
billingPlan: { __type: "String" };
|
|
65936
65953
|
billingSubscriptionStatus: { __type: "String" };
|
|
65937
65954
|
billing_address_id: { __type: "uuid" };
|
|
65955
|
+
booksClosedAt: { __type: "date" };
|
|
65938
65956
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65939
65957
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65940
65958
|
calculatedStatus: { __type: "String" };
|
|
@@ -65976,6 +65994,7 @@ export declare const generatedSchema: {
|
|
|
65976
65994
|
billingPlan: { __type: "order_by" };
|
|
65977
65995
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65978
65996
|
billing_address_id: { __type: "order_by" };
|
|
65997
|
+
booksClosedAt: { __type: "order_by" };
|
|
65979
65998
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65980
65999
|
calculatedStatus: { __type: "order_by" };
|
|
65981
66000
|
cancelledAt: { __type: "order_by" };
|
|
@@ -66037,6 +66056,7 @@ export declare const generatedSchema: {
|
|
|
66037
66056
|
billingPlan: { __type: "order_by" };
|
|
66038
66057
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
66039
66058
|
billing_address_id: { __type: "order_by" };
|
|
66059
|
+
booksClosedAt: { __type: "order_by" };
|
|
66040
66060
|
calculatedAnalyticsBillingStatus: { __type: "order_by" };
|
|
66041
66061
|
calculatedBillingPartner: { __type: "tenant_order_by" };
|
|
66042
66062
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
@@ -66133,6 +66153,7 @@ export declare const generatedSchema: {
|
|
|
66133
66153
|
billingPlan: { __type: "String" };
|
|
66134
66154
|
billingSubscriptionStatus: { __type: "String" };
|
|
66135
66155
|
billing_address_id: { __type: "uuid" };
|
|
66156
|
+
booksClosedAt: { __type: "date" };
|
|
66136
66157
|
cancelledAt: { __type: "date" };
|
|
66137
66158
|
chartOfAccountTenantId: { __type: "uuid" };
|
|
66138
66159
|
clerkId: { __type: "String" };
|
|
@@ -66215,6 +66236,7 @@ export declare const generatedSchema: {
|
|
|
66215
66236
|
billingPlan: { __type: "String" };
|
|
66216
66237
|
billingSubscriptionStatus: { __type: "String" };
|
|
66217
66238
|
billing_address_id: { __type: "uuid" };
|
|
66239
|
+
booksClosedAt: { __type: "date" };
|
|
66218
66240
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
66219
66241
|
calculatedIsBillable: { __type: "Boolean" };
|
|
66220
66242
|
calculatedStatus: { __type: "String" };
|
|
@@ -99809,6 +99831,7 @@ export interface tenant {
|
|
|
99809
99831
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
99810
99832
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
99811
99833
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
99834
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
99812
99835
|
/**
|
|
99813
99836
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
99814
99837
|
*/
|
|
@@ -101145,6 +101168,7 @@ export interface tenant_max_fields {
|
|
|
101145
101168
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101146
101169
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101147
101170
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101171
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101148
101172
|
/**
|
|
101149
101173
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101150
101174
|
*/
|
|
@@ -101197,6 +101221,7 @@ export interface tenant_min_fields {
|
|
|
101197
101221
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101198
101222
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101199
101223
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101224
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101200
101225
|
/**
|
|
101201
101226
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101202
101227
|
*/
|
|
@@ -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
|
@@ -9258,6 +9258,7 @@ export type journalEntryType_enum =
|
|
|
9258
9258
|
| "reservation_line"
|
|
9259
9259
|
| "transaction_deposit"
|
|
9260
9260
|
| "transaction_deposit_channelFee"
|
|
9261
|
+
| "transaction_deposit_coHost"
|
|
9261
9262
|
| "transaction_deposit_line"
|
|
9262
9263
|
| "transaction_deposit_merchantFee"
|
|
9263
9264
|
| "transaction_deposit_openingAdvance"
|
|
@@ -23645,6 +23646,7 @@ export interface tenant_bool_exp {
|
|
|
23645
23646
|
billingPlan?: InputMaybe<String_comparison_exp>;
|
|
23646
23647
|
billingSubscriptionStatus?: InputMaybe<String_comparison_exp>;
|
|
23647
23648
|
billing_address_id?: InputMaybe<uuid_comparison_exp>;
|
|
23649
|
+
booksClosedAt?: InputMaybe<date_comparison_exp>;
|
|
23648
23650
|
calculatedAnalyticsBillingStatus?: InputMaybe<String_comparison_exp>;
|
|
23649
23651
|
calculatedBillingPartner?: InputMaybe<tenant_bool_exp>;
|
|
23650
23652
|
calculatedBillingPartnerId?: InputMaybe<uuid_comparison_exp>;
|
|
@@ -23794,6 +23796,7 @@ export interface tenant_insert_input {
|
|
|
23794
23796
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
23795
23797
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
23796
23798
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
23799
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
23797
23800
|
calculatedBillingPartner?: InputMaybe<tenant_obj_rel_insert_input>;
|
|
23798
23801
|
/** Billing subscription is getting cancelled at date */
|
|
23799
23802
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
@@ -23874,6 +23877,7 @@ export interface tenant_max_order_by {
|
|
|
23874
23877
|
billingPlan?: InputMaybe<order_by>;
|
|
23875
23878
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23876
23879
|
billing_address_id?: InputMaybe<order_by>;
|
|
23880
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23877
23881
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23878
23882
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23879
23883
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23917,6 +23921,7 @@ export interface tenant_min_order_by {
|
|
|
23917
23921
|
billingPlan?: InputMaybe<order_by>;
|
|
23918
23922
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23919
23923
|
billing_address_id?: InputMaybe<order_by>;
|
|
23924
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23920
23925
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
23921
23926
|
calculatedStatus?: InputMaybe<order_by>;
|
|
23922
23927
|
/** Billing subscription is getting cancelled at date */
|
|
@@ -23981,6 +23986,7 @@ export interface tenant_order_by {
|
|
|
23981
23986
|
billingPlan?: InputMaybe<order_by>;
|
|
23982
23987
|
billingSubscriptionStatus?: InputMaybe<order_by>;
|
|
23983
23988
|
billing_address_id?: InputMaybe<order_by>;
|
|
23989
|
+
booksClosedAt?: InputMaybe<order_by>;
|
|
23984
23990
|
calculatedAnalyticsBillingStatus?: InputMaybe<order_by>;
|
|
23985
23991
|
calculatedBillingPartner?: InputMaybe<tenant_order_by>;
|
|
23986
23992
|
calculatedBillingPartnerId?: InputMaybe<order_by>;
|
|
@@ -24092,6 +24098,8 @@ export type tenant_select_column =
|
|
|
24092
24098
|
/** column name */
|
|
24093
24099
|
| "billing_address_id"
|
|
24094
24100
|
/** column name */
|
|
24101
|
+
| "booksClosedAt"
|
|
24102
|
+
/** column name */
|
|
24095
24103
|
| "calculatedBillingPartnerId"
|
|
24096
24104
|
/** column name */
|
|
24097
24105
|
| "calculatedIsBillable"
|
|
@@ -24220,6 +24228,7 @@ export interface tenant_set_input {
|
|
|
24220
24228
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24221
24229
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24222
24230
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24231
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24223
24232
|
/** Billing subscription is getting cancelled at date */
|
|
24224
24233
|
cancelledAt?: InputMaybe<Scalars["date"]>;
|
|
24225
24234
|
chartOfAccountTenantId?: InputMaybe<Scalars["uuid"]>;
|
|
@@ -24300,6 +24309,7 @@ export interface tenant_stream_cursor_value_input {
|
|
|
24300
24309
|
billingPlan?: InputMaybe<Scalars["String"]>;
|
|
24301
24310
|
billingSubscriptionStatus?: InputMaybe<Scalars["String"]>;
|
|
24302
24311
|
billing_address_id?: InputMaybe<Scalars["uuid"]>;
|
|
24312
|
+
booksClosedAt?: InputMaybe<Scalars["date"]>;
|
|
24303
24313
|
calculatedBillingPartnerId?: InputMaybe<Scalars["uuid"]>;
|
|
24304
24314
|
calculatedIsBillable?: InputMaybe<Scalars["Boolean"]>;
|
|
24305
24315
|
calculatedStatus?: InputMaybe<Scalars["String"]>;
|
|
@@ -24376,6 +24386,8 @@ export type tenant_update_column =
|
|
|
24376
24386
|
/** column name */
|
|
24377
24387
|
| "billing_address_id"
|
|
24378
24388
|
/** column name */
|
|
24389
|
+
| "booksClosedAt"
|
|
24390
|
+
/** column name */
|
|
24379
24391
|
| "cancelledAt"
|
|
24380
24392
|
/** column name */
|
|
24381
24393
|
| "chartOfAccountTenantId"
|
|
@@ -65000,6 +65012,7 @@ export declare const generatedSchema: {
|
|
|
65000
65012
|
billingPlan: { __type: "String" };
|
|
65001
65013
|
billingSubscriptionStatus: { __type: "String" };
|
|
65002
65014
|
billing_address_id: { __type: "uuid" };
|
|
65015
|
+
booksClosedAt: { __type: "date" };
|
|
65003
65016
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65004
65017
|
calculatedBillingPartner: { __type: "tenant" };
|
|
65005
65018
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
@@ -65633,6 +65646,7 @@ export declare const generatedSchema: {
|
|
|
65633
65646
|
billingPlan: { __type: "String_comparison_exp" };
|
|
65634
65647
|
billingSubscriptionStatus: { __type: "String_comparison_exp" };
|
|
65635
65648
|
billing_address_id: { __type: "uuid_comparison_exp" };
|
|
65649
|
+
booksClosedAt: { __type: "date_comparison_exp" };
|
|
65636
65650
|
calculatedAnalyticsBillingStatus: { __type: "String_comparison_exp" };
|
|
65637
65651
|
calculatedBillingPartner: { __type: "tenant_bool_exp" };
|
|
65638
65652
|
calculatedBillingPartnerId: { __type: "uuid_comparison_exp" };
|
|
@@ -65775,6 +65789,7 @@ export declare const generatedSchema: {
|
|
|
65775
65789
|
billingPlan: { __type: "String" };
|
|
65776
65790
|
billingSubscriptionStatus: { __type: "String" };
|
|
65777
65791
|
billing_address_id: { __type: "uuid" };
|
|
65792
|
+
booksClosedAt: { __type: "date" };
|
|
65778
65793
|
calculatedBillingPartner: { __type: "tenant_obj_rel_insert_input" };
|
|
65779
65794
|
cancelledAt: { __type: "date" };
|
|
65780
65795
|
chartOfAccountClients: { __type: "tenant_arr_rel_insert_input" };
|
|
@@ -65853,6 +65868,7 @@ export declare const generatedSchema: {
|
|
|
65853
65868
|
billingPlan: { __type: "String" };
|
|
65854
65869
|
billingSubscriptionStatus: { __type: "String" };
|
|
65855
65870
|
billing_address_id: { __type: "uuid" };
|
|
65871
|
+
booksClosedAt: { __type: "date" };
|
|
65856
65872
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65857
65873
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65858
65874
|
calculatedStatus: { __type: "String" };
|
|
@@ -65894,6 +65910,7 @@ export declare const generatedSchema: {
|
|
|
65894
65910
|
billingPlan: { __type: "order_by" };
|
|
65895
65911
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65896
65912
|
billing_address_id: { __type: "order_by" };
|
|
65913
|
+
booksClosedAt: { __type: "order_by" };
|
|
65897
65914
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65898
65915
|
calculatedStatus: { __type: "order_by" };
|
|
65899
65916
|
cancelledAt: { __type: "order_by" };
|
|
@@ -65935,6 +65952,7 @@ export declare const generatedSchema: {
|
|
|
65935
65952
|
billingPlan: { __type: "String" };
|
|
65936
65953
|
billingSubscriptionStatus: { __type: "String" };
|
|
65937
65954
|
billing_address_id: { __type: "uuid" };
|
|
65955
|
+
booksClosedAt: { __type: "date" };
|
|
65938
65956
|
calculatedAnalyticsBillingStatus: { __type: "String" };
|
|
65939
65957
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
65940
65958
|
calculatedStatus: { __type: "String" };
|
|
@@ -65976,6 +65994,7 @@ export declare const generatedSchema: {
|
|
|
65976
65994
|
billingPlan: { __type: "order_by" };
|
|
65977
65995
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
65978
65996
|
billing_address_id: { __type: "order_by" };
|
|
65997
|
+
booksClosedAt: { __type: "order_by" };
|
|
65979
65998
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
65980
65999
|
calculatedStatus: { __type: "order_by" };
|
|
65981
66000
|
cancelledAt: { __type: "order_by" };
|
|
@@ -66037,6 +66056,7 @@ export declare const generatedSchema: {
|
|
|
66037
66056
|
billingPlan: { __type: "order_by" };
|
|
66038
66057
|
billingSubscriptionStatus: { __type: "order_by" };
|
|
66039
66058
|
billing_address_id: { __type: "order_by" };
|
|
66059
|
+
booksClosedAt: { __type: "order_by" };
|
|
66040
66060
|
calculatedAnalyticsBillingStatus: { __type: "order_by" };
|
|
66041
66061
|
calculatedBillingPartner: { __type: "tenant_order_by" };
|
|
66042
66062
|
calculatedBillingPartnerId: { __type: "order_by" };
|
|
@@ -66133,6 +66153,7 @@ export declare const generatedSchema: {
|
|
|
66133
66153
|
billingPlan: { __type: "String" };
|
|
66134
66154
|
billingSubscriptionStatus: { __type: "String" };
|
|
66135
66155
|
billing_address_id: { __type: "uuid" };
|
|
66156
|
+
booksClosedAt: { __type: "date" };
|
|
66136
66157
|
cancelledAt: { __type: "date" };
|
|
66137
66158
|
chartOfAccountTenantId: { __type: "uuid" };
|
|
66138
66159
|
clerkId: { __type: "String" };
|
|
@@ -66215,6 +66236,7 @@ export declare const generatedSchema: {
|
|
|
66215
66236
|
billingPlan: { __type: "String" };
|
|
66216
66237
|
billingSubscriptionStatus: { __type: "String" };
|
|
66217
66238
|
billing_address_id: { __type: "uuid" };
|
|
66239
|
+
booksClosedAt: { __type: "date" };
|
|
66218
66240
|
calculatedBillingPartnerId: { __type: "uuid" };
|
|
66219
66241
|
calculatedIsBillable: { __type: "Boolean" };
|
|
66220
66242
|
calculatedStatus: { __type: "String" };
|
|
@@ -99809,6 +99831,7 @@ export interface tenant {
|
|
|
99809
99831
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
99810
99832
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
99811
99833
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
99834
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
99812
99835
|
/**
|
|
99813
99836
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
99814
99837
|
*/
|
|
@@ -101145,6 +101168,7 @@ export interface tenant_max_fields {
|
|
|
101145
101168
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101146
101169
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101147
101170
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101171
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101148
101172
|
/**
|
|
101149
101173
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101150
101174
|
*/
|
|
@@ -101197,6 +101221,7 @@ export interface tenant_min_fields {
|
|
|
101197
101221
|
billingPlan?: Maybe<ScalarsEnums["String"]>;
|
|
101198
101222
|
billingSubscriptionStatus?: Maybe<ScalarsEnums["String"]>;
|
|
101199
101223
|
billing_address_id?: Maybe<ScalarsEnums["uuid"]>;
|
|
101224
|
+
booksClosedAt?: Maybe<ScalarsEnums["date"]>;
|
|
101200
101225
|
/**
|
|
101201
101226
|
* A computed field, executes function "tenant_calculated_analytics_billing_status"
|
|
101202
101227
|
*/
|
|
@@ -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" },
|