@sureel/sdk 1.9.4-rc.25 → 1.9.4-rc.26
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.
- package/api/sureel-api.d.ts +0 -184
- package/api/sureel-api.d.ts.map +1 -1
- package/api/sureel-api.js +38 -352
- package/api/sureel-api.js.map +1 -1
- package/esm/api/sureel-api.d.ts +0 -184
- package/esm/api/sureel-api.d.ts.map +1 -1
- package/esm/api/sureel-api.js +37 -351
- package/esm/api/sureel-api.js.map +1 -1
- package/esm/models/apply-watermark-request.d.ts +2 -2
- package/esm/models/avatar-image-blending-request.d.ts +2 -2
- package/esm/models/calculate-attribution-request.d.ts +1 -1
- package/esm/models/control-net-request.d.ts +2 -2
- package/esm/models/create-collection-request-files-inner-external-stems-inner.d.ts +1 -1
- package/esm/models/create-collection-request-files-inner.d.ts +1 -1
- package/esm/models/create-collection-request.d.ts +10 -5
- package/esm/models/create-collection-request.d.ts.map +1 -1
- package/esm/models/create-collection-request.js +5 -1
- package/esm/models/create-collection-request.js.map +1 -1
- package/esm/models/generate-preview-request.d.ts +2 -2
- package/esm/models/image-blending-request.d.ts +2 -2
- package/esm/models/index.d.ts +0 -5
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +0 -5
- package/esm/models/index.js.map +1 -1
- package/esm/models/inpaint-request.d.ts +3 -3
- package/esm/models/reimagine-request.d.ts +2 -2
- package/esm/models/remove-background-request.d.ts +1 -1
- package/esm/models/set-filepaths-request-files-inner.d.ts +1 -1
- package/esm/models/style-image.d.ts +1 -1
- package/esm/models/style-transfer-request.d.ts +2 -2
- package/esm/models/text-to-image-request.d.ts +1 -1
- package/esm/models/update-collection-request.d.ts +1 -1
- package/esm/models/upscale-request.d.ts +2 -2
- package/esm/models/v1-ai-audio-ldm-ai-generated-audio-detection-post-request.d.ts +1 -1
- package/esm/models/v1-ai-audio-ldm-audio-attribution-analysis-post-request.d.ts +1 -1
- package/esm/models/v1-ai-audio-ldm-audio-to-audio-post-request.d.ts +1 -1
- package/esm/models/v1-ai-audio-ldm-calculate-audio-attribution-post-request.d.ts +1 -1
- package/esm/models/v1-ai-audio-ldm-lyrics-analysis-post-request.d.ts +1 -1
- package/esm/models/v1-ai-audio-ldm-stem-split-post-request.d.ts +1 -1
- package/esm/models/v1-ai-ldm-attribution-analysis-post-request.d.ts +1 -1
- package/esm/models/v1-ai-ldm-cover-art-post-request.d.ts +2 -2
- package/models/apply-watermark-request.d.ts +2 -2
- package/models/avatar-image-blending-request.d.ts +2 -2
- package/models/calculate-attribution-request.d.ts +1 -1
- package/models/control-net-request.d.ts +2 -2
- package/models/create-collection-request-files-inner-external-stems-inner.d.ts +1 -1
- package/models/create-collection-request-files-inner.d.ts +1 -1
- package/models/create-collection-request.d.ts +10 -5
- package/models/create-collection-request.d.ts.map +1 -1
- package/models/create-collection-request.js +6 -0
- package/models/create-collection-request.js.map +1 -1
- package/models/generate-preview-request.d.ts +2 -2
- package/models/image-blending-request.d.ts +2 -2
- package/models/index.d.ts +0 -5
- package/models/index.d.ts.map +1 -1
- package/models/index.js +0 -5
- package/models/index.js.map +1 -1
- package/models/inpaint-request.d.ts +3 -3
- package/models/reimagine-request.d.ts +2 -2
- package/models/remove-background-request.d.ts +1 -1
- package/models/set-filepaths-request-files-inner.d.ts +1 -1
- package/models/style-image.d.ts +1 -1
- package/models/style-transfer-request.d.ts +2 -2
- package/models/text-to-image-request.d.ts +1 -1
- package/models/update-collection-request.d.ts +1 -1
- package/models/upscale-request.d.ts +2 -2
- package/models/v1-ai-audio-ldm-ai-generated-audio-detection-post-request.d.ts +1 -1
- package/models/v1-ai-audio-ldm-audio-attribution-analysis-post-request.d.ts +1 -1
- package/models/v1-ai-audio-ldm-audio-to-audio-post-request.d.ts +1 -1
- package/models/v1-ai-audio-ldm-calculate-audio-attribution-post-request.d.ts +1 -1
- package/models/v1-ai-audio-ldm-lyrics-analysis-post-request.d.ts +1 -1
- package/models/v1-ai-audio-ldm-stem-split-post-request.d.ts +1 -1
- package/models/v1-ai-ldm-attribution-analysis-post-request.d.ts +1 -1
- package/models/v1-ai-ldm-cover-art-post-request.d.ts +2 -2
- package/package.json +1 -1
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { AiInfluence } from "./ai-influence";
|
|
13
|
-
import type { ContentType } from "./content-type";
|
|
14
13
|
import type { CreateCollectionRequestFilesInner } from "./create-collection-request-files-inner";
|
|
15
14
|
import type { CreateCollectionRequestSynthesisRules } from "./create-collection-request-synthesis-rules";
|
|
16
15
|
/**
|
|
@@ -26,7 +25,7 @@ export interface CreateCollectionRequest {
|
|
|
26
25
|
*/
|
|
27
26
|
files?: Array<CreateCollectionRequestFilesInner>;
|
|
28
27
|
/**
|
|
29
|
-
* This field is deprecated as it was replaced with the `files` parameter. It may be removed in future versions. The `filePaths` can either be an array of image/audio/video URLs or file paths returned from the `/
|
|
28
|
+
* This field is deprecated as it was replaced with the `files` parameter. It may be removed in future versions. The `filePaths` can either be an array of image/audio/video URLs or file paths returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG & PNG for image; WAV, MP3, M4A, and FLAC for audio; and MP4 for video.
|
|
30
29
|
* @type {Array<string>}
|
|
31
30
|
* @memberof CreateCollectionRequest
|
|
32
31
|
* @deprecated
|
|
@@ -70,10 +69,10 @@ export interface CreateCollectionRequest {
|
|
|
70
69
|
styles?: string;
|
|
71
70
|
/**
|
|
72
71
|
*
|
|
73
|
-
* @type {
|
|
72
|
+
* @type {string}
|
|
74
73
|
* @memberof CreateCollectionRequest
|
|
75
74
|
*/
|
|
76
|
-
contentType:
|
|
75
|
+
contentType: CreateCollectionRequestContentTypeEnum;
|
|
77
76
|
/**
|
|
78
77
|
* Indicates whether to opt in to AI training or opt out. Set to true to allow data to be used for training, or false to decline.
|
|
79
78
|
* @type {boolean}
|
|
@@ -105,7 +104,7 @@ export interface CreateCollectionRequest {
|
|
|
105
104
|
*/
|
|
106
105
|
externalId?: string;
|
|
107
106
|
/**
|
|
108
|
-
* The `originalCoverArt` can either be an image URL or an image path returned from the `/
|
|
107
|
+
* The `originalCoverArt` can either be an image URL or an image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG & PNG.
|
|
109
108
|
* @type {string}
|
|
110
109
|
* @memberof CreateCollectionRequest
|
|
111
110
|
*/
|
|
@@ -177,4 +176,10 @@ export interface CreateCollectionRequest {
|
|
|
177
176
|
*/
|
|
178
177
|
synthesisRules?: CreateCollectionRequestSynthesisRules;
|
|
179
178
|
}
|
|
179
|
+
export declare const CreateCollectionRequestContentTypeEnum: {
|
|
180
|
+
readonly Audio: "audio";
|
|
181
|
+
readonly Image: "image";
|
|
182
|
+
readonly Video: "video";
|
|
183
|
+
};
|
|
184
|
+
export type CreateCollectionRequestContentTypeEnum = (typeof CreateCollectionRequestContentTypeEnum)[keyof typeof CreateCollectionRequestContentTypeEnum];
|
|
180
185
|
//# sourceMappingURL=create-collection-request.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-collection-request.d.ts","sourceRoot":"","sources":["../../src/models/create-collection-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAGjD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"create-collection-request.d.ts","sourceRoot":"","sources":["../../src/models/create-collection-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAGjD,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAA;AAGhG,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,6CAA6C,CAAA;AAExG;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,CAAA;IAChD;;;;;OAKG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACzB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAA;IACvB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;;;OAIG;IACH,WAAW,EAAE,sCAAsC,CAAA;IACnD;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC;;;;OAIG;IACH,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,+BAA+B,CAAC,EAAE,OAAO,CAAA;IACzC;;;;OAIG;IACH,cAAc,CAAC,EAAE,qCAAqC,CAAA;CACzD;AAED,eAAO,MAAM,sCAAsC;;;;CAIzC,CAAA;AAEV,MAAM,MAAM,sCAAsC,GAC9C,CAAC,OAAO,sCAAsC,CAAC,CAAC,MAAM,OAAO,sCAAsC,CAAC,CAAA"}
|
|
@@ -13,4 +13,10 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateCollectionRequestContentTypeEnum = void 0;
|
|
17
|
+
exports.CreateCollectionRequestContentTypeEnum = {
|
|
18
|
+
Audio: "audio",
|
|
19
|
+
Image: "image",
|
|
20
|
+
Video: "video",
|
|
21
|
+
};
|
|
16
22
|
//# sourceMappingURL=create-collection-request.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-collection-request.js","sourceRoot":"","sources":["../../src/models/create-collection-request.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
1
|
+
{"version":3,"file":"create-collection-request.js","sourceRoot":"","sources":["../../src/models/create-collection-request.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiLU,QAAA,sCAAsC,GAAG;IAClD,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACR,CAAA"}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface GeneratePreviewRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The `contentImagePath` can either be an image URL or the image path returned from the `/
|
|
19
|
+
* The `contentImagePath` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG and PNG.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof GeneratePreviewRequest
|
|
22
22
|
*/
|
|
@@ -28,7 +28,7 @@ export interface GeneratePreviewRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
applyWatermark?: boolean;
|
|
30
30
|
/**
|
|
31
|
-
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/
|
|
31
|
+
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include PNG.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof GeneratePreviewRequest
|
|
34
34
|
*/
|
|
@@ -25,7 +25,7 @@ export interface ImageBlendingRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
prompt?: string;
|
|
27
27
|
/**
|
|
28
|
-
* The `contentImagePath` can either be an image URL or the image path returned from the `/
|
|
28
|
+
* The `contentImagePath` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG and PNG.
|
|
29
29
|
* @type {string}
|
|
30
30
|
* @memberof ImageBlendingRequest
|
|
31
31
|
*/
|
|
@@ -55,7 +55,7 @@ export interface ImageBlendingRequest {
|
|
|
55
55
|
*/
|
|
56
56
|
applyWatermark?: boolean;
|
|
57
57
|
/**
|
|
58
|
-
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/
|
|
58
|
+
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include PNG.
|
|
59
59
|
* @type {string}
|
|
60
60
|
* @memberof ImageBlendingRequest
|
|
61
61
|
*/
|
package/models/index.d.ts
CHANGED
|
@@ -56,7 +56,6 @@ export * from "./calculate-attribution-request";
|
|
|
56
56
|
export * from "./collection-status";
|
|
57
57
|
export * from "./conditioning-scale-value-array";
|
|
58
58
|
export * from "./content-image-weight";
|
|
59
|
-
export * from "./content-type";
|
|
60
59
|
export * from "./control-net-request";
|
|
61
60
|
export * from "./control-net-request-control-net";
|
|
62
61
|
export * from "./create-collection-request";
|
|
@@ -74,7 +73,6 @@ export * from "./get-own-collections200-response-user-role-any-of";
|
|
|
74
73
|
export * from "./get-prompt-history-response";
|
|
75
74
|
export * from "./get-result-by-request-id200-response";
|
|
76
75
|
export * from "./get-style-presets200-response";
|
|
77
|
-
export * from "./get-uploaded-files-response-inner";
|
|
78
76
|
export * from "./image-blending-request";
|
|
79
77
|
export * from "./inpaint-request";
|
|
80
78
|
export * from "./musicality-analysis";
|
|
@@ -108,8 +106,6 @@ export * from "./update-ip-rights-request";
|
|
|
108
106
|
export * from "./update-ip-rights-request-files-inner";
|
|
109
107
|
export * from "./update-ip-rights-request-files-inner-content-rights";
|
|
110
108
|
export * from "./updated-at";
|
|
111
|
-
export * from "./upload-url";
|
|
112
|
-
export * from "./upload-url-request";
|
|
113
109
|
export * from "./upscale-request";
|
|
114
110
|
export * from "./user-role";
|
|
115
111
|
export * from "./v1-ai-artist-collection-collection-uuid-get200-response";
|
|
@@ -128,7 +124,6 @@ export * from "./v1-ai-audio-ldm-text-to-artist-audio-post-request";
|
|
|
128
124
|
export * from "./v1-ai-audio-ldm-text-to-artist-audio-post-request-artist-preset-inner";
|
|
129
125
|
export * from "./v1-ai-audio-ldm-text-to-audio-post200-response";
|
|
130
126
|
export * from "./v1-ai-audio-ldm-text-to-audio-post-request";
|
|
131
|
-
export * from "./v1-ai-audio-ldm-upload-audios-post200-response";
|
|
132
127
|
export * from "./v1-ai-ldm-attribution-analysis-post-request";
|
|
133
128
|
export * from "./v1-ai-ldm-cover-art-post-request";
|
|
134
129
|
export * from "./v1-ai-ldm-cover-art-post-request-description-weight";
|
package/models/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,mCAAmC,CAAA;AACjD,cAAc,gBAAgB,CAAA;AAC9B,cAAc,0BAA0B,CAAA;AACxC,cAAc,kDAAkD,CAAA;AAChE,cAAc,sCAAsC,CAAA;AACpD,cAAc,qDAAqD,CAAA;AACnE,cAAc,kEAAkE,CAAA;AAChF,cAAc,+EAA+E,CAAA;AAC7F,cAAc,2FAA2F,CAAA;AACzG,cAAc,6GAA6G,CAAA;AAC3H,cAAc,4FAA4F,CAAA;AAC1G,cAAc,qCAAqC,CAAA;AACnD,cAAc,wCAAwC,CAAA;AACtD,cAAc,qDAAqD,CAAA;AACnE,cAAc,yEAAyE,CAAA;AACvF,cAAc,wFAAwF,CAAA;AACtG,cAAc,iEAAiE,CAAA;AAC/E,cAAc,wFAAwF,CAAA;AACtG,cAAc,gFAAgF,CAAA;AAC9F,cAAc,mFAAmF,CAAA;AACjG,cAAc,qGAAqG,CAAA;AACnH,cAAc,0CAA0C,CAAA;AACxD,cAAc,mEAAmE,CAAA;AACjF,cAAc,gFAAgF,CAAA;AAC9F,cAAc,uCAAuC,CAAA;AACrD,cAAc,8CAA8C,CAAA;AAC5D,cAAc,kEAAkE,CAAA;AAChF,cAAc,yDAAyD,CAAA;AACvE,cAAc,4EAA4E,CAAA;AAC1F,cAAc,+CAA+C,CAAA;AAC7D,cAAc,iCAAiC,CAAA;AAC/C,cAAc,wCAAwC,CAAA;AACtD,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6CAA6C,CAAA;AAC3D,cAAc,0DAA0D,CAAA;AACxE,cAAc,qDAAqD,CAAA;AACnE,cAAc,kFAAkF,CAAA;AAChG,cAAc,wCAAwC,CAAA;AACtD,cAAc,uDAAuD,CAAA;AACrE,cAAc,wEAAwE,CAAA;AACtF,cAAc,qFAAqF,CAAA;AACnG,cAAc,kGAAkG,CAAA;AAChH,cAAc,4CAA4C,CAAA;AAC1D,cAAc,0BAA0B,CAAA;AACxC,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,uCAAuC,CAAA;AACrD,cAAc,0BAA0B,CAAA;AACxC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,qBAAqB,CAAA;AACnC,cAAc,kCAAkC,CAAA;AAChD,cAAc,wBAAwB,CAAA;AACtC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
package/models/index.js
CHANGED
|
@@ -72,7 +72,6 @@ __exportStar(require("./calculate-attribution-request"), exports);
|
|
|
72
72
|
__exportStar(require("./collection-status"), exports);
|
|
73
73
|
__exportStar(require("./conditioning-scale-value-array"), exports);
|
|
74
74
|
__exportStar(require("./content-image-weight"), exports);
|
|
75
|
-
__exportStar(require("./content-type"), exports);
|
|
76
75
|
__exportStar(require("./control-net-request"), exports);
|
|
77
76
|
__exportStar(require("./control-net-request-control-net"), exports);
|
|
78
77
|
__exportStar(require("./create-collection-request"), exports);
|
|
@@ -90,7 +89,6 @@ __exportStar(require("./get-own-collections200-response-user-role-any-of"), expo
|
|
|
90
89
|
__exportStar(require("./get-prompt-history-response"), exports);
|
|
91
90
|
__exportStar(require("./get-result-by-request-id200-response"), exports);
|
|
92
91
|
__exportStar(require("./get-style-presets200-response"), exports);
|
|
93
|
-
__exportStar(require("./get-uploaded-files-response-inner"), exports);
|
|
94
92
|
__exportStar(require("./image-blending-request"), exports);
|
|
95
93
|
__exportStar(require("./inpaint-request"), exports);
|
|
96
94
|
__exportStar(require("./musicality-analysis"), exports);
|
|
@@ -124,8 +122,6 @@ __exportStar(require("./update-ip-rights-request"), exports);
|
|
|
124
122
|
__exportStar(require("./update-ip-rights-request-files-inner"), exports);
|
|
125
123
|
__exportStar(require("./update-ip-rights-request-files-inner-content-rights"), exports);
|
|
126
124
|
__exportStar(require("./updated-at"), exports);
|
|
127
|
-
__exportStar(require("./upload-url"), exports);
|
|
128
|
-
__exportStar(require("./upload-url-request"), exports);
|
|
129
125
|
__exportStar(require("./upscale-request"), exports);
|
|
130
126
|
__exportStar(require("./user-role"), exports);
|
|
131
127
|
__exportStar(require("./v1-ai-artist-collection-collection-uuid-get200-response"), exports);
|
|
@@ -144,7 +140,6 @@ __exportStar(require("./v1-ai-audio-ldm-text-to-artist-audio-post-request"), exp
|
|
|
144
140
|
__exportStar(require("./v1-ai-audio-ldm-text-to-artist-audio-post-request-artist-preset-inner"), exports);
|
|
145
141
|
__exportStar(require("./v1-ai-audio-ldm-text-to-audio-post200-response"), exports);
|
|
146
142
|
__exportStar(require("./v1-ai-audio-ldm-text-to-audio-post-request"), exports);
|
|
147
|
-
__exportStar(require("./v1-ai-audio-ldm-upload-audios-post200-response"), exports);
|
|
148
143
|
__exportStar(require("./v1-ai-ldm-attribution-analysis-post-request"), exports);
|
|
149
144
|
__exportStar(require("./v1-ai-ldm-cover-art-post-request"), exports);
|
|
150
145
|
__exportStar(require("./v1-ai-ldm-cover-art-post-request-description-weight"), exports);
|
package/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,oEAAiD;AACjD,iDAA8B;AAC9B,2DAAwC;AACxC,mFAAgE;AAChE,uEAAoD;AACpD,sFAAmE;AACnE,mGAAgF;AAChF,gHAA6F;AAC7F,4HAAyG;AACzG,8IAA2H;AAC3H,6HAA0G;AAC1G,sEAAmD;AACnD,yEAAsD;AACtD,sFAAmE;AACnE,0GAAuF;AACvF,yHAAsG;AACtG,kGAA+E;AAC/E,yHAAsG;AACtG,iHAA8F;AAC9F,oHAAiG;AACjG,sIAAmH;AACnH,2EAAwD;AACxD,oGAAiF;AACjF,iHAA8F;AAC9F,wEAAqD;AACrD,+EAA4D;AAC5D,mGAAgF;AAChF,0FAAuE;AACvE,6GAA0F;AAC1F,gFAA6D;AAC7D,kEAA+C;AAC/C,yEAAsD;AACtD,4DAAyC;AACzC,6DAA0C;AAC1C,8EAA2D;AAC3D,2FAAwE;AACxE,sFAAmE;AACnE,mHAAgG;AAChG,yEAAsD;AACtD,wFAAqE;AACrE,yGAAsF;AACtF,sHAAmG;AACnG,mIAAgH;AAChH,6EAA0D;AAC1D,2DAAwC;AACxC,gDAA6B;AAC7B,iDAA8B;AAC9B,8DAA2C;AAC3C,6DAA0C;AAC1C,2DAAwC;AACxC,wEAAqD;AACrD,2DAAwC;AACxC,kEAA+C;AAC/C,kEAA+C;AAC/C,sDAAmC;AACnC,mEAAgD;AAChD,yDAAsC;AACtC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,oEAAiD;AACjD,iDAA8B;AAC9B,2DAAwC;AACxC,mFAAgE;AAChE,uEAAoD;AACpD,sFAAmE;AACnE,mGAAgF;AAChF,gHAA6F;AAC7F,4HAAyG;AACzG,8IAA2H;AAC3H,6HAA0G;AAC1G,sEAAmD;AACnD,yEAAsD;AACtD,sFAAmE;AACnE,0GAAuF;AACvF,yHAAsG;AACtG,kGAA+E;AAC/E,yHAAsG;AACtG,iHAA8F;AAC9F,oHAAiG;AACjG,sIAAmH;AACnH,2EAAwD;AACxD,oGAAiF;AACjF,iHAA8F;AAC9F,wEAAqD;AACrD,+EAA4D;AAC5D,mGAAgF;AAChF,0FAAuE;AACvE,6GAA0F;AAC1F,gFAA6D;AAC7D,kEAA+C;AAC/C,yEAAsD;AACtD,4DAAyC;AACzC,6DAA0C;AAC1C,8EAA2D;AAC3D,2FAAwE;AACxE,sFAAmE;AACnE,mHAAgG;AAChG,yEAAsD;AACtD,wFAAqE;AACrE,yGAAsF;AACtF,sHAAmG;AACnG,mIAAgH;AAChH,6EAA0D;AAC1D,2DAAwC;AACxC,gDAA6B;AAC7B,iDAA8B;AAC9B,8DAA2C;AAC3C,6DAA0C;AAC1C,2DAAwC;AACxC,wEAAqD;AACrD,2DAAwC;AACxC,kEAA+C;AAC/C,kEAA+C;AAC/C,sDAAmC;AACnC,mEAAgD;AAChD,yDAAsC;AACtC,wDAAqC;AACrC,oEAAiD;AACjD,8DAA2C;AAC3C,0EAAuD;AACvD,+FAA4E;AAC5E,8EAA2D;AAC3D,uDAAoC;AACpC,6DAA0C;AAC1C,kEAA+C;AAC/C,0EAAuD;AACvD,oEAAiD;AACjD,4EAAyD;AACzD,8EAA2D;AAC3D,qFAAkE;AAClE,gEAA6C;AAC7C,yEAAsD;AACtD,kEAA+C;AAC/C,2DAAwC;AACxC,oDAAiC;AACjC,wDAAqC;AACrC,qEAAkD;AAClD,kFAA+D;AAC/D,yFAAsE;AACtE,8GAA2F;AAC3F,6GAA0F;AAC1F,qDAAkC;AAClC,kEAA+C;AAC/C,iDAA8B;AAC9B,8DAA2C;AAC3C,oEAAiD;AACjD,gFAA6D;AAC7D,sDAAmC;AACnC,yDAAsC;AACtC,sDAAmC;AACnC,8DAA2C;AAC3C,+CAA4B;AAC5B,0DAAuC;AACvC,sEAAmD;AACnD,6CAA0B;AAC1B,gDAA6B;AAC7B,mEAAgD;AAChD,2DAAwC;AACxC,sDAAmC;AACnC,0DAAuC;AACvC,kEAA+C;AAC/C,8DAA2C;AAC3C,6DAA0C;AAC1C,yEAAsD;AACtD,wFAAqE;AACrE,+CAA4B;AAC5B,oDAAiC;AACjC,8CAA2B;AAC3B,4FAAyE;AACzE,yGAAsF;AACtF,kGAA+E;AAC/E,8FAA2E;AAC3E,4FAAyE;AACzE,yFAAsE;AACtE,gFAA6D;AAC7D,6FAA0E;AAC1E,iFAA8D;AAC9D,iGAA8E;AAC9E,+EAA4D;AAC5D,4EAAyD;AACzD,sFAAmE;AACnE,0GAAuF;AACvF,mFAAgE;AAChE,+EAA4D;AAC5D,gFAA6D;AAC7D,qEAAkD;AAClD,wFAAqE;AACrE,qFAAkE;AAClE,sFAAmE;AACnE,2EAAwD;AACxD,mFAAgE"}
|
|
@@ -25,13 +25,13 @@ export interface InpaintRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
prompt: string;
|
|
27
27
|
/**
|
|
28
|
-
* The `contentImagePath` can either be an image URL or the image path returned from the `/
|
|
28
|
+
* The `contentImagePath` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG and PNG.
|
|
29
29
|
* @type {string}
|
|
30
30
|
* @memberof InpaintRequest
|
|
31
31
|
*/
|
|
32
32
|
contentImagePath: string;
|
|
33
33
|
/**
|
|
34
|
-
* The `maskImagePath` can either be an image URL or the image path returned from the `/
|
|
34
|
+
* The `maskImagePath` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG and PNG.
|
|
35
35
|
* @type {string}
|
|
36
36
|
* @memberof InpaintRequest
|
|
37
37
|
*/
|
|
@@ -55,7 +55,7 @@ export interface InpaintRequest {
|
|
|
55
55
|
*/
|
|
56
56
|
applyWatermark?: boolean;
|
|
57
57
|
/**
|
|
58
|
-
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/
|
|
58
|
+
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include PNG.
|
|
59
59
|
* @type {string}
|
|
60
60
|
* @memberof InpaintRequest
|
|
61
61
|
*/
|
|
@@ -25,7 +25,7 @@ export interface ReimagineRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
prompt: string;
|
|
27
27
|
/**
|
|
28
|
-
* The `contentImagePath` can either be an image URL or the image path returned from the `/
|
|
28
|
+
* The `contentImagePath` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG and PNG.
|
|
29
29
|
* @type {string}
|
|
30
30
|
* @memberof ReimagineRequest
|
|
31
31
|
*/
|
|
@@ -43,7 +43,7 @@ export interface ReimagineRequest {
|
|
|
43
43
|
*/
|
|
44
44
|
applyWatermark?: boolean;
|
|
45
45
|
/**
|
|
46
|
-
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/
|
|
46
|
+
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include PNG.
|
|
47
47
|
* @type {string}
|
|
48
48
|
* @memberof ReimagineRequest
|
|
49
49
|
*/
|
|
@@ -17,7 +17,7 @@ import type { TextToImageRequestUpscale } from "./text-to-image-request-upscale"
|
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveBackgroundRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The `contentImagePath` can either be an image URL or the image path returned from the `/
|
|
20
|
+
* The `contentImagePath` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG and PNG.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof RemoveBackgroundRequest
|
|
23
23
|
*/
|
|
@@ -22,7 +22,7 @@ export interface SetFilepathsRequestFilesInner {
|
|
|
22
22
|
*/
|
|
23
23
|
fileId: string;
|
|
24
24
|
/**
|
|
25
|
-
* The file path can either be an image/audio/video URL or a file path returned from the `/
|
|
25
|
+
* The file path can either be an image/audio/video URL or a file path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG & PNG for image; WAV, MP3, M4A, and FLAC for audio; and MP4 for video.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof SetFilepathsRequestFilesInner
|
|
28
28
|
*/
|
package/models/style-image.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ import type { StyleImageStyleImageWeight } from "./style-image-style-image-weigh
|
|
|
17
17
|
*/
|
|
18
18
|
export interface StyleImage {
|
|
19
19
|
/**
|
|
20
|
-
* The `styleImagePath` can either be an image URL or the image path returned from the `/
|
|
20
|
+
* The `styleImagePath` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG and PNG.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof StyleImage
|
|
23
23
|
*/
|
|
@@ -25,7 +25,7 @@ export interface StyleTransferRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
prompt?: string;
|
|
27
27
|
/**
|
|
28
|
-
* The `contentImagePath` can either be an image URL or the image path returned from the `/
|
|
28
|
+
* The `contentImagePath` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG and PNG.
|
|
29
29
|
* @type {string}
|
|
30
30
|
* @memberof StyleTransferRequest
|
|
31
31
|
*/
|
|
@@ -43,7 +43,7 @@ export interface StyleTransferRequest {
|
|
|
43
43
|
*/
|
|
44
44
|
applyWatermark?: boolean;
|
|
45
45
|
/**
|
|
46
|
-
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/
|
|
46
|
+
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include PNG.
|
|
47
47
|
* @type {string}
|
|
48
48
|
* @memberof StyleTransferRequest
|
|
49
49
|
*/
|
|
@@ -43,7 +43,7 @@ export interface TextToImageRequest {
|
|
|
43
43
|
*/
|
|
44
44
|
applyWatermark?: boolean;
|
|
45
45
|
/**
|
|
46
|
-
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/
|
|
46
|
+
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include PNG.
|
|
47
47
|
* @type {string}
|
|
48
48
|
* @memberof TextToImageRequest
|
|
49
49
|
*/
|
|
@@ -96,7 +96,7 @@ export interface UpdateCollectionRequest {
|
|
|
96
96
|
*/
|
|
97
97
|
rightsOwner?: string;
|
|
98
98
|
/**
|
|
99
|
-
* The `originalCoverArt` can either be an image URL or an image path returned from the `/
|
|
99
|
+
* The `originalCoverArt` can either be an image URL or an image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG & PNG.
|
|
100
100
|
* @type {string}
|
|
101
101
|
* @memberof UpdateCollectionRequest
|
|
102
102
|
*/
|
|
@@ -17,7 +17,7 @@ import type { TextToImageRequestUpscale } from "./text-to-image-request-upscale"
|
|
|
17
17
|
*/
|
|
18
18
|
export interface UpscaleRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The `contentImagePath` can either be an image URL or the image path returned from the `/
|
|
20
|
+
* The `contentImagePath` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG and PNG.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof UpscaleRequest
|
|
23
23
|
*/
|
|
@@ -35,7 +35,7 @@ export interface UpscaleRequest {
|
|
|
35
35
|
*/
|
|
36
36
|
applyWatermark?: boolean;
|
|
37
37
|
/**
|
|
38
|
-
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/
|
|
38
|
+
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include PNG.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof UpscaleRequest
|
|
41
41
|
*/
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface V1AiAudioLdmAiGeneratedAudioDetectionPostRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The `contentAudioPath` can either be an audio URL
|
|
19
|
+
* The `contentAudioPath` can either be an audio URL or the audio path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include .MP3, .WAV, .M4A, and .FLAC.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof V1AiAudioLdmAiGeneratedAudioDetectionPostRequest
|
|
22
22
|
*/
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface V1AiAudioLdmAudioAttributionAnalysisPostRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The `contentAudioPath` can either be an audio URL
|
|
19
|
+
* The `contentAudioPath` can either be an audio URL or the audio path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include .MP3, .WAV, .M4A, and .FLAC.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof V1AiAudioLdmAudioAttributionAnalysisPostRequest
|
|
22
22
|
*/
|
|
@@ -23,7 +23,7 @@ export interface V1AiAudioLdmAudioToAudioPostRequest {
|
|
|
23
23
|
*/
|
|
24
24
|
prompt: string;
|
|
25
25
|
/**
|
|
26
|
-
* The `contentAudioPath` can either be an audio URL
|
|
26
|
+
* The `contentAudioPath` can either be an audio URL or the audio path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include .MP3, .WAV, .M4A, and .FLAC.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof V1AiAudioLdmAudioToAudioPostRequest
|
|
29
29
|
*/
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface V1AiAudioLdmCalculateAudioAttributionPostRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The `contentAudioPath` can either be an audio URL
|
|
19
|
+
* The `contentAudioPath` can either be an audio URL or the audio path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include .MP3, .WAV, .M4A, and .FLAC.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof V1AiAudioLdmCalculateAudioAttributionPostRequest
|
|
22
22
|
*/
|
|
@@ -17,7 +17,7 @@ import type { V1AiAudioLdmLyricsAnalysisPostRequestLyricsAnalysis } from "./v1-a
|
|
|
17
17
|
*/
|
|
18
18
|
export interface V1AiAudioLdmLyricsAnalysisPostRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The `contentAudioPath` can either be an audio URL
|
|
20
|
+
* The `contentAudioPath` can either be an audio URL or the audio path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include .MP3, .WAV, .M4A, and .FLAC.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof V1AiAudioLdmLyricsAnalysisPostRequest
|
|
23
23
|
*/
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface V1AiAudioLdmStemSplitPostRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The `contentAudioPath` can either be an audio URL
|
|
19
|
+
* The `contentAudioPath` can either be an audio URL or the audio path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include .MP3, .WAV, .M4A, and .FLAC.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof V1AiAudioLdmStemSplitPostRequest
|
|
22
22
|
*/
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface V1AiLdmAttributionAnalysisPostRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The `contentImagePath` can either be an image URL or the image path returned from the `/
|
|
19
|
+
* The `contentImagePath` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include JPG and PNG.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof V1AiLdmAttributionAnalysisPostRequest
|
|
22
22
|
*/
|
|
@@ -106,7 +106,7 @@ export interface V1AiLdmCoverArtPostRequest {
|
|
|
106
106
|
*/
|
|
107
107
|
songTitles?: string;
|
|
108
108
|
/**
|
|
109
|
-
* If you want to create a cover art for a single song, you can provide this song here. The `songPath` can either be an audio URL
|
|
109
|
+
* If you want to create a cover art for a single song, you can provide this song here. The `songPath` can either be an audio URL or the audio path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include .MP3, .WAV, .M4A, and .FLAC.
|
|
110
110
|
* @type {string}
|
|
111
111
|
* @memberof V1AiLdmCoverArtPostRequest
|
|
112
112
|
*/
|
|
@@ -136,7 +136,7 @@ export interface V1AiLdmCoverArtPostRequest {
|
|
|
136
136
|
*/
|
|
137
137
|
applyWatermark?: boolean;
|
|
138
138
|
/**
|
|
139
|
-
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/
|
|
139
|
+
* Define a custom watermark image to be applied to the images. It should be square and must have an alpha channel. The watermark should be oriented towards the lower left corner of the watermark image. The `customWatermark` can either be an image URL or the image path returned from the `/files/upload-files` or `/files/generate-upload-urls` endpoint. Supported formats include PNG.
|
|
140
140
|
* @type {string}
|
|
141
141
|
* @memberof V1AiLdmCoverArtPostRequest
|
|
142
142
|
*/
|