@hautechai/sdk 0.3.19 → 0.3.20

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.
@@ -191,9 +191,9 @@ export declare const createSDK: (options: SDKOptions) => {
191
191
  };
192
192
  noise: {
193
193
  v1: (props: {
194
- input: import("../autogenerated").CropV1Input;
194
+ input: import("../autogenerated").NoiseV1Input;
195
195
  metadata?: any;
196
- }) => Promise<import("../autogenerated").CropV1Response>;
196
+ }) => Promise<import("../autogenerated").NoiseV1Response>;
197
197
  };
198
198
  contrast: {
199
199
  v1: (props: {
@@ -1,4 +1,4 @@
1
- import { CompositeV1Input, CompositeV1Response, ContrastV1Input, ContrastV1Response, CropV1Input, CropV1Response, CutV1Input, CutV1Response, GiseleVtonV1Input, GPTV1Input, GptV1Response, HauteLindaV1Response, HauteNaomiV1Response, ImagineKateV1Response, KateImagineV1Input, KateInpaintV1Input, LindaHauteV1Input, NaomiHauteV1Input, NegateImageV1Input, NegateImageV1Response, ObjectDetectionV1Input, ObjectDetectionV1Response, OperationEntity, OperationEntityStatusEnum, PoseEstimationV1Input, PoseEstimationV1Response, SegmentAnythingEmbeddingsV1Input, SegmentAnythingEmbeddingsV1Response, SegmentAnythingMaskV1Input, SegmentAnythingMaskV1Response, UpscaleV1Input, UpscaleV1Response, VtonGiseleV1Response } from '../../autogenerated';
1
+ import { CompositeV1Input, CompositeV1Response, ContrastV1Input, ContrastV1Response, CropV1Input, CropV1Response, CutV1Input, CutV1Response, GiseleVtonV1Input, GPTV1Input, GptV1Response, HauteLindaV1Response, HauteNaomiV1Response, ImagineKateV1Response, KateImagineV1Input, KateInpaintV1Input, LindaHauteV1Input, NaomiHauteV1Input, NegateImageV1Input, NegateImageV1Response, NoiseV1Input, NoiseV1Response, ObjectDetectionV1Input, ObjectDetectionV1Response, OperationEntity, OperationEntityStatusEnum, PoseEstimationV1Input, PoseEstimationV1Response, SegmentAnythingEmbeddingsV1Input, SegmentAnythingEmbeddingsV1Response, SegmentAnythingMaskV1Input, SegmentAnythingMaskV1Response, UpscaleV1Input, UpscaleV1Response, VtonGiseleV1Response } from '../../autogenerated';
2
2
  import { ListProps, ListResponse, SDKOptions } from '../../types';
3
3
  import { OperationsListener } from '../listeners';
4
4
  import { AddMetadata } from '../utils';
@@ -98,9 +98,9 @@ declare const operations: (options: SDKOptions, operationsListener: OperationsLi
98
98
  };
99
99
  noise: {
100
100
  v1: (props: {
101
- input: CropV1Input;
101
+ input: NoiseV1Input;
102
102
  metadata?: any;
103
- }) => Promise<CropV1Response>;
103
+ }) => Promise<NoiseV1Response>;
104
104
  };
105
105
  contrast: {
106
106
  v1: (props: {
@@ -52,7 +52,7 @@ const operations = (options, operationsListener) => {
52
52
  v1: createOperation((methods, props) => methods.operationsControllerRunCropV1V1(props)),
53
53
  },
54
54
  noise: {
55
- v1: createOperation((methods, props) => methods.operationsControllerRunCropV1V1(props)),
55
+ v1: createOperation((methods, props) => methods.operationsControllerRunNoiseV1V1(props)),
56
56
  },
57
57
  contrast: {
58
58
  v1: createOperation((methods, props) => methods.operationsControllerRunContrastV1V1(props)),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "0.3.19",
3
+ "version": "0.3.20",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {