@sureel/sdk 1.15.0-rc.20 → 1.15.0-rc.21

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 (37) hide show
  1. package/api/sureel-api.d.ts +30 -30
  2. package/api/sureel-api.js +24 -24
  3. package/esm/api/sureel-api.d.ts +30 -30
  4. package/esm/api/sureel-api.js +24 -24
  5. package/esm/models/analysis-history-entry-provenance.d.ts +19 -0
  6. package/esm/models/analysis-history-entry-provenance.d.ts.map +1 -0
  7. package/esm/models/analysis-history-entry-provenance.js +15 -0
  8. package/esm/models/analysis-history-entry-provenance.js.map +1 -0
  9. package/esm/models/analysis-history-entry.d.ts +6 -5
  10. package/esm/models/analysis-history-entry.d.ts.map +1 -1
  11. package/esm/models/get-audio-ldm-response.d.ts +0 -6
  12. package/esm/models/get-audio-ldm-response.d.ts.map +1 -1
  13. package/esm/models/index.d.ts +1 -1
  14. package/esm/models/index.d.ts.map +1 -1
  15. package/esm/models/index.js +1 -1
  16. package/esm/models/index.js.map +1 -1
  17. package/esm/models/post-audio-to-audio-body.d.ts +0 -7
  18. package/esm/models/post-audio-to-audio-body.d.ts.map +1 -1
  19. package/esm/models/prompt-history-entry.d.ts +6 -5
  20. package/esm/models/prompt-history-entry.d.ts.map +1 -1
  21. package/models/analysis-history-entry-provenance.d.ts +19 -0
  22. package/models/analysis-history-entry-provenance.d.ts.map +1 -0
  23. package/models/analysis-history-entry-provenance.js +16 -0
  24. package/models/analysis-history-entry-provenance.js.map +1 -0
  25. package/models/analysis-history-entry.d.ts +6 -5
  26. package/models/analysis-history-entry.d.ts.map +1 -1
  27. package/models/get-audio-ldm-response.d.ts +0 -6
  28. package/models/get-audio-ldm-response.d.ts.map +1 -1
  29. package/models/index.d.ts +1 -1
  30. package/models/index.d.ts.map +1 -1
  31. package/models/index.js +1 -1
  32. package/models/index.js.map +1 -1
  33. package/models/post-audio-to-audio-body.d.ts +0 -7
  34. package/models/post-audio-to-audio-body.d.ts.map +1 -1
  35. package/models/prompt-history-entry.d.ts +6 -5
  36. package/models/prompt-history-entry.d.ts.map +1 -1
  37. package/package.json +1 -1
@@ -256,7 +256,7 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
256
256
  * @param {string} includeArtworks
257
257
  * @param {string} [includeOriginalSongs]
258
258
  * @param {string} [includeFullResArtworks]
259
- * @param {number} [take] The \'take\' parameter is the number of items to be returned per page.
259
+ * @param {number} [take] The `take` parameter is the number of collections to return per page.
260
260
  * @param {string} [cursor] The optional `cursor` parameter is the `lastEvaluatedKey` in the previous page.
261
261
  * @param {*} [options] Override http request option.
262
262
  * @throws {RequiredError}
@@ -265,9 +265,9 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
265
265
  /**
266
266
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
267
267
  * @summary Analysis history
268
- * @param {number} take The \'take\' parameter is the number of items to be returned per page.
268
+ * @param {number} take The `take` parameter is the number of analysis results to return per page.
269
269
  * @param {string} [cursor] The optional `cursor` parameter is the `lastEvaluatedKey` in the previous page.
270
- * @param {number} [maxTimestamp] The optional `maxTimestamp` parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
270
+ * @param {number} [maxTimestamp] The optional `maxTimestamp` parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
271
271
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: `/audio-attribution-analysis`, `/calculate-audio-attribution`, `/opt-out-analysis`, `/accidental-infringement-check`, `/ai-generated-audio-detection`, `/lyrics-analysis`, `/similar-song-finder`, `/song-analysis`, `/stem-split`, `/attribution-analysis`, `/calculate-image-attribution`, `/calculate-provenance`.
272
272
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
273
273
  * @param {*} [options] Override http request option.
@@ -281,7 +281,7 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
281
281
  * @param {string} username
282
282
  * @param {string} [includeOriginalSongs]
283
283
  * @param {string} [includeFullResArtworks]
284
- * @param {number} [take] The \'take\' parameter is the number of items to be returned per page.
284
+ * @param {number} [take] The `take` parameter is the number of collections to return per page.
285
285
  * @param {string} [cursor] The optional `cursor` parameter is the `lastEvaluatedKey` in the previous page.
286
286
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
287
287
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -349,7 +349,7 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
349
349
  * @param {string} includeArtworks
350
350
  * @param {string} [includeOriginalSongs]
351
351
  * @param {string} [includeFullResArtworks]
352
- * @param {number} [take] The \'take\' parameter is the number of items to be returned per page.
352
+ * @param {number} [take] The `take` parameter is the number of collections to return per page.
353
353
  * @param {string} [cursor] The optional `cursor` parameter is the `lastEvaluatedKey` in the previous page.
354
354
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
355
355
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -405,7 +405,7 @@ export declare const SureelApiAxiosParamCreator: (configuration?: Configuration)
405
405
  */
