@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.
Files changed (57) hide show
  1. package/api/sureel-api.d.ts +10 -10
  2. package/api/sureel-api.js +8 -8
  3. package/esm/api/sureel-api.d.ts +10 -10
  4. package/esm/api/sureel-api.js +8 -8
  5. package/esm/models/analysis-history-entry-request-data.d.ts +6 -6
  6. package/esm/models/analysis-history-entry-request-data.d.ts.map +1 -1
  7. package/esm/models/analysis-history-entry.d.ts +12 -12
  8. package/esm/models/analysis-history-entry.d.ts.map +1 -1
  9. package/esm/models/attribution-values-inner.d.ts +0 -12
  10. package/esm/models/attribution-values-inner.d.ts.map +1 -1
  11. package/esm/models/attribution-with-stems-master-inner.d.ts +3 -3
  12. package/esm/models/attribution-with-stems-master-inner.d.ts.map +1 -1
  13. package/esm/models/attribution1-values-inner.d.ts +12 -0
  14. package/esm/models/attribution1-values-inner.d.ts.map +1 -1
  15. package/esm/models/audio-ldm-request-data.d.ts +3 -3
  16. package/esm/models/audio-ldm-request-data.d.ts.map +1 -1
  17. package/esm/models/finetuning-request.d.ts +1 -1
  18. package/esm/models/get-result-by-request-id200-response.d.ts +14 -14
  19. package/esm/models/get-result-by-request-id200-response.d.ts.map +1 -1
  20. package/esm/models/index.d.ts +23 -23
  21. package/esm/models/index.d.ts.map +1 -1
  22. package/esm/models/index.js +23 -23
  23. package/esm/models/index.js.map +1 -1
  24. package/esm/models/prompt-history-entry.d.ts +12 -12
  25. package/esm/models/prompt-history-entry.d.ts.map +1 -1
  26. package/esm/models/v1-ai-audio-ldm-audio-attribution-setup-post-request.d.ts +1 -1
  27. package/esm/models/v1-ai-audio-ldm-request-id-get200-response.d.ts +17 -17
  28. package/esm/models/v1-ai-audio-ldm-request-id-get200-response.d.ts.map +1 -1
  29. package/esm/models/v1-ai-audio-ldm-text-to-artist-audio-post-request-artist-preset-inner.d.ts +1 -1
  30. package/esm/models/v1-ai-ldm-image-attribution-setup-post-request.d.ts +1 -1
  31. package/models/analysis-history-entry-request-data.d.ts +6 -6
  32. package/models/analysis-history-entry-request-data.d.ts.map +1 -1
  33. package/models/analysis-history-entry.d.ts +12 -12
  34. package/models/analysis-history-entry.d.ts.map +1 -1
  35. package/models/attribution-values-inner.d.ts +0 -12
  36. package/models/attribution-values-inner.d.ts.map +1 -1
  37. package/models/attribution-with-stems-master-inner.d.ts +3 -3
  38. package/models/attribution-with-stems-master-inner.d.ts.map +1 -1
  39. package/models/attribution1-values-inner.d.ts +12 -0
  40. package/models/attribution1-values-inner.d.ts.map +1 -1
  41. package/models/audio-ldm-request-data.d.ts +3 -3
  42. package/models/audio-ldm-request-data.d.ts.map +1 -1
  43. package/models/finetuning-request.d.ts +1 -1
  44. package/models/get-result-by-request-id200-response.d.ts +14 -14
  45. package/models/get-result-by-request-id200-response.d.ts.map +1 -1
  46. package/models/index.d.ts +23 -23
  47. package/models/index.d.ts.map +1 -1
  48. package/models/index.js +23 -23
  49. package/models/index.js.map +1 -1
  50. package/models/prompt-history-entry.d.ts +12 -12
  51. package/models/prompt-history-entry.d.ts.map +1 -1
  52. package/models/v1-ai-audio-ldm-audio-attribution-setup-post-request.d.ts +1 -1
  53. package/models/v1-ai-audio-ldm-request-id-get200-response.d.ts +17 -17
  54. package/models/v1-ai-audio-ldm-request-id-get200-response.d.ts.map +1 -1
  55. package/models/v1-ai-audio-ldm-text-to-artist-audio-post-request-artist-preset-inner.d.ts +1 -1
  56. package/models/v1-ai-ldm-image-attribution-setup-post-request.d.ts +1 -1
  57. package/package.json +1 -1
