@getanyapi/sdk 0.35.0 → 0.35.2

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
@@ -31813,7 +31813,7 @@ interface RedditSearchInput {
31813
31813
  }
31814
31814
  interface RedditSearchPost {
31815
31815
  /**
31816
- * Author username, without the u/ prefix. Populated whenever the provider has data for the entity.
31816
+ * Author username, without the u/ prefix. Empty when the upstream omits it.
31817
31817
  */
31818
31818
  author: string;
31819
31819
  /**
@@ -32057,7 +32057,7 @@ interface RedditSubredditSearchInput {
32057
32057
  }
32058
32058
  interface RedditSubredditSearchPost {
32059
32059
  /**
32060
- * Author username, without the u/ prefix. Populated whenever the provider has data for the entity.
32060
+ * Author username, without the u/ prefix. Empty when the upstream omits it.
32061
32061
  */
32062
32062
  author: string;
32063
32063
  /**
@@ -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: "66f2a24f000000002c02cf57" });
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
@@ -31813,7 +31813,7 @@ interface RedditSearchInput {
31813
31813
  }
31814
31814
  interface RedditSearchPost {
31815
31815
  /**
31816
- * Author username, without the u/ prefix. Populated whenever the provider has data for the entity.
31816
+ * Author username, without the u/ prefix. Empty when the upstream omits it.
31817
31817
  */
31818
31818
  author: string;
31819
31819
  /**
@@ -32057,7 +32057,7 @@ interface RedditSubredditSearchInput {
32057
32057
  }
32058
32058
  interface RedditSubredditSearchPost {
32059
32059
  /**
32060
- * Author username, without the u/ prefix. Populated whenever the provider has data for the entity.
32060
+ * Author username, without the u/ prefix. Empty when the upstream omits it.
32061
32061
  */
32062
32062
  author: string;
32063
32063
  /**
@@ -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: "66f2a24f000000002c02cf57" });
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: "66f2a24f000000002c02cf57" });
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);