oci-aivision 2.100.0 → 2.100.2

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 (392) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/aiservicevision-waiter.d.ts +9 -1
  4. package/lib/aiservicevision-waiter.js +13 -1
  5. package/lib/aiservicevision-waiter.js.map +1 -1
  6. package/lib/client.d.ts +31 -1
  7. package/lib/client.js +185 -1
  8. package/lib/client.js.map +1 -1
  9. package/lib/model/action-type.d.ts +1 -1
  10. package/lib/model/action-type.js +1 -1
  11. package/lib/model/analyze-document-details.d.ts +1 -1
  12. package/lib/model/analyze-document-details.js +1 -1
  13. package/lib/model/analyze-document-result.d.ts +1 -1
  14. package/lib/model/analyze-document-result.js +1 -1
  15. package/lib/model/analyze-image-details.d.ts +1 -1
  16. package/lib/model/analyze-image-details.js +1 -1
  17. package/lib/model/analyze-image-result.d.ts +1 -1
  18. package/lib/model/analyze-image-result.js +1 -1
  19. package/lib/model/analyze-video-result.d.ts +71 -0
  20. package/lib/model/analyze-video-result.js +127 -0
  21. package/lib/model/analyze-video-result.js.map +1 -0
  22. package/lib/model/bounding-polygon.d.ts +1 -1
  23. package/lib/model/bounding-polygon.js +1 -1
  24. package/lib/model/cell.d.ts +1 -1
  25. package/lib/model/cell.js +1 -1
  26. package/lib/model/change-model-compartment-details.d.ts +1 -1
  27. package/lib/model/change-model-compartment-details.js +1 -1
  28. package/lib/model/change-project-compartment-details.d.ts +1 -1
  29. package/lib/model/change-project-compartment-details.js +1 -1
  30. package/lib/model/create-document-job-details.d.ts +1 -1
  31. package/lib/model/create-document-job-details.js +1 -1
  32. package/lib/model/create-image-job-details.d.ts +1 -1
  33. package/lib/model/create-image-job-details.js +1 -1
  34. package/lib/model/create-model-details.d.ts +1 -1
  35. package/lib/model/create-model-details.js +1 -1
  36. package/lib/model/create-project-details.d.ts +1 -1
  37. package/lib/model/create-project-details.js +1 -1
  38. package/lib/model/create-video-job-details.d.ts +54 -0
  39. package/lib/model/create-video-job-details.js +73 -0
  40. package/lib/model/create-video-job-details.js.map +1 -0
  41. package/lib/model/data-science-labeling-dataset.d.ts +1 -1
  42. package/lib/model/data-science-labeling-dataset.js +1 -1
  43. package/lib/model/dataset.d.ts +1 -1
  44. package/lib/model/dataset.js +1 -1
  45. package/lib/model/detected-document-type.d.ts +1 -1
  46. package/lib/model/detected-document-type.js +1 -1
  47. package/lib/model/detected-language.d.ts +1 -1
  48. package/lib/model/detected-language.js +1 -1
  49. package/lib/model/dimensions.d.ts +1 -1
  50. package/lib/model/dimensions.js +1 -1
  51. package/lib/model/document-classification-feature.d.ts +1 -1
  52. package/lib/model/document-classification-feature.js +1 -1
  53. package/lib/model/document-details.d.ts +1 -1
  54. package/lib/model/document-details.js +1 -1
  55. package/lib/model/document-feature.d.ts +1 -1
  56. package/lib/model/document-feature.js +1 -1
  57. package/lib/model/document-field.d.ts +1 -1
  58. package/lib/model/document-field.js +1 -1
  59. package/lib/model/document-job.d.ts +1 -1
  60. package/lib/model/document-job.js +1 -1
  61. package/lib/model/document-key-value-detection-feature.d.ts +1 -1
  62. package/lib/model/document-key-value-detection-feature.js +1 -1
  63. package/lib/model/document-language-classification-feature.d.ts +1 -1
  64. package/lib/model/document-language-classification-feature.js +1 -1
  65. package/lib/model/document-language.d.ts +1 -1
  66. package/lib/model/document-language.js +1 -1
  67. package/lib/model/document-metadata.d.ts +1 -1
  68. package/lib/model/document-metadata.js +1 -1
  69. package/lib/model/document-table-detection-feature.d.ts +1 -1
  70. package/lib/model/document-table-detection-feature.js +1 -1
  71. package/lib/model/document-text-detection-feature.d.ts +1 -1
  72. package/lib/model/document-text-detection-feature.js +1 -1
  73. package/lib/model/document-type.d.ts +1 -1
  74. package/lib/model/document-type.js +1 -1
  75. package/lib/model/face-detection-feature.d.ts +1 -1
  76. package/lib/model/face-detection-feature.js +1 -1
  77. package/lib/model/face.d.ts +1 -1
  78. package/lib/model/face.js +1 -1
  79. package/lib/model/field-label.d.ts +1 -1
  80. package/lib/model/field-label.js +1 -1
  81. package/lib/model/field-name.d.ts +1 -1
  82. package/lib/model/field-name.js +1 -1
  83. package/lib/model/field-value.d.ts +1 -1
  84. package/lib/model/field-value.js +1 -1
  85. package/lib/model/image-classification-feature.d.ts +1 -1
  86. package/lib/model/image-classification-feature.js +1 -1
  87. package/lib/model/image-details.d.ts +1 -1
  88. package/lib/model/image-details.js +1 -1
  89. package/lib/model/image-feature.d.ts +1 -1
  90. package/lib/model/image-feature.js +1 -1
  91. package/lib/model/image-job.d.ts +1 -1
  92. package/lib/model/image-job.js +1 -1
  93. package/lib/model/image-object-detection-feature.d.ts +1 -1
  94. package/lib/model/image-object-detection-feature.js +1 -1
  95. package/lib/model/image-object.d.ts +1 -1
  96. package/lib/model/image-object.js +1 -1
  97. package/lib/model/image-text-detection-feature.d.ts +1 -1
  98. package/lib/model/image-text-detection-feature.js +1 -1
  99. package/lib/model/image-text.d.ts +1 -1
  100. package/lib/model/image-text.js +1 -1
  101. package/lib/model/index.d.ts +55 -1
  102. package/lib/model/index.js +58 -3
  103. package/lib/model/index.js.map +1 -1
  104. package/lib/model/inline-document-details.d.ts +1 -1
  105. package/lib/model/inline-document-details.js +1 -1
  106. package/lib/model/inline-image-details.d.ts +1 -1
  107. package/lib/model/inline-image-details.js +1 -1
  108. package/lib/model/input-location.d.ts +1 -1
  109. package/lib/model/input-location.js +1 -1
  110. package/lib/model/label.d.ts +1 -1
  111. package/lib/model/label.js +1 -1
  112. package/lib/model/landmark.d.ts +1 -1
  113. package/lib/model/landmark.js +1 -1
  114. package/lib/model/line.d.ts +1 -1
  115. package/lib/model/line.js +1 -1
  116. package/lib/model/model-collection.d.ts +1 -1
  117. package/lib/model/model-collection.js +1 -1
  118. package/lib/model/model-summary.d.ts +1 -1
  119. package/lib/model/model-summary.js +1 -1
  120. package/lib/model/model.d.ts +1 -1
  121. package/lib/model/model.js +1 -1
  122. package/lib/model/normalized-vertex.d.ts +1 -1
  123. package/lib/model/normalized-vertex.js +1 -1
  124. package/lib/model/object-list-inline-input-location.d.ts +1 -1
  125. package/lib/model/object-list-inline-input-location.js +1 -1
  126. package/lib/model/object-location.d.ts +1 -1
  127. package/lib/model/object-location.js +1 -1
  128. package/lib/model/object-property.d.ts +31 -0
  129. package/lib/model/object-property.js +57 -0
  130. package/lib/model/object-property.js.map +1 -0
  131. package/lib/model/object-storage-dataset.d.ts +1 -1
  132. package/lib/model/object-storage-dataset.js +1 -1
  133. package/lib/model/object-storage-document-details.d.ts +1 -1
  134. package/lib/model/object-storage-document-details.js +1 -1
  135. package/lib/model/object-storage-image-details.d.ts +1 -1
  136. package/lib/model/object-storage-image-details.js +1 -1
  137. package/lib/model/ontology-class.d.ts +1 -1
  138. package/lib/model/ontology-class.js +1 -1
  139. package/lib/model/operation-status.d.ts +1 -1
  140. package/lib/model/operation-status.js +1 -1
  141. package/lib/model/operation-type.d.ts +1 -1
  142. package/lib/model/operation-type.js +1 -1
  143. package/lib/model/output-location.d.ts +1 -1
  144. package/lib/model/output-location.js +1 -1
  145. package/lib/model/page.d.ts +1 -1
  146. package/lib/model/page.js +1 -1
  147. package/lib/model/processing-error.d.ts +1 -1
  148. package/lib/model/processing-error.js +1 -1
  149. package/lib/model/project-collection.d.ts +1 -1
  150. package/lib/model/project-collection.js +1 -1
  151. package/lib/model/project-summary.d.ts +1 -1
  152. package/lib/model/project-summary.js +1 -1
  153. package/lib/model/project.d.ts +1 -1
  154. package/lib/model/project.js +1 -1
  155. package/lib/model/sort-order.d.ts +1 -1
  156. package/lib/model/sort-order.js +1 -1
  157. package/lib/model/table-row.d.ts +1 -1
  158. package/lib/model/table-row.js +1 -1
  159. package/lib/model/table.d.ts +1 -1
  160. package/lib/model/table.js +1 -1
  161. package/lib/model/update-model-details.d.ts +1 -1
  162. package/lib/model/update-model-details.js +1 -1
  163. package/lib/model/update-project-details.d.ts +1 -1
  164. package/lib/model/update-project-details.js +1 -1
  165. package/lib/model/value-array.d.ts +1 -1
  166. package/lib/model/value-array.js +1 -1
  167. package/lib/model/value-date.d.ts +1 -1
  168. package/lib/model/value-date.js +1 -1
  169. package/lib/model/value-integer.d.ts +1 -1
  170. package/lib/model/value-integer.js +1 -1
  171. package/lib/model/value-number.d.ts +1 -1
  172. package/lib/model/value-number.js +1 -1
  173. package/lib/model/value-phone-number.d.ts +1 -1
  174. package/lib/model/value-phone-number.js +1 -1
  175. package/lib/model/value-string.d.ts +1 -1
  176. package/lib/model/value-string.js +1 -1
  177. package/lib/model/value-time.d.ts +1 -1
  178. package/lib/model/value-time.js +1 -1
  179. package/lib/model/video-face-detection-feature.d.ts +38 -0
  180. package/lib/model/video-face-detection-feature.js +54 -0
  181. package/lib/model/video-face-detection-feature.js.map +1 -0
  182. package/lib/model/video-face-frame.d.ts +39 -0
  183. package/lib/model/video-face-frame.js +67 -0
  184. package/lib/model/video-face-frame.js.map +1 -0
  185. package/lib/model/video-face-segment.d.ts +31 -0
  186. package/lib/model/video-face-segment.js +67 -0
  187. package/lib/model/video-face-segment.js.map +1 -0
  188. package/lib/model/video-face.d.ts +26 -0
  189. package/lib/model/video-face.js +61 -0
  190. package/lib/model/video-face.js.map +1 -0
  191. package/lib/model/video-feature.d.ts +22 -0
  192. package/lib/model/video-feature.js +84 -0
  193. package/lib/model/video-feature.js.map +1 -0
  194. package/lib/model/video-job.d.ts +114 -0
  195. package/lib/model/video-job.js +97 -0
  196. package/lib/model/video-job.js.map +1 -0
  197. package/lib/model/video-label-detection-feature.d.ts +38 -0
  198. package/lib/model/video-label-detection-feature.js +54 -0
  199. package/lib/model/video-label-detection-feature.js.map +1 -0
  200. package/lib/model/video-label-segment.d.ts +27 -0
  201. package/lib/model/video-label-segment.js +57 -0
  202. package/lib/model/video-label-segment.js.map +1 -0
  203. package/lib/model/video-label.d.ts +30 -0
  204. package/lib/model/video-label.js +61 -0
  205. package/lib/model/video-label.js.map +1 -0
  206. package/lib/model/video-metadata.d.ts +37 -0
  207. package/lib/model/video-metadata.js +29 -0
  208. package/lib/model/video-metadata.js.map +1 -0
  209. package/lib/model/video-object-detection-feature.d.ts +38 -0
  210. package/lib/model/video-object-detection-feature.js +54 -0
  211. package/lib/model/video-object-detection-feature.js.map +1 -0
  212. package/lib/model/video-object-frame.d.ts +31 -0
  213. package/lib/model/video-object-frame.js +57 -0
  214. package/lib/model/video-object-frame.js.map +1 -0
  215. package/lib/model/video-object-segment.d.ts +31 -0
  216. package/lib/model/video-object-segment.js +67 -0
  217. package/lib/model/video-object-segment.js.map +1 -0
  218. package/lib/model/video-object-tracking-feature.d.ts +38 -0
  219. package/lib/model/video-object-tracking-feature.js +54 -0
  220. package/lib/model/video-object-tracking-feature.js.map +1 -0
  221. package/lib/model/video-object.d.ts +30 -0
  222. package/lib/model/video-object.js +61 -0
  223. package/lib/model/video-object.js.map +1 -0
  224. package/lib/model/video-segment.d.ts +29 -0
  225. package/lib/model/video-segment.js +29 -0
  226. package/lib/model/video-segment.js.map +1 -0
  227. package/lib/model/video-text-detection-feature.d.ts +30 -0
  228. package/lib/model/video-text-detection-feature.js +54 -0
  229. package/lib/model/video-text-detection-feature.js.map +1 -0
  230. package/lib/model/video-text-frame.d.ts +31 -0
  231. package/lib/model/video-text-frame.js +57 -0
  232. package/lib/model/video-text-frame.js.map +1 -0
  233. package/lib/model/video-text-segment.d.ts +31 -0
  234. package/lib/model/video-text-segment.js +67 -0
  235. package/lib/model/video-text-segment.js.map +1 -0
  236. package/lib/model/video-text.d.ts +30 -0
  237. package/lib/model/video-text.js +61 -0
  238. package/lib/model/video-text.js.map +1 -0
  239. package/lib/model/video-tracked-object-properties.d.ts +25 -0
  240. package/lib/model/video-tracked-object-properties.js +29 -0
  241. package/lib/model/video-tracked-object-properties.js.map +1 -0
  242. package/lib/model/video-tracked-object-segment.d.ts +31 -0
  243. package/lib/model/video-tracked-object-segment.js +67 -0
  244. package/lib/model/video-tracked-object-segment.js.map +1 -0
  245. package/lib/model/video-tracked-object.d.ts +35 -0
  246. package/lib/model/video-tracked-object.js +67 -0
  247. package/lib/model/video-tracked-object.js.map +1 -0
  248. package/lib/model/video-tracking-frame.d.ts +35 -0
  249. package/lib/model/video-tracking-frame.js +67 -0
  250. package/lib/model/video-tracking-frame.js.map +1 -0
  251. package/lib/model/word.d.ts +1 -1
  252. package/lib/model/word.js +1 -1
  253. package/lib/model/work-request-error-collection.d.ts +1 -1
  254. package/lib/model/work-request-error-collection.js +1 -1
  255. package/lib/model/work-request-error.d.ts +1 -1
  256. package/lib/model/work-request-error.js +1 -1
  257. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  258. package/lib/model/work-request-log-entry-collection.js +1 -1
  259. package/lib/model/work-request-log-entry.d.ts +1 -1
  260. package/lib/model/work-request-log-entry.js +1 -1
  261. package/lib/model/work-request-resource.d.ts +1 -1
  262. package/lib/model/work-request-resource.js +1 -1
  263. package/lib/model/work-request-summary-collection.d.ts +1 -1
  264. package/lib/model/work-request-summary-collection.js +1 -1
  265. package/lib/model/work-request-summary.d.ts +1 -1
  266. package/lib/model/work-request-summary.js +1 -1
  267. package/lib/model/work-request.d.ts +1 -1
  268. package/lib/model/work-request.js +1 -1
  269. package/lib/request/analyze-document-request.d.ts +1 -1
  270. package/lib/request/analyze-document-request.js +1 -1
  271. package/lib/request/analyze-image-request.d.ts +1 -1
  272. package/lib/request/analyze-image-request.js +1 -1
  273. package/lib/request/cancel-document-job-request.d.ts +1 -1
  274. package/lib/request/cancel-document-job-request.js +1 -1
  275. package/lib/request/cancel-image-job-request.d.ts +1 -1
  276. package/lib/request/cancel-image-job-request.js +1 -1
  277. package/lib/request/cancel-video-job-request.d.ts +35 -0
  278. package/lib/request/cancel-video-job-request.js +15 -0
  279. package/lib/request/cancel-video-job-request.js.map +1 -0
  280. package/lib/request/cancel-work-request-request.d.ts +1 -1
  281. package/lib/request/cancel-work-request-request.js +1 -1
  282. package/lib/request/change-model-compartment-request.d.ts +1 -1
  283. package/lib/request/change-model-compartment-request.js +1 -1
  284. package/lib/request/change-project-compartment-request.d.ts +1 -1
  285. package/lib/request/change-project-compartment-request.js +1 -1
  286. package/lib/request/create-document-job-request.d.ts +1 -1
  287. package/lib/request/create-document-job-request.js +1 -1
  288. package/lib/request/create-image-job-request.d.ts +1 -1
  289. package/lib/request/create-image-job-request.js +1 -1
  290. package/lib/request/create-model-request.d.ts +1 -1
  291. package/lib/request/create-model-request.js +1 -1
  292. package/lib/request/create-project-request.d.ts +1 -1
  293. package/lib/request/create-project-request.js +1 -1
  294. package/lib/request/create-video-job-request.d.ts +36 -0
  295. package/lib/request/create-video-job-request.js +15 -0
  296. package/lib/request/create-video-job-request.js.map +1 -0
  297. package/lib/request/delete-model-request.d.ts +1 -1
  298. package/lib/request/delete-model-request.js +1 -1
  299. package/lib/request/delete-project-request.d.ts +1 -1
  300. package/lib/request/delete-project-request.js +1 -1
  301. package/lib/request/get-document-job-request.d.ts +1 -1
  302. package/lib/request/get-document-job-request.js +1 -1
  303. package/lib/request/get-image-job-request.d.ts +1 -1
  304. package/lib/request/get-image-job-request.js +1 -1
  305. package/lib/request/get-model-request.d.ts +1 -1
  306. package/lib/request/get-model-request.js +1 -1
  307. package/lib/request/get-project-request.d.ts +1 -1
  308. package/lib/request/get-project-request.js +1 -1
  309. package/lib/request/get-video-job-request.d.ts +26 -0
  310. package/lib/request/get-video-job-request.js +15 -0
  311. package/lib/request/get-video-job-request.js.map +1 -0
  312. package/lib/request/get-work-request-request.d.ts +1 -1
  313. package/lib/request/get-work-request-request.js +1 -1
  314. package/lib/request/index.d.ts +7 -1
  315. package/lib/request/index.js +1 -1
  316. package/lib/request/index.js.map +1 -1
  317. package/lib/request/list-models-request.d.ts +1 -1
  318. package/lib/request/list-models-request.js +1 -1
  319. package/lib/request/list-projects-request.d.ts +1 -1
  320. package/lib/request/list-projects-request.js +1 -1
  321. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  322. package/lib/request/list-work-request-errors-request.js +1 -1
  323. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  324. package/lib/request/list-work-request-logs-request.js +1 -1
  325. package/lib/request/list-work-requests-request.d.ts +1 -1
  326. package/lib/request/list-work-requests-request.js +1 -1
  327. package/lib/request/update-model-request.d.ts +1 -1
  328. package/lib/request/update-model-request.js +1 -1
  329. package/lib/request/update-project-request.d.ts +1 -1
  330. package/lib/request/update-project-request.js +1 -1
  331. package/lib/response/analyze-document-response.d.ts +1 -1
  332. package/lib/response/analyze-document-response.js +1 -1
  333. package/lib/response/analyze-image-response.d.ts +1 -1
  334. package/lib/response/analyze-image-response.js +1 -1
  335. package/lib/response/cancel-document-job-response.d.ts +1 -1
  336. package/lib/response/cancel-document-job-response.js +1 -1
  337. package/lib/response/cancel-image-job-response.d.ts +1 -1
  338. package/lib/response/cancel-image-job-response.js +1 -1
  339. package/lib/response/cancel-video-job-response.d.ts +20 -0
  340. package/lib/response/cancel-video-job-response.js +15 -0
  341. package/lib/response/cancel-video-job-response.js.map +1 -0
  342. package/lib/response/cancel-work-request-response.d.ts +1 -1
  343. package/lib/response/cancel-work-request-response.js +1 -1
  344. package/lib/response/change-model-compartment-response.d.ts +1 -1
  345. package/lib/response/change-model-compartment-response.js +1 -1
  346. package/lib/response/change-project-compartment-response.d.ts +1 -1
  347. package/lib/response/change-project-compartment-response.js +1 -1
  348. package/lib/response/create-document-job-response.d.ts +1 -1
  349. package/lib/response/create-document-job-response.js +1 -1
  350. package/lib/response/create-image-job-response.d.ts +1 -1
  351. package/lib/response/create-image-job-response.js +1 -1
  352. package/lib/response/create-model-response.d.ts +1 -1
  353. package/lib/response/create-model-response.js +1 -1
  354. package/lib/response/create-project-response.d.ts +1 -1
  355. package/lib/response/create-project-response.js +1 -1
  356. package/lib/response/create-video-job-response.d.ts +30 -0
  357. package/lib/response/create-video-job-response.js +15 -0
  358. package/lib/response/create-video-job-response.js.map +1 -0
  359. package/lib/response/delete-model-response.d.ts +1 -1
  360. package/lib/response/delete-model-response.js +1 -1
  361. package/lib/response/delete-project-response.d.ts +1 -1
  362. package/lib/response/delete-project-response.js +1 -1
  363. package/lib/response/get-document-job-response.d.ts +1 -1
  364. package/lib/response/get-document-job-response.js +1 -1
  365. package/lib/response/get-image-job-response.d.ts +1 -1
  366. package/lib/response/get-image-job-response.js +1 -1
  367. package/lib/response/get-model-response.d.ts +1 -1
  368. package/lib/response/get-model-response.js +1 -1
  369. package/lib/response/get-project-response.d.ts +1 -1
  370. package/lib/response/get-project-response.js +1 -1
  371. package/lib/response/get-video-job-response.d.ts +30 -0
  372. package/lib/response/get-video-job-response.js +15 -0
  373. package/lib/response/get-video-job-response.js.map +1 -0
  374. package/lib/response/get-work-request-response.d.ts +1 -1
  375. package/lib/response/get-work-request-response.js +1 -1
  376. package/lib/response/index.d.ts +7 -1
  377. package/lib/response/index.js +1 -1
  378. package/lib/response/list-models-response.d.ts +1 -1
  379. package/lib/response/list-models-response.js +1 -1
  380. package/lib/response/list-projects-response.d.ts +1 -1
  381. package/lib/response/list-projects-response.js +1 -1
  382. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  383. package/lib/response/list-work-request-errors-response.js +1 -1
  384. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  385. package/lib/response/list-work-request-logs-response.js +1 -1
  386. package/lib/response/list-work-requests-response.d.ts +1 -1
  387. package/lib/response/list-work-requests-response.js +1 -1
  388. package/lib/response/update-model-response.d.ts +1 -1
  389. package/lib/response/update-model-response.js +1 -1
  390. package/lib/response/update-project-response.d.ts +1 -1
  391. package/lib/response/update-project-response.js +1 -1
  392. package/package.json +3 -3
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CancelVideoJob.ts.html |here} to see how to use CancelVideoJobRequest.
16
+ */
17
+ export interface CancelVideoJobRequest extends common.BaseRequest {
18
+ /**
19
+ * Video job id.
20
+ */
21
+ "videoJobId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
+ * etag from a previous GET or POST response for that resource.
26
+ * The resource will be updated or deleted only if the etag you
27
+ * provide matches the resource's current etag value.
28
+ *
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=cancel-video-job-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-video-job-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/cancel-video-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,36 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateVideoJob.ts.html |here} to see how to use CreateVideoJobRequest.
17
+ */
18
+ export interface CreateVideoJobRequest extends common.BaseRequest {
19
+ /**
20
+ * Details about the video analysis.
21
+ */
22
+ "createVideoJobDetails": model.CreateVideoJobDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without the risk of executing that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and purged from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * The client request ID for tracing.
34
+ */
35
+ "opcRequestId"?: string;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-video-job-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-video-job-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/create-video-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220125
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetVideoJob.ts.html |here} to see how to use GetVideoJobRequest.
16
+ */
17
+ export interface GetVideoJobRequest extends common.BaseRequest {
18
+ /**
19
+ * Video job id.
20
+ */
21
+ "videoJobId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220125
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-video-job-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-video-job-request.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/get-video-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as AnalyzeDocumentRequest from "./analyze-document-request";
@@ -18,6 +18,8 @@ import * as CancelDocumentJobRequest from "./cancel-document-job-request";
18
18
  export import CancelDocumentJobRequest = CancelDocumentJobRequest.CancelDocumentJobRequest;
19
19
  import * as CancelImageJobRequest from "./cancel-image-job-request";
20
20
  export import CancelImageJobRequest = CancelImageJobRequest.CancelImageJobRequest;
21
+ import * as CancelVideoJobRequest from "./cancel-video-job-request";
22
+ export import CancelVideoJobRequest = CancelVideoJobRequest.CancelVideoJobRequest;
21
23
  import * as CancelWorkRequestRequest from "./cancel-work-request-request";
22
24
  export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
23
25
  import * as ChangeModelCompartmentRequest from "./change-model-compartment-request";
@@ -32,6 +34,8 @@ import * as CreateModelRequest from "./create-model-request";
32
34
  export import CreateModelRequest = CreateModelRequest.CreateModelRequest;
33
35
  import * as CreateProjectRequest from "./create-project-request";
34
36
  export import CreateProjectRequest = CreateProjectRequest.CreateProjectRequest;
37
+ import * as CreateVideoJobRequest from "./create-video-job-request";
38
+ export import CreateVideoJobRequest = CreateVideoJobRequest.CreateVideoJobRequest;
35
39
  import * as DeleteModelRequest from "./delete-model-request";
36
40
  export import DeleteModelRequest = DeleteModelRequest.DeleteModelRequest;
37
41
  import * as DeleteProjectRequest from "./delete-project-request";
@@ -44,6 +48,8 @@ import * as GetModelRequest from "./get-model-request";
44
48
  export import GetModelRequest = GetModelRequest.GetModelRequest;
45
49
  import * as GetProjectRequest from "./get-project-request";
46
50
  export import GetProjectRequest = GetProjectRequest.GetProjectRequest;
51
+ import * as GetVideoJobRequest from "./get-video-job-request";
52
+ export import GetVideoJobRequest = GetVideoJobRequest.GetVideoJobRequest;
47
53
  import * as GetWorkRequestRequest from "./get-work-request-request";
48
54
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
49
55
  import * as ListModelsRequest from "./list-models-request";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAsCH,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA4CH,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";