mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: Update SCIMBulkOperationResponse to explicitly define optional properties
This commit is contained in:
@@ -637,11 +637,11 @@ export interface SCIMBulkOperation {
|
||||
*/
|
||||
export interface SCIMBulkOperationResponse {
|
||||
method: string;
|
||||
bulkId?: string;
|
||||
version?: string;
|
||||
location?: string;
|
||||
bulkId?: string | undefined;
|
||||
version?: string | undefined;
|
||||
location?: string | undefined;
|
||||
status: string;
|
||||
response?: JSONObject;
|
||||
response?: JSONObject | undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user