data sync - #498
Open
mohitpubnub wants to merge 32 commits into
Open
Codacy Production / Codacy Static Code Analysis
succeeded
Aug 19, 2026 in 0s
Your pull request is up to standards!
Here is an overview of what got changed by this pull request:
Complexity increasing per file
==============================
- src/core/components/request.ts 1
- src/errors/pubnub-api-error.ts 14
- src/core/components/token_manager.ts 21
- src/core/types/api/data-sync.ts 19
- src/core/endpoints/data_sync/channel/create.ts 12
- src/core/endpoints/data_sync/channel/get-all.ts 7
- src/core/endpoints/data_sync/channel/get.ts 6
- src/core/endpoints/data_sync/channel/remove.ts 11
- src/core/endpoints/data_sync/channel/update.ts 23
- src/core/endpoints/data_sync/entity/create.ts 13
- src/core/endpoints/data_sync/entity/get-all.ts 9
- src/core/endpoints/data_sync/entity/get.ts 6
- src/core/endpoints/data_sync/entity/remove.ts 11
- src/core/endpoints/data_sync/entity/update.ts 23
- src/core/endpoints/data_sync/membership/create.ts 13
- src/core/endpoints/data_sync/membership/get-all.ts 7
- src/core/endpoints/data_sync/membership/get.ts 6
- src/core/endpoints/data_sync/membership/remove.ts 11
- src/core/endpoints/data_sync/membership/update.ts 23
- src/core/endpoints/data_sync/relationship/create.ts 14
- src/core/endpoints/data_sync/relationship/get-all.ts 9
- src/core/endpoints/data_sync/relationship/get.ts 6
- src/core/endpoints/data_sync/relationship/remove.ts 11
- src/core/endpoints/data_sync/relationship/update.ts 23
- src/core/endpoints/data_sync/user/create.ts 12
- src/core/endpoints/data_sync/user/get-all.ts 7
- src/core/endpoints/data_sync/user/get.ts 6
- src/core/endpoints/data_sync/user/remove.ts 11
- src/core/endpoints/data_sync/user/update.ts 23
- src/core/pubnub-data-sync.ts 175
- src/core/endpoints/data_sync/channel/set.ts 14
- src/core/endpoints/data_sync/entity/set.ts 14
- src/core/endpoints/data_sync/membership/set.ts 15
- src/core/endpoints/data_sync/relationship/set.ts 15
- src/core/endpoints/data_sync/user/set.ts 14
Complexity decreasing per file
==============================
+ src/core/endpoints/access_manager/grant_token.ts -22
+ src/core/endpoints/subscribe.ts -2
See the complete overview on Codacy
Loading