@stigg/js-client-sdk 3.83.1 → 3.85.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +113 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +113 -3
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts +7 -1
- package/dist/src/models.d.ts +7 -1
- package/package.json +2 -2
package/dist/models.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BillingModel, BillingPeriod, Currency, PricingType, PromotionalEntitlementStatus, SubscriptionStatus, SubscriptionQueryFragment, TrialPeriodUnits, ExperimentGroupType, CustomerPortalEntitlementFragment, CustomerPortalPromotionalEntitlementFragment, CustomerPortalSubscriptionFragment, CustomerPortalSubscriptionAddonFragment, CustomerPortalBillingInformationFragment, PaywallConfigurationFragment, CustomerPortalConfigurationFragment, WidgetType, CustomerPortalSubscriptionScheduledUpdateDataFragment, DiscountType, DiscountDurationType, PackageEntitlementFragment, PageInfoFragment, PaywallCurrencyFragment, FeatureType, MeterType, EntitlementResetPeriod, AccessDeniedReason, PaywallCalculatedPricePointsFragment, SubscriptionInvoiceFragment, PaymentCollection, PlanFragment, BillingVendorIdentifier, TiersMode, SubscriptionFutureUpdateDataFragment, PriceTierFragment, TotalPriceFragment, CheckoutConfigurationFragment, TypographyConfigurationFragment, BillingAddress, ScheduleStrategy, PaymentCollectionMethod, BudgetConfigurationInput, SubscriptionProrationBehavior, PaymentSessionInput, CreditBalanceSummaryInput, StripeCheckoutCredentialsFragment, ZuoraCheckoutCredentialsFragment, GetCreditGrantsInput as GetCreditGrantsInputGenerated, CreditLedgerInput, CreditUsageInput, CreditGrantFragment, CreditLedgerFragment, EntitlementsStateAccessDeniedReason, AutoRechargeSettingsFragment, GetAutoRechargeSettingsInput, SaveAutoRechargeSettingsInput } from '@stigg/api-client-js/src/generated/sdk';
|
|
1
|
+
import { BillingModel, BillingPeriod, Currency, PricingType, PromotionalEntitlementStatus, SubscriptionStatus, SubscriptionQueryFragment, TrialPeriodUnits, ExperimentGroupType, CustomerPortalEntitlementFragment, CustomerPortalPromotionalEntitlementFragment, CustomerPortalSubscriptionFragment, CustomerPortalSubscriptionAddonFragment, CustomerPortalBillingInformationFragment, PaywallConfigurationFragment, CustomerPortalConfigurationFragment, WidgetType, CustomerPortalSubscriptionScheduledUpdateDataFragment, DiscountType, DiscountDurationType, PackageEntitlementFragment, PageInfoFragment, PaywallCurrencyFragment, FeatureType, MeterType, EntitlementResetPeriod, AccessDeniedReason, PaywallCalculatedPricePointsFragment, SubscriptionInvoiceFragment, PaymentCollection, PlanFragment, BillingVendorIdentifier, TiersMode, SubscriptionFutureUpdateDataFragment, PriceTierFragment, TotalPriceFragment, CheckoutConfigurationFragment, TypographyConfigurationFragment, BillingAddress, ScheduleStrategy, PaymentCollectionMethod, BudgetConfigurationInput, SubscriptionProrationBehavior, PaymentSessionInput, CreditBalanceSummaryInput, StripeCheckoutCredentialsFragment, ZuoraCheckoutCredentialsFragment, GetCreditGrantsInput as GetCreditGrantsInputGenerated, CreditLedgerInput, CreditUsageInput, CreditGrantFragment, CreditLedgerFragment, EntitlementsStateAccessDeniedReason, AutoRechargeSettingsFragment, GetAutoRechargeSettingsInput, SaveAutoRechargeSettingsInput, PackageEntitlementUnionFragment } from '@stigg/api-client-js/src/generated/sdk';
|
|
2
2
|
export * from '@stigg/api-client-js/src/generated/sdk';
|
|
3
3
|
interface Metadata {
|
|
4
4
|
[key: string]: string;
|
|
@@ -150,8 +150,12 @@ export declare type Plan = {
|
|
|
150
150
|
billingId?: string | null;
|
|
151
151
|
order: number;
|
|
152
152
|
basePlan?: BasePlan;
|
|
153
|
+
/** @deprecated Use {@link packageEntitlements} instead to retrieve both feature and credit entitlements. */
|
|
153
154
|
entitlements: PackageEntitlement[];
|
|
155
|
+
/** @deprecated Use {@link inheritedPackageEntitlements} instead to retrieve both feature and credit entitlements. */
|
|
154
156
|
inheritedEntitlements: PackageEntitlement[];
|
|
157
|
+
packageEntitlements?: PackageEntitlementUnionFragment[] | null;
|
|
158
|
+
inheritedPackageEntitlements?: PackageEntitlementUnionFragment[] | null;
|
|
155
159
|
pricePoints: Price[];
|
|
156
160
|
pricingType?: PricingType | null;
|
|
157
161
|
defaultTrialConfig?: DefaultTrialConfig | null;
|
|
@@ -342,7 +346,9 @@ export declare type Addon = {
|
|
|
342
346
|
displayName: string;
|
|
343
347
|
description: string;
|
|
344
348
|
billingId?: string | null;
|
|
349
|
+
/** @deprecated Use {@link packageEntitlements} instead to retrieve both feature and credit entitlements. */
|
|
345
350
|
entitlements: PackageEntitlement[];
|
|
351
|
+
packageEntitlements?: PackageEntitlementUnionFragment[] | null;
|
|
346
352
|
pricePoints: Price[];
|
|
347
353
|
pricingType?: PricingType | null;
|
|
348
354
|
dependencies?: DependencyAddon[];
|
package/dist/src/models.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BillingModel, BillingPeriod, Currency, PricingType, PromotionalEntitlementStatus, SubscriptionStatus, SubscriptionQueryFragment, TrialPeriodUnits, ExperimentGroupType, CustomerPortalEntitlementFragment, CustomerPortalPromotionalEntitlementFragment, CustomerPortalSubscriptionFragment, CustomerPortalSubscriptionAddonFragment, CustomerPortalBillingInformationFragment, PaywallConfigurationFragment, CustomerPortalConfigurationFragment, WidgetType, CustomerPortalSubscriptionScheduledUpdateDataFragment, DiscountType, DiscountDurationType, PackageEntitlementFragment, PageInfoFragment, PaywallCurrencyFragment, FeatureType, MeterType, EntitlementResetPeriod, AccessDeniedReason, PaywallCalculatedPricePointsFragment, SubscriptionInvoiceFragment, PaymentCollection, PlanFragment, BillingVendorIdentifier, TiersMode, SubscriptionFutureUpdateDataFragment, PriceTierFragment, TotalPriceFragment, CheckoutConfigurationFragment, TypographyConfigurationFragment, BillingAddress, ScheduleStrategy, PaymentCollectionMethod, BudgetConfigurationInput, SubscriptionProrationBehavior, PaymentSessionInput, CreditBalanceSummaryInput, StripeCheckoutCredentialsFragment, ZuoraCheckoutCredentialsFragment, GetCreditGrantsInput as GetCreditGrantsInputGenerated, CreditLedgerInput, CreditUsageInput, CreditGrantFragment, CreditLedgerFragment, EntitlementsStateAccessDeniedReason, AutoRechargeSettingsFragment, GetAutoRechargeSettingsInput, SaveAutoRechargeSettingsInput } from '@stigg/api-client-js/src/generated/sdk';
|
|
1
|
+
import { BillingModel, BillingPeriod, Currency, PricingType, PromotionalEntitlementStatus, SubscriptionStatus, SubscriptionQueryFragment, TrialPeriodUnits, ExperimentGroupType, CustomerPortalEntitlementFragment, CustomerPortalPromotionalEntitlementFragment, CustomerPortalSubscriptionFragment, CustomerPortalSubscriptionAddonFragment, CustomerPortalBillingInformationFragment, PaywallConfigurationFragment, CustomerPortalConfigurationFragment, WidgetType, CustomerPortalSubscriptionScheduledUpdateDataFragment, DiscountType, DiscountDurationType, PackageEntitlementFragment, PageInfoFragment, PaywallCurrencyFragment, FeatureType, MeterType, EntitlementResetPeriod, AccessDeniedReason, PaywallCalculatedPricePointsFragment, SubscriptionInvoiceFragment, PaymentCollection, PlanFragment, BillingVendorIdentifier, TiersMode, SubscriptionFutureUpdateDataFragment, PriceTierFragment, TotalPriceFragment, CheckoutConfigurationFragment, TypographyConfigurationFragment, BillingAddress, ScheduleStrategy, PaymentCollectionMethod, BudgetConfigurationInput, SubscriptionProrationBehavior, PaymentSessionInput, CreditBalanceSummaryInput, StripeCheckoutCredentialsFragment, ZuoraCheckoutCredentialsFragment, GetCreditGrantsInput as GetCreditGrantsInputGenerated, CreditLedgerInput, CreditUsageInput, CreditGrantFragment, CreditLedgerFragment, EntitlementsStateAccessDeniedReason, AutoRechargeSettingsFragment, GetAutoRechargeSettingsInput, SaveAutoRechargeSettingsInput, PackageEntitlementUnionFragment } from '@stigg/api-client-js/src/generated/sdk';
|
|
2
2
|
export * from '@stigg/api-client-js/src/generated/sdk';
|
|
3
3
|
interface Metadata {
|
|
4
4
|
[key: string]: string;
|
|
@@ -150,8 +150,12 @@ export declare type Plan = {
|
|
|
150
150
|
billingId?: string | null;
|
|
151
151
|
order: number;
|
|
152
152
|
basePlan?: BasePlan;
|
|
153
|
+
/** @deprecated Use {@link packageEntitlements} instead to retrieve both feature and credit entitlements. */
|
|
153
154
|
entitlements: PackageEntitlement[];
|
|
155
|
+
/** @deprecated Use {@link inheritedPackageEntitlements} instead to retrieve both feature and credit entitlements. */
|
|
154
156
|
inheritedEntitlements: PackageEntitlement[];
|
|
157
|
+
packageEntitlements?: PackageEntitlementUnionFragment[] | null;
|
|
158
|
+
inheritedPackageEntitlements?: PackageEntitlementUnionFragment[] | null;
|
|
155
159
|
pricePoints: Price[];
|
|
156
160
|
pricingType?: PricingType | null;
|
|
157
161
|
defaultTrialConfig?: DefaultTrialConfig | null;
|
|
@@ -342,7 +346,9 @@ export declare type Addon = {
|
|
|
342
346
|
displayName: string;
|
|
343
347
|
description: string;
|
|
344
348
|
billingId?: string | null;
|
|
349
|
+
/** @deprecated Use {@link packageEntitlements} instead to retrieve both feature and credit entitlements. */
|
|
345
350
|
entitlements: PackageEntitlement[];
|
|
351
|
+
packageEntitlements?: PackageEntitlementUnionFragment[] | null;
|
|
346
352
|
pricePoints: Price[];
|
|
347
353
|
pricingType?: PricingType | null;
|
|
348
354
|
dependencies?: DependencyAddon[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stigg/js-client-sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.85.0",
|
|
4
4
|
"description": "Stigg client-side SDK for Browser",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@apollo/client": "^3.4.17",
|
|
39
39
|
"@sentry/browser": "^7.11.1",
|
|
40
|
-
"@stigg/api-client-js": "5.
|
|
40
|
+
"@stigg/api-client-js": "5.225.0",
|
|
41
41
|
"cross-fetch": "^3.1.6",
|
|
42
42
|
"dayjs": "^1.11.13",
|
|
43
43
|
"fetch-retry": "^5.0.6",
|