casedev 0.56.0 → 0.57.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.57.0 (2026-04-24)
4
+
5
+ Full Changelog: [v0.56.0...v0.57.0](https://github.com/CaseMark/casedev-typescript/compare/v0.56.0...v0.57.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([db2822e](https://github.com/CaseMark/casedev-typescript/commit/db2822ed6468597a11c699ae69b01d8787da2c55))
10
+
3
11
  ## 0.56.0 (2026-04-24)
4
12
 
5
13
  Full Changelog: [v0.55.0...v0.56.0](https://github.com/CaseMark/casedev-typescript/compare/v0.55.0...v0.56.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casedev",
3
- "version": "0.56.0",
3
+ "version": "0.57.0",
4
4
  "description": "The official TypeScript library for the Casedev API",
5
5
  "author": "Casedev <support@casemark.com>",
6
6
  "types": "./index.d.ts",
@@ -584,13 +584,13 @@ export interface VaultCreateParams {
584
584
  */
585
585
  description?: string;
586
586
  /**
587
- * Optional embedding model for this vault. Defaults to
588
- * openai/text-embedding-3-small. Determines the S3 Vectors index dimension and
589
- * which model is used at both ingest and search time. The vault is locked to this
590
- * model after creation — use a re-embed flow to change later. Ignored when
591
- * enableIndexing is false. Note: `casemark/llama-nemotron-embed-vl-1b-v2` is a
592
- * deprecated alias for `casemark/embed-v1` (retained for SDK backward
593
- * compatibility); new integrations should use `casemark/embed-v1` directly.
587
+ * Optional embedding model for this vault. Defaults to casemark/embed-v1.
588
+ * Determines the S3 Vectors index dimension and which model is used at both ingest
589
+ * and search time. The vault is locked to this model after creation — use a
590
+ * re-embed flow to change later. Ignored when enableIndexing is false. Note:
591
+ * `casemark/llama-nemotron-embed-vl-1b-v2` is a deprecated alias for
592
+ * `casemark/embed-v1` (retained for SDK backward compatibility); new integrations
593
+ * should use `casemark/embed-v1` directly.
594
594
  */
595
595
  embeddingModel?: 'openai/text-embedding-3-small' | 'openai/text-embedding-3-large' | 'voyage/voyage-3.5' | 'voyage/voyage-law-2' | 'cohere/embed-v4.0' | 'google/gemini-embedding-2' | 'casemark/embed-v1' | 'casemark/llama-nemotron-embed-vl-1b-v2';
596
596
  /**
@@ -584,13 +584,13 @@ export interface VaultCreateParams {
584
584
  */
585
585
  description?: string;
586
586
  /**
587
- * Optional embedding model for this vault. Defaults to
588
- * openai/text-embedding-3-small. Determines the S3 Vectors index dimension and
589
- * which model is used at both ingest and search time. The vault is locked to this
590
- * model after creation — use a re-embed flow to change later. Ignored when
591
- * enableIndexing is false. Note: `casemark/llama-nemotron-embed-vl-1b-v2` is a
592
- * deprecated alias for `casemark/embed-v1` (retained for SDK backward
593
- * compatibility); new integrations should use `casemark/embed-v1` directly.
587
+ * Optional embedding model for this vault. Defaults to casemark/embed-v1.
588
+ * Determines the S3 Vectors index dimension and which model is used at both ingest
589
+ * and search time. The vault is locked to this model after creation — use a
590
+ * re-embed flow to change later. Ignored when enableIndexing is false. Note:
591
+ * `casemark/llama-nemotron-embed-vl-1b-v2` is a deprecated alias for
592
+ * `casemark/embed-v1` (retained for SDK backward compatibility); new integrations
593
+ * should use `casemark/embed-v1` directly.
594
594
  */
595
595
  embeddingModel?: 'openai/text-embedding-3-small' | 'openai/text-embedding-3-large' | 'voyage/voyage-3.5' | 'voyage/voyage-law-2' | 'cohere/embed-v4.0' | 'google/gemini-embedding-2' | 'casemark/embed-v1' | 'casemark/llama-nemotron-embed-vl-1b-v2';
596
596
  /**
@@ -783,13 +783,13 @@ export interface VaultCreateParams {
783
783
  description?: string;
784
784
 
785
785
  /**
786
- * Optional embedding model for this vault. Defaults to
787
- * openai/text-embedding-3-small. Determines the S3 Vectors index dimension and
788
- * which model is used at both ingest and search time. The vault is locked to this
789
- * model after creation — use a re-embed flow to change later. Ignored when
790
- * enableIndexing is false. Note: `casemark/llama-nemotron-embed-vl-1b-v2` is a
791
- * deprecated alias for `casemark/embed-v1` (retained for SDK backward
792
- * compatibility); new integrations should use `casemark/embed-v1` directly.
786
+ * Optional embedding model for this vault. Defaults to casemark/embed-v1.
787
+ * Determines the S3 Vectors index dimension and which model is used at both ingest
788
+ * and search time. The vault is locked to this model after creation — use a
789
+ * re-embed flow to change later. Ignored when enableIndexing is false. Note:
790
+ * `casemark/llama-nemotron-embed-vl-1b-v2` is a deprecated alias for
791
+ * `casemark/embed-v1` (retained for SDK backward compatibility); new integrations
792
+ * should use `casemark/embed-v1` directly.
793
793
  */
794
794
  embeddingModel?:
795
795
  | 'openai/text-embedding-3-small'
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.56.0'; // x-release-please-version
1
+ export const VERSION = '0.57.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.56.0";
1
+ export declare const VERSION = "0.57.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.56.0";
1
+ export declare const VERSION = "0.57.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.56.0'; // x-release-please-version
4
+ exports.VERSION = '0.57.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.56.0'; // x-release-please-version
1
+ export const VERSION = '0.57.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map