@getanyapi/sdk 0.35.0 → 0.35.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -33204,7 +33204,7 @@ declare class RednoteNamespace {
|
|
|
33204
33204
|
* Price: $0.012 per request.
|
|
33205
33205
|
*
|
|
33206
33206
|
* @example
|
|
33207
|
-
* const res = await client.rednote.note({ noteId: "
|
|
33207
|
+
* const res = await client.rednote.note({ noteId: "6a8fe7c20000000026003bbf" });
|
|
33208
33208
|
*/
|
|
33209
33209
|
note(input: RednoteNoteInput, options?: RequestOptions): Promise<RunResult<RednoteNoteData>>;
|
|
33210
33210
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -33204,7 +33204,7 @@ declare class RednoteNamespace {
|
|
|
33204
33204
|
* Price: $0.012 per request.
|
|
33205
33205
|
*
|
|
33206
33206
|
* @example
|
|
33207
|
-
* const res = await client.rednote.note({ noteId: "
|
|
33207
|
+
* const res = await client.rednote.note({ noteId: "6a8fe7c20000000026003bbf" });
|
|
33208
33208
|
*/
|
|
33209
33209
|
note(input: RednoteNoteInput, options?: RequestOptions): Promise<RunResult<RednoteNoteData>>;
|
|
33210
33210
|
/**
|
package/dist/index.js
CHANGED
|
@@ -5015,7 +5015,7 @@ var RednoteNamespace = class {
|
|
|
5015
5015
|
* Price: $0.012 per request.
|
|
5016
5016
|
*
|
|
5017
5017
|
* @example
|
|
5018
|
-
* const res = await client.rednote.note({ noteId: "
|
|
5018
|
+
* const res = await client.rednote.note({ noteId: "6a8fe7c20000000026003bbf" });
|
|
5019
5019
|
*/
|
|
5020
5020
|
note(input, options) {
|
|
5021
5021
|
return this._core.run("rednote.note", input, options);
|