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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. package/api/sureel-api.d.ts +48 -43
  2. package/api/sureel-api.d.ts.map +1 -1
  3. package/api/sureel-api.js +78 -71
  4. package/api/sureel-api.js.map +1 -1
  5. package/esm/api/sureel-api.d.ts +48 -43
  6. package/esm/api/sureel-api.d.ts.map +1 -1
  7. package/esm/api/sureel-api.js +78 -71
  8. package/esm/api/sureel-api.js.map +1 -1
  9. package/esm/models/ai-platform-audit-asset-distribution.d.ts +37 -0
  10. package/esm/models/ai-platform-audit-asset-distribution.d.ts.map +1 -0
  11. package/esm/models/ai-platform-audit-asset-distribution.js +15 -0
  12. package/esm/models/ai-platform-audit-asset-distribution.js.map +1 -0
  13. package/esm/models/ai-platform-audit-asset.d.ts +104 -0
  14. package/esm/models/ai-platform-audit-asset.d.ts.map +1 -0
  15. package/esm/models/ai-platform-audit-asset.js +15 -0
  16. package/esm/models/ai-platform-audit-asset.js.map +1 -0
  17. package/esm/models/ai-platform-audit-compliance-audit-breakdown.d.ts +32 -0
  18. package/esm/models/ai-platform-audit-compliance-audit-breakdown.d.ts.map +1 -0
  19. package/esm/models/ai-platform-audit-compliance-audit-breakdown.js +15 -0
  20. package/esm/models/ai-platform-audit-compliance-audit-breakdown.js.map +1 -0
  21. package/esm/models/ai-platform-audit-compliance-audit-summary.d.ts +52 -0
  22. package/esm/models/ai-platform-audit-compliance-audit-summary.d.ts.map +1 -0
  23. package/esm/models/ai-platform-audit-compliance-audit-summary.js +15 -0
  24. package/esm/models/ai-platform-audit-compliance-audit-summary.js.map +1 -0
  25. package/esm/models/ai-platform-audit-compliance-band.d.ts +43 -0
  26. package/esm/models/ai-platform-audit-compliance-band.d.ts.map +1 -0
  27. package/esm/models/ai-platform-audit-compliance-band.js +15 -0
  28. package/esm/models/ai-platform-audit-compliance-band.js.map +1 -0
  29. package/esm/models/ai-platform-audit-compliance-bands.d.ts +38 -0
  30. package/esm/models/ai-platform-audit-compliance-bands.d.ts.map +1 -0
  31. package/esm/models/ai-platform-audit-compliance-bands.js +15 -0
  32. package/esm/models/ai-platform-audit-compliance-bands.js.map +1 -0
  33. package/esm/models/ai-platform-audit-component-stat.d.ts +49 -0
  34. package/esm/models/ai-platform-audit-component-stat.d.ts.map +1 -0
  35. package/esm/models/ai-platform-audit-component-stat.js +15 -0
  36. package/esm/models/ai-platform-audit-component-stat.js.map +1 -0
  37. package/esm/models/ai-platform-audit-component-stats.d.ts +38 -0
  38. package/esm/models/ai-platform-audit-component-stats.d.ts.map +1 -0
  39. package/esm/models/ai-platform-audit-component-stats.js +15 -0
  40. package/esm/models/ai-platform-audit-component-stats.js.map +1 -0
  41. package/esm/models/ai-platform-audit-executive-summary.d.ts +80 -0
  42. package/esm/models/ai-platform-audit-executive-summary.d.ts.map +1 -0
  43. package/esm/models/ai-platform-audit-executive-summary.js +15 -0
  44. package/esm/models/ai-platform-audit-executive-summary.js.map +1 -0
  45. package/esm/models/ai-platform-audit-general-information.d.ts +49 -0
  46. package/esm/models/ai-platform-audit-general-information.d.ts.map +1 -0
  47. package/esm/models/ai-platform-audit-general-information.js +15 -0
  48. package/esm/models/ai-platform-audit-general-information.js.map +1 -0
  49. package/esm/models/ai-platform-audit-onboarding-statistics.d.ts +49 -0
  50. package/esm/models/ai-platform-audit-onboarding-statistics.d.ts.map +1 -0
  51. package/esm/models/ai-platform-audit-onboarding-statistics.js +15 -0
  52. package/esm/models/ai-platform-audit-onboarding-statistics.js.map +1 -0
  53. package/esm/models/ai-platform-audit-opt-distribution-entry.d.ts +49 -0
  54. package/esm/models/ai-platform-audit-opt-distribution-entry.d.ts.map +1 -0
  55. package/esm/models/ai-platform-audit-opt-distribution-entry.js +15 -0
  56. package/esm/models/ai-platform-audit-opt-distribution-entry.js.map +1 -0
  57. package/esm/models/ai-platform-audit-opt-distribution.d.ts +44 -0
  58. package/esm/models/ai-platform-audit-opt-distribution.d.ts.map +1 -0
  59. package/esm/models/ai-platform-audit-opt-distribution.js +15 -0
  60. package/esm/models/ai-platform-audit-opt-distribution.js.map +1 -0
  61. package/esm/models/ai-platform-audit-platform-totals.d.ts +37 -0
  62. package/esm/models/ai-platform-audit-platform-totals.d.ts.map +1 -0
  63. package/esm/models/ai-platform-audit-platform-totals.js +15 -0
  64. package/esm/models/ai-platform-audit-platform-totals.js.map +1 -0
  65. package/esm/models/ai-platform-audit-platform.d.ts +79 -0
  66. package/esm/models/ai-platform-audit-platform.d.ts.map +1 -0
  67. package/esm/models/ai-platform-audit-platform.js +15 -0
  68. package/esm/models/ai-platform-audit-platform.js.map +1 -0
  69. package/esm/models/ai-platform-audit-platforms-monitored.d.ts +51 -0
  70. package/esm/models/ai-platform-audit-platforms-monitored.d.ts.map +1 -0
  71. package/esm/models/ai-platform-audit-platforms-monitored.js +15 -0
  72. package/esm/models/ai-platform-audit-platforms-monitored.js.map +1 -0
  73. package/esm/models/ai-platform-audit-primary-detection-source.d.ts +37 -0
  74. package/esm/models/ai-platform-audit-primary-detection-source.d.ts.map +1 -0
  75. package/esm/models/ai-platform-audit-primary-detection-source.js +15 -0
  76. package/esm/models/ai-platform-audit-primary-detection-source.js.map +1 -0
  77. package/esm/models/ai-platform-audit-report-config.d.ts +44 -0
  78. package/esm/models/ai-platform-audit-report-config.d.ts.map +1 -0
  79. package/esm/models/ai-platform-audit-report-config.js +15 -0
  80. package/esm/models/ai-platform-audit-report-config.js.map +1 -0
  81. package/esm/models/ai-platform-audit-threshold-bucket.d.ts +31 -0
  82. package/esm/models/ai-platform-audit-threshold-bucket.d.ts.map +1 -0
  83. package/esm/models/ai-platform-audit-threshold-bucket.js +15 -0
  84. package/esm/models/ai-platform-audit-threshold-bucket.js.map +1 -0
  85. package/esm/models/ai-platform-audit-threshold-distribution.d.ts +38 -0
  86. package/esm/models/ai-platform-audit-threshold-distribution.d.ts.map +1 -0
  87. package/esm/models/ai-platform-audit-threshold-distribution.js +15 -0
  88. package/esm/models/ai-platform-audit-threshold-distribution.js.map +1 -0
  89. package/esm/models/ai-platform-audit-top-alert.d.ts +97 -0
  90. package/esm/models/ai-platform-audit-top-alert.d.ts.map +1 -0
  91. package/esm/models/ai-platform-audit-top-alert.js +15 -0
  92. package/esm/models/ai-platform-audit-top-alert.js.map +1 -0
  93. package/esm/models/asset-metadata-record.d.ts +18 -0
  94. package/esm/models/asset-metadata-record.d.ts.map +1 -1
  95. package/esm/models/get-ai-platform-audit-response.d.ts +81 -0
  96. package/esm/models/get-ai-platform-audit-response.d.ts.map +1 -0
  97. package/esm/models/get-ai-platform-audit-response.js +15 -0
  98. package/esm/models/get-ai-platform-audit-response.js.map +1 -0
  99. package/esm/models/index.d.ts +23 -0
  100. package/esm/models/index.d.ts.map +1 -1
  101. package/esm/models/index.js +23 -0
  102. package/esm/models/index.js.map +1 -1
  103. package/esm/models/pro-affiliation.d.ts +19 -0
  104. package/esm/models/pro-affiliation.d.ts.map +1 -0
  105. package/esm/models/pro-affiliation.js +15 -0
  106. package/esm/models/pro-affiliation.js.map +1 -0
  107. package/esm/models/publishing-contributor.d.ts +25 -0
  108. package/esm/models/publishing-contributor.d.ts.map +1 -1
  109. package/models/ai-platform-audit-asset-distribution.d.ts +37 -0
  110. package/models/ai-platform-audit-asset-distribution.d.ts.map +1 -0
  111. package/models/ai-platform-audit-asset-distribution.js +16 -0
  112. package/models/ai-platform-audit-asset-distribution.js.map +1 -0
  113. package/models/ai-platform-audit-asset.d.ts +104 -0
  114. package/models/ai-platform-audit-asset.d.ts.map +1 -0
  115. package/models/ai-platform-audit-asset.js +16 -0
  116. package/models/ai-platform-audit-asset.js.map +1 -0
  117. package/models/ai-platform-audit-compliance-audit-breakdown.d.ts +32 -0
  118. package/models/ai-platform-audit-compliance-audit-breakdown.d.ts.map +1 -0
  119. package/models/ai-platform-audit-compliance-audit-breakdown.js +16 -0
  120. package/models/ai-platform-audit-compliance-audit-breakdown.js.map +1 -0
  121. package/models/ai-platform-audit-compliance-audit-summary.d.ts +52 -0
  122. package/models/ai-platform-audit-compliance-audit-summary.d.ts.map +1 -0
  123. package/models/ai-platform-audit-compliance-audit-summary.js +16 -0
  124. package/models/ai-platform-audit-compliance-audit-summary.js.map +1 -0
  125. package/models/ai-platform-audit-compliance-band.d.ts +43 -0
  126. package/models/ai-platform-audit-compliance-band.d.ts.map +1 -0
  127. package/models/ai-platform-audit-compliance-band.js +16 -0
  128. package/models/ai-platform-audit-compliance-band.js.map +1 -0
  129. package/models/ai-platform-audit-compliance-bands.d.ts +38 -0
  130. package/models/ai-platform-audit-compliance-bands.d.ts.map +1 -0
  131. package/models/ai-platform-audit-compliance-bands.js +16 -0
  132. package/models/ai-platform-audit-compliance-bands.js.map +1 -0
  133. package/models/ai-platform-audit-component-stat.d.ts +49 -0
  134. package/models/ai-platform-audit-component-stat.d.ts.map +1 -0
  135. package/models/ai-platform-audit-component-stat.js +16 -0
  136. package/models/ai-platform-audit-component-stat.js.map +1 -0
  137. package/models/ai-platform-audit-component-stats.d.ts +38 -0
  138. package/models/ai-platform-audit-component-stats.d.ts.map +1 -0
  139. package/models/ai-platform-audit-component-stats.js +16 -0
  140. package/models/ai-platform-audit-component-stats.js.map +1 -0
  141. package/models/ai-platform-audit-executive-summary.d.ts +80 -0
  142. package/models/ai-platform-audit-executive-summary.d.ts.map +1 -0
  143. package/models/ai-platform-audit-executive-summary.js +16 -0
  144. package/models/ai-platform-audit-executive-summary.js.map +1 -0
  145. package/models/ai-platform-audit-general-information.d.ts +49 -0
  146. package/models/ai-platform-audit-general-information.d.ts.map +1 -0
  147. package/models/ai-platform-audit-general-information.js +16 -0
  148. package/models/ai-platform-audit-general-information.js.map +1 -0
  149. package/models/ai-platform-audit-onboarding-statistics.d.ts +49 -0
  150. package/models/ai-platform-audit-onboarding-statistics.d.ts.map +1 -0
  151. package/models/ai-platform-audit-onboarding-statistics.js +16 -0
  152. package/models/ai-platform-audit-onboarding-statistics.js.map +1 -0
  153. package/models/ai-platform-audit-opt-distribution-entry.d.ts +49 -0
  154. package/models/ai-platform-audit-opt-distribution-entry.d.ts.map +1 -0
  155. package/models/ai-platform-audit-opt-distribution-entry.js +16 -0
  156. package/models/ai-platform-audit-opt-distribution-entry.js.map +1 -0
  157. package/models/ai-platform-audit-opt-distribution.d.ts +44 -0
  158. package/models/ai-platform-audit-opt-distribution.d.ts.map +1 -0
  159. package/models/ai-platform-audit-opt-distribution.js +16 -0
  160. package/models/ai-platform-audit-opt-distribution.js.map +1 -0
  161. package/models/ai-platform-audit-platform-totals.d.ts +37 -0
  162. package/models/ai-platform-audit-platform-totals.d.ts.map +1 -0
  163. package/models/ai-platform-audit-platform-totals.js +16 -0
  164. package/models/ai-platform-audit-platform-totals.js.map +1 -0
  165. package/models/ai-platform-audit-platform.d.ts +79 -0
  166. package/models/ai-platform-audit-platform.d.ts.map +1 -0
  167. package/models/ai-platform-audit-platform.js +16 -0
  168. package/models/ai-platform-audit-platform.js.map +1 -0
  169. package/models/ai-platform-audit-platforms-monitored.d.ts +51 -0
  170. package/models/ai-platform-audit-platforms-monitored.d.ts.map +1 -0
  171. package/models/ai-platform-audit-platforms-monitored.js +16 -0
  172. package/models/ai-platform-audit-platforms-monitored.js.map +1 -0
  173. package/models/ai-platform-audit-primary-detection-source.d.ts +37 -0
  174. package/models/ai-platform-audit-primary-detection-source.d.ts.map +1 -0
  175. package/models/ai-platform-audit-primary-detection-source.js +16 -0
  176. package/models/ai-platform-audit-primary-detection-source.js.map +1 -0
  177. package/models/ai-platform-audit-report-config.d.ts +44 -0
  178. package/models/ai-platform-audit-report-config.d.ts.map +1 -0
  179. package/models/ai-platform-audit-report-config.js +16 -0
  180. package/models/ai-platform-audit-report-config.js.map +1 -0
  181. package/models/ai-platform-audit-threshold-bucket.d.ts +31 -0
  182. package/models/ai-platform-audit-threshold-bucket.d.ts.map +1 -0
  183. package/models/ai-platform-audit-threshold-bucket.js +16 -0
  184. package/models/ai-platform-audit-threshold-bucket.js.map +1 -0
  185. package/models/ai-platform-audit-threshold-distribution.d.ts +38 -0
  186. package/models/ai-platform-audit-threshold-distribution.d.ts.map +1 -0
  187. package/models/ai-platform-audit-threshold-distribution.js +16 -0
  188. package/models/ai-platform-audit-threshold-distribution.js.map +1 -0
  189. package/models/ai-platform-audit-top-alert.d.ts +97 -0
  190. package/models/ai-platform-audit-top-alert.d.ts.map +1 -0
  191. package/models/ai-platform-audit-top-alert.js +16 -0
  192. package/models/ai-platform-audit-top-alert.js.map +1 -0
  193. package/models/asset-metadata-record.d.ts +18 -0
  194. package/models/asset-metadata-record.d.ts.map +1 -1
  195. package/models/get-ai-platform-audit-response.d.ts +81 -0
  196. package/models/get-ai-platform-audit-response.d.ts.map +1 -0
  197. package/models/get-ai-platform-audit-response.js +16 -0
  198. package/models/get-ai-platform-audit-response.js.map +1 -0
  199. package/models/index.d.ts +23 -0
  200. package/models/index.d.ts.map +1 -1
  201. package/models/index.js +23 -0
  202. package/models/index.js.map +1 -1
  203. package/models/pro-affiliation.d.ts +19 -0
  204. package/models/pro-affiliation.d.ts.map +1 -0
  205. package/models/pro-affiliation.js +16 -0
  206. package/models/pro-affiliation.js.map +1 -0
  207. package/models/publishing-contributor.d.ts +25 -0
  208. package/models/publishing-contributor.d.ts.map +1 -1
  209. package/package.json +1 -1
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Sureel API
3
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
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 { AiPlatformAuditComplianceBands } from "./ai-platform-audit-compliance-bands";
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface AiPlatformAuditReportConfig
17
+ */
18
+ export interface AiPlatformAuditReportConfig {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof AiPlatformAuditReportConfig
23
+ */
24
+ threshold_low: number;
25
+ /**
26
+ *
27
+ * @type {number}
28
+ * @memberof AiPlatformAuditReportConfig
29
+ */
30
+ threshold_high: number;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof AiPlatformAuditReportConfig
35
+ */
36
+ scoring_strategy: string;
37
+ /**
38
+ *
39
+ * @type {AiPlatformAuditComplianceBands}
40
+ * @memberof AiPlatformAuditReportConfig
41
+ */
42
+ compliance_bands: AiPlatformAuditComplianceBands;
43
+ }
44
+ //# sourceMappingURL=ai-platform-audit-report-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-platform-audit-report-config.d.ts","sourceRoot":"","sources":["../../src/models/ai-platform-audit-report-config.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAA;AAE1F;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAA;IACtB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,gBAAgB,EAAE,8BAA8B,CAAA;CACnD"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Sureel API
6
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
7
+ *
8
+ * The version of the OpenAPI document:
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=ai-platform-audit-report-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-platform-audit-report-config.js","sourceRoot":"","sources":["../../src/models/ai-platform-audit-report-config.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Sureel API
3
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
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 AiPlatformAuditThresholdBucket
16
+ */
17
+ export interface AiPlatformAuditThresholdBucket {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof AiPlatformAuditThresholdBucket
22
+ */
23
+ count: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof AiPlatformAuditThresholdBucket
28
+ */
29
+ pct: number;
30
+ }
31
+ //# sourceMappingURL=ai-platform-audit-threshold-bucket.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-platform-audit-threshold-bucket.d.ts","sourceRoot":"","sources":["../../src/models/ai-platform-audit-threshold-bucket.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAA;IACb;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAA;CACd"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Sureel API
6
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
7
+ *
8
+ * The version of the OpenAPI document:
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=ai-platform-audit-threshold-bucket.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-platform-audit-threshold-bucket.js","sourceRoot":"","sources":["../../src/models/ai-platform-audit-threshold-bucket.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Sureel API
3
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
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 { AiPlatformAuditThresholdBucket } from "./ai-platform-audit-threshold-bucket";
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface AiPlatformAuditThresholdDistribution
17
+ */
18
+ export interface AiPlatformAuditThresholdDistribution {
19
+ /**
20
+ *
21
+ * @type {AiPlatformAuditThresholdBucket}
22
+ * @memberof AiPlatformAuditThresholdDistribution
23
+ */
24
+ low: AiPlatformAuditThresholdBucket;
25
+ /**
26
+ *
27
+ * @type {AiPlatformAuditThresholdBucket}
28
+ * @memberof AiPlatformAuditThresholdDistribution
29
+ */
30
+ medium: AiPlatformAuditThresholdBucket;
31
+ /**
32
+ *
33
+ * @type {AiPlatformAuditThresholdBucket}
34
+ * @memberof AiPlatformAuditThresholdDistribution
35
+ */
36
+ high: AiPlatformAuditThresholdBucket;
37
+ }
38
+ //# sourceMappingURL=ai-platform-audit-threshold-distribution.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-platform-audit-threshold-distribution.d.ts","sourceRoot":"","sources":["../../src/models/ai-platform-audit-threshold-distribution.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAA;AAE1F;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,GAAG,EAAE,8BAA8B,CAAA;IACnC;;;;OAIG;IACH,MAAM,EAAE,8BAA8B,CAAA;IACtC;;;;OAIG;IACH,IAAI,EAAE,8BAA8B,CAAA;CACvC"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Sureel API
6
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
7
+ *
8
+ * The version of the OpenAPI document:
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=ai-platform-audit-threshold-distribution.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-platform-audit-threshold-distribution.js","sourceRoot":"","sources":["../../src/models/ai-platform-audit-threshold-distribution.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,97 @@
1
+ /**
2
+ * Sureel API
3
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
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 AiPlatformAuditTopAlert
16
+ */
17
+ export interface AiPlatformAuditTopAlert {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof AiPlatformAuditTopAlert
22
+ */
23
+ rank: number;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof AiPlatformAuditTopAlert
28
+ */
29
+ song_id: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof AiPlatformAuditTopAlert
34
+ */
35
+ generated_audio_id: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof AiPlatformAuditTopAlert
40
+ */
41
+ component: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof AiPlatformAuditTopAlert
46
+ */
47
+ stem: string;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof AiPlatformAuditTopAlert
52
+ */
53
+ max_score_pct: number;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof AiPlatformAuditTopAlert
58
+ */
59
+ segment_density_pct: number;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof AiPlatformAuditTopAlert
64
+ */
65
+ platform_name: string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof AiPlatformAuditTopAlert
70
+ */
71
+ platform_model: string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof AiPlatformAuditTopAlert
76
+ */
77
+ file_id?: string;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof AiPlatformAuditTopAlert
82
+ */
83
+ track_name?: string;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof AiPlatformAuditTopAlert
88
+ */
89
+ artist_name?: string;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof AiPlatformAuditTopAlert
94
+ */
95
+ signed_url?: string;
96
+ }
97
+ //# sourceMappingURL=ai-platform-audit-top-alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-platform-audit-top-alert.d.ts","sourceRoot":"","sources":["../../src/models/ai-platform-audit-top-alert.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;;;OAIG;IACH,kBAAkB,EAAE,MAAM,CAAA;IAC1B;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAA;IAC3B;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAA;IACrB;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAA;IACtB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;CACtB"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Sureel API
6
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
7
+ *
8
+ * The version of the OpenAPI document:
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=ai-platform-audit-top-alert.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-platform-audit-top-alert.js","sourceRoot":"","sources":["../../src/models/ai-platform-audit-top-alert.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -319,5 +319,23 @@ export interface AssetMetadataRecord {
319
319
  * @memberof AssetMetadataRecord
320
320
  */
321
321
  is_spotify_url?: boolean;
322
+ /**
323
+ *
324
+ * @type {boolean}
325
+ * @memberof AssetMetadataRecord
326
+ */
327
+ not_on_spotify?: boolean;
328
+ /**
329
+ *
330
+ * @type {number}
331
+ * @memberof AssetMetadataRecord
332
+ */
333
+ spotify_not_found_retry_after?: number;
334
+ /**
335
+ *
336
+ * @type {number}
337
+ * @memberof AssetMetadataRecord
338
+ */
339
+ spotify_not_found_count?: number;
322
340
  }
