@getanyapi/sdk 0.38.0 → 0.38.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.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
|
@@ -16878,7 +16878,7 @@ interface InstagramLocationPostsPost {
|
|
|
16878
16878
|
*/
|
|
16879
16879
|
carouselCount?: number;
|
|
16880
16880
|
/**
|
|
16881
|
-
* Accounts
|
|
16881
|
+
* Accounts listed as coauthors of the post.
|
|
16882
16882
|
*/
|
|
16883
16883
|
coauthors?: InstagramLocationPostsCoauthor[];
|
|
16884
16884
|
/**
|
|
@@ -18418,7 +18418,7 @@ interface InstagramUserRepostsPost {
|
|
|
18418
18418
|
*/
|
|
18419
18419
|
carouselCount?: number;
|
|
18420
18420
|
/**
|
|
18421
|
-
* Accounts
|
|
18421
|
+
* Accounts listed as coauthors of the post.
|
|
18422
18422
|
*/
|
|
18423
18423
|
coauthors?: InstagramUserRepostsCoauthor[];
|
|
18424
18424
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -16878,7 +16878,7 @@ interface InstagramLocationPostsPost {
|
|
|
16878
16878
|
*/
|
|
16879
16879
|
carouselCount?: number;
|
|
16880
16880
|
/**
|
|
16881
|
-
* Accounts
|
|
16881
|
+
* Accounts listed as coauthors of the post.
|
|
16882
16882
|
*/
|
|
16883
16883
|
coauthors?: InstagramLocationPostsCoauthor[];
|
|
16884
16884
|
/**
|
|
@@ -18418,7 +18418,7 @@ interface InstagramUserRepostsPost {
|
|
|
18418
18418
|
*/
|
|
18419
18419
|
carouselCount?: number;
|
|
18420
18420
|
/**
|
|
18421
|
-
* Accounts
|
|
18421
|
+
* Accounts listed as coauthors of the post.
|
|
18422
18422
|
*/
|
|
18423
18423
|
coauthors?: InstagramUserRepostsCoauthor[];
|
|
18424
18424
|
/**
|