File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1851,11 +1851,6 @@ export type PlatformPlanItem = {
18511851 period : PaymentPeriod ;
18521852} ;
18531853
1854- export type PlatformPlanLineItemAttributes = {
1855- dimension : LineItemDimension ;
1856- quantity : Scalars [ 'Int' ] ;
1857- } ;
1858-
18591854export type PlatformSubscription = {
18601855 __typename ?: 'PlatformSubscription' ;
18611856 externalId ?: Maybe < Scalars [ 'String' ] > ;
@@ -1864,10 +1859,6 @@ export type PlatformSubscription = {
18641859 plan ?: Maybe < PlatformPlan > ;
18651860} ;
18661861
1867- export type PlatformSubscriptionAttributes = {
1868- lineItems ?: InputMaybe < Array < InputMaybe < PlatformPlanLineItemAttributes > > > ;
1869- } ;
1870-
18711862export type PlatformSubscriptionLineItems = {
18721863 __typename ?: 'PlatformSubscriptionLineItems' ;
18731864 dimension : LineItemDimension ;
@@ -2632,7 +2623,6 @@ export type RootMutationTypeCreatePlanArgs = {
26322623
26332624
26342625export type RootMutationTypeCreatePlatformSubscriptionArgs = {
2635- attributes : PlatformSubscriptionAttributes ;
26362626 planId : Scalars [ 'ID' ] ;
26372627} ;
26382628
You can’t perform that action at this time.
0 commit comments