Skip to content

Commit 33c4c43

Browse files
authored
Bump api to latest main (no typed uuids) (#2895)
bump api to latest main (no typed uuids)
1 parent 2e4109a commit 33c4c43

File tree

5 files changed

+19
-30
lines changed

5 files changed

+19
-30
lines changed

OMICRON_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c52ed36e07d70b6f968c177b27f606d9a91ca279
1+
9577096abb2801be1280c46b323a501ba819b006

app/api/__generated__/Api.ts

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/api/__generated__/OMICRON_VERSION

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/api/__generated__/validate.ts

Lines changed: 6 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mock-api/affinity-group.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright Oxide Computer Company
77
*/
88

9-
import type { AffinityGroup, AntiAffinityGroup, TypedUuidForInstanceKind } from '@oxide/api'
9+
import type { AffinityGroup, AntiAffinityGroup } from '@oxide/api'
1010

1111
import { instance, instanceDb2, startingInstance } from './instance'
1212
import type { Json } from './json-type'
@@ -51,7 +51,7 @@ export const affinityGroups: Json<AffinityGroup>[] = [
5151

5252
type DbAffinityGroupMember = {
5353
affinity_group_id: string
54-
affinity_group_member: { type: 'instance'; id: TypedUuidForInstanceKind }
54+
affinity_group_member: { type: 'instance'; id: string }
5555
}
5656

5757
export const affinityGroupMemberLists: DbAffinityGroupMember[] = [

0 commit comments

Comments
 (0)