@azure-rest/ai-document-intelligence 1.0.0-alpha.20250106.1 → 1.0.0-alpha.20250106.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 (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -108,6 +108,11 @@ The following types are renamed
108
108
  - `ResourceDetailsOutput` to `DocumentIntelligenceResourceDetailsOutput`
109
109
  - `PagedOperationDetailsOutput` to `PagedDocumentIntelligenceOperationDetailsOutput`
110
110
  - `GetResourceInfo` to `GetResourceDetails`
111
+ - `AnalyzeResultOperationOutput` to `AnalyzeOperationOutput`
112
+ - `FontWeightOutput` to `DocumentFontWeightOutput`
113
+ - `FontStyleOutput` to `DocumentFontStyleOutput`
114
+ - `DocumentOutput` to `AnalyzedDocumentOutput`
115
+ - `CopyAuthorizationOutput` to `ModelCopyAuthorizationOutput`
111
116
 
112
117
  ## 1.0.0-beta.3 (2024-08-20)
113
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/ai-document-intelligence",
3
- "version": "1.0.0-alpha.20250106.1",
3
+ "version": "1.0.0-alpha.20250106.2",
4
4
  "description": "Document Intelligence Rest Client",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"