()
| 289 | } |
| 290 | |
| 291 | private syncPartnerAssetsV1(): Promise<void> { |
| 292 | throw new BadRequestException( |
| 293 | 'SyncRequestType.PartnerAssetsV1 is deprecated, use SyncRequestType.PartnerAssetsV2 instead', |
| 294 | ); |
| 295 | } |
| 296 | |
| 297 | private async syncPartnerAssetsV2( |
| 298 | options: SyncQueryOptions, |