@stigg/js-client-sdk 0.53.0 → 0.54.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/api/generated/types.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1305,6 +1305,7 @@ export declare enum PackageEntitlementSortFields {
|
|
|
1305
1305
|
}
|
|
1306
1306
|
export declare type PackageEntitlementUpdateInput = {
|
|
1307
1307
|
description?: InputMaybe<Scalars['String']>;
|
|
1308
|
+
displayNameOverride?: InputMaybe<Scalars['String']>;
|
|
1308
1309
|
hasUnlimitedUsage?: InputMaybe<Scalars['Boolean']>;
|
|
1309
1310
|
hiddenFromWidgets?: InputMaybe<Array<WidgetType>>;
|
|
1310
1311
|
monthlyResetPeriodConfiguration?: InputMaybe<MonthlyResetPeriodConfigInput>;
|
|
@@ -2805,6 +2806,7 @@ export declare type PaywallPackageEntitlementFragment = {
|
|
|
2805
2806
|
hasUnlimitedUsage: boolean;
|
|
2806
2807
|
resetPeriod?: EntitlementResetPeriod | null | undefined;
|
|
2807
2808
|
hiddenFromWidgets?: Array<WidgetType> | null | undefined;
|
|
2809
|
+
displayNameOverride?: string | null | undefined;
|
|
2808
2810
|
feature?: {
|
|
2809
2811
|
__typename?: 'EntitlementFeature';
|
|
2810
2812
|
featureType: FeatureType;
|
|
@@ -2904,6 +2906,7 @@ export declare type PackageEntitlementFragment = {
|
|
|
2904
2906
|
featureId: string;
|
|
2905
2907
|
resetPeriod?: EntitlementResetPeriod | null | undefined;
|
|
2906
2908
|
hiddenFromWidgets?: Array<WidgetType> | null | undefined;
|
|
2909
|
+
displayNameOverride?: string | null | undefined;
|
|
2907
2910
|
feature: {
|
|
2908
2911
|
__typename?: 'Feature';
|
|
2909
2912
|
featureType: FeatureType;
|