oci-ailanguage 2.53.0 → 2.54.0

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 (55) hide show
  1. package/lib/client.d.ts +46 -56
  2. package/lib/client.js +46 -56
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/batch-language-translation-details.d.ts +26 -1
  5. package/lib/model/batch-language-translation-details.js.map +1 -1
  6. package/lib/model/entity-document-result.d.ts +26 -1
  7. package/lib/model/entity-document-result.js.map +1 -1
  8. package/lib/model/key-phrase-document-result.d.ts +26 -1
  9. package/lib/model/key-phrase-document-result.js.map +1 -1
  10. package/lib/model/pii-entity-document-result.d.ts +26 -1
  11. package/lib/model/pii-entity-document-result.js.map +1 -1
  12. package/lib/model/sentiment-document-result.d.ts +26 -1
  13. package/lib/model/sentiment-document-result.js.map +1 -1
  14. package/lib/model/text-classification-document-result.d.ts +26 -1
  15. package/lib/model/text-classification-document-result.js.map +1 -1
  16. package/lib/model/text-document.d.ts +26 -1
  17. package/lib/model/text-document.js.map +1 -1
  18. package/lib/model/translation-document-result.d.ts +52 -2
  19. package/lib/model/translation-document-result.js.map +1 -1
  20. package/lib/request/batch-detect-dominant-language-request.d.ts +1 -1
  21. package/lib/request/batch-detect-language-entities-request.d.ts +1 -1
  22. package/lib/request/batch-detect-language-key-phrases-request.d.ts +1 -1
  23. package/lib/request/batch-detect-language-pii-entities-request.d.ts +1 -1
  24. package/lib/request/batch-detect-language-sentiments-request.d.ts +1 -1
  25. package/lib/request/batch-detect-language-text-classification-request.d.ts +1 -1
  26. package/lib/request/batch-language-translation-request.d.ts +1 -1
  27. package/lib/request/change-endpoint-compartment-request.d.ts +1 -1
  28. package/lib/request/change-model-compartment-request.d.ts +1 -1
  29. package/lib/request/change-project-compartment-request.d.ts +1 -1
  30. package/lib/request/create-endpoint-request.d.ts +1 -1
  31. package/lib/request/create-model-request.d.ts +1 -1
  32. package/lib/request/create-project-request.d.ts +1 -1
  33. package/lib/request/delete-endpoint-request.d.ts +1 -1
  34. package/lib/request/delete-model-request.d.ts +1 -1
  35. package/lib/request/delete-project-request.d.ts +1 -1
  36. package/lib/request/detect-dominant-language-request.d.ts +1 -1
  37. package/lib/request/detect-language-entities-request.d.ts +1 -1
  38. package/lib/request/detect-language-key-phrases-request.d.ts +1 -1
  39. package/lib/request/detect-language-sentiments-request.d.ts +1 -1
  40. package/lib/request/detect-language-text-classification-request.d.ts +1 -1
  41. package/lib/request/get-endpoint-request.d.ts +1 -1
  42. package/lib/request/get-model-request.d.ts +1 -1
  43. package/lib/request/get-project-request.d.ts +1 -1
  44. package/lib/request/get-work-request-request.d.ts +1 -1
  45. package/lib/request/list-endpoints-request.d.ts +1 -1
  46. package/lib/request/list-evaluation-results-request.d.ts +1 -1
  47. package/lib/request/list-models-request.d.ts +1 -1
  48. package/lib/request/list-projects-request.d.ts +1 -1
  49. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  50. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  51. package/lib/request/list-work-requests-request.d.ts +1 -1
  52. package/lib/request/update-endpoint-request.d.ts +1 -1
  53. package/lib/request/update-model-request.d.ts +1 -1
  54. package/lib/request/update-project-request.d.ts +1 -1
  55. package/package.json +3 -3
@@ -26,11 +26,61 @@ export interface TranslationDocumentResult {
26
26
  */
27
27
  "translatedText": string;
28
28
  /**
29
- * Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
29
+ * Language code supported
30
+ * Automatically detect language - auto
31
+ * Arabic - ar
32
+ * Brazilian Portuguese - pt-BR
33
+ * Czech - cs
34
+ * Danish - da
35
+ * Dutch - nl
36
+ * English - en
37
+ * Finnish - fi
38
+ * French - fr
39
+ * Canadian French - fr-CA
40
+ * German - de
41
+ * Italian - it
42
+ * Japanese - ja
43
+ * Korean - ko
44
+ * Norwegian - no
45
+ * Polish - pl
46
+ * Romanian - ro
47
+ * Simplified Chinese - zh-CN
48
+ * Spanish - es
49
+ * Swedish - sv
50
+ * Traditional Chinese - zh-TW
51
+ * Turkish - tr
52
+ * Greek - el
53
+ * Hebrew - he
54
+ *
30
55
  */
31
56
  "sourceLanguageCode": string;
32
57
  /**
33
- * Language code per the [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) standard.
58
+ * Language code supported
59
+ * Automatically detect language - auto
60
+ * Arabic - ar
61
+ * Brazilian Portuguese - pt-BR
62
+ * Czech - cs
63
+ * Danish - da
64
+ * Dutch - nl
65
+ * English - en
66
+ * Finnish - fi
67
+ * French - fr
68
+ * Canadian French - fr-CA
69
+ * German - de
70
+ * Italian - it
71
+ * Japanese - ja
72
+ * Korean - ko
73
+ * Norwegian - no
74
+ * Polish - pl
75
+ * Romanian - ro
76
+ * Simplified Chinese - zh-CN
77
+ * Spanish - es
78
+ * Swedish - sv
79
+ * Traditional Chinese - zh-TW
80
+ * Turkish - tr
81
+ * Greek - el
82
+ * Hebrew - he
83
+ *
34
84
  */
35
85
  "targetLanguageCode": string;
36
86
  }