323
341
  //# sourceMappingURL=asset-metadata-record.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asset-metadata-record.d.ts","sourceRoot":"","sources":["../../src/models/asset-metadata-record.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"asset-metadata-record.d.ts","sourceRoot":"","sources":["../../src/models/asset-metadata-record.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,81 @@
1
+ /**
2
+ * Sureel API
3
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
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 { AiPlatformAuditComplianceAuditBreakdown } from "./ai-platform-audit-compliance-audit-breakdown";
13
+ import type { AiPlatformAuditComplianceAuditSummary } from "./ai-platform-audit-compliance-audit-summary";
14
+ import type { AiPlatformAuditExecutiveSummary } from "./ai-platform-audit-executive-summary";
15
+ import type { AiPlatformAuditGeneralInformation } from "./ai-platform-audit-general-information";
16
+ import type { AiPlatformAuditOnboardingStatistics } from "./ai-platform-audit-onboarding-statistics";
17
+ import type { AiPlatformAuditOptDistribution } from "./ai-platform-audit-opt-distribution";
18
+ import type { AiPlatformAuditPlatformsMonitored } from "./ai-platform-audit-platforms-monitored";
19
+ import type { AiPlatformAuditReportConfig } from "./ai-platform-audit-report-config";
20
+ /**
21
+ * Multi-platform AI audit report for a customer. The compliance_audit_breakdown.assets array is truncated to the top entries by overall_pct.
22
+ * @export
23
+ * @interface GetAiPlatformAuditResponse
24
+ */
25
+ export interface GetAiPlatformAuditResponse {
26
+ /**
27
+ *
28
+ * @type {string}
29
+ * @memberof GetAiPlatformAuditResponse
30
+ */
31
+ generated_at: string;
32
+ /**
33
+ *
34
+ * @type {AiPlatformAuditReportConfig}
35
+ * @memberof GetAiPlatformAuditResponse
36
+ */
37
+ report_config: AiPlatformAuditReportConfig;
38
+ /**
39
+ *
40
+ * @type {AiPlatformAuditGeneralInformation}
41
+ * @memberof GetAiPlatformAuditResponse
42
+ */
43
+ general_information: AiPlatformAuditGeneralInformation;
44
+ /**
45
+ *
46
+ * @type {AiPlatformAuditExecutiveSummary}
47
+ * @memberof GetAiPlatformAuditResponse
48
+ */
49
+ executive_summary: AiPlatformAuditExecutiveSummary;
50
+ /**
51
+ *
52
+ * @type {AiPlatformAuditOnboardingStatistics}
53
+ * @memberof GetAiPlatformAuditResponse
54
+ */
55
+ onboarding_statistics: AiPlatformAuditOnboardingStatistics;
56
+ /**
57
+ *
58
+ * @type {AiPlatformAuditOptDistribution}
59
+ * @memberof GetAiPlatformAuditResponse
60
+ */
61
+ opt_in_opt_out_distribution: AiPlatformAuditOptDistribution;
62
+ /**
63
+ *
64
+ * @type {AiPlatformAuditPlatformsMonitored}
65
+ * @memberof GetAiPlatformAuditResponse
66
+ */
67
+ ai_platforms_monitored: AiPlatformAuditPlatformsMonitored;
68
+ /**
69
+ *
70
+ * @type {AiPlatformAuditComplianceAuditSummary}
71
+ * @memberof GetAiPlatformAuditResponse
72
+ */
73
+ compliance_audit_summary: AiPlatformAuditComplianceAuditSummary;
74
+ /**
75
+ *
76
+ * @type {AiPlatformAuditComplianceAuditBreakdown}
77
+ * @memberof GetAiPlatformAuditResponse
78
+ */
79
+ compliance_audit_breakdown: AiPlatformAuditComplianceAuditBreakdown;
80
+ }
81
+ //# sourceMappingURL=get-ai-platform-audit-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-ai-platform-audit-response.d.ts","sourceRoot":"","sources":["../../src/models/get-ai-platform-audit-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,gDAAgD,CAAA;AAG7G,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,8CAA8C,CAAA;AAGzG,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAA;AAG5F,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAA;AAGhG,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,2CAA2C,CAAA;AAGpG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAA;AAG1F,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAA;AAGhG,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAA;AAEpF;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAA;IACpB;;;;OAIG;IACH,aAAa,EAAE,2BAA2B,CAAA;IAC1C;;;;OAIG;IACH,mBAAmB,EAAE,iCAAiC,CAAA;IACtD;;;;OAIG;IACH,iBAAiB,EAAE,+BAA+B,CAAA;IAClD;;;;OAIG;IACH,qBAAqB,EAAE,mCAAmC,CAAA;IAC1D;;;;OAIG;IACH,2BAA2B,EAAE,8BAA8B,CAAA;IAC3D;;;;OAIG;IACH,sBAAsB,EAAE,iCAAiC,CAAA;IACzD;;;;OAIG;IACH,wBAAwB,EAAE,qCAAqC,CAAA;IAC/D;;;;OAIG;IACH,0BAA0B,EAAE,uCAAuC,CAAA;CACtE"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Sureel API
6
+ * ### 🔐 OAuth Authentication To access the Sureel API, the following set of variables will be necessary: { \"auth_url\": \"https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token\", \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\" } Note: We provide the `client_id` and `client_secret` separately. **Token Request Example:** curl --request POST \\ --url https://dev-p48agspfw4i7fkld.eu.auth0.com/oauth/token \\ --header \'content-type: application/json\' \\ --data \'{ \"client_id\": \"<Your-Client-Id>\", \"client_secret\": \"<Your-Client-Secret>\", \"audience\": \"https://api.dev.reelx.xyz/\", \"grant_type\": \"client_credentials\" }\' Include the token in your API requests: Authorization: Bearer <your_token> **Troubleshooting** - Ensure your token hasn’t expired - Check the Authorization header format - Confirm you\'re using the correct audience ### 📥 Getting the Request Result You can retrieve processing results in two ways: - **Polling**: For audio requests, retrieve results from the <a href=\"#tag/audio-ai/paths/~1v1~1ai~1audio-ldm~1%7BrequestId%7D/get\">/v1/ai/audio-ldm/{requestId}</a> endpoint; for image requests, use the <a href=\"#tag/image-ai/operation/getResultByRequestId\">/v1/ai/ldm/{requestId}</a> endpoint. Make sure the `requestId` is obtained from the POST response. Processing time may vary. - **Webhooks**: Include a `webhook_url` (and optional `webhook_key`) in your POST body to receive results asynchronously. **Troubleshooting** - Verify the webhook URL is publicly accessible - Check that your server handles the webhook key - Ensure the request is fully processed ### 📦 Using the SDK If you\'re building with Node.js or TypeScript, you can use our official SDK for easier integration: <a href=\"https://www.npmjs.com/package/@sureel/sdk\" target=\"_blank\">@sureel/sdk on npm</a>. ### 🧠 Reading Temporal Attribution Results - `duration`: Length (in seconds) of each analysis window - `period`: Interval (in seconds) between segment starts If `duration > period`, the analysis uses overlapping segments to improve accuracy. If both values are `-1`, the full song is analyzed in one pass.
7
+ *
8
+ * The version of the OpenAPI document:
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=get-ai-platform-audit-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-ai-platform-audit-response.js","sourceRoot":"","sources":["../../src/models/get-ai-platform-audit-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
package/models/index.d.ts CHANGED
@@ -6,6 +6,27 @@ export * from "./ai-company-notification";
6
6
  export * from "./ai-company-notifications";
