Skip to content

Commit a4e6124

Browse files
committed
Update schema
1 parent 3bf9431 commit a4e6124

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

packages/dashboard-client/src/generated/ApiTypes.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ export type PerOwnerPricingSubscriptionCreateSchema = {
20542054
state: string;
20552055
vat_number?: null | string;
20562056
cf_cod_fiscale?: null | string;
2057-
cf_gruppo_iva?: null | string;
2057+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
20582058
po_number?: null | string;
20592059
zip: string;
20602060
};
@@ -2080,7 +2080,7 @@ export type PerOwnerPricingSubscriptionSimulateSchema = {
20802080
country: string;
20812081
vat_number?: null | string;
20822082
cf_cod_fiscale?: null | string;
2083-
cf_gruppo_iva?: null | string;
2083+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
20842084
po_number?: null | string;
20852085
zip: string;
20862086
[k: string]: unknown;
@@ -2836,7 +2836,7 @@ export type PerSitePricingBillingProfile = {
28362836
credits: number;
28372837
total_dues: number;
28382838
cf_cod_fiscale: null | string;
2839-
cf_gruppo_iva: null | string;
2839+
cf_cod_fiscale_partecipante_gruppo_iva: null | string;
28402840
coupons: string[];
28412841
is_active: boolean;
28422842
next_monthly_billing_at: null | string;
@@ -2885,7 +2885,7 @@ export type PerSitePricingBillingProfileAttributes = {
28852885
credits: number;
28862886
total_dues: number;
28872887
cf_cod_fiscale: null | string;
2888-
cf_gruppo_iva: null | string;
2888+
cf_cod_fiscale_partecipante_gruppo_iva: null | string;
28892889
coupons: string[];
28902890
is_active: boolean;
28912891
next_monthly_billing_at: null | string;
@@ -2928,7 +2928,7 @@ export type PerSitePricingBillingProfileUpdateInfoSchema = {
29282928
zip: string;
29292929
vat_number?: null | string;
29302930
cf_cod_fiscale?: null | string;
2931-
cf_gruppo_iva?: null | string;
2931+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
29322932
};
29332933
};
29342934
/**
@@ -2972,7 +2972,7 @@ export type PerOwnerPricingBillingProfile = {
29722972
credits: number;
29732973
total_dues: number;
29742974
cf_cod_fiscale: null | string;
2975-
cf_gruppo_iva: null | string;
2975+
cf_cod_fiscale_partecipante_gruppo_iva: null | string;
29762976
po_number: null | string;
29772977
unbilled_charges: number;
29782978
discount_percentage: number;
@@ -3017,7 +3017,7 @@ export type PerOwnerPricingBillingProfileAttributes = {
30173017
credits: number;
30183018
total_dues: number;
30193019
cf_cod_fiscale: null | string;
3020-
cf_gruppo_iva: null | string;
3020+
cf_cod_fiscale_partecipante_gruppo_iva: null | string;
30213021
po_number: null | string;
30223022
unbilled_charges: number;
30233023
discount_percentage: number;
@@ -3050,7 +3050,7 @@ export type PerOwnerPricingBillingProfileUpdateInfoSchema = {
30503050
zip: string;
30513051
vat_number?: null | string;
30523052
cf_cod_fiscale?: null | string;
3053-
cf_gruppo_iva?: null | string;
3053+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
30543054
po_number?: null | string;
30553055
};
30563056
};

packages/dashboard-client/src/generated/RawApiTypes.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ export type PerOwnerPricingSubscriptionCreateSchema = {
12751275
state: string;
12761276
vat_number?: null | string;
12771277
cf_cod_fiscale?: null | string;
1278-
cf_gruppo_iva?: null | string;
1278+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
12791279
po_number?: null | string;
12801280
zip: string;
12811281
};
@@ -1319,7 +1319,7 @@ export type PerOwnerPricingSubscriptionSimulateSchema = {
13191319
country: string;
13201320
vat_number?: null | string;
13211321
cf_cod_fiscale?: null | string;
1322-
cf_gruppo_iva?: null | string;
1322+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
13231323
po_number?: null | string;
13241324
zip: string;
13251325
[k: string]: unknown;
@@ -1432,7 +1432,7 @@ export type PerOwnerPricingBillingProfileAttributes = {
14321432
credits: number;
14331433
total_dues: number;
14341434
cf_cod_fiscale: null | string;
1435-
cf_gruppo_iva: null | string;
1435+
cf_cod_fiscale_partecipante_gruppo_iva: null | string;
14361436
po_number: null | string;
14371437
unbilled_charges: number;
14381438
discount_percentage: number;
@@ -1485,7 +1485,7 @@ export type PerOwnerPricingBillingProfileUpdateInfoSchema = {
14851485
zip: string;
14861486
vat_number?: null | string;
14871487
cf_cod_fiscale?: null | string;
1488-
cf_gruppo_iva?: null | string;
1488+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
14891489
po_number?: null | string;
14901490
};
14911491
};
@@ -2157,7 +2157,7 @@ export type SiteSubscriptionCreateSchema = {
21572157
state: string;
21582158
vat_number?: null | string;
21592159
cf_cod_fiscale?: null | string;
2160-
cf_gruppo_iva?: null | string;
2160+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
21612161
zip: string;
21622162
};
21632163
};
@@ -2221,7 +2221,7 @@ export type SiteSubscriptionSimulateSchema = {
22212221
country: string;
22222222
vat_number?: null | string;
22232223
cf_cod_fiscale?: null | string;
2224-
cf_gruppo_iva?: null | string;
2224+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
22252225
zip: string;
22262226
[k: string]: unknown;
22272227
};
@@ -2744,7 +2744,7 @@ export type SiteTransferSimulateAcceptSchema = {
27442744
country: string;
27452745
vat_number?: null | string;
27462746
cf_cod_fiscale?: null | string;
2747-
cf_gruppo_iva?: null | string;
2747+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
27482748
zip: string;
27492749
[k: string]: unknown;
27502750
};
@@ -2790,7 +2790,7 @@ export type SiteTransferAcceptSchema = {
27902790
state: string;
27912791
vat_number?: null | string;
27922792
cf_cod_fiscale?: null | string;
2793-
cf_gruppo_iva?: null | string;
2793+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
27942794
zip: string;
27952795
};
27962796
};
@@ -2968,7 +2968,7 @@ export type SiteDuplicateSchema = {
29682968
state: string;
29692969
vat_number?: null | string;
29702970
cf_cod_fiscale?: null | string;
2971-
cf_gruppo_iva?: null | string;
2971+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
29722972
zip: string;
29732973
};
29742974
};
@@ -3045,7 +3045,7 @@ export type PerSitePricingBillingProfileAttributes = {
30453045
credits: number;
30463046
total_dues: number;
30473047
cf_cod_fiscale: null | string;
3048-
cf_gruppo_iva: null | string;
3048+
cf_cod_fiscale_partecipante_gruppo_iva: null | string;
30493049
coupons: string[];
30503050
is_active: boolean;
30513051
next_monthly_billing_at: null | string;
@@ -3121,7 +3121,7 @@ export type PerSitePricingBillingProfileUpdateInfoSchema = {
31213121
zip: string;
31223122
vat_number?: null | string;
31233123
cf_cod_fiscale?: null | string;
3124-
cf_gruppo_iva?: null | string;
3124+
cf_cod_fiscale_partecipante_gruppo_iva?: null | string;
31253125
};
31263126
};
31273127
};

0 commit comments

Comments
 (0)