@ironcode-ai/sdk 1.7.0 → 1.9.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/dist/v2/gen/sdk.gen.d.ts
CHANGED
|
@@ -691,7 +691,7 @@ export declare class Find extends HeyApiClient {
|
|
|
691
691
|
/**
|
|
692
692
|
* Find text
|
|
693
693
|
*
|
|
694
|
-
* Search for text patterns across files in the project using
|
|
694
|
+
* Search for text patterns across files in the project using native grep.
|
|
695
695
|
*/
|
|
696
696
|
text<ThrowOnError extends boolean = false>(parameters: {
|
|
697
697
|
directory?: string;
|
package/dist/v2/gen/sdk.gen.js
CHANGED
|
@@ -1339,7 +1339,7 @@ export class Find extends HeyApiClient {
|
|
|
1339
1339
|
/**
|
|
1340
1340
|
* Find text
|
|
1341
1341
|
*
|
|
1342
|
-
* Search for text patterns across files in the project using
|
|
1342
|
+
* Search for text patterns across files in the project using native grep.
|
|
1343
1343
|
*/
|
|
1344
1344
|
text(parameters, options) {
|
|
1345
1345
|
const params = buildClientParams([parameters], [
|