@zespan/sdk 1.3.0 → 1.3.1

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.mts CHANGED
@@ -71,6 +71,7 @@ interface Prompt {
71
71
  declare class PromptClient {
72
72
  private client;
73
73
  private cache;
74
+ private cacheIndex;
74
75
  private cacheTTL;
75
76
  constructor(client: ZespanClient);
76
77
  /**
package/dist/index.d.ts CHANGED
@@ -71,6 +71,7 @@ interface Prompt {
71
71
  declare class PromptClient {
72
72
  private client;
73
73
  private cache;
74
+ private cacheIndex;
74
75
  private cacheTTL;
75
76
  constructor(client: ZespanClient);
76
77
  /**