@xrc-inc/grpc-web
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -143,2 +143,7 @@ // Code generated by //ecnova/console/apigen/protoc-gen-schema. DO NOT EDIT. | ||
}, | ||
shansongApp: { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
__typeName: ".xrc.ecnova.shansong.admin.app.v1.App", | ||
__displayName: "闪送/app", | ||
}, | ||
}, | ||
@@ -145,0 +150,0 @@ }, |
@@ -18,2 +18,3 @@ // package: xrc.ecnova.cloud.v1 | ||
import * as ecnova_api_marketplace_shippingfeecalculation_v1_shippingfeecalculation_proto_shippingfeecalculation_pb from "../../../../../ecnova/api/marketplace/shippingfeecalculation/v1/shippingfeecalculation_proto/shippingfeecalculation_pb"; | ||
import * as ecnova_api_shansong_admin_app_v1_app_proto_shansong_admin_app_pb from "../../../../../ecnova/api/shansong/admin/app/v1/app_proto/shansong_admin_app_pb"; | ||
@@ -149,2 +150,7 @@ export class Profile extends jspb.Message { | ||
hasShansongApp(): boolean; | ||
clearShansongApp(): void; | ||
getShansongApp(): ecnova_api_shansong_admin_app_v1_app_proto_shansong_admin_app_pb.App | undefined; | ||
setShansongApp(value?: ecnova_api_shansong_admin_app_v1_app_proto_shansong_admin_app_pb.App): void; | ||
getUnderlying_resourceCase(): Resource.Underlying_resourceCase; | ||
@@ -181,2 +187,3 @@ serializeBinary(): Uint8Array; | ||
marketplaceShippinglabel?: ecnova_api_marketplace_shippingfeecalculation_v1_shippingfeecalculation_proto_shippingfeecalculation_pb.ShippingLabel.AsObject, | ||
shansongApp?: ecnova_api_shansong_admin_app_v1_app_proto_shansong_admin_app_pb.App.AsObject, | ||
} | ||
@@ -203,2 +210,3 @@ | ||
MARKETPLACE_SHIPPINGLABEL = 20, | ||
SHANSONG_APP = 21, | ||
} | ||
@@ -205,0 +213,0 @@ } |
@@ -359,15 +359,10 @@ // Code generated by //ecnova/console/apigen/protoc-gen-schema. DO NOT EDIT. | ||
__type: schema.Types.TYPE_MESSAGE, | ||
__typeName: ".xrc.api.type.PostalAddress", | ||
__typeName: ".google.type.PostalAddress", | ||
__displayName: "地址", | ||
}, | ||
location: { | ||
__displayName: "位置", | ||
__oneOfItems: { | ||
bd09: { | ||
latLng: { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
__typeName: ".google.type.LatLng", | ||
__displayName: "百度坐标系", | ||
__typeName: ".xrc.ecnova.type.LatLng", | ||
__displayName: "位置", | ||
}, | ||
}, | ||
}, | ||
}) | ||
@@ -389,3 +384,3 @@ schema.register(".xrc.ecnova.shansong.v1.Trail", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
__typeName: ".google.type.LatLng", | ||
__typeName: ".xrc.ecnova.type.LatLng", | ||
__displayName: "BD09 经纬度", | ||
@@ -392,0 +387,0 @@ }, |
@@ -5,7 +5,7 @@ // package: xrc.ecnova.shansong.v1 | ||
import * as jspb from "google-protobuf"; | ||
import * as api_type_type_proto_postal_address_pb from "../../../../../api/type/type_proto/postal_address_pb"; | ||
import * as ecnova_api_type_latlng_latlng_proto_latlng_pb from "../../../../../ecnova/api/type/latlng/latlng_proto/latlng_pb"; | ||
import * as google_protobuf_timestamp_pb from "google-protobuf/google/protobuf/timestamp_pb"; | ||
import * as google_type_money_pb from "../../../../../google/type/money_pb"; | ||
import * as google_type_latlng_pb from "../../../../../google/type/latlng_pb"; | ||
import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb"; | ||
import * as google_type_postal_address_pb from "../../../../../google/type/postal_address_pb"; | ||
@@ -458,11 +458,10 @@ export class QueryOrderPriceInfoRequest extends jspb.Message { | ||
clearAddress(): void; | ||
getAddress(): api_type_type_proto_postal_address_pb.PostalAddress | undefined; | ||
setAddress(value?: api_type_type_proto_postal_address_pb.PostalAddress): void; | ||
getAddress(): google_type_postal_address_pb.PostalAddress | undefined; | ||
setAddress(value?: google_type_postal_address_pb.PostalAddress): void; | ||
hasBd09(): boolean; | ||
clearBd09(): void; | ||
getBd09(): google_type_latlng_pb.LatLng | undefined; | ||
setBd09(value?: google_type_latlng_pb.LatLng): void; | ||
hasLatLng(): boolean; | ||
clearLatLng(): void; | ||
getLatLng(): ecnova_api_type_latlng_latlng_proto_latlng_pb.LatLng | undefined; | ||
setLatLng(value?: ecnova_api_type_latlng_latlng_proto_latlng_pb.LatLng): void; | ||
getLocationCase(): Recipient.LocationCase; | ||
serializeBinary(): Uint8Array; | ||
@@ -482,10 +481,5 @@ toObject(includeInstance?: boolean): Recipient.AsObject; | ||
phoneNumber: string, | ||
address?: api_type_type_proto_postal_address_pb.PostalAddress.AsObject, | ||
bd09?: google_type_latlng_pb.LatLng.AsObject, | ||
address?: google_type_postal_address_pb.PostalAddress.AsObject, | ||
latLng?: ecnova_api_type_latlng_latlng_proto_latlng_pb.LatLng.AsObject, | ||
} | ||
export enum LocationCase { | ||
LOCATION_NOT_SET = 0, | ||
BD09 = 4, | ||
} | ||
} | ||
@@ -517,4 +511,4 @@ | ||
clearBd09Location(): void; | ||
getBd09Location(): google_type_latlng_pb.LatLng | undefined; | ||
setBd09Location(value?: google_type_latlng_pb.LatLng): void; | ||
getBd09Location(): ecnova_api_type_latlng_latlng_proto_latlng_pb.LatLng | undefined; | ||
setBd09Location(value?: ecnova_api_type_latlng_latlng_proto_latlng_pb.LatLng): void; | ||
@@ -538,3 +532,3 @@ hasTime(): boolean; | ||
export type AsObject = { | ||
bd09Location?: google_type_latlng_pb.LatLng.AsObject, | ||
bd09Location?: ecnova_api_type_latlng_latlng_proto_latlng_pb.LatLng.AsObject, | ||
time?: google_protobuf_timestamp_pb.Timestamp.AsObject, | ||
@@ -541,0 +535,0 @@ } |
{ | ||
"name": "@xrc-inc/grpc-web", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Javascript sdk of ecnova apis", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6374377
160873