Skip to content

Commit

Permalink
[OpenAPI] Spec updates for netlify-api (#579)
Browse files Browse the repository at this point in the history
Co-authored-by: SferaDev <[email protected]>
  • Loading branch information
SferaDev and SferaDev authored Dec 5, 2024
1 parent 4e146a9 commit f22345e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/71fohc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"netlify-api": minor
---

Bump version to 2.35.0
2 changes: 1 addition & 1 deletion packages/netlify-api/src/api/components.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Generated by @openapi-codegen
*
* @version 2.34.0
* @version 2.35.0
*/
import type * as Fetcher from './fetcher';
import { fetch, FetcherExtraProps } from './fetcher';
Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-api/src/api/parameters.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Generated by @openapi-codegen
*
* @version 2.34.0
* @version 2.35.0
*/
/**
* @format int32
Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-api/src/api/requestBodies.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Generated by @openapi-codegen
*
* @version 2.34.0
* @version 2.35.0
*/
export type UpdateSiteMetadataMetadata = Record<string, any>;

Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-api/src/api/responses.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Generated by @openapi-codegen
*
* @version 2.34.0
* @version 2.35.0
*/
export type Error = {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-api/src/api/schemas.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Generated by @openapi-codegen
*
* @version 2.34.0
* @version 2.35.0
*/
export type SplitTestSetup = {
branch_tests?: Record<string, any>;
Expand Down

0 comments on commit f22345e

Please sign in to comment.