()
| 830 | } |
| 831 | |
| 832 | private syncAssetFacesV1(): Promise<void> { |
| 833 | throw new BadRequestException( |
| 834 | 'SyncRequestType.AssetFacesV1 is deprecated, use SyncRequestType.AssetFacesV2 instead', |
| 835 | ); |
| 836 | } |
| 837 | |
| 838 | private async syncAssetFacesV2(options: SyncQueryOptions, response: Writable, checkpointMap: CheckpointMap) { |
| 839 | const deleteType = SyncEntityType.AssetFaceDeleteV1; |