diff --git a/airflow-core/src/airflow/api_fastapi/core_api/openapi/v2-rest-api-generated.yaml b/airflow-core/src/airflow/api_fastapi/core_api/openapi/v2-rest-api-generated.yaml index d32693bc8db0e..59ab6146c5cbd 100644 --- a/airflow-core/src/airflow/api_fastapi/core_api/openapi/v2-rest-api-generated.yaml +++ b/airflow-core/src/airflow/api_fastapi/core_api/openapi/v2-rest-api-generated.yaml @@ -5415,9 +5415,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Delete Task Instance + schema: {} '401': content: application/json: @@ -7767,9 +7765,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Reparse Dag File + schema: {} '401': content: application/json: diff --git a/airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts b/airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts index d0c15fc387ecf..4ead6f2369806 100644 --- a/airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts +++ b/airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts @@ -1914,7 +1914,7 @@ export const useBackfillServiceCancelBackfill = (options?: Omit(options?: Omit { @@ -3587,7 +3587,7 @@ export class DagParsingService { * Request re-parsing a DAG file. * @param data The data for the request. * @param data.fileToken - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static reparseDagFile(data: ReparseDagFileData): CancelablePromise { diff --git a/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts b/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts index e08a66b5da221..ed113c27ebed8 100644 --- a/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts +++ b/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts @@ -2613,7 +2613,7 @@ export type DeleteTaskInstanceData = { taskId: string; }; -export type DeleteTaskInstanceResponse = null; +export type DeleteTaskInstanceResponse = unknown; export type GetMappedTaskInstancesData = { dagId: string; @@ -3137,7 +3137,7 @@ export type ReparseDagFileData = { fileToken: string; }; -export type ReparseDagFileResponse = null; +export type ReparseDagFileResponse = unknown; export type GetDagVersionData = { dagId: string; @@ -4938,7 +4938,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Unauthorized */ @@ -6146,7 +6146,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 201: null; + 201: unknown; /** * Unauthorized */ diff --git a/providers/edge3/src/airflow/providers/edge3/openapi/v2-edge-generated.yaml b/providers/edge3/src/airflow/providers/edge3/openapi/v2-edge-generated.yaml index abfb61f1a54be..c88465279b645 100644 --- a/providers/edge3/src/airflow/providers/edge3/openapi/v2-edge-generated.yaml +++ b/providers/edge3/src/airflow/providers/edge3/openapi/v2-edge-generated.yaml @@ -142,9 +142,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response State + schema: {} '400': content: application/json: @@ -319,9 +317,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Push Logs + schema: {} '400': content: application/json: @@ -514,9 +510,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Update Queues + schema: {} '400': content: application/json: @@ -614,9 +608,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Request Worker Maintenance + schema: {} '422': description: Validation Error content: @@ -650,9 +642,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Update Worker Maintenance + schema: {} '422': description: Validation Error content: @@ -680,9 +670,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Exit Worker Maintenance + schema: {} '422': description: Validation Error content: @@ -711,9 +699,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Request Worker Shutdown + schema: {} '422': description: Validation Error content: @@ -742,9 +728,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Delete Worker + schema: {} '422': description: Validation Error content: @@ -779,9 +763,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Add Worker Queue + schema: {} '422': description: Validation Error content: @@ -815,9 +797,7 @@ paths: description: Successful Response content: application/json: - schema: - type: 'null' - title: Response Remove Worker Queue + schema: {} '422': description: Validation Error content: diff --git a/providers/edge3/src/airflow/providers/edge3/plugins/www/openapi-gen/requests/services.gen.ts b/providers/edge3/src/airflow/providers/edge3/plugins/www/openapi-gen/requests/services.gen.ts index 45fe4554830cf..5871630d1d436 100644 --- a/providers/edge3/src/airflow/providers/edge3/plugins/www/openapi-gen/requests/services.gen.ts +++ b/providers/edge3/src/airflow/providers/edge3/plugins/www/openapi-gen/requests/services.gen.ts @@ -47,7 +47,7 @@ export class JobsService { * @param data.mapIndex For dynamically mapped tasks the mapping number, -1 if the task is not mapped. * @param data.state State of the assigned task under execution. * @param data.authorization JWT Authorization Token - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static state(data: StateData): CancelablePromise { @@ -122,7 +122,7 @@ export class LogsService { * @param data.mapIndex For dynamically mapped tasks the mapping number, -1 if the task is not mapped. * @param data.authorization JWT Authorization Token * @param data.requestBody - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static pushLogs(data: PushLogsData): CancelablePromise { @@ -218,7 +218,7 @@ export class WorkerService { * @param data.workerName Hostname or instance name of the worker * @param data.authorization JWT Authorization Token * @param data.requestBody - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static updateQueues(data: UpdateQueuesData): CancelablePromise { @@ -292,7 +292,7 @@ export class UiService { * @param data The data for the request. * @param data.workerName * @param data.requestBody - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static requestWorkerMaintenance(data: RequestWorkerMaintenanceData): CancelablePromise { @@ -316,7 +316,7 @@ export class UiService { * @param data The data for the request. * @param data.workerName * @param data.requestBody - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static updateWorkerMaintenance(data: UpdateWorkerMaintenanceData): CancelablePromise { @@ -339,7 +339,7 @@ export class UiService { * Exit a worker from maintenance mode. * @param data The data for the request. * @param data.workerName - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static exitWorkerMaintenance(data: ExitWorkerMaintenanceData): CancelablePromise { @@ -360,7 +360,7 @@ export class UiService { * Request shutdown of a worker. * @param data The data for the request. * @param data.workerName - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static requestWorkerShutdown(data: RequestWorkerShutdownData): CancelablePromise { @@ -381,7 +381,7 @@ export class UiService { * Delete a worker record from the system. * @param data The data for the request. * @param data.workerName - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static deleteWorker(data: DeleteWorkerData): CancelablePromise { @@ -403,7 +403,7 @@ export class UiService { * @param data The data for the request. * @param data.workerName * @param data.queueName - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static addWorkerQueue(data: AddWorkerQueueData): CancelablePromise { @@ -426,7 +426,7 @@ export class UiService { * @param data The data for the request. * @param data.workerName * @param data.queueName - * @returns null Successful Response + * @returns unknown Successful Response * @throws ApiError */ public static removeWorkerQueue(data: RemoveWorkerQueueData): CancelablePromise { diff --git a/providers/edge3/src/airflow/providers/edge3/plugins/www/openapi-gen/requests/types.gen.ts b/providers/edge3/src/airflow/providers/edge3/plugins/www/openapi-gen/requests/types.gen.ts index 9630cebd4f8c1..483da4e148446 100644 --- a/providers/edge3/src/airflow/providers/edge3/plugins/www/openapi-gen/requests/types.gen.ts +++ b/providers/edge3/src/airflow/providers/edge3/plugins/www/openapi-gen/requests/types.gen.ts @@ -359,7 +359,7 @@ export type StateData = { tryNumber: number; }; -export type StateResponse = null; +export type StateResponse = unknown; export type LogfilePathData = { /** @@ -418,7 +418,7 @@ export type PushLogsData = { tryNumber: number; }; -export type PushLogsResponse = null; +export type PushLogsResponse = unknown; export type RegisterData = { /** @@ -460,7 +460,7 @@ export type UpdateQueuesData = { workerName: string; }; -export type UpdateQueuesResponse = null; +export type UpdateQueuesResponse = unknown; export type HealthResponse = { [key: string]: (string); @@ -475,46 +475,46 @@ export type RequestWorkerMaintenanceData = { workerName: string; }; -export type RequestWorkerMaintenanceResponse = null; +export type RequestWorkerMaintenanceResponse = unknown; export type UpdateWorkerMaintenanceData = { requestBody: MaintenanceRequest; workerName: string; }; -export type UpdateWorkerMaintenanceResponse = null; +export type UpdateWorkerMaintenanceResponse = unknown; export type ExitWorkerMaintenanceData = { workerName: string; }; -export type ExitWorkerMaintenanceResponse = null; +export type ExitWorkerMaintenanceResponse = unknown; export type RequestWorkerShutdownData = { workerName: string; }; -export type RequestWorkerShutdownResponse = null; +export type RequestWorkerShutdownResponse = unknown; export type DeleteWorkerData = { workerName: string; }; -export type DeleteWorkerResponse = null; +export type DeleteWorkerResponse = unknown; export type AddWorkerQueueData = { queueName: string; workerName: string; }; -export type AddWorkerQueueResponse = null; +export type AddWorkerQueueResponse = unknown; export type RemoveWorkerQueueData = { queueName: string; workerName: string; }; -export type RemoveWorkerQueueResponse = null; +export type RemoveWorkerQueueResponse = unknown; export type $OpenApiTs = { '/edge_worker/v1/jobs/fetch/{worker_name}': { @@ -547,7 +547,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Bad Request */ @@ -593,7 +593,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Bad Request */ @@ -660,7 +660,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Bad Request */ @@ -715,7 +715,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Validation Error */ @@ -728,7 +728,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Validation Error */ @@ -741,7 +741,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Validation Error */ @@ -756,7 +756,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Validation Error */ @@ -771,7 +771,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Validation Error */ @@ -786,7 +786,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Validation Error */ @@ -799,7 +799,7 @@ export type $OpenApiTs = { /** * Successful Response */ - 200: null; + 200: unknown; /** * Validation Error */ diff --git a/providers/edge3/www-hash.txt b/providers/edge3/www-hash.txt index 6f5bde151141f..b28aea1f88455 100644 --- a/providers/edge3/www-hash.txt +++ b/providers/edge3/www-hash.txt @@ -1 +1 @@ -41ace54d9bfb6778d965113c7358252f23276330baeb4d1ebfa4242f91bb6010 +382569154dafbbe782a0cf77cf393070e729314e73d5a93f6156a242fa0e530c