@sureel/sdk 1.5.0-rc.4 → 1.5.0-rc.5
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/attribution1.d.ts +14 -1
- package/esm/models/attribution1.d.ts.map +1 -1
- package/esm/models/get-result-by-request-id200-response.d.ts +9 -9
- package/esm/models/get-result-by-request-id200-response.d.ts.map +1 -1
- package/esm/models/index.d.ts +11 -10
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +11 -10
- package/esm/models/index.js.map +1 -1
- package/esm/models/prompt-history-entry-request-data.d.ts +3 -3
- package/esm/models/prompt-history-entry-request-data.d.ts.map +1 -1
- package/esm/models/prompt-history-entry.d.ts +3 -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.d.ts +3 -3
- package/esm/models/v1-ai-audio-ldm-request-id-get200-response.d.ts.map +1 -1
- package/models/attribution1.d.ts +14 -1
- package/models/attribution1.d.ts.map +1 -1
- package/models/get-result-by-request-id200-response.d.ts +9 -9
- package/models/get-result-by-request-id200-response.d.ts.map +1 -1
- package/models/index.d.ts +11 -10
- package/models/index.d.ts.map +1 -1
- package/models/index.js +11 -10
- package/models/index.js.map +1 -1
- package/models/prompt-history-entry-request-data.d.ts +3 -3
- package/models/prompt-history-entry-request-data.d.ts.map +1 -1
- package/models/prompt-history-entry.d.ts +3 -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.d.ts +3 -3
- package/models/v1-ai-audio-ldm-request-id-get200-response.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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"}
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ArtistProfilePicture } from "./artist-profile-picture";
|
|
13
13
|
import type { Attribution1 } from "./attribution1";
|
|
14
|
-
import type {
|
|
15
|
-
import type {
|
|
16
|
-
import type {
|
|
14
|
+
import type { GetResultByRequestId200ResponseImageAttributionAnalysis } from "./get-result-by-request-id200-response-image-attribution-analysis";
|
|
15
|
+
import type { GetResultByRequestId200ResponseRequestData } from "./get-result-by-request-id200-response-request-data";
|
|
16
|
+
import type { V1AiAudioLdmRequestIdGet200ResponseStatus } from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
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}
|
|
@@ -112,15 +112,15 @@ export interface GetResultByRequestId200Response {
|
|
|
112
112
|
seed?: number;
|
|
113
113
|
/**
|
|
114
114
|
*
|
|
115
|
-
* @type {
|
|
115
|
+
* @type {GetResultByRequestId200ResponseRequestData}
|
|
116
116
|
* @memberof GetResultByRequestId200Response
|
|
117
117
|
*/
|
|
118
|
-
requestData?:
|
|
118
|
+
requestData?: GetResultByRequestId200ResponseRequestData;
|
|
119
119
|
/**
|
|
120
120
|
*
|
|
121
|
-
* @type {
|
|
121
|
+
* @type {GetResultByRequestId200ResponseImageAttributionAnalysis}
|
|
122
122
|
* @memberof GetResultByRequestId200Response
|
|
123
123
|
*/
|
|
124
|
-
imageAttributionAnalysis?:
|
|
124
|
+
imageAttributionAnalysis?: GetResultByRequestId200ResponseImageAttributionAnalysis;
|
|
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,
|
|
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"}
|
package/esm/models/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export * from "./attribution";
|
|
|
8
8
|
export * from "./attribution1";
|
|
9
9
|
export * from "./attribution1-values-inner";
|
|
10
10
|
export * from "./attribution2";
|
|
11
|
+
export * from "./attribution3";
|
|
11
12
|
export * from "./attribution-values-inner";
|
|
12
13
|
export * from "./attribution-with-stems";
|
|
13
14
|
export * from "./attribution-with-stems-master-inner";
|
|
@@ -38,6 +39,15 @@ export * from "./get-own-collections200-response-user-role";
|
|
|
38
39
|
export * from "./get-own-collections200-response-user-role-any-of";
|
|
39
40
|
export * from "./get-prompt-history-response";
|
|
40
41
|
export * from "./get-result-by-request-id200-response";
|
|
42
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis";
|
|
43
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-similar-files-inner";
|
|
44
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-similar-files-inner-color-matching";
|
|
45
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-top-metrics";
|
|
46
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-top-metrics-color-matching";
|
|
47
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-top-metrics-identical-matches";
|
|
48
|
+
export * from "./get-result-by-request-id200-response-request-data";
|
|
49
|
+
export * from "./get-result-by-request-id200-response-request-data-controlnet";
|
|
50
|
+
export * from "./get-result-by-request-id200-response-request-data-controlnet-conditioning-scale";
|
|
41
51
|
export * from "./get-style-presets200-response";
|
|
42
52
|
export * from "./get-transaction-history-response";
|
|
43
53
|
export * from "./image-blending-request";
|
|
@@ -54,18 +64,9 @@ export * from "./prompt-history-entry-artist-profile-pictures";
|
|
|
54
64
|
export * from "./prompt-history-entry-attribution";
|
|
55
65
|
export * from "./prompt-history-entry-created-at";
|
|
56
66
|
export * from "./prompt-history-entry-error-message";
|
|
57
|
-
export * from "./prompt-history-entry-image-attribution-analysis";
|
|
58
|
-
export * from "./prompt-history-entry-image-attribution-analysis-similar-files-inner";
|
|
59
|
-
export * from "./prompt-history-entry-image-attribution-analysis-similar-files-inner-color-matching";
|
|
60
|
-
export * from "./prompt-history-entry-image-attribution-analysis-top-metrics";
|
|
61
|
-
export * from "./prompt-history-entry-image-attribution-analysis-top-metrics-color-matching";
|
|
62
|
-
export * from "./prompt-history-entry-image-attribution-analysis-top-metrics-identical-matches";
|
|
63
67
|
export * from "./prompt-history-entry-provenance";
|
|
64
68
|
export * from "./prompt-history-entry-provenance-any-of";
|
|
65
69
|
export * from "./prompt-history-entry-request-data";
|
|
66
|
-
export * from "./prompt-history-entry-request-data-any-of";
|
|
67
|
-
export * from "./prompt-history-entry-request-data-any-of-controlnet";
|
|
68
|
-
export * from "./prompt-history-entry-request-data-any-of-controlnet-conditioning-scale";
|
|
69
70
|
export * from "./prompt-history-entry-status";
|
|
70
71
|
export * from "./provenance";
|
|
71
72
|
export * from "./reimagine-request";
|
|
@@ -78,7 +79,6 @@ export * from "./style-transfer-request";
|
|
|
78
79
|
export * from "./subscription-tier";
|
|
79
80
|
export * from "./text-to-image-request";
|
|
80
81
|
export * from "./transaction-history";
|
|
81
|
-
export * from "./transaction-history-status";
|
|
82
82
|
export * from "./transaction-history-type";
|
|
83
83
|
export * from "./update-collection-request";
|
|
84
84
|
export * from "./updated-at";
|
|
@@ -103,6 +103,7 @@ export * from "./v1-ai-audio-ldm-request-id-get200-response-audio-attribution-an
|
|
|
103
103
|
export * from "./v1-ai-audio-ldm-request-id-get200-response-audio-attribution-analysis-master-inner-values-inner-values-inner";
|
|
104
104
|
export * from "./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis";
|
|
105
105
|
export * from "./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis-lyrics-attribution-inner";
|
|
106
|
+
export * from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
106
107
|
export * from "./v1-ai-audio-ldm-stem-split-post-request";
|
|
107
108
|
export * from "./v1-ai-audio-ldm-text-to-artist-audio-post-request";
|
|
108
109
|
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,6BAA6B,CAAA;AAC3C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,uCAAuC,CAAA;AACrD,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,8DAA8D,CAAA;AAC5E,cAAc,+EAA+E,CAAA;AAC7F,cAAc,4FAA4F,CAAA;AAC1G,cAAc,yGAAyG,CAAA;AACvH,cAAc,6CAA6C,CAAA;AAC3D,cAAc,oDAAoD,CAAA;AAClE,cAAc,+BAA+B,CAAA;AAC7C,cAAc,wCAAwC,CAAA;AACtD,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
|
@@ -8,6 +8,7 @@ export * from "./attribution";
|
|
|
8
8
|
export * from "./attribution1";
|
|
9
9
|
export * from "./attribution1-values-inner";
|
|
10
10
|
export * from "./attribution2";
|
|
11
|
+
export * from "./attribution3";
|
|
11
12
|
export * from "./attribution-values-inner";
|
|
12
13
|
export * from "./attribution-with-stems";
|
|
13
14
|
export * from "./attribution-with-stems-master-inner";
|
|
@@ -38,6 +39,15 @@ export * from "./get-own-collections200-response-user-role";
|
|
|
38
39
|
export * from "./get-own-collections200-response-user-role-any-of";
|
|
39
40
|
export * from "./get-prompt-history-response";
|
|
40
41
|
export * from "./get-result-by-request-id200-response";
|
|
42
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis";
|
|
43
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-similar-files-inner";
|
|
44
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-similar-files-inner-color-matching";
|
|
45
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-top-metrics";
|
|
46
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-top-metrics-color-matching";
|
|
47
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-top-metrics-identical-matches";
|
|
48
|
+
export * from "./get-result-by-request-id200-response-request-data";
|
|
49
|
+
export * from "./get-result-by-request-id200-response-request-data-controlnet";
|
|
50
|
+
export * from "./get-result-by-request-id200-response-request-data-controlnet-conditioning-scale";
|
|
41
51
|
export * from "./get-style-presets200-response";
|
|
42
52
|
export * from "./get-transaction-history-response";
|
|
43
53
|
export * from "./image-blending-request";
|
|
@@ -54,18 +64,9 @@ export * from "./prompt-history-entry-artist-profile-pictures";
|
|
|
54
64
|
export * from "./prompt-history-entry-attribution";
|
|
55
65
|
export * from "./prompt-history-entry-created-at";
|
|
56
66
|
export * from "./prompt-history-entry-error-message";
|
|
57
|
-
export * from "./prompt-history-entry-image-attribution-analysis";
|
|
58
|
-
export * from "./prompt-history-entry-image-attribution-analysis-similar-files-inner";
|
|
59
|
-
export * from "./prompt-history-entry-image-attribution-analysis-similar-files-inner-color-matching";
|
|
60
|
-
export * from "./prompt-history-entry-image-attribution-analysis-top-metrics";
|
|
61
|
-
export * from "./prompt-history-entry-image-attribution-analysis-top-metrics-color-matching";
|
|
62
|
-
export * from "./prompt-history-entry-image-attribution-analysis-top-metrics-identical-matches";
|
|
63
67
|
export * from "./prompt-history-entry-provenance";
|
|
64
68
|
export * from "./prompt-history-entry-provenance-any-of";
|
|
65
69
|
export * from "./prompt-history-entry-request-data";
|
|
66
|
-
export * from "./prompt-history-entry-request-data-any-of";
|
|
67
|
-
export * from "./prompt-history-entry-request-data-any-of-controlnet";
|
|
68
|
-
export * from "./prompt-history-entry-request-data-any-of-controlnet-conditioning-scale";
|
|
69
70
|
export * from "./prompt-history-entry-status";
|
|
70
71
|
export * from "./provenance";
|
|
71
72
|
export * from "./reimagine-request";
|
|
@@ -78,7 +79,6 @@ export * from "./style-transfer-request";
|
|
|
78
79
|
export * from "./subscription-tier";
|
|
79
80
|
export * from "./text-to-image-request";
|
|
80
81
|
export * from "./transaction-history";
|
|
81
|
-
export * from "./transaction-history-status";
|
|
82
82
|
export * from "./transaction-history-type";
|
|
83
83
|
export * from "./update-collection-request";
|
|
84
84
|
export * from "./updated-at";
|
|
@@ -103,6 +103,7 @@ export * from "./v1-ai-audio-ldm-request-id-get200-response-audio-attribution-an
|
|
|
103
103
|
export * from "./v1-ai-audio-ldm-request-id-get200-response-audio-attribution-analysis-master-inner-values-inner-values-inner";
|
|
104
104
|
export * from "./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis";
|
|
105
105
|
export * from "./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis-lyrics-attribution-inner";
|
|
106
|
+
export * from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
106
107
|
export * from "./v1-ai-audio-ldm-stem-split-post-request";
|
|
107
108
|
export * from "./v1-ai-audio-ldm-text-to-artist-audio-post-request";
|
|
108
109
|
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,6BAA6B,CAAA;AAC3C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,uCAAuC,CAAA;AACrD,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,8DAA8D,CAAA;AAC5E,cAAc,+EAA+E,CAAA;AAC7F,cAAc,4FAA4F,CAAA;AAC1G,cAAc,yGAAyG,CAAA;AACvH,cAAc,6CAA6C,CAAA;AAC3D,cAAc,oDAAoD,CAAA;AAClE,cAAc,+BAA+B,CAAA;AAC7C,cAAc,wCAAwC,CAAA;AACtD,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
|
import type { AudioLdmRequestDataArtistPresetInner } from "./audio-ldm-request-data-artist-preset-inner";
|
|
13
|
-
import type {
|
|
13
|
+
import type { GetResultByRequestId200ResponseRequestDataControlnet } from "./get-result-by-request-id200-response-request-data-controlnet";
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -91,10 +91,10 @@ export interface PromptHistoryEntryRequestData {
|
|
|
91
91
|
upscale?: number | null;
|
|
92
92
|
/**
|
|
93
93
|
*
|
|
94
|
-
* @type {
|
|
94
|
+
* @type {GetResultByRequestId200ResponseRequestDataControlnet}
|
|
95
95
|
* @memberof PromptHistoryEntryRequestData
|
|
96
96
|
*/
|
|
97
|
-
controlnet?:
|
|
97
|
+
controlnet?: GetResultByRequestId200ResponseRequestDataControlnet;
|
|
98
98
|
/**
|
|
99
99
|
*
|
|
100
100
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt-history-entry-request-data.d.ts","sourceRoot":"","sources":["../../../src/models/prompt-history-entry-request-data.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAOH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,8CAA8C,CAAA;AAMxG,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"prompt-history-entry-request-data.d.ts","sourceRoot":"","sources":["../../../src/models/prompt-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,6BAA6B;IAC1C;;;;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"}
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { AttributionWithStems } from "./attribution-with-stems";
|
|
13
|
+
import type { GetResultByRequestId200ResponseImageAttributionAnalysis } from "./get-result-by-request-id200-response-image-attribution-analysis";
|
|
13
14
|
import type { OptOutAnalysis } from "./opt-out-analysis";
|
|
14
15
|
import type { PromptHistoryEntryArtistProfilePictures } from "./prompt-history-entry-artist-profile-pictures";
|
|
15
16
|
import type { PromptHistoryEntryAttribution } from "./prompt-history-entry-attribution";
|
|
16
17
|
import type { PromptHistoryEntryCreatedAt } from "./prompt-history-entry-created-at";
|
|
17
18
|
import type { PromptHistoryEntryErrorMessage } from "./prompt-history-entry-error-message";
|
|
18
|
-
import type { PromptHistoryEntryImageAttributionAnalysis } from "./prompt-history-entry-image-attribution-analysis";
|
|
19
19
|
import type { PromptHistoryEntryProvenance } from "./prompt-history-entry-provenance";
|
|
20
20
|
import type { PromptHistoryEntryRequestData } from "./prompt-history-entry-request-data";
|
|
21
21
|
import type { PromptHistoryEntryStatus } from "./prompt-history-entry-status";
|
|
@@ -125,10 +125,10 @@ export interface PromptHistoryEntry {
|
|
|
125
125
|
requestData?: PromptHistoryEntryRequestData;
|
|
126
126
|
/**
|
|
127
127
|
*
|
|
128
|
-
* @type {
|
|
128
|
+
* @type {GetResultByRequestId200ResponseImageAttributionAnalysis}
|
|
129
129
|
* @memberof PromptHistoryEntry
|
|
130
130
|
*/
|
|
131
|
-
imageAttributionAnalysis?:
|
|
131
|
+
imageAttributionAnalysis?: GetResultByRequestId200ResponseImageAttributionAnalysis;
|
|
132
132
|
/**
|
|
133
133
|
*
|
|
134
134
|
* @type {Array<string>}
|
|
@@ -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,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGxD,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,
|
|
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,uDAAuD,EAAE,MAAM,mEAAmE,CAAA;AAGhJ,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGxD,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;AAG7E,OAAO,KAAK,EAAE,2DAA2D,EAAE,MAAM,yEAAyE,CAAA;AAG1J,OAAO,KAAK,EAAE,iDAAiD,EAAE,MAAM,8DAA8D,CAAA;AAErI;;;;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,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,MAAM,CAAA;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAChC"}
|
|
@@ -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"}
|
|
@@ -14,9 +14,9 @@ import type { Attribution } from "./attribution";
|
|
|
14
14
|
import type { AttributionWithStems } from "./attribution-with-stems";
|
|
15
15
|
import type { AudioLdmRequestData } from "./audio-ldm-request-data";
|
|
16
16
|
import type { OptOutAnalysis } from "./opt-out-analysis";
|
|
17
|
-
import type { TransactionHistoryStatus } from "./transaction-history-status";
|
|
18
17
|
import type { V1AiAudioLdmRequestIdGet200ResponseAudioAttributionAnalysis } from "./v1-ai-audio-ldm-request-id-get200-response-audio-attribution-analysis";
|
|
19
18
|
import type { V1AiAudioLdmRequestIdGet200ResponseLyricsAnalysis } from "./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis";
|
|
19
|
+
import type { V1AiAudioLdmRequestIdGet200ResponseStatus } from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
@@ -25,10 +25,10 @@ import type { V1AiAudioLdmRequestIdGet200ResponseLyricsAnalysis } from "./v1-ai-
|
|
|
25
25
|
export interface V1AiAudioLdmRequestIdGet200Response {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {V1AiAudioLdmRequestIdGet200ResponseStatus}
|
|
29
29
|
* @memberof V1AiAudioLdmRequestIdGet200Response
|
|
30
30
|
*/
|
|
31
|
-
status?:
|
|
31
|
+
status?: V1AiAudioLdmRequestIdGet200ResponseStatus;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1-ai-audio-ldm-request-id-get200-response.d.ts","sourceRoot":"","sources":["../../../src/models/v1-ai-audio-ldm-request-id-get200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAGhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAGnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGxD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"v1-ai-audio-ldm-request-id-get200-response.d.ts","sourceRoot":"","sources":["../../../src/models/v1-ai-audio-ldm-request-id-get200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAGhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAGnE,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,yCAAyC,EAAE,MAAM,qDAAqD,CAAA;AAEpH;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;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,4BAA4B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC5C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAA;IACvC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,oBAAoB,CAAA;IAC/C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,oBAAoB,CAAA;IAC1C;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAA;IACtC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAA;IAC1D;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAA;IACjC;;;;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,MAAM,CAAA;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAChC"}
|
package/models/attribution1.d.ts
CHANGED
|
@@ -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"}
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ArtistProfilePicture } from "./artist-profile-picture";
|
|
13
13
|
import type { Attribution1 } from "./attribution1";
|
|
14
|
-
import type {
|
|
15
|
-
import type {
|
|
16
|
-
import type {
|
|
14
|
+
import type { GetResultByRequestId200ResponseImageAttributionAnalysis } from "./get-result-by-request-id200-response-image-attribution-analysis";
|
|
15
|
+
import type { GetResultByRequestId200ResponseRequestData } from "./get-result-by-request-id200-response-request-data";
|
|
16
|
+
import type { V1AiAudioLdmRequestIdGet200ResponseStatus } from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
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}
|
|
@@ -112,15 +112,15 @@ export interface GetResultByRequestId200Response {
|
|
|
112
112
|
seed?: number;
|
|
113
113
|
/**
|
|
114
114
|
*
|
|
115
|
-
* @type {
|
|
115
|
+
* @type {GetResultByRequestId200ResponseRequestData}
|
|
116
116
|
* @memberof GetResultByRequestId200Response
|
|
117
117
|
*/
|
|
118
|
-
requestData?:
|
|
118
|
+
requestData?: GetResultByRequestId200ResponseRequestData;
|
|
119
119
|
/**
|
|
120
120
|
*
|
|
121
|
-
* @type {
|
|
121
|
+
* @type {GetResultByRequestId200ResponseImageAttributionAnalysis}
|
|
122
122
|
* @memberof GetResultByRequestId200Response
|
|
123
123
|
*/
|
|
124
|
-
imageAttributionAnalysis?:
|
|
124
|
+
imageAttributionAnalysis?: GetResultByRequestId200ResponseImageAttributionAnalysis;
|
|
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,
|
|
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"}
|
package/models/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export * from "./attribution";
|
|
|
8
8
|
export * from "./attribution1";
|
|
9
9
|
export * from "./attribution1-values-inner";
|
|
10
10
|
export * from "./attribution2";
|
|
11
|
+
export * from "./attribution3";
|
|
11
12
|
export * from "./attribution-values-inner";
|
|
12
13
|
export * from "./attribution-with-stems";
|
|
13
14
|
export * from "./attribution-with-stems-master-inner";
|
|
@@ -38,6 +39,15 @@ export * from "./get-own-collections200-response-user-role";
|
|
|
38
39
|
export * from "./get-own-collections200-response-user-role-any-of";
|
|
39
40
|
export * from "./get-prompt-history-response";
|
|
40
41
|
export * from "./get-result-by-request-id200-response";
|
|
42
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis";
|
|
43
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-similar-files-inner";
|
|
44
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-similar-files-inner-color-matching";
|
|
45
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-top-metrics";
|
|
46
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-top-metrics-color-matching";
|
|
47
|
+
export * from "./get-result-by-request-id200-response-image-attribution-analysis-top-metrics-identical-matches";
|
|
48
|
+
export * from "./get-result-by-request-id200-response-request-data";
|
|
49
|
+
export * from "./get-result-by-request-id200-response-request-data-controlnet";
|
|
50
|
+
export * from "./get-result-by-request-id200-response-request-data-controlnet-conditioning-scale";
|
|
41
51
|
export * from "./get-style-presets200-response";
|
|
42
52
|
export * from "./get-transaction-history-response";
|
|
43
53
|
export * from "./image-blending-request";
|
|
@@ -54,18 +64,9 @@ export * from "./prompt-history-entry-artist-profile-pictures";
|
|
|
54
64
|
export * from "./prompt-history-entry-attribution";
|
|
55
65
|
export * from "./prompt-history-entry-created-at";
|
|
56
66
|
export * from "./prompt-history-entry-error-message";
|
|
57
|
-
export * from "./prompt-history-entry-image-attribution-analysis";
|
|
58
|
-
export * from "./prompt-history-entry-image-attribution-analysis-similar-files-inner";
|
|
59
|
-
export * from "./prompt-history-entry-image-attribution-analysis-similar-files-inner-color-matching";
|
|
60
|
-
export * from "./prompt-history-entry-image-attribution-analysis-top-metrics";
|
|
61
|
-
export * from "./prompt-history-entry-image-attribution-analysis-top-metrics-color-matching";
|
|
62
|
-
export * from "./prompt-history-entry-image-attribution-analysis-top-metrics-identical-matches";
|
|
63
67
|
export * from "./prompt-history-entry-provenance";
|
|
64
68
|
export * from "./prompt-history-entry-provenance-any-of";
|
|
65
69
|
export * from "./prompt-history-entry-request-data";
|
|
66
|
-
export * from "./prompt-history-entry-request-data-any-of";
|
|
67
|
-
export * from "./prompt-history-entry-request-data-any-of-controlnet";
|
|
68
|
-
export * from "./prompt-history-entry-request-data-any-of-controlnet-conditioning-scale";
|
|
69
70
|
export * from "./prompt-history-entry-status";
|
|
70
71
|
export * from "./provenance";
|
|
71
72
|
export * from "./reimagine-request";
|
|
@@ -78,7 +79,6 @@ export * from "./style-transfer-request";
|
|
|
78
79
|
export * from "./subscription-tier";
|
|
79
80
|
export * from "./text-to-image-request";
|
|
80
81
|
export * from "./transaction-history";
|
|
81
|
-
export * from "./transaction-history-status";
|
|
82
82
|
export * from "./transaction-history-type";
|
|
83
83
|
export * from "./update-collection-request";
|
|
84
84
|
export * from "./updated-at";
|
|
@@ -103,6 +103,7 @@ export * from "./v1-ai-audio-ldm-request-id-get200-response-audio-attribution-an
|
|
|
103
103
|
export * from "./v1-ai-audio-ldm-request-id-get200-response-audio-attribution-analysis-master-inner-values-inner-values-inner";
|
|
104
104
|
export * from "./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis";
|
|
105
105
|
export * from "./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis-lyrics-attribution-inner";
|
|
106
|
+
export * from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
106
107
|
export * from "./v1-ai-audio-ldm-stem-split-post-request";
|
|
107
108
|
export * from "./v1-ai-audio-ldm-text-to-artist-audio-post-request";
|
|
108
109
|
export * from "./v1-ai-audio-ldm-text-to-artist-audio-post-request-artist-preset-inner";
|
package/models/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,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,6BAA6B,CAAA;AAC3C,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,0BAA0B,CAAA;AACxC,cAAc,uCAAuC,CAAA;AACrD,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,8DAA8D,CAAA;AAC5E,cAAc,+EAA+E,CAAA;AAC7F,cAAc,4FAA4F,CAAA;AAC1G,cAAc,yGAAyG,CAAA;AACvH,cAAc,6CAA6C,CAAA;AAC3D,cAAc,oDAAoD,CAAA;AAClE,cAAc,+BAA+B,CAAA;AAC7C,cAAc,wCAAwC,CAAA;AACtD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
package/models/index.js
CHANGED
|
@@ -24,6 +24,7 @@ __exportStar(require("./attribution"), exports);
|
|
|
24
24
|
__exportStar(require("./attribution1"), exports);
|
|
25
25
|
__exportStar(require("./attribution1-values-inner"), exports);
|
|
26
26
|
__exportStar(require("./attribution2"), exports);
|
|
27
|
+
__exportStar(require("./attribution3"), exports);
|
|
27
28
|
__exportStar(require("./attribution-values-inner"), exports);
|
|
28
29
|
__exportStar(require("./attribution-with-stems"), exports);
|
|
29
30
|
__exportStar(require("./attribution-with-stems-master-inner"), exports);
|
|
@@ -54,6 +55,15 @@ __exportStar(require("./get-own-collections200-response-user-role"), exports);
|
|
|
54
55
|
__exportStar(require("./get-own-collections200-response-user-role-any-of"), exports);
|
|
55
56
|
__exportStar(require("./get-prompt-history-response"), exports);
|
|
56
57
|
__exportStar(require("./get-result-by-request-id200-response"), exports);
|
|
58
|
+
__exportStar(require("./get-result-by-request-id200-response-image-attribution-analysis"), exports);
|
|
59
|
+
__exportStar(require("./get-result-by-request-id200-response-image-attribution-analysis-similar-files-inner"), exports);
|
|
60
|
+
__exportStar(require("./get-result-by-request-id200-response-image-attribution-analysis-similar-files-inner-color-matching"), exports);
|
|
61
|
+
__exportStar(require("./get-result-by-request-id200-response-image-attribution-analysis-top-metrics"), exports);
|
|
62
|
+
__exportStar(require("./get-result-by-request-id200-response-image-attribution-analysis-top-metrics-color-matching"), exports);
|
|
63
|
+
__exportStar(require("./get-result-by-request-id200-response-image-attribution-analysis-top-metrics-identical-matches"), exports);
|
|
64
|
+
__exportStar(require("./get-result-by-request-id200-response-request-data"), exports);
|
|
65
|
+
__exportStar(require("./get-result-by-request-id200-response-request-data-controlnet"), exports);
|
|
66
|
+
__exportStar(require("./get-result-by-request-id200-response-request-data-controlnet-conditioning-scale"), exports);
|
|
57
67
|
__exportStar(require("./get-style-presets200-response"), exports);
|
|
58
68
|
__exportStar(require("./get-transaction-history-response"), exports);
|
|
59
69
|
__exportStar(require("./image-blending-request"), exports);
|
|
@@ -70,18 +80,9 @@ __exportStar(require("./prompt-history-entry-artist-profile-pictures"), exports)
|
|
|
70
80
|
__exportStar(require("./prompt-history-entry-attribution"), exports);
|
|
71
81
|
__exportStar(require("./prompt-history-entry-created-at"), exports);
|
|
72
82
|
__exportStar(require("./prompt-history-entry-error-message"), exports);
|
|
73
|
-
__exportStar(require("./prompt-history-entry-image-attribution-analysis"), exports);
|
|
74
|
-
__exportStar(require("./prompt-history-entry-image-attribution-analysis-similar-files-inner"), exports);
|
|
75
|
-
__exportStar(require("./prompt-history-entry-image-attribution-analysis-similar-files-inner-color-matching"), exports);
|
|
76
|
-
__exportStar(require("./prompt-history-entry-image-attribution-analysis-top-metrics"), exports);
|
|
77
|
-
__exportStar(require("./prompt-history-entry-image-attribution-analysis-top-metrics-color-matching"), exports);
|
|
78
|
-
__exportStar(require("./prompt-history-entry-image-attribution-analysis-top-metrics-identical-matches"), exports);
|
|
79
83
|
__exportStar(require("./prompt-history-entry-provenance"), exports);
|
|
80
84
|
__exportStar(require("./prompt-history-entry-provenance-any-of"), exports);
|
|
81
85
|
__exportStar(require("./prompt-history-entry-request-data"), exports);
|
|
82
|
-
__exportStar(require("./prompt-history-entry-request-data-any-of"), exports);
|
|
83
|
-
__exportStar(require("./prompt-history-entry-request-data-any-of-controlnet"), exports);
|
|
84
|
-
__exportStar(require("./prompt-history-entry-request-data-any-of-controlnet-conditioning-scale"), exports);
|
|
85
86
|
__exportStar(require("./prompt-history-entry-status"), exports);
|
|
86
87
|
__exportStar(require("./provenance"), exports);
|
|
87
88
|
__exportStar(require("./reimagine-request"), exports);
|
|
@@ -94,7 +95,6 @@ __exportStar(require("./style-transfer-request"), exports);
|
|
|
94
95
|
__exportStar(require("./subscription-tier"), exports);
|
|
95
96
|
__exportStar(require("./text-to-image-request"), exports);
|
|
96
97
|
__exportStar(require("./transaction-history"), exports);
|
|
97
|
-
__exportStar(require("./transaction-history-status"), exports);
|
|
98
98
|
__exportStar(require("./transaction-history-type"), exports);
|
|
99
99
|
__exportStar(require("./update-collection-request"), exports);
|
|
100
100
|
__exportStar(require("./updated-at"), exports);
|
|
@@ -119,6 +119,7 @@ __exportStar(require("./v1-ai-audio-ldm-request-id-get200-response-audio-attribu
|
|
|
119
119
|
__exportStar(require("./v1-ai-audio-ldm-request-id-get200-response-audio-attribution-analysis-master-inner-values-inner-values-inner"), exports);
|
|
120
120
|
__exportStar(require("./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis"), exports);
|
|
121
121
|
__exportStar(require("./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis-lyrics-attribution-inner"), exports);
|
|
122
|
+
__exportStar(require("./v1-ai-audio-ldm-request-id-get200-response-status"), exports);
|
|
122
123
|
__exportStar(require("./v1-ai-audio-ldm-stem-split-post-request"), exports);
|
|
123
124
|
__exportStar(require("./v1-ai-audio-ldm-text-to-artist-audio-post-request"), exports);
|
|
124
125
|
__exportStar(require("./v1-ai-audio-ldm-text-to-artist-audio-post-request-artist-preset-inner"), exports);
|
package/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,sDAAmC;AACnC,4DAAyC;AACzC,6DAA0C;AAC1C,2DAAwC;AACxC,4DAAyC;AACzC,gDAA6B;AAC7B,iDAA8B;AAC9B,8DAA2C;AAC3C,iDAA8B;AAC9B,6DAA0C;AAC1C,2DAAwC;AACxC,wEAAqD;AACrD,2DAAwC;AACxC,+EAA4D;AAC5D,kEAA+C;AAC/C,kEAA+C;AAC/C,sDAAmC;AACnC,mEAAgD;AAChD,yDAAsC;AACtC,iDAA8B;AAC9B,wDAAqC;AACrC,oEAAiD;AACjD,8DAA2C;AAC3C,+DAA4C;AAC5C,uEAAoD;AACpD,uDAAoC;AACpC,6CAA0B;AAC1B,uDAAoC;AACpC,6DAA0C;AAC1C,yDAAsC;AACtC,oEAAiD;AACjD,+FAA4E;AAC5E,gHAA6F;AAC7F,6HAA0G;AAC1G,0IAAuH;AACvH,8EAA2D;AAC3D,qFAAkE;AAClE,gEAA6C;AAC7C,yEAAsD;AACtD,kEAA+C;AAC/C,qEAAkD;AAClD,2DAAwC;AACxC,oDAAiC;AACjC,qDAAkC;AAClC,kEAA+C;AAC/C,iDAA8B;AAC9B,8DAA2C;AAC3C,qEAAkD;AAClD,sDAAmC;AACnC,kEAA+C;AAC/C,yDAAsC;AACtC,iFAA8D;AAC9D,qEAAkD;AAClD,oEAAiD;AACjD,uEAAoD;AACpD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,sDAAmC;AACnC,4DAAyC;AACzC,6DAA0C;AAC1C,2DAAwC;AACxC,4DAAyC;AACzC,gDAA6B;AAC7B,iDAA8B;AAC9B,8DAA2C;AAC3C,iDAA8B;AAC9B,iDAA8B;AAC9B,6DAA0C;AAC1C,2DAAwC;AACxC,wEAAqD;AACrD,2DAAwC;AACxC,+EAA4D;AAC5D,kEAA+C;AAC/C,kEAA+C;AAC/C,sDAAmC;AACnC,mEAAgD;AAChD,yDAAsC;AACtC,iDAA8B;AAC9B,wDAAqC;AACrC,oEAAiD;AACjD,8DAA2C;AAC3C,+DAA4C;AAC5C,uEAAoD;AACpD,uDAAoC;AACpC,6CAA0B;AAC1B,uDAAoC;AACpC,6DAA0C;AAC1C,yDAAsC;AACtC,oEAAiD;AACjD,+FAA4E;AAC5E,gHAA6F;AAC7F,6HAA0G;AAC1G,0IAAuH;AACvH,8EAA2D;AAC3D,qFAAkE;AAClE,gEAA6C;AAC7C,yEAAsD;AACtD,oGAAiF;AACjF,wHAAqG;AACrG,uIAAoH;AACpH,gHAA6F;AAC7F,+HAA4G;AAC5G,kIAA+G;AAC/G,sFAAmE;AACnE,iGAA8E;AAC9E,oHAAiG;AACjG,kEAA+C;AAC/C,qEAAkD;AAClD,2DAAwC;AACxC,oDAAiC;AACjC,qDAAkC;AAClC,kEAA+C;AAC/C,iDAA8B;AAC9B,8DAA2C;AAC3C,qEAAkD;AAClD,sDAAmC;AACnC,kEAA+C;AAC/C,yDAAsC;AACtC,iFAA8D;AAC9D,qEAAkD;AAClD,oEAAiD;AACjD,uEAAoD;AACpD,oEAAiD;AACjD,2EAAwD;AACxD,sEAAmD;AACnD,gEAA6C;AAC7C,+CAA4B;AAC5B,sDAAmC;AACnC,8DAA2C;AAC3C,+CAA4B;AAC5B,6CAA0B;AAC1B,gDAA6B;AAC7B,mEAAgD;AAChD,2DAAwC;AACxC,sDAAmC;AACnC,0DAAuC;AACvC,wDAAqC;AACrC,6DAA0C;AAC1C,8DAA2C;AAC3C,+CAA4B;AAC5B,+CAA4B;AAC5B,uDAAoC;AACpC,oDAAiC;AACjC,8CAA2B;AAC3B,8FAA2E;AAC3E,4FAAyE;AACzE,gFAA6D;AAC7D,6FAA0E;AAC1E,iFAA8D;AAC9D,iGAA8E;AAC9E,+EAA4D;AAC5D,0GAAuF;AACvF,uHAAoG;AACpG,oIAAiH;AACjH,gJAA6H;AAC7H,uKAAoJ;AACpJ,kKAA+I;AAC/I,oLAAiK;AACjK,iJAA8H;AAC9H,+FAA4E;AAC5E,wHAAqG;AACrG,sFAAmE;AACnE,4EAAyD;AACzD,sFAAmE;AACnE,0GAAuF;AACvF,mFAAgE;AAChE,+EAA4D;AAC5D,mFAAgE;AAChE,gFAA6D;AAC7D,6EAA0D;AAC1D,qEAAkD;AAClD,wFAAqE;AACrE,qFAAkE;AAClE,sFAAmE;AACnE,2EAAwD"}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { AudioLdmRequestDataArtistPresetInner } from "./audio-ldm-request-data-artist-preset-inner";
|
|
13
|
-
import type {
|
|
13
|
+
import type { GetResultByRequestId200ResponseRequestDataControlnet } from "./get-result-by-request-id200-response-request-data-controlnet";
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -91,10 +91,10 @@ export interface PromptHistoryEntryRequestData {
|
|
|
91
91
|
upscale?: number | null;
|
|
92
92
|
/**
|
|
93
93
|
*
|
|
94
|
-
* @type {
|
|
94
|
+
* @type {GetResultByRequestId200ResponseRequestDataControlnet}
|
|
95
95
|
* @memberof PromptHistoryEntryRequestData
|
|
96
96
|
*/
|
|
97
|
-
controlnet?:
|
|
97
|
+
controlnet?: GetResultByRequestId200ResponseRequestDataControlnet;
|
|
98
98
|
/**
|
|
99
99
|
*
|
|
100
100
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt-history-entry-request-data.d.ts","sourceRoot":"","sources":["../../src/models/prompt-history-entry-request-data.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAOH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,8CAA8C,CAAA;AAMxG,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"prompt-history-entry-request-data.d.ts","sourceRoot":"","sources":["../../src/models/prompt-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,6BAA6B;IAC1C;;;;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"}
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { AttributionWithStems } from "./attribution-with-stems";
|
|
13
|
+
import type { GetResultByRequestId200ResponseImageAttributionAnalysis } from "./get-result-by-request-id200-response-image-attribution-analysis";
|
|
13
14
|
import type { OptOutAnalysis } from "./opt-out-analysis";
|
|
14
15
|
import type { PromptHistoryEntryArtistProfilePictures } from "./prompt-history-entry-artist-profile-pictures";
|
|
15
16
|
import type { PromptHistoryEntryAttribution } from "./prompt-history-entry-attribution";
|
|
16
17
|
import type { PromptHistoryEntryCreatedAt } from "./prompt-history-entry-created-at";
|
|
17
18
|
import type { PromptHistoryEntryErrorMessage } from "./prompt-history-entry-error-message";
|
|
18
|
-
import type { PromptHistoryEntryImageAttributionAnalysis } from "./prompt-history-entry-image-attribution-analysis";
|
|
19
19
|
import type { PromptHistoryEntryProvenance } from "./prompt-history-entry-provenance";
|
|
20
20
|
import type { PromptHistoryEntryRequestData } from "./prompt-history-entry-request-data";
|
|
21
21
|
import type { PromptHistoryEntryStatus } from "./prompt-history-entry-status";
|
|
@@ -125,10 +125,10 @@ export interface PromptHistoryEntry {
|
|
|
125
125
|
requestData?: PromptHistoryEntryRequestData;
|
|
126
126
|
/**
|
|
127
127
|
*
|
|
128
|
-
* @type {
|
|
128
|
+
* @type {GetResultByRequestId200ResponseImageAttributionAnalysis}
|
|
129
129
|
* @memberof PromptHistoryEntry
|
|
130
130
|
*/
|
|
131
|
-
imageAttributionAnalysis?:
|
|
131
|
+
imageAttributionAnalysis?: GetResultByRequestId200ResponseImageAttributionAnalysis;
|
|
132
132
|
/**
|
|
133
133
|
*
|
|
134
134
|
* @type {Array<string>}
|
|
@@ -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,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGxD,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,
|
|
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,uDAAuD,EAAE,MAAM,mEAAmE,CAAA;AAGhJ,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGxD,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;AAG7E,OAAO,KAAK,EAAE,2DAA2D,EAAE,MAAM,yEAAyE,CAAA;AAG1J,OAAO,KAAK,EAAE,iDAAiD,EAAE,MAAM,8DAA8D,CAAA;AAErI;;;;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,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,MAAM,CAAA;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAChC"}
|
|
@@ -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"}
|
|
@@ -14,9 +14,9 @@ import type { Attribution } from "./attribution";
|
|
|
14
14
|
import type { AttributionWithStems } from "./attribution-with-stems";
|
|
15
15
|
import type { AudioLdmRequestData } from "./audio-ldm-request-data";
|
|
16
16
|
import type { OptOutAnalysis } from "./opt-out-analysis";
|
|
17
|
-
import type { TransactionHistoryStatus } from "./transaction-history-status";
|
|
18
17
|
import type { V1AiAudioLdmRequestIdGet200ResponseAudioAttributionAnalysis } from "./v1-ai-audio-ldm-request-id-get200-response-audio-attribution-analysis";
|
|
19
18
|
import type { V1AiAudioLdmRequestIdGet200ResponseLyricsAnalysis } from "./v1-ai-audio-ldm-request-id-get200-response-lyrics-analysis";
|
|
19
|
+
import type { V1AiAudioLdmRequestIdGet200ResponseStatus } from "./v1-ai-audio-ldm-request-id-get200-response-status";
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
22
|
* @export
|
|
@@ -25,10 +25,10 @@ import type { V1AiAudioLdmRequestIdGet200ResponseLyricsAnalysis } from "./v1-ai-
|
|
|
25
25
|
export interface V1AiAudioLdmRequestIdGet200Response {
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {V1AiAudioLdmRequestIdGet200ResponseStatus}
|
|
29
29
|
* @memberof V1AiAudioLdmRequestIdGet200Response
|
|
30
30
|
*/
|
|
31
|
-
status?:
|
|
31
|
+
status?: V1AiAudioLdmRequestIdGet200ResponseStatus;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1-ai-audio-ldm-request-id-get200-response.d.ts","sourceRoot":"","sources":["../../src/models/v1-ai-audio-ldm-request-id-get200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAGhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAGnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGxD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"v1-ai-audio-ldm-request-id-get200-response.d.ts","sourceRoot":"","sources":["../../src/models/v1-ai-audio-ldm-request-id-get200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAGhD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;AAGpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAGnE,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,yCAAyC,EAAE,MAAM,qDAAqD,CAAA;AAEpH;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;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,4BAA4B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC5C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAA;IACvC;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,oBAAoB,CAAA;IAC/C;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,oBAAoB,CAAA;IAC1C;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAA;IACtC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAA;IAC1D;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAA;IACjC;;;;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,MAAM,CAAA;IAC9B;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAChC"}
|