406
406
  imageAttributionAnalysis: (contentType: ImageAttributionAnalysisContentTypeEnum, imageAttributionAnalysisRequest: ImageAttributionAnalysisRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
407
407
  /**
408
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
408
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
409
409
  * @summary Image blending
410
410
  * @param {ImageBlendingContentTypeEnum} contentType
411
411
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -772,7 +772,7 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
772
772
  * @param {string} includeArtworks
773
773
  * @param {string} [includeOriginalSongs]
774
774
  * @param {string} [includeFullResArtworks]
775
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
775
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
776
776
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
777
777
  * @param {*} [options] Override http request option.
778
778
  * @throws {RequiredError}
@@ -781,9 +781,9 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
781
781
  /**
782
782
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
783
783
  * @summary Analysis history
784
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
784
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
785
785
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
786
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
786
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
787
787
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
788
788
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
789
789
  * @param {*} [options] Override http request option.
@@ -797,7 +797,7 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
797
797
  * @param {string} username
798
798
  * @param {string} [includeOriginalSongs]
799
799
  * @param {string} [includeFullResArtworks]
800
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
800
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
801
801
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
802
802
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
803
803
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -865,7 +865,7 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
865
865
  * @param {string} includeArtworks
866
866
  * @param {string} [includeOriginalSongs]
867
867
  * @param {string} [includeFullResArtworks]
868
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
868
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
869
869
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
870
870
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
871
871
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -921,7 +921,7 @@ export declare const SureelApiFp: (configuration?: Configuration) => {
921
921
  */
922
922
  imageAttributionAnalysis(contentType: ImageAttributionAnalysisContentTypeEnum, imageAttributionAnalysisRequest: ImageAttributionAnalysisRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PostLdmResponse>>;
923
923
  /**
924
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
924
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
925
925
  * @summary Image blending
926
926
  * @param {ImageBlendingContentTypeEnum} contentType
927
927
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -1288,7 +1288,7 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
1288
1288
  * @param {string} includeArtworks
1289
1289
  * @param {string} [includeOriginalSongs]
1290
1290
  * @param {string} [includeFullResArtworks]
1291
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1291
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1292
1292
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1293
1293
  * @param {*} [options] Override http request option.
1294
1294
  * @throws {RequiredError}
@@ -1297,9 +1297,9 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
1297
1297
  /**
1298
1298
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
1299
1299
  * @summary Analysis history
1300
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
1300
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
1301
1301
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1302
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
1302
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
1303
1303
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
1304
1304
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
1305
1305
  * @param {*} [options] Override http request option.
@@ -1313,7 +1313,7 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
1313
1313
  * @param {string} username
1314
1314
  * @param {string} [includeOriginalSongs]
1315
1315
  * @param {string} [includeFullResArtworks]
1316
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1316
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1317
1317
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1318
1318
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
1319
1319
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1381,7 +1381,7 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
1381
1381
  * @param {string} includeArtworks
1382
1382
  * @param {string} [includeOriginalSongs]
1383
1383
  * @param {string} [includeFullResArtworks]
1384
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1384
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1385
1385
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1386
1386
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
1387
1387
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1437,7 +1437,7 @@ export declare const SureelApiFactory: (configuration?: Configuration, basePath?
1437
1437
  */
1438
1438
  imageAttributionAnalysis(contentType: ImageAttributionAnalysisContentTypeEnum, imageAttributionAnalysisRequest: ImageAttributionAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostLdmResponse>;
1439
1439
  /**
1440
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1440
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1441
1441
  * @summary Image blending
1442
1442
  * @param {ImageBlendingContentTypeEnum} contentType
1443
1443
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -1825,7 +1825,7 @@ export interface SureelApiInterface {
1825
1825
  * @param {string} includeArtworks
1826
1826
  * @param {string} [includeOriginalSongs]
1827
1827
  * @param {string} [includeFullResArtworks]
1828
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1828
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1829
1829
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1830
1830
  * @param {*} [options] Override http request option.
1831
1831
  * @throws {RequiredError}
@@ -1835,9 +1835,9 @@ export interface SureelApiInterface {
1835
1835
  /**
1836
1836
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
1837
1837
  * @summary Analysis history
1838
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
1838
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
1839
1839
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1840
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
1840
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
1841
1841
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
1842
1842
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
1843
1843
  * @param {*} [options] Override http request option.
@@ -1852,7 +1852,7 @@ export interface SureelApiInterface {
1852
1852
  * @param {string} username
1853
1853
  * @param {string} [includeOriginalSongs]
1854
1854
  * @param {string} [includeFullResArtworks]
1855
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1855
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1856
1856
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1857
1857
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
1858
1858
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1927,7 +1927,7 @@ export interface SureelApiInterface {
1927
1927
  * @param {string} includeArtworks
1928
1928
  * @param {string} [includeOriginalSongs]
1929
1929
  * @param {string} [includeFullResArtworks]
1930
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1930
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1931
1931
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1932
1932
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
1933
1933
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1989,7 +1989,7 @@ export interface SureelApiInterface {
1989
1989
  */
1990
1990
  imageAttributionAnalysis(contentType: ImageAttributionAnalysisContentTypeEnum, imageAttributionAnalysisRequest: ImageAttributionAnalysisRequest, options?: RawAxiosRequestConfig): AxiosPromise<PostLdmResponse>;
1991
1991
  /**
1992
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1992
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1993
1993
  * @summary Image blending
1994
1994
  * @param {ImageBlendingContentTypeEnum} contentType
1995
1995
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -2398,7 +2398,7 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
2398
2398
  * @param {string} includeArtworks
2399
2399
  * @param {string} [includeOriginalSongs]
2400
2400
  * @param {string} [includeFullResArtworks]
2401
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2401
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2402
2402
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2403
2403
  * @param {*} [options] Override http request option.
2404
2404
  * @throws {RequiredError}
@@ -2408,9 +2408,9 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
2408
2408
  /**
2409
2409
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
2410
2410
  * @summary Analysis history
2411
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
2411
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
2412
2412
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2413
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
2413
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
2414
2414
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
2415
2415
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
2416
2416
  * @param {*} [options] Override http request option.
@@ -2425,7 +2425,7 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
2425
2425
  * @param {string} username
2426
2426
  * @param {string} [includeOriginalSongs]
2427
2427
  * @param {string} [includeFullResArtworks]
2428
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2428
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2429
2429
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2430
2430
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
2431
2431
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -2500,7 +2500,7 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
2500
2500
  * @param {string} includeArtworks
2501
2501
  * @param {string} [includeOriginalSongs]
2502
2502
  * @param {string} [includeFullResArtworks]
2503
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2503
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2504
2504
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2505
2505
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
2506
2506
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -2562,7 +2562,7 @@ export declare class SureelApi extends BaseAPI implements SureelApiInterface {
2562
2562
  */
2563
2563
  imageAttributionAnalysis(contentType: ImageAttributionAnalysisContentTypeEnum, imageAttributionAnalysisRequest: ImageAttributionAnalysisRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PostLdmResponse, any>>;
2564
2564
  /**
2565
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
2565
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
2566
2566
  * @summary Image blending
2567
2567
  * @param {ImageBlendingContentTypeEnum} contentType
2568
2568
  * @param {ImageBlendingRequest} imageBlendingRequest
package/api/sureel-api.js CHANGED
@@ -788,7 +788,7 @@ const SureelApiAxiosParamCreator = function (configuration) {
788
788
  * @param {string} includeArtworks
789
789
  * @param {string} [includeOriginalSongs]
790
790
  * @param {string} [includeFullResArtworks]
791
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
791
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
792
792
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
793
793
  * @param {*} [options] Override http request option.
794
794
  * @throws {RequiredError}
@@ -834,9 +834,9 @@ const SureelApiAxiosParamCreator = function (configuration) {
834
834
  /**
835
835
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
836
836
  * @summary Analysis history
837
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
837
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
838
838
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
839
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
839
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
840
840
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
841
841
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
842
842
  * @param {*} [options] Override http request option.
@@ -891,7 +891,7 @@ const SureelApiAxiosParamCreator = function (configuration) {
891
891
  * @param {string} username
892
892
  * @param {string} [includeOriginalSongs]
893
893
  * @param {string} [includeFullResArtworks]
894
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
894
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
895
895
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
896
896
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
897
897
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1170,7 +1170,7 @@ const SureelApiAxiosParamCreator = function (configuration) {
1170
1170
  * @param {string} includeArtworks
1171
1171
  * @param {string} [includeOriginalSongs]
1172
1172
  * @param {string} [includeFullResArtworks]
1173
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
1173
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
1174
1174
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
1175
1175
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
1176
1176
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -1425,7 +1425,7 @@ const SureelApiAxiosParamCreator = function (configuration) {
1425
1425
  };
1426
1426
  },
1427
1427
  /**
1428
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1428
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
1429
1429
  * @summary Image blending
1430
1430
  * @param {ImageBlendingContentTypeEnum} contentType
1431
1431
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -2510,7 +2510,7 @@ const SureelApiFp = function (configuration) {
2510
2510
  * @param {string} includeArtworks
2511
2511
  * @param {string} [includeOriginalSongs]
2512
2512
  * @param {string} [includeFullResArtworks]
2513
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2513
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2514
2514
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2515
2515
  * @param {*} [options] Override http request option.
2516
2516
  * @throws {RequiredError}
@@ -2525,9 +2525,9 @@ const SureelApiFp = function (configuration) {
2525
2525
  /**
2526
2526
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
2527
2527
  * @summary Analysis history
2528
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
2528
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
2529
2529
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2530
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
2530
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
2531
2531
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
2532
2532
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
2533
2533
  * @param {*} [options] Override http request option.
@@ -2547,7 +2547,7 @@ const SureelApiFp = function (configuration) {
2547
2547
  * @param {string} username
2548
2548
  * @param {string} [includeOriginalSongs]
2549
2549
  * @param {string} [includeFullResArtworks]
2550
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2550
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2551
2551
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2552
2552
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
2553
2553
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -2657,7 +2657,7 @@ const SureelApiFp = function (configuration) {
2657
2657
  * @param {string} includeArtworks
2658
2658
  * @param {string} [includeOriginalSongs]
2659
2659
  * @param {string} [includeFullResArtworks]
2660
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
2660
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
2661
2661
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
2662
2662
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
2663
2663
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -2749,7 +2749,7 @@ const SureelApiFp = function (configuration) {
2749
2749
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2750
2750
  },
2751
2751
  /**
2752
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
2752
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
2753
2753
  * @summary Image blending
2754
2754
  * @param {ImageBlendingContentTypeEnum} contentType
2755
2755
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -3320,7 +3320,7 @@ const SureelApiFactory = function (configuration, basePath, axios) {
3320
3320
  * @param {string} includeArtworks
3321
3321
  * @param {string} [includeOriginalSongs]
3322
3322
  * @param {string} [includeFullResArtworks]
3323
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
3323
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
3324
3324
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
3325
3325
  * @param {*} [options] Override http request option.
3326
3326
  * @throws {RequiredError}
@@ -3333,9 +3333,9 @@ const SureelApiFactory = function (configuration, basePath, axios) {
3333
3333
  /**
3334
3334
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
3335
3335
  * @summary Analysis history
3336
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
3336
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
3337
3337
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
3338
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
3338
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
3339
3339
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
3340
3340
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
3341
3341
  * @param {*} [options] Override http request option.
@@ -3353,7 +3353,7 @@ const SureelApiFactory = function (configuration, basePath, axios) {
3353
3353
  * @param {string} username
3354
3354
  * @param {string} [includeOriginalSongs]
3355
3355
  * @param {string} [includeFullResArtworks]
3356
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
3356
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
3357
3357
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
3358
3358
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
3359
3359
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -3449,7 +3449,7 @@ const SureelApiFactory = function (configuration, basePath, axios) {
3449
3449
  * @param {string} includeArtworks
3450
3450
  * @param {string} [includeOriginalSongs]
3451
3451
  * @param {string} [includeFullResArtworks]
3452
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
3452
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
3453
3453
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
3454
3454
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
3455
3455
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -3529,7 +3529,7 @@ const SureelApiFactory = function (configuration, basePath, axios) {
3529
3529
  .then((request) => request(axios, basePath));
3530
3530
  },
3531
3531
  /**
3532
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
3532
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
3533
3533
  * @summary Image blending
3534
3534
  * @param {ImageBlendingContentTypeEnum} contentType
3535
3535
  * @param {ImageBlendingRequest} imageBlendingRequest
@@ -4080,7 +4080,7 @@ class SureelApi extends base_1.BaseAPI {
4080
4080
  * @param {string} includeArtworks
4081
4081
  * @param {string} [includeOriginalSongs]
4082
4082
  * @param {string} [includeFullResArtworks]
4083
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
4083
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
4084
4084
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
4085
4085
  * @param {*} [options] Override http request option.
4086
4086
  * @throws {RequiredError}
@@ -4094,9 +4094,9 @@ class SureelApi extends base_1.BaseAPI {
4094
4094
  /**
4095
4095
  * Retrieve the history of previous analysis requests (such as attribution analysis or AI detection) by using cursor-based pagination.
4096
4096
  * @summary Analysis history
4097
- * @param {number} take The \&#39;take\&#39; parameter is the number of items to be returned per page.
4097
+ * @param {number} take The &#x60;take&#x60; parameter is the number of analysis results to return per page.
4098
4098
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
4099
- * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter transactions up to a certain timestamp.
4099
+ * @param {number} [maxTimestamp] The optional &#x60;maxTimestamp&#x60; parameter, expressed in milliseconds, can be used to filter analysis results up to a certain timestamp.
4100
4100
  * @param {AnalysisRequestType} [requestType] Specifies the type of the request to retrieve. Possible values: &#x60;/audio-attribution-analysis&#x60;, &#x60;/calculate-audio-attribution&#x60;, &#x60;/opt-out-analysis&#x60;, &#x60;/accidental-infringement-check&#x60;, &#x60;/ai-generated-audio-detection&#x60;, &#x60;/lyrics-analysis&#x60;, &#x60;/similar-song-finder&#x60;, &#x60;/song-analysis&#x60;, &#x60;/stem-split&#x60;, &#x60;/attribution-analysis&#x60;, &#x60;/calculate-image-attribution&#x60;, &#x60;/calculate-provenance&#x60;.
4101
4101
  * @param {number} [topNAttributionResults] Specifies the number of top attribution results to be returned. A value of -1 indicates that all attribution results should be returned.
4102
4102
  * @param {*} [options] Override http request option.
@@ -4115,7 +4115,7 @@ class SureelApi extends base_1.BaseAPI {
4115
4115
  * @param {string} username
4116
4116
  * @param {string} [includeOriginalSongs]
4117
4117
  * @param {string} [includeFullResArtworks]
4118
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
4118
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
4119
4119
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
4120
4120
  * @param {GetArtistByUsernameCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
4121
4121
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -4218,7 +4218,7 @@ class SureelApi extends base_1.BaseAPI {
4218
4218
  * @param {string} includeArtworks
4219
4219
  * @param {string} [includeOriginalSongs]
4220
4220
  * @param {string} [includeFullResArtworks]
4221
- * @param {number} [take] The \&#39;take\&#39; parameter is the number of items to be returned per page.
4221
+ * @param {number} [take] The &#x60;take&#x60; parameter is the number of collections to return per page.
4222
4222
  * @param {string} [cursor] The optional &#x60;cursor&#x60; parameter is the &#x60;lastEvaluatedKey&#x60; in the previous page.
4223
4223
  * @param {GetOwnCollectionsCollectionSearchFieldEnum} [collectionSearchField] Field to search collections by.
4224
4224
  * @param {string} [collectionSearchValue] Value to match against the specified collection search field. Supports case-insensitive partial matching.
@@ -4304,7 +4304,7 @@ class SureelApi extends base_1.BaseAPI {
4304
4304
  .then((request) => request(this.axios, this.basePath));
4305
4305
  }
4306
4306
  /**
4307
- * Blend two images into a combination of both. The content image influnces the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
4307
+ * Blend two images into a combination of both. The content image influences the content more and the style image influences the style more. By default, each user has a limit of 100 requests per minute.
4308
4308
  * @summary Image blending
4309
4309
  * @param {ImageBlendingContentTypeEnum} contentType
4310
4310
  * @param {ImageBlendingRequest} imageBlendingRequest