@stigg/js-client-sdk 0.24.0 → 0.25.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 +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1663,7 +1663,7 @@ export declare type GetCustomerByRefIdQuery = {
|
|
|
1663
1663
|
};
|
|
1664
1664
|
};
|
|
1665
1665
|
export declare type EntitlementFragment = {
|
|
1666
|
-
__typename?: '
|
|
1666
|
+
__typename?: 'Entitlement';
|
|
1667
1667
|
isGranted: boolean;
|
|
1668
1668
|
accessDeniedReason?: AccessDeniedReason | null | undefined;
|
|
1669
1669
|
customerId?: string | null | undefined;
|
|
@@ -1713,7 +1713,7 @@ export declare type GetEntitlementsQueryVariables = Exact<{
|
|
|
1713
1713
|
export declare type GetEntitlementsQuery = {
|
|
1714
1714
|
__typename?: 'Query';
|
|
1715
1715
|
entitlements: Array<{
|
|
1716
|
-
__typename?: '
|
|
1716
|
+
__typename?: 'Entitlement';
|
|
1717
1717
|
} & EntitlementFragment>;
|
|
1718
1718
|
};
|
|
1719
1719
|
export declare type PackageEntitlementFragment = {
|