@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,199 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-connect-query v2.2.0 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 { ProductsService } from './service_pb'
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateCollection
|
|
9
|
-
*/
|
|
10
|
-
export const createCollection = ProductsService.method.createCollection
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCollectionByID
|
|
14
|
-
*/
|
|
15
|
-
export const getCollectionByID = ProductsService.method.getCollectionByID
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateCollection
|
|
19
|
-
*/
|
|
20
|
-
export const updateCollection = ProductsService.method.updateCollection
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteCollectionByID
|
|
24
|
-
*/
|
|
25
|
-
export const deleteCollectionByID = ProductsService.method.deleteCollectionByID
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProductType
|
|
29
|
-
*/
|
|
30
|
-
export const createProductType = ProductsService.method.createProductType
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetProductTypeByID
|
|
34
|
-
*/
|
|
35
|
-
export const getProductTypeByID = ProductsService.method.getProductTypeByID
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductType
|
|
39
|
-
*/
|
|
40
|
-
export const updateProductType = ProductsService.method.updateProductType
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProductTypeByID
|
|
44
|
-
*/
|
|
45
|
-
export const deleteProductTypeByID =
|
|
46
|
-
ProductsService.method.deleteProductTypeByID
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProductCategory
|
|
50
|
-
*/
|
|
51
|
-
export const createProductCategory =
|
|
52
|
-
ProductsService.method.createProductCategory
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetProductCategoryByID
|
|
56
|
-
*/
|
|
57
|
-
export const getProductCategoryByID =
|
|
58
|
-
ProductsService.method.getProductCategoryByID
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductCategory
|
|
62
|
-
*/
|
|
63
|
-
export const updateProductCategory =
|
|
64
|
-
ProductsService.method.updateProductCategory
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProductCategoryByID
|
|
68
|
-
*/
|
|
69
|
-
export const deleteProductCategoryByID =
|
|
70
|
-
ProductsService.method.deleteProductCategoryByID
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductCategoryTaxonomy
|
|
74
|
-
*/
|
|
75
|
-
export const updateProductCategoryTaxonomy =
|
|
76
|
-
ProductsService.method.updateProductCategoryTaxonomy
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateTag
|
|
80
|
-
*/
|
|
81
|
-
export const createTag = ProductsService.method.createTag
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetTagByID
|
|
85
|
-
*/
|
|
86
|
-
export const getTagByID = ProductsService.method.getTagByID
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateTag
|
|
90
|
-
*/
|
|
91
|
-
export const updateTag = ProductsService.method.updateTag
|
|
92
|
-
|
|
93
|
-
/**
|
|
94
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteTagByID
|
|
95
|
-
*/
|
|
96
|
-
export const deleteTagByID = ProductsService.method.deleteTagByID
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.ListTags
|
|
100
|
-
*/
|
|
101
|
-
export const listTags = ProductsService.method.listTags
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.SearchVerticals
|
|
105
|
-
*/
|
|
106
|
-
export const searchVerticals = ProductsService.method.searchVerticals
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.SearchCategory
|
|
110
|
-
*/
|
|
111
|
-
export const searchCategory = ProductsService.method.searchCategory
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetVertical
|
|
115
|
-
*/
|
|
116
|
-
export const getVertical = ProductsService.method.getVertical
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCategory
|
|
120
|
-
*/
|
|
121
|
-
export const getCategory = ProductsService.method.getCategory
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetAttribute
|
|
125
|
-
*/
|
|
126
|
-
export const getAttribute = ProductsService.method.getAttribute
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCategoryAttributes
|
|
130
|
-
*/
|
|
131
|
-
export const getCategoryAttributes =
|
|
132
|
-
ProductsService.method.getCategoryAttributes
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProduct
|
|
136
|
-
*/
|
|
137
|
-
export const createProduct = ProductsService.method.createProduct
|
|
138
|
-
|
|
139
|
-
/**
|
|
140
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProduct
|
|
141
|
-
*/
|
|
142
|
-
export const updateProduct = ProductsService.method.updateProduct
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.AssociateVariantToInventory
|
|
146
|
-
*/
|
|
147
|
-
export const associateVariantToInventory =
|
|
148
|
-
ProductsService.method.associateVariantToInventory
|
|
149
|
-
|
|
150
|
-
/**
|
|
151
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateOption
|
|
152
|
-
*/
|
|
153
|
-
export const createOption = ProductsService.method.createOption
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateVariant
|
|
157
|
-
*/
|
|
158
|
-
export const createVariant = ProductsService.method.createVariant
|
|
159
|
-
|
|
160
|
-
/**
|
|
161
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.PatchVariantImage
|
|
162
|
-
*/
|
|
163
|
-
export const patchVariantImage = ProductsService.method.patchVariantImage
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductOption
|
|
167
|
-
*/
|
|
168
|
-
export const updateProductOption = ProductsService.method.updateProductOption
|
|
169
|
-
|
|
170
|
-
/**
|
|
171
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateVariantInventory
|
|
172
|
-
*/
|
|
173
|
-
export const updateVariantInventory =
|
|
174
|
-
ProductsService.method.updateVariantInventory
|
|
175
|
-
|
|
176
|
-
/**
|
|
177
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateVariant
|
|
178
|
-
*/
|
|
179
|
-
export const updateVariant = ProductsService.method.updateVariant
|
|
180
|
-
|
|
181
|
-
/**
|
|
182
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProduct
|
|
183
|
-
*/
|
|
184
|
-
export const deleteProduct = ProductsService.method.deleteProduct
|
|
185
|
-
|
|
186
|
-
/**
|
|
187
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteVariant
|
|
188
|
-
*/
|
|
189
|
-
export const deleteVariant = ProductsService.method.deleteVariant
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteOption
|
|
193
|
-
*/
|
|
194
|
-
export const deleteOption = ProductsService.method.deleteOption
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* @generated from rpc apps.enterprise.interfaces.rpc.products.v1.ProductsService.RemoveInventoryItem
|
|
198
|
-
*/
|
|
199
|
-
export const removeInventoryItem = ProductsService.method.removeInventoryItem
|
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
2
|
-
// versions:
|
|
3
|
-
// protoc-gen-go v1.36.6
|
|
4
|
-
// protoc (unknown)
|
|
5
|
-
// source: src/proto/products/v1/service.proto
|
|
6
|
-
|
|
7
|
-
package productsv1
|
|
8
|
-
|
|
9
|
-
import (
|
|
10
|
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
11
|
-
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
12
|
-
entities "paakd.com/packages/api/gen/src/proto/products/v1/entities"
|
|
13
|
-
product "paakd.com/packages/api/gen/src/proto/products/v1/entities/product"
|
|
14
|
-
reflect "reflect"
|
|
15
|
-
unsafe "unsafe"
|
|
16
|
-
)
|
|
17
|
-
|
|
18
|
-
const (
|
|
19
|
-
// Verify that this generated code is sufficiently up-to-date.
|
|
20
|
-
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
21
|
-
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
22
|
-
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
23
|
-
)
|
|
24
|
-
|
|
25
|
-
var File_src_proto_products_v1_service_proto protoreflect.FileDescriptor
|
|
26
|
-
|
|
27
|
-
const file_src_proto_products_v1_service_proto_rawDesc = "" +
|
|
28
|
-
"\n" +
|
|
29
|
-
"#src/proto/products/v1/service.proto\x12*apps.enterprise.interfaces.rpc.products.v1\x1a-src/proto/products/v1/entities/category.proto\x1a(src/proto/products/v1/entities/tag.proto\x1a)src/proto/products/v1/entities/type.proto\x1a/src/proto/products/v1/entities/collection.proto\x1a-src/proto/products/v1/entities/taxonomy.proto\x1a3src/proto/products/v1/entities/product/create.proto\x1a3src/proto/products/v1/entities/product/update.proto\x1a3src/proto/products/v1/entities/product/option.proto\x1a,src/proto/products/v1/entities/variant.proto2\x98\x16\n" +
|
|
30
|
-
"\x0fProductsService\x12I\n" +
|
|
31
|
-
"\x10CreateCollection\x12\x18.CreateCollectionRequest\x1a\x19.CreateCollectionResponse\"\x00\x12O\n" +
|
|
32
|
-
"\x11GetCollectionByID\x12\x19.GetCollectionByIDRequest\x1a\x1a.GetCollectionByIDResponse\"\x03\x90\x02\x01\x12I\n" +
|
|
33
|
-
"\x10UpdateCollection\x12\x18.UpdateCollectionRequest\x1a\x19.UpdateCollectionResponse\"\x00\x12U\n" +
|
|
34
|
-
"\x14DeleteCollectionByID\x12\x1c.DeleteCollectionByIDRequest\x1a\x1d.DeleteCollectionByIDResponse\"\x00\x12L\n" +
|
|
35
|
-
"\x11CreateProductType\x12\x19.CreateProductTypeRequest\x1a\x1a.CreateProductTypeResponse\"\x00\x12R\n" +
|
|
36
|
-
"\x12GetProductTypeByID\x12\x1a.GetProductTypeByIDRequest\x1a\x1b.GetProductTypeByIDResponse\"\x03\x90\x02\x01\x12L\n" +
|
|
37
|
-
"\x11UpdateProductType\x12\x19.UpdateProductTypeRequest\x1a\x1a.UpdateProductTypeResponse\"\x00\x12X\n" +
|
|
38
|
-
"\x15DeleteProductTypeByID\x12\x1d.DeleteProductTypeByIDRequest\x1a\x1e.DeleteProductTypeByIDResponse\"\x00\x12X\n" +
|
|
39
|
-
"\x15CreateProductCategory\x12\x1d.CreateProductCategoryRequest\x1a\x1e.CreateProductCategoryResponse\"\x00\x12^\n" +
|
|
40
|
-
"\x16GetProductCategoryByID\x12\x1e.GetProductCategoryByIDRequest\x1a\x1f.GetProductCategoryByIDResponse\"\x03\x90\x02\x01\x12X\n" +
|
|
41
|
-
"\x15UpdateProductCategory\x12\x1d.UpdateProductCategoryRequest\x1a\x1e.UpdateProductCategoryResponse\"\x00\x12d\n" +
|
|
42
|
-
"\x19DeleteProductCategoryByID\x12!.DeleteProductCategoryByIDRequest\x1a\".DeleteProductCategoryByIDResponse\"\x00\x12p\n" +
|
|
43
|
-
"\x1dUpdateProductCategoryTaxonomy\x12%.UpdateProductCategoryTaxonomyRequest\x1a&.UpdateProductCategoryTaxonomyResponse\"\x00\x124\n" +
|
|
44
|
-
"\tCreateTag\x12\x11.CreateTagRequest\x1a\x12.CreateTagResponse\"\x00\x12:\n" +
|
|
45
|
-
"\n" +
|
|
46
|
-
"GetTagByID\x12\x12.GetTagByIDRequest\x1a\x13.GetTagByIDResponse\"\x03\x90\x02\x01\x124\n" +
|
|
47
|
-
"\tUpdateTag\x12\x11.UpdateTagRequest\x1a\x12.UpdateTagResponse\"\x00\x12@\n" +
|
|
48
|
-
"\rDeleteTagByID\x12\x15.DeleteTagByIDRequest\x1a\x16.DeleteTagByIDResponse\"\x00\x124\n" +
|
|
49
|
-
"\bListTags\x12\x10.ListTagsRequest\x1a\x11.ListTagsResponse\"\x03\x90\x02\x01\x12F\n" +
|
|
50
|
-
"\x0fSearchVerticals\x12\x17.SearchVerticalsRequest\x1a\x18.SearchVerticalsResponse\"\x00\x12C\n" +
|
|
51
|
-
"\x0eSearchCategory\x12\x16.SearchCategoryRequest\x1a\x17.SearchCategoryResponse\"\x00\x12=\n" +
|
|
52
|
-
"\vGetVertical\x12\x13.GetVerticalRequest\x1a\x14.GetVerticalResponse\"\x03\x90\x02\x01\x12=\n" +
|
|
53
|
-
"\vGetCategory\x12\x13.GetCategoryRequest\x1a\x14.GetCategoryResponse\"\x03\x90\x02\x01\x12@\n" +
|
|
54
|
-
"\fGetAttribute\x12\x14.GetAttributeRequest\x1a\x15.GetAttributeResponse\"\x03\x90\x02\x01\x12[\n" +
|
|
55
|
-
"\x15GetCategoryAttributes\x12\x1d.GetCategoryAttributesRequest\x1a\x1e.GetCategoryAttributesResponse\"\x03\x90\x02\x01\x12@\n" +
|
|
56
|
-
"\rCreateProduct\x12\x15.CreateProductRequest\x1a\x16.CreateProductResponse\"\x00\x12@\n" +
|
|
57
|
-
"\rUpdateProduct\x12\x15.UpdateProductRequest\x1a\x16.UpdateProductResponse\"\x00\x12j\n" +
|
|
58
|
-
"\x1bAssociateVariantToInventory\x12#.AssociateVariantToInventoryRequest\x1a$.AssociateVariantToInventoryResponse\"\x00\x12=\n" +
|
|
59
|
-
"\fCreateOption\x12\x14.CreateOptionRequest\x1a\x15.CreateOptionResponse\"\x00\x12@\n" +
|
|
60
|
-
"\rCreateVariant\x12\x15.CreateVariantRequest\x1a\x16.CreateVariantResponse\"\x00\x12L\n" +
|
|
61
|
-
"\x11PatchVariantImage\x12\x19.PatchVariantImageRequest\x1a\x1a.PatchVariantImageResponse\"\x00\x12R\n" +
|
|
62
|
-
"\x13UpdateProductOption\x12\x1b.UpdateProductOptionRequest\x1a\x1c.UpdateProductOptionResponse\"\x00\x12[\n" +
|
|
63
|
-
"\x16UpdateVariantInventory\x12\x1e.UpdateVariantInventoryRequest\x1a\x1f.UpdateVariantInventoryResponse\"\x00\x12@\n" +
|
|
64
|
-
"\rUpdateVariant\x12\x15.UpdateVariantRequest\x1a\x16.UpdateVariantResponse\"\x00\x12@\n" +
|
|
65
|
-
"\rDeleteProduct\x12\x15.DeleteProductRequest\x1a\x16.DeleteProductResponse\"\x00\x12@\n" +
|
|
66
|
-
"\rDeleteVariant\x12\x15.DeleteVariantRequest\x1a\x16.DeleteVariantResponse\"\x00\x12=\n" +
|
|
67
|
-
"\fDeleteOption\x12\x14.DeleteOptionRequest\x1a\x15.DeleteOptionResponse\"\x00\x12R\n" +
|
|
68
|
-
"\x13RemoveInventoryItem\x12\x1b.RemoveInventoryItemRequest\x1a\x1c.RemoveInventoryItemResponse\"\x00B\xca\x02\n" +
|
|
69
|
-
".com.apps.enterprise.interfaces.rpc.products.v1B\fServiceProtoP\x01Z;paakd.com/packages/api/gen/src/proto/products/v1;productsv1\xa2\x02\x05AEIRP\xaa\x02*Apps.Enterprise.Interfaces.Rpc.Products.V1\xca\x02*Apps\\Enterprise\\Interfaces\\Rpc\\Products\\V1\xe2\x026Apps\\Enterprise\\Interfaces\\Rpc\\Products\\V1\\GPBMetadata\xea\x02/Apps::Enterprise::Interfaces::Rpc::Products::V1b\x06proto3"
|
|
70
|
-
|
|
71
|
-
var file_src_proto_products_v1_service_proto_goTypes = []any{
|
|
72
|
-
(*entities.CreateCollectionRequest)(nil), // 0: CreateCollectionRequest
|
|
73
|
-
(*entities.GetCollectionByIDRequest)(nil), // 1: GetCollectionByIDRequest
|
|
74
|
-
(*entities.UpdateCollectionRequest)(nil), // 2: UpdateCollectionRequest
|
|
75
|
-
(*entities.DeleteCollectionByIDRequest)(nil), // 3: DeleteCollectionByIDRequest
|
|
76
|
-
(*entities.CreateProductTypeRequest)(nil), // 4: CreateProductTypeRequest
|
|
77
|
-
(*entities.GetProductTypeByIDRequest)(nil), // 5: GetProductTypeByIDRequest
|
|
78
|
-
(*entities.UpdateProductTypeRequest)(nil), // 6: UpdateProductTypeRequest
|
|
79
|
-
(*entities.DeleteProductTypeByIDRequest)(nil), // 7: DeleteProductTypeByIDRequest
|
|
80
|
-
(*entities.CreateProductCategoryRequest)(nil), // 8: CreateProductCategoryRequest
|
|
81
|
-
(*entities.GetProductCategoryByIDRequest)(nil), // 9: GetProductCategoryByIDRequest
|
|
82
|
-
(*entities.UpdateProductCategoryRequest)(nil), // 10: UpdateProductCategoryRequest
|
|
83
|
-
(*entities.DeleteProductCategoryByIDRequest)(nil), // 11: DeleteProductCategoryByIDRequest
|
|
84
|
-
(*entities.UpdateProductCategoryTaxonomyRequest)(nil), // 12: UpdateProductCategoryTaxonomyRequest
|
|
85
|
-
(*entities.CreateTagRequest)(nil), // 13: CreateTagRequest
|
|
86
|
-
(*entities.GetTagByIDRequest)(nil), // 14: GetTagByIDRequest
|
|
87
|
-
(*entities.UpdateTagRequest)(nil), // 15: UpdateTagRequest
|
|
88
|
-
(*entities.DeleteTagByIDRequest)(nil), // 16: DeleteTagByIDRequest
|
|
89
|
-
(*entities.ListTagsRequest)(nil), // 17: ListTagsRequest
|
|
90
|
-
(*entities.SearchVerticalsRequest)(nil), // 18: SearchVerticalsRequest
|
|
91
|
-
(*entities.SearchCategoryRequest)(nil), // 19: SearchCategoryRequest
|
|
92
|
-
(*entities.GetVerticalRequest)(nil), // 20: GetVerticalRequest
|
|
93
|
-
(*entities.GetCategoryRequest)(nil), // 21: GetCategoryRequest
|
|
94
|
-
(*entities.GetAttributeRequest)(nil), // 22: GetAttributeRequest
|
|
95
|
-
(*entities.GetCategoryAttributesRequest)(nil), // 23: GetCategoryAttributesRequest
|
|
96
|
-
(*product.CreateProductRequest)(nil), // 24: CreateProductRequest
|
|
97
|
-
(*product.UpdateProductRequest)(nil), // 25: UpdateProductRequest
|
|
98
|
-
(*entities.AssociateVariantToInventoryRequest)(nil), // 26: AssociateVariantToInventoryRequest
|
|
99
|
-
(*product.CreateOptionRequest)(nil), // 27: CreateOptionRequest
|
|
100
|
-
(*entities.CreateVariantRequest)(nil), // 28: CreateVariantRequest
|
|
101
|
-
(*entities.PatchVariantImageRequest)(nil), // 29: PatchVariantImageRequest
|
|
102
|
-
(*entities.UpdateProductOptionRequest)(nil), // 30: UpdateProductOptionRequest
|
|
103
|
-
(*entities.UpdateVariantInventoryRequest)(nil), // 31: UpdateVariantInventoryRequest
|
|
104
|
-
(*entities.UpdateVariantRequest)(nil), // 32: UpdateVariantRequest
|
|
105
|
-
(*product.DeleteProductRequest)(nil), // 33: DeleteProductRequest
|
|
106
|
-
(*product.DeleteVariantRequest)(nil), // 34: DeleteVariantRequest
|
|
107
|
-
(*product.DeleteOptionRequest)(nil), // 35: DeleteOptionRequest
|
|
108
|
-
(*product.RemoveInventoryItemRequest)(nil), // 36: RemoveInventoryItemRequest
|
|
109
|
-
(*entities.CreateCollectionResponse)(nil), // 37: CreateCollectionResponse
|
|
110
|
-
(*entities.GetCollectionByIDResponse)(nil), // 38: GetCollectionByIDResponse
|
|
111
|
-
(*entities.UpdateCollectionResponse)(nil), // 39: UpdateCollectionResponse
|
|
112
|
-
(*entities.DeleteCollectionByIDResponse)(nil), // 40: DeleteCollectionByIDResponse
|
|
113
|
-
(*entities.CreateProductTypeResponse)(nil), // 41: CreateProductTypeResponse
|
|
114
|
-
(*entities.GetProductTypeByIDResponse)(nil), // 42: GetProductTypeByIDResponse
|
|
115
|
-
(*entities.UpdateProductTypeResponse)(nil), // 43: UpdateProductTypeResponse
|
|
116
|
-
(*entities.DeleteProductTypeByIDResponse)(nil), // 44: DeleteProductTypeByIDResponse
|
|
117
|
-
(*entities.CreateProductCategoryResponse)(nil), // 45: CreateProductCategoryResponse
|
|
118
|
-
(*entities.GetProductCategoryByIDResponse)(nil), // 46: GetProductCategoryByIDResponse
|
|
119
|
-
(*entities.UpdateProductCategoryResponse)(nil), // 47: UpdateProductCategoryResponse
|
|
120
|
-
(*entities.DeleteProductCategoryByIDResponse)(nil), // 48: DeleteProductCategoryByIDResponse
|
|
121
|
-
(*entities.UpdateProductCategoryTaxonomyResponse)(nil), // 49: UpdateProductCategoryTaxonomyResponse
|
|
122
|
-
(*entities.CreateTagResponse)(nil), // 50: CreateTagResponse
|
|
123
|
-
(*entities.GetTagByIDResponse)(nil), // 51: GetTagByIDResponse
|
|
124
|
-
(*entities.UpdateTagResponse)(nil), // 52: UpdateTagResponse
|
|
125
|
-
(*entities.DeleteTagByIDResponse)(nil), // 53: DeleteTagByIDResponse
|
|
126
|
-
(*entities.ListTagsResponse)(nil), // 54: ListTagsResponse
|
|
127
|
-
(*entities.SearchVerticalsResponse)(nil), // 55: SearchVerticalsResponse
|
|
128
|
-
(*entities.SearchCategoryResponse)(nil), // 56: SearchCategoryResponse
|
|
129
|
-
(*entities.GetVerticalResponse)(nil), // 57: GetVerticalResponse
|
|
130
|
-
(*entities.GetCategoryResponse)(nil), // 58: GetCategoryResponse
|
|
131
|
-
(*entities.GetAttributeResponse)(nil), // 59: GetAttributeResponse
|
|
132
|
-
(*entities.GetCategoryAttributesResponse)(nil), // 60: GetCategoryAttributesResponse
|
|
133
|
-
(*product.CreateProductResponse)(nil), // 61: CreateProductResponse
|
|
134
|
-
(*product.UpdateProductResponse)(nil), // 62: UpdateProductResponse
|
|
135
|
-
(*entities.AssociateVariantToInventoryResponse)(nil), // 63: AssociateVariantToInventoryResponse
|
|
136
|
-
(*product.CreateOptionResponse)(nil), // 64: CreateOptionResponse
|
|
137
|
-
(*entities.CreateVariantResponse)(nil), // 65: CreateVariantResponse
|
|
138
|
-
(*entities.PatchVariantImageResponse)(nil), // 66: PatchVariantImageResponse
|
|
139
|
-
(*entities.UpdateProductOptionResponse)(nil), // 67: UpdateProductOptionResponse
|
|
140
|
-
(*entities.UpdateVariantInventoryResponse)(nil), // 68: UpdateVariantInventoryResponse
|
|
141
|
-
(*entities.UpdateVariantResponse)(nil), // 69: UpdateVariantResponse
|
|
142
|
-
(*product.DeleteProductResponse)(nil), // 70: DeleteProductResponse
|
|
143
|
-
(*product.DeleteVariantResponse)(nil), // 71: DeleteVariantResponse
|
|
144
|
-
(*product.DeleteOptionResponse)(nil), // 72: DeleteOptionResponse
|
|
145
|
-
(*product.RemoveInventoryItemResponse)(nil), // 73: RemoveInventoryItemResponse
|
|
146
|
-
}
|
|
147
|
-
var file_src_proto_products_v1_service_proto_depIdxs = []int32{
|
|
148
|
-
0, // 0: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateCollection:input_type -> CreateCollectionRequest
|
|
149
|
-
1, // 1: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCollectionByID:input_type -> GetCollectionByIDRequest
|
|
150
|
-
2, // 2: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateCollection:input_type -> UpdateCollectionRequest
|
|
151
|
-
3, // 3: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteCollectionByID:input_type -> DeleteCollectionByIDRequest
|
|
152
|
-
4, // 4: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProductType:input_type -> CreateProductTypeRequest
|
|
153
|
-
5, // 5: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetProductTypeByID:input_type -> GetProductTypeByIDRequest
|
|
154
|
-
6, // 6: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductType:input_type -> UpdateProductTypeRequest
|
|
155
|
-
7, // 7: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProductTypeByID:input_type -> DeleteProductTypeByIDRequest
|
|
156
|
-
8, // 8: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProductCategory:input_type -> CreateProductCategoryRequest
|
|
157
|
-
9, // 9: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetProductCategoryByID:input_type -> GetProductCategoryByIDRequest
|
|
158
|
-
10, // 10: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductCategory:input_type -> UpdateProductCategoryRequest
|
|
159
|
-
11, // 11: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProductCategoryByID:input_type -> DeleteProductCategoryByIDRequest
|
|
160
|
-
12, // 12: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductCategoryTaxonomy:input_type -> UpdateProductCategoryTaxonomyRequest
|
|
161
|
-
13, // 13: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateTag:input_type -> CreateTagRequest
|
|
162
|
-
14, // 14: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetTagByID:input_type -> GetTagByIDRequest
|
|
163
|
-
15, // 15: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateTag:input_type -> UpdateTagRequest
|
|
164
|
-
16, // 16: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteTagByID:input_type -> DeleteTagByIDRequest
|
|
165
|
-
17, // 17: apps.enterprise.interfaces.rpc.products.v1.ProductsService.ListTags:input_type -> ListTagsRequest
|
|
166
|
-
18, // 18: apps.enterprise.interfaces.rpc.products.v1.ProductsService.SearchVerticals:input_type -> SearchVerticalsRequest
|
|
167
|
-
19, // 19: apps.enterprise.interfaces.rpc.products.v1.ProductsService.SearchCategory:input_type -> SearchCategoryRequest
|
|
168
|
-
20, // 20: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetVertical:input_type -> GetVerticalRequest
|
|
169
|
-
21, // 21: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCategory:input_type -> GetCategoryRequest
|
|
170
|
-
22, // 22: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetAttribute:input_type -> GetAttributeRequest
|
|
171
|
-
23, // 23: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCategoryAttributes:input_type -> GetCategoryAttributesRequest
|
|
172
|
-
24, // 24: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProduct:input_type -> CreateProductRequest
|
|
173
|
-
25, // 25: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProduct:input_type -> UpdateProductRequest
|
|
174
|
-
26, // 26: apps.enterprise.interfaces.rpc.products.v1.ProductsService.AssociateVariantToInventory:input_type -> AssociateVariantToInventoryRequest
|
|
175
|
-
27, // 27: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateOption:input_type -> CreateOptionRequest
|
|
176
|
-
28, // 28: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateVariant:input_type -> CreateVariantRequest
|
|
177
|
-
29, // 29: apps.enterprise.interfaces.rpc.products.v1.ProductsService.PatchVariantImage:input_type -> PatchVariantImageRequest
|
|
178
|
-
30, // 30: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductOption:input_type -> UpdateProductOptionRequest
|
|
179
|
-
31, // 31: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateVariantInventory:input_type -> UpdateVariantInventoryRequest
|
|
180
|
-
32, // 32: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateVariant:input_type -> UpdateVariantRequest
|
|
181
|
-
33, // 33: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProduct:input_type -> DeleteProductRequest
|
|
182
|
-
34, // 34: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteVariant:input_type -> DeleteVariantRequest
|
|
183
|
-
35, // 35: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteOption:input_type -> DeleteOptionRequest
|
|
184
|
-
36, // 36: apps.enterprise.interfaces.rpc.products.v1.ProductsService.RemoveInventoryItem:input_type -> RemoveInventoryItemRequest
|
|
185
|
-
37, // 37: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateCollection:output_type -> CreateCollectionResponse
|
|
186
|
-
38, // 38: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCollectionByID:output_type -> GetCollectionByIDResponse
|
|
187
|
-
39, // 39: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateCollection:output_type -> UpdateCollectionResponse
|
|
188
|
-
40, // 40: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteCollectionByID:output_type -> DeleteCollectionByIDResponse
|
|
189
|
-
41, // 41: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProductType:output_type -> CreateProductTypeResponse
|
|
190
|
-
42, // 42: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetProductTypeByID:output_type -> GetProductTypeByIDResponse
|
|
191
|
-
43, // 43: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductType:output_type -> UpdateProductTypeResponse
|
|
192
|
-
44, // 44: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProductTypeByID:output_type -> DeleteProductTypeByIDResponse
|
|
193
|
-
45, // 45: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProductCategory:output_type -> CreateProductCategoryResponse
|
|
194
|
-
46, // 46: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetProductCategoryByID:output_type -> GetProductCategoryByIDResponse
|
|
195
|
-
47, // 47: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductCategory:output_type -> UpdateProductCategoryResponse
|
|
196
|
-
48, // 48: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProductCategoryByID:output_type -> DeleteProductCategoryByIDResponse
|
|
197
|
-
49, // 49: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductCategoryTaxonomy:output_type -> UpdateProductCategoryTaxonomyResponse
|
|
198
|
-
50, // 50: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateTag:output_type -> CreateTagResponse
|
|
199
|
-
51, // 51: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetTagByID:output_type -> GetTagByIDResponse
|
|
200
|
-
52, // 52: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateTag:output_type -> UpdateTagResponse
|
|
201
|
-
53, // 53: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteTagByID:output_type -> DeleteTagByIDResponse
|
|
202
|
-
54, // 54: apps.enterprise.interfaces.rpc.products.v1.ProductsService.ListTags:output_type -> ListTagsResponse
|
|
203
|
-
55, // 55: apps.enterprise.interfaces.rpc.products.v1.ProductsService.SearchVerticals:output_type -> SearchVerticalsResponse
|
|
204
|
-
56, // 56: apps.enterprise.interfaces.rpc.products.v1.ProductsService.SearchCategory:output_type -> SearchCategoryResponse
|
|
205
|
-
57, // 57: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetVertical:output_type -> GetVerticalResponse
|
|
206
|
-
58, // 58: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCategory:output_type -> GetCategoryResponse
|
|
207
|
-
59, // 59: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetAttribute:output_type -> GetAttributeResponse
|
|
208
|
-
60, // 60: apps.enterprise.interfaces.rpc.products.v1.ProductsService.GetCategoryAttributes:output_type -> GetCategoryAttributesResponse
|
|
209
|
-
61, // 61: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateProduct:output_type -> CreateProductResponse
|
|
210
|
-
62, // 62: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProduct:output_type -> UpdateProductResponse
|
|
211
|
-
63, // 63: apps.enterprise.interfaces.rpc.products.v1.ProductsService.AssociateVariantToInventory:output_type -> AssociateVariantToInventoryResponse
|
|
212
|
-
64, // 64: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateOption:output_type -> CreateOptionResponse
|
|
213
|
-
65, // 65: apps.enterprise.interfaces.rpc.products.v1.ProductsService.CreateVariant:output_type -> CreateVariantResponse
|
|
214
|
-
66, // 66: apps.enterprise.interfaces.rpc.products.v1.ProductsService.PatchVariantImage:output_type -> PatchVariantImageResponse
|
|
215
|
-
67, // 67: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateProductOption:output_type -> UpdateProductOptionResponse
|
|
216
|
-
68, // 68: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateVariantInventory:output_type -> UpdateVariantInventoryResponse
|
|
217
|
-
69, // 69: apps.enterprise.interfaces.rpc.products.v1.ProductsService.UpdateVariant:output_type -> UpdateVariantResponse
|
|
218
|
-
70, // 70: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteProduct:output_type -> DeleteProductResponse
|
|
219
|
-
71, // 71: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteVariant:output_type -> DeleteVariantResponse
|
|
220
|
-
72, // 72: apps.enterprise.interfaces.rpc.products.v1.ProductsService.DeleteOption:output_type -> DeleteOptionResponse
|
|
221
|
-
73, // 73: apps.enterprise.interfaces.rpc.products.v1.ProductsService.RemoveInventoryItem:output_type -> RemoveInventoryItemResponse
|
|
222
|
-
37, // [37:74] is the sub-list for method output_type
|
|
223
|
-
0, // [0:37] is the sub-list for method input_type
|
|
224
|
-
0, // [0:0] is the sub-list for extension type_name
|
|
225
|
-
0, // [0:0] is the sub-list for extension extendee
|
|
226
|
-
0, // [0:0] is the sub-list for field type_name
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
func init() { file_src_proto_products_v1_service_proto_init() }
|
|
230
|
-
func file_src_proto_products_v1_service_proto_init() {
|
|
231
|
-
if File_src_proto_products_v1_service_proto != nil {
|
|
232
|
-
return
|
|
233
|
-
}
|
|
234
|
-
type x struct{}
|
|
235
|
-
out := protoimpl.TypeBuilder{
|
|
236
|
-
File: protoimpl.DescBuilder{
|
|
237
|
-
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
238
|
-
RawDescriptor: unsafe.Slice(unsafe.StringData(file_src_proto_products_v1_service_proto_rawDesc), len(file_src_proto_products_v1_service_proto_rawDesc)),
|
|
239
|
-
NumEnums: 0,
|
|
240
|
-
NumMessages: 0,
|
|
241
|
-
NumExtensions: 0,
|
|
242
|
-
NumServices: 1,
|
|
243
|
-
},
|
|
244
|
-
GoTypes: file_src_proto_products_v1_service_proto_goTypes,
|
|
245
|
-
DependencyIndexes: file_src_proto_products_v1_service_proto_depIdxs,
|
|
246
|
-
}.Build()
|
|
247
|
-
File_src_proto_products_v1_service_proto = out.File
|
|
248
|
-
file_src_proto_products_v1_service_proto_goTypes = nil
|
|
249
|
-
file_src_proto_products_v1_service_proto_depIdxs = nil
|
|
250
|
-
}
|