@getanyapi/sdk 0.35.1 → 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.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
32060
|
+
* Author username, without the u/ prefix. Empty when the upstream omits it.
|
|
32061
32061
|
*/
|
|
32062
32062
|
author: string;
|
|
32063
32063
|
/**
|
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.
|
|
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.
|
|
32060
|
+
* Author username, without the u/ prefix. Empty when the upstream omits it.
|
|
32061
32061
|
*/
|
|
32062
32062
|
author: string;
|
|
32063
32063
|
/**
|