@ocxp/client 0.2.3 → 0.2.4

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.cts CHANGED
@@ -5720,7 +5720,7 @@ declare class OCXPClient {
5720
5720
  */
5721
5721
  downloadRepository(repoUrl: string, branch?: string, options?: {
5722
5722
  mode?: string;
5723
- repo_type?: 'code' | 'docs' | 'auto';
5723
+ repo_type?: 'code' | 'docs' | 'auto' | 'prototype';
5724
5724
  path?: string;
5725
5725
  }): Promise<RepoDownloadResponse>;
5726
5726
  /**
package/dist/index.d.ts CHANGED
@@ -5720,7 +5720,7 @@ declare class OCXPClient {
5720
5720
  */
5721
5721
  downloadRepository(repoUrl: string, branch?: string, options?: {
5722
5722
  mode?: string;
5723
- repo_type?: 'code' | 'docs' | 'auto';
5723
+ repo_type?: 'code' | 'docs' | 'auto' | 'prototype';
5724
5724
  path?: string;
5725
5725
  }): Promise<RepoDownloadResponse>;
5726
5726
  /**