@@ -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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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.
@@ -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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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.
@@ -189,8 +189,8 @@ export const SureelApiAxiosParamCreator = function (configuration) {
189
189
  };
190
190
  }),
191
191
  /**
192
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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
- * Upload artworks and create a new artist collection. Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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 artworks and create collection
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 { AudioLdmRequestDataArtistPresetInner } from "./audio-ldm-request-data-artist-preset-inner";
13
- import type { GetResultByRequestId200ResponseRequestDataControlnet } from "./get-result-by-request-id200-response-request-data-controlnet";
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<AudioLdmRequestDataArtistPresetInner>}
46
+ * @type {Array<AnalysisHistoryEntryRequestDataAnyOfArtistPresetInner>}
47
47
  * @memberof AnalysisHistoryEntryRequestData
48
48
  */
49
- artist_preset?: Array<AudioLdmRequestDataArtistPresetInner>;
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 {GetResultByRequestId200ResponseRequestDataControlnet}
94
+ * @type {AnalysisHistoryEntryRequestDataAnyOfControlnet}
95
95
  * @memberof AnalysisHistoryEntryRequestData
96
96
  */
97
- controlnet?: GetResultByRequestId200ResponseRequestDataControlnet;
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,oCAAoC,EAAE,MAAM,8CAA8C,CAAA;AAMxG,OAAO,KAAK,EAAE,oDAAoD,EAAE,MAAM,gEAAgE,CAAA;AAE1I;;;;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,oCAAoC,CAAC,CAAA;IAC3D;;;;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,oDAAoD,CAAA;IACjE;;;;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"}
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 {GetResultByRequestId200ResponseImageAttributionAnalysis}
129
+ * @type {AnalysisHistoryEntryImageAttributionAnalysis}
130
130
  * @memberof AnalysisHistoryEntry
131
131
  */
132
- imageAttributionAnalysis?: GetResultByRequestId200ResponseImageAttributionAnalysis;
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 {V1AiAudioLdmRequestIdGet200ResponseAudioAttributionAnalysis}
165
+ * @type {AnalysisHistoryEntryAudioAttributionAnalysis}
166
166
  * @memberof AnalysisHistoryEntry
167
167
  */
168
- audioAttributionAnalysis?: V1AiAudioLdmRequestIdGet200ResponseAudioAttributionAnalysis;
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 {V1AiAudioLdmRequestIdGet200ResponseLyricsAnalysis}
177
+ * @type {AnalysisHistoryEntryLyricsAnalysis}
178
178
  * @memberof AnalysisHistoryEntry
179
179
  */
180
- lyricsAnalysis?: V1AiAudioLdmRequestIdGet200ResponseLyricsAnalysis;
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<V1AiAudioLdmRequestIdGet200ResponseSimilarTracksInner>}
189
+ * @type {Array<AnalysisHistoryEntrySimilarTracksInner>}
190
190
  * @memberof AnalysisHistoryEntry
191
191
  */
192
- similarTracks?: Array<V1AiAudioLdmRequestIdGet200ResponseSimilarTracksInner>;
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,6BAA6B,EAAE,MAAM,qCAAqC,CAAA;AAGxF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAA;AAG9F,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAG5F,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAA;AAGjF,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,6CAA6C,CAAA;AAGvG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,uDAAuD,EAAE,MAAM,mEAAmE,CAAA;AAGhJ,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGxD,OAAO,KAAK,EAAE,2DAA2D,EAAE,MAAM,yEAAyE,CAAA;AAG1J,OAAO,KAAK,EAAE,iDAAiD,EAAE,MAAM,8DAA8D,CAAA;AAGrI,OAAO,KAAK,EAAE,qDAAqD,EAAE,MAAM,mEAAmE,CAAA;AAE9I;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,0BAA0B,CAAA;IACnC;;;;OAIG;IACH,YAAY,CAAC,EAAE,gCAAgC,CAAA;IAC/C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAA;IAC3C;;;;OAIG;IACH,SAAS,EAAE,gCAAgC,CAAA;IAC3C;;;;OAIG;IACH,YAAY,CAAC,EAAE,IAAI,CAAA;IACnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,6BAA6B,CAAA;IACzC;;;;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,+BAA+B,CAAA;IAC7C;;;;OAIG;IACH,UAAU,CAAC,EAAE,+BAA+B,CAAA;IAC5C;;;;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,yCAAyC,CAAA;IACjE;;;;OAIG;IACH,IAAI,CAAC,EAAE,6BAA6B,CAAA;IACpC;;;;OAIG;IACH,WAAW,CAAC,EAAE,+BAA+B,CAAA;IAC7C;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,uDAAuD,CAAA;IAClF;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAChC;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC5C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,oBAAoB,CAAA;IAC/C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,oBAAoB,CAAA;IAC1C;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,2DAA2D,CAAA;IACtF;;;;OAIG;IACH,cAAc,CAAC,EAAE,cAAc,CAAA;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,iDAAiD,CAAA;IAClE;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,oCAAoC,CAAA;IAC5D;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,qDAAqD,CAAC,CAAA;IAC5E;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;CACvB"}
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,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"}
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 { Attribution } from "./attribution";
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<Attribution>}
33
+ * @type {Array<Attribution1>}
34
34
  * @memberof AttributionWithStemsMasterInner
