@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 +1 -1
- package/src/generated/sdk.d.ts +1 -1
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -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
|
|
2578
|
+
environmentId?: InputMaybe<EventLogEnvironmentIdFilterComparison>;
|
|
2579
2579
|
eventLogType?: InputMaybe<EventLogEventLogTypeFilterComparison>;
|
|
2580
2580
|
id?: InputMaybe<EventLogIdFilterComparison>;
|
|
2581
2581
|
or?: InputMaybe<Array<EventLogFilter>>;
|