@sureel/sdk 1.7.1-rc.8 → 1.7.1-rc.9
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 +10 -10
- package/api/sureel-api.js +8 -8
- package/esm/api/sureel-api.d.ts +10 -10
- package/esm/api/sureel-api.js +8 -8
- package/esm/models/analysis-history-entry-request-data.d.ts +6 -6
- package/esm/models/analysis-history-entry-request-data.d.ts.map +1 -1
- package/esm/models/analysis-history-entry.d.ts +12 -12
- package/esm/models/analysis-history-entry.d.ts.map +1 -1
- package/esm/models/attribution-values-inner.d.ts +0 -12
- package/esm/models/attribution-values-inner.d.ts.map +1 -1
- package/esm/models/attribution-with-stems-master-inner.d.ts +3 -3
- package/esm/models/attribution-with-stems-master-inner.d.ts.map +1 -1
- package/esm/models/attribution1-values-inner.d.ts +12 -0
- package/esm/models/attribution1-values-inner.d.ts.map +1 -1
- package/esm/models/audio-ldm-request-data.d.ts +3 -3
- package/esm/models/audio-ldm-request-data.d.ts.map +1 -1
- package/esm/models/finetuning-request.d.ts +1 -1
- package/esm/models/get-result-by-request-id200-response.d.ts +14 -14
- package/esm/models/get-result-by-request-id200-response.d.ts.map +1 -1
- package/esm/models/index.d.ts +23 -23
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +23 -23
- package/esm/models/index.js.map +1 -1
- package/esm/models/prompt-history-entry.d.ts +12 -12
- package/esm/models/prompt-history-entry.d.ts.map +1 -1
- package/esm/models/v1-ai-audio-ldm-audio-attribution-setup-post-request.d.ts +1 -1
- package/esm/models/v1-ai-audio-ldm-request-id-get200-response.d.ts +17 -17
- package/esm/models/v1-ai-audio-ldm-request-id-get200-response.d.ts.map +1 -1
- package/esm/models/v1-ai-audio-ldm-text-to-artist-audio-post-request-artist-preset-inner.d.ts +1 -1
- package/esm/models/v1-ai-ldm-image-attribution-setup-post-request.d.ts +1 -1
- package/models/analysis-history-entry-request-data.d.ts +6 -6
- package/models/analysis-history-entry-request-data.d.ts.map +1 -1
- package/models/analysis-history-entry.d.ts +12 -12
- package/models/analysis-history-entry.d.ts.map +1 -1
- package/models/attribution-values-inner.d.ts +0 -12
- package/models/attribution-values-inner.d.ts.map +1 -1
- package/models/attribution-with-stems-master-inner.d.ts +3 -3
- package/models/attribution-with-stems-master-inner.d.ts.map +1 -1
- package/models/attribution1-values-inner.d.ts +12 -0
- package/models/attribution1-values-inner.d.ts.map +1 -1
- package/models/audio-ldm-request-data.d.ts +3 -3
- package/models/audio-ldm-request-data.d.ts.map +1 -1
- package/models/finetuning-request.d.ts +1 -1
- package/models/get-result-by-request-id200-response.d.ts +14 -14
- package/models/get-result-by-request-id200-response.d.ts.map +1 -1
- package/models/index.d.ts +23 -23
- package/models/index.d.ts.map +1 -1
- package/models/index.js +23 -23
- package/models/index.js.map +1 -1
- package/models/prompt-history-entry.d.ts +12 -12
- package/models/prompt-history-entry.d.ts.map +1 -1
- package/models/v1-ai-audio-ldm-audio-attribution-setup-post-request.d.ts +1 -1
- package/models/v1-ai-audio-ldm-request-id-get200-response.d.ts +17 -17
- package/models/v1-ai-audio-ldm-request-id-get200-response.d.ts.map +1 -1
- package/models/v1-ai-audio-ldm-text-to-artist-audio-post-request-artist-preset-inner.d.ts +1 -1
- package/models/v1-ai-ldm-image-attribution-setup-post-request.d.ts +1 -1
- package/package.json +1 -1
package/api/sureel-api.d.ts
CHANGED
|
@@ -95,8 +95,8 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
95
95
|
*/
|
|
96
96
|
controlNet: (contentType: ControlNetContentTypeEnum, controlNetRequest: ControlNetRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
99
|
-
* @summary Upload
|
|
98
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
99
|
+
* @summary Upload audio or images to create a collection
|
|
100
100
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
101
101
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
102
102
|
* @param {*} [options] Override http request option.
|
|
@@ -515,8 +515,8 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
|
|
|
515
515
|
*/
|
|
516
516
|
controlNet(contentType: ControlNetContentTypeEnum, controlNetRequest: ControlNetRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostLdmResponse>>;
|
|
517
517
|
/**
|
|
518
|
-
*
|
|
519
|
-
* @summary Upload
|
|
518
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
519
|
+
* @summary Upload audio or images to create a collection
|
|
520
520
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
521
521
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
522
522
|
* @param {*} [options] Override http request option.
|
|
@@ -935,8 +935,8 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
|
|
|
935
935
|
*/
|
|
936
936
|
controlNet(contentType: ControlNetContentTypeEnum, controlNetRequest: ControlNetRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostLdmResponse>;
|
|
937
937
|
/**
|
|
938
|
-
*
|
|
939
|
-
* @summary Upload
|
|
938
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
939
|
+
* @summary Upload audio or images to create a collection
|
|
940
940
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
941
941
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
942
942
|
* @param {*} [options] Override http request option.
|
|
@@ -1360,8 +1360,8 @@ export interface SureelApiInterface {
|
|
|
1360
1360
|
*/
|
|
1361
1361
|
controlNet(contentType: ControlNetContentTypeEnum, controlNetRequest: ControlNetRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostLdmResponse>;
|
|
1362
1362
|
/**
|
|
1363
|
-
*
|
|
1364
|
-
* @summary Upload
|
|
1363
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
1364
|
+
* @summary Upload audio or images to create a collection
|
|
1365
1365
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
1366
1366
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
1367
1367
|
* @param {*} [options] Override http request option.
|
|
@@ -1828,8 +1828,8 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
|
|
|
1828
1828
|
*/
|
|
1829
1829
|
controlNet(contentType: ControlNetContentTypeEnum, controlNetRequest: ControlNetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PostLdmResponse, any>>;
|
|
1830
1830
|
/**
|
|
1831
|
-
*
|
|
1832
|
-
* @summary Upload
|
|
1831
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
1832
|
+
* @summary Upload audio or images to create a collection
|
|
1833
1833
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
1834
1834
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
1835
1835
|
* @param {*} [options] Override http request option.
|
package/api/sureel-api.js
CHANGED
|
@@ -195,8 +195,8 @@ const SureelApiAxiosParamCreator = function (configuration) {
|
|
|
195
195
|
};
|
|
196
196
|
}),
|
|
197
197
|
/**
|
|
198
|
-
*
|
|
199
|
-
* @summary Upload
|
|
198
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
199
|
+
* @summary Upload audio or images to create a collection
|
|
200
200
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
201
201
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
202
202
|
* @param {*} [options] Override http request option.
|
|
@@ -1879,8 +1879,8 @@ const SureelApiFp = function (configuration) {
|
|
|
1879
1879
|
});
|
|
1880
1880
|
},
|
|
1881
1881
|
/**
|
|
1882
|
-
*
|
|
1883
|
-
* @summary Upload
|
|
1882
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
1883
|
+
* @summary Upload audio or images to create a collection
|
|
1884
1884
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
1885
1885
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
1886
1886
|
* @param {*} [options] Override http request option.
|
|
@@ -2655,8 +2655,8 @@ const SureelApiFactory = function (configuration, basePath, axios) {
|
|
|
2655
2655
|
.then((request) => request(axios, basePath));
|
|
2656
2656
|
},
|
|
2657
2657
|
/**
|
|
2658
|
-
*
|
|
2659
|
-
* @summary Upload
|
|
2658
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
2659
|
+
* @summary Upload audio or images to create a collection
|
|
2660
2660
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
2661
2661
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
2662
2662
|
* @param {*} [options] Override http request option.
|
|
@@ -3267,8 +3267,8 @@ class SureelApi extends base_1.BaseAPI {
|
|
|
3267
3267
|
.then((request) => request(this.axios, this.basePath));
|
|
3268
3268
|
}
|
|
3269
3269
|
/**
|
|
3270
|
-
*
|
|
3271
|
-
* @summary Upload
|
|
3270
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
3271
|
+
* @summary Upload audio or images to create a collection
|
|
3272
3272
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
3273
3273
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
3274
3274
|
* @param {*} [options] Override http request option.
|
package/esm/api/sureel-api.d.ts
CHANGED
|
@@ -95,8 +95,8 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
95
95
|
*/
|
|
96
96
|
controlNet: (contentType: ControlNetContentTypeEnum, controlNetRequest: ControlNetRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
99
|
-
* @summary Upload
|
|
98
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
99
|
+
* @summary Upload audio or images to create a collection
|
|
100
100
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
101
101
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
102
102
|
* @param {*} [options] Override http request option.
|
|
@@ -515,8 +515,8 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
|
|
|
515
515
|
*/
|
|
516
516
|
controlNet(contentType: ControlNetContentTypeEnum, controlNetRequest: ControlNetRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostLdmResponse>>;
|
|
517
517
|
/**
|
|
518
|
-
*
|
|
519
|
-
* @summary Upload
|
|
518
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
519
|
+
* @summary Upload audio or images to create a collection
|
|
520
520
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
521
521
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
522
522
|
* @param {*} [options] Override http request option.
|
|
@@ -935,8 +935,8 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
|
|
|
935
935
|
*/
|
|
936
936
|
controlNet(contentType: ControlNetContentTypeEnum, controlNetRequest: ControlNetRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostLdmResponse>;
|
|
937
937
|
/**
|
|
938
|
-
*
|
|
939
|
-
* @summary Upload
|
|
938
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
939
|
+
* @summary Upload audio or images to create a collection
|
|
940
940
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
941
941
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
942
942
|
* @param {*} [options] Override http request option.
|
|
@@ -1360,8 +1360,8 @@ export interface SureelApiInterface {
|
|
|
1360
1360
|
*/
|
|
1361
1361
|
controlNet(contentType: ControlNetContentTypeEnum, controlNetRequest: ControlNetRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostLdmResponse>;
|
|
1362
1362
|
/**
|
|
1363
|
-
*
|
|
1364
|
-
* @summary Upload
|
|
1363
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
1364
|
+
* @summary Upload audio or images to create a collection
|
|
1365
1365
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
1366
1366
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
1367
1367
|
* @param {*} [options] Override http request option.
|
|
@@ -1828,8 +1828,8 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
|
|
|
1828
1828
|
*/
|
|
1829
1829
|
controlNet(contentType: ControlNetContentTypeEnum, controlNetRequest: ControlNetRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PostLdmResponse, any>>;
|
|
1830
1830
|
/**
|
|
1831
|
-
*
|
|
1832
|
-
* @summary Upload
|
|
1831
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
1832
|
+
* @summary Upload audio or images to create a collection
|
|
1833
1833
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
1834
1834
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
1835
1835
|
* @param {*} [options] Override http request option.
|
package/esm/api/sureel-api.js
CHANGED
|
@@ -189,8 +189,8 @@ export const SureelApiAxiosParamCreator = function (configuration) {
|
|
|
189
189
|
};
|
|
190
190
|
}),
|
|
191
191
|
/**
|
|
192
|
-
*
|
|
193
|
-
* @summary Upload
|
|
192
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
193
|
+
* @summary Upload audio or images to create a collection
|
|
194
194
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
195
195
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
196
196
|
* @param {*} [options] Override http request option.
|
|
@@ -1872,8 +1872,8 @@ export const SureelApiFp = function (configuration) {
|
|
|
1872
1872
|
});
|
|
1873
1873
|
},
|
|
1874
1874
|
/**
|
|
1875
|
-
*
|
|
1876
|
-
* @summary Upload
|
|
1875
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
1876
|
+
* @summary Upload audio or images to create a collection
|
|
1877
1877
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
1878
1878
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
1879
1879
|
* @param {*} [options] Override http request option.
|
|
@@ -2647,8 +2647,8 @@ export const SureelApiFactory = function (configuration, basePath, axios) {
|
|
|
2647
2647
|
.then((request) => request(axios, basePath));
|
|
2648
2648
|
},
|
|
2649
2649
|
/**
|
|
2650
|
-
*
|
|
2651
|
-
* @summary Upload
|
|
2650
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
2651
|
+
* @summary Upload audio or images to create a collection
|
|
2652
2652
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
2653
2653
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
2654
2654
|
* @param {*} [options] Override http request option.
|
|
@@ -3258,8 +3258,8 @@ export class SureelApi extends BaseAPI {
|
|
|
3258
3258
|
.then((request) => request(this.axios, this.basePath));
|
|
3259
3259
|
}
|
|
3260
3260
|
/**
|
|
3261
|
-
*
|
|
3262
|
-
* @summary Upload
|
|
3261
|
+
* Add audio or images and create a new collection. A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint.
|
|
3262
|
+
* @summary Upload audio or images to create a collection
|
|
3263
3263
|
* @param {CreateCollectionContentTypeEnum} contentType
|
|
3264
3264
|
* @param {CreateCollectionRequest} createCollectionRequest
|
|
3265
3265
|
* @param {*} [options] Override http request option.
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
13
|
-
import type {
|
|
12
|
+
import type { AnalysisHistoryEntryRequestDataAnyOfArtistPresetInner } from "./analysis-history-entry-request-data-any-of-artist-preset-inner";
|
|
13
|
+
import type { AnalysisHistoryEntryRequestDataAnyOfControlnet } from "./analysis-history-entry-request-data-any-of-controlnet";
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -43,10 +43,10 @@ export interface AnalysisHistoryEntryRequestData {
|
|
|
43
43
|
custom_watermark?: string | null;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
|
-
* @type {Array<
|
|
46
|
+
* @type {Array<AnalysisHistoryEntryRequestDataAnyOfArtistPresetInner>}
|
|
47
47
|
* @memberof AnalysisHistoryEntryRequestData
|
|
48
48
|
*/
|
|
49
|
-
artist_preset?: Array<
|
|
49
|
+
artist_preset?: Array<AnalysisHistoryEntryRequestDataAnyOfArtistPresetInner>;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {number}
|
|
@@ -91,10 +91,10 @@ export interface AnalysisHistoryEntryRequestData {
|
|
|
91
91
|
upscale?: number | null;
|
|
92
92
|
/**
|
|
93
93
|
*
|
|
94
|
-
* @type {
|
|
94
|
+
* @type {AnalysisHistoryEntryRequestDataAnyOfControlnet}
|
|
95
95
|
* @memberof AnalysisHistoryEntryRequestData
|
|
96
96
|
*/
|
|
97
|
-
controlnet?:
|
|
97
|
+
controlnet?: AnalysisHistoryEntryRequestDataAnyOfControlnet;
|
|
98
98
|
/**
|
|
99
99
|
*
|
|
100
100
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"analysis-history-entry-request-data.d.ts","sourceRoot":"","sources":["../../../src/models/analysis-history-entry-request-data.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAOH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"analysis-history-entry-request-data.d.ts","sourceRoot":"","sources":["../../../src/models/analysis-history-entry-request-data.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAOH,OAAO,KAAK,EAAE,qDAAqD,EAAE,MAAM,kEAAkE,CAAA;AAG7I,OAAO,KAAK,EAAE,8CAA8C,EAAE,MAAM,yDAAyD,CAAA;AAK7H;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAA;IAClB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAChC;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,qDAAqD,CAAC,CAAA;IAC5E;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB;;;;OAIG;IACH,UAAU,CAAC,EAAE,8CAA8C,CAAA;IAC3D;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC9B"}
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { AnalysisHistoryEntryArtistProfilePictures } from "./analysis-history-entry-artist-profile-pictures";
|
|
13
13
|
import type { AnalysisHistoryEntryAttribution } from "./analysis-history-entry-attribution";
|
|
14
|
+
import type { AnalysisHistoryEntryAudioAttributionAnalysis } from "./analysis-history-entry-audio-attribution-analysis";
|
|
14
15
|
import type { AnalysisHistoryEntryCreatedAt } from "./analysis-history-entry-created-at";
|
|
15
16
|
import type { AnalysisHistoryEntryErrorMessage } from "./analysis-history-entry-error-message";
|
|
17
|
+
import type { AnalysisHistoryEntryImageAttributionAnalysis } from "./analysis-history-entry-image-attribution-analysis";
|
|
18
|
+
import type { AnalysisHistoryEntryLyricsAnalysis } from "./analysis-history-entry-lyrics-analysis";
|
|
16
19
|
import type { AnalysisHistoryEntryRequestData } from "./analysis-history-entry-request-data";
|
|
20
|
+
import type { AnalysisHistoryEntrySimilarTracksInner } from "./analysis-history-entry-similar-tracks-inner";
|
|
17
21
|
import type { AnalysisHistoryEntryStatus } from "./analysis-history-entry-status";
|
|
18
22
|
import type { ArtistCollectionsInnerAiCheckResults } from "./artist-collections-inner-ai-check-results";
|
|
19
23
|
import type { AttributionWithStems } from "./attribution-with-stems";
|
|
20
|
-
import type { GetResultByRequestId200ResponseImageAttributionAnalysis } from "./get-result-by-request-id200-response-image-attribution-analysis";
|
|
21
24
|
import type { OptOutAnalysis } from "./opt-out-analysis";
|
|
22
|
-
import type { V1AiAudioLdmRequestIdGet200ResponseAudioAttributionAnalysis } from "./v1-ai-audio-ldm-request-id-get200-response-audio-attribution-analysis";
|
|
23
|
-
import type { V1AiAudioLdmRequestIdGet200ResponseLyricsAnalysis } from "./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis";
|
|
24
|
-
import type { V1AiAudioLdmRequestIdGet200ResponseSimilarTracksInner } from "./v1-ai-audio-ldm-request-id-get200-response-similar-tracks-inner";
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @export
|
|
@@ -126,10 +126,10 @@ export interface AnalysisHistoryEntry {
|
|
|
126
126
|
requestData?: AnalysisHistoryEntryRequestData;
|
|
127
127
|
/**
|
|
128
128
|
*
|
|
129
|
-
* @type {
|
|
129
|
+
* @type {AnalysisHistoryEntryImageAttributionAnalysis}
|
|
130
130
|
* @memberof AnalysisHistoryEntry
|
|
131
131
|
*/
|
|
132
|
-
imageAttributionAnalysis?:
|
|
132
|
+
imageAttributionAnalysis?: AnalysisHistoryEntryImageAttributionAnalysis;
|
|
133
133
|
/**
|
|
134
134
|
*
|
|
135
135
|
* @type {Array<string>}
|
|
@@ -162,10 +162,10 @@ export interface AnalysisHistoryEntry {
|
|
|
162
162
|
attributionPerTrack?: AttributionWithStems;
|
|
163
163
|
/**
|
|
164
164
|
*
|
|
165
|
-
* @type {
|
|
165
|
+
* @type {AnalysisHistoryEntryAudioAttributionAnalysis}
|
|
166
166
|
* @memberof AnalysisHistoryEntry
|
|
167
167
|
*/
|
|
168
|
-
audioAttributionAnalysis?:
|
|
168
|
+
audioAttributionAnalysis?: AnalysisHistoryEntryAudioAttributionAnalysis;
|
|
169
169
|
/**
|
|
170
170
|
*
|
|
171
171
|
* @type {OptOutAnalysis}
|
|
@@ -174,10 +174,10 @@ export interface AnalysisHistoryEntry {
|
|
|
174
174
|
optOutAnalysis?: OptOutAnalysis;
|
|
175
175
|
/**
|
|
176
176
|
*
|
|
177
|
-
* @type {
|
|
177
|
+
* @type {AnalysisHistoryEntryLyricsAnalysis}
|
|
178
178
|
* @memberof AnalysisHistoryEntry
|
|
179
179
|
*/
|
|
180
|
-
lyricsAnalysis?:
|
|
180
|
+
lyricsAnalysis?: AnalysisHistoryEntryLyricsAnalysis;
|
|
181
181
|
/**
|
|
182
182
|
*
|
|
183
183
|
* @type {ArtistCollectionsInnerAiCheckResults}
|
|
@@ -186,10 +186,10 @@ export interface AnalysisHistoryEntry {
|
|
|
186
186
|
aiGeneratedLikelihood?: ArtistCollectionsInnerAiCheckResults;
|
|
187
187
|
/**
|
|
188
188
|
*
|
|
189
|
-
* @type {Array<
|
|
189
|
+
* @type {Array<AnalysisHistoryEntrySimilarTracksInner>}
|
|
190
190
|
* @memberof AnalysisHistoryEntry
|
|
191
191
|
*/
|
|
192
|
-
similarTracks?: Array<
|
|
192
|
+
similarTracks?: Array<AnalysisHistoryEntrySimilarTracksInner>;
|
|
193
193
|
/**
|
|
194
194
|
*
|
|
195
195
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"analysis-history-entry.d.ts","sourceRoot":"","sources":["../../../src/models/analysis-history-entry.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,yCAAyC,EAAE,MAAM,kDAAkD,CAAA;AAGjH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAA;AAG3F,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"analysis-history-entry.d.ts","sourceRoot":"","sources":["../../../src/models/analysis-history-entry.ts"],"names":[],"mappings":"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"}
|
|
@@ -27,12 +27,6 @@ export interface AttributionValuesInner {
|
|
|
27
27
|
* @memberof AttributionValuesInner
|
|
28
28
|
*/
|
|
29
29
|
value?: number;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {Array<number>}
|
|
33
|
-
* @memberof AttributionValuesInner
|
|
34
|
-
*/
|
|
35
|
-
values?: Array<number>;
|
|
36
30
|
/**
|
|
37
31
|
*
|
|
38
32
|
* @type {string}
|
|
@@ -51,11 +45,5 @@ export interface AttributionValuesInner {
|
|
|
51
45
|
* @memberof AttributionValuesInner
|
|
52
46
|
*/
|
|
53
47
|
collection_uuid?: string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof AttributionValuesInner
|
|
58
|
-
*/
|
|
59
|
-
track_name?: string;
|
|
60
48
|
}
|
|
61
49
|
//# sourceMappingURL=attribution-values-inner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attribution-values-inner.d.ts","sourceRoot":"","sources":["../../../src/models/attribution-values-inner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"attribution-values-inner.d.ts","sourceRoot":"","sources":["../../../src/models/attribution-values-inner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;CAC3B"}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { Attribution1 } from "./attribution1";
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -30,9 +30,9 @@ export interface AttributionWithStemsMasterInner {
|
|
|
30
30
|
period: number;
|
|
31
31
|
/**
|
|
32
32
|
* The attribution values for the individual generated files.
|
|
33
|
-
* @type {Array<
|
|
33
|
+
* @type {Array<Attribution1>}
|
|
34
34
|
* @memberof AttributionWithStemsMasterInner
|
|
35
35
|
*/
|
|
36
|
-
values: Array<
|
|
36
|
+
values: Array<Attribution1>;
|
|
37
37
|
}
|
|
38
38
|
//# sourceMappingURL=attribution-with-stems-master-inner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attribution-with-stems-master-inner.d.ts","sourceRoot":"","sources":["../../../src/models/attribution-with-stems-master-inner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"attribution-with-stems-master-inner.d.ts","sourceRoot":"","sources":["../../../src/models/attribution-with-stems-master-inner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAElD;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,MAAM,EAAE,KAAK,CAAC,YAAY,CAAC,CAAA;CAC9B"}
|
|
@@ -27,6 +27,12 @@ export interface Attribution1ValuesInner {
|
|
|
27
27
|
* @memberof Attribution1ValuesInner
|
|
28
28
|
*/
|
|
29
29
|
value?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<number>}
|
|
33
|
+
* @memberof Attribution1ValuesInner
|
|
34
|
+
*/
|
|
35
|
+
values?: Array<number>;
|
|
30
36
|
/**
|
|
31
37
|
*
|
|
32
38
|
* @type {string}
|
|
@@ -45,5 +51,11 @@ export interface Attribution1ValuesInner {
|
|
|
45
51
|
* @memberof Attribution1ValuesInner
|
|
46
52
|
*/
|
|
47
53
|
collection_uuid?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof Attribution1ValuesInner
|
|
58
|
+
*/
|
|
59
|
+
track_name?: string;
|
|
48
60
|
}
|
|
49
61
|
//# sourceMappingURL=attribution1-values-inner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attribution1-values-inner.d.ts","sourceRoot":"","sources":["../../../src/models/attribution1-values-inner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"attribution1-values-inner.d.ts","sourceRoot":"","sources":["../../../src/models/attribution1-values-inner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;CACtB"}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { AnalysisHistoryEntryRequestDataAnyOfArtistPresetInner } from "./analysis-history-entry-request-data-any-of-artist-preset-inner";
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -54,9 +54,9 @@ export interface AudioLdmRequestData {
|
|
|
54
54
|
text_prompt?: string | null;
|
|
55
55
|
/**
|
|
56
56
|
*
|
|
57
|
-
* @type {Array<
|
|
57
|
+
* @type {Array<AnalysisHistoryEntryRequestDataAnyOfArtistPresetInner>}
|
|
58
58
|
* @memberof AudioLdmRequestData
|
|
59
59
|
*/
|
|
60
|
-
artist_preset?: Array<
|
|
60
|
+
artist_preset?: Array<AnalysisHistoryEntryRequestDataAnyOfArtistPresetInner>;
|
|
61
61
|
}
|
|
62
62
|
//# sourceMappingURL=audio-ldm-request-data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audio-ldm-request-data.d.ts","sourceRoot":"","sources":["../../../src/models/audio-ldm-request-data.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"audio-ldm-request-data.d.ts","sourceRoot":"","sources":["../../../src/models/audio-ldm-request-data.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,qDAAqD,EAAE,MAAM,kEAAkE,CAAA;AAE7I;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAA;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,qDAAqD,CAAC,CAAA;CAC/E"}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface FinetuningRequest {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* A collection can be any kind of release, such as an album, a single, EP, compilation, or any other mix of audio files or image files. Each collection has a `collectionUuid`. Every artist/label can create multiple collections of artworks. New collections can be created with the `/artist/upload-artwork` endpoint and existing collections can be obtained with the `/artist/collections` endpoint. For the fine-tuning, the `collectionUuid` is used to condition the image captions and to associate with the training images.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof FinetuningRequest
|
|
22
22
|
*/
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { AnalysisHistoryEntryImageAttributionAnalysis } from "./analysis-history-entry-image-attribution-analysis";
|
|
13
|
+
import type { AnalysisHistoryEntryRequestDataAnyOf } from "./analysis-history-entry-request-data-any-of";
|
|
14
|
+
import type { AnalysisHistoryEntryStatusAnyOf } from "./analysis-history-entry-status-any-of";
|
|
12
15
|
import type { ArtistProfilePicture } from "./artist-profile-picture";
|
|
13
|
-
import type {
|
|
14
|
-
import type { GetResultByRequestId200ResponseImageAttributionAnalysis } from "./get-result-by-request-id200-response-image-attribution-analysis";
|
|
15
|
-
import type { GetResultByRequestId200ResponseRequestData } from "./get-result-by-request-id200-response-request-data";
|
|
16
|
-
import type { V1AiAudioLdmRequestIdGet200ResponseStatus } from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
16
|
+
import type { Attribution } from "./attribution";
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
@@ -22,10 +22,10 @@ import type { V1AiAudioLdmRequestIdGet200ResponseStatus } from "./v1-ai-audio-ld
|
|
|
22
22
|
export interface GetResultByRequestId200Response {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
|
-
* @type {
|
|
25
|
+
* @type {AnalysisHistoryEntryStatusAnyOf}
|
|
26
26
|
* @memberof GetResultByRequestId200Response
|
|
27
27
|
*/
|
|
28
|
-
status?:
|
|
28
|
+
status?: AnalysisHistoryEntryStatusAnyOf;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @type {string}
|
|
@@ -70,16 +70,16 @@ export interface GetResultByRequestId200Response {
|
|
|
70
70
|
previewImagesSignedUrls?: Array<string>;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @type {Array<
|
|
73
|
+
* @type {Array<Attribution>}
|
|
74
74
|
* @memberof GetResultByRequestId200Response
|
|
75
75
|
*/
|
|
76
|
-
attribution?: Array<
|
|
76
|
+
attribution?: Array<Attribution> | null;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
|
-
* @type {Array<
|
|
79
|
+
* @type {Array<Attribution>}
|
|
80
80
|
* @memberof GetResultByRequestId200Response
|
|
81
81
|
*/
|
|
82
|
-
provenance?: Array<
|
|
82
|
+
provenance?: Array<Attribution> | null;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
85
|
* @type {string}
|
|
@@ -112,15 +112,15 @@ export interface GetResultByRequestId200Response {
|
|
|
112
112
|
seed?: number;
|
|
113
113
|
/**
|
|
114
114
|
*
|
|
115
|
-
* @type {
|
|
115
|
+
* @type {AnalysisHistoryEntryRequestDataAnyOf}
|
|
116
116
|
* @memberof GetResultByRequestId200Response
|
|
117
117
|
*/
|
|
118
|
-
requestData?:
|
|
118
|
+
requestData?: AnalysisHistoryEntryRequestDataAnyOf;
|
|
119
119
|
/**
|
|
120
120
|
*
|
|
121
|
-
* @type {
|
|
121
|
+
* @type {AnalysisHistoryEntryImageAttributionAnalysis}
|
|
122
122
|
* @memberof GetResultByRequestId200Response
|
|
123
123
|
*/
|
|
124
|
-
imageAttributionAnalysis?:
|
|
124
|
+
imageAttributionAnalysis?: AnalysisHistoryEntryImageAttributionAnalysis;
|
|
125
125
|
}
|
|
126
126
|
//# sourceMappingURL=get-result-by-request-id200-response.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-result-by-request-id200-response.d.ts","sourceRoot":"","sources":["../../../src/models/get-result-by-request-id200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"get-result-by-request-id200-response.d.ts","sourceRoot":"","sources":["../../../src/models/get-result-by-request-id200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,4CAA4C,EAAE,MAAM,qDAAqD,CAAA;AAGvH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,8CAA8C,CAAA;AAGxG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAA;AAG7F,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAEhD;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,+BAA+B,CAAA;IACxC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,YAAY,CAAC,EAAE,GAAG,CAAA;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAChC;;;;OAIG;IACH,uBAAuB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACvC;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAA;IACvC;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAA;IACtC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAA;IAC1D;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb;;;;OAIG;IACH,WAAW,CAAC,EAAE,oCAAoC,CAAA;IAClD;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,4CAA4C,CAAA;CAC1E"}
|