@wspc/cli 0.0.11 → 0.0.12

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
@@ -584,9 +584,9 @@ interface TDataShape {
584
584
  type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;
585
585
  type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown, TResponseStyle extends ResponseStyle = 'fields'> = OmitKeys<RequestOptions<TResponse, TResponseStyle, ThrowOnError>, 'body' | 'path' | 'query' | 'url'> & ([TData] extends [never] ? unknown : Omit<TData, 'url'>);
586
586
 
587
- declare const VERSION = "0.0.11";
588
- declare const SPEC_SHA = "5ae5d422";
589
- declare const SPEC_FETCHED_AT = "2026-06-09T04:35:08.355Z";
587
+ declare const VERSION = "0.0.12";
588
+ declare const SPEC_SHA = "869ea6a3";
589
+ declare const SPEC_FETCHED_AT = "2026-06-09T06:41:08.172Z";
590
590
  declare const API_BASE = "https://api.wspc.ai";
591
591
 
592
592
  type WspcClientOptions = {
package/dist/index.js CHANGED
@@ -902,9 +902,9 @@ var todoUpdate = (options) => (options.client ?? client).patch({
902
902
  });
903
903
 
904
904
  // src/version.ts
905
- var VERSION = "0.0.11";
906
- var SPEC_SHA = "5ae5d422";
907
- var SPEC_FETCHED_AT = "2026-06-09T04:35:08.355Z";
905
+ var VERSION = "0.0.12";
906
+ var SPEC_SHA = "869ea6a3";
907
+ var SPEC_FETCHED_AT = "2026-06-09T06:41:08.172Z";
908
908
  var API_BASE = "https://api.wspc.ai";
909
909
 
910
910
  // src/index.ts