7
7
  export * from "./ai-company-scoped-consent";
8
8
  export * from "./ai-influence";
9
+ export * from "./ai-platform-audit-asset";
10
+ export * from "./ai-platform-audit-asset-distribution";
11
+ export * from "./ai-platform-audit-compliance-audit-breakdown";
12
+ export * from "./ai-platform-audit-compliance-audit-summary";
13
+ export * from "./ai-platform-audit-compliance-band";
14
+ export * from "./ai-platform-audit-compliance-bands";
15
+ export * from "./ai-platform-audit-component-stat";
16
+ export * from "./ai-platform-audit-component-stats";
17
+ export * from "./ai-platform-audit-executive-summary";
18
+ export * from "./ai-platform-audit-general-information";
19
+ export * from "./ai-platform-audit-onboarding-statistics";
20
+ export * from "./ai-platform-audit-opt-distribution";
21
+ export * from "./ai-platform-audit-opt-distribution-entry";
22
+ export * from "./ai-platform-audit-platform";
23
+ export * from "./ai-platform-audit-platform-totals";
24
+ export * from "./ai-platform-audit-platforms-monitored";
25
+ export * from "./ai-platform-audit-primary-detection-source";
26
+ export * from "./ai-platform-audit-report-config";
27
+ export * from "./ai-platform-audit-threshold-bucket";
28
+ export * from "./ai-platform-audit-threshold-distribution";
29
+ export * from "./ai-platform-audit-top-alert";
9
30
  export * from "./analysis-history-entry";
