# @flink-app/generic-request-plugin

## 1.0.0

### Minor Changes

-   Align minor version, from now all packages in monorepo will have same version

### Patch Changes

-   Updated dependencies
-   Updated dependencies [ee21c29]
-   Updated dependencies [5c2ff97]
    -   @flink-app/flink@1.0.0

## 0.14.3

### Patch Changes

-   Updated dependencies [52eba74]
-   Updated dependencies [b37faa5]
    -   @flink-app/flink@0.14.3

## 0.14.2

### Patch Changes

-   Updated dependencies [6d39832]
    -   @flink-app/flink@0.14.2

## 0.14.1

### Patch Changes

-   fix: restore compatibility between core framework and plugins after 0.14.0 release

## 0.13.7

### Patch Changes

-   Updated dependencies [7da5227]
-   Updated dependencies [8ad040f]
    -   @flink-app/flink@0.14.0

## 0.13.6

### Patch Changes

-   Updated dependencies
    -   @flink-app/flink@0.13.5

## 0.13.5

### Patch Changes

-   Add PATCH HTTP method support and fix schema generation for utility types

    -   Add PATCH HTTP method to HttpMethod enum and auto-detection from handler filenames
    -   Fix schema generation to support nested Partial types with indexed access (e.g., `Partial<Interface["property"]>`)
    -   Add recursive dependency resolution for interface copying in TypeScript compiler
    -   Add support for union and intersection types with utility type patterns
    -   Add test coverage for complex type scenarios (union, intersection, nested utility types)

-   Updated dependencies
    -   @flink-app/flink@0.13.4

## 0.13.4

### Patch Changes

-   Updated dependencies
    -   @flink-app/flink@0.13.3

## 0.13.3

### Patch Changes

-   Updated dependencies
    -   @flink-app/flink@0.13.2

## 0.13.2

### Patch Changes

-   Fixed invalid types and improve typescript error message during schema compilation
-   Updated dependencies
    -   @flink-app/flink@0.13.1

## 0.13.0

### Minor Changes

-   Migrate to pnpm and streamlines build process.

### Patch Changes

-   Updated dependencies
    -   @flink-app/flink@0.13.0
