@camstack/server 1.2.255 → 1.2.257

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.
@@ -3658,6 +3658,15 @@ function createCapRouter_faceGallery(getProvider, createRemoteProxy) {
3658
3658
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
3659
3659
  return p.listIdentitySamples(methodInput);
3660
3660
  }),
3661
+ auditIdentitySamples: trpc_middleware_js_1.adminProcedure
3662
+ .input(types_47.faceGalleryCapability.methods.auditIdentitySamples.input.loose())
3663
+ .output(types_47.faceGalleryCapability.methods.auditIdentitySamples.output)
3664
+ .query(async ({ input, ctx }) => {
3665
+ const { nodeId, ...methodInput } = input;
3666
+ const p = resolveProvider('face-gallery', nodeId, () => getProvider(ctx), createRemoteProxy);
3667
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
3668
+ return p.auditIdentitySamples(methodInput);
3669
+ }),
3661
3670
  removeSample: trpc_middleware_js_1.adminProcedure
3662
3671
  .input(types_47.faceGalleryCapability.methods.removeSample.input.loose())
3663
3672
  .output(types_47.faceGalleryCapability.methods.removeSample.output)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/server",
3
- "version": "1.2.255",
3
+ "version": "1.2.257",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",