@scaffoldly/rowdy 0.1.0-beta.20251121155725.54f351f → 0.1.0-beta.20251121194957.5294bdd

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -304,6 +304,8 @@ declare class Rowdy implements IApi {
304
304
  static readonly PATHS: {
305
305
  CRI: string;
306
306
  VERSION: string;
307
+ HEALTH: string;
308
+ PING: string;
307
309
  };
308
310
  readonly http: AxiosInstance;
309
311
  private _images;