@stigg/api-client-js 5.84.0 → 5.87.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": "5.84.0",
3
+ "version": "5.87.1",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -2575,7 +2575,7 @@ export declare type EventLogFilter = {
2575
2575
  createdAt?: InputMaybe<EventLogCreatedAtFilterComparison>;
2576
2576
  entityId?: InputMaybe<EventLogEntityIdFilterComparison>;
2577
2577
  entityType?: InputMaybe<EventLogEntityTypeFilterComparison>;
2578
- environmentId: EventLogEnvironmentIdFilterComparison;
2578
+ environmentId?: InputMaybe<EventLogEnvironmentIdFilterComparison>;
2579
2579
  eventLogType?: InputMaybe<EventLogEventLogTypeFilterComparison>;
2580
2580
  id?: InputMaybe<EventLogIdFilterComparison>;
2581
2581
  or?: InputMaybe<Array<EventLogFilter>>;