10
31
  export * from "./analysis-history-entry-artist-profile-pictures";
11
32
  export * from "./analysis-history-entry-created-at";
@@ -66,6 +87,7 @@ export * from "./generate-preview-request";
66
87
  export * from "./generator-detection-inner";
67
88
  export * from "./genre-analysis-values-inner";
68
89
  export * from "./get-ai-companies-response";
90
+ export * from "./get-ai-platform-audit-response";
69
91
  export * from "./get-analysis-history-response";
70
92
  export * from "./get-asset-metadata-response";
71
93
  export * from "./get-audio-ldm-response";
@@ -128,6 +150,7 @@ export * from "./post-text-to-artist-audio-body";
128
150
  export * from "./post-text-to-audio-body";
129
151
  export * from "./post-text-to-audio-body-model-name";
130
152
  export * from "./post-upload-files-response";
153
+ export * from "./pro-affiliation";
131
154
  export * from "./prompt-history-entry";
132
155
  export * from "./publishing-contributor";
133
156
  export * from "./publishing-contributor-role";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
package/models/index.js CHANGED
@@ -22,6 +22,27 @@ __exportStar(require("./ai-company-notification"), exports);
22
22
  __exportStar(require("./ai-company-notifications"), exports);
23
23
  __exportStar(require("./ai-company-scoped-consent"), exports);
