@stigg/api-client-js 0.514.0 → 0.515.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
|
@@ -2938,7 +2938,7 @@ export declare type UsageEventReportInput = {
|
|
|
2938
2938
|
};
|
|
2939
2939
|
export declare type UsageEventsInput = {
|
|
2940
2940
|
environmentId: Scalars['String'];
|
|
2941
|
-
filters
|
|
2941
|
+
filters?: InputMaybe<Array<MeterFilterDefinitionInput>>;
|
|
2942
2942
|
};
|
|
2943
2943
|
export declare type UsageEventsReportInput = {
|
|
2944
2944
|
environmentId?: InputMaybe<Scalars['String']>;
|