Skip to content

Commit

Permalink
Update OpenAPI schema (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: Kiln Bot <[email protected]>
  • Loading branch information
2 people authored and LeTamanoir committed Nov 6, 2024
1 parent 93bcd5f commit e8c88e6
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 @@ -10801,23 +10801,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 @@ -15397,23 +15397,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 @@ -18448,23 +18448,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 @@ -20151,23 +20151,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 @@ -21839,23 +21839,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 @@ -23520,23 +23520,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 @@ -25189,23 +25189,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 @@ -26889,23 +26889,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 e8c88e6

Please sign in to comment.