@paakd/api 0.0.3 → 0.0.4
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.
- package/package.json +7 -9
- package/buf/validate/validate_pb.ts +0 -5001
- package/gen/buf/validate/validate_pb.ts +0 -4799
- package/gen/src/proto/auth/v1/authv1connect/service.connect.go +0 -454
- package/gen/src/proto/auth/v1/entities/auth.pb.go +0 -818
- package/gen/src/proto/auth/v1/entities/auth_pb.ts +0 -348
- package/gen/src/proto/auth/v1/entities/policy.pb.go +0 -727
- package/gen/src/proto/auth/v1/entities/policy_pb.ts +0 -306
- package/gen/src/proto/auth/v1/service-AuthService_connectquery.ts +0 -70
- package/gen/src/proto/auth/v1/service.pb.go +0 -119
- package/gen/src/proto/auth/v1/service_pb.ts +0 -152
- package/gen/src/proto/customers/v1/customersv1connect/service.connect.go +0 -358
- package/gen/src/proto/customers/v1/entities/address.pb.go +0 -1073
- package/gen/src/proto/customers/v1/entities/address_pb.ts +0 -478
- package/gen/src/proto/customers/v1/entities/profile.pb.go +0 -633
- package/gen/src/proto/customers/v1/entities/profile_pb.ts +0 -252
- package/gen/src/proto/customers/v1/service-CustomerService_connectquery.ts +0 -50
- package/gen/src/proto/customers/v1/service.pb.go +0 -110
- package/gen/src/proto/customers/v1/service_pb.ts +0 -121
- package/gen/src/proto/files/v1/entities/file.pb.go +0 -669
- package/gen/src/proto/files/v1/entities/file_pb.ts +0 -265
- package/gen/src/proto/files/v1/filesv1connect/service.connect.go +0 -200
- package/gen/src/proto/files/v1/service-FileService_connectquery.ts +0 -25
- package/gen/src/proto/files/v1/service.pb.go +0 -85
- package/gen/src/proto/files/v1/service_pb.ts +0 -65
- package/gen/src/proto/products/v1/entities/category.pb.go +0 -744
- package/gen/src/proto/products/v1/entities/category_pb.ts +0 -318
- package/gen/src/proto/products/v1/entities/collection.pb.go +0 -528
- package/gen/src/proto/products/v1/entities/collection_pb.ts +0 -214
- package/gen/src/proto/products/v1/entities/product/create.pb.go +0 -453
- package/gen/src/proto/products/v1/entities/product/create_pb.ts +0 -199
- package/gen/src/proto/products/v1/entities/product/option.pb.go +0 -206
- package/gen/src/proto/products/v1/entities/product/option_pb.ts +0 -74
- package/gen/src/proto/products/v1/entities/product/shared.pb.go +0 -2890
- package/gen/src/proto/products/v1/entities/product/shared_pb.ts +0 -1317
- package/gen/src/proto/products/v1/entities/product/update.pb.go +0 -794
- package/gen/src/proto/products/v1/entities/product/update_pb.ts +0 -325
- package/gen/src/proto/products/v1/entities/tag.pb.go +0 -610
- package/gen/src/proto/products/v1/entities/tag_pb.ts +0 -233
- package/gen/src/proto/products/v1/entities/taxonomy.pb.go +0 -1352
- package/gen/src/proto/products/v1/entities/taxonomy_pb.ts +0 -606
- package/gen/src/proto/products/v1/entities/type.pb.go +0 -553
- package/gen/src/proto/products/v1/entities/type_pb.ts +0 -215
- package/gen/src/proto/products/v1/entities/variant.pb.go +0 -1474
- package/gen/src/proto/products/v1/entities/variant_pb.ts +0 -629
- package/gen/src/proto/products/v1/productsv1connect/service.connect.go +0 -1195
- package/gen/src/proto/products/v1/service-ProductsService_connectquery.ts +0 -199
- package/gen/src/proto/products/v1/service.pb.go +0 -250
- package/gen/src/proto/products/v1/service_pb.ts +0 -429
- package/gen/src/proto/promotions/v1/entities/campaign.pb.go +0 -1229
- package/gen/src/proto/promotions/v1/entities/campaign_pb.ts +0 -511
- package/gen/src/proto/promotions/v1/promotionsv1connect/service.connect.go +0 -289
- package/gen/src/proto/promotions/v1/service-CampaignService_connectquery.ts +0 -42
- package/gen/src/proto/promotions/v1/service.pb.go +0 -98
- package/gen/src/proto/promotions/v1/service_pb.ts +0 -95
- package/gen/src/proto/stocknodes/v1/entities/stocknode.pb.go +0 -1499
- package/gen/src/proto/stocknodes/v1/entities/stocknode_pb.ts +0 -655
- package/gen/src/proto/stocknodes/v1/service-StockNodesService_connectquery.ts +0 -41
- package/gen/src/proto/stocknodes/v1/service.pb.go +0 -98
- package/gen/src/proto/stocknodes/v1/service_pb.ts +0 -95
- package/gen/src/proto/stocknodes/v1/stocknodesv1connect/service.connect.go +0 -297
|
@@ -1,429 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.1 with parameter "target=ts"
|
|
2
|
-
// @generated from file src/proto/products/v1/service.proto (package apps.enterprise.interfaces.rpc.products.v1, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import type { GenFile, GenService } from '@bufbuild/protobuf/codegenv2'
|
|
6
|
-
import { fileDesc, serviceDesc } from '@bufbuild/protobuf/codegenv2'
|
|
7
|
-
import type {
|
|
8
|
-
CreateProductCategoryRequestSchema,
|
|
9
|
-
CreateProductCategoryResponseSchema,
|
|
10
|
-
DeleteProductCategoryByIDRequestSchema,
|
|
11
|
-
DeleteProductCategoryByIDResponseSchema,
|
|
12
|
-
GetProductCategoryByIDRequestSchema,
|
|
13
|
-
GetProductCategoryByIDResponseSchema,
|
|
14
|
-
UpdateProductCategoryRequestSchema,
|
|
15
|
-
UpdateProductCategoryResponseSchema,
|
|
16
|
-
UpdateProductCategoryTaxonomyRequestSchema,
|
|
17
|
-
UpdateProductCategoryTaxonomyResponseSchema,
|
|
18
|
-
} from './entities/category_pb'
|
|
19
|
-
import { file_src_proto_products_v1_entities_category } from './entities/category_pb'
|
|
20
|
-
import type {
|
|
21
|
-
CreateTagRequestSchema,
|
|
22
|
-
CreateTagResponseSchema,
|
|
23
|
-
DeleteTagByIDRequestSchema,
|
|
24
|
-
DeleteTagByIDResponseSchema,
|
|
25
|
-
GetTagByIDRequestSchema,
|
|
26
|
-
GetTagByIDResponseSchema,
|
|
27
|
-
ListTagsRequestSchema,
|
|
28
|
-
ListTagsResponseSchema,
|
|
29
|
-
UpdateTagRequestSchema,
|
|
30
|
-
UpdateTagResponseSchema,
|
|
31
|
-
} from './entities/tag_pb'
|
|
32
|
-
import { file_src_proto_products_v1_entities_tag } from './entities/tag_pb'
|
|
33
|
-
import type {
|
|
34
|
-
CreateProductTypeRequestSchema,
|
|
35
|
-
CreateProductTypeResponseSchema,
|
|
36
|
-
DeleteProductTypeByIDRequestSchema,
|
|
37
|
-
DeleteProductTypeByIDResponseSchema,
|
|
38
|
-
GetProductTypeByIDRequestSchema,
|
|
39
|
-
GetProductTypeByIDResponseSchema,
|
|
40
|
-
UpdateProductTypeRequestSchema,
|
|
41
|
-
UpdateProductTypeResponseSchema,
|
|
42
|
-
} from './entities/type_pb'
|
|
43
|
-
import { file_src_proto_products_v1_entities_type } from './entities/type_pb'
|
|
44
|
-
import type {
|
|
45
|
-
CreateCollectionRequestSchema,
|
|
46
|
-
CreateCollectionResponseSchema,
|
|
47
|
-
DeleteCollectionByIDRequestSchema,
|
|
48
|
-
DeleteCollectionByIDResponseSchema,
|
|
49
|
-
GetCollectionByIDRequestSchema,
|
|
50
|
-
GetCollectionByIDResponseSchema,
|
|
51
|
-
UpdateCollectionRequestSchema,
|
|
52
|
-
UpdateCollectionResponseSchema,
|
|
53
|
-
} from './entities/collection_pb'
|
|
54
|
-
import { file_src_proto_products_v1_entities_collection } from './entities/collection_pb'
|
|
55
|
-
import type {
|
|
56
|
-
GetAttributeRequestSchema,
|
|
57
|
-
GetAttributeResponseSchema,
|
|
58
|
-
GetCategoryAttributesRequestSchema,
|
|
59
|
-
GetCategoryAttributesResponseSchema,
|
|
60
|
-
GetCategoryRequestSchema,
|
|
61
|
-
GetCategoryResponseSchema,
|
|
62
|
-
GetVerticalRequestSchema,
|
|
63
|
-
GetVerticalResponseSchema,
|
|
64
|
-
SearchCategoryRequestSchema,
|
|
65
|
-
SearchCategoryResponseSchema,
|
|
66
|
-
SearchVerticalsRequestSchema,
|
|
67
|
-
SearchVerticalsResponseSchema,
|
|
68
|
-
} from './entities/taxonomy_pb'
|
|
69
|
-
import { file_src_proto_products_v1_entities_taxonomy } from './entities/taxonomy_pb'
|
|
70
|
-
import type {
|
|
71
|
-
CreateProductRequestSchema,
|
|
72
|
-
CreateProductResponseSchema,
|
|
73
|
-
} from './entities/product/create_pb'
|
|
74
|
-
import { file_src_proto_products_v1_entities_product_create } from './entities/product/create_pb'
|
|
75
|
-
import type {
|
|
76
|
-
DeleteOptionRequestSchema,
|
|
77
|
-
DeleteOptionResponseSchema,
|
|
78
|
-
DeleteProductRequestSchema,
|
|
79
|
-
DeleteProductResponseSchema,
|
|
80
|
-
DeleteVariantRequestSchema,
|
|
81
|
-
DeleteVariantResponseSchema,
|
|
82
|
-
RemoveInventoryItemRequestSchema,
|
|
83
|
-
RemoveInventoryItemResponseSchema,
|
|
84
|
-
UpdateProductRequestSchema,
|
|
85
|
-
UpdateProductResponseSchema,
|
|
86
|
-
} from './entities/product/update_pb'
|
|
87
|
-
import { file_src_proto_products_v1_entities_product_update } from './entities/product/update_pb'
|
|
88
|
-
import type {
|
|
89
|
-
CreateOptionRequestSchema,
|
|
90
|
-
CreateOptionResponseSchema,
|
|
91
|
-
} from './entities/product/option_pb'
|
|
92
|
-
import { file_src_proto_products_v1_entities_product_option } from './entities/product/option_pb'
|
|
93
|
-
import type {
|
|
94
|
-
AssociateVariantToInventoryRequestSchema,
|
|
95
|
-
AssociateVariantToInventoryResponseSchema,
|
|
96
|
-
CreateVariantRequestSchema,
|
|
97
|
-
CreateVariantResponseSchema,
|
|
98
|
-
PatchVariantImageRequestSchema,
|
|
99
|
-
PatchVariantImageResponseSchema,
|
|
100
|
-
UpdateProductOptionRequestSchema,
|
|
101
|
-
UpdateProductOptionResponseSchema,
|
|
102
|
-
UpdateVariantInventoryRequestSchema,
|
|
103
|
-
UpdateVariantInventoryResponseSchema,
|
|
104
|
-
UpdateVariantRequestSchema,
|
|
105
|
-
UpdateVariantResponseSchema,
|
|
106
|
-
} from './entities/variant_pb'
|
|
107
|
-
import { file_src_proto_products_v1_entities_variant } from './entities/variant_pb'
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Describes the file src/proto/products/v1/service.proto.
|
|
111
|
-
*/
|
|
112
|
-
export const file_src_proto_products_v1_service: GenFile =
|
|
113
|
-
/*@__PURE__*/
|
|
114
|
-
fileDesc(
|
|
115
|
-
'CiNzcmMvcHJvdG8vcHJvZHVjdHMvdjEvc2VydmljZS5wcm90bxIqYXBwcy5lbnRlcnByaXNlLmludGVyZmFjZXMucnBjLnByb2R1Y3RzLnYxMpgWCg9Qcm9kdWN0c1NlcnZpY2USSQoQQ3JlYXRlQ29sbGVjdGlvbhIYLkNyZWF0ZUNvbGxlY3Rpb25SZXF1ZXN0GhkuQ3JlYXRlQ29sbGVjdGlvblJlc3BvbnNlIgASTwoRR2V0Q29sbGVjdGlvbkJ5SUQSGS5HZXRDb2xsZWN0aW9uQnlJRFJlcXVlc3QaGi5HZXRDb2xsZWN0aW9uQnlJRFJlc3BvbnNlIgOQAgESSQoQVXBkYXRlQ29sbGVjdGlvbhIYLlVwZGF0ZUNvbGxlY3Rpb25SZXF1ZXN0GhkuVXBkYXRlQ29sbGVjdGlvblJlc3BvbnNlIgASVQoURGVsZXRlQ29sbGVjdGlvbkJ5SUQSHC5EZWxldGVDb2xsZWN0aW9uQnlJRFJlcXVlc3QaHS5EZWxldGVDb2xsZWN0aW9uQnlJRFJlc3BvbnNlIgASTAoRQ3JlYXRlUHJvZHVjdFR5cGUSGS5DcmVhdGVQcm9kdWN0VHlwZVJlcXVlc3QaGi5DcmVhdGVQcm9kdWN0VHlwZVJlc3BvbnNlIgASUgoSR2V0UHJvZHVjdFR5cGVCeUlEEhouR2V0UHJvZHVjdFR5cGVCeUlEUmVxdWVzdBobLkdldFByb2R1Y3RUeXBlQnlJRFJlc3BvbnNlIgOQAgESTAoRVXBkYXRlUHJvZHVjdFR5cGUSGS5VcGRhdGVQcm9kdWN0VHlwZVJlcXVlc3QaGi5VcGRhdGVQcm9kdWN0VHlwZVJlc3BvbnNlIgASWAoVRGVsZXRlUHJvZHVjdFR5cGVCeUlEEh0uRGVsZXRlUHJvZHVjdFR5cGVCeUlEUmVxdWVzdBoeLkRlbGV0ZVByb2R1Y3RUeXBlQnlJRFJlc3BvbnNlIgASWAoVQ3JlYXRlUHJvZHVjdENhdGVnb3J5Eh0uQ3JlYXRlUHJvZHVjdENhdGVnb3J5UmVxdWVzdBoeLkNyZWF0ZVByb2R1Y3RDYXRlZ29yeVJlc3BvbnNlIgASXgoWR2V0UHJvZHVjdENhdGVnb3J5QnlJRBIeLkdldFByb2R1Y3RDYXRlZ29yeUJ5SURSZXF1ZXN0Gh8uR2V0UHJvZHVjdENhdGVnb3J5QnlJRFJlc3BvbnNlIgOQAgESWAoVVXBkYXRlUHJvZHVjdENhdGVnb3J5Eh0uVXBkYXRlUHJvZHVjdENhdGVnb3J5UmVxdWVzdBoeLlVwZGF0ZVByb2R1Y3RDYXRlZ29yeVJlc3BvbnNlIgASZAoZRGVsZXRlUHJvZHVjdENhdGVnb3J5QnlJRBIhLkRlbGV0ZVByb2R1Y3RDYXRlZ29yeUJ5SURSZXF1ZXN0GiIuRGVsZXRlUHJvZHVjdENhdGVnb3J5QnlJRFJlc3BvbnNlIgAScAodVXBkYXRlUHJvZHVjdENhdGVnb3J5VGF4b25vbXkSJS5VcGRhdGVQcm9kdWN0Q2F0ZWdvcnlUYXhvbm9teVJlcXVlc3QaJi5VcGRhdGVQcm9kdWN0Q2F0ZWdvcnlUYXhvbm9teVJlc3BvbnNlIgASNAoJQ3JlYXRlVGFnEhEuQ3JlYXRlVGFnUmVxdWVzdBoSLkNyZWF0ZVRhZ1Jlc3BvbnNlIgASOgoKR2V0VGFnQnlJRBISLkdldFRhZ0J5SURSZXF1ZXN0GhMuR2V0VGFnQnlJRFJlc3BvbnNlIgOQAgESNAoJVXBkYXRlVGFnEhEuVXBkYXRlVGFnUmVxdWVzdBoSLlVwZGF0ZVRhZ1Jlc3BvbnNlIgASQAoNRGVsZXRlVGFnQnlJRBIVLkRlbGV0ZVRhZ0J5SURSZXF1ZXN0GhYuRGVsZXRlVGFnQnlJRFJlc3BvbnNlIgASNAoITGlzdFRhZ3MSEC5MaXN0VGFnc1JlcXVlc3QaES5MaXN0VGFnc1Jlc3BvbnNlIgOQAgESRgoPU2VhcmNoVmVydGljYWxzEhcuU2VhcmNoVmVydGljYWxzUmVxdWVzdBoYLlNlYXJjaFZlcnRpY2Fsc1Jlc3BvbnNlIgASQwoOU2VhcmNoQ2F0ZWdvcnkSFi5TZWFyY2hDYXRlZ29yeVJlcXVlc3QaFy5TZWFyY2hDYXRlZ29yeVJlc3BvbnNlIgASPQoLR2V0VmVydGljYWwSEy5HZXRWZXJ0aWNhbFJlcXVlc3QaFC5HZXRWZXJ0aWNhbFJlc3BvbnNlIgOQAgESPQoLR2V0Q2F0ZWdvcnkSEy5HZXRDYXRlZ29yeVJlcXVlc3QaFC5HZXRDYXRlZ29yeVJlc3BvbnNlIgOQAgESQAoMR2V0QXR0cmlidXRlEhQuR2V0QXR0cmlidXRlUmVxdWVzdBoVLkdldEF0dHJpYnV0ZVJlc3BvbnNlIgOQAgESWwoVR2V0Q2F0ZWdvcnlBdHRyaWJ1dGVzEh0uR2V0Q2F0ZWdvcnlBdHRyaWJ1dGVzUmVxdWVzdBoeLkdldENhdGVnb3J5QXR0cmlidXRlc1Jlc3BvbnNlIgOQAgESQAoNQ3JlYXRlUHJvZHVjdBIVLkNyZWF0ZVByb2R1Y3RSZXF1ZXN0GhYuQ3JlYXRlUHJvZHVjdFJlc3BvbnNlIgASQAoNVXBkYXRlUHJvZHVjdBIVLlVwZGF0ZVByb2R1Y3RSZXF1ZXN0GhYuVXBkYXRlUHJvZHVjdFJlc3BvbnNlIgASagobQXNzb2NpYXRlVmFyaWFudFRvSW52ZW50b3J5EiMuQXNzb2NpYXRlVmFyaWFudFRvSW52ZW50b3J5UmVxdWVzdBokLkFzc29jaWF0ZVZhcmlhbnRUb0ludmVudG9yeVJlc3BvbnNlIgASPQoMQ3JlYXRlT3B0aW9uEhQuQ3JlYXRlT3B0aW9uUmVxdWVzdBoVLkNyZWF0ZU9wdGlvblJlc3BvbnNlIgASQAoNQ3JlYXRlVmFyaWFudBIVLkNyZWF0ZVZhcmlhbnRSZXF1ZXN0GhYuQ3JlYXRlVmFyaWFudFJlc3BvbnNlIgASTAoRUGF0Y2hWYXJpYW50SW1hZ2USGS5QYXRjaFZhcmlhbnRJbWFnZVJlcXVlc3QaGi5QYXRjaFZhcmlhbnRJbWFnZVJlc3BvbnNlIgASUgoTVXBkYXRlUHJvZHVjdE9wdGlvbhIbLlVwZGF0ZVByb2R1Y3RPcHRpb25SZXF1ZXN0GhwuVXBkYXRlUHJvZHVjdE9wdGlvblJlc3BvbnNlIgASWwoWVXBkYXRlVmFyaWFudEludmVudG9yeRIeLlVwZGF0ZVZhcmlhbnRJbnZlbnRvcnlSZXF1ZXN0Gh8uVXBkYXRlVmFyaWFudEludmVudG9yeVJlc3BvbnNlIgASQAoNVXBkYXRlVmFyaWFudBIVLlVwZGF0ZVZhcmlhbnRSZXF1ZXN0GhYuVXBkYXRlVmFyaWFudFJlc3BvbnNlIgASQAoNRGVsZXRlUHJvZHVjdBIVLkRlbGV0ZVByb2R1Y3RSZXF1ZXN0GhYuRGVsZXRlUHJvZHVjdFJlc3BvbnNlIgASQAoNRGVsZXRlVmFyaWFudBIVLkRlbGV0ZVZhcmlhbnRSZXF1ZXN0GhYuRGVsZXRlVmFyaWFudFJlc3BvbnNlIgASPQoMRGVsZXRlT3B0aW9uEhQuRGVsZXRlT3B0aW9uUmVxdWVzdBoVLkRlbGV0ZU9wdGlvblJlc3BvbnNlIgASUgoTUmVtb3ZlSW52ZW50b3J5SXRlbRIbLlJlbW92ZUludmVudG9yeUl0ZW1SZXF1ZXN0GhwuUmVtb3ZlSW52ZW50b3J5SXRlbVJlc3BvbnNlIgBCygIKLmNvbS5hcHBzLmVudGVycHJpc2UuaW50ZXJmYWNlcy5ycGMucHJvZHVjdHMudjFCDFNlcnZpY2VQcm90b1ABWjtwYWFrZC5jb20vcGFja2FnZXMvYXBpL2dlbi9zcmMvcHJvdG8vcHJvZHVjdHMvdjE7cHJvZHVjdHN2MaICBUFFSVJQqgIqQXBwcy5FbnRlcnByaXNlLkludGVyZmFjZXMuUnBjLlByb2R1Y3RzLlYxygIqQXBwc1xFbnRlcnByaXNlXEludGVyZmFjZXNcUnBjXFByb2R1Y3RzXFYx4gI2QXBwc1xFbnRlcnByaXNlXEludGVyZmFjZXNcUnBjXFByb2R1Y3RzXFYxXEdQQk1ldGFkYXRh6gIvQXBwczo6RW50ZXJwcmlzZTo6SW50ZXJmYWNlczo6UnBjOjpQcm9kdWN0czo6VjFiBnByb3RvMw',
|
|
116
|
-
[
|
|
117
|
-
file_src_proto_products_v1_entities_category,
|
|
118
|
-
file_src_proto_products_v1_entities_tag,
|
|
119
|
-
file_src_proto_products_v1_entities_type,
|
|
120
|
-
file_src_proto_products_v1_entities_collection,
|
|
121
|
-
file_src_proto_products_v1_entities_taxonomy,
|
|
122
|
-
file_src_proto_products_v1_entities_product_create,
|
|
123
|
-
file_src_proto_products_v1_entities_product_update,
|
|
124
|
-
file_src_proto_products_v1_entities_product_option,
|
|
125
|
-
file_src_proto_products_v1_entities_variant,
|
|
126
|
-
]
|
|
127
|
-
)
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* @generated from service apps.enterprise.interfaces.rpc.products.v1.ProductsService
|
|
131
|
-
*/
|
|
132
|
-
export const ProductsService: GenService<{
|
|
133
|
-
/**
|
|
134
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateCollection
|
|
135
|
-
*/
|
|
136
|
-
createCollection: {
|
|
137
|
-
methodKind: 'unary'
|
|
138
|
-
input: typeof CreateCollectionRequestSchema
|
|
139
|
-
output: typeof CreateCollectionResponseSchema
|
|
140
|
-
}
|
|
141
|
-
/**
|
|
142
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCollectionByID
|
|
143
|
-
*/
|
|
144
|
-
getCollectionByID: {
|
|
145
|
-
methodKind: 'unary'
|
|
146
|
-
input: typeof GetCollectionByIDRequestSchema
|
|
147
|
-
output: typeof GetCollectionByIDResponseSchema
|
|
148
|
-
}
|
|
149
|
-
/**
|
|
150
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateCollection
|
|
151
|
-
*/
|
|
152
|
-
updateCollection: {
|
|
153
|
-
methodKind: 'unary'
|
|
154
|
-
input: typeof UpdateCollectionRequestSchema
|
|
155
|
-
output: typeof UpdateCollectionResponseSchema
|
|
156
|
-
}
|
|
157
|
-
/**
|
|
158
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteCollectionByID
|
|
159
|
-
*/
|
|
160
|
-
deleteCollectionByID: {
|
|
161
|
-
methodKind: 'unary'
|
|
162
|
-
input: typeof DeleteCollectionByIDRequestSchema
|
|
163
|
-
output: typeof DeleteCollectionByIDResponseSchema
|
|
164
|
-
}
|
|
165
|
-
/**
|
|
166
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProductType
|
|
167
|
-
*/
|
|
168
|
-
createProductType: {
|
|
169
|
-
methodKind: 'unary'
|
|
170
|
-
input: typeof CreateProductTypeRequestSchema
|
|
171
|
-
output: typeof CreateProductTypeResponseSchema
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetProductTypeByID
|
|
175
|
-
*/
|
|
176
|
-
getProductTypeByID: {
|
|
177
|
-
methodKind: 'unary'
|
|
178
|
-
input: typeof GetProductTypeByIDRequestSchema
|
|
179
|
-
output: typeof GetProductTypeByIDResponseSchema
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductType
|
|
183
|
-
*/
|
|
184
|
-
updateProductType: {
|
|
185
|
-
methodKind: 'unary'
|
|
186
|
-
input: typeof UpdateProductTypeRequestSchema
|
|
187
|
-
output: typeof UpdateProductTypeResponseSchema
|
|
188
|
-
}
|
|
189
|
-
/**
|
|
190
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProductTypeByID
|
|
191
|
-
*/
|
|
192
|
-
deleteProductTypeByID: {
|
|
193
|
-
methodKind: 'unary'
|
|
194
|
-
input: typeof DeleteProductTypeByIDRequestSchema
|
|
195
|
-
output: typeof DeleteProductTypeByIDResponseSchema
|
|
196
|
-
}
|
|
197
|
-
/**
|
|
198
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProductCategory
|
|
199
|
-
*/
|
|
200
|
-
createProductCategory: {
|
|
201
|
-
methodKind: 'unary'
|
|
202
|
-
input: typeof CreateProductCategoryRequestSchema
|
|
203
|
-
output: typeof CreateProductCategoryResponseSchema
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetProductCategoryByID
|
|
207
|
-
*/
|
|
208
|
-
getProductCategoryByID: {
|
|
209
|
-
methodKind: 'unary'
|
|
210
|
-
input: typeof GetProductCategoryByIDRequestSchema
|
|
211
|
-
output: typeof GetProductCategoryByIDResponseSchema
|
|
212
|
-
}
|
|
213
|
-
/**
|
|
214
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductCategory
|
|
215
|
-
*/
|
|
216
|
-
updateProductCategory: {
|
|
217
|
-
methodKind: 'unary'
|
|
218
|
-
input: typeof UpdateProductCategoryRequestSchema
|
|
219
|
-
output: typeof UpdateProductCategoryResponseSchema
|
|
220
|
-
}
|
|
221
|
-
/**
|
|
222
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProductCategoryByID
|
|
223
|
-
*/
|
|
224
|
-
deleteProductCategoryByID: {
|
|
225
|
-
methodKind: 'unary'
|
|
226
|
-
input: typeof DeleteProductCategoryByIDRequestSchema
|
|
227
|
-
output: typeof DeleteProductCategoryByIDResponseSchema
|
|
228
|
-
}
|
|
229
|
-
/**
|
|
230
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductCategoryTaxonomy
|
|
231
|
-
*/
|
|
232
|
-
updateProductCategoryTaxonomy: {
|
|
233
|
-
methodKind: 'unary'
|
|
234
|
-
input: typeof UpdateProductCategoryTaxonomyRequestSchema
|
|
235
|
-
output: typeof UpdateProductCategoryTaxonomyResponseSchema
|
|
236
|
-
}
|
|
237
|
-
/**
|
|
238
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateTag
|
|
239
|
-
*/
|
|
240
|
-
createTag: {
|
|
241
|
-
methodKind: 'unary'
|
|
242
|
-
input: typeof CreateTagRequestSchema
|
|
243
|
-
output: typeof CreateTagResponseSchema
|
|
244
|
-
}
|
|
245
|
-
/**
|
|
246
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetTagByID
|
|
247
|
-
*/
|
|
248
|
-
getTagByID: {
|
|
249
|
-
methodKind: 'unary'
|
|
250
|
-
input: typeof GetTagByIDRequestSchema
|
|
251
|
-
output: typeof GetTagByIDResponseSchema
|
|
252
|
-
}
|
|
253
|
-
/**
|
|
254
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateTag
|
|
255
|
-
*/
|
|
256
|
-
updateTag: {
|
|
257
|
-
methodKind: 'unary'
|
|
258
|
-
input: typeof UpdateTagRequestSchema
|
|
259
|
-
output: typeof UpdateTagResponseSchema
|
|
260
|
-
}
|
|
261
|
-
/**
|
|
262
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteTagByID
|
|
263
|
-
*/
|
|
264
|
-
deleteTagByID: {
|
|
265
|
-
methodKind: 'unary'
|
|
266
|
-
input: typeof DeleteTagByIDRequestSchema
|
|
267
|
-
output: typeof DeleteTagByIDResponseSchema
|
|
268
|
-
}
|
|
269
|
-
/**
|
|
270
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.ListTags
|
|
271
|
-
*/
|
|
272
|
-
listTags: {
|
|
273
|
-
methodKind: 'unary'
|
|
274
|
-
input: typeof ListTagsRequestSchema
|
|
275
|
-
output: typeof ListTagsResponseSchema
|
|
276
|
-
}
|
|
277
|
-
/**
|
|
278
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.SearchVerticals
|
|
279
|
-
*/
|
|
280
|
-
searchVerticals: {
|
|
281
|
-
methodKind: 'unary'
|
|
282
|
-
input: typeof SearchVerticalsRequestSchema
|
|
283
|
-
output: typeof SearchVerticalsResponseSchema
|
|
284
|
-
}
|
|
285
|
-
/**
|
|
286
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.SearchCategory
|
|
287
|
-
*/
|
|
288
|
-
searchCategory: {
|
|
289
|
-
methodKind: 'unary'
|
|
290
|
-
input: typeof SearchCategoryRequestSchema
|
|
291
|
-
output: typeof SearchCategoryResponseSchema
|
|
292
|
-
}
|
|
293
|
-
/**
|
|
294
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetVertical
|
|
295
|
-
*/
|
|
296
|
-
getVertical: {
|
|
297
|
-
methodKind: 'unary'
|
|
298
|
-
input: typeof GetVerticalRequestSchema
|
|
299
|
-
output: typeof GetVerticalResponseSchema
|
|
300
|
-
}
|
|
301
|
-
/**
|
|
302
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCategory
|
|
303
|
-
*/
|
|
304
|
-
getCategory: {
|
|
305
|
-
methodKind: 'unary'
|
|
306
|
-
input: typeof GetCategoryRequestSchema
|
|
307
|
-
output: typeof GetCategoryResponseSchema
|
|
308
|
-
}
|
|
309
|
-
/**
|
|
310
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetAttribute
|
|
311
|
-
*/
|
|
312
|
-
getAttribute: {
|
|
313
|
-
methodKind: 'unary'
|
|
314
|
-
input: typeof GetAttributeRequestSchema
|
|
315
|
-
output: typeof GetAttributeResponseSchema
|
|
316
|
-
}
|
|
317
|
-
/**
|
|
318
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCategoryAttributes
|
|
319
|
-
*/
|
|
320
|
-
getCategoryAttributes: {
|
|
321
|
-
methodKind: 'unary'
|
|
322
|
-
input: typeof GetCategoryAttributesRequestSchema
|
|
323
|
-
output: typeof GetCategoryAttributesResponseSchema
|
|
324
|
-
}
|
|
325
|
-
/**
|
|
326
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProduct
|
|
327
|
-
*/
|
|
328
|
-
createProduct: {
|
|
329
|
-
methodKind: 'unary'
|
|
330
|
-
input: typeof CreateProductRequestSchema
|
|
331
|
-
output: typeof CreateProductResponseSchema
|
|
332
|
-
}
|
|
333
|
-
/**
|
|
334
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProduct
|
|
335
|
-
*/
|
|
336
|
-
updateProduct: {
|
|
337
|
-
methodKind: 'unary'
|
|
338
|
-
input: typeof UpdateProductRequestSchema
|
|
339
|
-
output: typeof UpdateProductResponseSchema
|
|
340
|
-
}
|
|
341
|
-
/**
|
|
342
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.AssociateVariantToInventory
|
|
343
|
-
*/
|
|
344
|
-
associateVariantToInventory: {
|
|
345
|
-
methodKind: 'unary'
|
|
346
|
-
input: typeof AssociateVariantToInventoryRequestSchema
|
|
347
|
-
output: typeof AssociateVariantToInventoryResponseSchema
|
|
348
|
-
}
|
|
349
|
-
/**
|
|
350
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateOption
|
|
351
|
-
*/
|
|
352
|
-
createOption: {
|
|
353
|
-
methodKind: 'unary'
|
|
354
|
-
input: typeof CreateOptionRequestSchema
|
|
355
|
-
output: typeof CreateOptionResponseSchema
|
|
356
|
-
}
|
|
357
|
-
/**
|
|
358
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateVariant
|
|
359
|
-
*/
|
|
360
|
-
createVariant: {
|
|
361
|
-
methodKind: 'unary'
|
|
362
|
-
input: typeof CreateVariantRequestSchema
|
|
363
|
-
output: typeof CreateVariantResponseSchema
|
|
364
|
-
}
|
|
365
|
-
/**
|
|
366
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.PatchVariantImage
|
|
367
|
-
*/
|
|
368
|
-
patchVariantImage: {
|
|
369
|
-
methodKind: 'unary'
|
|
370
|
-
input: typeof PatchVariantImageRequestSchema
|
|
371
|
-
output: typeof PatchVariantImageResponseSchema
|
|
372
|
-
}
|
|
373
|
-
/**
|
|
374
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductOption
|
|
375
|
-
*/
|
|
376
|
-
updateProductOption: {
|
|
377
|
-
methodKind: 'unary'
|
|
378
|
-
input: typeof UpdateProductOptionRequestSchema
|
|
379
|
-
output: typeof UpdateProductOptionResponseSchema
|
|
380
|
-
}
|
|
381
|
-
/**
|
|
382
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateVariantInventory
|
|
383
|
-
*/
|
|
384
|
-
updateVariantInventory: {
|
|
385
|
-
methodKind: 'unary'
|
|
386
|
-
input: typeof UpdateVariantInventoryRequestSchema
|
|
387
|
-
output: typeof UpdateVariantInventoryResponseSchema
|
|
388
|
-
}
|
|
389
|
-
/**
|
|
390
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateVariant
|
|
391
|
-
*/
|
|
392
|
-
updateVariant: {
|
|
393
|
-
methodKind: 'unary'
|
|
394
|
-
input: typeof UpdateVariantRequestSchema
|
|
395
|
-
output: typeof UpdateVariantResponseSchema
|
|
396
|
-
}
|
|
397
|
-
/**
|
|
398
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProduct
|
|
399
|
-
*/
|
|
400
|
-
deleteProduct: {
|
|
401
|
-
methodKind: 'unary'
|
|
402
|
-
input: typeof DeleteProductRequestSchema
|
|
403
|
-
output: typeof DeleteProductResponseSchema
|
|
404
|
-
}
|
|
405
|
-
/**
|
|
406
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteVariant
|
|
407
|
-
*/
|
|
408
|
-
deleteVariant: {
|
|
409
|
-
methodKind: 'unary'
|
|
410
|
-
input: typeof DeleteVariantRequestSchema
|
|
411
|
-
output: typeof DeleteVariantResponseSchema
|
|
412
|
-
}
|
|
413
|
-
/**
|
|
414
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteOption
|
|
415
|
-
*/
|
|
416
|
-
deleteOption: {
|
|
417
|
-
methodKind: 'unary'
|
|
418
|
-
input: typeof DeleteOptionRequestSchema
|
|
419
|
-
output: typeof DeleteOptionResponseSchema
|
|
420
|
-
}
|
|
421
|
-
/**
|
|
422
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.RemoveInventoryItem
|
|
423
|
-
*/
|
|
424
|
-
removeInventoryItem: {
|
|
425
|
-
methodKind: 'unary'
|
|
426
|
-
input: typeof RemoveInventoryItemRequestSchema
|
|
427
|
-
output: typeof RemoveInventoryItemResponseSchema
|
|
428
|
-
}
|
|
429
|
-
}> = /*@__PURE__*/ serviceDesc(file_src_proto_products_v1_service, 0)
|