@@ -1 +1 @@
1
- {"version":3,"file":"translation-document-result.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/translation-document-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA2BH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
1
+ {"version":3,"file":"translation-document-result.js","sourceRoot":"","sources":["../../../../../lib/ailanguage/lib/model/translation-document-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA6EH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/BatchDetectDominantLanguage.ts.html |here} to see how to use BatchDetectDominantLanguageRequest.
17
17
  */
18
18
  export interface BatchDetectDominantLanguageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/BatchDetectLanguageEntities.ts.html |here} to see how to use BatchDetectLanguageEntitiesRequest.
17
17
  */
18
18
  export interface BatchDetectLanguageEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/BatchDetectLanguageKeyPhrases.ts.html |here} to see how to use BatchDetectLanguageKeyPhrasesRequest.
17
17
  */
18
18
  export interface BatchDetectLanguageKeyPhrasesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/BatchDetectLanguagePiiEntities.ts.html |here} to see how to use BatchDetectLanguagePiiEntitiesRequest.
17
17
  */
18
18
  export interface BatchDetectLanguagePiiEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentimentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/BatchDetectLanguageSentiments.ts.html |here} to see how to use BatchDetectLanguageSentimentsRequest.
17
17
  */
18
18
  export interface BatchDetectLanguageSentimentsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassificationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/BatchDetectLanguageTextClassification.ts.html |here} to see how to use BatchDetectLanguageTextClassificationRequest.
17
17
  */
18
18
  export interface BatchDetectLanguageTextClassificationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/BatchLanguageTranslation.ts.html |here} to see how to use BatchLanguageTranslationRequest.
17
17
  */
18
18
  export interface BatchLanguageTranslationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/ChangeEndpointCompartment.ts.html |here} to see how to use ChangeEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
17
17
  */
18
18
  export interface ChangeModelCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/CreateEndpoint.ts.html |here} to see how to use CreateEndpointRequest.
17
17
  */
18
18
  export interface CreateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/CreateModel.ts.html |here} to see how to use CreateModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/CreateModel.ts.html |here} to see how to use CreateModelRequest.
17
17
  */
18
18
  export interface CreateModelRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
17
17
  */
18
18
  export interface CreateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/DeleteEndpoint.ts.html |here} to see how to use DeleteEndpointRequest.
16
16
  */
17
17
  export interface DeleteEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
16
16
  */
17
17
  export interface DeleteModelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
16
16
  */
17
17
  export interface DeleteProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/DetectDominantLanguage.ts.html |here} to see how to use DetectDominantLanguageRequest.
17
17
  */
18
18
  export interface DetectDominantLanguageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/DetectLanguageEntities.ts.html |here} to see how to use DetectLanguageEntitiesRequest.
17
17
  */
18
18
  export interface DetectLanguageEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/DetectLanguageKeyPhrases.ts.html |here} to see how to use DetectLanguageKeyPhrasesRequest.
17
17
  */
18
18
  export interface DetectLanguageKeyPhrasesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentimentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/DetectLanguageSentiments.ts.html |here} to see how to use DetectLanguageSentimentsRequest.
17
17
  */
18
18
  export interface DetectLanguageSentimentsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassificationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/DetectLanguageTextClassification.ts.html |here} to see how to use DetectLanguageTextClassificationRequest.
17
17
  */
18
18
  export interface DetectLanguageTextClassificationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/GetEndpoint.ts.html |here} to see how to use GetEndpointRequest.
16
16
  */
17
17
  export interface GetEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/GetModel.ts.html |here} to see how to use GetModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/GetModel.ts.html |here} to see how to use GetModelRequest.
16
16
  */
17
17
  export interface GetModelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/GetProject.ts.html |here} to see how to use GetProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/GetProject.ts.html |here} to see how to use GetProjectRequest.
16
16
  */
17
17
  export interface GetProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/ListEndpoints.ts.html |here} to see how to use ListEndpointsRequest.
17
17
  */
18
18
  export interface ListEndpointsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResultsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/ListEvaluationResults.ts.html |here} to see how to use ListEvaluationResultsRequest.
16
16
  */
17
17
  export interface ListEvaluationResultsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/ListModels.ts.html |here} to see how to use ListModelsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/ListModels.ts.html |here} to see how to use ListModelsRequest.
17
17
  */
18
18
  export interface ListModelsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
17
17
  */
18
18
  export interface ListProjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/UpdateEndpoint.ts.html |here} to see how to use UpdateEndpointRequest.
17
17
  */
18
18
  export interface UpdateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
17
17
  */
18
18
  export interface UpdateModelRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/ailanguage/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
17
17
  */
18
18
  export interface UpdateProjectRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-ailanguage",
3
- "version": "2.53.0",
3
+ "version": "2.54.0",
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.53.0",
19
- "oci-workrequests": "2.53.0"
18
+ "oci-common": "2.54.0",
19
+ "oci-workrequests": "2.54.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"