Socket
Socket
Sign inDemoInstall

@huaweicloud/huaweicloud-sdk-ocr

Package Overview
Dependencies
28
Maintainers
3
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.74 to 3.1.75

v1/model/RecognizeSealRequest.d.ts

4

package.json
{
"name": "@huaweicloud/huaweicloud-sdk-ocr",
"version": "3.1.74",
"version": "3.1.75",
"description": "Huaweicloud SDK for ocr",

@@ -17,3 +17,3 @@ "main": "huaweicloud-sdk-ocr.js",

"dependencies": {
"@huaweicloud/huaweicloud-sdk-core": "^3.1.74"
"@huaweicloud/huaweicloud-sdk-core": "^3.1.75"
},

@@ -20,0 +20,0 @@ "devDependencies": {

@@ -20,2 +20,9 @@ import { ItineraryList } from './ItineraryList';

private 'issue_date'?;
tax?: string;
private 'tax_rate'?;
private 'buyer_name'?;
private 'buyer_id'?;
private 'number'?;
private 'international_flag'?;
private 'issue_status'?;
private 'itinerary_list'?;

@@ -69,2 +76,21 @@ confidence?: object;

get issueDate(): string | undefined;
withTax(tax: string): FlightItineraryResult;
withTaxRate(taxRate: string): FlightItineraryResult;
set taxRate(taxRate: string | undefined);
get taxRate(): string | undefined;
withBuyerName(buyerName: string): FlightItineraryResult;
set buyerName(buyerName: string | undefined);
get buyerName(): string | undefined;
withBuyerId(buyerId: string): FlightItineraryResult;
set buyerId(buyerId: string | undefined);
get buyerId(): string | undefined;
withModelNumber(modelNumber: string): FlightItineraryResult;
set modelNumber(modelNumber: string | undefined);
get modelNumber(): string | undefined;
withInternationalFlag(internationalFlag: string): FlightItineraryResult;
set internationalFlag(internationalFlag: string | undefined);
get internationalFlag(): string | undefined;
withIssueStatus(issueStatus: string): FlightItineraryResult;
set issueStatus(issueStatus: string | undefined);
get issueStatus(): string | undefined;
withItineraryList(itineraryList: Array<ItineraryList>): FlightItineraryResult;

@@ -71,0 +97,0 @@ set itineraryList(itineraryList: Array<ItineraryList> | undefined);

@@ -159,2 +159,66 @@ "use strict";

}
withTax(tax) {
this['tax'] = tax;
return this;
}
withTaxRate(taxRate) {
this['tax_rate'] = taxRate;
return this;
}
set taxRate(taxRate) {
this['tax_rate'] = taxRate;
}
get taxRate() {
return this['tax_rate'];
}
withBuyerName(buyerName) {
this['buyer_name'] = buyerName;
return this;
}
set buyerName(buyerName) {
this['buyer_name'] = buyerName;
}
get buyerName() {
return this['buyer_name'];
}
withBuyerId(buyerId) {
this['buyer_id'] = buyerId;
return this;
}
set buyerId(buyerId) {
this['buyer_id'] = buyerId;
}
get buyerId() {
return this['buyer_id'];
}
withModelNumber(modelNumber) {
this['number'] = modelNumber;
return this;
}
set modelNumber(modelNumber) {
this['number'] = modelNumber;
}
get modelNumber() {
return this['number'];
}
withInternationalFlag(internationalFlag) {
this['international_flag'] = internationalFlag;
return this;
}
set internationalFlag(internationalFlag) {
this['international_flag'] = internationalFlag;
}
get internationalFlag() {
return this['international_flag'];
}
withIssueStatus(issueStatus) {
this['issue_status'] = issueStatus;
return this;
}
set issueStatus(issueStatus) {
this['issue_status'] = issueStatus;
}
get issueStatus() {
return this['issue_status'];
}
withItineraryList(itineraryList) {

@@ -161,0 +225,0 @@ this['itinerary_list'] = itineraryList;

@@ -173,2 +173,4 @@ export * from './OcrClient';

export * from './model/RecognizeRealEstateCertificateResponse';
export * from './model/RecognizeSealRequest';
export * from './model/RecognizeSealResponse';
export * from './model/RecognizeSmartDocumentRecognizerRequest';

@@ -202,2 +204,6 @@ export * from './model/RecognizeSmartDocumentRecognizerResponse';

export * from './model/RecognizeWebImageResponse';
export * from './model/SealList';
export * from './model/SealRequestBody';
export * from './model/SealResult';
export * from './model/SealWordsBlockList';
export * from './model/SmartDocumentRecognizerKVBlock';

@@ -204,0 +210,0 @@ export * from './model/SmartDocumentRecognizerKVWordsBlock';

@@ -189,2 +189,4 @@ "use strict";

__exportStar(require("./model/RecognizeRealEstateCertificateResponse"), exports);
__exportStar(require("./model/RecognizeSealRequest"), exports);
__exportStar(require("./model/RecognizeSealResponse"), exports);
__exportStar(require("./model/RecognizeSmartDocumentRecognizerRequest"), exports);

@@ -218,2 +220,6 @@ __exportStar(require("./model/RecognizeSmartDocumentRecognizerResponse"), exports);

__exportStar(require("./model/RecognizeWebImageResponse"), exports);
__exportStar(require("./model/SealList"), exports);
__exportStar(require("./model/SealRequestBody"), exports);
__exportStar(require("./model/SealResult"), exports);
__exportStar(require("./model/SealWordsBlockList"), exports);
__exportStar(require("./model/SmartDocumentRecognizerKVBlock"), exports);

@@ -220,0 +226,0 @@ __exportStar(require("./model/SmartDocumentRecognizerKVWordsBlock"), exports);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc