@mixedbread/sdk 0.72.0 → 0.73.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/CHANGELOG.md +16 -0
- package/package.json +1 -1
- package/resources/stores/stores.d.mts +3 -3
- package/resources/stores/stores.d.ts +3 -3
- package/resources/stores/stores.js +3 -3
- package/resources/stores/stores.mjs +3 -3
- package/src/resources/stores/stores.ts +3 -3
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.73.1 (2026-06-10)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.73.0...v0.73.1](https://github.com/mixedbread-ai/mixedbread-ts/compare/v0.73.0...v0.73.1)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* handle recursive unions in example generation ([8bbe7e3](https://github.com/mixedbread-ai/mixedbread-ts/commit/8bbe7e3aaee266379b7795ae45cebad1932b2126))
|
|
10
|
+
|
|
11
|
+
## 0.73.0 (2026-06-01)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.72.0...v0.73.0](https://github.com/mixedbread-ai/mixedbread-ts/compare/v0.72.0...v0.73.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([9b83e00](https://github.com/mixedbread-ai/mixedbread-ts/commit/9b83e00e7350001cd185523cfc0cee15e8dd46ca))
|
|
18
|
+
|
|
3
19
|
## 0.72.0 (2026-05-27)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v0.71.0...v0.72.0](https://github.com/mixedbread-ai/mixedbread-ts/compare/v0.71.0...v0.72.0)
|
package/package.json
CHANGED
|
@@ -88,9 +88,9 @@ export declare class Stores extends APIResource {
|
|
|
88
88
|
/**
|
|
89
89
|
* Match store chunks against a regular expression.
|
|
90
90
|
*
|
|
91
|
-
* Unlike `/stores/search`, this
|
|
92
|
-
*
|
|
93
|
-
*
|
|
91
|
+
* Unlike `/stores/search`, this runs your regex against the literal text of each
|
|
92
|
+
* chunk. Use it to find chunks containing a specific token, identifier, error
|
|
93
|
+
* code, or literal phrase.
|
|
94
94
|
*
|
|
95
95
|
* grep targets a single store and does not support pagination; raise `top_k` to
|
|
96
96
|
* retrieve more matches.
|
|
@@ -88,9 +88,9 @@ export declare class Stores extends APIResource {
|
|
|
88
88
|
/**
|
|
89
89
|
* Match store chunks against a regular expression.
|
|
90
90
|
*
|
|
91
|
-
* Unlike `/stores/search`, this
|
|
92
|
-
*
|
|
93
|
-
*
|
|
91
|
+
* Unlike `/stores/search`, this runs your regex against the literal text of each
|
|
92
|
+
* chunk. Use it to find chunks containing a specific token, identifier, error
|
|
93
|
+
* code, or literal phrase.
|
|
94
94
|
*
|
|
95
95
|
* grep targets a single store and does not support pagination; raise `top_k` to
|
|
96
96
|
* retrieve more matches.
|
|
@@ -103,9 +103,9 @@ class Stores extends resource_1.APIResource {
|
|
|
103
103
|
/**
|
|
104
104
|
* Match store chunks against a regular expression.
|
|
105
105
|
*
|
|
106
|
-
* Unlike `/stores/search`, this
|
|
107
|
-
*
|
|
108
|
-
*
|
|
106
|
+
* Unlike `/stores/search`, this runs your regex against the literal text of each
|
|
107
|
+
* chunk. Use it to find chunks containing a specific token, identifier, error
|
|
108
|
+
* code, or literal phrase.
|
|
109
109
|
*
|
|
110
110
|
* grep targets a single store and does not support pagination; raise `top_k` to
|
|
111
111
|
* retrieve more matches.
|
|
@@ -99,9 +99,9 @@ export class Stores extends APIResource {
|
|
|
99
99
|
/**
|
|
100
100
|
* Match store chunks against a regular expression.
|
|
101
101
|
*
|
|
102
|
-
* Unlike `/stores/search`, this
|
|
103
|
-
*
|
|
104
|
-
*
|
|
102
|
+
* Unlike `/stores/search`, this runs your regex against the literal text of each
|
|
103
|
+
* chunk. Use it to find chunks containing a specific token, identifier, error
|
|
104
|
+
* code, or literal phrase.
|
|
105
105
|
*
|
|
106
106
|
* grep targets a single store and does not support pagination; raise `top_k` to
|
|
107
107
|
* retrieve more matches.
|
|
@@ -127,9 +127,9 @@ export class Stores extends APIResource {
|
|
|
127
127
|
/**
|
|
128
128
|
* Match store chunks against a regular expression.
|
|
129
129
|
*
|
|
130
|
-
* Unlike `/stores/search`, this
|
|
131
|
-
*
|
|
132
|
-
*
|
|
130
|
+
* Unlike `/stores/search`, this runs your regex against the literal text of each
|
|
131
|
+
* chunk. Use it to find chunks containing a specific token, identifier, error
|
|
132
|
+
* code, or literal phrase.
|
|
133
133
|
*
|
|
134
134
|
* grep targets a single store and does not support pagination; raise `top_k` to
|
|
135
135
|
* retrieve more matches.
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.73.1'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.73.1";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.73.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.73.1'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|