@stigg/api-client-js 0.3.0 → 0.3.1
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/package.json +1 -1
- package/src/generated/sdk.d.ts +2 -2
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -3147,8 +3147,8 @@ export declare type EntitlementFragment = {
|
|
|
3147
3147
|
hasUnlimitedUsage: boolean;
|
|
3148
3148
|
currentUsage?: number | null;
|
|
3149
3149
|
requestedUsage?: number | null;
|
|
3150
|
-
entitlementUpdatedAt?:
|
|
3151
|
-
usageUpdatedAt?:
|
|
3150
|
+
entitlementUpdatedAt?: any | null;
|
|
3151
|
+
usageUpdatedAt?: any | null;
|
|
3152
3152
|
nextResetDate?: any | null;
|
|
3153
3153
|
resetPeriod?: EntitlementResetPeriod | null;
|
|
3154
3154
|
resetPeriodConfiguration?: ({
|