@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/api-client-js",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./src/index.d.ts",
@@ -3147,8 +3147,8 @@ export declare type EntitlementFragment = {
3147
3147
  hasUnlimitedUsage: boolean;
3148
3148
  currentUsage?: number | null;
3149
3149
  requestedUsage?: number | null;
3150
- entitlementUpdatedAt?: number | null;
3151
- usageUpdatedAt?: number | null;
3150
+ entitlementUpdatedAt?: any | null;
3151
+ usageUpdatedAt?: any | null;
3152
3152
  nextResetDate?: any | null;
3153
3153
  resetPeriod?: EntitlementResetPeriod | null;
3154
3154
  resetPeriodConfiguration?: ({