Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,780 changes: 1,743 additions & 1,037 deletions api/api.gen.go

Large diffs are not rendered by default.

2,504 changes: 1,512 additions & 992 deletions api/client/go/client.gen.go

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions api/client/javascript/src/client/apps.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { transformResponse } from './utils.js'
import type { RequestOptions } from './common.js'
import type {
AppBaseReplaceUpdate,
AppReplaceUpdate,
CreateStripeCheckoutSessionRequest,
operations,
paths,
Expand Down Expand Up @@ -66,7 +66,7 @@ export class Apps {
*/
public async update(
id: operations['updateApp']['parameters']['path']['id'],
body: AppBaseReplaceUpdate,
body: AppReplaceUpdate,
options?: RequestOptions
) {
const resp = await this.client.PUT('/api/v1/apps/{id}', {
Expand Down Expand Up @@ -102,7 +102,7 @@ export class Apps {
* Available apps from the OpenMeter Marketplace.
*/
export class AppMarketplace {
constructor(private client: Client<paths, `${string}/${string}`>) {}
constructor(private client: Client<paths, `${string}/${string}`>) { }

/**
* List available apps
Expand Down Expand Up @@ -210,7 +210,7 @@ export class AppMarketplace {
* Stripe App
*/
export class AppStripe {
constructor(private client: Client<paths, `${string}/${string}`>) {}
constructor(private client: Client<paths, `${string}/${string}`>) { }

/**
* Create a checkout session
Expand Down
Loading
Loading