@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 +1 -1
- package/src/generated/sdk.d.ts +1 -1
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -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
|
-
|
|
7074
|
+
includeInactiveSubscriptions?: InputMaybe<Scalars['Boolean']>;
|
|
7075
7075
|
/** Resource id */
|
|
7076
7076
|
resourceId?: InputMaybe<Scalars['String']>;
|
|
7077
7077
|
/** The start date of the range */
|