Skip to content

Commit

Permalink
chore(api): generate node client (#971)
Browse files Browse the repository at this point in the history
Co-authored-by: GAlexIHU <[email protected]>
  • Loading branch information
openmeterbot and GAlexIHU authored Jun 5, 2024
1 parent 4192784 commit ae83f4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/client/node/schemas/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ export interface components {
/**
* Format: date-time
* @description The time to reset the ledger. It cannot be in the future.
* The value will be floored to metering windowSize (minute).
*
* @example 2023-01-01T00:00:00Z
*/
Expand Down Expand Up @@ -643,7 +644,7 @@ export interface components {
priority?: number
/**
* Format: date-time
* @description The effective date.
* @description The effective time. Provided value will be ceiled to metering windowSize (minute).
*
* @example 2023-01-01T00:00:00Z
*/
Expand Down

0 comments on commit ae83f4e

Please sign in to comment.