Type aliases AddCompatibleAddonsToPlanInput Add
CompatibleAddonsToPlanInput: { id: Scalars [ "String" ] ; relationIds: Scalars [ "String" ] [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:60 Addon Type declaration Optional billingId?: string | null description: string displayName: string id: string Optional maxQuantity?: number Optional metadata?: Metadata | null pricePoints: Price [] Optional pricingType?: PricingType | null AddonArchiveInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:67 AddonAssociatedEntitiesInput Addon
AssociatedEntitiesInput: { environmentId: Scalars [ "String" ] ; refId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:74 AddonCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:80 AddonDependencyFragment AddonDependencyFragment: { __typename?: "Addon" ; description?: string | null ; displayName: string ; id: string ; refId: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4712 Type declaration Optional __typename?: "Addon" Optional description?: string | null displayName: string id: string refId: string AddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:97 AddonFragment Addon
Fragment: { __typename?: "Addon" ; additionalMetaData?: any | null ; billingId?: string | null ; dependencies?: ( { __typename?: "Addon" } & AddonDependencyFragment ) [] | null ; description?: string | null ; displayName: string ; entitlements?: ( { __typename?: "PackageEntitlement" } & PackageEntitlementFragment ) [] | null ; id: string ; maxQuantity?: number | null ; overagePrices?: ( { __typename?: "Price" } & OveragePriceFragment ) [] | null ; prices?: ( { __typename?: "Price" } & PriceFragment ) [] | null ; pricingType?: PricingType | null ; refId: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4689 Type declaration Optional __typename?: "Addon" Optional additionalMetaData?: any | null Optional billingId?: string | null Optional dependencies?: ( { __typename?: "Addon" } & AddonDependencyFragment ) [] | null Optional description?: string | null displayName: string Optional entitlements?: ( { __typename?: "PackageEntitlement" } & PackageEntitlementFragment ) [] | null id: string Optional maxQuantity?: number | null Optional overagePrices?: ( { __typename?: "Price" } & OveragePriceFragment ) [] | null Optional prices?: ( { __typename?: "Price" } & PriceFragment ) [] | null Optional pricingType?: PricingType | null refId: string AddonSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:114 AddonUnArchiveInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:135 AddonUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:141 Address Address: { addressLine1?: string ; addressLine2?: string ; city?: string ; country?: string ; phoneNumber?: string ; postalCode?: string ; state?: string }
Type declaration Optional addressLine1?: string Optional addressLine2?: string Optional city?: string Optional country?: string Optional phoneNumber?: string Optional postalCode?: string Optional state?: string AggregatedEventsByCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:163 ApiKeyFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:184 ApiKeySort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:189 ApplySubscription Type declaration Optional billingCountryCode?: string Optional billingId?: string customerId: string Optional metadata?: Metadata | null Optional payingCustomerId?: string Optional paymentMethodId?: string planId: string Optional promotionCode?: string Optional resourceId?: string Optional skipTrial?: boolean Optional startDate?: Date Optional unitQuantity?: number ApplySubscriptionFragment Apply
SubscriptionFragment: { __typename?: "ApplySubscription" ; entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null ; subscription?: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6135 Type declaration Optional __typename?: "ApplySubscription" Optional entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null Optional subscription?: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) | null ApplySubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:203 ApplySubscriptionMutation Apply
SubscriptionMutation: { __typename?: "Mutation" ; applySubscription: { __typename?: "ApplySubscription" } & ApplySubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6313 ApplySubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6310 ArchiveCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:236 ArchiveCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:240 ArchiveCustomerMutation ArchiveCustomerMutation: { __typename?: "Mutation" ; archiveCustomer: { __typename?: "Customer" ; customerId: string } }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6441 Type declaration Optional __typename?: "Mutation" archiveCustomer: { __typename?: "Customer" ; customerId: string } Optional __typename?: "Customer" customerId: string ArchiveCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6438 ArchiveEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:244 ArchiveFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:248 ArchivePackageGroup Archive
PackageGroup: { environmentId: Scalars [ "String" ] ; packageGroupId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:253 ArchivePlanInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:259 AttachCustomerPaymentMethodInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:263 Auth0CredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:278 AutoCancellationRuleInput Auto
CancellationRuleInput: { sourcePlanId: Scalars [ "String" ] ; targetPlanId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:291 AwsMarketplaceCredentialsInput Aws
MarketplaceCredentialsInput: { awsRoleArn: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:297 BaseEntitlement Type declaration hasAccess: boolean isFallback: boolean BasePlan BasePlan: { displayName: string ; id: string }
Type declaration displayName: string id: string BigQueryCredentialsInput Big
QueryCredentialsInput: { credentialsJson: Scalars [ "String" ] ; datasetId: Scalars [ "String" ] ; datasetLocation: Scalars [ "String" ] ; gcsBucketName: Scalars [ "String" ] ; gcsBucketPath: Scalars [ "String" ] ; hmacKeyAccessId: Scalars [ "String" ] ; hmacKeySecret: Scalars [ "String" ] ; projectId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:300 BillableFeature BillableFeature: { featureId: string ; quantity: number }
Type declaration featureId: string quantity: number BillableFeatureInput Billable
FeatureInput: { featureId: Scalars [ "String" ] ; quantity: Scalars [ "Float" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:310 BillingAddress Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:314 BillingCadenceFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:332 BillingInfo Billing
Info: { billingAddress?: Address ; currency?: Currency ; customerName?: string ; integrationId?: string ; invoiceCustomFields?: Record < string , string > ; language?: string ; metadata?: Metadata | null ; paymentMethodId?: string ; shippingAddress?: Address ; taxIds?: TaxExempt [] ; timezone?: string } Type declaration Optional billingAddress?: Address Optional currency?: Currency Optional customerName?: string Optional integrationId?: string Optional invoiceCustomFields?: Record < string , string > Optional language?: string Optional metadata?: Metadata | null Optional paymentMethodId?: string Optional shippingAddress?: Address Optional taxIds?: TaxExempt [] Optional timezone?: string BillingModelFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:355 BillingPeriodFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:376 BooleanEntitlementFallback BooleanEntitlementFallback: { hasAccess: boolean }
BooleanEntitlementOptions Type declaration Optional shouldTrack?: boolean BooleanFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:397 BudgetConfigurationInput Budget
ConfigurationInput: { hasSoftLimit: Scalars [ "Boolean" ] ; limit: Scalars [ "Float" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:402 CancelSubscription Type declaration Optional endDate?: Date Optional prorate?: boolean subscriptionId: string CancelSubscriptionMutation Cancel
SubscriptionMutation: { __typename?: "Mutation" ; cancelSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6338 CancelSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6335 CancelSubscriptionScheduledUpdates CancelSubscriptionUpdatesMutation CancelSubscriptionUpdatesMutation: { __typename?: "Mutation" ; cancelSchedule: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6383 Type declaration Optional __typename?: "Mutation" cancelSchedule: string CancelSubscriptionUpdatesMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6380 ChargeSubscriptionUsageInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:415 CheckoutConfigurationFragment Checkout
ConfigurationFragment: { __typename: "CheckoutConfiguration" ; content?: { __typename?: "CheckoutContent" ; collectPhoneNumber?: boolean | null } | null ; customCss?: string | null ; palette?: { __typename: "CheckoutColorPalette" ; backgroundColor?: string | null ; borderColor?: string | null ; primary?: string | null ; summaryBackgroundColor?: string | null ; textColor?: string | null } | null ; typography?: ( { __typename: "TypographyConfiguration" } & TypographyConfigurationFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5704 Type declaration __typename: "CheckoutConfiguration" Optional content?: { __typename?: "CheckoutContent" ; collectPhoneNumber?: boolean | null } | null Optional customCss?: string | null Optional palette?: { __typename: "CheckoutColorPalette" ; backgroundColor?: string | null ; borderColor?: string | null ; primary?: string | null ; summaryBackgroundColor?: string | null ; textColor?: string | null } | null Optional typography?: ( { __typename: "TypographyConfiguration" } & TypographyConfigurationFragment ) | null CheckoutConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:423 CheckoutContentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:429 CheckoutOptions CheckoutOptions: { allowPromoCodes?: boolean ; allowTaxIdCollection?: boolean ; cancelUrl: string ; collectBillingAddress?: boolean ; collectPhoneNumber?: boolean ; referenceId?: string ; successUrl: string }
Type declaration Optional allowPromoCodes?: boolean Optional allowTaxIdCollection?: boolean cancelUrl: string Optional collectBillingAddress?: boolean Optional collectPhoneNumber?: boolean Optional referenceId?: string successUrl: string CheckoutPaletteInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:441 CheckoutStateFragment Checkout
StateFragment: { __typename?: "CheckoutState" ; activeSubscription?: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) | null ; billingIntegration: { __typename?: "CheckoutBillingIntegration" ; billingIdentifier: BillingVendorIdentifier ; credentials: { __typename?: "CheckoutCredentials" ; accountId: string ; publicKey: string } } ; configuration?: ( { __typename?: "CheckoutConfiguration" } & CheckoutConfigurationFragment ) | null ; customer: { __typename?: "Customer" } & CustomerFragment ; plan: { __typename?: "Plan" } & PlanFragment ; resource?: ( { __typename?: "CustomerResource" } & CustomerResourceFragment ) | null ; setupSecret: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5676 Type declaration Optional __typename?: "CheckoutState" Optional activeSubscription?: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) | null billingIntegration: { __typename?: "CheckoutBillingIntegration" ; billingIdentifier: BillingVendorIdentifier ; credentials: { __typename?: "CheckoutCredentials" ; accountId: string ; publicKey: string } } Optional __typename?: "CheckoutBillingIntegration" credentials: { __typename?: "CheckoutCredentials" ; accountId: string ; publicKey: string } Optional __typename?: "CheckoutCredentials" accountId: string publicKey: string Optional configuration?: ( { __typename?: "CheckoutConfiguration" } & CheckoutConfigurationFragment ) | null customer: { __typename?: "Customer" } & CustomerFragment plan: { __typename?: "Plan" } & PlanFragment Optional resource?: ( { __typename?: "CustomerResource" } & CustomerResourceFragment ) | null setupSecret: string CheckoutStateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:448 ClearCustomerPersistentCacheInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:455 ClientConfiguration Client
Configuration: { apiKey: string ; baseEdgeUri?: string ; baseUri?: string ; clientName?: string ; clientVersion?: string ; enableEdge?: boolean ; enableRemoteConfig?: boolean ; entitlementsFallback?: EntitlementsFallback ; logConfiguration?: LogConfiguration ; memoryCacheMaxSizeBytes?: number ; offline?: boolean ; realtimeUpdatesEnabled?: boolean ; redis?: StiggRedisOptions ; timeout?: number ; wsUrl?: string } Type declaration apiKey: string Optional baseEdgeUri?: string Optional baseUri?: string Optional clientName?: string Optional clientVersion?: string Optional enableEdge?: boolean Optional enableRemoteConfig?: boolean Optional memoryCacheMaxSizeBytes?: number Optional offline?: boolean Optional realtimeUpdatesEnabled?: boolean Optional redis?: StiggRedisOptions Optional timeout?: number Optional wsUrl?: string CompatiblePackageGroup Type declaration displayName: string packageGroupId: string CompatiblePackageGroupOptions CompatiblePackageGroupOptions: { freeItems?: number ; minItems?: number }
Type declaration Optional freeItems?: number Optional minItems?: number Coupon Coupon
: { amountsOff
?: Money [] | null ; description
?: string | null ; discountValue
: number ; id
: string ; metadata
?: Metadata | null ; name
: string ; percentOff
?: number | null } Type declaration Optional amountsOff?: Money [] | null Optional description?: string | null discountValue: number id: string Optional metadata?: Metadata | null name: string Optional percentOff?: number | null CouponFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:471 CouponFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:487 CouponFragment Coupon
Fragment: { __typename?: "Coupon" ; additionalMetaData?: any | null ; amountsOff?: { __typename?: "Money" ; amount: number ; currency: Currency } [] | null ; billingId?: string | null ; billingLinkUrl?: string | null ; createdAt: any ; description?: string | null ; discountValue: number ; id: string ; name: string ; percentOff?: number | null ; refId: string ; status: CouponStatus ; syncStates?: { __typename?: "SyncState" ; status: SyncStatus ; vendorIdentifier: VendorIdentifier } [] | null ; type: CouponType ; updatedAt: any } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4562 Type declaration Optional __typename?: "Coupon" Optional additionalMetaData?: any | null Optional amountsOff?: { __typename?: "Money" ; amount: number ; currency: Currency } [] | null Optional billingId?: string | null Optional billingLinkUrl?: string | null createdAt: any Optional description?: string | null discountValue: number id: string name: string Optional percentOff?: number | null refId: string Optional syncStates?: { __typename?: "SyncState" ; status: SyncStatus ; vendorIdentifier: VendorIdentifier } [] | null updatedAt: any CouponSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:505 CouponSourceFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:529 CouponStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:538 CouponTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:559 CreateCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:575 CreateCustomer Create
Customer: { billingId?: string ; billingInfo?: BillingInfo ; couponId?: string ; customerId?: string ; email?: string ; excludeFromExperiment?: boolean ; metadata?: Metadata | null ; name?: string ; salesforceId?: string ; shouldSyncFree?: boolean } Type declaration Optional billingId?: string Optional billingInfo?: BillingInfo Optional couponId?: string Optional customerId?: string Optional email?: string Optional excludeFromExperiment?: boolean Optional metadata?: Metadata | null Optional name?: string Optional salesforceId?: string Optional shouldSyncFree?: boolean CreateEnvironment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:590 CreateEnvironmentOptions Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:601 CreateExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:604 CreateHook Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:614 CreateIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:626 CreateManyPackageEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:643 CreateManyPromotionalEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:647 CreateMeter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:651 CreateOneEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:655 CreateOneHookInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:659 CreateOneIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:663 CreateOneProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:667 CreateOrUpdateAwsMarketplaceProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:671 CreatePackageGroup Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:688 CreateSubscriptionMutation Create
SubscriptionMutation: { __typename?: "Mutation" ; createSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6422 CreateSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6419 CreateSubscriptionParams Type declaration Optional awaitPaymentConfirmation?: boolean Optional id?: string Optional metadata?: Metadata | null planId: string Optional promotionCode?: string Optional resourceId?: string Optional skipTrial?: boolean Optional startDate?: Date Optional unitQuantity?: number CreateUsageMeasurement Create
UsageMeasurement: { createdAt?: Date ; customerId: string ; dimensions?: Record < string , EventDimensionValue > ; featureId: string ; resourceId?: string ; updateBehavior?: UsageUpdateBehavior ; value: number } Type declaration Optional createdAt?: Date customerId: string featureId: string Optional resourceId?: string value: number CreateWorkflowTriggerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:701 CursorPaging Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:831 CustomerBillingInfo Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:841 CustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:855 CustomerFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:875 CustomerFilterPromotionalEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:903 CustomerFragment Customer
Fragment: { __typename?: "Customer" ; coupon?: ( { __typename?: "Coupon" } & CouponFragment ) | null ; defaultPaymentExpirationMonth?: number | null ; defaultPaymentExpirationYear?: number | null ; defaultPaymentMethodLast4Digits?: string | null ; defaultPaymentMethodType?: PaymentMethodType | null ; eligibleForTrial?: { __typename?: "EligibleForTrial" ; eligible: boolean ; productId?: string | null ; productRefId?: string | null } [] | null ; experimentInfo?: { __typename?: "experimentInfo" ; groupName: string ; groupType: ExperimentGroupType ; id: string ; name: string } | null ; hasActiveSubscription: boolean ; hasPaymentMethod: boolean ; promotionalEntitlements: ( { __typename?: "PromotionalEntitlement" } & PromotionalEntitlementFragment ) [] ; trialedPlans?: { __typename?: "TrialedPlan" ; planId?: string | null ; planRefId?: string | null ; productId?: string | null ; productRefId?: string | null } [] | null } & SlimCustomerFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5063 CustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:912 CustomerPortalBillingInformationFragment Customer
PortalBillingInformationFragment: { __typename?: "CustomerPortalBillingInformation" ; defaultPaymentExpirationMonth?: number | null ; defaultPaymentExpirationYear?: number | null ; defaultPaymentMethodId?: string | null ; defaultPaymentMethodLast4Digits?: string | null ; defaultPaymentMethodType?: PaymentMethodType | null ; email?: string | null ; name?: string | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5888 Type declaration Optional __typename?: "CustomerPortalBillingInformation" Optional defaultPaymentExpirationMonth?: number | null Optional defaultPaymentExpirationYear?: number | null Optional defaultPaymentMethodId?: string | null Optional defaultPaymentMethodLast4Digits?: string | null Optional defaultPaymentMethodType?: PaymentMethodType | null Optional email?: string | null Optional name?: string | null CustomerPortalColorsPaletteInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:928 CustomerPortalConfigurationFragment Customer
PortalConfigurationFragment: { __typename?: "CustomerPortalConfiguration" ; customCss?: string | null ; palette?: { __typename?: "CustomerPortalColorsPalette" ; backgroundColor?: string | null ; borderColor?: string | null ; currentPlanBackground?: string | null ; iconsColor?: string | null ; paywallBackgroundColor?: string | null ; primary?: string | null ; textColor?: string | null } | null ; typography?: ( { __typename?: "TypographyConfiguration" } & TypographyConfigurationFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5723 Type declaration Optional __typename?: "CustomerPortalConfiguration" Optional customCss?: string | null Optional palette?: { __typename?: "CustomerPortalColorsPalette" ; backgroundColor?: string | null ; borderColor?: string | null ; currentPlanBackground?: string | null ; iconsColor?: string | null ; paywallBackgroundColor?: string | null ; primary?: string | null ; textColor?: string | null } | null Optional typography?: ( { __typename?: "TypographyConfiguration" } & TypographyConfigurationFragment ) | null CustomerPortalConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:937 CustomerPortalEntitlementFragment Customer
PortalEntitlementFragment: { __typename?: "Entitlement" ; currentUsage?: number | null ; feature?: ( { __typename?: "EntitlementFeature" } & FeatureFragment ) | null ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage: boolean ; isGranted: boolean ; nextResetDate?: any | null ; resetPeriod?: EntitlementResetPeriod | null ; resetPeriodConfiguration?: ( { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ ) | ( { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ ) | ( { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_ ) | null ; usageLimit?: number | null ; usagePeriodEnd?: any | null ; usagePeriodStart?: any | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5856 Type declaration Optional __typename?: "Entitlement" Optional currentUsage?: number | null Optional feature?: ( { __typename?: "EntitlementFeature" } & FeatureFragment ) | null Optional hasSoftLimit?: boolean | null hasUnlimitedUsage: boolean isGranted: boolean Optional nextResetDate?: any | null Optional resetPeriodConfiguration?: ( { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ ) | ( { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ ) | ( { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_ ) | null Optional usageLimit?: number | null Optional usagePeriodEnd?: any | null Optional usagePeriodStart?: any | null CustomerPortalFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5652 Type declaration Optional __typename?: "CustomerPortal" Optional billingPortalUrl?: string | null canUpgradeSubscription: boolean Optional configuration?: ( { __typename?: "CustomerPortalConfiguration" } & CustomerPortalConfigurationFragment ) | null Optional resource?: ( { __typename?: "CustomerResource" } & CustomerResourceFragment ) | null showWatermark: boolean CustomerPortalInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:942 CustomerPortalPromotionalEntitlementFragment Customer
PortalPromotionalEntitlementFragment: { __typename?: "CustomerPortalPromotionalEntitlement" ; displayName: string ; endDate?: any | null ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage?: boolean | null ; period: PromotionalEntitlementPeriod ; startDate: any ; usageLimit?: number | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5878 Type declaration Optional __typename?: "CustomerPortalPromotionalEntitlement" displayName: string Optional endDate?: any | null Optional hasSoftLimit?: boolean | null Optional hasUnlimitedUsage?: boolean | null startDate: any Optional usageLimit?: number | null CustomerPortalSubscriptionAddonFragment CustomerPortalSubscriptionAddonFragment: { __typename?: "CustomerPortalAddon" ; addonId: string ; description?: string | null ; displayName: string ; quantity: number }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5819 Type declaration Optional __typename?: "CustomerPortalAddon" addonId: string Optional description?: string | null displayName: string quantity: number CustomerPortalSubscriptionFragment Customer
PortalSubscriptionFragment: { __typename?: "CustomerPortalSubscription" ; addons: ( { __typename?: "CustomerPortalAddon" } & CustomerPortalSubscriptionAddonFragment ) [] ; billingPeriodRange?: { __typename?: "DateRange" ; end?: any | null ; start?: any | null } | null ; planId: string ; planName: string ; prices: ( { __typename?: "CustomerPortalSubscriptionPrice" } & CustomerPortalSubscriptionPriceFragment ) [] ; pricing: { __typename?: "CustomerPortalSubscriptionPricing" ; billingModel?: BillingModel | null ; billingPeriod?: BillingPeriod | null ; feature?: { __typename?: "CustomerPortalPricingFeature" ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null } | null ; price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; pricingType: PricingType ; unitQuantity?: number | null ; usageBasedEstimatedBill?: number | null } ; pricingType: PricingType ; scheduledUpdates?: ( { __typename?: "SubscriptionScheduledUpdate" } & CustomerPortalSubscriptionScheduledUpdateDataFragment ) [] | null ; status: SubscriptionStatus ; subscriptionId: string ; totalPrice?: { __typename?: "CustomerSubscriptionTotalPrice" ; addonsTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; total: { __typename?: "Money" ; amount: number ; currency: Currency } } | null ; trialRemainingDays?: number | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5759 Type declaration Optional __typename?: "CustomerPortalSubscription" Optional billingPeriodRange?: { __typename?: "DateRange" ; end?: any | null ; start?: any | null } | null planId: string planName: string pricing: { __typename?: "CustomerPortalSubscriptionPricing" ; billingModel?: BillingModel | null ; billingPeriod?: BillingPeriod | null ; feature?: { __typename?: "CustomerPortalPricingFeature" ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null } | null ; price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; pricingType: PricingType ; unitQuantity?: number | null ; usageBasedEstimatedBill?: number | null } Optional __typename?: "CustomerPortalSubscriptionPricing" Optional billingModel?: BillingModel | null Optional billingPeriod?: BillingPeriod | null Optional feature?: { __typename?: "CustomerPortalPricingFeature" ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null } | null Optional price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional unitQuantity?: number | null Optional usageBasedEstimatedBill?: number | null subscriptionId: string Optional totalPrice?: { __typename?: "CustomerSubscriptionTotalPrice" ; addonsTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; total: { __typename?: "Money" ; amount: number ; currency: Currency } } | null Optional trialRemainingDays?: number | null CustomerPortalSubscriptionPriceFragment Customer
PortalSubscriptionPriceFragment: { __typename?: "CustomerPortalSubscriptionPrice" ; billingModel?: BillingModel | null ; billingPeriod?: BillingPeriod | null ; blockSize?: number | null ; feature?: { __typename?: "CustomerPortalPricingFeature" ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; id: string ; refId: string } | null ; price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5740 Type declaration Optional __typename?: "CustomerPortalSubscriptionPrice" Optional billingModel?: BillingModel | null Optional billingPeriod?: BillingPeriod | null Optional blockSize?: number | null Optional feature?: { __typename?: "CustomerPortalPricingFeature" ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; id: string ; refId: string } | null Optional price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null CustomerPortalSubscriptionScheduledUpdateDataFragment Customer
PortalSubscriptionScheduledUpdateDataFragment: { __typename?: "SubscriptionScheduledUpdate" ; scheduleStatus: SubscriptionScheduleStatus ; scheduleVariables?: ( { __typename?: "AddonChangeVariables" } & ScheduleVariablesFragment_AddonChangeVariables_ ) | ( { __typename?: "AddonPriceOverrideChangeVariables" } & ScheduleVariablesFragment_AddonPriceOverrideChangeVariables_ ) | ( { __typename?: "BillingPeriodChangeVariables" } & ScheduleVariablesFragment_BillingPeriodChangeVariables_ ) | ( { __typename?: "CouponChangeVariables" } & ScheduleVariablesFragment_CouponChangeVariables_ ) | ( { __typename?: "DowngradeChangeVariables" } & ScheduleVariablesFragment_DowngradeChangeVariables_ ) | ( { __typename?: "PlanChangeVariables" } & ScheduleVariablesFragment_PlanChangeVariables_ ) | ( { __typename?: "PlanPriceOverrideChangeVariables" } & ScheduleVariablesFragment_PlanPriceOverrideChangeVariables_ ) | ( { __typename?: "UnitAmountChangeVariables" } & ScheduleVariablesFragment_UnitAmountChangeVariables_ ) | null ; scheduledExecutionTime: any ; subscriptionScheduleType: SubscriptionScheduleType ; targetPackage?: { __typename?: "PackageDTO" ; displayName: string ; id: string ; pricingType?: PricingType | null ; refId: string } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5826 Type declaration Optional __typename?: "SubscriptionScheduledUpdate" Optional scheduleVariables?: ( { __typename?: "AddonChangeVariables" } & ScheduleVariablesFragment_AddonChangeVariables_ ) | ( { __typename?: "AddonPriceOverrideChangeVariables" } & ScheduleVariablesFragment_AddonPriceOverrideChangeVariables_ ) | ( { __typename?: "BillingPeriodChangeVariables" } & ScheduleVariablesFragment_BillingPeriodChangeVariables_ ) | ( { __typename?: "CouponChangeVariables" } & ScheduleVariablesFragment_CouponChangeVariables_ ) | ( { __typename?: "DowngradeChangeVariables" } & ScheduleVariablesFragment_DowngradeChangeVariables_ ) | ( { __typename?: "PlanChangeVariables" } & ScheduleVariablesFragment_PlanChangeVariables_ ) | ( { __typename?: "PlanPriceOverrideChangeVariables" } & ScheduleVariablesFragment_PlanPriceOverrideChangeVariables_ ) | ( { __typename?: "UnitAmountChangeVariables" } & ScheduleVariablesFragment_UnitAmountChangeVariables_ ) | null scheduledExecutionTime: any Optional targetPackage?: { __typename?: "PackageDTO" ; displayName: string ; id: string ; pricingType?: PricingType | null ; refId: string } | null CustomerResource CustomerResource: { id: string }
CustomerResourceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:947 CustomerResourceFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:956 CustomerResourceFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:974 CustomerResourceFragment CustomerResourceFragment: { __typename?: "CustomerResource" ; resourceId: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4780 Type declaration Optional __typename?: "CustomerResource" resourceId: string CustomerResourceSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1002 CustomerSearchQueryFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1012 CustomerSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1015 CustomerState Customer
State: Omit < FullCustomer , "getActiveSubscriptions" | "getActivePromotionalEntitlements" | "getActiveTrials" > CustomerStatisticsFragment Customer
StatisticsFragment: { __typename?: "Customer" ; statistics?: { __typename?: "CustomerStatistics" ; activeSubscriptionsByPricingType: { __typename?: "SubscriptionPricingTypeStatistics" ; pricingType: PricingType ; totalCount: number } [] } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5104 Type declaration Optional __typename?: "Customer" Optional statistics?: { __typename?: "CustomerStatistics" ; activeSubscriptionsByPricingType: { __typename?: "SubscriptionPricingTypeStatistics" ; pricingType: PricingType ; totalCount: number } [] } | null CustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1036 CustomerSubscriptionFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1071 CustomerSubscriptionFilterCustomerResourceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1089 CustomerSubscriptionFilterPlanFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1096 CustomerSubscriptionFilterSubscriptionAddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1113 CustomerSubscriptionFilterSubscriptionEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1121 CustomerSubscriptionFilterSubscriptionPriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1130 CustomerSubscriptionSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1141 CustomerWithSubscriptionsFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5098 DateFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1172 DateFieldComparisonBetween Date
FieldComparisonBetween: { lower: Scalars [ "DateTime" ] ; upper: Scalars [ "DateTime" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1186 DateRange DateRange: { end?: Date ; start?: Date }
Type declaration Optional end?: Date Optional start?: Date DefaultSsoRolesInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1190 DefaultTrialConfigInputDto Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1198 DelegateSubscriptionToCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1207 DelegateSubscriptionToCustomerMutation Delegate
SubscriptionToCustomerMutation: { __typename?: "Mutation" ; delegateSubscriptionToCustomer: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6469 Type declaration Optional __typename?: "Mutation" delegateSubscriptionToCustomer: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment DelegateSubscriptionToCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6466 DeleteFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1215 DeleteOneHookInput Delete
OneHookInput: { id: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1219 DeleteOneIntegrationInput Delete
OneIntegrationInput: { id: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1223 DeleteOnePackageEntitlementInput Delete
OnePackageEntitlementInput: { id: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1227 DeleteOnePriceInput Delete
OnePriceInput: { id: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1231 DeleteOneProductInput Delete
OneProductInput: { id: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1235 DeleteOnePromotionalEntitlementInput Delete
OnePromotionalEntitlementInput: { id: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1239 DeleteWorkflowTriggerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1244 DependencyAddon DependencyAddon: { description?: string ; displayName: string ; refId: string }
Type declaration Optional description?: string displayName: string refId: string DetachCustomerPaymentMethodInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1259 DetachCustomerPaymentMethodMutation Detach
CustomerPaymentMethodMutation: { __typename?: "Mutation" ; detachCustomerPaymentMethod: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6276 Type declaration Optional __typename?: "Mutation" detachCustomerPaymentMethod: { __typename?: "Customer" } & SlimCustomerFragment DetachCustomerPaymentMethodMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6273 DimensionsMappingInput Dimensions
MappingInput: { key: Scalars [ "String" ] ; planName: Scalars [ "String" ] ; planRefId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1263 DiscardPackageDraftInput Discard
PackageDraftInput: { environmentId: Scalars [ "String" ] ; refId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1268 DoesFeatureExist Does
FeatureExist: { environmentId: Scalars [ "String" ] ; refId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1283 DumpEnvironmentForForMergeComparisonInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1288 Type declaration destinationEnvironmentSlug: Scalars [ "String" ] sourceEnvironmentSlug: Scalars [ "String" ] DumpEnvironmentProductCatalogInput Dump
EnvironmentProductCatalogInput: { environmentSlug: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1297 DuplicateProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1301 EditPackageGroupDetailsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1309 EntitlementCheckRequested Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1326 EntitlementCheckResult Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1334 EntitlementFeature Type declaration id: string Optional isMetered?: boolean Optional units?: string Optional unitsPlural?: string EntitlementFragment Entitlement
Fragment: { __typename: "Entitlement" ; accessDeniedReason?: AccessDeniedReason | null ; currentUsage?: number | null ; customerId?: string | null ; entitlementUpdatedAt?: any | null ; feature?: ( { __typename?: "EntitlementFeature" } & FeatureFragment ) | null ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage: boolean ; isGranted: boolean ; nextResetDate?: any | null ; requestedUsage?: number | null ; resetPeriod?: EntitlementResetPeriod | null ; resetPeriodConfiguration?: ( { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ ) | ( { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ ) | ( { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_ ) | null ; resourceId?: string | null ; usageLimit?: number | null ; usagePeriodAnchor?: any | null ; usagePeriodEnd?: any | null ; usagePeriodStart?: any | null ; usageUpdatedAt?: any | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5531 Type declaration __typename: "Entitlement" Optional accessDeniedReason?: AccessDeniedReason | null Optional currentUsage?: number | null Optional customerId?: string | null Optional entitlementUpdatedAt?: any | null Optional feature?: ( { __typename?: "EntitlementFeature" } & FeatureFragment ) | null Optional hasSoftLimit?: boolean | null hasUnlimitedUsage: boolean isGranted: boolean Optional nextResetDate?: any | null Optional requestedUsage?: number | null Optional resetPeriodConfiguration?: ( { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ ) | ( { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ ) | ( { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_ ) | null Optional resourceId?: string | null Optional usageLimit?: number | null Optional usagePeriodAnchor?: any | null Optional usagePeriodEnd?: any | null Optional usagePeriodStart?: any | null Optional usageUpdatedAt?: any | null EntitlementOptions Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1348 EntitlementUsageUpdatedFragment Entitlement
UsageUpdatedFragment: { __typename?: "UsageUpdated" ; entitlement: { __typename?: "Entitlement" } & EntitlementFragment ; usage: { __typename?: "UsageMeasurementUpdated" } & UsageUpdatedFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5634 EntitlementsFallback EntitlementsFallback: {}
EntitlementsUpdatedPayloadFragment Entitlements
UpdatedPayloadFragment: { __typename?: "EntitlementsUpdated" ; customerId: string ; entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] ; resourceId?: string | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5626 Type declaration Optional __typename?: "EntitlementsUpdated" customerId: string entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] Optional resourceId?: string | null EnvironmentFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1371 EnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1380 EnvironmentMergeConfigurationInput Environment
MergeConfigurationInput: { includeCoupons?: InputMaybe < Scalars [ "Boolean" ] > } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1388 EnvironmentSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1399 EstimateSubscription Type declaration Optional billingCountryCode?: string customerId: string Optional payingCustomerId?: string planId: string Optional promotionCode?: string Optional resourceId?: string Optional skipTrial?: boolean Optional startDate?: Date Optional unitQuantity?: number EstimateSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1593 EstimateSubscriptionMutation Estimate
SubscriptionMutation: { __typename?: "Mutation" ; estimateSubscription: { __typename?: "SubscriptionPreview" } & SubscriptionPreviewFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6347 EstimateSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6344 EstimateSubscriptionUpdate Type declaration Optional promotionCode?: string subscriptionId: string Optional unitQuantity?: number EstimateSubscriptionUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1615 EstimateSubscriptionUpdateMutation Estimate
SubscriptionUpdateMutation: { __typename?: "Mutation" ; estimateSubscriptionUpdate: { __typename?: "SubscriptionPreview" } & SubscriptionPreviewFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6356 EstimateSubscriptionUpdateMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6353 EventDimensionValue EventDimensionValue: string | number | boolean
EventLogCreatedAtFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1685 EventLogEntityIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1689 EventLogEnvironmentIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1693 EventLogEventLogTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1696 EventLogFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1702 EventLogIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1712 EventLogParentEntityIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1715 EventLogSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1719 EventsFieldsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1798 Exact Exact< T > : { [ K in keyof T ] : T [ K ] }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5 Type parameters ExperimentFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1808 ExperimentFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1820 ExperimentInfo Experiment
Info: { groupName: string ; groupType?: ExperimentGroupType | null ; id: string ; name: string } Type declaration groupName: string id: string name: string ExperimentSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1838 ExperimentStatsQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1852 ExperimentStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1862 FeatureAssociatedLatestPackages Feature
AssociatedLatestPackages: { environmentId: Scalars [ "String" ] ; featureId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1878 FeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1882 FeatureFragment Feature
Fragment: { __typename: "EntitlementFeature" ; description?: string | null ; displayName: string ; featureType: FeatureType ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; meterType?: MeterType | null ; refId: string ; unitTransformation?: { __typename?: "UnitTransformation" ; divide: number ; round: UnitTransformationRound } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5493 Type declaration __typename: "EntitlementFeature" Optional description?: string | null displayName: string Optional featureUnits?: string | null Optional featureUnitsPlural?: string | null Optional meterType?: MeterType | null refId: string Optional unitTransformation?: { __typename?: "UnitTransformation" ; divide: number ; round: UnitTransformationRound } | null FeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1896 FeatureSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1911 FeatureStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1934 FeatureTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1955 FetchEntitlementQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1971 FetchEntitlementsQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1978 FetchUsageHistory FetchUsageHistory: { customerId: string ; endDate?: Date ; featureId: string ; resourceId?: string ; startDate: Date }
Type declaration customerId: string Optional endDate?: Date featureId: string Optional resourceId?: string startDate: Date FontVariantFragment Font
VariantFragment: { __typename?: "FontVariant" ; fontSize?: number | null ; fontWeight?: FontWeight | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5576 Type declaration Optional __typename?: "FontVariant" Optional fontSize?: number | null Optional fontWeight?: FontWeight | null FontVariantInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1983 FullEntitlementFeature Full
EntitlementFeature: { description?: string ; displayName: string ; featureType: FeatureType ; id: string ; isMetered?: boolean ; metadata?: Record < string , string > ; meterType?: Fluctuating | Incremental | None ; units?: string ; unitsPlural?: string } Type declaration Optional description?: string displayName: string id: string Optional isMetered?: boolean Optional metadata?: Record < string , string > Optional units?: string Optional unitsPlural?: string FullPromotionalEntitlement Full
PromotionalEntitlement: { expiresAt?: Date ; feature: EntitlementFeature ; hasExpirationDate: boolean ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage?: boolean | null ; isVisible: boolean ; status: PromotionalEntitlementStatus ; usageLimit: number } Type declaration Optional expiresAt?: Date hasExpirationDate: boolean Optional hasSoftLimit?: boolean | null Optional hasUnlimitedUsage?: boolean | null isVisible: boolean usageLimit: number FullSubscription Type declaration Optional billingId?: string Optional billingLinkUrl?: string Optional billingSyncError?: string Optional cancellationDate?: Date Optional crmId?: string Optional currentBillingPeriodEnd?: Date Optional effectiveEndDate?: Date Optional endDate?: Date Optional experimentInfo?: ExperimentInfo | null id: string Optional metadata?: Metadata | null startDate: Date Optional trialEndDate?: Date FullSubscriptionAddon Full
SubscriptionAddon: { addon: Addon ; quantity: number } GetActiveSubscriptions GetActiveSubscriptions: { customerId: string ; resourceId?: string | string [] }
Type declaration customerId: string Optional resourceId?: string | string [] GetActiveSubscriptionsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1992 GetActiveSubscriptionsListQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6514 GetActiveSubscriptionsListQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6511 GetActiveSubscriptionsQuery Get
ActiveSubscriptionsQuery: { __typename?: "Query" ; getActiveSubscriptions: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6505 Type declaration Optional __typename?: "Query" getActiveSubscriptions: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) [] GetActiveSubscriptionsQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6502 GetAuth0ApplicationsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1998 GetBooleanEntitlement Type declaration customerId: string featureId: string Optional resourceId?: string GetCheckoutStateQuery Get
CheckoutStateQuery: { __typename?: "Query" ; checkoutState: { __typename?: "CheckoutState" } & CheckoutStateFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6609 GetCheckoutStateQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6606 GetCouponsQuery Get
CouponsQuery: { __typename?: "Query" ; coupons: { __typename?: "CouponConnection" ; edges: { __typename?: "CouponEdge" ; node: { __typename?: "Coupon" } & CouponFragment } [] } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6532 Type declaration Optional __typename?: "Query" coupons: { __typename?: "CouponConnection" ; edges: { __typename?: "CouponEdge" ; node: { __typename?: "Coupon" } & CouponFragment } [] } Optional __typename?: "CouponConnection" edges: { __typename?: "CouponEdge" ; node: { __typename?: "Coupon" } & CouponFragment } [] GetCouponsQueryVariables Get
CouponsQueryVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6529 GetCustomerByIdQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6487 GetCustomerByIdQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6484 GetCustomerByRefIdInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2004 GetCustomerPortalByRefIdQuery Get
CustomerPortalByRefIdQuery: { __typename?: "Query" ; customerPortal: { __typename?: "CustomerPortal" } & CustomerPortalFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6600 GetCustomerPortalByRefIdQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6597 GetCustomerStatisticsQuery Get
CustomerStatisticsQuery: { __typename?: "Query" ; getCustomerByRefId?: ( { __typename?: "Customer" } & CustomerStatisticsFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6496 GetCustomerStatisticsQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6493 GetEntitlementQuery Get
EntitlementQuery: { __typename?: "Query" ; entitlement: { __typename?: "Entitlement" } & EntitlementFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6565 GetEntitlementQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6562 GetEntitlementsQuery Get
EntitlementsQuery: { __typename?: "Query" ; entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6556 Type declaration Optional __typename?: "Query" entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] GetEntitlementsQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6553 GetMeteredEntitlement Type declaration customerId: string featureId: string Optional resourceId?: string GetMockPaywallQuery Get
MockPaywallQuery: { __typename?: "Query" ; mockPaywall: { __typename?: "MockPaywall" ; configuration?: ( { __typename?: "PaywallConfiguration" } & PaywallConfigurationFragment ) | null ; plans: ( { __typename?: "PaywallPlan" } & MockPaywallPlanFragment ) [] } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6618 GetMockPaywallQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6615 GetNumericEntitlement Type declaration customerId: string featureId: string Optional resourceId?: string GetPackageByRefIdInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2008 GetPackageGroup Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2014 GetPaywall GetPaywall: { billingCountryCode?: string ; customerId?: string ; fetchAllCountriesPrices?: boolean ; includeHiddenPlans?: boolean ; productId?: string ; resourceId?: string }
Type declaration Optional billingCountryCode?: string Optional customerId?: string Optional fetchAllCountriesPrices?: boolean Optional includeHiddenPlans?: boolean Optional productId?: string Optional resourceId?: string GetPaywallInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2022 GetPaywallQuery Get
PaywallQuery: { __typename?: "Query" ; paywall: { __typename?: "Paywall" } & PaywallFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6547 Type declaration Optional __typename?: "Query" paywall: { __typename?: "Paywall" } & PaywallFragment GetPaywallQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6544 GetProductsQuery Get
ProductsQuery: { __typename?: "Query" ; products: { __typename?: "ProductConnection" ; edges: { __typename?: "ProductEdge" ; node: { __typename?: "Product" } & ProductFragment } [] } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6574 Type declaration Optional __typename?: "Query" products: { __typename?: "ProductConnection" ; edges: { __typename?: "ProductEdge" ; node: { __typename?: "Product" } & ProductFragment } [] } Optional __typename?: "ProductConnection" edges: { __typename?: "ProductEdge" ; node: { __typename?: "Product" } & ProductFragment } [] GetProductsQueryVariables Get
ProductsQueryVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6571 GetSdkConfigurationQuery GetSdkConfigurationQuery: { __typename?: "Query" ; sdkConfiguration?: { __typename?: "SdkConfiguration" ; isWidgetWatermarkEnabled?: boolean | null ; sentryDsn?: string | null } | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6589 Type declaration Optional __typename?: "Query" Optional sdkConfiguration?: { __typename?: "SdkConfiguration" ; isWidgetWatermarkEnabled?: boolean | null ; sentryDsn?: string | null } | null GetSdkConfigurationQueryVariables Get
SdkConfigurationQueryVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6586 GetSubscription GetSubscription: { subscriptionId: string }
GetSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2033 GetSubscriptionQuery Get
SubscriptionQuery: { __typename?: "Query" ; getSubscription: { __typename?: "CustomerSubscription" } & SubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6523 Type declaration Optional __typename?: "Query" getSubscription: { __typename?: "CustomerSubscription" } & SubscriptionFragment GetSubscriptionQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6520 GetUsageHistoryQuery Get
UsageHistoryQuery: { __typename?: "Query" ; usageHistory: { __typename?: "UsageHistory" } & UsageHistoryFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6633 GetUsageHistoryQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6630 GetUsageHistoryV2Query Get
UsageHistoryV2Query: { __typename?: "Query" ; usageHistoryV2: { __typename?: "UsageHistoryV2" } & UsageHistoryV2Fragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6642 GetUsageHistoryV2QueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6639 GetWidgetConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2039 GetWorkflowTriggersInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2043 GrantPromotionalEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2051 GrantPromotionalEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2064 GrantPromotionalEntitlementsMutation Grant
PromotionalEntitlementsMutation: { __typename?: "Mutation" ; grantPromotionalEntitlements: ( { __typename?: "PromotionalEntitlement" } & PromotionalEntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6285 GrantPromotionalEntitlementsMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6282 HookFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2069 HookSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2078 HookStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2095 HubspotCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2111 ImmediateSubscriptionPreviewInvoice ImmediateSubscriptionPreviewInvoiceFragment Immediate
SubscriptionPreviewInvoiceFragment: { __typename?: "ImmediateSubscriptionPreviewInvoice" ; credits?: { __typename?: "SubscriptionPreviewCredits" ; initial: { __typename?: "Money" ; amount: number ; currency: Currency } ; remaining: { __typename?: "Money" ; amount: number ; currency: Currency } ; used: { __typename?: "Money" ; amount: number ; currency: Currency } } | null ; discount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; discountDetails?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; type: DiscountType ; value: number } | null ; proration?: { __typename?: "SubscriptionPreviewProrations" ; credit: { __typename?: "Money" ; amount: number ; currency: Currency } ; debit: { __typename?: "Money" ; amount: number ; currency: Currency } ; hasProrations?: boolean | null ; netAmount: { __typename?: "Money" ; amount: number ; currency: Currency } ; prorationDate: any } | null ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; tax?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null ; total: { __typename?: "Money" ; amount: number ; currency: Currency } ; totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5284 Type declaration Optional __typename?: "ImmediateSubscriptionPreviewInvoice" Optional credits?: { __typename?: "SubscriptionPreviewCredits" ; initial: { __typename?: "Money" ; amount: number ; currency: Currency } ; remaining: { __typename?: "Money" ; amount: number ; currency: Currency } ; used: { __typename?: "Money" ; amount: number ; currency: Currency } } | null Optional discount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional discountDetails?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; type: DiscountType ; value: number } | null Optional proration?: { __typename?: "SubscriptionPreviewProrations" ; credit: { __typename?: "Money" ; amount: number ; currency: Currency } ; debit: { __typename?: "Money" ; amount: number ; currency: Currency } ; hasProrations?: boolean | null ; netAmount: { __typename?: "Money" ; amount: number ; currency: Currency } ; prorationDate: any } | null subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number Optional tax?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null total: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number ImportCustomer Import
Customer: { billingId?: string ; customerId?: string ; email?: string ; metadata?: Metadata | null ; name?: string ; paymentMethodId?: string ; updatedAt?: Date } Type declaration Optional billingId?: string Optional customerId?: string Optional email?: string Optional metadata?: Metadata | null Optional name?: string Optional paymentMethodId?: string Optional updatedAt?: Date ImportCustomerBulkInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2115 ImportCustomerBulkMutation ImportCustomerBulkMutation: { __typename?: "Mutation" ; importCustomersBulk?: string | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6251 Type declaration Optional __typename?: "Mutation" Optional importCustomersBulk?: string | null ImportCustomerBulkMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6248 ImportCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2119 ImportCustomerMutation Import
CustomerMutation: { __typename?: "Mutation" ; importCustomer: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6258 ImportCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6255 ImportIntegrationCatalogInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2132 ImportIntegrationCustomersInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2144 ImportIntegrationTaskFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2152 ImportIntegrationTaskSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2161 ImportSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2173 ImportSubscriptionsBulkInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2191 ImportSubscriptionsBulkMutation ImportSubscriptionsBulkMutation: { __typename?: "Mutation" ; importSubscriptionsBulk?: string | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6322 Type declaration Optional __typename?: "Mutation" Optional importSubscriptionsBulk?: string | null ImportSubscriptionsBulkMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6319 InitAddStripeCustomerPaymentMethodInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2195 InputMaybe Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4 Type parameters IntFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2201 IntFieldComparisonBetween Int
FieldComparisonBetween: { lower: Scalars [ "Int" ] ; upper: Scalars [ "Int" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2215 IntegrationFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2219 IntegrationSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2228 IntegrationVendorTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2240 InviteMembersInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2246 LayoutConfigurationFragment Layout
ConfigurationFragment: { __typename?: "PaywallLayoutConfiguration" ; alignment?: Alignment | null ; planMargin?: number | null ; planPadding?: number | null ; planWidth?: number | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5581 Type declaration Optional __typename?: "PaywallLayoutConfiguration" Optional alignment?: Alignment | null Optional planMargin?: number | null Optional planPadding?: number | null Optional planWidth?: number | null ListAwsProductDimensionsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2269 ListAwsProductsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2273 MakeMaybe Make
Maybe< T , K > : Omit < T , K > & { [ SubKey in K ] : Maybe < T [ SubKey ] > } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:13 Type parameters MakeOptional Make
Optional< T , K > : Omit < T , K > & { [ SubKey in K ] ?: Maybe < T [ SubKey ] > } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10 Type parameters MarkInvoiceAsPaidInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2277 Maybe Maybe< T > : T | null
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3 Type parameters MemberFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2283 MemberFilterUserFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2291 MemberSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2298 MergeEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2314 MeterAggregation Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2330 MeterConditionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2334 MeterFilterDefinitionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2339 MeterTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2348 MeteredEntitlementFallback MeteredEntitlementFallback: { hasAccess: boolean ; isUnlimited?: boolean ; usageLimit?: number }
Type declaration hasAccess: boolean Optional isUnlimited?: boolean Optional usageLimit?: number MeteredEntitlementOptions Type declaration Optional requestedUsage?: number Optional shouldTrack?: boolean MigrateSubscriptionToLatest MigrateSubscriptionToLatestMutation MigrateSubscriptionToLatestMutation: { __typename?: "Mutation" ; migrateSubscriptionToLatest: { __typename?: "CustomerSubscription" ; subscriptionId: string } }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6431 Type declaration Optional __typename?: "Mutation" migrateSubscriptionToLatest: { __typename?: "CustomerSubscription" ; subscriptionId: string } Optional __typename?: "CustomerSubscription" subscriptionId: string MigrateSubscriptionToLatestMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6428 MinimumSpendInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2365 MockPaywallAddonDependencyFragment MockPaywallAddonDependencyFragment: { __typename?: "PaywallAddon" ; description?: string | null ; displayName: string ; refId: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6021 Type declaration Optional __typename?: "PaywallAddon" Optional description?: string | null displayName: string refId: string MockPaywallAddonFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6027 Type declaration Optional __typename?: "PaywallAddon" Optional additionalMetaData?: any | null Optional billingId?: string | null Optional description?: string | null displayName: string Optional maxQuantity?: number | null Optional pricingType?: PricingType | null refId: string MockPaywallPackageEntitlementFragment Mock
PaywallPackageEntitlementFragment: { __typename?: "Entitlement" ; displayNameOverride?: string | null ; feature?: { __typename?: "EntitlementFeature" ; additionalMetaData?: any | null ; description?: string | null ; displayName: string ; featureType: FeatureType ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; meterType?: MeterType | null ; refId: string } | null ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage: boolean ; hiddenFromWidgets?: WidgetType [] | null ; resetPeriod?: EntitlementResetPeriod | null ; usageLimit?: number | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5944 Type declaration Optional __typename?: "Entitlement" Optional displayNameOverride?: string | null Optional feature?: { __typename?: "EntitlementFeature" ; additionalMetaData?: any | null ; description?: string | null ; displayName: string ; featureType: FeatureType ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; meterType?: MeterType | null ; refId: string } | null Optional hasSoftLimit?: boolean | null hasUnlimitedUsage: boolean Optional hiddenFromWidgets?: WidgetType [] | null Optional usageLimit?: number | null MockPaywallPlanCompatiblePackageGroupsFragment Mock
PaywallPlanCompatiblePackageGroupsFragment: { __typename?: "PaywallPlanCompatiblePackageGroup" ; addons?: ( { __typename?: "PaywallAddon" } & MockPaywallAddonFragment ) [] | null ; description?: string | null ; displayName: string ; options: { __typename?: "PaywallPlanCompatiblePackageGroupOptions" ; freeItems?: number | null ; minItems?: number | null } ; packageGroupId: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6007 Type declaration Optional __typename?: "PaywallPlanCompatiblePackageGroup" Optional addons?: ( { __typename?: "PaywallAddon" } & MockPaywallAddonFragment ) [] | null Optional description?: string | null displayName: string options: { __typename?: "PaywallPlanCompatiblePackageGroupOptions" ; freeItems?: number | null ; minItems?: number | null } Optional __typename?: "PaywallPlanCompatiblePackageGroupOptions" Optional freeItems?: number | null Optional minItems?: number | null packageGroupId: string MockPaywallPlanFragment Mock
PaywallPlanFragment: { __typename?: "PaywallPlan" ; additionalMetaData?: any | null ; basePlan?: { __typename?: "PaywallBasePlan" ; displayName: string ; refId: string } | null ; billingId?: string | null ; compatibleAddons?: ( { __typename?: "PaywallAddon" } & MockPaywallAddonFragment ) [] | null ; compatiblePackageGroups?: ( { __typename?: "PaywallPlanCompatiblePackageGroup" } & MockPaywallPlanCompatiblePackageGroupsFragment ) [] | null ; defaultTrialConfig?: { __typename?: "DefaultTrialConfig" ; budget?: { __typename?: "BudgetConfiguration" ; limit: number } | null ; duration: number ; trialEndBehavior?: TrialEndBehavior | null ; units: TrialPeriodUnits } | null ; description?: string | null ; displayName: string ; entitlements?: ( { __typename?: "Entitlement" } & MockPaywallPackageEntitlementFragment ) [] | null ; inheritedEntitlements?: ( { __typename?: "Entitlement" } & MockPaywallPackageEntitlementFragment ) [] | null ; prices: ( { __typename?: "PaywallPrice" } & MockPaywallPriceFragment ) [] ; pricingType?: PricingType | null ; product: { __typename?: "PaywallProduct" ; additionalMetaData?: any | null ; description?: string | null ; displayName?: string | null ; refId: string } ; refId: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5898 Type declaration Optional __typename?: "PaywallPlan" Optional additionalMetaData?: any | null Optional basePlan?: { __typename?: "PaywallBasePlan" ; displayName: string ; refId: string } | null Optional billingId?: string | null Optional compatibleAddons?: ( { __typename?: "PaywallAddon" } & MockPaywallAddonFragment ) [] | null Optional compatiblePackageGroups?: ( { __typename?: "PaywallPlanCompatiblePackageGroup" } & MockPaywallPlanCompatiblePackageGroupsFragment ) [] | null Optional defaultTrialConfig?: { __typename?: "DefaultTrialConfig" ; budget?: { __typename?: "BudgetConfiguration" ; limit: number } | null ; duration: number ; trialEndBehavior?: TrialEndBehavior | null ; units: TrialPeriodUnits } | null Optional description?: string | null displayName: string Optional inheritedEntitlements?: ( { __typename?: "Entitlement" } & MockPaywallPackageEntitlementFragment ) [] | null Optional pricingType?: PricingType | null product: { __typename?: "PaywallProduct" ; additionalMetaData?: any | null ; description?: string | null ; displayName?: string | null ; refId: string } Optional __typename?: "PaywallProduct" Optional additionalMetaData?: any | null Optional description?: string | null Optional displayName?: string | null refId: string refId: string MockPaywallPriceFragment Mock
PaywallPriceFragment: { __typename?: "PaywallPrice" ; billingCountryCode?: string | null ; billingId?: string | null ; billingModel: BillingModel ; billingPeriod: BillingPeriod ; blockSize?: number | null ; feature?: { __typename?: "EntitlementFeature" ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; refId: string } | null ; maxUnitQuantity?: number | null ; minUnitQuantity?: number | null ; price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; tiers?: ( { __typename?: "PriceTier" } & PriceTierFragment ) [] | null ; tiersMode?: TiersMode | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5964 Type declaration Optional __typename?: "PaywallPrice" Optional billingCountryCode?: string | null Optional billingId?: string | null Optional blockSize?: number | null Optional feature?: { __typename?: "EntitlementFeature" ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; refId: string } | null Optional maxUnitQuantity?: number | null Optional minUnitQuantity?: number | null Optional price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional tiers?: ( { __typename?: "PriceTier" } & PriceTierFragment ) [] | null Optional tiersMode?: TiersMode | null Money Money: { amount: number ; currency: string }
Type declaration amount: number currency: string MoneyInputDto Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2371 MonthlyResetPeriodConfigInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2380 NumberFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2383 NumberFieldComparisonBetween Number
FieldComparisonBetween: { lower: Scalars [ "Float" ] ; upper: Scalars [ "Float" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2397 NumericEntitlementFallback NumericEntitlementFallback: { hasAccess: boolean ; isUnlimited?: boolean ; value?: number }
Type declaration hasAccess: boolean Optional isUnlimited?: boolean Optional value?: number NumericEntitlementOptions Type declaration Optional shouldTrack?: boolean OnEntitlementsUpdatedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6651 Type declaration Optional __typename?: "Subscription" OnEntitlementsUpdatedSubscriptionVariables On
EntitlementsUpdatedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6648 OnPackagePublishedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6669 Type declaration Optional __typename?: "Subscription" OnPackagePublishedSubscriptionVariables On
PackagePublishedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6666 OnUsageUpdatedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6660 Type declaration Optional __typename?: "Subscription" OnUsageUpdatedSubscriptionVariables On
UsageUpdatedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6657 OpenFgaCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2401 OverageEntitlementCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2414 OveragePriceFragment Overage
PriceFragment: { __typename?: "Price" ; billingCountryCode?: string | null ; billingId?: string | null ; billingModel: BillingModel ; billingPeriod: BillingPeriod ; feature?: { __typename?: "Feature" ; description?: string | null ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; refId: string } | null ; price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; tiers?: ( { __typename?: "PriceTier" } & PriceTierFragment ) [] | null ; tiersMode?: TiersMode | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4630 Type declaration Optional __typename?: "Price" Optional billingCountryCode?: string | null Optional billingId?: string | null Optional feature?: { __typename?: "Feature" ; description?: string | null ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; refId: string } | null Optional price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional tiers?: ( { __typename?: "PriceTier" } & PriceTierFragment ) [] | null Optional tiersMode?: TiersMode | null OveragePricingModelCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2431 PackageDtoFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2438 PackageDtoSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2455 PackageEntitlement Type declaration Optional displayNameOverride?: PackageEntitlementFragment [ "displayNameOverride" ] Optional hasSoftLimit?: boolean | null Optional hasUnlimitedUsage?: boolean | null usageLimit: number PackageEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2475 PackageEntitlementFilterFeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2486 PackageEntitlementFilterPackageDtoFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2500 PackageEntitlementFragment Package
EntitlementFragment: { __typename?: "PackageEntitlement" ; displayNameOverride?: string | null ; feature: { __typename?: "Feature" ; additionalMetaData?: any | null ; description?: string | null ; displayName: string ; featureType: FeatureType ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; meterType?: MeterType | null ; refId: string } ; featureId: string ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage?: boolean | null ; hiddenFromWidgets?: WidgetType [] | null ; isCustom?: boolean | null ; resetPeriod?: EntitlementResetPeriod | null ; usageLimit?: number | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4667 Type declaration Optional __typename?: "PackageEntitlement" Optional displayNameOverride?: string | null feature: { __typename?: "Feature" ; additionalMetaData?: any | null ; description?: string | null ; displayName: string ; featureType: FeatureType ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; meterType?: MeterType | null ; refId: string } Optional __typename?: "Feature" Optional additionalMetaData?: any | null Optional description?: string | null displayName: string Optional featureUnits?: string | null Optional featureUnitsPlural?: string | null Optional meterType?: MeterType | null refId: string featureId: string Optional hasSoftLimit?: boolean | null Optional hasUnlimitedUsage?: boolean | null Optional hiddenFromWidgets?: WidgetType [] | null Optional isCustom?: boolean | null Optional usageLimit?: number | null PackageEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2517 PackageEntitlementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2536 PackageEntitlementUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2548 PackageGroupFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2564 PackageGroupFilterProductFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2578 PackageGroupSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2593 PackageGroupStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2618 PackagePricingInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2634 PackagePublishInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2645 PackagePublishedPayloadFragment Package
PublishedPayloadFragment: { __typename?: "PackagePublished" ; accountId: string ; environmentId: string ; migrationType: PublishMigrationType ; packageRefId: string ; packageType: string ; packageVersion: number } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5643 Type declaration Optional __typename?: "PackagePublished" accountId: string environmentId: string packageRefId: string packageType: string packageVersion: number PackageStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2655 PaymentCollectionFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2678 PaymentMethodDetails PaymentMethodDetails: { expirationMonth?: number | null ; expirationYear?: number | null ; last4Digits?: string | null }
Type declaration Optional expirationMonth?: number | null Optional expirationYear?: number | null Optional last4Digits?: string | null PaywallCalculatedPricePointsFragment Paywall
CalculatedPricePointsFragment: { __typename?: "PaywallPricePoint" ; additionalChargesMayApply?: boolean | null ; amount: number ; billingCountryCode?: string | null ; billingPeriod: BillingPeriod ; currency: Currency ; feature?: { __typename?: "Feature" ; description?: string | null ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; refId: string } | null ; planId: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5990 Type declaration Optional __typename?: "PaywallPricePoint" Optional additionalChargesMayApply?: boolean | null amount: number Optional billingCountryCode?: string | null Optional feature?: { __typename?: "Feature" ; description?: string | null ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; refId: string } | null planId: string PaywallColorsPaletteInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2709 PaywallConfigurationFragment Paywall
ConfigurationFragment: { __typename?: "PaywallConfiguration" ; customCss?: string | null ; layout?: ( { __typename?: "PaywallLayoutConfiguration" } & LayoutConfigurationFragment ) | null ; palette?: { __typename?: "PaywallColorsPalette" ; backgroundColor?: string | null ; borderColor?: string | null ; currentPlanBackground?: string | null ; primary?: string | null ; textColor?: string | null } | null ; typography?: ( { __typename?: "TypographyConfiguration" } & TypographyConfigurationFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5588 Type declaration Optional __typename?: "PaywallConfiguration" Optional customCss?: string | null Optional layout?: ( { __typename?: "PaywallLayoutConfiguration" } & LayoutConfigurationFragment ) | null Optional palette?: { __typename?: "PaywallColorsPalette" ; backgroundColor?: string | null ; borderColor?: string | null ; currentPlanBackground?: string | null ; primary?: string | null ; textColor?: string | null } | null Optional typography?: ( { __typename?: "TypographyConfiguration" } & TypographyConfigurationFragment ) | null PaywallConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2716 PaywallCurrencyFragment Paywall
CurrencyFragment: { __typename?: "PaywallCurrency" ; code: Currency ; symbol: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5606 Type declaration Optional __typename?: "PaywallCurrency" symbol: string PaywallFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6046 PaywallLayoutConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2722 Plan Type declaration Optional basePlan?: BasePlan Optional billingId?: string | null compatibleAddons: Addon [] Optional defaultTrialConfig?: DefaultTrialConfig | null Optional description?: string | null displayName: string id: string Optional metadata?: Metadata | null order: number pricePoints: Price [] Optional pricingType?: PricingType | null PlanCompatiblePackageGroupsFragment Plan
CompatiblePackageGroupsFragment: { __typename?: "PlanCompatiblePackageGroups" ; addons?: ( { __typename?: "Addon" } & AddonFragment ) [] | null ; displayName: string ; options: { __typename?: "PlanCompatiblePackageGroupOptions" ; freeItems?: number | null ; minItems?: number | null } ; packageGroupId: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4767 Type declaration Optional __typename?: "PlanCompatiblePackageGroups" Optional addons?: ( { __typename?: "Addon" } & AddonFragment ) [] | null displayName: string options: { __typename?: "PlanCompatiblePackageGroupOptions" ; freeItems?: number | null ; minItems?: number | null } Optional __typename?: "PlanCompatiblePackageGroupOptions" Optional freeItems?: number | null Optional minItems?: number | null packageGroupId: string PlanCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2737 PlanFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2751 PlanFilterAddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2770 PlanFilterProductFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2787 PlanFragment Plan
Fragment: { __typename?: "Plan" ; additionalMetaData?: any | null ; basePlan?: { __typename?: "Plan" ; displayName: string ; refId: string } | null ; billingId?: string | null ; compatibleAddons?: ( { __typename?: "Addon" } & AddonFragment ) [] | null ; compatiblePackageGroups?: ( { __typename?: "PlanCompatiblePackageGroups" } & PlanCompatiblePackageGroupsFragment ) [] | null ; defaultTrialConfig?: { __typename?: "DefaultTrialConfig" ; budget?: { __typename?: "BudgetConfiguration" ; limit: number } | null ; duration: number ; trialEndBehavior?: TrialEndBehavior | null ; units: TrialPeriodUnits } | null ; description?: string | null ; displayName: string ; entitlements?: ( { __typename?: "PackageEntitlement" } & PackageEntitlementFragment ) [] | null ; hiddenFromWidgets?: WidgetType [] | null ; id: string ; inheritedEntitlements?: ( { __typename?: "PackageEntitlement" } & PackageEntitlementFragment ) [] | null ; overagePrices?: ( { __typename?: "Price" } & OveragePriceFragment ) [] | null ; prices?: ( { __typename?: "Price" } & PriceFragment ) [] | null ; pricingType?: PricingType | null ; product: { __typename?: "Product" } & ProductFragment ; refId: string ; versionNumber: number } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4719 Type declaration Optional __typename?: "Plan" Optional additionalMetaData?: any | null Optional basePlan?: { __typename?: "Plan" ; displayName: string ; refId: string } | null Optional billingId?: string | null Optional compatibleAddons?: ( { __typename?: "Addon" } & AddonFragment ) [] | null Optional compatiblePackageGroups?: ( { __typename?: "PlanCompatiblePackageGroups" } & PlanCompatiblePackageGroupsFragment ) [] | null Optional defaultTrialConfig?: { __typename?: "DefaultTrialConfig" ; budget?: { __typename?: "BudgetConfiguration" ; limit: number } | null ; duration: number ; trialEndBehavior?: TrialEndBehavior | null ; units: TrialPeriodUnits } | null Optional description?: string | null displayName: string Optional entitlements?: ( { __typename?: "PackageEntitlement" } & PackageEntitlementFragment ) [] | null Optional hiddenFromWidgets?: WidgetType [] | null id: string Optional inheritedEntitlements?: ( { __typename?: "PackageEntitlement" } & PackageEntitlementFragment ) [] | null Optional overagePrices?: ( { __typename?: "Price" } & OveragePriceFragment ) [] | null Optional prices?: ( { __typename?: "Price" } & PriceFragment ) [] | null Optional pricingType?: PricingType | null product: { __typename?: "Product" } & ProductFragment refId: string versionNumber: number PlanSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2802 PlanUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2822 PreparePaymentMethodFormInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2835 PreviewNextInvoiceInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2842 PreviewNextInvoiceMutation Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6374 Type declaration Optional __typename?: "Mutation" PreviewNextInvoiceMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6371 PreviewSubscription Type declaration Optional billingCountryCode?: string customerId: string Optional payingCustomerId?: string planId: string Optional promotionCode?: string Optional resourceId?: string Optional startDate?: Date Optional unitQuantity?: number PreviewSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2848 PreviewSubscriptionMutation Preview
SubscriptionMutation: { __typename?: "Mutation" ; previewSubscription: { __typename?: "SubscriptionPreviewV2" } & SubscriptionPreviewV2Fragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6365 PreviewSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6362 Price Price
: { amount
?: number | null ; billingCadence
?: BillingCadence ; billingCountryCode
?: string | null ; billingId
?: string | null ; billingPeriod
: BillingPeriod ; blockSize
?: number | null ; currency
: Currency ; feature
?: { description
?: string | null ; displayName
: string ; featureId
: string ; unitQuantity
?: number | null ; units
?: string | null ; unitsPlural
?: string | null } | null ; maxUnitQuantity
?: number | null ; minUnitQuantity
?: number | null ; pricingModel
: BillingModel ; tiers
?: PriceTierFragment [] | null ; tiersMode
: TiersMode | null | undefined } Type declaration Optional amount?: number | null Optional billingCountryCode?: string | null Optional billingId?: string | null Optional blockSize?: number | null Optional feature?: { description?: string | null ; displayName: string ; featureId: string ; unitQuantity?: number | null ; units?: string | null ; unitsPlural?: string | null } | null Optional maxUnitQuantity?: number | null Optional minUnitQuantity?: number | null tiersMode: TiersMode | null | undefined PriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2869 PriceFilterPackageDtoFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2881 PriceFragment Price
Fragment: { __typename?: "Price" ; billingCadence: BillingCadence ; billingCountryCode?: string | null ; billingId?: string | null ; billingModel: BillingModel ; billingPeriod: BillingPeriod ; blockSize?: number | null ; feature?: { __typename?: "Feature" ; description?: string | null ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; refId: string } | null ; maxUnitQuantity?: number | null ; minUnitQuantity?: number | null ; price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; tiers?: ( { __typename?: "PriceTier" } & PriceTierFragment ) [] | null ; tiersMode?: TiersMode | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4602 Type declaration Optional __typename?: "Price" Optional billingCountryCode?: string | null Optional billingId?: string | null Optional blockSize?: number | null Optional feature?: { __typename?: "Feature" ; description?: string | null ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; refId: string } | null Optional maxUnitQuantity?: number | null Optional minUnitQuantity?: number | null Optional price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional tiers?: ( { __typename?: "PriceTier" } & PriceTierFragment ) [] | null Optional tiersMode?: TiersMode | null PriceOverrideInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2898 PricePeriodInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2910 PriceSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2918 PriceTierFragment Price
TierFragment: { __typename?: "PriceTier" ; flatPrice?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; unitPrice?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; upTo?: number | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4588 Type declaration Optional __typename?: "PriceTier" Optional flatPrice?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional unitPrice?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional upTo?: number | null PriceTierInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2932 PricingModelCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2937 PricingTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2956 Product Product
: { description
?: string | null ; displayName
?: string | null ; downgradePlan
?: Pick < Plan , "id" | "displayName" > ; id
: string ; metadata
?: Metadata | null } Type declaration Optional description?: string | null Optional displayName?: string | null Optional downgradePlan?: Pick < Plan , "id" | "displayName" > id: string Optional metadata?: Metadata | null ProductCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2972 ProductFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2980 ProductFragment ProductFragment: { __typename?: "Product" ; additionalMetaData?: any | null ; description?: string | null ; displayName?: string | null ; productSettings: { __typename?: "ProductSettings" ; downgradePlan?: { __typename?: "Plan" ; displayName: string ; refId: string } | null } ; refId: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5611 Type declaration Optional __typename?: "Product" Optional additionalMetaData?: any | null Optional description?: string | null Optional displayName?: string | null productSettings: { __typename?: "ProductSettings" ; downgradePlan?: { __typename?: "Plan" ; displayName: string ; refId: string } | null } Optional __typename?: "ProductSettings" Optional downgradePlan?: { __typename?: "Plan" ; displayName: string ; refId: string } | null refId: string ProductSettingsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2995 ProductSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3004 ProductUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3022 PromotionalEntitlement Promotional
Entitlement: { expiresAt?: Date ; feature: FullEntitlementFeature ; hasExpirationDate: boolean ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage?: boolean | null ; isVisible: boolean ; status: PromotionalEntitlementStatus ; usageLimit: number } Type declaration Optional expiresAt?: Date hasExpirationDate: boolean Optional hasSoftLimit?: boolean | null Optional hasUnlimitedUsage?: boolean | null isVisible: boolean usageLimit: number PromotionalEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3033 PromotionalEntitlementFragment Promotional
EntitlementFragment: { __typename?: "PromotionalEntitlement" ; endDate?: any | null ; feature: { __typename?: "Feature" ; additionalMetaData?: any | null ; description?: string | null ; displayName: string ; featureType: FeatureType ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; meterType?: MeterType | null ; refId: string } ; featureId: string ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage?: boolean | null ; isVisible: boolean ; resetPeriod?: EntitlementResetPeriod | null ; status: PromotionalEntitlementStatus ; usageLimit?: number | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5028 Type declaration Optional __typename?: "PromotionalEntitlement" Optional endDate?: any | null feature: { __typename?: "Feature" ; additionalMetaData?: any | null ; description?: string | null ; displayName: string ; featureType: FeatureType ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; meterType?: MeterType | null ; refId: string } Optional __typename?: "Feature" Optional additionalMetaData?: any | null Optional description?: string | null displayName: string Optional featureUnits?: string | null Optional featureUnitsPlural?: string | null Optional meterType?: MeterType | null refId: string featureId: string Optional hasSoftLimit?: boolean | null Optional hasUnlimitedUsage?: boolean | null isVisible: boolean Optional usageLimit?: number | null PromotionalEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3042 PromotionalEntitlementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3067 PromotionalEntitlementStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3085 PromotionalEntitlementUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3101 ProvisionCustomerFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6122 Type declaration Optional __typename?: "ProvisionedCustomer" Optional entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null Optional subscription?: ( { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment ) | null ProvisionCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3117 ProvisionCustomerMutation Provision
CustomerMutation: { __typename?: "Mutation" ; provisionCustomer: { __typename?: "ProvisionedCustomer" } & ProvisionCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6242 ProvisionCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6239 ProvisionCustomerSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3135 ProvisionSandboxInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3166 ProvisionSubscription Type declaration Optional awaitPaymentConfirmation?: boolean Optional billingCountryCode?: string Optional billingId?: string customerId: string Optional id?: string Optional metadata?: Metadata | null Optional payingCustomerId?: string planId: string Optional promotionCode?: string Optional resourceId?: string Optional salesforceId?: string Optional skipTrial?: boolean Optional startDate?: Date Optional unitQuantity?: number ProvisionSubscriptionFragment Provision
SubscriptionFragment: { __typename?: "ProvisionSubscriptionResult" ; checkoutBillingId?: string | null ; checkoutUrl?: string | null ; entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null ; status: ProvisionSubscriptionStatus ; subscription?: ( { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6144 Type declaration Optional __typename?: "ProvisionSubscriptionResult" Optional checkoutBillingId?: string | null Optional checkoutUrl?: string | null Optional entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null Optional subscription?: ( { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment ) | null ProvisionSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3206 ProvisionSubscriptionMutation Provision
SubscriptionMutation: { __typename?: "Mutation" ; provisionSubscription: { __typename?: "ProvisionSubscriptionResult" } & ProvisionSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6304 ProvisionSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6301 ProvisionSubscriptionResult Type declaration Optional checkoutUrl?: string | null RecalculateEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3252 RecalculateEntitlementsSideEffectsOptionsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3258 RemoveBasePlanFromPlanInput Remove
BasePlanFromPlanInput: { id: Scalars [ "String" ] ; relationId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3264 RemoveCompatibleAddonsFromPlanInput Remove
CompatibleAddonsFromPlanInput: { id: Scalars [ "String" ] ; relationIds: Scalars [ "String" ] [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3270 RemoveCouponFromCustomerInput Remove
CouponFromCustomerInput: { id: Scalars [ "String" ] ; relationId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3276 RemoveExperimentFromCustomerInput Remove
ExperimentFromCustomerInput: { id: Scalars [ "String" ] ; relationId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3282 RemoveExperimentFromCustomerSubscriptionInput Remove
ExperimentFromCustomerSubscriptionInput: { id: Scalars [ "String" ] ; relationId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3288 ReportEntitlementCheckRequestedMutation ReportEntitlementCheckRequestedMutation: { __typename?: "Mutation" ; reportEntitlementCheckRequested: boolean }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6415 Type declaration Optional __typename?: "Mutation" reportEntitlementCheckRequested: boolean ReportEntitlementCheckRequestedMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6412 ReportEvent Report
Event: { customerId: string ; dimensions?: Record < string , EventDimensionValue > ; eventName: string ; idempotencyKey: string ; resourceId?: string ; timestamp?: Date } Type declaration customerId: string eventName: string idempotencyKey: string Optional resourceId?: string Optional timestamp?: Date ReportEventMutation ReportEventMutation: { __typename?: "Mutation" ; reportEvent?: string | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6408 Type declaration Optional __typename?: "Mutation" Optional reportEvent?: string | null ReportEventMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6405 ReportUsage Report
Usage: { createdAt?: Date ; customerId: string ; dimensions?: Record < string , EventDimensionValue > ; featureId: string ; resourceId?: string ; updateBehavior?: UsageUpdateBehavior ; value: number } Type declaration Optional createdAt?: Date customerId: string featureId: string Optional resourceId?: string value: number ReportUsageAck ReportUsageAck: { currentUsage?: number ; customerId: string ; featureId: string ; measurementId: string ; nextResetDate?: Date ; resourceId?: string ; usagePeriodEnd?: Date ; usagePeriodStart?: Date }
Type declaration Optional currentUsage?: number customerId: string featureId: string measurementId: string Optional nextResetDate?: Date Optional resourceId?: string Optional usagePeriodEnd?: Date Optional usagePeriodStart?: Date ReportUsageBaseInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3294 ReportUsageBulkInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3303 ReportUsageBulkMutation Report
UsageBulkMutation: { __typename?: "Mutation" ; reportUsageBulk: ( { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6399 Type declaration Optional __typename?: "Mutation" reportUsageBulk: ( { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment ) [] ReportUsageBulkMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6396 ReportUsageFragment ReportUsageFragment: { __typename?: "UsageMeasurementWithCurrentUsage" ; currentUsage?: number | null ; customerId: string ; featureId: string ; id: string ; nextResetDate?: any | null ; resourceId?: string | null ; timestamp: any ; usagePeriodEnd?: any | null ; usagePeriodStart?: any | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6156 Type declaration Optional __typename?: "UsageMeasurementWithCurrentUsage" Optional currentUsage?: number | null customerId: string featureId: string id: string Optional nextResetDate?: any | null Optional resourceId?: string | null timestamp: any Optional usagePeriodEnd?: any | null Optional usagePeriodStart?: any | null ReportUsageInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3307 ReportUsageMutation Report
UsageMutation: { __typename?: "Mutation" ; reportUsage: { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6390 Type declaration Optional __typename?: "Mutation" reportUsage: { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment ReportUsageMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6387 ResetPeriodConfigurationFragment ResetPeriodConfigurationFragment: ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ | ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ | ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5520 ResyncIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3317 RevokePromotionalEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3327 RevokePromotionalEntitlementMutation RevokePromotionalEntitlementMutation: { __typename?: "Mutation" ; revokePromotionalEntitlement: { __typename?: "PromotionalEntitlement" ; id: string } }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6294 Type declaration Optional __typename?: "Mutation" revokePromotionalEntitlement: { __typename?: "PromotionalEntitlement" ; id: string } Optional __typename?: "PromotionalEntitlement" id: string RevokePromotionalEntitlementMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6291 SalesforceCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3332 Scalars Scalars: { Boolean: boolean ; ConnectionCursor: any ; DateTime: any ; Float: number ; ID: string ; Int: number ; JSON: any ; String: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:17 Type declaration Boolean: boolean ConnectionCursor: any DateTime: any Float: number ID: string Int: number JSON: any String: string ScheduleVariablesFragment ScheduleVariablesFragment: ScheduleVariablesFragment_AddonChangeVariables_ | ScheduleVariablesFragment_AddonPriceOverrideChangeVariables_ | ScheduleVariablesFragment_BillingPeriodChangeVariables_ | ScheduleVariablesFragment_CouponChangeVariables_ | ScheduleVariablesFragment_DowngradeChangeVariables_ | ScheduleVariablesFragment_PlanChangeVariables_ | ScheduleVariablesFragment_PlanPriceOverrideChangeVariables_ | ScheduleVariablesFragment_UnitAmountChangeVariables_
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6238 Sdk Sdk
: ReturnType < typeof getSdk > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6839 SdkFunctionWrapper SdkFunctionWrapper: < T > ( action: ( requestHeaders?: Record < string , string > ) => Promise < T > , operationName: string , operationType?: string ) => Promise < T >
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6789 Type declaration < T > ( action: ( requestHeaders?: Record < string , string > ) => Promise < T > , operationName: string , operationType?: string ) : Promise < T > Type parameters Parameters action: ( requestHeaders?: Record < string , string > ) => Promise < T > ( requestHeaders?: Record < string , string > ) : Promise < T > Parameters Optional requestHeaders: Record < string , string > Returns Promise < T > operationName: string Optional operationType: string Returns Promise < T > SetAccessRolesInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3344 SetBasePlanOnPlanInput Set
BasePlanOnPlanInput: { id: Scalars [ "String" ] ; relationId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3354 SetCompatibleAddonsOnPlanInput Set
CompatibleAddonsOnPlanInput: { id: Scalars [ "String" ] ; relationIds: Scalars [ "String" ] [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3360 SetCouponOnCustomerInput Set
CouponOnCustomerInput: { id: Scalars [ "String" ] ; relationId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3366 SetExperimentOnCustomerInput Set
ExperimentOnCustomerInput: { id: Scalars [ "String" ] ; relationId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3372 SetExperimentOnCustomerSubscriptionInput Set
ExperimentOnCustomerSubscriptionInput: { id: Scalars [ "String" ] ; relationId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3378 SetPackageGroupAddons Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3385 SetPlanCompatiblePackageGroup Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3394 SetPlanCompatiblePackageGroupOptions Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3401 SetPlanCompatiblePackageGroups Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3408 SlimCustomer Slim
Customer: { awsMarketplaceCustomerId?: string | null ; billingId?: string ; createdAt: Date ; email?: string ; id: string ; metadata?: Metadata | null ; name?: string ; updatedAt: Date } Type declaration Optional awsMarketplaceCustomerId?: string | null Optional billingId?: string createdAt: Date Optional email?: string id: string Optional metadata?: Metadata | null Optional name?: string updatedAt: Date SlimCustomerFragment SlimCustomerFragment: { __typename?: "Customer" ; additionalMetaData?: any | null ; awsMarketplaceCustomerId?: string | null ; billingId?: string | null ; createdAt?: any | null ; customerId: string ; email?: string | null ; id: string ; name?: string | null ; refId: string ; updatedAt: any }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5050 Type declaration Optional __typename?: "Customer" Optional additionalMetaData?: any | null Optional awsMarketplaceCustomerId?: string | null Optional billingId?: string | null Optional createdAt?: any | null customerId: string Optional email?: string | null id: string Optional name?: string | null refId: string updatedAt: any SlimSubscriptionFragment Slim
SubscriptionFragment: { __typename?: "CustomerSubscription" ; additionalMetaData?: any | null ; addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" ; id: string ; refId: string } ; quantity: number } [] | null ; billingId?: string | null ; billingLinkUrl?: string | null ; billingSyncError?: string | null ; currentBillingPeriodEnd?: any | null ; customer: { __typename?: "Customer" ; id: string ; refId: string } ; effectiveEndDate?: any | null ; experimentInfo?: { __typename?: "experimentInfo" ; groupName: string ; groupType: ExperimentGroupType ; id: string ; name: string } | null ; id: string ; latestInvoice?: ( { __typename?: "SubscriptionInvoice" } & SubscriptionInvoiceFragment ) | null ; paymentCollection: PaymentCollection ; plan: { __typename?: "Plan" ; id: string ; refId: string } ; prices?: { __typename?: "SubscriptionPrice" ; price?: ( { __typename?: "Price" } & PriceFragment ) | null ; usageLimit?: number | null } [] | null ; pricingType: PricingType ; refId: string ; resource?: ( { __typename?: "CustomerResource" } & CustomerResourceFragment ) | null ; status: SubscriptionStatus ; subscriptionId: string ; totalPrice?: ( { __typename?: "CustomerSubscriptionTotalPrice" } & TotalPriceFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4822 Type declaration Optional __typename?: "CustomerSubscription" Optional additionalMetaData?: any | null Optional addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" ; id: string ; refId: string } ; quantity: number } [] | null Optional billingId?: string | null Optional billingLinkUrl?: string | null Optional billingSyncError?: string | null Optional currentBillingPeriodEnd?: any | null customer: { __typename?: "Customer" ; id: string ; refId: string } Optional __typename?: "Customer" id: string refId: string Optional effectiveEndDate?: any | null Optional experimentInfo?: { __typename?: "experimentInfo" ; groupName: string ; groupType: ExperimentGroupType ; id: string ; name: string } | null id: string Optional latestInvoice?: ( { __typename?: "SubscriptionInvoice" } & SubscriptionInvoiceFragment ) | null plan: { __typename?: "Plan" ; id: string ; refId: string } Optional __typename?: "Plan" id: string refId: string Optional prices?: { __typename?: "SubscriptionPrice" ; price?: ( { __typename?: "Price" } & PriceFragment ) | null ; usageLimit?: number | null } [] | null refId: string Optional resource?: ( { __typename?: "CustomerResource" } & CustomerResourceFragment ) | null subscriptionId: string Optional totalPrice?: ( { __typename?: "CustomerSubscriptionTotalPrice" } & TotalPriceFragment ) | null SlimSubscriptionFragmentV2Fragment Slim
SubscriptionFragmentV2Fragment: { __typename?: "CustomerSubscription" ; addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" ; addonId: string } ; quantity: number } [] | null ; currentBillingPeriodEnd?: any | null ; customer: { __typename?: "Customer" ; customerId: string } ; payingCustomer?: { __typename?: "Customer" ; customerId: string } | null ; plan: { __typename?: "Plan" ; displayName: string ; planId: string } ; pricingType: PricingType ; resource?: { __typename?: "CustomerResource" ; resourceId: string } | null ; startDate: any ; status: SubscriptionStatus ; subscriptionId: string ; trialConfiguration?: { __typename?: "TrialConfiguration" ; trialEndBehavior: TrialEndBehavior } | null ; trialEndDate?: any | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4784 Type declaration Optional __typename?: "CustomerSubscription" Optional addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" ; addonId: string } ; quantity: number } [] | null Optional currentBillingPeriodEnd?: any | null customer: { __typename?: "Customer" ; customerId: string } Optional __typename?: "Customer" customerId: string Optional payingCustomer?: { __typename?: "Customer" ; customerId: string } | null plan: { __typename?: "Plan" ; displayName: string ; planId: string } Optional __typename?: "Plan" displayName: string planId: string Optional resource?: { __typename?: "CustomerResource" ; resourceId: string } | null startDate: any subscriptionId: string Optional trialConfiguration?: { __typename?: "TrialConfiguration" ; trialEndBehavior: TrialEndBehavior } | null Optional trialEndDate?: any | null SnowflakeCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3416 StartExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3440 StopExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3444 StringFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3448 StripeCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3464 StripeCustomerSearchInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3470 StripeProductSearchInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3475 StripeSubscriptionSearchInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3480 Subscription Type declaration addonIds: string [] Optional billingId?: string Optional billingLinkUrl?: string Optional billingSyncError?: string customerId: string Optional effectiveEndDate?: Date Optional experimentInfo?: ExperimentInfo | null id: string Optional metadata?: Metadata | null planId: string SubscriptionAddon SubscriptionAddon: { addonId: string ; quantity?: number }
Type declaration addonId: string Optional quantity?: number SubscriptionAddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3484 SubscriptionAddonFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3494 SubscriptionAddonFilterPriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3522 SubscriptionAddonInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3533 SubscriptionAddonSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3537 SubscriptionBillingInfo Subscription
BillingInfo: { billingAddress?: BillingAddress ; chargeOnBehalfOfAccount?: string ; couponId?: string ; integrationId?: string ; isBackdated?: boolean ; isInvoicePaid?: boolean ; metadata?: Metadata | null ; taxPercentage?: number ; taxRateIds?: string [] } Type declaration Optional chargeOnBehalfOfAccount?: string Optional couponId?: string Optional integrationId?: string Optional isBackdated?: boolean Optional isInvoicePaid?: boolean Optional metadata?: Metadata | null Optional taxPercentage?: number Optional taxRateIds?: string [] SubscriptionCancelReasonFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3575 SubscriptionCancellationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3595 SubscriptionCouponConfigurationInput Subscription
CouponConfigurationInput: { startDate?: InputMaybe < Scalars [ "DateTime" ] > } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3610 SubscriptionCouponDiscountInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3615 SubscriptionCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3628 SubscriptionEntitlement Subscription
Entitlement: { featureId: string ; hasSoftLimit?: boolean ; hasUnlimitedUsage?: boolean ; monthlyResetPeriodConfiguration?: { accordingTo: MonthlyAccordingTo } ; resetPeriod?: EntitlementResetPeriod ; usageLimit?: number ; weeklyResetPeriodConfiguration?: { accordingTo: WeeklyAccordingTo } } Type declaration featureId: string Optional hasSoftLimit?: boolean Optional hasUnlimitedUsage?: boolean Optional monthlyResetPeriodConfiguration?: { accordingTo: MonthlyAccordingTo } Optional usageLimit?: number Optional weeklyResetPeriodConfiguration?: { accordingTo: WeeklyAccordingTo } SubscriptionEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3657 SubscriptionEntitlementFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3668 SubscriptionEntitlementFilterFeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3696 SubscriptionEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3710 SubscriptionEntitlementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3721 SubscriptionFragment Subscription
Fragment: { __typename?: "CustomerSubscription" ; additionalMetaData?: any | null ; addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" } & AddonFragment ; id: string ; quantity: number } [] | null ; billingId?: string | null ; billingLinkUrl?: string | null ; billingSyncError?: string | null ; cancellationDate?: any | null ; currentBillingPeriodEnd?: any | null ; effectiveEndDate?: any | null ; endDate?: any | null ; experimentInfo?: { __typename?: "experimentInfo" ; groupName: string ; groupType: ExperimentGroupType ; id: string ; name: string } | null ; futureUpdates: ( { __typename?: "SubscriptionFutureUpdate" } & SubscriptionFutureUpdateDataFragment ) [] ; id: string ; latestInvoice?: ( { __typename?: "SubscriptionInvoice" } & SubscriptionInvoiceFragment ) | null ; payingCustomer?: ( { __typename?: "Customer" } & SlimCustomerFragment ) | null ; paymentCollection: PaymentCollection ; paymentCollectionMethod?: PaymentCollectionMethod | null ; plan: { __typename?: "Plan" } & PlanFragment ; prices?: { __typename?: "SubscriptionPrice" ; price?: ( { __typename?: "Price" } & PriceFragment ) | null ; usageLimit?: number | null } [] | null ; pricingType: PricingType ; refId: string ; resource?: ( { __typename?: "CustomerResource" } & CustomerResourceFragment ) | null ; scheduledUpdates?: ( { __typename?: "SubscriptionScheduledUpdate" } & SubscriptionScheduledUpdateDataFragment ) [] | null ; startDate: any ; status: SubscriptionStatus ; subscriptionId: string ; totalPrice?: ( { __typename?: "CustomerSubscriptionTotalPrice" } & TotalPriceFragment ) | null ; trialConfiguration?: ( { __typename?: "TrialConfiguration" } & SubscriptionTrialConfigurationFragment ) | null ; trialEndDate?: any | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4958 Type declaration Optional __typename?: "CustomerSubscription" Optional additionalMetaData?: any | null Optional addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" } & AddonFragment ; id: string ; quantity: number } [] | null Optional billingId?: string | null Optional billingLinkUrl?: string | null Optional billingSyncError?: string | null Optional cancellationDate?: any | null Optional currentBillingPeriodEnd?: any | null Optional effectiveEndDate?: any | null Optional endDate?: any | null Optional experimentInfo?: { __typename?: "experimentInfo" ; groupName: string ; groupType: ExperimentGroupType ; id: string ; name: string } | null id: string Optional latestInvoice?: ( { __typename?: "SubscriptionInvoice" } & SubscriptionInvoiceFragment ) | null Optional payingCustomer?: ( { __typename?: "Customer" } & SlimCustomerFragment ) | null plan: { __typename?: "Plan" } & PlanFragment Optional prices?: { __typename?: "SubscriptionPrice" ; price?: ( { __typename?: "Price" } & PriceFragment ) | null ; usageLimit?: number | null } [] | null refId: string Optional resource?: ( { __typename?: "CustomerResource" } & CustomerResourceFragment ) | null Optional scheduledUpdates?: ( { __typename?: "SubscriptionScheduledUpdate" } & SubscriptionScheduledUpdateDataFragment ) [] | null startDate: any subscriptionId: string Optional totalPrice?: ( { __typename?: "CustomerSubscriptionTotalPrice" } & TotalPriceFragment ) | null Optional trialConfiguration?: ( { __typename?: "TrialConfiguration" } & SubscriptionTrialConfigurationFragment ) | null Optional trialEndDate?: any | null SubscriptionFutureUpdateDataFragment Subscription
FutureUpdateDataFragment: { __typename?: "SubscriptionFutureUpdate" ; scheduleStatus: SubscriptionScheduleStatus ; scheduleVariables?: ( { __typename?: "AddonChangeVariables" } & ScheduleVariablesFragment_AddonChangeVariables_ ) | ( { __typename?: "AddonPriceOverrideChangeVariables" } & ScheduleVariablesFragment_AddonPriceOverrideChangeVariables_ ) | ( { __typename?: "BillingPeriodChangeVariables" } & ScheduleVariablesFragment_BillingPeriodChangeVariables_ ) | ( { __typename?: "CouponChangeVariables" } & ScheduleVariablesFragment_CouponChangeVariables_ ) | ( { __typename?: "DowngradeChangeVariables" } & ScheduleVariablesFragment_DowngradeChangeVariables_ ) | ( { __typename?: "PlanChangeVariables" } & ScheduleVariablesFragment_PlanChangeVariables_ ) | ( { __typename?: "PlanPriceOverrideChangeVariables" } & ScheduleVariablesFragment_PlanPriceOverrideChangeVariables_ ) | ( { __typename?: "UnitAmountChangeVariables" } & ScheduleVariablesFragment_UnitAmountChangeVariables_ ) | null ; scheduledExecutionTime: any ; subscriptionScheduleType: SubscriptionScheduleType ; targetPackage?: { __typename?: "PackageDTO" ; displayName: string ; id: string ; refId: string } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4908 Type declaration Optional __typename?: "SubscriptionFutureUpdate" Optional scheduleVariables?: ( { __typename?: "AddonChangeVariables" } & ScheduleVariablesFragment_AddonChangeVariables_ ) | ( { __typename?: "AddonPriceOverrideChangeVariables" } & ScheduleVariablesFragment_AddonPriceOverrideChangeVariables_ ) | ( { __typename?: "BillingPeriodChangeVariables" } & ScheduleVariablesFragment_BillingPeriodChangeVariables_ ) | ( { __typename?: "CouponChangeVariables" } & ScheduleVariablesFragment_CouponChangeVariables_ ) | ( { __typename?: "DowngradeChangeVariables" } & ScheduleVariablesFragment_DowngradeChangeVariables_ ) | ( { __typename?: "PlanChangeVariables" } & ScheduleVariablesFragment_PlanChangeVariables_ ) | ( { __typename?: "PlanPriceOverrideChangeVariables" } & ScheduleVariablesFragment_PlanPriceOverrideChangeVariables_ ) | ( { __typename?: "UnitAmountChangeVariables" } & ScheduleVariablesFragment_UnitAmountChangeVariables_ ) | null scheduledExecutionTime: any Optional targetPackage?: { __typename?: "PackageDTO" ; displayName: string ; id: string ; refId: string } | null SubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3733 SubscriptionInvoiceFragment Subscription
InvoiceFragment: { __typename?: "SubscriptionInvoice" ; amountDue?: number | null ; attemptCount?: number | null ; billingId: string ; billingReason?: SubscriptionInvoiceBillingReason | null ; createdAt: any ; currency?: string | null ; errorMessage?: string | null ; paymentSecret?: string | null ; paymentUrl?: string | null ; pdfUrl?: string | null ; requiresAction: boolean ; status: SubscriptionInvoiceStatus ; subTotal?: number | null ; subTotalExcludingTax?: number | null ; tax?: number | null ; total?: number | null ; totalExcludingTax?: number | null ; updatedAt: any } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4937 Type declaration Optional __typename?: "SubscriptionInvoice" Optional amountDue?: number | null Optional attemptCount?: number | null billingId: string createdAt: any Optional currency?: string | null Optional errorMessage?: string | null Optional paymentSecret?: string | null Optional paymentUrl?: string | null Optional pdfUrl?: string | null requiresAction: boolean Optional subTotal?: number | null Optional subTotalExcludingTax?: number | null Optional tax?: number | null Optional total?: number | null Optional totalExcludingTax?: number | null updatedAt: any SubscriptionInvoicePreviewFragment Subscription
InvoicePreviewFragment: { __typename?: "SubscriptionInvoicePreview" ; amountDue: { __typename?: "Money" ; amount: number ; currency: Currency } ; credits?: { __typename?: "SubscriptionPreviewCredits" ; initial: { __typename?: "Money" ; amount: number ; currency: Currency } ; remaining: { __typename?: "Money" ; amount: number ; currency: Currency } ; used: { __typename?: "Money" ; amount: number ; currency: Currency } } | null ; discount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; discountDetails?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; name?: string | null ; type: DiscountType ; value: number } | null ; lastUpdatedAt: any ; lines: { __typename?: "SubscriptionInvoicePreviewLineItem" ; amount: { __typename?: "Money" ; amount: number ; currency: Currency } ; costDescription: string ; description: string ; hasSoftLimit?: boolean | null ; lines?: { __typename?: "SubscriptionInvoicePreviewLineItemData" ; costDescription: string ; description: string ; hasSoftLimit?: boolean | null ; proration: boolean ; quantity?: number | null ; type: InvoiceLineItemType ; usageLimit?: number | null } [] | null ; period: { __typename?: "SubscriptionInvoicePreviewLineItemPeriod" ; end: any ; start: any } ; price?: ( { __typename?: "Price" } & PriceFragment ) | null ; proration: boolean ; quantity?: number | null ; type: InvoiceLineItemType ; unitPrice?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; usageLimit?: number | null } [] ; minimumSpendAdjustment: { __typename?: "Money" ; amount: number ; currency: Currency } ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; subTotalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } ; tax?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null ; total: { __typename?: "Money" ; amount: number ; currency: Currency } ; totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5379 Type declaration Optional __typename?: "SubscriptionInvoicePreview" amountDue: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number Optional credits?: { __typename?: "SubscriptionPreviewCredits" ; initial: { __typename?: "Money" ; amount: number ; currency: Currency } ; remaining: { __typename?: "Money" ; amount: number ; currency: Currency } ; used: { __typename?: "Money" ; amount: number ; currency: Currency } } | null Optional discount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional discountDetails?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; name?: string | null ; type: DiscountType ; value: number } | null lastUpdatedAt: any lines: { __typename?: "SubscriptionInvoicePreviewLineItem" ; amount: { __typename?: "Money" ; amount: number ; currency: Currency } ; costDescription: string ; description: string ; hasSoftLimit?: boolean | null ; lines?: { __typename?: "SubscriptionInvoicePreviewLineItemData" ; costDescription: string ; description: string ; hasSoftLimit?: boolean | null ; proration: boolean ; quantity?: number | null ; type: InvoiceLineItemType ; usageLimit?: number | null } [] | null ; period: { __typename?: "SubscriptionInvoicePreviewLineItemPeriod" ; end: any ; start: any } ; price?: ( { __typename?: "Price" } & PriceFragment ) | null ; proration: boolean ; quantity?: number | null ; type: InvoiceLineItemType ; unitPrice?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; usageLimit?: number | null } [] minimumSpendAdjustment: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number subTotalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number Optional tax?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null total: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number SubscriptionMigrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3795 SubscriptionMigrationTaskFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3800 SubscriptionMigrationTaskSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3809 SubscriptionMinimumSpendValueInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3827 SubscriptionPreviewCredits Subscription
PreviewCredits: { initial: Money ; remaining: Money ; used: Money } SubscriptionPreviewDiscount Type declaration Optional durationInMonths?: number value: number SubscriptionPreviewFragment Subscription
PreviewFragment: { __typename?: "SubscriptionPreview" ; billingPeriodRange: { __typename?: "DateRange" ; end?: any | null ; start?: any | null } ; credits?: { __typename?: "SubscriptionPreviewCredits" ; initial: { __typename?: "Money" ; amount: number ; currency: Currency } ; remaining: { __typename?: "Money" ; amount: number ; currency: Currency } ; used: { __typename?: "Money" ; amount: number ; currency: Currency } } | null ; discount?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; name?: string | null ; type: DiscountType ; value: number } | null ; discountAmount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; hasScheduledUpdates?: boolean | null ; isPlanDowngrade?: boolean | null ; proration?: { __typename?: "SubscriptionPreviewProrations" ; credit: { __typename?: "Money" ; amount: number ; currency: Currency } ; debit: { __typename?: "Money" ; amount: number ; currency: Currency } ; netAmount: { __typename?: "Money" ; amount: number ; currency: Currency } ; prorationDate: any } | null ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; subscription?: { __typename?: "SubscriptionPricePreviewDTO" ; discount?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; name?: string | null ; type: DiscountType ; value: number } | null ; discountAmount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; tax: { __typename?: "Money" ; amount: number ; currency: Currency } ; taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null ; total: { __typename?: "Money" ; amount: number ; currency: Currency } ; totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } } | null ; tax?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null ; total: { __typename?: "Money" ; amount: number ; currency: Currency } ; totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5115 Type declaration Optional __typename?: "SubscriptionPreview" billingPeriodRange: { __typename?: "DateRange" ; end?: any | null ; start?: any | null } Optional __typename?: "DateRange" Optional end?: any | null Optional start?: any | null Optional credits?: { __typename?: "SubscriptionPreviewCredits" ; initial: { __typename?: "Money" ; amount: number ; currency: Currency } ; remaining: { __typename?: "Money" ; amount: number ; currency: Currency } ; used: { __typename?: "Money" ; amount: number ; currency: Currency } } | null Optional discount?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; name?: string | null ; type: DiscountType ; value: number } | null Optional discountAmount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional hasScheduledUpdates?: boolean | null Optional isPlanDowngrade?: boolean | null Optional proration?: { __typename?: "SubscriptionPreviewProrations" ; credit: { __typename?: "Money" ; amount: number ; currency: Currency } ; debit: { __typename?: "Money" ; amount: number ; currency: Currency } ; netAmount: { __typename?: "Money" ; amount: number ; currency: Currency } ; prorationDate: any } | null subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number Optional subscription?: { __typename?: "SubscriptionPricePreviewDTO" ; discount?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; name?: string | null ; type: DiscountType ; value: number } | null ; discountAmount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; tax: { __typename?: "Money" ; amount: number ; currency: Currency } ; taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null ; total: { __typename?: "Money" ; amount: number ; currency: Currency } ; totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } } | null Optional tax?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null total: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number SubscriptionPreviewInvoice SubscriptionPreviewInvoiceFragment Subscription
PreviewInvoiceFragment: { __typename?: "SubscriptionPreviewInvoice" ; discount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; discountDetails?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; type: DiscountType ; value: number } | null ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; tax?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null ; total: { __typename?: "Money" ; amount: number ; currency: Currency } ; totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5243 Type declaration Optional __typename?: "SubscriptionPreviewInvoice" Optional discount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional discountDetails?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; type: DiscountType ; value: number } | null subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number Optional tax?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null total: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number SubscriptionPreviewProration Subscription
PreviewProration: { credit: Money ; debit: Money ; hasProrations?: boolean ; netAmount: Money ; prorationDate: Date } Type declaration Optional hasProrations?: boolean netAmount: Money prorationDate: Date SubscriptionPreviewTaxDetails SubscriptionPreviewTaxDetails: { displayName: string ; inclusive: boolean ; percentage: number }
Type declaration displayName: string inclusive: boolean percentage: number SubscriptionPreviewV2Fragment Subscription
PreviewV2Fragment: { __typename?: "SubscriptionPreviewV2" ; billingPeriodRange: { __typename?: "DateRange" ; end?: any | null ; start?: any | null } ; hasScheduledUpdates?: boolean | null ; immediateInvoice: { __typename?: "ImmediateSubscriptionPreviewInvoice" } & ImmediateSubscriptionPreviewInvoiceFragment ; isPlanDowngrade?: boolean | null ; recurringInvoice?: ( { __typename?: "SubscriptionPreviewInvoice" } & SubscriptionPreviewInvoiceFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5363 Type declaration Optional __typename?: "SubscriptionPreviewV2" billingPeriodRange: { __typename?: "DateRange" ; end?: any | null ; start?: any | null } Optional __typename?: "DateRange" Optional end?: any | null Optional start?: any | null Optional hasScheduledUpdates?: boolean | null Optional isPlanDowngrade?: boolean | null Optional recurringInvoice?: ( { __typename?: "SubscriptionPreviewInvoice" } & SubscriptionPreviewInvoiceFragment ) | null SubscriptionPrice Subscription
Price: Price & { grossAmount: number } SubscriptionPriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3831 SubscriptionPriceFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3844 SubscriptionPriceFilterPriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3872 SubscriptionPriceSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3883 SubscriptionScheduledUpdateDataFragment Subscription
ScheduledUpdateDataFragment: { __typename?: "SubscriptionScheduledUpdate" ; scheduleStatus: SubscriptionScheduleStatus ; scheduleVariables?: ( { __typename?: "AddonChangeVariables" } & ScheduleVariablesFragment_AddonChangeVariables_ ) | ( { __typename?: "AddonPriceOverrideChangeVariables" } & ScheduleVariablesFragment_AddonPriceOverrideChangeVariables_ ) | ( { __typename?: "BillingPeriodChangeVariables" } & ScheduleVariablesFragment_BillingPeriodChangeVariables_ ) | ( { __typename?: "CouponChangeVariables" } & ScheduleVariablesFragment_CouponChangeVariables_ ) | ( { __typename?: "DowngradeChangeVariables" } & ScheduleVariablesFragment_DowngradeChangeVariables_ ) | ( { __typename?: "PlanChangeVariables" } & ScheduleVariablesFragment_PlanChangeVariables_ ) | ( { __typename?: "PlanPriceOverrideChangeVariables" } & ScheduleVariablesFragment_PlanPriceOverrideChangeVariables_ ) | ( { __typename?: "UnitAmountChangeVariables" } & ScheduleVariablesFragment_UnitAmountChangeVariables_ ) | null ; scheduledExecutionTime: any ; subscriptionScheduleType: SubscriptionScheduleType ; targetPackage?: { __typename?: "PackageDTO" ; displayName: string ; id: string ; refId: string } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4879 Type declaration Optional __typename?: "SubscriptionScheduledUpdate" Optional scheduleVariables?: ( { __typename?: "AddonChangeVariables" } & ScheduleVariablesFragment_AddonChangeVariables_ ) | ( { __typename?: "AddonPriceOverrideChangeVariables" } & ScheduleVariablesFragment_AddonPriceOverrideChangeVariables_ ) | ( { __typename?: "BillingPeriodChangeVariables" } & ScheduleVariablesFragment_BillingPeriodChangeVariables_ ) | ( { __typename?: "CouponChangeVariables" } & ScheduleVariablesFragment_CouponChangeVariables_ ) | ( { __typename?: "DowngradeChangeVariables" } & ScheduleVariablesFragment_DowngradeChangeVariables_ ) | ( { __typename?: "PlanChangeVariables" } & ScheduleVariablesFragment_PlanChangeVariables_ ) | ( { __typename?: "PlanPriceOverrideChangeVariables" } & ScheduleVariablesFragment_PlanPriceOverrideChangeVariables_ ) | ( { __typename?: "UnitAmountChangeVariables" } & ScheduleVariablesFragment_UnitAmountChangeVariables_ ) | null scheduledExecutionTime: any Optional targetPackage?: { __typename?: "PackageDTO" ; displayName: string ; id: string ; refId: string } | null SubscriptionStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3942 SubscriptionTrialConfigurationFragment Subscription
TrialConfigurationFragment: { __typename?: "TrialConfiguration" ; trialEndBehavior: TrialEndBehavior } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5024 Type declaration Optional __typename?: "TrialConfiguration" SubscriptionUpdateScheduleCancellationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3958 SubscriptionUpdateUsageResetCutoffRuleInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3973 SyncTaxRatesInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3984 TaskStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3995 TaskTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4021 TaxExempt TaxExempt: { type: string ; value: string }
Type declaration type: string value: string TestHookInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4041 TiersModeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4051 TotalPriceFragment Total
PriceFragment: { __typename?: "CustomerSubscriptionTotalPrice" ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; total: { __typename?: "Money" ; amount: number ; currency: Currency } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4654 Type declaration Optional __typename?: "CustomerSubscriptionTotalPrice" subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number total: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number TransferSubscriptionInput Transfer
SubscriptionInput: { customerId: Scalars [ "String" ] ; destinationResourceId: Scalars [ "String" ] ; sourceResourceId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4067 TransferSubscriptionMutation Transfer
SubscriptionMutation: { __typename?: "Mutation" ; transferSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6460 Type declaration Optional __typename?: "Mutation" transferSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment TransferSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6457 TransferSubscriptionToResourceInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4073 TransferSubscriptionToResourceMutation Transfer
SubscriptionToResourceMutation: { __typename?: "Mutation" ; transferSubscriptionToResource: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6478 Type declaration Optional __typename?: "Mutation" transferSubscriptionToResource: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment TransferSubscriptionToResourceMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6475 TrialOverrideConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4088 TrialedPlan TrialedPlan: { planId: string ; productId: string }
Type declaration planId: string productId: string TriggerSubscriptionBillingMonthEndsSoonWebhookInput Trigger
SubscriptionBillingMonthEndsSoonWebhookInput: { subscriptionId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4100 TriggerSubscriptionMigrationInput Trigger
SubscriptionMigrationInput: { environmentId: Scalars [ "String" ] ; refId: Scalars [ "String" ] ; versionNumber: Scalars [ "Float" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4104 TriggerSubscriptionUsageSyncInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4110 TriggerWorkflowInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4119 TypographyConfigurationFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5560 Type declaration Optional __typename?: "TypographyConfiguration" Optional body?: ( { __typename?: "FontVariant" } & FontVariantFragment ) | null Optional fontFamily?: string | null Optional h1?: ( { __typename?: "FontVariant" } & FontVariantFragment ) | null Optional h2?: ( { __typename?: "FontVariant" } & FontVariantFragment ) | null Optional h3?: ( { __typename?: "FontVariant" } & FontVariantFragment ) | null TypographyConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4125 UnArchiveFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4133 UnArchivePlanInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4140 UnarchiveCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4146 UnarchiveCustomerMutation Unarchive
CustomerMutation: { __typename?: "Mutation" ; unarchiveCustomer: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6451 Type declaration Optional __typename?: "Mutation" unarchiveCustomer: { __typename?: "Customer" } & SlimCustomerFragment UnarchiveCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6448 UnarchiveEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4150 UnitTransformationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4155 UpdateAccountInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4172 UpdateCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4183 UpdateCustomer Update
Customer: { billingId?: string ; billingInfo?: BillingInfo ; couponId?: string | null ; customerId: string ; email?: string ; integrationId?: string ; metadata?: Metadata | null ; name?: string ; salesforceId?: string ; shouldWaitSync?: boolean } Type declaration Optional billingId?: string Optional billingInfo?: BillingInfo Optional couponId?: string | null customerId: string Optional email?: string Optional integrationId?: string Optional metadata?: Metadata | null Optional name?: string Optional salesforceId?: string Optional shouldWaitSync?: boolean UpdateCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4190 UpdateCustomerMutation Update
CustomerMutation: { __typename?: "Mutation" ; updateCustomer: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6267 UpdateCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6264 UpdateExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4205 UpdateFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4216 UpdateHook Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4228 UpdateIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4240 UpdateOneEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4253 UpdateOneHookInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4259 UpdateOneIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4265 UpdateOnePackageEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4271 UpdateOneProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4277 UpdateOnePromotionalEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4283 UpdatePackageEntitlementOrderInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4289 UpdatePackageEntitlementOrderItemInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4294 UpdateStripeCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4298 UpdateSubscription Type declaration Optional awaitPaymentConfirmation?: boolean Optional metadata?: Metadata | null subscriptionId: string Optional trialEndDate?: Date Optional unitQuantity?: number UpdateSubscriptionEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4301 UpdateSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4312 UpdateSubscriptionMutation Update
SubscriptionMutation: { __typename?: "Mutation" ; updateSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6329 UpdateSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6326 UpdateUserInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4336 UsageEventReportInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4340 UsageEventsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4348 UsageEventsReportInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4356 UsageHistoryFragment Usage
HistoryFragment: { __typename?: "UsageHistory" ; endDate?: any | null ; groups?: { __typename?: "GroupUsageHistory" ; groupInfo: { __typename?: "GroupInfo" ; key: string ; value: string } [] ; usageMeasurements: { __typename?: "UsageMeasurementPoint" ; date: any ; isResetPoint: boolean ; value: number } [] } [] | null ; markers: { __typename?: "UsageMarker" ; timestamp: any ; type: UsageMarkerType } [] ; startDate: any ; usageMeasurements: { __typename?: "UsageMeasurementPoint" ; date: any ; isResetPoint: boolean ; value: number } [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6070 Type declaration Optional __typename?: "UsageHistory" Optional endDate?: any | null Optional groups?: { __typename?: "GroupUsageHistory" ; groupInfo: { __typename?: "GroupInfo" ; key: string ; value: string } [] ; usageMeasurements: { __typename?: "UsageMeasurementPoint" ; date: any ; isResetPoint: boolean ; value: number } [] } [] | null markers: { __typename?: "UsageMarker" ; timestamp: any ; type: UsageMarkerType } [] startDate: any usageMeasurements: { __typename?: "UsageMeasurementPoint" ; date: any ; isResetPoint: boolean ; value: number } [] UsageHistoryInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4360 UsageHistoryPoint UsageHistoryPoint: { date: Date ; isResetPoint: boolean ; value: number }
Type declaration date: Date isResetPoint: boolean value: number UsageHistoryV2Fragment Usage
HistoryV2Fragment: { __typename?: "UsageHistoryV2" ; markers: { __typename?: "UsageMarker" ; timestamp: any ; type: UsageMarkerType } [] ; series: { __typename?: "UsageHistorySeries" ; points: { __typename?: "UsageHistoryPoint" ; isResetPoint: boolean ; timestamp: any ; value: number } [] ; tags: { __typename?: "UsageHistorySeriesTag" ; key: string ; value: string } [] } [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6100 Type declaration Optional __typename?: "UsageHistoryV2" markers: { __typename?: "UsageMarker" ; timestamp: any ; type: UsageMarkerType } [] series: { __typename?: "UsageHistorySeries" ; points: { __typename?: "UsageHistoryPoint" ; isResetPoint: boolean ; timestamp: any ; value: number } [] ; tags: { __typename?: "UsageHistorySeriesTag" ; key: string ; value: string } [] } [] UsageHistoryV2Input Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4374 UsageMeasurementCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4396 UsageMeasurementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4406 UsageMeasurementFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4415 UsageMeasurementFilterFeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4433 UsageMeasurementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4447 UsageUpdatedFragment UsageUpdatedFragment: { __typename?: "UsageMeasurementUpdated" ; currentUsage: number ; customerId: string ; featureId: string ; nextResetDate?: number | null ; resourceId?: string | null ; usagePeriodEnd?: number | null ; usagePeriodStart?: number | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5521 Type declaration Optional __typename?: "UsageMeasurementUpdated" currentUsage: number customerId: string featureId: string Optional nextResetDate?: number | null Optional resourceId?: string | null Optional usagePeriodEnd?: number | null Optional usagePeriodStart?: number | null ValidateMergeEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4462 Type declaration destinationEnvironmentSlug: Scalars [ "String" ] sourceEnvironmentSlug: Scalars [ "String" ] VendorIdentifierFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4481 WeeklyResetPeriodConfigInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4521 WidgetConfigurationUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4524 WorkflowsLoginInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4537 YearlyResetPeriodConfigInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4545 ZuoraCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4548 Variables Const AddonDependencyFragmentDoc AddonDependencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6688 Const AddonFragmentDoc AddonFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6689 Const ApplySubscriptionDocument ApplySubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6750 Const ApplySubscriptionFragmentDoc ApplySubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6739 Const ArchiveCustomerDocument ArchiveCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6765 Const CancelSubscriptionDocument CancelSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6753 Const CancelSubscriptionUpdatesDocument CancelSubscriptionUpdatesDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6758 Const CheckoutConfigurationFragmentDoc CheckoutConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6722 Const CheckoutStateFragmentDoc CheckoutStateFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6723 Const CouponFragmentDoc CouponFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6677 Const CreateSubscriptionDocument CreateSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6763 Const CustomerFragmentDoc CustomerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6679 Const CustomerPortalBillingInformationFragmentDoc CustomerPortalBillingInformationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6717 Const CustomerPortalConfigurationFragmentDoc CustomerPortalConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6720 Const CustomerPortalEntitlementFragmentDoc CustomerPortalEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6715 Const CustomerPortalFragmentDoc CustomerPortalFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6721 Const CustomerPortalPromotionalEntitlementFragmentDoc CustomerPortalPromotionalEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6716 Const CustomerPortalSubscriptionAddonFragmentDoc CustomerPortalSubscriptionAddonFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6712 Const CustomerPortalSubscriptionFragmentDoc CustomerPortalSubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6714 Const CustomerPortalSubscriptionPriceFragmentDoc CustomerPortalSubscriptionPriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6711 Const CustomerPortalSubscriptionScheduledUpdateDataFragmentDoc CustomerPortalSubscriptionScheduledUpdateDataFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6713 Const CustomerResourceFragmentDoc CustomerResourceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6681 Const CustomerStatisticsFragmentDoc CustomerStatisticsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6698 Const CustomerWithSubscriptionsFragmentDoc CustomerWithSubscriptionsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6697 Const DelegateSubscriptionToCustomerDocument DelegateSubscriptionToCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6768 Const DetachCustomerPaymentMethodDocument DetachCustomerPaymentMethodDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6746 Const EntitlementFragmentDoc EntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6706 Const EntitlementUsageUpdatedFragmentDoc EntitlementUsageUpdatedFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6709 Const EntitlementsUpdatedPayloadFragmentDoc EntitlementsUpdatedPayloadFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6707 Const EstimateSubscriptionDocument EstimateSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6754 Const EstimateSubscriptionUpdateDocument EstimateSubscriptionUpdateDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6755 Const FeatureFragmentDoc FeatureFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6705 Const FontVariantFragmentDoc FontVariantFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6718 Const GetActiveSubscriptionsDocument GetActiveSubscriptionsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6772 Const GetActiveSubscriptionsListDocument GetActiveSubscriptionsListDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6773 Const GetCheckoutStateDocument GetCheckoutStateDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6782 Const GetCouponsDocument GetCouponsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6775 Const GetCustomerByIdDocument GetCustomerByIdDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6770 Const GetCustomerPortalByRefIdDocument GetCustomerPortalByRefIdDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6781 Const GetCustomerStatisticsDocument GetCustomerStatisticsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6771 Const GetEntitlementDocument GetEntitlementDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6778 Const GetEntitlementsDocument GetEntitlementsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6777 Const GetMockPaywallDocument GetMockPaywallDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6783 Const GetPaywallDocument GetPaywallDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6776 Const GetProductsDocument GetProductsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6779 Const GetSdkConfigurationDocument GetSdkConfigurationDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6780 Const GetSubscriptionDocument GetSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6774 Const GetUsageHistoryDocument GetUsageHistoryDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6784 Const GetUsageHistoryV2Document GetUsageHistoryV2Document: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6785 Const GrantPromotionalEntitlementsDocument GrantPromotionalEntitlementsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6747 Const ImmediateSubscriptionPreviewInvoiceFragmentDoc ImmediateSubscriptionPreviewInvoiceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6700 Const ImportCustomerBulkDocument ImportCustomerBulkDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6743 Const ImportCustomerDocument ImportCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6744 Const ImportSubscriptionsBulkDocument ImportSubscriptionsBulkDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6751 Const LayoutConfigurationFragmentDoc LayoutConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6731 Const MigrateSubscriptionToLatestDocument MigrateSubscriptionToLatestDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6764 Const MockPaywallAddonDependencyFragmentDoc MockPaywallAddonDependencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6726 Const MockPaywallAddonFragmentDoc MockPaywallAddonFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6727 Const MockPaywallPackageEntitlementFragmentDoc MockPaywallPackageEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6724 Const MockPaywallPlanCompatiblePackageGroupsFragmentDoc MockPaywallPlanCompatiblePackageGroupsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6728 Const MockPaywallPlanFragmentDoc MockPaywallPlanFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6729 Const MockPaywallPriceFragmentDoc MockPaywallPriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6725 Const OnEntitlementsUpdatedDocument OnEntitlementsUpdatedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6786 Const OnPackagePublishedDocument OnPackagePublishedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6788 Const OnUsageUpdatedDocument OnUsageUpdatedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6787 Const OveragePriceFragmentDoc OveragePriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6687 Const PackageEntitlementFragmentDoc PackageEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6686 Const PackagePublishedPayloadFragmentDoc PackagePublishedPayloadFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6710 Const PaywallCalculatedPricePointsFragmentDoc PaywallCalculatedPricePointsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6733 Const PaywallConfigurationFragmentDoc PaywallConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6732 Const PaywallCurrencyFragmentDoc PaywallCurrencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6730 Const PaywallFragmentDoc PaywallFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6734 Const PlanCompatiblePackageGroupsFragmentDoc PlanCompatiblePackageGroupsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6690 Const PlanFragmentDoc PlanFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6691 Const PreviewNextInvoiceDocument PreviewNextInvoiceDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6757 Const PreviewSubscriptionDocument PreviewSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6756 Const PriceFragmentDoc PriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6683 Const PriceTierFragmentDoc PriceTierFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6682 Const ProductFragmentDoc ProductFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6685 Const PromotionalEntitlementFragmentDoc PromotionalEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6678 Const ProvisionCustomerDocument ProvisionCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6742 Const ProvisionCustomerFragmentDoc ProvisionCustomerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6738 Const ProvisionSubscriptionDocument ProvisionSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6749 Const ProvisionSubscriptionFragmentDoc ProvisionSubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6740 Const ReportEntitlementCheckRequestedDocument ReportEntitlementCheckRequestedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6762 Const ReportEventDocument ReportEventDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6761 Const ReportUsageBulkDocument ReportUsageBulkDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6760 Const ReportUsageDocument ReportUsageDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6759 Const ReportUsageFragmentDoc ReportUsageFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6741 Const ResetPeriodConfigurationFragmentDoc ResetPeriodConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6704 Const RevokePromotionalEntitlementDocument RevokePromotionalEntitlementDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6748 Const ScheduleVariablesFragmentDoc ScheduleVariablesFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6692 Const SlimCustomerFragmentDoc SlimCustomerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6676 Const SlimSubscriptionFragmentDoc SlimSubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6737 Const SlimSubscriptionFragmentV2FragmentDoc SlimSubscriptionFragmentV2FragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6675 Const SubscriptionFragmentDoc SubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6696 Const SubscriptionFutureUpdateDataFragmentDoc SubscriptionFutureUpdateDataFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6694 Const SubscriptionInvoiceFragmentDoc SubscriptionInvoiceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6680 Const SubscriptionInvoicePreviewFragmentDoc SubscriptionInvoicePreviewFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6703 Const SubscriptionPreviewFragmentDoc SubscriptionPreviewFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6699 Const SubscriptionPreviewInvoiceFragmentDoc SubscriptionPreviewInvoiceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6701 Const SubscriptionPreviewV2FragmentDoc SubscriptionPreviewV2FragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6702 Const SubscriptionScheduledUpdateDataFragmentDoc SubscriptionScheduledUpdateDataFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6693 Const SubscriptionTrialConfigurationFragmentDoc SubscriptionTrialConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6695 Const TotalPriceFragmentDoc TotalPriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6684 Const TransferSubscriptionDocument TransferSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6767 Const TransferSubscriptionToResourceDocument TransferSubscriptionToResourceDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6769 Const TypographyConfigurationFragmentDoc TypographyConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6719 Const UnarchiveCustomerDocument UnarchiveCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6766 Const UpdateCustomerDocument UpdateCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6745 Const UpdateSubscriptionDocument UpdateSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6752 Const UsageHistoryFragmentDoc UsageHistoryFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6735 Const UsageHistoryV2FragmentDoc UsageHistoryV2FragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6736 Const UsageUpdatedFragmentDoc UsageUpdatedFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6708
The id of the record.