Skip to content

Commit

Permalink
fix: subs offering format
Browse files Browse the repository at this point in the history
  • Loading branch information
samblacklock committed Jul 23, 2024
1 parent dc2da7e commit d879ba9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/subscription-offerings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Description: Subscription Offerings.
* DOCS: TODO: add docs when ready
*/

import {
Identifiable,
CrudQueryableResource, Resource
Expand All @@ -15,6 +16,7 @@ import { SubscriptionPlan } from './subscription-plans'
* For custom flows, extend this interface
* DOCS: TODO: add docs when ready
*/

export interface SubscriptionOfferingBase {
type: string
attributes: {
Expand Down Expand Up @@ -133,6 +135,7 @@ type SubscriptionOfferingPlanMeta = {

export type SubscriptionOfferingPlan = Omit<SubscriptionPlan, 'meta'> & SubscriptionOfferingAttachmentsRelationships & SubscriptionOfferingPlanMeta
export type SubscriptionOfferingProduct = SubscriptionProduct & SubscriptionOfferingAttachmentsRelationships

/**
* Subscription Offering Endpoints
* DOCS: TODO: add docs when ready
Expand Down

0 comments on commit d879ba9

Please sign in to comment.