Skip to content

Commit

Permalink
chore: release api sdk (#2925)
Browse files Browse the repository at this point in the history
* chore: release api sdk

* chore: run build
  • Loading branch information
chronark authored Feb 27, 2025
1 parent 95a7be1 commit 8b69b15
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 881 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-phones-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"api": minor
---

feat: return requestId
6 changes: 4 additions & 2 deletions packages/api/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ export interface components {
[key: string]: unknown;
};
};
/** @description A unique id for this request, please provide it to Unkey support to help us debug your issue. */
requestId: string;
};
/** @description A query for which permissions you require */
PermissionQuery: OneOf<
Expand Down Expand Up @@ -3657,7 +3659,7 @@ export interface operations {
* @description Explain what this permission does. This is just for your team, your users will not see this.
* @example record.write can create new dns records for our domains.
*/
description?: string;
description?: string | "";
};
};
};
Expand Down Expand Up @@ -3959,7 +3961,7 @@ export interface operations {
* @description Explain what this role does. This is just for your team, your users will not see this.
* @example dns.records.manager can read and write dns records for our domains.
*/
description?: string;
description?: string | "";
};
};
};
Expand Down
Loading

0 comments on commit 8b69b15

Please sign in to comment.