@sureel/sdk 1.2.2-rc.19 → 1.2.2-rc.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/models/attribution-values-inner.d.ts +13 -1
- package/esm/models/attribution-values-inner.d.ts.map +1 -1
- package/esm/models/attribution-with-stems-master-inner.d.ts +38 -0
- package/esm/models/attribution-with-stems-master-inner.d.ts.map +1 -0
- package/esm/models/attribution-with-stems-master-inner.js +15 -0
- package/esm/models/attribution-with-stems-master-inner.js.map +1 -0
- package/esm/models/attribution-with-stems.d.ts +38 -0
- package/esm/models/attribution-with-stems.d.ts.map +1 -0
- package/esm/models/attribution-with-stems.js +15 -0
- package/esm/models/attribution-with-stems.js.map +1 -0
- package/esm/models/attribution1-values-inner.d.ts +49 -0
- package/esm/models/attribution1-values-inner.d.ts.map +1 -0
- package/esm/models/attribution1-values-inner.js +15 -0
- package/esm/models/attribution1-values-inner.js.map +1 -0
- package/esm/models/attribution1.d.ts +13 -0
- package/esm/models/attribution1.d.ts.map +1 -1
- package/esm/models/attribution2.d.ts +19 -0
- package/esm/models/attribution2.d.ts.map +1 -0
- package/esm/models/attribution2.js +15 -0
- package/esm/models/attribution2.js.map +1 -0
- package/esm/models/get-result-by-request-id200-response.d.ts +8 -8
- package/esm/models/get-result-by-request-id200-response.d.ts.map +1 -1
- package/esm/models/index.d.ts +6 -2
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +6 -2
- package/esm/models/index.js.map +1 -1
- package/esm/models/prompt-history-entry-attribution-any-of.d.ts +1 -1
- package/esm/models/prompt-history-entry-provenance-any-of.d.ts +19 -0
- package/esm/models/prompt-history-entry-provenance-any-of.d.ts.map +1 -0
- package/esm/models/prompt-history-entry-provenance-any-of.js +15 -0
- package/esm/models/prompt-history-entry-provenance-any-of.js.map +1 -0
- package/esm/models/prompt-history-entry.d.ts +9 -3
- package/esm/models/prompt-history-entry.d.ts.map +1 -1
- package/esm/models/transaction-history.d.ts +3 -3
- package/esm/models/transaction-history.d.ts.map +1 -1
- package/esm/models/v1-ai-audio-ldm-request-id-get200-response-status.d.ts +1 -1
- package/esm/models/v1-ai-audio-ldm-request-id-get200-response-status.js +1 -1
- package/esm/models/v1-ai-audio-ldm-request-id-get200-response.d.ts +12 -6
- package/esm/models/v1-ai-audio-ldm-request-id-get200-response.d.ts.map +1 -1
- package/models/attribution-values-inner.d.ts +13 -1
- package/models/attribution-values-inner.d.ts.map +1 -1
- package/models/attribution-with-stems-master-inner.d.ts +38 -0
- package/models/attribution-with-stems-master-inner.d.ts.map +1 -0
- package/models/attribution-with-stems-master-inner.js +16 -0
- package/models/attribution-with-stems-master-inner.js.map +1 -0
- package/models/attribution-with-stems.d.ts +38 -0
- package/models/attribution-with-stems.d.ts.map +1 -0
- package/models/attribution-with-stems.js +16 -0
- package/models/attribution-with-stems.js.map +1 -0
- package/models/attribution1-values-inner.d.ts +49 -0
- package/models/attribution1-values-inner.d.ts.map +1 -0
- package/models/attribution1-values-inner.js +16 -0
- package/models/attribution1-values-inner.js.map +1 -0
- package/models/attribution1.d.ts +13 -0
- package/models/attribution1.d.ts.map +1 -1
- package/models/attribution2.d.ts +19 -0
- package/models/attribution2.d.ts.map +1 -0
- package/models/attribution2.js +16 -0
- package/models/attribution2.js.map +1 -0
- package/models/get-result-by-request-id200-response.d.ts +8 -8
- package/models/get-result-by-request-id200-response.d.ts.map +1 -1
- package/models/index.d.ts +6 -2
- package/models/index.d.ts.map +1 -1
- package/models/index.js +6 -2
- package/models/index.js.map +1 -1
- package/models/prompt-history-entry-attribution-any-of.d.ts +1 -1
- package/models/prompt-history-entry-provenance-any-of.d.ts +19 -0
- package/models/prompt-history-entry-provenance-any-of.d.ts.map +1 -0
- package/models/prompt-history-entry-provenance-any-of.js +16 -0
- package/models/prompt-history-entry-provenance-any-of.js.map +1 -0
- package/models/prompt-history-entry.d.ts +9 -3
- package/models/prompt-history-entry.d.ts.map +1 -1
- package/models/transaction-history.d.ts +3 -3
- package/models/transaction-history.d.ts.map +1 -1
- package/models/v1-ai-audio-ldm-request-id-get200-response-status.d.ts +1 -1
- package/models/v1-ai-audio-ldm-request-id-get200-response-status.js +1 -1
- package/models/v1-ai-audio-ldm-request-id-get200-response.d.ts +12 -6
- package/models/v1-ai-audio-ldm-request-id-get200-response.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -26,7 +26,13 @@ export interface AttributionValuesInner {
|
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof AttributionValuesInner
|
|
28
28
|
*/
|
|
29
|
-
value
|
|
29
|
+
value?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Array<number>}
|
|
33
|
+
* @memberof AttributionValuesInner
|
|
34
|
+
*/
|
|
35
|
+
values?: Array<number>;
|
|
30
36
|
/**
|
|
31
37
|
*
|
|
32
38
|
* @type {string}
|
|
@@ -45,5 +51,11 @@ export interface AttributionValuesInner {
|
|
|
45
51
|
* @memberof AttributionValuesInner
|
|
46
52
|
*/
|
|
47
53
|
collection_uuid?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof AttributionValuesInner
|
|
58
|
+
*/
|
|
59
|
+
track_name?: string;
|
|
48
60
|
}
|
|
49
61
|
//# 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,EAAE,MAAM,CAAA;
|
|
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"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sureel API
|
|
3
|
+
* API for the Sureel network.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document:
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Attribution } from "./attribution";
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AttributionWithStemsMasterInner
|
|
17
|
+
*/
|
|
18
|
+
export interface AttributionWithStemsMasterInner {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof AttributionWithStemsMasterInner
|
|
23
|
+
*/
|
|
24
|
+
duration: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof AttributionWithStemsMasterInner
|
|
29
|
+
*/
|
|
30
|
+
period: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<Attribution>}
|
|
34
|
+
* @memberof AttributionWithStemsMasterInner
|
|
35
|
+
*/
|
|
36
|
+
values: Array<Attribution>;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=attribution-with-stems-master-inner.d.ts.map
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sureel API
|
|
5
|
+
* API for the Sureel network.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document:
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=attribution-with-stems-master-inner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribution-with-stems-master-inner.js","sourceRoot":"","sources":["../../../src/models/attribution-with-stems-master-inner.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sureel API
|
|
3
|
+
* API for the Sureel network.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document:
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { AttributionWithStemsMasterInner } from "./attribution-with-stems-master-inner";
|
|
13
|
+
/**
|
|
14
|
+
* Attribution describes the influence of training data on content generated using AI. When training an AI model with different collections of data, each collection has a certain amount of influence on the resulting model. When generating new content with the resulting model, the influence each collection has on the new content is referred to as the attribution of the new content. The attribution is returned for the master audio as well as for each individual stem. Additionally, attribution is calculated for multiple segments of the entire song. If the duration and period of a segment are -1, it indicates that attribution for the entire song was calculated.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AttributionWithStems
|
|
17
|
+
*/
|
|
18
|
+
export interface AttributionWithStems {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<AttributionWithStemsMasterInner>}
|
|
22
|
+
* @memberof AttributionWithStems
|
|
23
|
+
*/
|
|
24
|
+
master?: Array<AttributionWithStemsMasterInner>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<AttributionWithStemsMasterInner>}
|
|
28
|
+
* @memberof AttributionWithStems
|
|
29
|
+
*/
|
|
30
|
+
instrumentals?: Array<AttributionWithStemsMasterInner>;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<AttributionWithStemsMasterInner>}
|
|
34
|
+
* @memberof AttributionWithStems
|
|
35
|
+
*/
|
|
36
|
+
vocals?: Array<AttributionWithStemsMasterInner>;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=attribution-with-stems.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribution-with-stems.d.ts","sourceRoot":"","sources":["../../../src/models/attribution-with-stems.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAE5F;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAA;IAC/C;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAA;IACtD;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAA;CAClD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sureel API
|
|
5
|
+
* API for the Sureel network.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document:
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=attribution-with-stems.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribution-with-stems.js","sourceRoot":"","sources":["../../../src/models/attribution-with-stems.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sureel API
|
|
3
|
+
* API for the Sureel network.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document:
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Attribution1ValuesInner
|
|
16
|
+
*/
|
|
17
|
+
export interface Attribution1ValuesInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Attribution1ValuesInner
|
|
22
|
+
*/
|
|
23
|
+
artist: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof Attribution1ValuesInner
|
|
28
|
+
*/
|
|
29
|
+
value?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Attribution1ValuesInner
|
|
34
|
+
*/
|
|
35
|
+
username?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof Attribution1ValuesInner
|
|
40
|
+
*/
|
|
41
|
+
collection_name?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof Attribution1ValuesInner
|
|
46
|
+
*/
|
|
47
|
+
collection_uuid?: string;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=attribution1-values-inner.d.ts.map
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sureel API
|
|
5
|
+
* API for the Sureel network.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document:
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=attribution1-values-inner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribution1-values-inner.js","sourceRoot":"","sources":["../../../src/models/attribution1-values-inner.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -9,11 +9,24 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { Attribution1ValuesInner } from "./attribution1-values-inner";
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
15
16
|
* @interface Attribution1
|
|
16
17
|
*/
|
|
17
18
|
export interface Attribution1 {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof Attribution1
|
|
23
|
+
*/
|
|
24
|
+
filename: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<Attribution1ValuesInner>}
|
|
28
|
+
* @memberof Attribution1
|
|
29
|
+
*/
|
|
30
|
+
values: Array<Attribution1ValuesInner>;
|
|
18
31
|
}
|
|
19
32
|
//# sourceMappingURL=attribution1.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attribution1.d.ts","sourceRoot":"","sources":["../../../src/models/attribution1.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;
|
|
1
|
+
{"version":3,"file":"attribution1.d.ts","sourceRoot":"","sources":["../../../src/models/attribution1.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAA;AAE1E;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB;;;;OAIG;IACH,MAAM,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAA;CACzC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sureel API
|
|
3
|
+
* API for the Sureel network.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document:
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Attribution describes the influence of training data on content generated using AI. When training an AI model with different collections of data, each collection has a certain amount of influence on the resulting model. When generating new content with the resulting model, the influence each collection has on the new content is referred to as the attribution of the new content.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Attribution2
|
|
16
|
+
*/
|
|
17
|
+
export interface Attribution2 {
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=attribution2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribution2.d.ts","sourceRoot":"","sources":["../../../src/models/attribution2.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAMH;;;;GAIG;AACH,MAAM,WAAW,YAAY;CAAG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sureel API
|
|
5
|
+
* API for the Sureel network.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document:
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=attribution2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribution2.js","sourceRoot":"","sources":["../../../src/models/attribution2.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ArtistProfilePicture } from "./artist-profile-picture";
|
|
13
|
-
import type {
|
|
13
|
+
import type { Attribution1 } from "./attribution1";
|
|
14
14
|
import type { GetResultByRequestId200ResponseAttributionAnalysis } from "./get-result-by-request-id200-response-attribution-analysis";
|
|
15
15
|
import type { GetResultByRequestId200ResponseRequestData } from "./get-result-by-request-id200-response-request-data";
|
|
16
|
-
import type {
|
|
16
|
+
import type { V1AiAudioLdmRequestIdGet200ResponseStatus } from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
17
17
|
/**
|
|
18
18
|
*
|
|
19
19
|
* @export
|
|
@@ -22,10 +22,10 @@ import type { TransactionHistoryStatus } from "./transaction-history-status";
|
|
|
22
22
|
export interface GetResultByRequestId200Response {
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
|
-
* @type {
|
|
25
|
+
* @type {V1AiAudioLdmRequestIdGet200ResponseStatus}
|
|
26
26
|
* @memberof GetResultByRequestId200Response
|
|
27
27
|
*/
|
|
28
|
-
status?:
|
|
28
|
+
status?: V1AiAudioLdmRequestIdGet200ResponseStatus;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
31
|
* @type {string}
|
|
@@ -70,16 +70,16 @@ export interface GetResultByRequestId200Response {
|
|
|
70
70
|
previewImagesSignedUrls?: Array<string>;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
|
-
* @type {Array<
|
|
73
|
+
* @type {Array<Attribution1>}
|
|
74
74
|
* @memberof GetResultByRequestId200Response
|
|
75
75
|
*/
|
|
76
|
-
attribution?: Array<
|
|
76
|
+
attribution?: Array<Attribution1> | null;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
|
-
* @type {Array<
|
|
79
|
+
* @type {Array<Attribution1>}
|
|
80
80
|
* @memberof GetResultByRequestId200Response
|
|
81
81
|
*/
|
|
82
|
-
provenance?: Array<
|
|
82
|
+
provenance?: Array<Attribution1> | null;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
85
|
* @type {string}
|
|
@@ -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,
|
|
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,kDAAkD,EAAE,MAAM,6DAA6D,CAAA;AAGrI,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,mBAAmB,CAAC,EAAE,kDAAkD,CAAA;CAC3E"}
|
package/esm/models/index.d.ts
CHANGED
|
@@ -6,7 +6,11 @@ export * from "./artist-profile-picture";
|
|
|
6
6
|
export * from "./artist-profile-pictures";
|
|
7
7
|
export * from "./attribution";
|
|
8
8
|
export * from "./attribution1";
|
|
9
|
+
export * from "./attribution1-values-inner";
|
|
10
|
+
export * from "./attribution2";
|
|
9
11
|
export * from "./attribution-values-inner";
|
|
12
|
+
export * from "./attribution-with-stems";
|
|
13
|
+
export * from "./attribution-with-stems-master-inner";
|
|
10
14
|
export * from "./audio-ldm-request-data";
|
|
11
15
|
export * from "./audio-ldm-request-data-artist-preset-inner";
|
|
12
16
|
export * from "./avatar-image-blending-request";
|
|
@@ -53,13 +57,13 @@ export * from "./prompt-history-entry-attribution-any-of";
|
|
|
53
57
|
export * from "./prompt-history-entry-created-at";
|
|
54
58
|
export * from "./prompt-history-entry-error-message";
|
|
55
59
|
export * from "./prompt-history-entry-provenance";
|
|
60
|
+
export * from "./prompt-history-entry-provenance-any-of";
|
|
56
61
|
export * from "./prompt-history-entry-request-data";
|
|
57
62
|
export * from "./prompt-history-entry-status";
|
|
58
63
|
export * from "./provenance";
|
|
59
64
|
export * from "./reimagine-request";
|
|
60
65
|
export * from "./remove-background-request";
|
|
61
66
|
export * from "./resolution";
|
|
62
|
-
export * from "./stem-wise-attribution";
|
|
63
67
|
export * from "./strength";
|
|
64
68
|
export * from "./style-image";
|
|
65
69
|
export * from "./style-image-style-image-weight";
|
|
@@ -67,7 +71,6 @@ export * from "./style-transfer-request";
|
|
|
67
71
|
export * from "./subscription-tier";
|
|
68
72
|
export * from "./text-to-image-request";
|
|
69
73
|
export * from "./transaction-history";
|
|
70
|
-
export * from "./transaction-history-status";
|
|
71
74
|
export * from "./transaction-history-type";
|
|
72
75
|
export * from "./update-collection-request";
|
|
73
76
|
export * from "./updated-at";
|
|
@@ -77,6 +80,7 @@ export * from "./upscale-request";
|
|
|
77
80
|
export * from "./v1-ai-audio-ldm-audio-to-audio-post-request";
|
|
78
81
|
export * from "./v1-ai-audio-ldm-calculate-audio-attribution-post-request";
|
|
79
82
|
export * from "./v1-ai-audio-ldm-request-id-get200-response";
|
|
83
|
+
export * from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
80
84
|
export * from "./v1-ai-audio-ldm-stem-split-post-request";
|
|
81
85
|
export * from "./v1-ai-audio-ldm-text-to-artist-audio-post-request";
|
|
82
86
|
export * from "./v1-ai-audio-ldm-text-to-artist-audio-post-request-artist-preset-inner";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA;AACzC,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,8CAA8C,CAAA;AAC5D,cAAc,iCAAiC,CAAA;AAC/C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,qBAAqB,CAAA;AACnC,cAAc,kCAAkC,CAAA;AAChD,cAAc,wBAAwB,CAAA;AACtC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,mCAAmC,CAAA;AACjD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sCAAsC,CAAA;AACpD,cAAc,sBAAsB,CAAA;AACpC,cAAc,YAAY,CAAA;AAC1B,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,wBAAwB,CAAA;AACtC,cAAc,mCAAmC,CAAA;AACjD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,+BAA+B,CAAA;AAC7C,cAAc,wCAAwC,CAAA;AACtD,cAAc,6DAA6D,CAAA;AAC3E,cAAc,iFAAiF,CAAA;AAC/F,cAAc,gGAAgG,CAAA;AAC9G,cAAc,yEAAyE,CAAA;AACvF,cAAc,gGAAgG,CAAA;AAC9G,cAAc,wFAAwF,CAAA;AACtG,cAAc,2FAA2F,CAAA;AACzG,cAAc,qDAAqD,CAAA;AACnE,cAAc,gEAAgE,CAAA;AAC9E,cAAc,mFAAmF,CAAA;AACjG,cAAc,iCAAiC,CAAA;AAC/C,cAAc,oCAAoC,CAAA;AAClD,cAAc,0BAA0B,CAAA;AACxC,cAAc,mBAAmB,CAAA;AACjC,cAAc,oCAAoC,CAAA;AAClD,cAAc,qBAAqB,CAAA;AACnC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,wBAAwB,CAAA;AACtC,cAAc,gDAAgD,CAAA;AAC9D,cAAc,oCAAoC,CAAA;AAClD,cAAc,2CAA2C,CAAA;AACzD,cAAc,mCAAmC,CAAA;AACjD,cAAc,sCAAsC,CAAA;AACpD,cAAc,mCAAmC,CAAA;AACjD,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,cAAc,CAAA;AAC5B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
package/esm/models/index.js
CHANGED
|
@@ -6,7 +6,11 @@ export * from "./artist-profile-picture";
|
|
|
6
6
|
export * from "./artist-profile-pictures";
|
|
7
7
|
export * from "./attribution";
|
|
8
8
|
export * from "./attribution1";
|
|
9
|
+
export * from "./attribution1-values-inner";
|
|
10
|
+
export * from "./attribution2";
|
|
9
11
|
export * from "./attribution-values-inner";
|
|
12
|
+
export * from "./attribution-with-stems";
|
|
13
|
+
export * from "./attribution-with-stems-master-inner";
|
|
10
14
|
export * from "./audio-ldm-request-data";
|
|
11
15
|
export * from "./audio-ldm-request-data-artist-preset-inner";
|
|
12
16
|
export * from "./avatar-image-blending-request";
|
|
@@ -53,13 +57,13 @@ export * from "./prompt-history-entry-attribution-any-of";
|
|
|
53
57
|
export * from "./prompt-history-entry-created-at";
|
|
54
58
|
export * from "./prompt-history-entry-error-message";
|
|
55
59
|
export * from "./prompt-history-entry-provenance";
|
|
60
|
+
export * from "./prompt-history-entry-provenance-any-of";
|
|
56
61
|
export * from "./prompt-history-entry-request-data";
|
|
57
62
|
export * from "./prompt-history-entry-status";
|
|
58
63
|
export * from "./provenance";
|
|
59
64
|
export * from "./reimagine-request";
|
|
60
65
|
export * from "./remove-background-request";
|
|
61
66
|
export * from "./resolution";
|
|
62
|
-
export * from "./stem-wise-attribution";
|
|
63
67
|
export * from "./strength";
|
|
64
68
|
export * from "./style-image";
|
|
65
69
|
export * from "./style-image-style-image-weight";
|
|
@@ -67,7 +71,6 @@ export * from "./style-transfer-request";
|
|
|
67
71
|
export * from "./subscription-tier";
|
|
68
72
|
export * from "./text-to-image-request";
|
|
69
73
|
export * from "./transaction-history";
|
|
70
|
-
export * from "./transaction-history-status";
|
|
71
74
|
export * from "./transaction-history-type";
|
|
72
75
|
export * from "./update-collection-request";
|
|
73
76
|
export * from "./updated-at";
|
|
@@ -77,6 +80,7 @@ export * from "./upscale-request";
|
|
|
77
80
|
export * from "./v1-ai-audio-ldm-audio-to-audio-post-request";
|
|
78
81
|
export * from "./v1-ai-audio-ldm-calculate-audio-attribution-post-request";
|
|
79
82
|
export * from "./v1-ai-audio-ldm-request-id-get200-response";
|
|
83
|
+
export * from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
80
84
|
export * from "./v1-ai-audio-ldm-stem-split-post-request";
|
|
81
85
|
export * from "./v1-ai-audio-ldm-text-to-artist-audio-post-request";
|
|
82
86
|
export * from "./v1-ai-audio-ldm-text-to-artist-audio-post-request-artist-preset-inner";
|
package/esm/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,qBAAqB,CAAA;AACnC,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,2BAA2B,CAAA;AACzC,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,8CAA8C,CAAA;AAC5D,cAAc,iCAAiC,CAAA;AAC/C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,qBAAqB,CAAA;AACnC,cAAc,kCAAkC,CAAA;AAChD,cAAc,wBAAwB,CAAA;AACtC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,uBAAuB,CAAA;AACrC,cAAc,mCAAmC,CAAA;AACjD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sCAAsC,CAAA;AACpD,cAAc,sBAAsB,CAAA;AACpC,cAAc,YAAY,CAAA;AAC1B,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,wBAAwB,CAAA;AACtC,cAAc,mCAAmC,CAAA;AACjD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,+BAA+B,CAAA;AAC7C,cAAc,wCAAwC,CAAA;AACtD,cAAc,6DAA6D,CAAA;AAC3E,cAAc,iFAAiF,CAAA;AAC/F,cAAc,gGAAgG,CAAA;AAC9G,cAAc,yEAAyE,CAAA;AACvF,cAAc,gGAAgG,CAAA;AAC9G,cAAc,wFAAwF,CAAA;AACtG,cAAc,2FAA2F,CAAA;AACzG,cAAc,qDAAqD,CAAA;AACnE,cAAc,gEAAgE,CAAA;AAC9E,cAAc,mFAAmF,CAAA;AACjG,cAAc,iCAAiC,CAAA;AAC/C,cAAc,oCAAoC,CAAA;AAClD,cAAc,0BAA0B,CAAA;AACxC,cAAc,mBAAmB,CAAA;AACjC,cAAc,oCAAoC,CAAA;AAClD,cAAc,qBAAqB,CAAA;AACnC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,wBAAwB,CAAA;AACtC,cAAc,gDAAgD,CAAA;AAC9D,cAAc,oCAAoC,CAAA;AAClD,cAAc,2CAA2C,CAAA;AACzD,cAAc,mCAAmC,CAAA;AACjD,cAAc,sCAAsC,CAAA;AACpD,cAAc,mCAAmC,CAAA;AACjD,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,cAAc,CAAA;AAC5B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Attribution describes the influence of training data on content generated using AI. When training an AI model with different collections of data, each collection has a certain amount of influence on the resulting model. When generating new content with the resulting model, the influence each collection has on the new content is referred to as the attribution of the new content.
|
|
14
14
|
* @export
|
|
15
15
|
* @interface PromptHistoryEntryAttributionAnyOf
|
|
16
16
|
*/
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sureel API
|
|
3
|
+
* API for the Sureel network.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document:
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PromptHistoryEntryProvenanceAnyOf
|
|
16
|
+
*/
|
|
17
|
+
export interface PromptHistoryEntryProvenanceAnyOf {
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=prompt-history-entry-provenance-any-of.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prompt-history-entry-provenance-any-of.d.ts","sourceRoot":"","sources":["../../../src/models/prompt-history-entry-provenance-any-of.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAMH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;CAAG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sureel API
|
|
5
|
+
* API for the Sureel network.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document:
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=prompt-history-entry-provenance-any-of.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prompt-history-entry-provenance-any-of.js","sourceRoot":"","sources":["../../../src/models/prompt-history-entry-provenance-any-of.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { AttributionWithStems } from "./attribution-with-stems";
|
|
12
13
|
import type { GetResultByRequestId200ResponseAttributionAnalysis } from "./get-result-by-request-id200-response-attribution-analysis";
|
|
13
14
|
import type { PromptHistoryEntryArtistProfilePictures } from "./prompt-history-entry-artist-profile-pictures";
|
|
14
15
|
import type { PromptHistoryEntryAttribution } from "./prompt-history-entry-attribution";
|
|
@@ -17,7 +18,6 @@ import type { PromptHistoryEntryErrorMessage } from "./prompt-history-entry-erro
|
|
|
17
18
|
import type { PromptHistoryEntryProvenance } from "./prompt-history-entry-provenance";
|
|
18
19
|
import type { PromptHistoryEntryRequestData } from "./prompt-history-entry-request-data";
|
|
19
20
|
import type { PromptHistoryEntryStatus } from "./prompt-history-entry-status";
|
|
20
|
-
import type { StemWiseAttribution } from "./stem-wise-attribution";
|
|
21
21
|
/**
|
|
22
22
|
*
|
|
23
23
|
* @export
|
|
@@ -146,9 +146,15 @@ export interface PromptHistoryEntry {
|
|
|
146
146
|
contentAudio?: string;
|
|
147
147
|
/**
|
|
148
148
|
*
|
|
149
|
-
* @type {
|
|
149
|
+
* @type {AttributionWithStems}
|
|
150
150
|
* @memberof PromptHistoryEntry
|
|
151
151
|
*/
|
|
152
|
-
|
|
152
|
+
attributionPerCollection?: AttributionWithStems;
|
|
153
|
+
/**
|
|
154
|
+
*
|
|
155
|
+
* @type {AttributionWithStems}
|
|
156
|
+
* @memberof PromptHistoryEntry
|
|
157
|
+
*/
|
|
158
|
+
attributionPerTrack?: AttributionWithStems;
|
|
153
159
|
}
|
|
154
160
|
//# sourceMappingURL=prompt-history-entry.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt-history-entry.d.ts","sourceRoot":"","sources":["../../../src/models/prompt-history-entry.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,kDAAkD,EAAE,MAAM,6DAA6D,CAAA;AAGrI,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,gDAAgD,CAAA;AAG7G,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAA;AAGvF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAA;AAGpF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAA;AAG1F,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAA;AAGrF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAA;AAGxF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;
|
|
1
|
+
{"version":3,"file":"prompt-history-entry.d.ts","sourceRoot":"","sources":["../../../src/models/prompt-history-entry.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,kDAAkD,EAAE,MAAM,6DAA6D,CAAA;AAGrI,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,gDAAgD,CAAA;AAG7G,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAA;AAGvF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAA;AAGpF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAA;AAG1F,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAA;AAGrF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAA;AAGxF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAA;AAE7E;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,wBAAwB,CAAA;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,8BAA8B,CAAA;IAC7C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,8BAA8B,CAAA;IACzC;;;;OAIG;IACH,SAAS,EAAE,8BAA8B,CAAA;IACzC;;;;OAIG;IACH,YAAY,CAAC,EAAE,IAAI,CAAA;IACnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,2BAA2B,CAAA;IACvC;;;;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,6BAA6B,CAAA;IAC3C;;;;OAIG;IACH,UAAU,CAAC,EAAE,4BAA4B,CAAA;IACzC;;;;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,uCAAuC,CAAA;IAC/D;;;;OAIG;IACH,IAAI,CAAC,EAAE,2BAA2B,CAAA;IAClC;;;;OAIG;IACH,WAAW,CAAC,EAAE,6BAA6B,CAAA;IAC3C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,kDAAkD,CAAA;IACxE;;;;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;CAC7C"}
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { CreditComposition } from "./credit-composition";
|
|
13
|
-
import type { TransactionHistoryStatus } from "./transaction-history-status";
|
|
14
13
|
import type { TransactionHistoryType } from "./transaction-history-type";
|
|
14
|
+
import type { V1AiAudioLdmRequestIdGet200ResponseStatus } from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
17
17
|
* @export
|
|
@@ -38,10 +38,10 @@ export interface TransactionHistory {
|
|
|
38
38
|
transaction_id: string;
|
|
39
39
|
/**
|
|
40
40
|
*
|
|
41
|
-
* @type {
|
|
41
|
+
* @type {V1AiAudioLdmRequestIdGet200ResponseStatus}
|
|
42
42
|
* @memberof TransactionHistory
|
|
43
43
|
*/
|
|
44
|
-
status:
|
|
44
|
+
status: V1AiAudioLdmRequestIdGet200ResponseStatus;
|
|
45
45
|
/**
|
|
46
46
|
*
|
|
47
47
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transaction-history.d.ts","sourceRoot":"","sources":["../../../src/models/transaction-history.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAG7D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"transaction-history.d.ts","sourceRoot":"","sources":["../../../src/models/transaction-history.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAG7D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAGxE,OAAO,KAAK,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAA;AAEpH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,IAAI,EAAE,sBAAsB,CAAA;IAC5B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAA;IACd;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAA;IACtB;;;;OAIG;IACH,MAAM,EAAE,yCAAyC,CAAA;IACjD;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAA;IAC5C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAA;CACrB"}
|