35
35
  */
36
- values: Array<Attribution>;
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,WAAW,EAAE,MAAM,eAAe,CAAA;AAEhD;;;;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,WAAW,CAAC,CAAA;CAC7B"}
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;CAC3B"}
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 { AudioLdmRequestDataArtistPresetInner } from "./audio-ldm-request-data-artist-preset-inner";
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<AudioLdmRequestDataArtistPresetInner>}
57
+ * @type {Array<AnalysisHistoryEntryRequestDataAnyOfArtistPresetInner>}
58
58
  * @memberof AudioLdmRequestData
59
59
  */
60
- artist_preset?: Array<AudioLdmRequestDataArtistPresetInner>;
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,oCAAoC,EAAE,MAAM,8CAA8C,CAAA;AAExG;;;;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,oCAAoC,CAAC,CAAA;CAC9D"}
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
- * Every artist can create multiple collections of artworks. The model is trained on each collection separately. Each collection has a `collectionUuid` that can be used for the fine-tuning or as `artistPreset` in the synthesis endpoints. 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.
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 { Attribution1 } from "./attribution1";
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 {V1AiAudioLdmRequestIdGet200ResponseStatus}
25
+ * @type {AnalysisHistoryEntryStatusAnyOf}
26
26
  * @memberof GetResultByRequestId200Response
27
27
  */
28
- status?: V1AiAudioLdmRequestIdGet200ResponseStatus;
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<Attribution1>}
73
+ * @type {Array<Attribution>}
74
74
  * @memberof GetResultByRequestId200Response
75
75
  */
76
- attribution?: Array<Attribution1> | null;
76
+ attribution?: Array<Attribution> | null;
77
77
  /**
78
78
  *
79
- * @type {Array<Attribution1>}
79
+ * @type {Array<Attribution>}
80
80
  * @memberof GetResultByRequestId200Response
81
81
  */
82
- provenance?: Array<Attribution1> | null;
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 {GetResultByRequestId200ResponseRequestData}
115
+ * @type {AnalysisHistoryEntryRequestDataAnyOf}
116
116
  * @memberof GetResultByRequestId200Response
117
117
  */
118
- requestData?: GetResultByRequestId200ResponseRequestData;
118
+ requestData?: AnalysisHistoryEntryRequestDataAnyOf;
119
119
  /**
120
120
  *
121
- * @type {GetResultByRequestId200ResponseImageAttributionAnalysis}
121
+ * @type {AnalysisHistoryEntryImageAttributionAnalysis}
122
122
  * @memberof GetResultByRequestId200Response
123
123
  */
124
- imageAttributionAnalysis?: GetResultByRequestId200ResponseImageAttributionAnalysis;
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,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAGlD,OAAO,KAAK,EAAE,uDAAuD,EAAE,MAAM,mEAAmE,CAAA;AAGhJ,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,qDAAqD,CAAA;AAGrH,OAAO,KAAK,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAA;AAEpH;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,yCAAyC,CAAA;IAClD;;;;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,YAAY,CAAC,GAAG,IAAI,CAAA;IACxC;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,IAAI,CAAA;IACvC;;;;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,0CAA0C,CAAA;IACxD;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,uDAAuD,CAAA;CACrF"}
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"}