Skip to content

Commit 55cf7fb

Browse files
authored
fix(dedibox): change ip_id from string to uint64 (#1311)
1 parent b1c8659 commit 55cf7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/dedibox/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export interface OfferStorageInfo {
331331

332332
export interface IP {
333333
/** ID of the IP. */
334-
ipId: string
334+
ipId: number
335335
/** Address of the IP. */
336336
address: string
337337
/** Reverse IP value. */

0 commit comments

Comments
 (0)