Type aliases AddCompatibleAddonsToPlanInput Add
CompatibleAddonsToPlanInput: { id: Scalars [ "UUID" ] ; relationIds: Scalars [ "UUID" ] [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:84 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:91 AddonAssociatedEntitiesInput Addon
AssociatedEntitiesInput: { environmentId: Scalars [ "String" ] ; refId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:98 AddonCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:105 AddonDependencyFragment AddonDependencyFragment: { __typename?: "Addon" ; description?: string | null ; displayName: string ; id: any ; refId: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6717 Type declaration Optional __typename?: "Addon" Optional description?: string | null displayName: string id: any refId: string AddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:133 AddonFilterOfferFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:151 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 ; hiddenFromWidgets?: WidgetType [] | null ; id: any ; 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:6693 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 Optional hiddenFromWidgets?: WidgetType [] | null id: any 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:163 AddonUnArchiveInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:184 AddonUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:190 Address Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:204 AggregatedEventsByCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:221 ApiKeyFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:255 ApiKeySort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:260 ApplySubscription Apply
Subscription: { addons?: CheckoutAddon [] ; billableFeatures?: BillableFeature [] ; billingCountryCode?: string ; billingId?: string ; billingInformation?: Omit < SubscriptionBillingInfo , "taxPercentage" > ; billingPeriod?: BillingPeriod ; metadata?: Metadata | null ; payingCustomerId?: string ; paymentMethodId?: string ; planId: string ; promotionCode?: string ; resourceId?: string ; scheduleStrategy?: ScheduleStrategy ; skipTrial?: boolean ; startDate?: Date ; unitQuantity?: number } Type declaration Optional billingCountryCode?: string Optional billingId?: string Optional billingInformation?: Omit < SubscriptionBillingInfo , "taxPercentage" > 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:8250 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:280 ApplySubscriptionMutation Apply
SubscriptionMutation: { __typename?: "Mutation" ; applySubscription: { __typename?: "ApplySubscription" } & ApplySubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8521 ApplySubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8518 ArchiveCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:320 ArchiveCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:326 ArchiveCustomerMutation ArchiveCustomerMutation: { __typename?: "Mutation" ; archiveCustomer: { __typename?: "Customer" ; customerId: string } }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8649 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:8646 ArchiveEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:333 ArchiveFeatureGroupInput Archive
FeatureGroupInput: { environmentId: Scalars [ "UUID" ] ; featureGroupId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:340 ArchiveFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:347 ArchivePackageGroup Archive
PackageGroup: { environmentId: Scalars [ "String" ] ; packageGroupId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:354 ArchivePlanInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:361 AttachCustomerPaymentMethodInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:368 Auth0CredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:394 AutoCancellationRuleInput Auto
CancellationRuleInput: { sourcePlanId: Scalars [ "String" ] ; targetPlanId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:417 AwsMarketplaceCredentialsInput Aws
MarketplaceCredentialsInput: { awsRoleArn: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:424 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:429 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:447 BillingAddress Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:451 BillingCadenceFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:475 BillingModelFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:504 BillingPeriodFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:527 BooleanEntitlementFallback BooleanEntitlementFallback: { hasAccess: boolean }
BooleanEntitlementOptions Type declaration Optional shouldTrack?: boolean BooleanFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:550 BudgetConfigurationInput Budget
ConfigurationInput: { hasSoftLimit: Scalars [ "Boolean" ] ; limit: Scalars [ "Float" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:555 CancelSubscriptionMutation Cancel
SubscriptionMutation: { __typename?: "Mutation" ; cancelSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8546 CancelSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8543 CancelSubscriptionUpdatesMutation CancelSubscriptionUpdatesMutation: { __typename?: "Mutation" ; cancelSchedule: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8591 Type declaration Optional __typename?: "Mutation" cancelSchedule: string CancelSubscriptionUpdatesMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8588 ChargeSubscriptionUsageInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:573 CheckoutAddon CheckoutAddon: { addonId: string ; quantity?: number }
Type declaration addonId: string Optional quantity?: number CheckoutBillingIntegration Type declaration credentials: { accountId?: string | null ; publicKey?: string | null } Optional accountId?: string | null Optional publicKey?: string | null 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:7801 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:582 CheckoutContentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:593 CheckoutOptions Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:597 CheckoutPaletteInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:607 CheckoutStateFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7768 Type declaration Optional __typename?: "CheckoutState" Optional activeSubscription?: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) | null billingIntegration: { __typename?: "CheckoutBillingIntegration" ; billingCredentials: ( { __typename?: "StripeCheckoutCredentials" } & StripeCheckoutCredentialsFragment ) | ( { __typename?: "ZuoraCheckoutCredentials" } & ZuoraCheckoutCredentialsFragment ) ; billingIdentifier: BillingVendorIdentifier ; credentials: { __typename?: "CheckoutCredentials" ; accountId?: string | null ; publicKey?: string | null } } Optional __typename?: "CheckoutBillingIntegration" credentials: { __typename?: "CheckoutCredentials" ; accountId?: string | null ; publicKey?: string | null } Optional __typename?: "CheckoutCredentials" Optional accountId?: string | null Optional publicKey?: string | null 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:620 ClearCustomerPersistentCacheInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:633 ClientConfiguration Client
Configuration: { apiKey: string ; baseEdgeUri?: string ; baseUri?: string ; cacheTtlMs?: number ; clientName?: string ; clientVersion?: string ; customerId?: string | null ; customerToken?: string | null ; enableEdge?: boolean ; entitlementPollingInterval?: number ; entitlementsFallback?: EntitlementsFallback ; lazyLoad?: boolean ; logConfiguration?: LogConfiguration ; offline?: boolean ; resourceId?: string | null ; useEntitlementPolling?: boolean } Type declaration apiKey: string Optional baseEdgeUri?: string Optional baseUri?: string Optional cacheTtlMs?: number Optional clientName?: string Optional clientVersion?: string Optional customerId?: string | null Optional customerToken?: string | null Optional enableEdge?: boolean Optional entitlementPollingInterval?: number Optional lazyLoad?: boolean Optional offline?: boolean Optional resourceId?: string | null Optional useEntitlementPolling?: boolean 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:660 CouponFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:676 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: any ; 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:6558 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: any 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:696 CouponSourceFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:723 CouponStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:734 CouponTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:757 CreateCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:774 CreateEnvironment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:797 CreateEnvironmentOptions Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:818 CreateExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:823 CreateFeatureGroupInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:842 CreateHook Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:854 CreateIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:875 CreateManyPackageEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:903 CreateManyPromotionalEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:907 CreateMeter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:912 CreateOfferDraftInput Create
OfferDraftInput: { environmentId: Scalars [ "UUID" ] ; offerId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:919 CreateOfferInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:926 CreateOneEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:939 CreateOneHookInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:945 CreateOneIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:949 CreateOneProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:954 CreateOrUpdateAwsMarketplaceProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:959 CreatePackageGroup Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:986 CreatePaymentSessionInput CreatePaymentSessionMutation Create
PaymentSessionMutation: { __typename?: "Mutation" ; createPaymentSession: { __typename?: "PaymentSession" } & PaymentSessionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8731 Type declaration Optional __typename?: "Mutation" createPaymentSession: { __typename?: "PaymentSession" } & PaymentSessionFragment CreatePaymentSessionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8728 CreateSubscriptionMutation Create
SubscriptionMutation: { __typename?: "Mutation" ; createSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8630 CreateSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8627 CreateWorkflowTriggerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:999 CreditBalanceFragment CreditBalanceFragment: { __typename?: "CreditBalance" ; currency: { __typename?: "SlimCustomCurrency" ; currencyId: string ; displayName: string ; symbol?: string | null ; units?: { __typename?: "Units" ; plural: string ; singular: string } | null } ; currentBalance: number ; customerId: string ; resourceId?: string | null ; totalConsumed: number ; totalGranted: number ; validUntil?: number | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8396 Type declaration Optional __typename?: "CreditBalance" currency: { __typename?: "SlimCustomCurrency" ; currencyId: string ; displayName: string ; symbol?: string | null ; units?: { __typename?: "Units" ; plural: string ; singular: string } | null } Optional __typename?: "SlimCustomCurrency" currencyId: string displayName: string Optional symbol?: string | null Optional units?: { __typename?: "Units" ; plural: string ; singular: string } | null currentBalance: number customerId: string Optional resourceId?: string | null totalConsumed: number totalGranted: number Optional validUntil?: number | null CreditBalanceSummaryInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1012 CreditBalanceUpdatedPayloadFragment CreditBalanceUpdatedPayloadFragment: { __typename?: "CreditBalanceUpdated" ; currency: { __typename?: "SlimCustomCurrency" ; currencyId: string ; displayName: string ; symbol?: string | null ; units?: { __typename?: "Units" ; plural: string ; singular: string } | null } ; currencyId: string ; currentBalance: number ; customerId: string ; resourceId?: string | null ; totalConsumed: number ; totalGranted: number ; validUntil?: number | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7713 Type declaration Optional __typename?: "CreditBalanceUpdated" currency: { __typename?: "SlimCustomCurrency" ; currencyId: string ; displayName: string ; symbol?: string | null ; units?: { __typename?: "Units" ; plural: string ; singular: string } | null } Optional __typename?: "SlimCustomCurrency" currencyId: string displayName: string Optional symbol?: string | null Optional units?: { __typename?: "Units" ; plural: string ; singular: string } | null currencyId: string currentBalance: number customerId: string Optional resourceId?: string | null totalConsumed: number totalGranted: number Optional validUntil?: number | null CreditGrantFragment Credit
GrantFragment: { __typename?: "CreditGrant" ; additionalMetaData?: any | null ; amount: number ; comment?: string | null ; consumedAmount: number ; cost: { __typename?: "Money" ; amount: number ; currency: Currency } ; createdAt: any ; currencyId: string ; customerId: string ; displayName: string ; effectiveAt: any ; expireAt?: any | null ; grantId: string ; grantType: CreditGrantType ; priority: number ; resourceId?: string | null ; updatedAt: any } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8354 Type declaration Optional __typename?: "CreditGrant" Optional additionalMetaData?: any | null amount: number Optional comment?: string | null consumedAmount: number cost: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number createdAt: any currencyId: string customerId: string displayName: string effectiveAt: any Optional expireAt?: any | null grantId: string priority: number Optional resourceId?: string | null updatedAt: any CreditGrantInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1023 CreditLedgerFragment Credit
LedgerFragment: { __typename?: "CreditLedgerEvent" ; amount: number ; creditCurrencyId: string ; creditGrantId: string ; customerId: string ; eventId?: string | null ; eventType: CreditLedgerEventType ; featureId?: string | null ; resourceId?: string | null ; timestamp: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8377 Type declaration Optional __typename?: "CreditLedgerEvent" amount: number creditCurrencyId: string creditGrantId: string customerId: string Optional eventId?: string | null Optional featureId?: string | null Optional resourceId?: string | null timestamp: string CreditLedgerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1074 CreditRateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1083 CreditUsageFragment Credit
UsageFragment: { __typename?: "CreditUsage" ; currency?: ( { __typename?: "SlimCustomCurrency" } & SlimCustomCurrencyFragment ) | null ; series: { __typename?: "CreditUsageSeries" ; featureId: string ; featureName: string ; points: { __typename?: "CreditUsagePoint" ; timestamp: any ; value: number } [] ; totalCredits: number } [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8430 Type declaration Optional __typename?: "CreditUsage" Optional currency?: ( { __typename?: "SlimCustomCurrency" } & SlimCustomCurrencyFragment ) | null series: { __typename?: "CreditUsageSeries" ; featureId: string ; featureName: string ; points: { __typename?: "CreditUsagePoint" ; timestamp: any ; value: number } [] ; totalCredits: number } [] CreditUsageInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1092 CreditsBalanceSummaryFragment Credits
BalanceSummaryFragment: { __typename?: "CreditBalanceSummary" ; balances: ( { __typename?: "CreditBalance" } & CreditBalanceFragment ) [] ; customerId: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8389 Type declaration Optional __typename?: "CreditBalanceSummary" balances: ( { __typename?: "CreditBalance" } & CreditBalanceFragment ) [] customerId: string CursorPaging Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1350 CustomCurrencyInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1361 Customer Customer
: { createdAt
: Date ; eligibleForTrial
?: EligibleForTrial [] | null ; email
?: string ; experimentInfo
?: ExperimentInfo | null ; hasPaymentMethod
: boolean ; id
: string ; metadata
?: Metadata | null ; name
?: string ; paymentMethodDetails
?: PaymentMethodDetails ; promotionalEntitlements
: PromotionalEntitlement [] ; subscriptions
: Subscription [] ; trialedPlans
?: TrialedPlan [] | null ; updatedAt
: Date ; getActivePromotionalEntitlements
: any ; getActiveSubscriptions
: any ; getActiveTrials
: any } Type declaration createdAt: Date Optional eligibleForTrial?: EligibleForTrial [] | null Optional email?: string Optional experimentInfo?: ExperimentInfo | null hasPaymentMethod: boolean id: string Optional metadata?: Metadata | null Optional name?: string Optional trialedPlans?: TrialedPlan [] | null updatedAt: Date getActivePromotionalEntitlements: function getActiveSubscriptions: function getActiveTrials: function CustomerBillingInfo Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1378 CustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1402 CustomerFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1424 CustomerFilterPromotionalEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1453 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:7116 CustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1463 CustomerPortal Type declaration Optional billingPortalUrl?: string | null canUpgradeSubscription: boolean Optional showWatermark?: boolean CustomerPortalBillingInformation 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:7995 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:1494 CustomerPortalConfiguration 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:7820 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:1511 CustomerPortalEntitlement 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:7963 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:7734 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:1520 CustomerPortalPromotionalEntitlement 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:7985 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 CustomerPortalSubscription CustomerPortalSubscriptionAddon 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:7926 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 ; creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | 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:7861 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 ; creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | 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 creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | 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 ; creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | null ; feature?: { __typename?: "CustomerPortalPricingFeature" ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; id: any ; refId: string } | null ; price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7837 Type declaration Optional __typename?: "CustomerPortalSubscriptionPrice" Optional billingModel?: BillingModel | null Optional billingPeriod?: BillingPeriod | null Optional blockSize?: number | null Optional creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | null Optional feature?: { __typename?: "CustomerPortalPricingFeature" ; displayName: string ; featureUnits?: string | null ; featureUnitsPlural?: string | null ; id: any ; 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: any ; pricingType?: PricingType | null ; refId: string } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7933 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: any ; pricingType?: PricingType | null ; refId: string } | null CustomerResource CustomerResource: { id: string }
CustomerResourceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1528 CustomerResourceFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1537 CustomerResourceFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1557 CustomerResourceFragment CustomerResourceFragment: { __typename?: "CustomerResource" ; resourceId: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6785 Type declaration Optional __typename?: "CustomerResource" resourceId: string CustomerResourceSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1586 CustomerSearchQueryFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1596 CustomerSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1599 CustomerState Customer
State: Omit < Customer , "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:7157 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:1622 CustomerSubscriptionFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1658 CustomerSubscriptionFilterCustomerResourceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1678 CustomerSubscriptionFilterPlanFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1685 CustomerSubscriptionFilterSubscriptionAddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1702 CustomerSubscriptionFilterSubscriptionEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1710 CustomerSubscriptionFilterSubscriptionPriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1719 CustomerSubscriptionSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1730 CustomerWithSubscriptionsFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7151 DateFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1762 DateFieldComparisonBetween Date
FieldComparisonBetween: { lower: Scalars [ "DateTime" ] ; upper: Scalars [ "DateTime" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1776 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:1781 DefaultTrialConfigInputDto Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1790 DelegateSubscriptionToCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1801 DelegateSubscriptionToCustomerMutation Delegate
SubscriptionToCustomerMutation: { __typename?: "Mutation" ; delegateSubscriptionToCustomer: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8677 Type declaration Optional __typename?: "Mutation" delegateSubscriptionToCustomer: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment DelegateSubscriptionToCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8674 DeleteFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1810 DeleteOneHookInput Delete
OneHookInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1816 DeleteOneIntegrationInput Delete
OneIntegrationInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1820 DeleteOnePackageEntitlementInput Delete
OnePackageEntitlementInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1824 DeleteOnePriceInput Delete
OnePriceInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1828 DeleteOneProductInput Delete
OneProductInput: { id: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1833 DeleteOnePromotionalEntitlementInput Delete
OnePromotionalEntitlementInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1837 DeleteWorkflowTriggerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1842 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:1866 DetachCustomerPaymentMethodMutation Detach
CustomerPaymentMethodMutation: { __typename?: "Mutation" ; detachCustomerPaymentMethod: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8484 Type declaration Optional __typename?: "Mutation" detachCustomerPaymentMethod: { __typename?: "Customer" } & SlimCustomerFragment DetachCustomerPaymentMethodMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8481 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:1873 DiscardPackageDraftInput Discard
PackageDraftInput: { environmentId: Scalars [ "String" ] ; refId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1882 DoesFeatureExist Does
FeatureExist: { environmentId: Scalars [ "UUID" ] ; refId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1900 DumpEnvironmentForForMergeComparisonInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1907 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:1916 DuplicateProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1921 EditPackageGroupDetailsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1934 EligibleForTrial EligibleForTrial: { eligible: boolean ; productId?: string | null }
Type declaration eligible: boolean Optional productId?: string | null EntitlementCheckRequested Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1952 EntitlementCheckResult Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1969 EntitlementFeature Entitlement
Feature: { 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 EntitlementFragment Entitlement
Fragment: { __typename: "Entitlement" ; accessDeniedReason?: AccessDeniedReason | null ; creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | null ; currentUsage?: number | null ; customerId?: string | null ; entitlementUpdatedAt?: any | null ; enumValues?: string [] | null ; feature?: ( { __typename?: "EntitlementFeature" } & FeatureFragment ) | null ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage: boolean ; isGranted: boolean ; nextResetDate?: any | null ; requestedUsage?: number | null ; requestedValues?: string [] | 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 ; validUntil?: number | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7584 Type declaration __typename: "Entitlement" Optional accessDeniedReason?: AccessDeniedReason | null Optional creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | null Optional currentUsage?: number | null Optional customerId?: string | null Optional entitlementUpdatedAt?: any | null Optional enumValues?: string [] | null Optional feature?: ( { __typename?: "EntitlementFeature" } & FeatureFragment ) | null Optional hasSoftLimit?: boolean | null hasUnlimitedUsage: boolean isGranted: boolean Optional nextResetDate?: any | null Optional requestedUsage?: number | null Optional requestedValues?: string [] | 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 Optional validUntil?: number | null EntitlementOptions Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2000 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:7695 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:7687 Type declaration Optional __typename?: "EntitlementsUpdated" customerId: string entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] Optional resourceId?: string | null EnumConfigurationEntityInput Enum
ConfigurationEntityInput: { displayName: Scalars [ "String" ] ; value: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2036 EnumEntitlementFallback EnumEntitlementFallback: { enumValues?: string [] ; hasAccess: boolean }
Type declaration Optional enumValues?: string [] hasAccess: boolean EnumEntitlementOptions Type declaration Optional requestedValues?: string [] Optional shouldTrack?: boolean EnvironmentFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2053 EnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2063 EnvironmentMergeConfigurationInput Environment
MergeConfigurationInput: { includeCoupons?: InputMaybe < Scalars [ "Boolean" ] > } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2076 EnvironmentSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2091 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:2325 EstimateSubscriptionMutation Estimate
SubscriptionMutation: { __typename?: "Mutation" ; estimateSubscription: { __typename?: "SubscriptionPreview" } & SubscriptionPreviewFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8555 EstimateSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8552 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:2347 EstimateSubscriptionUpdateMutation Estimate
SubscriptionUpdateMutation: { __typename?: "Mutation" ; estimateSubscriptionUpdate: { __typename?: "SubscriptionPreview" } & SubscriptionPreviewFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8564 EstimateSubscriptionUpdateMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8561 EventLogCreatedAtFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2421 EventLogEntityIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2425 EventLogEnvironmentIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2429 EventLogEventLogTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2432 EventLogFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2438 EventLogIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2448 EventLogParentEntityIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2451 EventLogSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2455 EventsFieldsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2660 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:2676 ExperimentFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2688 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:2708 ExperimentStatsQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2723 ExperimentStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2738 FeatureAssociatedLatestPackages Feature
AssociatedLatestPackages: { environmentId: Scalars [ "UUID" ] ; featureId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2755 FeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2761 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:7546 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 FeatureGroupAssociatedLatestPackagesInput Feature
GroupAssociatedLatestPackagesInput: { environmentId: Scalars [ "UUID" ] ; featureGroupId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2776 FeatureGroupFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2782 FeatureGroupSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2795 FeatureGroupStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2818 FeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2835 FeatureSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2863 FeatureStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2889 FeatureTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2914 FetchEntitlementQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2931 FetchEntitlementsQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2944 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:7637 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:2953 GetActiveSubscriptions GetActiveSubscriptions: { resourceId?: string | string [] }
Type declaration Optional resourceId?: string | string [] GetActiveSubscriptionsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2966 GetActiveSubscriptionsListQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8776 GetActiveSubscriptionsListQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8773 GetActiveSubscriptionsQuery Get
ActiveSubscriptionsQuery: { __typename?: "Query" ; getActiveSubscriptions: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8767 Type declaration Optional __typename?: "Query" getActiveSubscriptions: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) [] GetActiveSubscriptionsQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8764 GetAuth0ApplicationsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2973 GetBooleanEntitlement Type declaration featureId: string Optional resourceId?: string GetCheckoutState GetCheckoutState: { billingCountryCode?: string ; planId: string ; resourceId?: string | null }
Type declaration Optional billingCountryCode?: string planId: string Optional resourceId?: string | null GetCheckoutStateQuery Get
CheckoutStateQuery: { __typename?: "Query" ; checkoutState: { __typename?: "CheckoutState" } & CheckoutStateFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8905 GetCheckoutStateQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8902 GetCheckoutStateResults Type declaration Optional activeSubscription?: Subscription | null setupSecret: string 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:8814 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:8811 GetCreditBalanceQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8947 GetCreditBalanceQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8944 GetCreditGrantsInput GetCreditGrantsInput: Omit < GetCreditGrantsInputGenerated , "customerId" | "resourceId" >
GetCreditGrantsQuery Get
CreditGrantsQuery: { __typename?: "Query" ; creditGrants: { __typename?: "CreditGrantConnection" ; edges: { __typename?: "CreditGrantEdge" ; node: { __typename?: "CreditGrant" } & CreditGrantFragment } [] ; pageInfo: { __typename?: "PageInfo" } & PageInfoFragment ; totalCount: number } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8956 Type declaration Optional __typename?: "Query" creditGrants: { __typename?: "CreditGrantConnection" ; edges: { __typename?: "CreditGrantEdge" ; node: { __typename?: "CreditGrant" } & CreditGrantFragment } [] ; pageInfo: { __typename?: "PageInfo" } & PageInfoFragment ; totalCount: number } Optional __typename?: "CreditGrantConnection" edges: { __typename?: "CreditGrantEdge" ; node: { __typename?: "CreditGrant" } & CreditGrantFragment } [] pageInfo: { __typename?: "PageInfo" } & PageInfoFragment totalCount: number GetCreditGrantsQueryVariables Get
CreditGrantsQueryVariables: Exact < { input: GetCreditGrantsInput } > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8953 GetCreditLedgerQuery Get
CreditLedgerQuery: { __typename?: "Query" ; creditsLedger: { __typename?: "CreditLedger" ; events: ( { __typename?: "CreditLedgerEvent" } & CreditLedgerFragment ) [] } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8975 Type declaration Optional __typename?: "Query" creditsLedger: { __typename?: "CreditLedger" ; events: ( { __typename?: "CreditLedgerEvent" } & CreditLedgerFragment ) [] } Optional __typename?: "CreditLedger" events: ( { __typename?: "CreditLedgerEvent" } & CreditLedgerFragment ) [] GetCreditLedgerQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8972 GetCreditUsageQuery Get
CreditUsageQuery: { __typename?: "Query" ; creditUsage: { __typename?: "CreditUsage" } & CreditUsageFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8987 GetCreditUsageQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8984 GetCustomerByIdQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8749 GetCustomerByIdQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8746 GetCustomerByRefIdInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2997 GetCustomerPortal GetCustomerPortal: { productId?: string ; resourceId?: string }
Type declaration Optional productId?: string Optional resourceId?: string GetCustomerPortalByRefIdQuery Get
CustomerPortalByRefIdQuery: { __typename?: "Query" ; customerPortal: { __typename?: "CustomerPortal" } & CustomerPortalFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8896 GetCustomerPortalByRefIdQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8893 GetCustomerStatisticsQuery Get
CustomerStatisticsQuery: { __typename?: "Query" ; getCustomerByRefId?: ( { __typename?: "Customer" } & CustomerStatisticsFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8758 GetCustomerStatisticsQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8755 GetEntitlementQuery Get
EntitlementQuery: { __typename?: "Query" ; entitlement: { __typename?: "Entitlement" } & EntitlementFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8860 GetEntitlementQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8857 GetEntitlementsQuery Get
EntitlementsQuery: { __typename?: "Query" ; entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8838 Type declaration Optional __typename?: "Query" entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] GetEntitlementsQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8835 GetEntitlementsStateQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8847 GetEntitlementsStateQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8844 GetEnumEntitlement Type declaration featureId: string Optional resourceId?: string GetMeteredEntitlement Type declaration 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:8914 GetMockPaywallQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8911 GetNumericEntitlement Type declaration featureId: string Optional resourceId?: string GetOfferInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3004 GetPackageByRefIdInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3013 GetPackageGroup Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3022 GetPaywall Get
Paywall: { billingCountryCode?: string ; context?: WidgetType ; includeHiddenPlans?: boolean ; productId?: string ; resourceId?: string } Type declaration Optional billingCountryCode?: string Optional includeHiddenPlans?: boolean Optional productId?: string Optional resourceId?: string GetPaywallInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3031 GetPaywallQuery Get
PaywallQuery: { __typename?: "Query" ; paywall: { __typename?: "Paywall" } & PaywallFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8829 Type declaration Optional __typename?: "Query" paywall: { __typename?: "Paywall" } & PaywallFragment GetPaywallQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8826 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:8869 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:8866 GetSdkConfigurationQuery GetSdkConfigurationQuery: { __typename?: "Query" ; sdkConfiguration?: { __typename?: "SdkConfiguration" ; isWidgetWatermarkEnabled?: boolean | null ; sentryDsn?: string | null ; showWatermark?: boolean | null } | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8884 Type declaration Optional __typename?: "Query" Optional sdkConfiguration?: { __typename?: "SdkConfiguration" ; isWidgetWatermarkEnabled?: boolean | null ; sentryDsn?: string | null ; showWatermark?: boolean | null } | null GetSdkConfigurationQueryVariables Get
SdkConfigurationQueryVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8881 GetSubscription GetSubscription: { subscriptionId: string }
GetSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3052 GetSubscriptionQuery Get
SubscriptionQuery: { __typename?: "Query" ; getSubscription: { __typename?: "CustomerSubscription" } & SubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8805 Type declaration Optional __typename?: "Query" getSubscription: { __typename?: "CustomerSubscription" } & SubscriptionFragment GetSubscriptionQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8802 GetSubscriptionsParams Get
SubscriptionsParams: { customerId?: string ; pagination?: { endingBefore?: string ; limit?: number ; startingAfter?: string } ; productId?: string | string [] ; resourceId?: string | string [] ; status?: SubscriptionStatus | SubscriptionStatus [] } Type declaration Optional customerId?: string Optional pagination?: { endingBefore?: string ; limit?: number ; startingAfter?: string } Optional endingBefore?: string Optional limit?: number Optional startingAfter?: string Optional productId?: string | string [] Optional resourceId?: string | string [] GetSubscriptionsQuery Get
SubscriptionsQuery: { __typename?: "Query" ; subscriptions: { __typename?: "SubscriptionQueryConnection" ; edges: { __typename?: "SubscriptionQueryEdge" ; node: { __typename?: "SubscriptionQuery" } & SubscriptionQueryFragment } [] ; pageInfo: { __typename?: "PageInfo" } & PageInfoFragment } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8787 Type declaration Optional __typename?: "Query" subscriptions: { __typename?: "SubscriptionQueryConnection" ; edges: { __typename?: "SubscriptionQueryEdge" ; node: { __typename?: "SubscriptionQuery" } & SubscriptionQueryFragment } [] ; pageInfo: { __typename?: "PageInfo" } & PageInfoFragment } Optional __typename?: "SubscriptionQueryConnection" edges: { __typename?: "SubscriptionQueryEdge" ; node: { __typename?: "SubscriptionQuery" } & SubscriptionQueryFragment } [] pageInfo: { __typename?: "PageInfo" } & PageInfoFragment GetSubscriptionsQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8782 GetUsageHistoryQuery Get
UsageHistoryQuery: { __typename?: "Query" ; usageHistory: { __typename?: "UsageHistory" } & UsageHistoryFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8929 GetUsageHistoryQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8926 GetUsageHistoryV2Query Get
UsageHistoryV2Query: { __typename?: "Query" ; usageHistoryV2: { __typename?: "UsageHistoryV2" } & UsageHistoryV2Fragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8938 GetUsageHistoryV2QueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8935 GetWidgetConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3059 GetWorkflowTriggersInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3064 GrantCreditsMutation Grant
CreditsMutation: { __typename?: "Mutation" ; createCreditGrant: { __typename?: "CreditGrant" } & CreditGrantFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8695 Type declaration Optional __typename?: "Mutation" createCreditGrant: { __typename?: "CreditGrant" } & CreditGrantFragment GrantCreditsMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8692 GrantPromotionalEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3073 GrantPromotionalEntitlementsGroupInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3100 GrantPromotionalEntitlementsGroupMutation Grant
PromotionalEntitlementsGroupMutation: { __typename?: "Mutation" ; grantPromotionalEntitlementsGroup: ( { __typename?: "PromotionalEntitlement" } & PromotionalEntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8704 GrantPromotionalEntitlementsGroupMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8701 GrantPromotionalEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3111 GrantPromotionalEntitlementsMutation Grant
PromotionalEntitlementsMutation: { __typename?: "Mutation" ; grantPromotionalEntitlements: ( { __typename?: "PromotionalEntitlement" } & PromotionalEntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8493 GrantPromotionalEntitlementsMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8490 HookFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3119 HookSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3128 HookStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3147 HubspotCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3164 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:7337 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 ImportCustomerBulkInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3171 ImportCustomerBulkMutation ImportCustomerBulkMutation: { __typename?: "Mutation" ; importCustomersBulk?: string | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8459 Type declaration Optional __typename?: "Mutation" Optional importCustomersBulk?: string | null ImportCustomerBulkMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8456 ImportCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3178 ImportCustomerMutation Import
CustomerMutation: { __typename?: "Mutation" ; importCustomer: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8466 ImportCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8463 ImportIntegrationCatalogInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3201 ImportIntegrationCustomersInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3224 ImportIntegrationTaskFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3238 ImportIntegrationTaskSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3247 ImportSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3259 ImportSubscriptionsBulkInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3277 ImportSubscriptionsBulkMutation ImportSubscriptionsBulkMutation: { __typename?: "Mutation" ; importSubscriptionsBulk?: string | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8530 Type declaration Optional __typename?: "Mutation" Optional importSubscriptionsBulk?: string | null ImportSubscriptionsBulkMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8527 InitAddStripeCustomerPaymentMethodInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3282 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:3290 IntFieldComparisonBetween Int
FieldComparisonBetween: { lower: Scalars [ "Int" ] ; upper: Scalars [ "Int" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3304 IntegrationFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3308 IntegrationSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3317 IntegrationVendorTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3329 InviteMembersInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3336 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:7642 Type declaration Optional __typename?: "PaywallLayoutConfiguration" Optional alignment?: Alignment | null Optional planMargin?: number | null Optional planPadding?: number | null Optional planWidth?: number | null LinkFeatureGroupToPackageInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3360 ListAwsProductDimensionsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3369 ListAwsProductsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3376 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:3381 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:3387 MemberFilterUserFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3395 MemberSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3402 MergeEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3420 MeterAggregation Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3437 MeterConditionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3444 MeterFilterDefinitionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3453 MeterTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3466 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 MigratePackageFeatureGroupsToLatestInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3483 MigrateSubscriptionToLatestMutation MigrateSubscriptionToLatestMutation: { __typename?: "Mutation" ; migrateSubscriptionToLatest: { __typename?: "CustomerSubscription" ; subscriptionId: string } }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8639 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:8636 MinimumSpendInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3494 MockPaywallAddonDependencyFragment MockPaywallAddonDependencyFragment: { __typename?: "PaywallAddon" ; description?: string | null ; displayName: string ; refId: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8135 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:8141 Type declaration Optional __typename?: "PaywallAddon" Optional additionalMetaData?: any | null Optional billingId?: string | null Optional description?: string | null displayName: string Optional hiddenFromWidgets?: WidgetType [] | null Optional maxQuantity?: number | null Optional pricingType?: PricingType | null refId: string MockPaywallPackageEntitlementFragment Mock
PaywallPackageEntitlementFragment: { __typename?: "Entitlement" ; displayNameOverride?: string | null ; enumValues?: 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 ; isGranted: boolean ; resetPeriod?: EntitlementResetPeriod | null ; usageLimit?: number | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8051 Type declaration Optional __typename?: "Entitlement" Optional displayNameOverride?: string | null Optional enumValues?: 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 isGranted: boolean 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:8121 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:8005 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 ; creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | 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:8073 Type declaration Optional __typename?: "PaywallPrice" Optional billingCountryCode?: string | null Optional billingId?: string | null Optional blockSize?: number | null Optional creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | 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:3501 MonthlyResetPeriodConfigInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3515 NumberFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3519 NumberFieldComparisonBetween Number
FieldComparisonBetween: { lower: Scalars [ "Float" ] ; upper: Scalars [ "Float" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3533 NumericEntitlementFallback NumericEntitlementFallback: { hasAccess: boolean ; isUnlimited?: boolean ; value?: number }
Type declaration hasAccess: boolean Optional isUnlimited?: boolean Optional value?: number NumericEntitlementOptions Type declaration Optional shouldTrack?: boolean OfferFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3537 OfferSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3549 OfferStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3573 OnCreditBalanceUpdatedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9023 Type declaration Optional __typename?: "Subscription" OnCreditBalanceUpdatedSubscriptionVariables On
CreditBalanceUpdatedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9020 OnEntitlementsUpdatedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8996 Type declaration Optional __typename?: "Subscription" OnEntitlementsUpdatedSubscriptionVariables On
EntitlementsUpdatedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8993 OnPackagePublishedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9014 Type declaration Optional __typename?: "Subscription" OnPackagePublishedSubscriptionVariables On
PackagePublishedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9011 OnUsageUpdatedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9005 Type declaration Optional __typename?: "Subscription" OnUsageUpdatedSubscriptionVariables On
UsageUpdatedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9002 OpenFgaCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3590 OverageEntitlementCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3610 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:6632 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:3647 PackageDtoFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3661 PackageDtoFilterOfferFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3679 PackageDtoSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3691 PackageEntitlement Type declaration Optional displayNameOverride?: PackageEntitlementFragment [ "displayNameOverride" ] Optional enumValues?: string [] | null Optional hasUnlimitedUsage?: boolean | null Optional isCustom?: boolean usageLimit: number PackageEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3711 PackageEntitlementFilterFeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3722 PackageEntitlementFilterPackageDtoFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3736 PackageEntitlementFragment Package
EntitlementFragment: { __typename?: "PackageEntitlement" ; displayNameOverride?: string | null ; enumValues?: 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 ; isGranted: boolean ; resetPeriod?: EntitlementResetPeriod | null ; usageLimit?: number | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6669 Type declaration Optional __typename?: "PackageEntitlement" Optional displayNameOverride?: string | null Optional enumValues?: 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 isGranted: boolean Optional usageLimit?: number | null PackageEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3754 PackageEntitlementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3794 PackageEntitlementUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3807 PackageGroupFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3839 PackageGroupFilterProductFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3853 PackageGroupSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3868 PackageGroupStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3893 PackagePricingInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3910 PackagePublishInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3929 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:7704 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:3941 PageInfoFragment PageInfoFragment: { __typename?: "PageInfo" ; endCursor?: any | null ; hasNextPage?: boolean | null ; hasPreviousPage?: boolean | null ; startCursor?: any | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6789 Type declaration Optional __typename?: "PageInfo" Optional endCursor?: any | null Optional hasNextPage?: boolean | null Optional hasPreviousPage?: boolean | null Optional startCursor?: any | null PaginatedResult Paginated
Result< T > : { data: T [] ; pageInfo: PageInfoFragment ; totalCount?: number } Type parameters Type declaration data: T [] Optional totalCount?: number PaymentCollectionFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3964 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 PaymentSessionFragment PaymentSessionFragment: { __typename?: "PaymentSession" ; token: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8416 Type declaration Optional __typename?: "PaymentSession" token: string PaymentSessionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3999 PaywallCalculatedPricePoint 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:8104 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:4008 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:7649 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:4021 PaywallCurrencyFragment Paywall
CurrencyFragment: { __typename?: "PaywallCurrency" ; code: Currency ; symbol: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7667 Type declaration Optional __typename?: "PaywallCurrency" symbol: string PaywallFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8161 PaywallLayoutConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4032 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:6772 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:4052 PlanFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4078 PlanFilterAddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4098 PlanFilterOfferFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4115 PlanFilterProductFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4127 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: any ; 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:6724 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: any 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:4142 PlanUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4163 PreparePaymentMethodFormInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4186 PreviewNextInvoice PreviewNextInvoice: { subscriptionId: string }
PreviewNextInvoiceInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4195 PreviewNextInvoiceMutation Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8582 Type declaration Optional __typename?: "Mutation" PreviewNextInvoiceMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8579 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:4201 PreviewSubscriptionMutation Preview
SubscriptionMutation: { __typename?: "Mutation" ; previewSubscription: { __typename?: "SubscriptionPreviewV2" } & SubscriptionPreviewV2Fragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8573 PreviewSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8570 Price Price
: { amount
?: number | null ; billingCountryCode
?: string | null ; billingId
?: string | null ; billingPeriod
: BillingPeriod ; blockSize
?: number | null ; creditRate
?: { amount
: number } | null ; currency
: Currency ; feature
?: { displayName
: string ; featureId
: string ; unitQuantity
?: number | null ; units
?: string | null ; unitsPlural
?: string | null } | null ; isTieredPrice
: boolean ; 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 creditRate?: { amount: number } | null Optional feature?: { displayName: string ; featureId: string ; unitQuantity?: number | null ; units?: string | null ; unitsPlural?: string | null } | null isTieredPrice: boolean 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:4222 PriceFilterPackageDtoFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4234 PriceFragment Price
Fragment: { __typename?: "Price" ; billingCadence: BillingCadence ; billingCountryCode?: string | null ; billingId?: string | null ; billingModel: BillingModel ; billingPeriod: BillingPeriod ; blockSize?: number | null ; creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string ; customCurrencyId?: any | null } | 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:6598 Type declaration Optional __typename?: "Price" Optional billingCountryCode?: string | null Optional billingId?: string | null Optional blockSize?: number | null Optional creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string ; customCurrencyId?: any | null } | 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:4251 PricePeriodInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4268 PriceSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4282 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:6584 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:4297 PricingModelCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4306 PricingTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4338 Product Product: { description?: string | null ; displayName?: string | null ; id: string ; metadata?: Metadata | null }
Type declaration Optional description?: string | null Optional displayName?: string | null id: string Optional metadata?: Metadata | null ProductCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4355 ProductFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4369 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:7672 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:4385 ProductSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4401 ProductUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4420 PromotionalEntitlement Type declaration Optional expiresAt?: Date hasExpirationDate: boolean Optional hasUnlimitedUsage?: boolean | null isVisible: boolean usageLimit: number PromotionalEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4436 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: any ; 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:7081 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: any 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:4446 PromotionalEntitlementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4494 PromotionalEntitlementStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4515 PromotionalEntitlementUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4532 ProvisionCustomerFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8237 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:4564 ProvisionCustomerMutation Provision
CustomerMutation: { __typename?: "Mutation" ; provisionCustomer: { __typename?: "ProvisionedCustomer" } & ProvisionCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8450 ProvisionCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8447 ProvisionCustomerSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4599 ProvisionSandboxInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4631 ProvisionSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4637 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:8259 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:4673 ProvisionSubscriptionMutation Provision
SubscriptionMutation: { __typename?: "Mutation" ; provisionSubscription: { __typename?: "ProvisionSubscriptionResult" } & ProvisionSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8512 ProvisionSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8509 PublishOfferInput Publish
OfferInput: { environmentId: Scalars [ "UUID" ] ; offerId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4722 RecalculateEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4729 RecalculateEntitlementsSideEffectsOptionsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4740 RemoveBasePlanFromPlanInput Remove
BasePlanFromPlanInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4750 RemoveCompatibleAddonsFromPlanInput Remove
CompatibleAddonsFromPlanInput: { id: Scalars [ "UUID" ] ; relationIds: Scalars [ "UUID" ] [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4756 RemoveCouponFromCustomerInput Remove
CouponFromCustomerInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4762 RemoveExperimentFromCustomerInput Remove
ExperimentFromCustomerInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4768 RemoveExperimentFromCustomerSubscriptionInput Remove
ExperimentFromCustomerSubscriptionInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4774 RemoveFeatureGroupFromPackageInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4781 RemoveOfferDraftInput Remove
OfferDraftInput: { environmentId: Scalars [ "UUID" ] ; offerId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4790 ReportEntitlementCheckRequestedMutation ReportEntitlementCheckRequestedMutation: { __typename?: "Mutation" ; reportEntitlementCheckRequested: boolean }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8623 Type declaration Optional __typename?: "Mutation" reportEntitlementCheckRequested: boolean ReportEntitlementCheckRequestedMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8620 ReportEventMutation ReportEventMutation: { __typename?: "Mutation" ; reportEvent?: string | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8616 Type declaration Optional __typename?: "Mutation" Optional reportEvent?: string | null ReportEventMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8613 ReportUsageBaseInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4797 ReportUsageBulkInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4814 ReportUsageBulkMutation Report
UsageBulkMutation: { __typename?: "Mutation" ; reportUsageBulk: ( { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8607 Type declaration Optional __typename?: "Mutation" reportUsageBulk: ( { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment ) [] ReportUsageBulkMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8604 ReportUsageFragment ReportUsageFragment: { __typename?: "UsageMeasurementWithCurrentUsage" ; currentUsage?: number | null ; customerId: string ; featureId: string ; id: any ; 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:8271 Type declaration Optional __typename?: "UsageMeasurementWithCurrentUsage" Optional currentUsage?: number | null customerId: string featureId: string id: any 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:4821 ReportUsageMutation Report
UsageMutation: { __typename?: "Mutation" ; reportUsage: { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8598 Type declaration Optional __typename?: "Mutation" reportUsage: { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment ReportUsageMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8595 ResetPeriodConfigurationFragment ResetPeriodConfigurationFragment: ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ | ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ | ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7573 ResyncIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4840 RevokePromotionalEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4851 RevokePromotionalEntitlementMutation RevokePromotionalEntitlementMutation: { __typename?: "Mutation" ; revokePromotionalEntitlement: { __typename?: "PromotionalEntitlement" ; id: any } }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8502 Type declaration Optional __typename?: "Mutation" revokePromotionalEntitlement: { __typename?: "PromotionalEntitlement" ; id: any } Optional __typename?: "PromotionalEntitlement" id: any RevokePromotionalEntitlementMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8499 RevokePromotionalEntitlementsGroupInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4860 RevokePromotionalEntitlementsGroupMutation Revoke
PromotionalEntitlementsGroupMutation: { __typename?: "Mutation" ; revokePromotionalEntitlementsGroup: ( { __typename?: "PromotionalEntitlement" } & PromotionalEntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8713 RevokePromotionalEntitlementsGroupMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8710 SalesforceCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4869 Scalars Scalars: { Boolean: boolean ; ConnectionCursor: any ; DateTime: any ; Float: number ; ID: string ; Int: number ; JSON: any ; String: string ; UUID: any }
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 UUID: any 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:8353 Sdk Sdk
: ReturnType < typeof getSdk > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9231 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:9168 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:4883 SetBasePlanOnPlanInput Set
BasePlanOnPlanInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4893 SetCompatibleAddonsOnPlanInput Set
CompatibleAddonsOnPlanInput: { id: Scalars [ "UUID" ] ; relationIds: Scalars [ "UUID" ] [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4899 SetCouponOnCustomerInput Set
CouponOnCustomerInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4905 SetDefaultOfferInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4912 SetExperimentOnCustomerInput Set
ExperimentOnCustomerInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4918 SetExperimentOnCustomerSubscriptionInput Set
ExperimentOnCustomerSubscriptionInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4924 SetPackageGroupAddons Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4931 SetPlanCompatiblePackageGroup Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4940 SetPlanCompatiblePackageGroupOptions Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4947 SetPlanCompatiblePackageGroups Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4954 SlimCustomCurrencyFragment SlimCustomCurrencyFragment: { __typename?: "SlimCustomCurrency" ; currencyId: string ; displayName: string ; units?: { __typename?: "Units" ; plural: string ; singular: string } | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8420 Type declaration Optional __typename?: "SlimCustomCurrency" currencyId: string displayName: string Optional units?: { __typename?: "Units" ; plural: string ; singular: string } | null SlimCustomer SlimCustomer: { 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: any ; name?: string | null ; refId: string ; updatedAt: any }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7103 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: any Optional name?: string | null refId: string updatedAt: any SlimSubscriptionFragment Slim
SubscriptionFragment: { __typename?: "CustomerSubscription" ; additionalMetaData?: any | null ; addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" ; id: any ; refId: string } ; quantity: number } [] | null ; billingId?: string | null ; billingLinkUrl?: string | null ; billingSyncError?: string | null ; cancellationDate?: any | null ; currentBillingPeriodEnd?: any | null ; customer: { __typename?: "Customer" ; id: any ; refId: string } ; effectiveEndDate?: any | null ; experimentInfo?: { __typename?: "experimentInfo" ; groupName: string ; groupType: ExperimentGroupType ; id: string ; name: string } | null ; id: any ; latestInvoice?: ( { __typename?: "SubscriptionInvoice" } & SubscriptionInvoiceFragment ) | null ; paymentCollection: PaymentCollection ; plan: { __typename?: "Plan" ; id: any ; 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:6873 Type declaration Optional __typename?: "CustomerSubscription" Optional additionalMetaData?: any | null Optional addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" ; id: any ; refId: string } ; quantity: number } [] | null Optional billingId?: string | null Optional billingLinkUrl?: string | null Optional billingSyncError?: string | null Optional cancellationDate?: any | null Optional currentBillingPeriodEnd?: any | null customer: { __typename?: "Customer" ; id: any ; refId: string } Optional __typename?: "Customer" id: any refId: string Optional effectiveEndDate?: any | null Optional experimentInfo?: { __typename?: "experimentInfo" ; groupName: string ; groupType: ExperimentGroupType ; id: string ; name: string } | null id: any Optional latestInvoice?: ( { __typename?: "SubscriptionInvoice" } & SubscriptionInvoiceFragment ) | null plan: { __typename?: "Plan" ; id: any ; refId: string } Optional __typename?: "Plan" id: any 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 ; cancellationDate?: any | 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:6834 Type declaration Optional __typename?: "CustomerSubscription" Optional addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" ; addonId: string } ; quantity: number } [] | null Optional cancellationDate?: any | 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:4963 StartExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4999 StopExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5006 StringFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5012 StripeCheckoutCredentialsFragment StripeCheckoutCredentialsFragment: { __typename?: "StripeCheckoutCredentials" ; accountId?: string | null ; publicKey?: string | null ; setupSecret: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7758 Type declaration Optional __typename?: "StripeCheckoutCredentials" Optional accountId?: string | null Optional publicKey?: string | null setupSecret: string StripeCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5029 StripeCustomerSearchInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5040 StripeProductSearchInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5049 StripeSubscriptionSearchInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5058 Subscription Type declaration Optional billingId?: 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 Optional payingCustomer?: SlimCustomer | null Optional resourceId?: string startDate: Date Optional trialEndDate?: Date SubscriptionAddon Subscription
Addon: { addon: Addon ; quantity: number } SubscriptionAddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5064 SubscriptionAddonFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5074 SubscriptionAddonFilterPriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5103 SubscriptionAddonInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5114 SubscriptionAddonSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5118 SubscriptionBillingInfo Type declaration Optional integrationId?: string Optional taxPercentage?: number Optional taxRateIds?: string [] SubscriptionCancelReasonFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5158 SubscriptionCancellationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5181 SubscriptionCouponConfigurationInput Subscription
CouponConfigurationInput: { startDate?: InputMaybe < Scalars [ "DateTime" ] > } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5201 SubscriptionCouponDiscountInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5206 SubscriptionCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5219 SubscriptionEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5251 SubscriptionEntitlementFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5262 SubscriptionEntitlementFilterFeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5291 SubscriptionEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5306 SubscriptionEntitlementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5326 SubscriptionEstimationAddon SubscriptionEstimationAddon: { addonId: string ; quantity?: number }
Type declaration addonId: string Optional quantity?: number SubscriptionFragment Subscription
Fragment: { __typename?: "CustomerSubscription" ; additionalMetaData?: any | null ; addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" } & AddonFragment ; id: any ; 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: any ; 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:7011 Type declaration Optional __typename?: "CustomerSubscription" Optional additionalMetaData?: any | null Optional addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" } & AddonFragment ; id: any ; 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: any 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: any ; refId: string } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6960 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: any ; refId: string } | null SubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5338 SubscriptionInvoiceFragment Subscription
InvoiceFragment: { __typename?: "SubscriptionInvoice" ; amountDue?: number | null ; attemptCount?: number | null ; billingId: string ; billingReason?: SubscriptionInvoiceBillingReason | null ; createdAt: any ; currency?: string | null ; dueDate?: any | 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:6989 Type declaration Optional __typename?: "SubscriptionInvoice" Optional amountDue?: number | null Optional attemptCount?: number | null billingId: string createdAt: any Optional currency?: string | null Optional dueDate?: any | 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:7432 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:5400 SubscriptionMigrationTaskFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5405 SubscriptionMigrationTaskSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5414 SubscriptionMinimumSpendValueInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5432 SubscriptionPreviewCredits Subscription
PreviewCredits: { initial: Money ; remaining: Money ; used: Money } SubscriptionPreviewDiscount Type declaration Optional durationInMonths?: number Optional name?: string | null 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:7168 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:7296 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:7416 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:5436 SubscriptionPriceFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5449 SubscriptionPriceFilterPriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5478 SubscriptionPricePreview Type declaration Optional discountAmount?: Money Optional tax?: Money totalExcludingTax: Money SubscriptionPriceSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5489 SubscriptionQueryFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5512 SubscriptionQueryFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5527 SubscriptionQueryFragment Subscription
QueryFragment: { __typename?: "SubscriptionQuery" ; 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:6796 Type declaration Optional __typename?: "SubscriptionQuery" 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 SubscriptionQuerySort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5547 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: any ; refId: string } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6931 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: any ; refId: string } | null SubscriptionStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5613 SubscriptionTrialConfigurationFragment Subscription
TrialConfigurationFragment: { __typename?: "TrialConfiguration" ; trialEndBehavior: TrialEndBehavior } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7077 Type declaration Optional __typename?: "TrialConfiguration" SubscriptionUpdateScheduleCancellationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5629 SubscriptionUpdateUsageResetCutoffRuleInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5644 SyncTaxRatesInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5660 TaskStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5679 TaskTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5714 TaxExempt Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5731 TestHookInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5738 TestWorkflowInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5747 TiersModeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5762 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:6656 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:5778 TransferSubscriptionMutation Transfer
SubscriptionMutation: { __typename?: "Mutation" ; transferSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8668 Type declaration Optional __typename?: "Mutation" transferSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment TransferSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8665 TransferSubscriptionToResourceInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5784 TransferSubscriptionToResourceMutation Transfer
SubscriptionToResourceMutation: { __typename?: "Mutation" ; transferSubscriptionToResource: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8686 Type declaration Optional __typename?: "Mutation" transferSubscriptionToResource: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment TransferSubscriptionToResourceMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8683 TrialOverrideConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5799 TrialedPlan TrialedPlan: { planId?: string | null ; productId?: string | null }
Type declaration Optional planId?: string | null Optional productId?: string | null TriggerSubscriptionBillingMonthEndsSoonWebhookInput Trigger
SubscriptionBillingMonthEndsSoonWebhookInput: { subscriptionId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5811 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:5816 TriggerSubscriptionUsageSyncInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5825 TriggerWorkflowInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5834 TypographyConfigurationFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7621 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:5843 UnArchiveFeatureGroupInput Un
ArchiveFeatureGroupInput: { environmentId: Scalars [ "UUID" ] ; featureGroupId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5872 UnArchiveFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5879 UnArchivePlanInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5886 UnarchiveCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5893 UnarchiveCustomerMutation Unarchive
CustomerMutation: { __typename?: "Mutation" ; unarchiveCustomer: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8659 Type declaration Optional __typename?: "Mutation" unarchiveCustomer: { __typename?: "Customer" } & SlimCustomerFragment UnarchiveCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8656 UnarchiveEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5900 UnitTransformationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5907 UnitsInput Units
Input: { plural: Scalars [ "String" ] ; singular: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5925 UnlinkFeatureGroupFromPackageInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5932 UnlinkPromotionalEntitlementsGroupInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5941 UnlinkPromotionalEntitlementsGroupMutation Unlink
PromotionalEntitlementsGroupMutation: { __typename?: "Mutation" ; unlinkPromotionalEntitlementsGroup: ( { __typename?: "PromotionalEntitlement" } & PromotionalEntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8722 UnlinkPromotionalEntitlementsGroupMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8719 UpdateAccountInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5950 UpdateCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5969 UpdateCreditGrantInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5982 UpdateCustomCurrencyInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6001 UpdateCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6018 UpdateCustomerMutation Update
CustomerMutation: { __typename?: "Mutation" ; updateCustomer: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8475 UpdateCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8472 UpdateExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6047 UpdateFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6068 UpdateHook Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6090 UpdateIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6111 UpdateOfferInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6130 UpdateOneEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6142 UpdateOneHookInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6148 UpdateOneIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6154 UpdateOnePackageEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6160 UpdateOneProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6166 UpdateOnePromotionalEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6172 UpdatePackageEntitlementOrderInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6179 UpdatePackageEntitlementOrderItemInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6188 UpdateStripeCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6195 UpdateSubscriptionEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6200 UpdateSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6220 UpdateSubscriptionMutation Update
SubscriptionMutation: { __typename?: "Mutation" ; updateSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8537 UpdateSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8534 UpdateUserInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6245 UsageEventReportInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6252 UsageEventsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6267 UsageEventsReportInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6276 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:8185 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:6283 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:8215 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:6308 UsageMeasurementCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6332 UsageMeasurementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6350 UsageMeasurementFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6359 UsageMeasurementFilterFeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6379 UsageMeasurementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6393 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:7574 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 UuidFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5855 ValidateMergeEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6411 Type declaration destinationEnvironmentSlug: Scalars [ "String" ] sourceEnvironmentSlug: Scalars [ "String" ] VendorIdentifierFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6440 VoidCreditGrantInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6470 VoidCreditGrantMutation Void
CreditGrantMutation: { __typename?: "Mutation" ; voidCreditGrant: { __typename?: "CreditGrant" } & CreditGrantFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8740 Type declaration Optional __typename?: "Mutation" voidCreditGrant: { __typename?: "CreditGrant" } & CreditGrantFragment VoidCreditGrantMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8737 WaitForCheckoutCompleted WaitForCheckoutCompleted: { refreshOnComplete?: boolean ; timeoutMs?: number }
Type declaration Optional refreshOnComplete?: boolean Optional timeoutMs?: number WeeklyResetPeriodConfigInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6494 WidgetConfigurationUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6499 WorkflowsLoginInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6516 YearlyResetPeriodConfigInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6526 ZuoraCheckoutCredentialsFragment ZuoraCheckoutCredentialsFragment: { __typename?: "ZuoraCheckoutCredentials" ; publishableKey: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7764 Type declaration Optional __typename?: "ZuoraCheckoutCredentials" publishableKey: string ZuoraCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6531 Variables Const AddonDependencyFragmentDoc AddonDependencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9044 Const AddonFragmentDoc AddonFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9045 Const ApplySubscriptionDocument ApplySubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9116 Const ApplySubscriptionFragmentDoc ApplySubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9098 Const ArchiveCustomerDocument ArchiveCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9131 Const CancelSubscriptionDocument CancelSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9119 Const CancelSubscriptionUpdatesDocument CancelSubscriptionUpdatesDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9124 Const CheckoutConfigurationFragmentDoc CheckoutConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9079 Const CheckoutStateFragmentDoc CheckoutStateFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9082 Const CouponFragmentDoc CouponFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9033 Const CreatePaymentSessionDocument CreatePaymentSessionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9140 Const CreateSubscriptionDocument CreateSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9129 Const CreditBalanceFragmentDoc CreditBalanceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9103 Const CreditBalanceUpdatedPayloadFragmentDoc CreditBalanceUpdatedPayloadFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9067 Const CreditGrantFragmentDoc CreditGrantFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9101 Const CreditLedgerFragmentDoc CreditLedgerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9102 Const CreditUsageFragmentDoc CreditUsageFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9107 Const CreditsBalanceSummaryFragmentDoc CreditsBalanceSummaryFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9104 Const CustomerFragmentDoc CustomerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9035 Const CustomerPortalBillingInformationFragmentDoc CustomerPortalBillingInformationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9074 Const CustomerPortalConfigurationFragmentDoc CustomerPortalConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9077 Const CustomerPortalEntitlementFragmentDoc CustomerPortalEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9072 Const CustomerPortalFragmentDoc CustomerPortalFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9078 Const CustomerPortalPromotionalEntitlementFragmentDoc CustomerPortalPromotionalEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9073 Const CustomerPortalSubscriptionAddonFragmentDoc CustomerPortalSubscriptionAddonFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9069 Const CustomerPortalSubscriptionFragmentDoc CustomerPortalSubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9071 Const CustomerPortalSubscriptionPriceFragmentDoc CustomerPortalSubscriptionPriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9068 Const CustomerPortalSubscriptionScheduledUpdateDataFragmentDoc CustomerPortalSubscriptionScheduledUpdateDataFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9070 Const CustomerResourceFragmentDoc CustomerResourceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9037 Const CustomerStatisticsFragmentDoc CustomerStatisticsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9054 Const CustomerWithSubscriptionsFragmentDoc CustomerWithSubscriptionsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9053 Const DelegateSubscriptionToCustomerDocument DelegateSubscriptionToCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9134 Const DetachCustomerPaymentMethodDocument DetachCustomerPaymentMethodDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9112 Const EntitlementFragmentDoc EntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9062 Const EntitlementUsageUpdatedFragmentDoc EntitlementUsageUpdatedFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9065 Const EntitlementsUpdatedPayloadFragmentDoc EntitlementsUpdatedPayloadFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9063 Const EstimateSubscriptionDocument EstimateSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9120 Const EstimateSubscriptionUpdateDocument EstimateSubscriptionUpdateDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9121 Const FeatureFragmentDoc FeatureFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9061 Const FontVariantFragmentDoc FontVariantFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9075 Const GetActiveSubscriptionsDocument GetActiveSubscriptionsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9144 Const GetActiveSubscriptionsListDocument GetActiveSubscriptionsListDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9145 Const GetCheckoutStateDocument GetCheckoutStateDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9156 Const GetCouponsDocument GetCouponsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9148 Const GetCreditBalanceDocument GetCreditBalanceDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9160 Const GetCreditGrantsDocument GetCreditGrantsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9161 Const GetCreditLedgerDocument GetCreditLedgerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9162 Const GetCreditUsageDocument GetCreditUsageDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9163 Const GetCustomerByIdDocument GetCustomerByIdDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9142 Const GetCustomerPortalByRefIdDocument GetCustomerPortalByRefIdDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9155 Const GetCustomerStatisticsDocument GetCustomerStatisticsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9143 Const GetEntitlementDocument GetEntitlementDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9152 Const GetEntitlementsDocument GetEntitlementsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9150 Const GetEntitlementsStateDocument GetEntitlementsStateDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9151 Const GetMockPaywallDocument GetMockPaywallDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9157 Const GetPaywallDocument GetPaywallDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9149 Const GetProductsDocument GetProductsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9153 Const GetSdkConfigurationDocument GetSdkConfigurationDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9154 Const GetSubscriptionDocument GetSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9147 Const GetSubscriptionsDocument GetSubscriptionsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9146 Const GetUsageHistoryDocument GetUsageHistoryDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9158 Const GetUsageHistoryV2Document GetUsageHistoryV2Document: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9159 Const GrantCreditsDocument GrantCreditsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9136 Const GrantPromotionalEntitlementsDocument GrantPromotionalEntitlementsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9113 Const GrantPromotionalEntitlementsGroupDocument GrantPromotionalEntitlementsGroupDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9137 Const ImmediateSubscriptionPreviewInvoiceFragmentDoc ImmediateSubscriptionPreviewInvoiceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9056 Const ImportCustomerBulkDocument ImportCustomerBulkDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9109 Const ImportCustomerDocument ImportCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9110 Const ImportSubscriptionsBulkDocument ImportSubscriptionsBulkDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9117 Const LayoutConfigurationFragmentDoc LayoutConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9090 Const MigrateSubscriptionToLatestDocument MigrateSubscriptionToLatestDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9130 Const MockPaywallAddonDependencyFragmentDoc MockPaywallAddonDependencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9085 Const MockPaywallAddonFragmentDoc MockPaywallAddonFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9086 Const MockPaywallPackageEntitlementFragmentDoc MockPaywallPackageEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9083 Const MockPaywallPlanCompatiblePackageGroupsFragmentDoc MockPaywallPlanCompatiblePackageGroupsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9087 Const MockPaywallPlanFragmentDoc MockPaywallPlanFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9088 Const MockPaywallPriceFragmentDoc MockPaywallPriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9084 Const OnCreditBalanceUpdatedDocument OnCreditBalanceUpdatedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9167 Const OnEntitlementsUpdatedDocument OnEntitlementsUpdatedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9164 Const OnPackagePublishedDocument OnPackagePublishedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9166 Const OnUsageUpdatedDocument OnUsageUpdatedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9165 Const OveragePriceFragmentDoc OveragePriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9043 Const PackageEntitlementFragmentDoc PackageEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9042 Const PackagePublishedPayloadFragmentDoc PackagePublishedPayloadFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9066 Const PageInfoFragmentDoc PageInfoFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9029 Const PaymentSessionFragmentDoc PaymentSessionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9105 Const PaywallCalculatedPricePointsFragmentDoc PaywallCalculatedPricePointsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9092 Const PaywallConfigurationFragmentDoc PaywallConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9091 Const PaywallCurrencyFragmentDoc PaywallCurrencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9089 Const PaywallFragmentDoc PaywallFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9093 Const PlanCompatiblePackageGroupsFragmentDoc PlanCompatiblePackageGroupsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9046 Const PlanFragmentDoc PlanFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9047 Const PreviewNextInvoiceDocument PreviewNextInvoiceDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9123 Const PreviewSubscriptionDocument PreviewSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9122 Const PriceFragmentDoc PriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9039 Const PriceTierFragmentDoc PriceTierFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9038 Const ProductFragmentDoc ProductFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9041 Const PromotionalEntitlementFragmentDoc PromotionalEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9034 Const ProvisionCustomerDocument ProvisionCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9108 Const ProvisionCustomerFragmentDoc ProvisionCustomerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9097 Const ProvisionSubscriptionDocument ProvisionSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9115 Const ProvisionSubscriptionFragmentDoc ProvisionSubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9099 Const ReportEntitlementCheckRequestedDocument ReportEntitlementCheckRequestedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9128 Const ReportEventDocument ReportEventDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9127 Const ReportUsageBulkDocument ReportUsageBulkDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9126 Const ReportUsageDocument ReportUsageDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9125 Const ReportUsageFragmentDoc ReportUsageFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9100 Const ResetPeriodConfigurationFragmentDoc ResetPeriodConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9060 Const RevokePromotionalEntitlementDocument RevokePromotionalEntitlementDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9114 Const RevokePromotionalEntitlementsGroupDocument RevokePromotionalEntitlementsGroupDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9138 Const ScheduleVariablesFragmentDoc ScheduleVariablesFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9048 Const SlimCustomCurrencyFragmentDoc SlimCustomCurrencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9106 Const SlimCustomerFragmentDoc SlimCustomerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9032 Const SlimSubscriptionFragmentDoc SlimSubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9096 Const SlimSubscriptionFragmentV2FragmentDoc SlimSubscriptionFragmentV2FragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9031 Const StripeCheckoutCredentialsFragmentDoc StripeCheckoutCredentialsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9080 Const SubscriptionFragmentDoc SubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9052 Const SubscriptionFutureUpdateDataFragmentDoc SubscriptionFutureUpdateDataFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9050 Const SubscriptionInvoiceFragmentDoc SubscriptionInvoiceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9036 Const SubscriptionInvoicePreviewFragmentDoc SubscriptionInvoicePreviewFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9059 Const SubscriptionPreviewFragmentDoc SubscriptionPreviewFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9055 Const SubscriptionPreviewInvoiceFragmentDoc SubscriptionPreviewInvoiceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9057 Const SubscriptionPreviewV2FragmentDoc SubscriptionPreviewV2FragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9058 Const SubscriptionQueryFragmentDoc SubscriptionQueryFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9030 Const SubscriptionScheduledUpdateDataFragmentDoc SubscriptionScheduledUpdateDataFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9049 Const SubscriptionTrialConfigurationFragmentDoc SubscriptionTrialConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9051 Const TotalPriceFragmentDoc TotalPriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9040 Const TransferSubscriptionDocument TransferSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9133 Const TransferSubscriptionToResourceDocument TransferSubscriptionToResourceDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9135 Const TypographyConfigurationFragmentDoc TypographyConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9076 Const UnarchiveCustomerDocument UnarchiveCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9132 Const UnlinkPromotionalEntitlementsGroupDocument UnlinkPromotionalEntitlementsGroupDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9139 Const UpdateCustomerDocument UpdateCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9111 Const UpdateSubscriptionDocument UpdateSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9118 Const UsageHistoryFragmentDoc UsageHistoryFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9094 Const UsageHistoryV2FragmentDoc UsageHistoryV2FragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9095 Const UsageUpdatedFragmentDoc UsageUpdatedFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9064 Const VoidCreditGrantDocument VoidCreditGrantDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9141 Const ZuoraCheckoutCredentialsFragmentDoc ZuoraCheckoutCredentialsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9081
The id of the record.