oci-ailanguage 2.76.1 → 2.77.1

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 (73) hide show
  1. package/lib/client.d.ts +43 -37
  2. package/lib/client.js +45 -36
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-endpoint-details.d.ts +2 -2
  5. package/lib/model/create-model-details.d.ts +2 -2
  6. package/lib/model/create-project-details.d.ts +2 -2
  7. package/lib/model/detected-language.d.ts +3 -3
  8. package/lib/model/endpoint-summary.d.ts +3 -3
  9. package/lib/model/endpoint.d.ts +3 -3
  10. package/lib/model/entity.d.ts +1 -1
  11. package/lib/model/evaluation-result-summary.d.ts +2 -2
  12. package/lib/model/key-phrase.d.ts +1 -1
  13. package/lib/model/model-summary.d.ts +3 -3
  14. package/lib/model/model.d.ts +3 -3
  15. package/lib/model/project-summary.d.ts +3 -3
  16. package/lib/model/project.d.ts +3 -3
  17. package/lib/model/sentiment-aspect.d.ts +1 -1
  18. package/lib/model/sentiment-sentence.d.ts +1 -1
  19. package/lib/model/text-classification.d.ts +1 -1
  20. package/lib/model/update-endpoint-details.d.ts +2 -2
  21. package/lib/model/update-model-details.d.ts +2 -2
  22. package/lib/model/update-project-details.d.ts +2 -2
  23. package/lib/request/batch-detect-dominant-language-request.d.ts +1 -1
  24. package/lib/request/batch-detect-language-entities-request.d.ts +1 -1
  25. package/lib/request/batch-detect-language-key-phrases-request.d.ts +1 -1
  26. package/lib/request/batch-detect-language-pii-entities-request.d.ts +1 -1
  27. package/lib/request/batch-detect-language-sentiments-request.d.ts +1 -1
  28. package/lib/request/batch-detect-language-text-classification-request.d.ts +1 -1
  29. package/lib/request/batch-language-translation-request.d.ts +1 -1
  30. package/lib/request/change-endpoint-compartment-request.d.ts +2 -2
  31. package/lib/request/change-model-compartment-request.d.ts +2 -2
  32. package/lib/request/change-project-compartment-request.d.ts +2 -2
  33. package/lib/request/create-endpoint-request.d.ts +1 -1
  34. package/lib/request/create-model-request.d.ts +1 -1
  35. package/lib/request/create-project-request.d.ts +1 -1
  36. package/lib/request/delete-endpoint-request.d.ts +2 -2
  37. package/lib/request/delete-model-request.d.ts +2 -2
  38. package/lib/request/delete-project-request.d.ts +2 -2
  39. package/lib/request/detect-dominant-language-request.d.ts +1 -1
  40. package/lib/request/detect-language-entities-request.d.ts +1 -1
  41. package/lib/request/detect-language-key-phrases-request.d.ts +1 -1
  42. package/lib/request/detect-language-sentiments-request.d.ts +1 -1
  43. package/lib/request/detect-language-text-classification-request.d.ts +1 -1
  44. package/lib/request/get-endpoint-request.d.ts +1 -1
  45. package/lib/request/get-model-request.d.ts +1 -1
  46. package/lib/request/get-model-type-request.d.ts +1 -1
  47. package/lib/request/get-project-request.d.ts +1 -1
  48. package/lib/request/get-work-request-request.d.ts +1 -1
  49. package/lib/request/list-endpoints-request.d.ts +4 -4
  50. package/lib/request/list-evaluation-results-request.d.ts +1 -1
  51. package/lib/request/list-models-request.d.ts +4 -4
  52. package/lib/request/list-projects-request.d.ts +4 -4
  53. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  54. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  55. package/lib/request/list-work-requests-request.d.ts +1 -1
  56. package/lib/request/update-endpoint-request.d.ts +2 -2
  57. package/lib/request/update-model-request.d.ts +2 -2
  58. package/lib/request/update-project-request.d.ts +2 -2
  59. package/lib/response/create-endpoint-response.d.ts +1 -1
  60. package/lib/response/create-model-response.d.ts +1 -1
  61. package/lib/response/create-project-response.d.ts +1 -1
  62. package/lib/response/get-endpoint-response.d.ts +1 -1
  63. package/lib/response/get-model-response.d.ts +1 -1
  64. package/lib/response/get-project-response.d.ts +1 -1
  65. package/lib/response/get-work-request-response.d.ts +1 -1
  66. package/lib/response/list-endpoints-response.d.ts +1 -1
  67. package/lib/response/list-evaluation-results-response.d.ts +1 -1
  68. package/lib/response/list-models-response.d.ts +1 -1
  69. package/lib/response/list-projects-response.d.ts +1 -1
  70. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  71. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  72. package/lib/response/list-work-requests-response.d.ts +1 -1
  73. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListEndpointsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListEvaluationResultsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListModelsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListProjectsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-ailanguage",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
4
4
  "description": "OCI NodeJS client for Ai Language Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"