bundlesocial 1.3.0 → 1.4.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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3663,7 +3663,7 @@ declare class TeamService {
|
|
|
3663
3663
|
readonly httpRequest: BaseHttpRequest;
|
|
3664
3664
|
constructor(httpRequest: BaseHttpRequest);
|
|
3665
3665
|
/**
|
|
3666
|
-
* Get team
|
|
3666
|
+
* Get team
|
|
3667
3667
|
* @returns unknown 200
|
|
3668
3668
|
* @throws ApiError
|
|
3669
3669
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -3663,7 +3663,7 @@ declare class TeamService {
|
|
|
3663
3663
|
readonly httpRequest: BaseHttpRequest;
|
|
3664
3664
|
constructor(httpRequest: BaseHttpRequest);
|
|
3665
3665
|
/**
|
|
3666
|
-
* Get team
|
|
3666
|
+
* Get team
|
|
3667
3667
|
* @returns unknown 200
|
|
3668
3668
|
* @throws ApiError
|
|
3669
3669
|
*/
|