Type aliases AddCompatibleAddonsToPlanInput Add
CompatibleAddonsToPlanInput: { id: Scalars [ "UUID" ] ; relationIds: Scalars [ "UUID" ] [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:86 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:93 AddonAssociatedEntitiesInput Addon
AssociatedEntitiesInput: { environmentId: Scalars [ "String" ] ; refId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:100 AddonCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:107 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:7329 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:135 AddonFilterOfferFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:153 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:7305 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:165 AddonUnArchiveInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:186 AddonUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:192 Address Address: { addressLine1?: string ; addressLine2?: string ; city?: string ; country?: string ; phoneNumber?: string ; postalCode?: string ; state?: string }
Type declaration Optional addressLine1?: string Optional addressLine2?: string Optional city?: string Optional country?: string Optional phoneNumber?: string Optional postalCode?: string Optional state?: string AggregatedEventsByCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:223 ApiKeyExpirationFilterInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:257 ApiKeyFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:265 ApiKeySort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:270 AppStoreCredentialsInput App
StoreCredentialsInput: { issuerId: Scalars [ "String" ] ; keyId: Scalars [ "String" ] ; privateKey: Scalars [ "String" ] ; sandboxEnvironment: Scalars [ "Boolean" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:292 AppStoreSubscriptionMappingInput App
StoreSubscriptionMappingInput: { appStoreSubscriptionId: Scalars [ "String" ] ; planRefId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:303 AppStoreSubscriptionsToPlansMappingInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:310 ApplySubscription Type declaration Optional billingCountryCode?: string Optional billingId?: string customerId: string Optional metadata?: Metadata | null Optional payingCustomerId?: string Optional paymentMethodId?: string planId: string Optional promotionCode?: string Optional resourceId?: string Optional skipTrial?: boolean Optional startDate?: Date Optional unitQuantity?: number ApplySubscriptionFragment Apply
SubscriptionFragment: { __typename?: "ApplySubscription" ; entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null ; entitlementsV2?: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] | null ; subscription?: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8894 Type declaration Optional __typename?: "ApplySubscription" Optional entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null Optional entitlementsV2?: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] | null Optional subscription?: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) | null ApplySubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:321 ApplySubscriptionMutation Apply
SubscriptionMutation: { __typename?: "Mutation" ; applySubscription: { __typename?: "ApplySubscription" } & ApplySubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9309 ApplySubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9306 ArchiveCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:362 ArchiveCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:368 ArchiveCustomerMutation ArchiveCustomerMutation: { __typename?: "Mutation" ; archiveCustomer: { __typename?: "Customer" ; customerId: string } }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9437 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:9434 ArchiveEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:375 ArchiveFeatureGroupInput Archive
FeatureGroupInput: { environmentId: Scalars [ "UUID" ] ; featureGroupId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:382 ArchiveFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:389 ArchivePackageGroup Archive
PackageGroup: { environmentId: Scalars [ "String" ] ; packageGroupId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:396 ArchivePlanInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:403 ArchiveProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:412 AttachCustomerPaymentMethodInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:419 Auth0CredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:445 AutoCancellationRuleInput Auto
CancellationRuleInput: { sourcePlanId: Scalars [ "String" ] ; targetPlanId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:468 AutoRechargeSettingsFragment Auto
RechargeSettingsFragment: { __typename?: "AutoRechargeSettingsDTO" ; createdAt?: any | null ; currencyId: string ; currentMonthlySpend: number ; customerId: string ; grantExpirationPeriod: GrantExpirationPeriod ; isEnabled: boolean ; maxSpendLimit?: number | null ; targetBalance: number ; thresholdType: ThresholdType ; thresholdValue: number ; updatedAt?: any | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9134 Type declaration Optional __typename?: "AutoRechargeSettingsDTO" Optional createdAt?: any | null currencyId: string currentMonthlySpend: number customerId: string isEnabled: boolean Optional maxSpendLimit?: number | null targetBalance: number thresholdValue: number Optional updatedAt?: any | null AwsMarketplaceCredentialsInput Aws
MarketplaceCredentialsInput: { awsRoleArn: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:475 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:480 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:498 BillingAddress Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:502 BillingCadenceFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:526 BillingInfo Billing
Info: { billingAddress?: Address ; currency?: Currency ; customerName?: string ; integrationId?: string ; invoiceCustomFields?: Record < string , string > ; language?: string ; metadata?: Metadata | null ; paymentMethodId?: string ; shippingAddress?: Address ; taxIds?: TaxExempt [] ; timezone?: string } Type declaration Optional billingAddress?: Address Optional currency?: Currency Optional customerName?: string Optional integrationId?: string Optional invoiceCustomFields?: Record < string , string > Optional language?: string Optional metadata?: Metadata | null Optional paymentMethodId?: string Optional shippingAddress?: Address Optional taxIds?: TaxExempt [] Optional timezone?: string BillingModelFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:555 BillingPeriodFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:578 BillingProductsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:595 BooleanEntitlementFallback BooleanEntitlementFallback: { hasAccess: boolean }
BooleanEntitlementOptions Type declaration Optional shouldTrack?: boolean BooleanFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:610 BudgetConfigurationInput Budget
ConfigurationInput: { hasSoftLimit: Scalars [ "Boolean" ] ; limit: Scalars [ "Float" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:615 CancelSubscription Type declaration Optional awaitSubscriptionCancellation?: boolean Optional endDate?: Date Optional prorate?: boolean subscriptionId: string CancelSubscriptionMutation Cancel
SubscriptionMutation: { __typename?: "Mutation" ; cancelSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9334 CancelSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9331 CancelSubscriptionScheduledUpdates CancelSubscriptionUpdatesMutation CancelSubscriptionUpdatesMutation: { __typename?: "Mutation" ; cancelSchedule: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9379 Type declaration Optional __typename?: "Mutation" cancelSchedule: string CancelSubscriptionUpdatesMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9376 ChargeInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:632 ChargeSubscriptionUsageInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:638 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:8438 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:654 CheckoutContentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:665 CheckoutOptions CheckoutOptions: { allowPromoCodes?: boolean ; allowTaxIdCollection?: boolean ; cancelUrl: string ; collectBillingAddress?: boolean ; collectPhoneNumber?: boolean ; referenceId?: string ; successUrl: string }
Type declaration Optional allowPromoCodes?: boolean Optional allowTaxIdCollection?: boolean cancelUrl: string Optional collectBillingAddress?: boolean Optional collectPhoneNumber?: boolean Optional referenceId?: string successUrl: string CheckoutPaletteInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:679 CheckoutStateFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8405 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:692 ClearCustomerPersistentCacheInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:705 ClientConfiguration Client
Configuration: { apiKey: string ; baseEdgeUri?: string ; baseUri?: string ; clientName?: string ; clientVersion?: string ; enableEdge?: boolean ; enableRemoteConfig?: boolean ; entitlementsFallback?: EntitlementsFallback ; entitlementsTimeout?: number ; logConfiguration?: LogConfiguration ; memoryCacheMaxSizeBytes?: number ; offline?: boolean ; realtimeUpdatesEnabled?: boolean ; redis?: StiggRedisOptions ; timeout?: number ; wsUrl?: string } Type declaration apiKey: string Optional baseEdgeUri?: string Optional baseUri?: string Optional clientName?: string Optional clientVersion?: string Optional enableEdge?: boolean Optional enableRemoteConfig?: boolean Optional entitlementsTimeout?: number Optional memoryCacheMaxSizeBytes?: number Optional offline?: boolean Optional realtimeUpdatesEnabled?: boolean Optional redis?: StiggRedisOptions Optional timeout?: number Optional wsUrl?: string CompatiblePackageGroup Type declaration displayName: string packageGroupId: string CompatiblePackageGroupOptions CompatiblePackageGroupOptions: { freeItems?: number ; minItems?: number }
Type declaration Optional freeItems?: number Optional minItems?: number Coupon Coupon
: { amountsOff
?: Money [] | null ; description
?: string | null ; discountValue
: number ; id
: string ; metadata
?: Metadata | null ; name
: string ; percentOff
?: number | null } Type declaration Optional amountsOff?: Money [] | null Optional description?: string | null discountValue: number id: string Optional metadata?: Metadata | null name: string Optional percentOff?: number | null CouponFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:740 CouponFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:756 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:7170 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:776 CouponSourceFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:803 CouponStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:814 CouponTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:837 CreateCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:854 CreateCouponMutation Create
CouponMutation: { __typename?: "Mutation" ; createOneCoupon: { __typename?: "Coupon" } & CouponFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9537 Type declaration Optional __typename?: "Mutation" createOneCoupon: { __typename?: "Coupon" } & CouponFragment CreateCouponMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9534 CreateCustomer Create
Customer: { awsMarketplaceCustomerId?: string ; billingId?: string ; billingInfo?: BillingInfo ; couponId?: string ; customerId?: string ; email?: string ; excludeFromExperiment?: boolean ; metadata?: Metadata | null ; name?: string ; salesforceId?: string ; shouldSyncFree?: boolean } Type declaration Optional awsMarketplaceCustomerId?: string Optional billingId?: string Optional billingInfo?: BillingInfo Optional couponId?: string Optional customerId?: string Optional email?: string Optional excludeFromExperiment?: boolean Optional metadata?: Metadata | null Optional name?: string Optional salesforceId?: string Optional shouldSyncFree?: boolean CreateEnvironment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:877 CreateEnvironmentOptions Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:898 CreateExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:903 CreateFeatureGroupInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:922 CreateHook Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:934 CreateIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:955 CreateManyPackageEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:985 CreateManyPromotionalEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:989 CreateMeter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:994 CreateOfferDraftInput Create
OfferDraftInput: { environmentId: Scalars [ "UUID" ] ; offerId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1001 CreateOfferInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1008 CreateOneEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1021 CreateOneHookInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1027 CreateOneIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1031 CreateOneProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1036 CreateOrUpdateAwsMarketplaceProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1041 CreatePackageEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1068 CreatePackageEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1075 CreatePackageGroup Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1084 CreatePaymentSessionMutation Create
PaymentSessionMutation: { __typename?: "Mutation" ; createPaymentSession: { __typename?: "PaymentSession" } & PaymentSessionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9519 Type declaration Optional __typename?: "Mutation" createPaymentSession: { __typename?: "PaymentSession" } & PaymentSessionFragment CreatePaymentSessionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9516 CreateScopedApiKeyInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1097 CreateSubscriptionMutation Create
SubscriptionMutation: { __typename?: "Mutation" ; createSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9418 CreateSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9415 CreateSubscriptionParams Type declaration Optional awaitPaymentConfirmation?: boolean Optional id?: string Optional metadata?: Metadata | null planId: string Optional promotionCode?: string Optional resourceId?: string Optional skipTrial?: boolean Optional startDate?: Date Optional unitQuantity?: number CreateUsageMeasurement Create
UsageMeasurement: { createdAt?: Date ; customerId: string ; dimensions?: Record < string , EventDimensionValue > ; featureId: string ; resourceId?: string ; updateBehavior?: UsageUpdateBehavior ; value: number } Type declaration Optional createdAt?: Date customerId: string featureId: string Optional resourceId?: string value: number CreateWorkflowTriggerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1106 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:9083 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:1119 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:8350 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 CreditEntitlementFallback CreditEntitlementFallback: { currentUsage?: number ; hasAccess: boolean ; usageLimit?: number }
Type declaration Optional currentUsage?: number hasAccess: boolean Optional usageLimit?: number CreditEntitlementFragment Credit
EntitlementFragment: { __typename: "CreditEntitlement" ; accessDeniedReason?: AccessDeniedReason | null ; currency: { __typename?: "EntitlementCurrency" ; currencyId: string } ; currentUsage?: number | null ; entitlementUpdatedAt?: any | null ; isGranted: boolean ; usageLimit?: number | null ; usageUpdatedAt?: any | null ; validUntil?: any | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9180 Type declaration __typename: "CreditEntitlement" Optional accessDeniedReason?: AccessDeniedReason | null currency: { __typename?: "EntitlementCurrency" ; currencyId: string } Optional __typename?: "EntitlementCurrency" currencyId: string Optional currentUsage?: number | null Optional entitlementUpdatedAt?: any | null isGranted: boolean Optional usageLimit?: number | null Optional usageUpdatedAt?: any | null Optional validUntil?: any | null CreditGrantBillingInfoInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1137 CreditGrantCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1150 CreditGrantFragment Credit
GrantFragment: { __typename?: "CreditGrant" ; additionalMetaData?: any | null ; amount: number ; automaticRechargeConfigurationId?: any | null ; 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 ; invoiceId?: string | null ; latestInvoice?: ( { __typename?: "CreditGrantInvoice" } & CreditGrantInvoiceFragment ) | null ; paymentCollection: PaymentCollection ; priority: number ; resourceId?: string | null ; status: CreditGrantStatus ; updatedAt: any ; voidedAt?: any | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9033 Type declaration Optional __typename?: "CreditGrant" Optional additionalMetaData?: any | null amount: number Optional automaticRechargeConfigurationId?: any | null 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 Optional invoiceId?: string | null Optional latestInvoice?: ( { __typename?: "CreditGrantInvoice" } & CreditGrantInvoiceFragment ) | null priority: number Optional resourceId?: string | null updatedAt: any Optional voidedAt?: any | null CreditGrantInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1159 CreditGrantInvoiceFragment Credit
GrantInvoiceFragment: { __typename?: "CreditGrantInvoice" ; amountDue?: number | null ; attemptCount?: number | null ; billingId: string ; billingReason?: CreditGrantInvoiceBillingReason | null ; createdAt: any ; currency?: string | null ; dueDate?: any | null ; errorMessage?: string | null ; paymentSecret?: string | null ; paymentUrl?: string | null ; pdfUrl?: string | null ; requiresAction: boolean ; status: CreditGrantInvoiceStatus ; 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:9011 Type declaration Optional __typename?: "CreditGrantInvoice" 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 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:9064 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:1243 CreditRateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1256 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:9117 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:1267 CreditsBalanceSummaryFragment Credits
BalanceSummaryFragment: { __typename?: "CreditBalanceSummary" ; balances: ( { __typename?: "CreditBalance" } & CreditBalanceFragment ) [] ; customerId: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9076 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:1525 CustomCurrencyInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1536 CustomerBillingInfo Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1553 CustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1577 CustomerFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1599 CustomerFilterPromotionalEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1628 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:7751 CustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1638 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:8634 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:1669 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:8457 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:1686 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:8602 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:8371 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:1695 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:8624 Type declaration Optional __typename?: "CustomerPortalPromotionalEntitlement" displayName: string Optional endDate?: any | null Optional hasSoftLimit?: boolean | null Optional hasUnlimitedUsage?: boolean | null startDate: any Optional usageLimit?: number | null CustomerPortalSubscriptionAddonFragment CustomerPortalSubscriptionAddonFragment: { __typename?: "CustomerPortalAddon" ; addonId: string ; description?: string | null ; displayName: string ; quantity: number }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8563 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:8498 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:8474 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?: "RecurringCreditsChangeVariables" } & ScheduleVariablesFragment_RecurringCreditsChangeVariables_ ) | ( { __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:8570 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?: "RecurringCreditsChangeVariables" } & ScheduleVariablesFragment_RecurringCreditsChangeVariables_ ) | ( { __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:1703 CustomerResourceFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1712 CustomerResourceFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1732 CustomerResourceFragment CustomerResourceFragment: { __typename?: "CustomerResource" ; resourceId: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7398 Type declaration Optional __typename?: "CustomerResource" resourceId: string CustomerResourceSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1761 CustomerSearchQueryFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1771 CustomerSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1774 CustomerState Customer
State: Omit < FullCustomer , "getActiveSubscriptions" | "getActivePromotionalEntitlements" | "getActiveTrials" > CustomerStatisticsFragment Customer
StatisticsFragment: { __typename?: "Customer" ; statistics?: { __typename?: "CustomerStatistics" ; activeSubscriptionsByPricingType: { __typename?: "SubscriptionPricingTypeStatistics" ; pricingType: PricingType ; totalCount: number } [] } | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7792 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:1797 CustomerSubscriptionFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1833 CustomerSubscriptionFilterCustomerResourceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1853 CustomerSubscriptionFilterPlanFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1860 CustomerSubscriptionFilterSubscriptionAddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1877 CustomerSubscriptionFilterSubscriptionEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1885 CustomerSubscriptionFilterSubscriptionPriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1894 CustomerSubscriptionSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1905 CustomerWithSubscriptionsFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7786 DateFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1937 DateFieldComparisonBetween Date
FieldComparisonBetween: { lower: Scalars [ "DateTime" ] ; upper: Scalars [ "DateTime" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1951 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:1956 DefaultTrialConfigInputDto Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1965 DelegateSubscriptionToCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1976 DelegateSubscriptionToCustomerMutation Delegate
SubscriptionToCustomerMutation: { __typename?: "Mutation" ; delegateSubscriptionToCustomer: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9465 Type declaration Optional __typename?: "Mutation" delegateSubscriptionToCustomer: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment DelegateSubscriptionToCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9462 DeleteFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1985 DeleteOneHookInput Delete
OneHookInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1991 DeleteOneIntegrationInput Delete
OneIntegrationInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1995 DeleteOnePackageEntitlementInput Delete
OnePackageEntitlementInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:1999 DeleteOnePriceInput Delete
OnePriceInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2003 DeleteOneProductInput Delete
OneProductInput: { id: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2008 DeleteOnePromotionalEntitlementInput Delete
OnePromotionalEntitlementInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2012 DeletePackageEntitlementInput Delete
PackageEntitlementInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2017 DeleteWorkflowTriggerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2022 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:2046 DetachCustomerPaymentMethodMutation Detach
CustomerPaymentMethodMutation: { __typename?: "Mutation" ; detachCustomerPaymentMethod: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9272 Type declaration Optional __typename?: "Mutation" detachCustomerPaymentMethod: { __typename?: "Customer" } & SlimCustomerFragment DetachCustomerPaymentMethodMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9269 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:2053 DiscardPackageDraftInput Discard
PackageDraftInput: { environmentId: Scalars [ "String" ] ; refId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2062 DoesFeatureExist Does
FeatureExist: { environmentId: Scalars [ "UUID" ] ; refId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2080 DumpEnvironmentForForMergeComparisonInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2087 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:2096 DuplicateProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2101 EditPackageGroupDetailsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2114 EntitlementCheckRequested Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2132 EntitlementCheckResult Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2149 EntitlementFeature EntitlementFeature: CacheEntitlementFeature & { isMetered?: boolean }
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:8219 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 EntitlementReferenceFragment Entitlement
ReferenceFragment: { __typename?: "EntitlementReference" ; id: string ; type: EntitlementType } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9201 Type declaration Optional __typename?: "EntitlementReference" id: string EntitlementUnionFragment EntitlementUnionFragment: EntitlementUnionFragment_CreditEntitlement_ | EntitlementUnionFragment_FeatureEntitlement_
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9200 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:8332 EntitlementsFallback EntitlementsFallback: {}
EntitlementsUpdatedPayloadFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8323 Type declaration Optional __typename?: "EntitlementsUpdated" customerId: string entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] Optional resourceId?: string | null EntitlementsUpdatedV2PayloadFragment Entitlements
UpdatedV2PayloadFragment: { __typename?: "EntitlementsUpdatedV2" ; accessDeniedReason?: EntitlementsStateAccessDeniedReason | null ; customerId: string ; entitlements: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] ; resourceId?: string | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9213 Type declaration Optional __typename?: "EntitlementsUpdatedV2" customerId: string entitlements: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] 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:2225 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:2242 EnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2252 EnvironmentMergeConfigurationInput Environment
MergeConfigurationInput: { includeCoupons?: InputMaybe < Scalars [ "Boolean" ] > } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2265 EnvironmentSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2280 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:2532 EstimateSubscriptionMutation Estimate
SubscriptionMutation: { __typename?: "Mutation" ; estimateSubscription: { __typename?: "SubscriptionPreview" } & SubscriptionPreviewFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9343 EstimateSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9340 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:2555 EstimateSubscriptionUpdateMutation Estimate
SubscriptionUpdateMutation: { __typename?: "Mutation" ; estimateSubscriptionUpdate: { __typename?: "SubscriptionPreview" } & SubscriptionPreviewFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9352 EstimateSubscriptionUpdateMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9349 EventDimensionValue EventDimensionValue: string | number | boolean
EventLogCreatedAtFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2630 EventLogEntityIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2634 EventLogEntityTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2639 EventLogEnvironmentIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2643 EventLogEventLogTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2646 EventLogFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2652 EventLogIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2664 EventLogParentEntityIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2667 EventLogSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2672 EventLogTraceIdFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2687 EventsFieldsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2906 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:2922 ExperimentFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2934 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:2954 ExperimentStatsQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2969 ExperimentStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:2984 FeatureAssociatedLatestPackages Feature
AssociatedLatestPackages: { environmentId: Scalars [ "UUID" ] ; featureId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3001 FeatureEntitlementFragment Feature
EntitlementFragment: { __typename: "FeatureEntitlement" ; accessDeniedReason?: AccessDeniedReason | null ; creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | null ; currentUsage?: number | null ; entitlementUpdatedAt?: any | null ; enumValues?: string [] | null ; feature?: ( { __typename?: "EntitlementFeature" } & FeatureFragment ) | null ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage: boolean ; isGranted: boolean ; resetPeriod?: EntitlementResetPeriod | null ; resetPeriodConfiguration?: ( { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ ) | ( { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ ) | ( { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_ ) | null ; usageLimit?: number | null ; usagePeriodAnchor?: any | null ; usagePeriodEnd?: any | null ; usagePeriodStart?: any | null ; usageUpdatedAt?: any | null ; validUntil?: any | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9148 Type declaration __typename: "FeatureEntitlement" Optional accessDeniedReason?: AccessDeniedReason | null Optional creditRate?: { __typename?: "CreditRate" ; amount: number ; currencyId: string } | null Optional currentUsage?: number | null Optional entitlementUpdatedAt?: any | null Optional enumValues?: string [] | null Optional feature?: ( { __typename?: "EntitlementFeature" } & FeatureFragment ) | null Optional hasSoftLimit?: boolean | null hasUnlimitedUsage: boolean isGranted: boolean Optional resetPeriodConfiguration?: ( { __typename?: "MonthlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ ) | ( { __typename?: "WeeklyResetPeriodConfig" } & ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ ) | ( { __typename?: "YearlyResetPeriodConfig" } & ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_ ) | null Optional usageLimit?: number | null Optional usagePeriodAnchor?: any | null Optional usagePeriodEnd?: any | null Optional usagePeriodStart?: any | null Optional usageUpdatedAt?: any | null Optional validUntil?: any | null FeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3007 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:8181 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:3022 FeatureGroupFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3028 FeatureGroupSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3041 FeatureGroupStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3064 FeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3081 FeatureSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3109 FeatureStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3135 FeatureTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3160 FetchEntitlementQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3177 FetchEntitlementsQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3190 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:8272 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:3199 FullEntitlementFeature Full
EntitlementFeature: { description?: string ; displayName: string ; featureType: FeatureType ; id: string ; isMetered?: boolean ; metadata?: Record < string , string > ; meterType?: Fluctuating | Incremental | None ; units?: string ; unitsPlural?: string } Type declaration Optional description?: string displayName: string id: string Optional isMetered?: boolean Optional metadata?: Record < string , string > Optional units?: string Optional unitsPlural?: string FullPromotionalEntitlement Full
PromotionalEntitlement: { expiresAt?: Date ; feature: EntitlementFeature ; hasExpirationDate: boolean ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage?: boolean | null ; isVisible: boolean ; status: PromotionalEntitlementStatus ; usageLimit: number } Type declaration Optional expiresAt?: Date hasExpirationDate: boolean Optional hasSoftLimit?: boolean | null Optional hasUnlimitedUsage?: boolean | null isVisible: boolean usageLimit: number FullSubscription Type declaration Optional billingId?: string Optional billingLinkUrl?: string Optional billingSyncError?: string Optional cancellationDate?: Date Optional crmId?: string Optional currentBillingPeriodEnd?: Date Optional effectiveEndDate?: Date Optional endDate?: Date Optional experimentInfo?: ExperimentInfo | null id: string Optional metadata?: Metadata | null startDate: Date Optional trialEndDate?: Date FullSubscriptionAddon Full
SubscriptionAddon: { addon: Addon ; quantity: number } GetActiveSubscriptions GetActiveSubscriptions: { customerId: string ; resourceId?: string | string [] }
Type declaration customerId: string Optional resourceId?: string | string [] GetActiveSubscriptionsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3212 GetActiveSubscriptionsListQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9582 GetActiveSubscriptionsListQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9579 GetActiveSubscriptionsQuery Get
ActiveSubscriptionsQuery: { __typename?: "Query" ; getActiveSubscriptions: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9573 Type declaration Optional __typename?: "Query" getActiveSubscriptions: ( { __typename?: "CustomerSubscription" } & SubscriptionFragment ) [] GetActiveSubscriptionsQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9570 GetApiKeysInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3219 GetAuth0ApplicationsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3232 GetAutoRechargeSettingsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3243 GetAutomaticRechargeConfigurationQuery Get
AutomaticRechargeConfigurationQuery: { __typename?: "Query" ; getAutoRechargeSettings: { __typename?: "AutoRechargeSettingsDTO" } & AutoRechargeSettingsFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9815 GetAutomaticRechargeConfigurationQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9812 GetBooleanEntitlement Type declaration customerId: string featureId: string Optional resourceId?: string GetCheckoutStateQuery Get
CheckoutStateQuery: { __typename?: "Query" ; checkoutState: { __typename?: "CheckoutState" } & CheckoutStateFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9716 GetCheckoutStateQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9713 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:9620 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:9617 GetCreditBalanceQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9758 GetCreditBalanceQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9755 GetCreditEntitlement Get
CreditEntitlement: { currencyId: string ; customerId: string ; options?: CreditEntitlementOptions ; resourceId?: string } Type declaration currencyId: string customerId: string Optional resourceId?: string GetCreditGrantsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3252 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:9767 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 Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9764 GetCreditLedgerQuery Get
CreditLedgerQuery: { __typename?: "Query" ; creditsLedger: { __typename?: "CreditLedgerConnection" ; edges: { __typename?: "CreditLedgerEdge" ; cursor: string ; node: { __typename?: "CreditLedgerEvent" } & CreditLedgerFragment } [] ; pageInfo: { __typename?: "PageInfo" } & PageInfoFragment ; totalCount: number } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9786 Type declaration Optional __typename?: "Query" creditsLedger: { __typename?: "CreditLedgerConnection" ; edges: { __typename?: "CreditLedgerEdge" ; cursor: string ; node: { __typename?: "CreditLedgerEvent" } & CreditLedgerFragment } [] ; pageInfo: { __typename?: "PageInfo" } & PageInfoFragment ; totalCount: number } Optional __typename?: "CreditLedgerConnection" edges: { __typename?: "CreditLedgerEdge" ; cursor: string ; node: { __typename?: "CreditLedgerEvent" } & CreditLedgerFragment } [] pageInfo: { __typename?: "PageInfo" } & PageInfoFragment totalCount: number GetCreditLedgerQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9783 GetCreditUsageQuery Get
CreditUsageQuery: { __typename?: "Query" ; creditUsage: { __typename?: "CreditUsage" } & CreditUsageFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9806 GetCreditUsageQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9803 GetCustomerByIdQuery Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9555 GetCustomerByIdQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9552 GetCustomerByRefIdInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3265 GetCustomerPortalByRefIdQuery Get
CustomerPortalByRefIdQuery: { __typename?: "Query" ; customerPortal: { __typename?: "CustomerPortal" } & CustomerPortalFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9707 GetCustomerPortalByRefIdQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9704 GetCustomerStatisticsQuery Get
CustomerStatisticsQuery: { __typename?: "Query" ; getCustomerByRefId?: ( { __typename?: "Customer" } & CustomerStatisticsFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9564 GetCustomerStatisticsQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9561 GetEntitlement Get
Entitlement: { customerId: string ; featureId: string ; options?: EntitlementOptions ; resourceId?: string } Type declaration customerId: string featureId: string Optional resourceId?: string GetEntitlementQuery Get
EntitlementQuery: { __typename?: "Query" ; entitlement: { __typename?: "Entitlement" } & EntitlementFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9671 GetEntitlementQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9668 GetEntitlementsQuery Get
EntitlementsQuery: { __typename?: "Query" ; entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9644 Type declaration Optional __typename?: "Query" entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] GetEntitlementsQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9641 GetEntitlementsStateQuery Get
EntitlementsStateQuery: { __typename?: "Query" ; entitlementsState: { __typename: "EntitlementsState" ; accessDeniedReason?: EntitlementsStateAccessDeniedReason | null ; entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] ; entitlementsV2: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9653 Type declaration Optional __typename?: "Query" entitlementsState: { __typename: "EntitlementsState" ; accessDeniedReason?: EntitlementsStateAccessDeniedReason | null ; entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] ; entitlementsV2: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] } __typename: "EntitlementsState" entitlements: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] entitlementsV2: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] GetEntitlementsStateQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9650 GetEnumEntitlement Get
EnumEntitlement: { customerId: string ; featureId: string ; options?: EnumEntitlementOptions ; resourceId?: string } Type declaration customerId: string featureId: string Optional resourceId?: string GetMeteredEntitlement Type declaration customerId: string featureId: string Optional resourceId?: string GetMockPaywallQuery Get
MockPaywallQuery: { __typename?: "Query" ; mockPaywall: { __typename?: "MockPaywall" ; configuration?: ( { __typename?: "PaywallConfiguration" } & PaywallConfigurationFragment ) | null ; plans: ( { __typename?: "PaywallPlan" } & MockPaywallPlanFragment ) [] } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9725 GetMockPaywallQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9722 GetNumericEntitlement Type declaration customerId: string featureId: string Optional resourceId?: string GetOfferInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3272 GetPackageByRefIdInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3281 GetPackageGroup Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3290 GetPaywall GetPaywall: { billingCountryCode?: string ; customerId?: string ; fetchAllCountriesPrices?: boolean ; includeHiddenPlans?: boolean ; productId?: string ; resourceId?: string }
Type declaration Optional billingCountryCode?: string Optional customerId?: string Optional fetchAllCountriesPrices?: boolean Optional includeHiddenPlans?: boolean Optional productId?: string Optional resourceId?: string GetPaywallInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3299 GetPaywallQuery Get
PaywallQuery: { __typename?: "Query" ; paywall: { __typename?: "Paywall" } & PaywallFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9635 Type declaration Optional __typename?: "Query" paywall: { __typename?: "Paywall" } & PaywallFragment GetPaywallQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9632 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:9680 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:9677 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:9695 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:9692 GetSubscription GetSubscription: { subscriptionId: string }
GetSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3320 GetSubscriptionQuery Get
SubscriptionQuery: { __typename?: "Query" ; getSubscription: { __typename?: "CustomerSubscription" } & SubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9611 Type declaration Optional __typename?: "Query" getSubscription: { __typename?: "CustomerSubscription" } & SubscriptionFragment GetSubscriptionQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9608 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:9593 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:9588 GetUsageHistoryQuery Get
UsageHistoryQuery: { __typename?: "Query" ; usageHistory: { __typename?: "UsageHistory" } & UsageHistoryFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9740 GetUsageHistoryQueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9737 GetUsageHistoryV2Query Get
UsageHistoryV2Query: { __typename?: "Query" ; usageHistoryV2: { __typename?: "UsageHistoryV2" } & UsageHistoryV2Fragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9749 GetUsageHistoryV2QueryVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9746 GetWidgetConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3327 GetWorkflowTriggersInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3332 GrantCreditsMutation Grant
CreditsMutation: { __typename?: "Mutation" ; createCreditGrant: { __typename?: "CreditGrant" } & CreditGrantFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9483 Type declaration Optional __typename?: "Mutation" createCreditGrant: { __typename?: "CreditGrant" } & CreditGrantFragment GrantCreditsMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9480 GrantPromotionalEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3348 GrantPromotionalEntitlementsGroupInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3375 GrantPromotionalEntitlementsGroupMutation Grant
PromotionalEntitlementsGroupMutation: { __typename?: "Mutation" ; grantPromotionalEntitlementsGroup: ( { __typename?: "PromotionalEntitlement" } & PromotionalEntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9492 GrantPromotionalEntitlementsGroupMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9489 GrantPromotionalEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3386 GrantPromotionalEntitlementsMutation Grant
PromotionalEntitlementsMutation: { __typename?: "Mutation" ; grantPromotionalEntitlements: ( { __typename?: "PromotionalEntitlement" } & PromotionalEntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9281 GrantPromotionalEntitlementsMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9278 HookFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3394 HookSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3403 HookStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3422 HubspotCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3439 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:7972 Type declaration Optional __typename?: "ImmediateSubscriptionPreviewInvoice" Optional credits?: { __typename?: "SubscriptionPreviewCredits" ; initial: { __typename?: "Money" ; amount: number ; currency: Currency } ; remaining: { __typename?: "Money" ; amount: number ; currency: Currency } ; used: { __typename?: "Money" ; amount: number ; currency: Currency } } | null Optional discount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional discountDetails?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; type: DiscountType ; value: number } | null Optional proration?: { __typename?: "SubscriptionPreviewProrations" ; credit: { __typename?: "Money" ; amount: number ; currency: Currency } ; debit: { __typename?: "Money" ; amount: number ; currency: Currency } ; hasProrations?: boolean | null ; netAmount: { __typename?: "Money" ; amount: number ; currency: Currency } ; prorationDate: any } | null subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number Optional tax?: { __typename?: "Money" ; amount: number ; currency: Currency } | null Optional taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null total: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } Optional __typename?: "Money" amount: number ImportCustomer Import
Customer: { billingId?: string ; customerId?: string ; email?: string ; metadata?: Metadata | null ; name?: string ; paymentMethodId?: string ; updatedAt?: Date } Type declaration Optional billingId?: string Optional customerId?: string Optional email?: string Optional metadata?: Metadata | null Optional name?: string Optional paymentMethodId?: string Optional updatedAt?: Date ImportCustomerBulk Import
CustomerBulk: { customers: ImportCustomer [] ; integrationId?: string } Type declaration Optional integrationId?: string ImportCustomerBulkInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3446 ImportCustomerBulkMutation ImportCustomerBulkMutation: { __typename?: "Mutation" ; importCustomersBulk?: string | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9247 Type declaration Optional __typename?: "Mutation" Optional importCustomersBulk?: string | null ImportCustomerBulkMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9244 ImportCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3455 ImportCustomerMutation Import
CustomerMutation: { __typename?: "Mutation" ; importCustomer: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9254 ImportCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9251 ImportIntegrationCatalogInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3478 ImportIntegrationCustomersInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3501 ImportIntegrationTaskFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3515 ImportIntegrationTaskSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3524 ImportSubscriptionBulk Type declaration Optional integrationId?: string ImportSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3536 ImportSubscriptionsBulkInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3555 ImportSubscriptionsBulkMutation ImportSubscriptionsBulkMutation: { __typename?: "Mutation" ; importSubscriptionsBulk?: string | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9318 Type declaration Optional __typename?: "Mutation" Optional importSubscriptionsBulk?: string | null ImportSubscriptionsBulkMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9315 InitAddStripeCustomerPaymentMethodInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3561 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:3569 IntFieldComparisonBetween Int
FieldComparisonBetween: { lower: Scalars [ "Int" ] ; upper: Scalars [ "Int" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3583 IntegrationFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3587 IntegrationSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3596 IntegrationVendorTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3608 InviteMembersInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3615 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:8277 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:3639 ListAppStoreApplicationsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3648 ListAppStoreSubscriptionsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3653 ListAwsProductDimensionsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3660 ListAwsProductsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3667 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:3672 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:3680 MemberFilterUserFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3688 MemberSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3695 MergeEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3713 MeterAggregation Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3730 MeterConditionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3737 MeterFilterDefinitionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3748 MeterTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3761 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:3778 MigrateSubscriptionToLatest MigrateSubscriptionToLatestMutation MigrateSubscriptionToLatestMutation: { __typename?: "Mutation" ; migrateSubscriptionToLatest: { __typename?: "CustomerSubscription" ; subscriptionId: string } }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9427 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:9424 MinimumSpendInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3789 MockPaywallAddonDependencyFragment MockPaywallAddonDependencyFragment: { __typename?: "PaywallAddon" ; description?: string | null ; displayName: string ; refId: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8774 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:8780 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:8690 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:8760 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:8644 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:8712 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:3796 MonthlyResetPeriodConfigInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3810 NumberFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3814 NumberFieldComparisonBetween Number
FieldComparisonBetween: { lower: Scalars [ "Float" ] ; upper: Scalars [ "Float" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3828 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:3832 OfferSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3844 OfferStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3868 OnCreditBalanceUpdatedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9869 Type declaration Optional __typename?: "Subscription" OnCreditBalanceUpdatedSubscriptionVariables On
CreditBalanceUpdatedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9866 OnEntitlementsUpdatedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9824 Type declaration Optional __typename?: "Subscription" OnEntitlementsUpdatedSubscriptionVariables On
EntitlementsUpdatedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9821 OnEntitlementsUpdatedV2Subscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9833 Type declaration Optional __typename?: "Subscription" OnEntitlementsUpdatedV2SubscriptionVariables On
EntitlementsUpdatedV2SubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9830 OnPackagePublishedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9860 Type declaration Optional __typename?: "Subscription" OnPackagePublishedSubscriptionVariables On
PackagePublishedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9857 OnUsageUpdatedSubscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9842 Type declaration Optional __typename?: "Subscription" OnUsageUpdatedSubscriptionVariables On
UsageUpdatedSubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9839 OnUsageUpdatedV2Subscription Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9851 Type declaration Optional __typename?: "Subscription" OnUsageUpdatedV2SubscriptionVariables On
UsageUpdatedV2SubscriptionVariables: Exact < {} > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9848 OpenFgaCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3885 OverageEntitlementCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3905 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:7244 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:3942 PackageCreditEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3959 PackageCreditEntitlementUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:3982 PackageDtoFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4002 PackageDtoFilterOfferFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4020 PackageDtoSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4032 PackageEntitlement Type declaration Optional displayNameOverride?: PackageEntitlementFragment [ "displayNameOverride" ] Optional hasSoftLimit?: boolean | null Optional hasUnlimitedUsage?: boolean | null usageLimit: number PackageEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4052 PackageEntitlementFilterFeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4063 PackageEntitlementFilterPackageDtoFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4077 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:7281 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:4095 PackageEntitlementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4135 PackageEntitlementUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4148 PackageFeatureEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4181 PackageFeatureEntitlementUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4218 PackageGroupFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4250 PackageGroupFilterProductFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4264 PackageGroupSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4280 PackageGroupStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4305 PackagePricingInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4322 PackagePublishInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4341 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:8341 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:4353 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:7402 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:4376 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:9103 Type declaration Optional __typename?: "PaymentSession" token: string PaymentSessionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4411 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:8743 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:4420 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:8284 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:4433 PaywallCurrencyFragment Paywall
CurrencyFragment: { __typename?: "PaywallCurrency" ; code: Currency ; symbol: string } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8302 Type declaration Optional __typename?: "PaywallCurrency" symbol: string PaywallFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8800 PaywallLayoutConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4444 Plan Type declaration Optional awsMarketplacePlanDimension?: string | null 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:7385 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:4464 PlanFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4490 PlanFilterAddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4510 PlanFilterOfferFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4527 PlanFilterProductFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4539 PlanFragment Plan
Fragment: { __typename?: "Plan" ; additionalMetaData?: any | null ; awsMarketplacePlanDimension?: string | 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:7336 Type declaration Optional __typename?: "Plan" Optional additionalMetaData?: any | null Optional awsMarketplacePlanDimension?: string | 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:4555 PlanUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4576 PreparePaymentMethodFormInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4599 PreviewCreditGrantBillingInfoInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4608 PreviewCreditGrantInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4614 PreviewNextInvoice PreviewNextInvoice: { subscriptionId: string }
PreviewNextInvoiceInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4633 PreviewNextInvoiceMutation Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9370 Type declaration Optional __typename?: "Mutation" PreviewNextInvoiceMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9367 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:4639 PreviewSubscriptionMutation Preview
SubscriptionMutation: { __typename?: "Mutation" ; previewSubscription: { __typename?: "SubscriptionPreviewV2" } & SubscriptionPreviewV2Fragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9361 PreviewSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9358 Price Price
: { amount
?: number | null ; billingCadence
?: BillingCadence ; billingCountryCode
?: string | null ; billingId
?: string | null ; billingPeriod
: BillingPeriod ; blockSize
?: number | null ; creditRate
?: { amount
: number } | null ; currency
: Currency ; feature
?: { description
?: string | null ; displayName
: string ; featureId
: string ; unitQuantity
?: number | null ; units
?: string | null ; unitsPlural
?: string | null } | null ; maxUnitQuantity
?: number | null ; minUnitQuantity
?: number | null ; pricingModel
: BillingModel ; tiers
?: PriceTierFragment [] | null ; tiersMode
: TiersMode | null | undefined } Type declaration Optional amount?: number | null Optional billingCountryCode?: string | null Optional billingId?: string | null Optional blockSize?: number | null Optional creditRate?: { amount: number } | null Optional feature?: { description?: string | null ; displayName: string ; featureId: string ; unitQuantity?: number | null ; units?: string | null ; unitsPlural?: string | null } | null Optional maxUnitQuantity?: number | null Optional minUnitQuantity?: number | null tiersMode: TiersMode | null | undefined PriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4661 PriceFilterPackageDtoFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4673 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:7210 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:4690 PricePeriodInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4711 PriceSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4731 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:7196 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:4746 PricingModelCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4755 PricingTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4789 Product Product
: { awsMarketplaceProductId
?: string | null ; description
?: string | null ; displayName
?: string | null ; downgradePlan
?: Pick < Plan , "id" | "displayName" > ; id
: string ; metadata
?: Metadata | null } Type declaration Optional awsMarketplaceProductId?: string | null Optional description?: string | null Optional displayName?: string | null Optional downgradePlan?: Pick < Plan , "id" | "displayName" > id: string Optional metadata?: Metadata | null ProductCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4806 ProductFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4820 ProductFragment ProductFragment: { __typename?: "Product" ; additionalMetaData?: any | null ; awsMarketplaceProductId?: string | 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:8307 Type declaration Optional __typename?: "Product" Optional additionalMetaData?: any | null Optional awsMarketplaceProductId?: string | 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:4837 ProductSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4853 ProductStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4879 ProductUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4896 PromotionalEntitlement Promotional
Entitlement: { expiresAt?: Date ; feature: FullEntitlementFeature ; hasExpirationDate: boolean ; hasSoftLimit?: boolean | null ; hasUnlimitedUsage?: boolean | null ; isVisible: boolean ; status: PromotionalEntitlementStatus ; usageLimit: number } Type declaration Optional expiresAt?: Date hasExpirationDate: boolean Optional hasSoftLimit?: boolean | null Optional hasUnlimitedUsage?: boolean | null isVisible: boolean usageLimit: number PromotionalEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4912 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:7716 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:4922 PromotionalEntitlementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4970 PromotionalEntitlementStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:4991 PromotionalEntitlementUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5008 ProvisionCustomerFragment Provision
CustomerFragment: { __typename?: "ProvisionedCustomer" ; customer: { __typename?: "Customer" } & SlimCustomerFragment ; entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null ; entitlementsV2?: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] | null ; subscription?: ( { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment ) | null ; subscriptionDecisionStrategy: SubscriptionDecisionStrategy } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8876 Type declaration Optional __typename?: "ProvisionedCustomer" Optional entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null Optional entitlementsV2?: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] | null Optional subscription?: ( { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment ) | null ProvisionCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5040 ProvisionCustomerMutation Provision
CustomerMutation: { __typename?: "Mutation" ; provisionCustomer: { __typename?: "ProvisionedCustomer" } & ProvisionCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9238 ProvisionCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9235 ProvisionCustomerSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5075 ProvisionSandboxInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5108 ProvisionSubscription Type declaration Optional awaitPaymentConfirmation?: boolean Optional billingCountryCode?: string Optional billingId?: string customerId: string Optional id?: string Optional metadata?: Metadata | null Optional payingCustomerId?: string planId: string Optional promotionCode?: string Optional resourceId?: string Optional salesforceId?: string Optional skipTrial?: boolean Optional startDate?: Date Optional unitQuantity?: number ProvisionSubscriptionFragment Provision
SubscriptionFragment: { __typename?: "ProvisionSubscriptionResult" ; checkoutBillingId?: string | null ; checkoutUrl?: string | null ; entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null ; entitlementsV2?: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] | null ; status: ProvisionSubscriptionStatus ; subscription?: ( { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment ) | null } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8908 Type declaration Optional __typename?: "ProvisionSubscriptionResult" Optional checkoutBillingId?: string | null Optional checkoutUrl?: string | null Optional entitlements?: ( { __typename?: "Entitlement" } & EntitlementFragment ) [] | null Optional entitlementsV2?: ( ( { __typename?: "CreditEntitlement" } & EntitlementUnionFragment_CreditEntitlement_ ) | ( { __typename?: "FeatureEntitlement" } & EntitlementUnionFragment_FeatureEntitlement_ ) ) [] | null Optional subscription?: ( { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment ) | null ProvisionSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5151 ProvisionSubscriptionMutation Provision
SubscriptionMutation: { __typename?: "Mutation" ; provisionSubscription: { __typename?: "ProvisionSubscriptionResult" } & ProvisionSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9300 ProvisionSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9297 ProvisionSubscriptionResult Type declaration Optional checkoutUrl?: string | null PublishOfferInput Publish
OfferInput: { environmentId: Scalars [ "UUID" ] ; offerId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5201 RecalculateEntitlementsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5208 RecalculateEntitlementsSideEffectsOptionsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5219 RemoveBasePlanFromPlanInput Remove
BasePlanFromPlanInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5229 RemoveCompatibleAddonsFromPlanInput Remove
CompatibleAddonsFromPlanInput: { id: Scalars [ "UUID" ] ; relationIds: Scalars [ "UUID" ] [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5235 RemoveCouponFromCustomerInput Remove
CouponFromCustomerInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5241 RemoveExperimentFromCustomerInput Remove
ExperimentFromCustomerInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5247 RemoveExperimentFromCustomerSubscriptionInput Remove
ExperimentFromCustomerSubscriptionInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5253 RemoveFeatureGroupFromPackageInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5260 RemoveOfferDraftInput Remove
OfferDraftInput: { environmentId: Scalars [ "UUID" ] ; offerId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5269 ReportEntitlementCheckRequestedMutation ReportEntitlementCheckRequestedMutation: { __typename?: "Mutation" ; reportEntitlementCheckRequested: boolean }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9411 Type declaration Optional __typename?: "Mutation" reportEntitlementCheckRequested: boolean ReportEntitlementCheckRequestedMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9408 ReportEvent Report
Event: { customerId: string ; dimensions?: Record < string , EventDimensionValue > ; eventName: string ; idempotencyKey: string ; resourceId?: string ; timestamp?: Date } Type declaration customerId: string eventName: string idempotencyKey: string Optional resourceId?: string Optional timestamp?: Date ReportEventMutation ReportEventMutation: { __typename?: "Mutation" ; reportEvent?: string | null }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9404 Type declaration Optional __typename?: "Mutation" Optional reportEvent?: string | null ReportEventMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9401 ReportUsage Report
Usage: { createdAt?: Date ; customerId: string ; dimensions?: Record < string , EventDimensionValue > ; featureId: string ; resourceId?: string ; updateBehavior?: UsageUpdateBehavior ; value: number } Type declaration Optional createdAt?: Date customerId: string featureId: string Optional resourceId?: string value: number ReportUsageAck ReportUsageAck: { currentUsage?: number ; customerId: string ; featureId: string ; measurementId: string ; nextResetDate?: Date ; resourceId?: string ; usagePeriodEnd?: Date ; usagePeriodStart?: Date }
Type declaration Optional currentUsage?: number customerId: string featureId: string measurementId: string Optional nextResetDate?: Date Optional resourceId?: string Optional usagePeriodEnd?: Date Optional usagePeriodStart?: Date ReportUsageBaseInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5276 ReportUsageBulkInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5293 ReportUsageBulkMutation Report
UsageBulkMutation: { __typename?: "Mutation" ; reportUsageBulk: ( { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9395 Type declaration Optional __typename?: "Mutation" reportUsageBulk: ( { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment ) [] ReportUsageBulkMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9392 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:8925 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:5300 ReportUsageMutation Report
UsageMutation: { __typename?: "Mutation" ; reportUsage: { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9386 Type declaration Optional __typename?: "Mutation" reportUsage: { __typename?: "UsageMeasurementWithCurrentUsage" } & ReportUsageFragment ReportUsageMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9383 ResetPeriodConfigurationFragment ResetPeriodConfigurationFragment: ResetPeriodConfigurationFragment_MonthlyResetPeriodConfig_ | ResetPeriodConfigurationFragment_WeeklyResetPeriodConfig_ | ResetPeriodConfigurationFragment_YearlyResetPeriodConfig_
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8208 ResyncIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5319 RevokeApiKeyInput Revoke
ApiKeyInput: { id: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5330 RevokePromotionalEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5335 RevokePromotionalEntitlementMutation RevokePromotionalEntitlementMutation: { __typename?: "Mutation" ; revokePromotionalEntitlement: { __typename?: "PromotionalEntitlement" ; id: any } }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9290 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:9287 RevokePromotionalEntitlementsGroupInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5344 RevokePromotionalEntitlementsGroupMutation Revoke
PromotionalEntitlementsGroupMutation: { __typename?: "Mutation" ; revokePromotionalEntitlementsGroup: ( { __typename?: "PromotionalEntitlement" } & PromotionalEntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9501 RevokePromotionalEntitlementsGroupMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9498 RollbackPackageInput Rollback
PackageInput: { environmentId: Scalars [ "String" ] ; refId: Scalars [ "String" ] ; versionNumber: Scalars [ "Int" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5353 RotateApiKeyInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5362 SalesforceCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5369 SaveAutoRechargeSettingsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5374 SaveAutomaticRechargeConfigurationMutation Save
AutomaticRechargeConfigurationMutation: { __typename?: "Mutation" ; saveAutoRechargeSettings: { __typename?: "AutoRechargeSettingsDTO" } & AutoRechargeSettingsFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9546 SaveAutomaticRechargeConfigurationMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9543 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_RecurringCreditsChangeVariables_ | ScheduleVariablesFragment_UnitAmountChangeVariables_
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9010 Sdk Sdk
: ReturnType < typeof getSdk > Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10096 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:10028 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:5404 SetBasePlanOnPlanInput Set
BasePlanOnPlanInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5414 SetCompatibleAddonsOnPlanInput Set
CompatibleAddonsOnPlanInput: { id: Scalars [ "UUID" ] ; relationIds: Scalars [ "UUID" ] [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5420 SetCouponOnCustomerInput Set
CouponOnCustomerInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5426 SetDefaultOfferInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5433 SetExperimentOnCustomerInput Set
ExperimentOnCustomerInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5439 SetExperimentOnCustomerSubscriptionInput Set
ExperimentOnCustomerSubscriptionInput: { id: Scalars [ "UUID" ] ; relationId: Scalars [ "UUID" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5445 SetPackageGroupAddons Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5452 SetPlanCompatiblePackageGroup Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5461 SetPlanCompatiblePackageGroupOptions Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5468 SetPlanCompatiblePackageGroups Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5475 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:9107 Type declaration Optional __typename?: "SlimCustomCurrency" currencyId: string displayName: string Optional units?: { __typename?: "Units" ; plural: string ; singular: string } | null SlimCustomer Slim
Customer: { awsMarketplaceCustomerId?: string | null ; billingId?: string ; createdAt: Date ; email?: string ; id: string ; metadata?: Metadata | null ; name?: string ; updatedAt: Date } Type declaration Optional awsMarketplaceCustomerId?: string | null Optional billingId?: string createdAt: Date Optional email?: string id: string Optional metadata?: Metadata | null Optional name?: string updatedAt: Date SlimCustomerFragment SlimCustomerFragment: { __typename?: "Customer" ; additionalMetaData?: any | null ; awsMarketplaceCustomerId?: string | null ; billingId?: string | null ; createdAt?: any | null ; customerId: string ; email?: string | null ; id: any ; name?: string | null ; refId: string ; updatedAt: any }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7738 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:7504 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" ; additionalMetaData?: any | null ; addons?: { __typename?: "SubscriptionAddon" ; addon: { __typename?: "Addon" ; addonId: string } ; quantity: number } [] | null ; cancellationDate?: any | null ; currentBillingPeriodEnd?: any | null ; customer: { __typename?: "Customer" ; customerId: string ; email?: string | null } ; effectiveEndDate?: any | null ; endDate?: any | null ; payingCustomer?: { __typename?: "Customer" ; customerId: string ; email?: string | null } | null ; plan: { __typename?: "Plan" ; displayName: string ; planId: string } ; prices?: { __typename?: "SubscriptionPrice" ; billingModel?: BillingModel | null ; price?: { __typename?: "Price" ; billingPeriod: BillingPeriod ; price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null } | null } [] | null ; 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:7447 Type declaration Optional __typename?: "CustomerSubscription" Optional additionalMetaData?: any | null 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 ; email?: string | null } Optional __typename?: "Customer" customerId: string Optional email?: string | null Optional effectiveEndDate?: any | null Optional endDate?: any | null Optional payingCustomer?: { __typename?: "Customer" ; customerId: string ; email?: string | null } | null plan: { __typename?: "Plan" ; displayName: string ; planId: string } Optional __typename?: "Plan" displayName: string planId: string Optional prices?: { __typename?: "SubscriptionPrice" ; billingModel?: BillingModel | null ; price?: { __typename?: "Price" ; billingPeriod: BillingPeriod ; price?: { __typename?: "Money" ; amount: number ; currency: Currency } | null } | null } [] | null 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:5484 StartExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5520 StopExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5527 StringFieldComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5533 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:8395 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:5550 StripeCustomerSearchInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5561 StripeProductSearchInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5570 StripeSubscriptionSearchInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5579 SubscribedCustomersCountInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5586 Subscription Type declaration addonIds: string [] Optional billingId?: string Optional billingLinkUrl?: string Optional billingSyncError?: string customerId: string Optional effectiveEndDate?: Date Optional experimentInfo?: ExperimentInfo | null id: string Optional metadata?: Metadata | null planId: string SubscriptionAddon SubscriptionAddon: { addonId: string ; quantity?: number }
Type declaration addonId: string Optional quantity?: number SubscriptionAddonFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5594 SubscriptionAddonFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5604 SubscriptionAddonFilterPriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5633 SubscriptionAddonInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5644 SubscriptionAddonSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5648 SubscriptionBillingInfo Subscription
BillingInfo: { billingAddress?: BillingAddress ; chargeOnBehalfOfAccount?: string ; couponId?: string ; integrationId?: string ; isBackdated?: boolean ; isInvoicePaid?: boolean ; metadata?: Metadata | null ; prorationBehavior?: SubscriptionProrationBehavior ; taxPercentage?: number ; taxRateIds?: string [] } Type declaration Optional chargeOnBehalfOfAccount?: string Optional couponId?: string Optional integrationId?: string Optional isBackdated?: boolean Optional isInvoicePaid?: boolean Optional metadata?: Metadata | null Optional taxPercentage?: number Optional taxRateIds?: string [] SubscriptionCancelReasonFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5690 SubscriptionCancellationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5713 SubscriptionCouponConfigurationInput Subscription
CouponConfigurationInput: { startDate?: InputMaybe < Scalars [ "DateTime" ] > } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5733 SubscriptionCouponDiscountInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5738 SubscriptionCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5751 SubscriptionEntitlement Subscription
Entitlement: { featureId: string ; hasSoftLimit?: boolean ; hasUnlimitedUsage?: boolean ; monthlyResetPeriodConfiguration?: { accordingTo: MonthlyAccordingTo } ; resetPeriod?: EntitlementResetPeriod ; usageLimit?: number ; weeklyResetPeriodConfiguration?: { accordingTo: WeeklyAccordingTo } } Type declaration featureId: string Optional hasSoftLimit?: boolean Optional hasUnlimitedUsage?: boolean Optional monthlyResetPeriodConfiguration?: { accordingTo: MonthlyAccordingTo } Optional usageLimit?: number Optional weeklyResetPeriodConfiguration?: { accordingTo: WeeklyAccordingTo } SubscriptionEntitlementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5783 SubscriptionEntitlementFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5794 SubscriptionEntitlementFilterFeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5823 SubscriptionEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5838 SubscriptionEntitlementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5858 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:7646 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?: "RecurringCreditsChangeVariables" } & ScheduleVariablesFragment_RecurringCreditsChangeVariables_ ) | ( { __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:7593 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?: "RecurringCreditsChangeVariables" } & ScheduleVariablesFragment_RecurringCreditsChangeVariables_ ) | ( { __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:5870 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:7624 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:8067 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:5933 SubscriptionMigrationTaskFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5938 SubscriptionMigrationTaskSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5947 SubscriptionMinimumSpendValueInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5965 SubscriptionPreviewCredits Subscription
PreviewCredits: { initial: Money ; remaining: Money ; used: Money } SubscriptionPreviewDiscount Type declaration Optional durationInMonths?: number value: number SubscriptionPreviewFragment Subscription
PreviewFragment: { __typename?: "SubscriptionPreview" ; billingPeriodRange: { __typename?: "DateRange" ; end?: any | null ; start?: any | null } ; credits?: { __typename?: "SubscriptionPreviewCredits" ; initial: { __typename?: "Money" ; amount: number ; currency: Currency } ; remaining: { __typename?: "Money" ; amount: number ; currency: Currency } ; used: { __typename?: "Money" ; amount: number ; currency: Currency } } | null ; discount?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; name?: string | null ; type: DiscountType ; value: number } | null ; discountAmount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; hasScheduledUpdates?: boolean | null ; isPlanDowngrade?: boolean | null ; proration?: { __typename?: "SubscriptionPreviewProrations" ; credit: { __typename?: "Money" ; amount: number ; currency: Currency } ; debit: { __typename?: "Money" ; amount: number ; currency: Currency } ; netAmount: { __typename?: "Money" ; amount: number ; currency: Currency } ; prorationDate: any } | null ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; subscription?: { __typename?: "SubscriptionPricePreviewDTO" ; discount?: { __typename?: "SubscriptionPreviewDiscount" ; durationInMonths?: number | null ; durationType: DiscountDurationType ; name?: string | null ; type: DiscountType ; value: number } | null ; discountAmount?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; subTotal: { __typename?: "Money" ; amount: number ; currency: Currency } ; tax: { __typename?: "Money" ; amount: number ; currency: Currency } ; taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null ; total: { __typename?: "Money" ; amount: number ; currency: Currency } ; totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } } | null ; tax?: { __typename?: "Money" ; amount: number ; currency: Currency } | null ; taxDetails?: { __typename?: "SubscriptionPreviewTaxDetails" ; displayName: string ; inclusive: boolean ; percentage: number } | null ; total: { __typename?: "Money" ; amount: number ; currency: Currency } ; totalExcludingTax: { __typename?: "Money" ; amount: number ; currency: Currency } } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7803 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:7931 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:8051 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:5969 SubscriptionPriceFilterCustomerSubscriptionFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:5982 SubscriptionPriceFilterPriceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6011 SubscriptionPriceSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6022 SubscriptionQueryFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6045 SubscriptionQueryFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6066 SubscriptionQueryFilterCustomerResourceFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6086 SubscriptionQueryFilterPlanFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6093 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:7409 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:6110 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?: "RecurringCreditsChangeVariables" } & ScheduleVariablesFragment_RecurringCreditsChangeVariables_ ) | ( { __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:7562 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?: "RecurringCreditsChangeVariables" } & ScheduleVariablesFragment_RecurringCreditsChangeVariables_ ) | ( { __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:6182 SubscriptionTrialConfigurationFragment Subscription
TrialConfigurationFragment: { __typename?: "TrialConfiguration" ; trialEndBehavior: TrialEndBehavior } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7712 Type declaration Optional __typename?: "TrialConfiguration" SubscriptionUpdateScheduleCancellationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6198 SubscriptionUpdateUsageResetCutoffRuleInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6213 SyncTaxRatesInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6229 TaskStatusFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6248 TaskTypeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6283 TaxExempt TaxExempt: { type: string ; value: string }
Type declaration type: string value: string TestHookInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6307 TestWorkflowInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6316 TiersModeFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6338 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:7268 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:6354 TransferSubscriptionMutation Transfer
SubscriptionMutation: { __typename?: "Mutation" ; transferSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9456 Type declaration Optional __typename?: "Mutation" transferSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment TransferSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9453 TransferSubscriptionToResourceInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6360 TransferSubscriptionToResourceMutation Transfer
SubscriptionToResourceMutation: { __typename?: "Mutation" ; transferSubscriptionToResource: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9474 Type declaration Optional __typename?: "Mutation" transferSubscriptionToResource: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment TransferSubscriptionToResourceMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9471 TrialOverrideConfigurationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6375 TrialedPlan TrialedPlan: { planId: string ; productId: string }
Type declaration planId: string productId: string TriggerSubscriptionBillingMonthEndsSoonWebhookInput Trigger
SubscriptionBillingMonthEndsSoonWebhookInput: { subscriptionId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6387 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:6392 TriggerSubscriptionUsageSyncInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6401 TriggerWorkflowInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6410 TypographyConfigurationFragment Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8256 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:6419 UnArchiveFeatureGroupInput Un
ArchiveFeatureGroupInput: { environmentId: Scalars [ "UUID" ] ; featureGroupId: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6448 UnArchiveFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6455 UnArchivePlanInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6462 UnArchiveProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6469 UnarchiveCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6476 UnarchiveCustomerMutation Unarchive
CustomerMutation: { __typename?: "Mutation" ; unarchiveCustomer: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9447 Type declaration Optional __typename?: "Mutation" unarchiveCustomer: { __typename?: "Customer" } & SlimCustomerFragment UnarchiveCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9444 UnarchiveEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6483 UnitTransformationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6490 UnitsInput Units
Input: { plural: Scalars [ "String" ] ; singular: Scalars [ "String" ] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6508 UnlinkFeatureGroupFromPackageInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6515 UnlinkPromotionalEntitlementsGroupInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6524 UnlinkPromotionalEntitlementsGroupMutation Unlink
PromotionalEntitlementsGroupMutation: { __typename?: "Mutation" ; unlinkPromotionalEntitlementsGroup: ( { __typename?: "PromotionalEntitlement" } & PromotionalEntitlementFragment ) [] } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9510 UnlinkPromotionalEntitlementsGroupMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9507 UpdateAccountInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6533 UpdateApiKeyInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6552 UpdateCouponInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6563 UpdateCreditGrantInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6576 UpdateCustomCurrencyInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6595 UpdateCustomer Update
Customer: { awsMarketplaceCustomerId?: string ; billingId?: string ; billingInfo?: BillingInfo ; couponId?: string | null ; customerId: string ; email?: string ; integrationId?: string ; metadata?: Metadata | null ; name?: string ; salesforceId?: string ; shouldWaitSync?: boolean } Type declaration Optional awsMarketplaceCustomerId?: string Optional billingId?: string Optional billingInfo?: BillingInfo Optional couponId?: string | null customerId: string Optional email?: string Optional integrationId?: string Optional metadata?: Metadata | null Optional name?: string Optional salesforceId?: string Optional shouldWaitSync?: boolean UpdateCustomerInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6612 UpdateCustomerMutation Update
CustomerMutation: { __typename?: "Mutation" ; updateCustomer: { __typename?: "Customer" } & SlimCustomerFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9263 UpdateCustomerMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9260 UpdateExperimentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6641 UpdateFeatureInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6662 UpdateHook Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6684 UpdateIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6705 UpdateOfferInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6726 UpdateOneEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6738 UpdateOneHookInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6744 UpdateOneIntegrationInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6750 UpdateOnePackageEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6756 UpdateOneProductInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6762 UpdateOnePromotionalEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6768 UpdatePackageEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6775 UpdatePackageEntitlementOrderInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6784 UpdatePackageEntitlementOrderItemInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6793 UpdateStripeCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6800 UpdateSubscription Type declaration Optional awaitPaymentConfirmation?: boolean Optional metadata?: Metadata | null subscriptionId: string Optional trialEndDate?: Date Optional unitQuantity?: number UpdateSubscriptionEntitlementInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6805 UpdateSubscriptionInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6825 UpdateSubscriptionMutation Update
SubscriptionMutation: { __typename?: "Mutation" ; updateSubscription: { __typename?: "CustomerSubscription" } & SlimSubscriptionFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9325 UpdateSubscriptionMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9322 UpdateUserInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6851 UsageEventReportInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6858 UsageEventsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6873 UsageEventsReportInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6882 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:8824 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:6889 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:8854 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:6914 UsageMeasurementCreateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6938 UsageMeasurementFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6956 UsageMeasurementFilterCustomerFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6965 UsageMeasurementFilterFeatureFilter Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6985 UsageMeasurementSort Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6999 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:8209 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 UsageUpdatedV2PayloadFragment Usage
UpdatedV2PayloadFragment: { __typename?: "UsageUpdatedV2" ; customerId: string ; entitlementReference: { __typename?: "EntitlementReference" } & EntitlementReferenceFragment ; resourceId?: string | null ; usage: { __typename?: "UsageV2" } & UsageV2Fragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9224 Type declaration Optional __typename?: "UsageUpdatedV2" customerId: string entitlementReference: { __typename?: "EntitlementReference" } & EntitlementReferenceFragment Optional resourceId?: string | null usage: { __typename?: "UsageV2" } & UsageV2Fragment UsageV2Fragment UsageV2Fragment: { __typename?: "UsageV2" ; currentUsage: number ; usagePeriodEnd?: any | null ; usagePeriodStart?: any | null ; usageUpdatedAt: any }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9206 Type declaration Optional __typename?: "UsageV2" currentUsage: number Optional usagePeriodEnd?: any | null Optional usagePeriodStart?: any | null usageUpdatedAt: any UuidFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:6431 ValidateMergeEnvironmentInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7017 Type declaration destinationEnvironmentSlug: Scalars [ "String" ] sourceEnvironmentSlug: Scalars [ "String" ] VendorIdentifierFilterComparison Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7048 VoidCreditGrantInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7078 VoidCreditGrantMutation Void
CreditGrantMutation: { __typename?: "Mutation" ; voidCreditGrant: { __typename?: "CreditGrant" } & CreditGrantFragment } Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9528 Type declaration Optional __typename?: "Mutation" voidCreditGrant: { __typename?: "CreditGrant" } & CreditGrantFragment VoidCreditGrantMutationVariables Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9525 WeeklyResetPeriodConfigInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7102 WidgetConfigurationUpdateInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7107 WorkflowsLoginInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7124 YearlyResetPeriodConfigInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7134 ZuoraCheckoutCredentialsFragment ZuoraCheckoutCredentialsFragment: { __typename?: "ZuoraCheckoutCredentials" ; publishableKey: string }
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:8401 Type declaration Optional __typename?: "ZuoraCheckoutCredentials" publishableKey: string ZuoraCredentialsInput Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:7139 Variables Const AddonDependencyFragmentDoc AddonDependencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9890 Const AddonFragmentDoc AddonFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9891 Const ApplySubscriptionDocument ApplySubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9971 Const ApplySubscriptionFragmentDoc ApplySubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9947 Const ArchiveCustomerDocument ArchiveCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9986 Const AutoRechargeSettingsFragmentDoc AutoRechargeSettingsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9958 Const CancelSubscriptionDocument CancelSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9974 Const CancelSubscriptionUpdatesDocument CancelSubscriptionUpdatesDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9979 Const CheckoutConfigurationFragmentDoc CheckoutConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9925 Const CheckoutStateFragmentDoc CheckoutStateFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9928 Const CouponFragmentDoc CouponFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9879 Const CreateCouponDocument CreateCouponDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9997 Const CreatePaymentSessionDocument CreatePaymentSessionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9995 Const CreateSubscriptionDocument CreateSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9984 Const CreditBalanceFragmentDoc CreditBalanceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9953 Const CreditBalanceUpdatedPayloadFragmentDoc CreditBalanceUpdatedPayloadFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9913 Const CreditEntitlementFragmentDoc CreditEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9944 Const CreditGrantFragmentDoc CreditGrantFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9951 Const CreditGrantInvoiceFragmentDoc CreditGrantInvoiceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9950 Const CreditLedgerFragmentDoc CreditLedgerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9952 Const CreditUsageFragmentDoc CreditUsageFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9957 Const CreditsBalanceSummaryFragmentDoc CreditsBalanceSummaryFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9954 Const CustomerFragmentDoc CustomerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9881 Const CustomerPortalBillingInformationFragmentDoc CustomerPortalBillingInformationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9920 Const CustomerPortalConfigurationFragmentDoc CustomerPortalConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9923 Const CustomerPortalEntitlementFragmentDoc CustomerPortalEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9918 Const CustomerPortalFragmentDoc CustomerPortalFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9924 Const CustomerPortalPromotionalEntitlementFragmentDoc CustomerPortalPromotionalEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9919 Const CustomerPortalSubscriptionAddonFragmentDoc CustomerPortalSubscriptionAddonFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9915 Const CustomerPortalSubscriptionFragmentDoc CustomerPortalSubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9917 Const CustomerPortalSubscriptionPriceFragmentDoc CustomerPortalSubscriptionPriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9914 Const CustomerPortalSubscriptionScheduledUpdateDataFragmentDoc CustomerPortalSubscriptionScheduledUpdateDataFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9916 Const CustomerResourceFragmentDoc CustomerResourceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9883 Const CustomerStatisticsFragmentDoc CustomerStatisticsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9900 Const CustomerWithSubscriptionsFragmentDoc CustomerWithSubscriptionsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9899 Const DelegateSubscriptionToCustomerDocument DelegateSubscriptionToCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9989 Const DetachCustomerPaymentMethodDocument DetachCustomerPaymentMethodDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9967 Const EntitlementFragmentDoc EntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9908 Const EntitlementReferenceFragmentDoc EntitlementReferenceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9960 Const EntitlementUnionFragmentDoc EntitlementUnionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9945 Const EntitlementUsageUpdatedFragmentDoc EntitlementUsageUpdatedFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9911 Const EntitlementsUpdatedPayloadFragmentDoc EntitlementsUpdatedPayloadFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9909 Const EntitlementsUpdatedV2PayloadFragmentDoc EntitlementsUpdatedV2PayloadFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9959 Const EstimateSubscriptionDocument EstimateSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9975 Const EstimateSubscriptionUpdateDocument EstimateSubscriptionUpdateDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9976 Const FeatureEntitlementFragmentDoc FeatureEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9943 Const FeatureFragmentDoc FeatureFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9907 Const FontVariantFragmentDoc FontVariantFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9921 Const GetActiveSubscriptionsDocument GetActiveSubscriptionsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10001 Const GetActiveSubscriptionsListDocument GetActiveSubscriptionsListDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10002 Const GetAutomaticRechargeConfigurationDocument GetAutomaticRechargeConfigurationDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10021 Const GetCheckoutStateDocument GetCheckoutStateDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10013 Const GetCouponsDocument GetCouponsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10005 Const GetCreditBalanceDocument GetCreditBalanceDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10017 Const GetCreditGrantsDocument GetCreditGrantsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10018 Const GetCreditLedgerDocument GetCreditLedgerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10019 Const GetCreditUsageDocument GetCreditUsageDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10020 Const GetCustomerByIdDocument GetCustomerByIdDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9999 Const GetCustomerPortalByRefIdDocument GetCustomerPortalByRefIdDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10012 Const GetCustomerStatisticsDocument GetCustomerStatisticsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10000 Const GetEntitlementDocument GetEntitlementDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10009 Const GetEntitlementsDocument GetEntitlementsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10007 Const GetEntitlementsStateDocument GetEntitlementsStateDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10008 Const GetMockPaywallDocument GetMockPaywallDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10014 Const GetPaywallDocument GetPaywallDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10006 Const GetProductsDocument GetProductsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10010 Const GetSdkConfigurationDocument GetSdkConfigurationDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10011 Const GetSubscriptionDocument GetSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10004 Const GetSubscriptionsDocument GetSubscriptionsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10003 Const GetUsageHistoryDocument GetUsageHistoryDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10015 Const GetUsageHistoryV2Document GetUsageHistoryV2Document: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10016 Const GrantCreditsDocument GrantCreditsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9991 Const GrantPromotionalEntitlementsDocument GrantPromotionalEntitlementsDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9968 Const GrantPromotionalEntitlementsGroupDocument GrantPromotionalEntitlementsGroupDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9992 Const ImmediateSubscriptionPreviewInvoiceFragmentDoc ImmediateSubscriptionPreviewInvoiceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9902 Const ImportCustomerBulkDocument ImportCustomerBulkDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9964 Const ImportCustomerDocument ImportCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9965 Const ImportSubscriptionsBulkDocument ImportSubscriptionsBulkDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9972 Const LayoutConfigurationFragmentDoc LayoutConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9936 Const MigrateSubscriptionToLatestDocument MigrateSubscriptionToLatestDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9985 Const MockPaywallAddonDependencyFragmentDoc MockPaywallAddonDependencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9931 Const MockPaywallAddonFragmentDoc MockPaywallAddonFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9932 Const MockPaywallPackageEntitlementFragmentDoc MockPaywallPackageEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9929 Const MockPaywallPlanCompatiblePackageGroupsFragmentDoc MockPaywallPlanCompatiblePackageGroupsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9933 Const MockPaywallPlanFragmentDoc MockPaywallPlanFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9934 Const MockPaywallPriceFragmentDoc MockPaywallPriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9930 Const OnCreditBalanceUpdatedDocument OnCreditBalanceUpdatedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10027 Const OnEntitlementsUpdatedDocument OnEntitlementsUpdatedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10022 Const OnEntitlementsUpdatedV2Document OnEntitlementsUpdatedV2Document: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10023 Const OnPackagePublishedDocument OnPackagePublishedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10026 Const OnUsageUpdatedDocument OnUsageUpdatedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10024 Const OnUsageUpdatedV2Document OnUsageUpdatedV2Document: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:10025 Const OveragePriceFragmentDoc OveragePriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9889 Const PackageEntitlementFragmentDoc PackageEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9888 Const PackagePublishedPayloadFragmentDoc PackagePublishedPayloadFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9912 Const PageInfoFragmentDoc PageInfoFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9875 Const PaymentSessionFragmentDoc PaymentSessionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9955 Const PaywallCalculatedPricePointsFragmentDoc PaywallCalculatedPricePointsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9938 Const PaywallConfigurationFragmentDoc PaywallConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9937 Const PaywallCurrencyFragmentDoc PaywallCurrencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9935 Const PaywallFragmentDoc PaywallFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9939 Const PlanCompatiblePackageGroupsFragmentDoc PlanCompatiblePackageGroupsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9892 Const PlanFragmentDoc PlanFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9893 Const PreviewNextInvoiceDocument PreviewNextInvoiceDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9978 Const PreviewSubscriptionDocument PreviewSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9977 Const PriceFragmentDoc PriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9885 Const PriceTierFragmentDoc PriceTierFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9884 Const ProductFragmentDoc ProductFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9887 Const PromotionalEntitlementFragmentDoc PromotionalEntitlementFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9880 Const ProvisionCustomerDocument ProvisionCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9963 Const ProvisionCustomerFragmentDoc ProvisionCustomerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9946 Const ProvisionSubscriptionDocument ProvisionSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9970 Const ProvisionSubscriptionFragmentDoc ProvisionSubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9948 Const ReportEntitlementCheckRequestedDocument ReportEntitlementCheckRequestedDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9983 Const ReportEventDocument ReportEventDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9982 Const ReportUsageBulkDocument ReportUsageBulkDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9981 Const ReportUsageDocument ReportUsageDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9980 Const ReportUsageFragmentDoc ReportUsageFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9949 Const ResetPeriodConfigurationFragmentDoc ResetPeriodConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9906 Const RevokePromotionalEntitlementDocument RevokePromotionalEntitlementDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9969 Const RevokePromotionalEntitlementsGroupDocument RevokePromotionalEntitlementsGroupDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9993 Const SaveAutomaticRechargeConfigurationDocument SaveAutomaticRechargeConfigurationDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9998 Const ScheduleVariablesFragmentDoc ScheduleVariablesFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9894 Const SlimCustomCurrencyFragmentDoc SlimCustomCurrencyFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9956 Const SlimCustomerFragmentDoc SlimCustomerFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9878 Const SlimSubscriptionFragmentDoc SlimSubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9942 Const SlimSubscriptionFragmentV2FragmentDoc SlimSubscriptionFragmentV2FragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9877 Const StripeCheckoutCredentialsFragmentDoc StripeCheckoutCredentialsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9926 Const SubscriptionFragmentDoc SubscriptionFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9898 Const SubscriptionFutureUpdateDataFragmentDoc SubscriptionFutureUpdateDataFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9896 Const SubscriptionInvoiceFragmentDoc SubscriptionInvoiceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9882 Const SubscriptionInvoicePreviewFragmentDoc SubscriptionInvoicePreviewFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9905 Const SubscriptionPreviewFragmentDoc SubscriptionPreviewFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9901 Const SubscriptionPreviewInvoiceFragmentDoc SubscriptionPreviewInvoiceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9903 Const SubscriptionPreviewV2FragmentDoc SubscriptionPreviewV2FragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9904 Const SubscriptionQueryFragmentDoc SubscriptionQueryFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9876 Const SubscriptionScheduledUpdateDataFragmentDoc SubscriptionScheduledUpdateDataFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9895 Const SubscriptionTrialConfigurationFragmentDoc SubscriptionTrialConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9897 Const TotalPriceFragmentDoc TotalPriceFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9886 Const TransferSubscriptionDocument TransferSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9988 Const TransferSubscriptionToResourceDocument TransferSubscriptionToResourceDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9990 Const TypographyConfigurationFragmentDoc TypographyConfigurationFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9922 Const UnarchiveCustomerDocument UnarchiveCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9987 Const UnlinkPromotionalEntitlementsGroupDocument UnlinkPromotionalEntitlementsGroupDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9994 Const UpdateCustomerDocument UpdateCustomerDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9966 Const UpdateSubscriptionDocument UpdateSubscriptionDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9973 Const UsageHistoryFragmentDoc UsageHistoryFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9940 Const UsageHistoryV2FragmentDoc UsageHistoryV2FragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9941 Const UsageUpdatedFragmentDoc UsageUpdatedFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9910 Const UsageUpdatedV2PayloadFragmentDoc UsageUpdatedV2PayloadFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9962 Const UsageV2FragmentDoc UsageV2FragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9961 Const VoidCreditGrantDocument VoidCreditGrantDocument: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9996 Const ZuoraCheckoutCredentialsFragmentDoc ZuoraCheckoutCredentialsFragmentDoc: DocumentNode
Defined in node_modules/@stigg/api-client-js/src/generated/sdk.d.ts:9927
The id of the record.