24
24
  __exportStar(require("./ai-influence"), exports);
25
+ __exportStar(require("./ai-platform-audit-asset"), exports);
26
+ __exportStar(require("./ai-platform-audit-asset-distribution"), exports);
27
+ __exportStar(require("./ai-platform-audit-compliance-audit-breakdown"), exports);
28
+ __exportStar(require("./ai-platform-audit-compliance-audit-summary"), exports);
29
+ __exportStar(require("./ai-platform-audit-compliance-band"), exports);
30
+ __exportStar(require("./ai-platform-audit-compliance-bands"), exports);
31
+ __exportStar(require("./ai-platform-audit-component-stat"), exports);
32
+ __exportStar(require("./ai-platform-audit-component-stats"), exports);
33
+ __exportStar(require("./ai-platform-audit-executive-summary"), exports);
34
+ __exportStar(require("./ai-platform-audit-general-information"), exports);
35
+ __exportStar(require("./ai-platform-audit-onboarding-statistics"), exports);
36
+ __exportStar(require("./ai-platform-audit-opt-distribution"), exports);
37
+ __exportStar(require("./ai-platform-audit-opt-distribution-entry"), exports);
38
+ __exportStar(require("./ai-platform-audit-platform"), exports);
39
+ __exportStar(require("./ai-platform-audit-platform-totals"), exports);
40
+ __exportStar(require("./ai-platform-audit-platforms-monitored"), exports);
41
+ __exportStar(require("./ai-platform-audit-primary-detection-source"), exports);
42
+ __exportStar(require("./ai-platform-audit-report-config"), exports);
43
+ __exportStar(require("./ai-platform-audit-threshold-bucket"), exports);
44
+ __exportStar(require("./ai-platform-audit-threshold-distribution"), exports);
45
+ __exportStar(require("./ai-platform-audit-top-alert"), exports);
25
46
  __exportStar(require("./analysis-history-entry"), exports);
