@xrc-inc/grpc-web
Advanced tools
Comparing version 1.1.43 to 1.1.44
@@ -20,3 +20,3 @@ "use strict"; | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.buy.v1.Component", { | ||
schema.register(".xrc.ecnova.marketplace.buy.v1.PageComponent", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
@@ -26,3 +26,3 @@ name: { | ||
__displayName: "资源名称", | ||
__example: "storefronts/<public_id>/templates/<id>/components/<id>", | ||
__example: "storefronts/<public_id>/pagecomponents/<id>", | ||
}, | ||
@@ -29,0 +29,0 @@ data: { |
@@ -69,5 +69,5 @@ import * as ecnova_api_marketplace_buy_v1_buy_proto_buy_pb from "../../../../../../ecnova/api/marketplace/buy/v1/buy_proto/buy_pb"; | ||
static readonly requestType: typeof ecnova_api_marketplace_buy_v1_buy_proto_buy_pb.GetLandingPageRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_buy_v1_buy_proto_buy_pb.Component; | ||
static readonly responseType: typeof ecnova_api_marketplace_buy_v1_buy_proto_buy_pb.PageComponent; | ||
} | ||
} | ||
//# sourceMappingURL=buy_pb_service.d.ts.map |
@@ -89,4 +89,4 @@ "use strict"; | ||
GetLandingPage.requestType = ecnova_api_marketplace_buy_v1_buy_proto_buy_pb.GetLandingPageRequest; | ||
GetLandingPage.responseType = ecnova_api_marketplace_buy_v1_buy_proto_buy_pb.Component; | ||
GetLandingPage.responseType = ecnova_api_marketplace_buy_v1_buy_proto_buy_pb.PageComponent; | ||
BuyService.GetLandingPage = GetLandingPage; | ||
})(BuyService = exports.BuyService || (exports.BuyService = {})); |
@@ -35,3 +35,3 @@ // package: xrc.ecnova.marketplace.buy.v1 | ||
export class Component extends jspb.Message { | ||
export class PageComponent extends jspb.Message { | ||
getName(): string; | ||
@@ -44,12 +44,12 @@ setName(value: string): void; | ||
serializeBinary(): Uint8Array; | ||
toObject(includeInstance?: boolean): Component.AsObject; | ||
static toObject(includeInstance: boolean, msg: Component): Component.AsObject; | ||
toObject(includeInstance?: boolean): PageComponent.AsObject; | ||
static toObject(includeInstance: boolean, msg: PageComponent): PageComponent.AsObject; | ||
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>}; | ||
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>}; | ||
static serializeBinaryToWriter(message: Component, writer: jspb.BinaryWriter): void; | ||
static deserializeBinary(bytes: Uint8Array): Component; | ||
static deserializeBinaryFromReader(message: Component, reader: jspb.BinaryReader): Component; | ||
static serializeBinaryToWriter(message: PageComponent, writer: jspb.BinaryWriter): void; | ||
static deserializeBinary(bytes: Uint8Array): PageComponent; | ||
static deserializeBinaryFromReader(message: PageComponent, reader: jspb.BinaryReader): PageComponent; | ||
} | ||
export namespace Component { | ||
export namespace PageComponent { | ||
export type AsObject = { | ||
@@ -56,0 +56,0 @@ name: string, |
@@ -473,3 +473,3 @@ "use strict"; | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.Component", { | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.PageComponent", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
@@ -479,3 +479,3 @@ name: { | ||
__displayName: "资源名称", | ||
__example: "merchants/<merchant>/storefronts/<storefront>/components/<component>", | ||
__example: "merchants/<merchant>/storefronts/<storefront>/pagecomponents/<pagecomponent>", | ||
}, | ||
@@ -498,2 +498,25 @@ displayName: { | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.Page", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
name: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "资源名称", | ||
__example: "merchants/<merchant>/storefronts/<storefront>/pages/<page>", | ||
}, | ||
displayName: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "显示名称", | ||
__example: "圣诞节首页", | ||
}, | ||
description: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "说明", | ||
__example: "12 月 25 日 0 点准时上线", | ||
}, | ||
data: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "数据", | ||
__description: "该数据须符合模板中 json schema 描述的数据格式。", | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.CreateColorRequest", { | ||
@@ -1141,3 +1164,3 @@ __type: schema.Types.TYPE_MESSAGE, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.CreateComponentRequest", { | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.CreatePageComponentRequest", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
@@ -1153,8 +1176,8 @@ storefront: { | ||
}, | ||
component: { | ||
pageComponent: { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
__typeName: ".xrc.ecnova.marketplace.merchants.v1.Component", | ||
__typeName: ".xrc.ecnova.marketplace.merchants.v1.PageComponent", | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.GetComponentRequest", { | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.GetPageComponentRequest", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
@@ -1164,13 +1187,13 @@ name: { | ||
__displayName: "资源名称", | ||
__example: "<storefront>/components/<component>", | ||
__example: "<storefront>/pagecomponents/<pagecomponent>", | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.UpdateComponentRequest", { | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.UpdatePageComponentRequest", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
component: { | ||
pageComponent: { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
__typeName: ".xrc.ecnova.marketplace.merchants.v1.Component", | ||
__typeName: ".xrc.ecnova.marketplace.merchants.v1.PageComponent", | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.ListComponentsRequest", { | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.ListPageComponentsRequest", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
@@ -1189,8 +1212,8 @@ storefront: { | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.ListComponentsResponse", { | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.ListPageComponentsResponse", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
componentsList: { | ||
pageComponentsList: { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
__repeated: true, | ||
__typeName: ".xrc.ecnova.marketplace.merchants.v1.Component", | ||
__typeName: ".xrc.ecnova.marketplace.merchants.v1.PageComponent", | ||
}, | ||
@@ -1201,3 +1224,3 @@ nextPageToken: { | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.ListComponentsPageToken", { | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.ListPageComponentsPageToken", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
@@ -1214,3 +1237,3 @@ storefront: { | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.DeleteComponentRequest", { | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.DeletePageComponentRequest", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
@@ -1220,5 +1243,81 @@ name: { | ||
__displayName: "资源名称", | ||
__example: "merchants/<merchant>/storefronts/<storefront>/components/<component>", | ||
__example: "merchants/<merchant>/storefronts/<storefront>/pagecomponents/<pagecomponent>", | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.CreatePageRequest", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
storefront: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "storefront 名称", | ||
__example: "merchants/<merchant>/storefronts/<storefront>", | ||
}, | ||
id: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "页面 id", | ||
}, | ||
page: { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
__typeName: ".xrc.ecnova.marketplace.merchants.v1.Page", | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.GetPageRequest", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
name: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "资源名称", | ||
__example: "<storefront>/pages/<page>", | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.UpdatePageRequest", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
page: { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
__typeName: ".xrc.ecnova.marketplace.merchants.v1.Page", | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.ListPagesRequest", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
storefront: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "storefront 名称", | ||
__example: "merchants/<merchant>/storefronts/<storefront>", | ||
}, | ||
pageSize: { | ||
__type: schema.Types.TYPE_INT32, | ||
}, | ||
pageToken: { | ||
__type: schema.Types.TYPE_STRING, | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.ListPagesResponse", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
pagesList: { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
__repeated: true, | ||
__typeName: ".xrc.ecnova.marketplace.merchants.v1.Page", | ||
}, | ||
nextPageToken: { | ||
__type: schema.Types.TYPE_STRING, | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.ListPagesPageToken", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
storefront: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "storefront 名称", | ||
__example: "merchants/<merchant>/storefronts/<storefront>", | ||
}, | ||
id: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "id", | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.DeletePageRequest", { | ||
__type: schema.Types.TYPE_MESSAGE, | ||
name: { | ||
__type: schema.Types.TYPE_STRING, | ||
__displayName: "资源名称", | ||
__example: "merchants/<merchant>/storefronts/<storefront>/pages/<page>", | ||
}, | ||
}); | ||
schema.register(".xrc.ecnova.marketplace.merchants.v1.CreateSKURequest", { | ||
@@ -1225,0 +1324,0 @@ __type: schema.Types.TYPE_MESSAGE, |
@@ -335,3 +335,3 @@ import * as ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb from "../../../../../../ecnova/api/marketplace/merchants/v1/merchants_proto/merchants_pb"; | ||
} | ||
class CreateComponent { | ||
class CreatePageComponent { | ||
static readonly methodName: string; | ||
@@ -341,6 +341,6 @@ static readonly service: typeof MerchantsService; | ||
static readonly responseStream: boolean; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.CreateComponentRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Component; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.CreatePageComponentRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.PageComponent; | ||
} | ||
class GetComponent { | ||
class GetPageComponent { | ||
static readonly methodName: string; | ||
@@ -350,6 +350,6 @@ static readonly service: typeof MerchantsService; | ||
static readonly responseStream: boolean; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.GetComponentRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Component; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.GetPageComponentRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.PageComponent; | ||
} | ||
class UpdateComponent { | ||
class UpdatePageComponent { | ||
static readonly methodName: string; | ||
@@ -359,6 +359,6 @@ static readonly service: typeof MerchantsService; | ||
static readonly responseStream: boolean; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.UpdateComponentRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Component; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.UpdatePageComponentRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.PageComponent; | ||
} | ||
class ListComponents { | ||
class ListPageComponents { | ||
static readonly methodName: string; | ||
@@ -368,6 +368,6 @@ static readonly service: typeof MerchantsService; | ||
static readonly responseStream: boolean; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListComponentsRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListComponentsResponse; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListPageComponentsRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListPageComponentsResponse; | ||
} | ||
class DeleteComponent { | ||
class DeletePageComponent { | ||
static readonly methodName: string; | ||
@@ -377,5 +377,45 @@ static readonly service: typeof MerchantsService; | ||
static readonly responseStream: boolean; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.DeleteComponentRequest; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.DeletePageComponentRequest; | ||
static readonly responseType: typeof google_protobuf_empty_pb.Empty; | ||
} | ||
class CreatePage { | ||
static readonly methodName: string; | ||
static readonly service: typeof MerchantsService; | ||
static readonly requestStream: boolean; | ||
static readonly responseStream: boolean; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.CreatePageRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Page; | ||
} | ||
class GetPage { | ||
static readonly methodName: string; | ||
static readonly service: typeof MerchantsService; | ||
static readonly requestStream: boolean; | ||
static readonly responseStream: boolean; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.GetPageRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Page; | ||
} | ||
class UpdatePage { | ||
static readonly methodName: string; | ||
static readonly service: typeof MerchantsService; | ||
static readonly requestStream: boolean; | ||
static readonly responseStream: boolean; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.UpdatePageRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Page; | ||
} | ||
class ListPages { | ||
static readonly methodName: string; | ||
static readonly service: typeof MerchantsService; | ||
static readonly requestStream: boolean; | ||
static readonly responseStream: boolean; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListPagesRequest; | ||
static readonly responseType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListPagesResponse; | ||
} | ||
class DeletePage { | ||
static readonly methodName: string; | ||
static readonly service: typeof MerchantsService; | ||
static readonly requestStream: boolean; | ||
static readonly responseStream: boolean; | ||
static readonly requestType: typeof ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.DeletePageRequest; | ||
static readonly responseType: typeof google_protobuf_empty_pb.Empty; | ||
} | ||
class CreateColor { | ||
@@ -382,0 +422,0 @@ static readonly methodName: string; |
@@ -388,47 +388,92 @@ "use strict"; | ||
MerchantsService.RemoveShippingLinesFromOrder = RemoveShippingLinesFromOrder; | ||
class CreateComponent { | ||
class CreatePageComponent { | ||
} | ||
CreateComponent.methodName = "CreateComponent"; | ||
CreateComponent.service = MerchantsService; | ||
CreateComponent.requestStream = false; | ||
CreateComponent.responseStream = false; | ||
CreateComponent.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.CreateComponentRequest; | ||
CreateComponent.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Component; | ||
MerchantsService.CreateComponent = CreateComponent; | ||
class GetComponent { | ||
CreatePageComponent.methodName = "CreatePageComponent"; | ||
CreatePageComponent.service = MerchantsService; | ||
CreatePageComponent.requestStream = false; | ||
CreatePageComponent.responseStream = false; | ||
CreatePageComponent.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.CreatePageComponentRequest; | ||
CreatePageComponent.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.PageComponent; | ||
MerchantsService.CreatePageComponent = CreatePageComponent; | ||
class GetPageComponent { | ||
} | ||
GetComponent.methodName = "GetComponent"; | ||
GetComponent.service = MerchantsService; | ||
GetComponent.requestStream = false; | ||
GetComponent.responseStream = false; | ||
GetComponent.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.GetComponentRequest; | ||
GetComponent.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Component; | ||
MerchantsService.GetComponent = GetComponent; | ||
class UpdateComponent { | ||
GetPageComponent.methodName = "GetPageComponent"; | ||
GetPageComponent.service = MerchantsService; | ||
GetPageComponent.requestStream = false; | ||
GetPageComponent.responseStream = false; | ||
GetPageComponent.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.GetPageComponentRequest; | ||
GetPageComponent.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.PageComponent; | ||
MerchantsService.GetPageComponent = GetPageComponent; | ||
class UpdatePageComponent { | ||
} | ||
UpdateComponent.methodName = "UpdateComponent"; | ||
UpdateComponent.service = MerchantsService; | ||
UpdateComponent.requestStream = false; | ||
UpdateComponent.responseStream = false; | ||
UpdateComponent.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.UpdateComponentRequest; | ||
UpdateComponent.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Component; | ||
MerchantsService.UpdateComponent = UpdateComponent; | ||
class ListComponents { | ||
UpdatePageComponent.methodName = "UpdatePageComponent"; | ||
UpdatePageComponent.service = MerchantsService; | ||
UpdatePageComponent.requestStream = false; | ||
UpdatePageComponent.responseStream = false; | ||
UpdatePageComponent.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.UpdatePageComponentRequest; | ||
UpdatePageComponent.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.PageComponent; | ||
MerchantsService.UpdatePageComponent = UpdatePageComponent; | ||
class ListPageComponents { | ||
} | ||
ListComponents.methodName = "ListComponents"; | ||
ListComponents.service = MerchantsService; | ||
ListComponents.requestStream = false; | ||
ListComponents.responseStream = false; | ||
ListComponents.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListComponentsRequest; | ||
ListComponents.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListComponentsResponse; | ||
MerchantsService.ListComponents = ListComponents; | ||
class DeleteComponent { | ||
ListPageComponents.methodName = "ListPageComponents"; | ||
ListPageComponents.service = MerchantsService; | ||
ListPageComponents.requestStream = false; | ||
ListPageComponents.responseStream = false; | ||
ListPageComponents.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListPageComponentsRequest; | ||
ListPageComponents.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListPageComponentsResponse; | ||
MerchantsService.ListPageComponents = ListPageComponents; | ||
class DeletePageComponent { | ||
} | ||
DeleteComponent.methodName = "DeleteComponent"; | ||
DeleteComponent.service = MerchantsService; | ||
DeleteComponent.requestStream = false; | ||
DeleteComponent.responseStream = false; | ||
DeleteComponent.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.DeleteComponentRequest; | ||
DeleteComponent.responseType = google_protobuf_empty_pb.Empty; | ||
MerchantsService.DeleteComponent = DeleteComponent; | ||
DeletePageComponent.methodName = "DeletePageComponent"; | ||
DeletePageComponent.service = MerchantsService; | ||
DeletePageComponent.requestStream = false; | ||
DeletePageComponent.responseStream = false; | ||
DeletePageComponent.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.DeletePageComponentRequest; | ||
DeletePageComponent.responseType = google_protobuf_empty_pb.Empty; | ||
MerchantsService.DeletePageComponent = DeletePageComponent; | ||
class CreatePage { | ||
} | ||
CreatePage.methodName = "CreatePage"; | ||
CreatePage.service = MerchantsService; | ||
CreatePage.requestStream = false; | ||
CreatePage.responseStream = false; | ||
CreatePage.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.CreatePageRequest; | ||
CreatePage.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Page; | ||
MerchantsService.CreatePage = CreatePage; | ||
class GetPage { | ||
} | ||
GetPage.methodName = "GetPage"; | ||
GetPage.service = MerchantsService; | ||
GetPage.requestStream = false; | ||
GetPage.responseStream = false; | ||
GetPage.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.GetPageRequest; | ||
GetPage.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Page; | ||
MerchantsService.GetPage = GetPage; | ||
class UpdatePage { | ||
} | ||
UpdatePage.methodName = "UpdatePage"; | ||
UpdatePage.service = MerchantsService; | ||
UpdatePage.requestStream = false; | ||
UpdatePage.responseStream = false; | ||
UpdatePage.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.UpdatePageRequest; | ||
UpdatePage.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.Page; | ||
MerchantsService.UpdatePage = UpdatePage; | ||
class ListPages { | ||
} | ||
ListPages.methodName = "ListPages"; | ||
ListPages.service = MerchantsService; | ||
ListPages.requestStream = false; | ||
ListPages.responseStream = false; | ||
ListPages.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListPagesRequest; | ||
ListPages.responseType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.ListPagesResponse; | ||
MerchantsService.ListPages = ListPages; | ||
class DeletePage { | ||
} | ||
DeletePage.methodName = "DeletePage"; | ||
DeletePage.service = MerchantsService; | ||
DeletePage.requestStream = false; | ||
DeletePage.responseStream = false; | ||
DeletePage.requestType = ecnova_api_marketplace_merchants_v1_merchants_proto_merchants_pb.DeletePageRequest; | ||
DeletePage.responseType = google_protobuf_empty_pb.Empty; | ||
MerchantsService.DeletePage = DeletePage; | ||
class CreateColor { | ||
@@ -435,0 +480,0 @@ } |
{ | ||
"name": "@xrc-inc/grpc-web", | ||
"version": "1.1.43", | ||
"version": "1.1.44", | ||
"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
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
4287113
107096