@amityco/ts-sdk 7.5.4-734bd35a.0 → 7.5.4-91188fd.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/communityRepository/observers/getJoinRequests/JoinRequestsPaginationController.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/utils/tests/dummy/comment.d.ts +1 -1
- package/package.json +1 -1
- package/src/communityRepository/observers/getJoinRequests/JoinRequestsPaginationController.ts +2 -1
package/dist/communityRepository/observers/getJoinRequests/JoinRequestsPaginationController.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JoinRequestsPaginationController.d.ts","sourceRoot":"","sources":["../../../../src/communityRepository/observers/getJoinRequests/JoinRequestsPaginationController.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;
|
|
1
|
+
{"version":3,"file":"JoinRequestsPaginationController.d.ts","sourceRoot":"","sources":["../../../../src/communityRepository/observers/getJoinRequests/JoinRequestsPaginationController.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AAGlF;;;GAGG;AACH,qBAAa,gCAAiC,SAAQ,oBAAoB,CACxE,aAAa,EACb,KAAK,CAAC,yBAAyB,CAChC;IACO,UAAU,CAAC,WAAW,EAAE,KAAK,CAAC,yBAAyB,EAAE,KAAK,EAAE,MAAM,GAAG,SAAS;CAczF"}
|
package/dist/index.cjs.js
CHANGED
|
@@ -7725,7 +7725,7 @@ class PaginationController {
|
|
|
7725
7725
|
*/
|
|
7726
7726
|
class JoinRequestsPaginationController extends PaginationController {
|
|
7727
7727
|
async getRequest(queryParams, token) {
|
|
7728
|
-
const { limit =
|
|
7728
|
+
const { limit = COLLECTION_DEFAULT_PAGINATION_LIMIT, communityId } = queryParams, params = __rest(queryParams, ["limit", "communityId"]);
|
|
7729
7729
|
const options = token ? { token } : { limit };
|
|
7730
7730
|
const { data: queryResponse } = await this.http.get(`/api/v4/communities/${communityId}/join`, {
|
|
7731
7731
|
params: Object.assign(Object.assign({}, params), { options }),
|
package/dist/index.esm.js
CHANGED
|
@@ -23817,7 +23817,7 @@ class PaginationController {
|
|
|
23817
23817
|
*/
|
|
23818
23818
|
class JoinRequestsPaginationController extends PaginationController {
|
|
23819
23819
|
async getRequest(queryParams, token) {
|
|
23820
|
-
const { limit =
|
|
23820
|
+
const { limit = COLLECTION_DEFAULT_PAGINATION_LIMIT, communityId } = queryParams, params = __rest(queryParams, ["limit", "communityId"]);
|
|
23821
23821
|
const options = token ? { token } : { limit };
|
|
23822
23822
|
const { data: queryResponse } = await this.http.get(`/api/v4/communities/${communityId}/join`, {
|
|
23823
23823
|
params: Object.assign(Object.assign({}, params), { options }),
|