@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/api-client-js",
3
- "version": "0.514.0",
3
+ "version": "0.515.3",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "graphql": "^15.6.1",
@@ -2938,7 +2938,7 @@ export declare type UsageEventReportInput = {
2938
2938
  };
2939
2939
  export declare type UsageEventsInput = {
2940
2940
  environmentId: Scalars['String'];
2941
- filters: Array<MeterFilterDefinitionInput>;
2941
+ filters?: InputMaybe<Array<MeterFilterDefinitionInput>>;
2942
2942
  };
2943
2943
  export declare type UsageEventsReportInput = {
2944
2944
  environmentId?: InputMaybe<Scalars['String']>;