Skip to content

Commit

Permalink
Update OpenAPI schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kiln-bot committed Nov 5, 2024
1 parent b48aa69 commit 16dcf47
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions src/openapi/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10841,23 +10841,23 @@ export interface components {
* @description Block at which the unbonding was created
* @example 15000000
*/
creation_height?: number;
creation_height: number;
/**
* Format: date-time
* @description Exact time at which the unbonding will take effect
* @example 2023-01-10T01:12:34Z
*/
completion_time?: string;
completion_time: string;
/**
* @description Amount currently associated with the unbonding (slashes included)
* @example 129300
*/
balance?: string;
balance: string;
/**
* @description Amount expected at creation (slashes non-included)
* @example 150300
*/
initial_balance?: string;
initial_balance: string;
}[];
};
PostATOMStakesPayload: {
Expand Down Expand Up @@ -15437,23 +15437,23 @@ export interface components {
* @description Block at which the unbonding was created
* @example 15000000
*/
creation_height?: number;
creation_height: number;
/**
* Format: date-time
* @description Exact time at which the unbonding will take effect
* @example 2023-01-10T01:12:34Z
*/
completion_time?: string;
completion_time: string;
/**
* @description Amount currently associated with the unbonding (slashes included)
* @example 129300
*/
balance?: string;
balance: string;
/**
* @description Amount expected at creation (slashes non-included)
* @example 150300
*/
initial_balance?: string;
initial_balance: string;
}[];
};
PostOSMOStakesPayload: {
Expand Down Expand Up @@ -18488,23 +18488,23 @@ export interface components {
* @description Block at which the unbonding was created
* @example 15000000
*/
creation_height?: number;
creation_height: number;
/**
* Format: date-time
* @description Exact time at which the unbonding will take effect
* @example 2023-01-10T01:12:34Z
*/
completion_time?: string;
completion_time: string;
/**
* @description Amount currently associated with the unbonding (slashes included)
* @example 129300
*/
balance?: string;
balance: string;
/**
* @description Amount expected at creation (slashes non-included)
* @example 150300
*/
initial_balance?: string;
initial_balance: string;
}[];
};
PostDYDXStakesPayload: {
Expand Down Expand Up @@ -20191,23 +20191,23 @@ export interface components {
* @description Block at which the unbonding was created
* @example 15000000
*/
creation_height?: number;
creation_height: number;
/**
* Format: date-time
* @description Exact time at which the unbonding will take effect
* @example 2023-01-10T01:12:34Z
*/
completion_time?: string;
completion_time: string;
/**
* @description Amount currently associated with the unbonding (slashes included)
* @example 129300
*/
balance?: string;
balance: string;
/**
* @description Amount expected at creation (slashes non-included)
* @example 150300
*/
initial_balance?: string;
initial_balance: string;
}[];
};
PostTIAStakesPayload: {
Expand Down Expand Up @@ -21879,23 +21879,23 @@ export interface components {
* @description Block at which the unbonding was created
* @example 15000000
*/
creation_height?: number;
creation_height: number;
/**
* Format: date-time
* @description Exact time at which the unbonding will take effect
* @example 2023-01-10T01:12:34Z
*/
completion_time?: string;
completion_time: string;
/**
* @description Amount currently associated with the unbonding (slashes included)
* @example 129300
*/
balance?: string;
balance: string;
/**
* @description Amount expected at creation (slashes non-included)
* @example 150300
*/
initial_balance?: string;
initial_balance: string;
}[];
};
PostZETAStakesPayload: {
Expand Down Expand Up @@ -23560,23 +23560,23 @@ export interface components {
* @description Block at which the unbonding was created
* @example 15000000
*/
creation_height?: number;
creation_height: number;
/**
* Format: date-time
* @description Exact time at which the unbonding will take effect
* @example 2023-01-10T01:12:34Z
*/
completion_time?: string;
completion_time: string;
/**
* @description Amount currently associated with the unbonding (slashes included)
* @example 129300
*/
balance?: string;
balance: string;
/**
* @description Amount expected at creation (slashes non-included)
* @example 150300
*/
initial_balance?: string;
initial_balance: string;
}[];
};
PostKAVAStakesPayload: {
Expand Down Expand Up @@ -25229,23 +25229,23 @@ export interface components {
* @description Block at which the unbonding was created
* @example 15000000
*/
creation_height?: number;
creation_height: number;
/**
* Format: date-time
* @description Exact time at which the unbonding will take effect
* @example 2023-01-10T01:12:34Z
*/
completion_time?: string;
completion_time: string;
/**
* @description Amount currently associated with the unbonding (slashes included)
* @example 129300
*/
balance?: string;
balance: string;
/**
* @description Amount expected at creation (slashes non-included)
* @example 150300
*/
initial_balance?: string;
initial_balance: string;
}[];
};
PostFETStakesPayload: {
Expand Down Expand Up @@ -26929,23 +26929,23 @@ export interface components {
* @description Block at which the unbonding was created
* @example 15000000
*/
creation_height?: number;
creation_height: number;
/**
* Format: date-time
* @description Exact time at which the unbonding will take effect
* @example 2023-01-10T01:12:34Z
*/
completion_time?: string;
completion_time: string;
/**
* @description Amount currently associated with the unbonding (slashes included)
* @example 129300
*/
balance?: string;
balance: string;
/**
* @description Amount expected at creation (slashes non-included)
* @example 150300
*/
initial_balance?: string;
initial_balance: string;
}[];
};
PostINJStakesPayload: {
Expand Down

0 comments on commit 16dcf47

Please sign in to comment.