26
47
  __exportStar(require("./analysis-history-entry-artist-profile-pictures"), exports);
27
48
  __exportStar(require("./analysis-history-entry-created-at"), exports);
@@ -82,6 +103,7 @@ __exportStar(require("./generate-preview-request"), exports);
82
103
  __exportStar(require("./generator-detection-inner"), exports);
83
104
  __exportStar(require("./genre-analysis-values-inner"), exports);
84
105
  __exportStar(require("./get-ai-companies-response"), exports);
106
+ __exportStar(require("./get-ai-platform-audit-response"), exports);
85
107
  __exportStar(require("./get-analysis-history-response"), exports);
86
108
  __exportStar(require("./get-asset-metadata-response"), exports);
87
109
  __exportStar(require("./get-audio-ldm-response"), exports);
@@ -144,6 +166,7 @@ __exportStar(require("./post-text-to-artist-audio-body"), exports);
144
166
  __exportStar(require("./post-text-to-audio-body"), exports);
145
167
  __exportStar(require("./post-text-to-audio-body-model-name"), exports);
146
168
  __exportStar(require("./post-upload-files-response"), exports);
169
+ __exportStar(require("./pro-affiliation"), exports);
147
170
  __exportStar(require("./prompt-history-entry"), exports);
148
171
  __exportStar(require("./publishing-contributor"), exports);
149
172
  __exportStar(require("./publishing-contributor-role"), exports);