@stigg/api-client-js 5.287.1 → 6.2.3

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": "5.287.1",
3
+ "version": "6.2.3",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -7071,7 +7071,7 @@ export declare type UsageHistoryV2Input = {
7071
7071
  /** Criteria by which to group the usage history */
7072
7072
  groupBy?: InputMaybe<Array<Scalars['String']>>;
7073
7073
  /** When true, includes usage data from the most recent cancelled or expired subscription */
7074
- includeHistoricalUsage?: InputMaybe<Scalars['Boolean']>;
7074
+ includeInactiveSubscriptions?: InputMaybe<Scalars['Boolean']>;
7075
7075
  /** Resource id */
7076
7076
  resourceId?: InputMaybe<Scalars['String']>;
7077
7077
  /** The start date of the range */