@paakd/api 0.0.1 → 0.0.2

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.
Files changed (201) hide show
  1. package/buf/validate/validate_pb.ts +5001 -0
  2. package/dist/gen/buf/validate/validate_pb.d.ts +4634 -0
  3. package/dist/gen/buf/validate/validate_pb.d.ts.map +1 -0
  4. package/dist/gen/buf/validate/validate_pb.js +414 -0
  5. package/dist/gen/src/proto/auth/v1/entities/auth_pb.d.ts +268 -0
  6. package/dist/gen/src/proto/auth/v1/entities/auth_pb.d.ts.map +1 -0
  7. package/dist/gen/src/proto/auth/v1/entities/auth_pb.js +120 -0
  8. package/dist/gen/src/proto/auth/v1/entities/policy_pb.d.ts +235 -0
  9. package/dist/gen/src/proto/auth/v1/entities/policy_pb.d.ts.map +1 -0
  10. package/dist/gen/src/proto/auth/v1/entities/policy_pb.js +98 -0
  11. package/dist/gen/src/proto/auth/v1/service_pb.d.ts +117 -0
  12. package/dist/gen/src/proto/auth/v1/service_pb.d.ts.map +1 -0
  13. package/dist/gen/src/proto/auth/v1/service_pb.js +22 -0
  14. package/dist/gen/src/proto/customers/v1/entities/address_pb.d.ts +371 -0
  15. package/dist/gen/src/proto/customers/v1/entities/address_pb.d.ts.map +1 -0
  16. package/dist/gen/src/proto/customers/v1/entities/address_pb.js +84 -0
  17. package/dist/gen/src/proto/customers/v1/entities/profile_pb.d.ts +189 -0
  18. package/dist/gen/src/proto/customers/v1/entities/profile_pb.d.ts.map +1 -0
  19. package/dist/gen/src/proto/customers/v1/entities/profile_pb.js +70 -0
  20. package/dist/gen/src/proto/customers/v1/service_pb.d.ts +85 -0
  21. package/dist/gen/src/proto/customers/v1/service_pb.d.ts.map +1 -0
  22. package/dist/gen/src/proto/customers/v1/service_pb.js +22 -0
  23. package/dist/gen/src/proto/products/v1/entities/category_pb.d.ts +234 -0
  24. package/dist/gen/src/proto/products/v1/entities/category_pb.d.ts.map +1 -0
  25. package/dist/gen/src/proto/products/v1/entities/category_pb.js +84 -0
  26. package/dist/gen/src/proto/products/v1/entities/collection_pb.d.ts +159 -0
  27. package/dist/gen/src/proto/products/v1/entities/collection_pb.d.ts.map +1 -0
  28. package/dist/gen/src/proto/products/v1/entities/collection_pb.js +70 -0
  29. package/dist/gen/src/proto/products/v1/entities/product/create_pb.d.ts +146 -0
  30. package/dist/gen/src/proto/products/v1/entities/product/create_pb.d.ts.map +1 -0
  31. package/dist/gen/src/proto/products/v1/entities/product/create_pb.js +32 -0
  32. package/dist/gen/src/proto/products/v1/entities/product/option_pb.d.ts +50 -0
  33. package/dist/gen/src/proto/products/v1/entities/product/option_pb.d.ts.map +1 -0
  34. package/dist/gen/src/proto/products/v1/entities/product/option_pb.js +32 -0
  35. package/dist/gen/src/proto/products/v1/entities/product/shared_pb.d.ts +1042 -0
  36. package/dist/gen/src/proto/products/v1/entities/product/shared_pb.d.ts.map +1 -0
  37. package/dist/gen/src/proto/products/v1/entities/product/shared_pb.js +258 -0
  38. package/dist/gen/src/proto/products/v1/entities/product/update_pb.d.ts +236 -0
  39. package/dist/gen/src/proto/products/v1/entities/product/update_pb.d.ts.map +1 -0
  40. package/dist/gen/src/proto/products/v1/entities/product/update_pb.js +88 -0
  41. package/dist/gen/src/proto/products/v1/entities/tag_pb.d.ts +175 -0
  42. package/dist/gen/src/proto/products/v1/entities/tag_pb.d.ts.map +1 -0
  43. package/dist/gen/src/proto/products/v1/entities/tag_pb.js +84 -0
  44. package/dist/gen/src/proto/products/v1/entities/taxonomy_pb.d.ts +477 -0
  45. package/dist/gen/src/proto/products/v1/entities/taxonomy_pb.d.ts.map +1 -0
  46. package/dist/gen/src/proto/products/v1/entities/taxonomy_pb.js +235 -0
  47. package/dist/gen/src/proto/products/v1/entities/type_pb.d.ts +158 -0
  48. package/dist/gen/src/proto/products/v1/entities/type_pb.d.ts.map +1 -0
  49. package/dist/gen/src/proto/products/v1/entities/type_pb.js +70 -0
  50. package/dist/gen/src/proto/products/v1/entities/variant_pb.d.ts +489 -0
  51. package/dist/gen/src/proto/products/v1/entities/variant_pb.d.ts.map +1 -0
  52. package/dist/gen/src/proto/products/v1/entities/variant_pb.js +147 -0
  53. package/dist/gen/src/proto/products/v1/service_pb.d.ts +316 -0
  54. package/dist/gen/src/proto/products/v1/service_pb.d.ts.map +1 -0
  55. package/dist/gen/src/proto/products/v1/service_pb.js +36 -0
  56. package/dist/src/address.d.ts +53 -0
  57. package/dist/src/address.d.ts.map +1 -0
  58. package/dist/src/address.js +233 -0
  59. package/dist/src/address.spec.d.ts +2 -0
  60. package/dist/src/address.spec.d.ts.map +1 -0
  61. package/dist/src/address.spec.js +488 -0
  62. package/dist/src/auth.d.ts +27 -0
  63. package/dist/src/auth.d.ts.map +1 -0
  64. package/dist/src/auth.js +155 -0
  65. package/dist/src/auth.spec.d.ts +2 -0
  66. package/dist/src/auth.spec.d.ts.map +1 -0
  67. package/dist/src/auth.spec.js +582 -0
  68. package/dist/src/compressor/brotli.d.ts +3 -0
  69. package/dist/src/compressor/brotli.d.ts.map +1 -0
  70. package/dist/src/compressor/brotli.js +30 -0
  71. package/dist/src/index.d.ts +6 -0
  72. package/dist/src/index.d.ts.map +1 -0
  73. package/dist/src/interceptors.d.ts +16 -0
  74. package/dist/src/interceptors.d.ts.map +1 -0
  75. package/dist/src/interceptors.js +156 -0
  76. package/dist/src/interceptors.spec.d.ts +2 -0
  77. package/dist/src/interceptors.spec.d.ts.map +1 -0
  78. package/dist/src/interceptors.spec.js +1063 -0
  79. package/dist/src/policies.d.ts +217 -0
  80. package/dist/src/policies.d.ts.map +1 -0
  81. package/dist/src/policies.js +322 -0
  82. package/dist/src/policies.spec.d.ts +2 -0
  83. package/dist/src/policies.spec.d.ts.map +1 -0
  84. package/dist/src/policies.spec.js +463 -0
  85. package/dist/src/products.d.ts +39 -0
  86. package/dist/src/products.d.ts.map +1 -0
  87. package/dist/src/products.js +95 -0
  88. package/dist/src/products.spec.d.ts +2 -0
  89. package/dist/src/products.spec.d.ts.map +1 -0
  90. package/dist/src/products.spec.js +519 -0
  91. package/dist/src/profile.d.ts +62 -0
  92. package/dist/src/profile.d.ts.map +1 -0
  93. package/dist/src/profile.js +151 -0
  94. package/dist/src/profile.spec.d.ts +2 -0
  95. package/dist/src/profile.spec.d.ts.map +1 -0
  96. package/dist/src/profile.spec.js +475 -0
  97. package/dist/src/registration.d.ts +60 -0
  98. package/dist/src/registration.d.ts.map +1 -0
  99. package/dist/src/registration.js +147 -0
  100. package/dist/src/test-utils.d.ts +87 -0
  101. package/dist/src/test-utils.d.ts.map +1 -0
  102. package/dist/src/test-utils.js +132 -0
  103. package/gen/buf/validate/validate_pb.ts +4799 -0
  104. package/gen/src/proto/auth/v1/authv1connect/service.connect.go +454 -0
  105. package/gen/src/proto/auth/v1/entities/auth.pb.go +818 -0
  106. package/gen/src/proto/auth/v1/entities/auth_pb.ts +348 -0
  107. package/gen/src/proto/auth/v1/entities/policy.pb.go +727 -0
  108. package/gen/src/proto/auth/v1/entities/policy_pb.ts +306 -0
  109. package/gen/src/proto/auth/v1/service-AuthService_connectquery.ts +70 -0
  110. package/gen/src/proto/auth/v1/service.pb.go +119 -0
  111. package/gen/src/proto/auth/v1/service_pb.ts +152 -0
  112. package/gen/src/proto/customers/v1/customersv1connect/service.connect.go +358 -0
  113. package/gen/src/proto/customers/v1/entities/address.pb.go +1073 -0
  114. package/gen/src/proto/customers/v1/entities/address_pb.ts +478 -0
  115. package/gen/src/proto/customers/v1/entities/profile.pb.go +633 -0
  116. package/gen/src/proto/customers/v1/entities/profile_pb.ts +252 -0
  117. package/gen/src/proto/customers/v1/service-CustomerService_connectquery.ts +50 -0
  118. package/gen/src/proto/customers/v1/service.pb.go +110 -0
  119. package/gen/src/proto/customers/v1/service_pb.ts +121 -0
  120. package/gen/src/proto/files/v1/entities/file.pb.go +669 -0
  121. package/gen/src/proto/files/v1/entities/file_pb.ts +265 -0
  122. package/gen/src/proto/files/v1/filesv1connect/service.connect.go +200 -0
  123. package/gen/src/proto/files/v1/service-FileService_connectquery.ts +25 -0
  124. package/gen/src/proto/files/v1/service.pb.go +85 -0
  125. package/gen/src/proto/files/v1/service_pb.ts +65 -0
  126. package/gen/src/proto/products/v1/entities/category.pb.go +744 -0
  127. package/gen/src/proto/products/v1/entities/category_pb.ts +318 -0
  128. package/gen/src/proto/products/v1/entities/collection.pb.go +528 -0
  129. package/gen/src/proto/products/v1/entities/collection_pb.ts +214 -0
  130. package/gen/src/proto/products/v1/entities/product/create.pb.go +453 -0
  131. package/gen/src/proto/products/v1/entities/product/create_pb.ts +199 -0
  132. package/gen/src/proto/products/v1/entities/product/option.pb.go +206 -0
  133. package/gen/src/proto/products/v1/entities/product/option_pb.ts +74 -0
  134. package/gen/src/proto/products/v1/entities/product/shared.pb.go +2890 -0
  135. package/gen/src/proto/products/v1/entities/product/shared_pb.ts +1317 -0
  136. package/gen/src/proto/products/v1/entities/product/update.pb.go +794 -0
  137. package/gen/src/proto/products/v1/entities/product/update_pb.ts +325 -0
  138. package/gen/src/proto/products/v1/entities/tag.pb.go +610 -0
  139. package/gen/src/proto/products/v1/entities/tag_pb.ts +233 -0
  140. package/gen/src/proto/products/v1/entities/taxonomy.pb.go +1352 -0
  141. package/gen/src/proto/products/v1/entities/taxonomy_pb.ts +606 -0
  142. package/gen/src/proto/products/v1/entities/type.pb.go +553 -0
  143. package/gen/src/proto/products/v1/entities/type_pb.ts +215 -0
  144. package/gen/src/proto/products/v1/entities/variant.pb.go +1474 -0
  145. package/gen/src/proto/products/v1/entities/variant_pb.ts +629 -0
  146. package/gen/src/proto/products/v1/productsv1connect/service.connect.go +1195 -0
  147. package/gen/src/proto/products/v1/service-ProductsService_connectquery.ts +199 -0
  148. package/gen/src/proto/products/v1/service.pb.go +250 -0
  149. package/gen/src/proto/products/v1/service_pb.ts +429 -0
  150. package/gen/src/proto/promotions/v1/entities/campaign.pb.go +1229 -0
  151. package/gen/src/proto/promotions/v1/entities/campaign_pb.ts +511 -0
  152. package/gen/src/proto/promotions/v1/promotionsv1connect/service.connect.go +289 -0
  153. package/gen/src/proto/promotions/v1/service-CampaignService_connectquery.ts +42 -0
  154. package/gen/src/proto/promotions/v1/service.pb.go +98 -0
  155. package/gen/src/proto/promotions/v1/service_pb.ts +95 -0
  156. package/gen/src/proto/stocknodes/v1/entities/stocknode.pb.go +1499 -0
  157. package/gen/src/proto/stocknodes/v1/entities/stocknode_pb.ts +655 -0
  158. package/gen/src/proto/stocknodes/v1/service-StockNodesService_connectquery.ts +41 -0
  159. package/gen/src/proto/stocknodes/v1/service.pb.go +98 -0
  160. package/gen/src/proto/stocknodes/v1/service_pb.ts +95 -0
  161. package/gen/src/proto/stocknodes/v1/stocknodesv1connect/service.connect.go +297 -0
  162. package/package.json +5 -2
  163. package/src/address.spec.ts +0 -662
  164. package/src/address.ts +0 -300
  165. package/src/auth.spec.ts +0 -771
  166. package/src/auth.ts +0 -168
  167. package/src/compressor/brotli.ts +0 -26
  168. package/src/index.ts +0 -5
  169. package/src/interceptors.spec.ts +0 -1343
  170. package/src/interceptors.ts +0 -224
  171. package/src/policies.spec.ts +0 -595
  172. package/src/policies.ts +0 -431
  173. package/src/products.spec.ts +0 -710
  174. package/src/products.ts +0 -112
  175. package/src/profile.spec.ts +0 -626
  176. package/src/profile.ts +0 -169
  177. package/src/proto/auth/v1/entities/auth.proto +0 -140
  178. package/src/proto/auth/v1/entities/policy.proto +0 -57
  179. package/src/proto/auth/v1/service.proto +0 -26
  180. package/src/proto/customers/v1/entities/address.proto +0 -101
  181. package/src/proto/customers/v1/entities/profile.proto +0 -118
  182. package/src/proto/customers/v1/service.proto +0 -36
  183. package/src/proto/files/v1/entities/file.proto +0 -62
  184. package/src/proto/files/v1/service.proto +0 -19
  185. package/src/proto/products/v1/entities/category.proto +0 -98
  186. package/src/proto/products/v1/entities/collection.proto +0 -72
  187. package/src/proto/products/v1/entities/product/create.proto +0 -41
  188. package/src/proto/products/v1/entities/product/option.proto +0 -17
  189. package/src/proto/products/v1/entities/product/shared.proto +0 -255
  190. package/src/proto/products/v1/entities/product/update.proto +0 -66
  191. package/src/proto/products/v1/entities/tag.proto +0 -73
  192. package/src/proto/products/v1/entities/taxonomy.proto +0 -146
  193. package/src/proto/products/v1/entities/type.proto +0 -98
  194. package/src/proto/products/v1/entities/variant.proto +0 -127
  195. package/src/proto/products/v1/service.proto +0 -78
  196. package/src/proto/promotions/v1/entities/campaign.proto +0 -145
  197. package/src/proto/promotions/v1/service.proto +0 -17
  198. package/src/proto/stocknodes/v1/entities/stocknode.proto +0 -167
  199. package/src/proto/stocknodes/v1/service.proto +0 -21
  200. package/src/registration.ts +0 -170
  201. package/src/test-utils.ts +0 -176
@@ -0,0 +1,477 @@
1
+ import type { GenEnum, GenFile, GenMessage } from '@bufbuild/protobuf/codegenv2';
2
+ import type { Message } from '@bufbuild/protobuf';
3
+ /**
4
+ * Describes the file src/proto/products/v1/entities/taxonomy.proto.
5
+ */
6
+ export declare const file_src_proto_products_v1_entities_taxonomy: GenFile;
7
+ /**
8
+ * @generated from message Vertical
9
+ */
10
+ export type Vertical = Message<'Vertical'> & {
11
+ /**
12
+ * @generated from field: string name = 1;
13
+ */
14
+ name: string;
15
+ /**
16
+ * @generated from field: string prefix = 2;
17
+ */
18
+ prefix: string;
19
+ };
20
+ /**
21
+ * Describes the message Vertical.
22
+ * Use `create(VerticalSchema)` to create a new message.
23
+ */
24
+ export declare const VerticalSchema: GenMessage<Vertical>;
25
+ /**
26
+ * @generated from message Category
27
+ */
28
+ export type Category = Message<'Category'> & {
29
+ /**
30
+ * @generated from field: string id = 1;
31
+ */
32
+ id: string;
33
+ /**
34
+ * @generated from field: string name = 2;
35
+ */
36
+ name: string;
37
+ /**
38
+ * @generated from field: string full_name = 3;
39
+ */
40
+ fullName: string;
41
+ /**
42
+ * @generated from field: string parent_id = 4;
43
+ */
44
+ parentId: string;
45
+ /**
46
+ * @generated from field: uint32 level = 5;
47
+ */
48
+ level: number;
49
+ /**
50
+ * @generated from field: string vertical_name = 6;
51
+ */
52
+ verticalName: string;
53
+ /**
54
+ * @generated from field: repeated string attributes = 7;
55
+ */
56
+ attributes: string[];
57
+ /**
58
+ * @generated from field: repeated string children = 8;
59
+ */
60
+ children: string[];
61
+ /**
62
+ * @generated from field: repeated string ancestors = 9;
63
+ */
64
+ ancestors: string[];
65
+ };
66
+ /**
67
+ * Describes the message Category.
68
+ * Use `create(CategorySchema)` to create a new message.
69
+ */
70
+ export declare const CategorySchema: GenMessage<Category>;
71
+ /**
72
+ * @generated from message AttributeValue
73
+ */
74
+ export type AttributeValue = Message<'AttributeValue'> & {
75
+ /**
76
+ * @generated from field: string id = 1;
77
+ */
78
+ id: string;
79
+ /**
80
+ * @generated from field: string name = 2;
81
+ */
82
+ name: string;
83
+ /**
84
+ * @generated from field: string handle = 3;
85
+ */
86
+ handle: string;
87
+ };
88
+ /**
89
+ * Describes the message AttributeValue.
90
+ * Use `create(AttributeValueSchema)` to create a new message.
91
+ */
92
+ export declare const AttributeValueSchema: GenMessage<AttributeValue>;
93
+ /**
94
+ * @generated from message ExtendedAttributeValue
95
+ */
96
+ export type ExtendedAttributeValue = Message<'ExtendedAttributeValue'> & {
97
+ /**
98
+ * @generated from field: string name = 1;
99
+ */
100
+ name: string;
101
+ /**
102
+ * @generated from field: string handle = 2;
103
+ */
104
+ handle: string;
105
+ };
106
+ /**
107
+ * Describes the message ExtendedAttributeValue.
108
+ * Use `create(ExtendedAttributeValueSchema)` to create a new message.
109
+ */
110
+ export declare const ExtendedAttributeValueSchema: GenMessage<ExtendedAttributeValue>;
111
+ /**
112
+ * @generated from message Attribute
113
+ */
114
+ export type Attribute = Message<'Attribute'> & {
115
+ /**
116
+ * @generated from field: string id = 1;
117
+ */
118
+ id: string;
119
+ /**
120
+ * @generated from field: string name = 2;
121
+ */
122
+ name: string;
123
+ /**
124
+ * @generated from field: string handle = 3;
125
+ */
126
+ handle: string;
127
+ /**
128
+ * @generated from field: string description = 4;
129
+ */
130
+ description: string;
131
+ /**
132
+ * @generated from field: repeated AttributeValue values = 5;
133
+ */
134
+ values: AttributeValue[];
135
+ /**
136
+ * @generated from field: repeated ExtendedAttributeValue extended_values = 6;
137
+ */
138
+ extendedValues: ExtendedAttributeValue[];
139
+ };
140
+ /**
141
+ * Describes the message Attribute.
142
+ * Use `create(AttributeSchema)` to create a new message.
143
+ */
144
+ export declare const AttributeSchema: GenMessage<Attribute>;
145
+ /**
146
+ * @generated from message SearchVerticalsRequest
147
+ */
148
+ export type SearchVerticalsRequest = Message<'SearchVerticalsRequest'> & {
149
+ /**
150
+ * @generated from field: string query = 1;
151
+ */
152
+ query: string;
153
+ /**
154
+ * @generated from field: SearchType search_type = 2;
155
+ */
156
+ searchType: SearchType;
157
+ /**
158
+ * @generated from field: uint32 size = 3;
159
+ */
160
+ size: number;
161
+ /**
162
+ * @generated from field: Locale locale = 4;
163
+ */
164
+ locale: Locale;
165
+ /**
166
+ * @generated from field: map<string, string> extra_params = 5;
167
+ */
168
+ extraParams: {
169
+ [key: string]: string;
170
+ };
171
+ };
172
+ /**
173
+ * Describes the message SearchVerticalsRequest.
174
+ * Use `create(SearchVerticalsRequestSchema)` to create a new message.
175
+ */
176
+ export declare const SearchVerticalsRequestSchema: GenMessage<SearchVerticalsRequest>;
177
+ /**
178
+ * @generated from message SearchVerticalsResponse
179
+ */
180
+ export type SearchVerticalsResponse = Message<'SearchVerticalsResponse'> & {
181
+ /**
182
+ * @generated from field: repeated Vertical verticals = 1;
183
+ */
184
+ verticals: Vertical[];
185
+ };
186
+ /**
187
+ * Describes the message SearchVerticalsResponse.
188
+ * Use `create(SearchVerticalsResponseSchema)` to create a new message.
189
+ */
190
+ export declare const SearchVerticalsResponseSchema: GenMessage<SearchVerticalsResponse>;
191
+ /**
192
+ * @generated from message SearchCategoryRequest
193
+ */
194
+ export type SearchCategoryRequest = Message<'SearchCategoryRequest'> & {
195
+ /**
196
+ * @generated from field: string vertical_name = 1;
197
+ */
198
+ verticalName: string;
199
+ /**
200
+ * @generated from field: uint32 level = 2;
201
+ */
202
+ level: number;
203
+ /**
204
+ * @generated from field: string query = 3;
205
+ */
206
+ query: string;
207
+ /**
208
+ * @generated from field: SearchType search_type = 4;
209
+ */
210
+ searchType: SearchType;
211
+ /**
212
+ * @generated from field: uint32 size = 5;
213
+ */
214
+ size: number;
215
+ /**
216
+ * @generated from field: Locale locale = 6;
217
+ */
218
+ locale: Locale;
219
+ /**
220
+ * @generated from field: map<string, string> extra_params = 7;
221
+ */
222
+ extraParams: {
223
+ [key: string]: string;
224
+ };
225
+ };
226
+ /**
227
+ * Describes the message SearchCategoryRequest.
228
+ * Use `create(SearchCategoryRequestSchema)` to create a new message.
229
+ */
230
+ export declare const SearchCategoryRequestSchema: GenMessage<SearchCategoryRequest>;
231
+ /**
232
+ * @generated from message SearchCategoryResponse
233
+ */
234
+ export type SearchCategoryResponse = Message<'SearchCategoryResponse'> & {
235
+ /**
236
+ * @generated from field: repeated Category categories = 1;
237
+ */
238
+ categories: Category[];
239
+ };
240
+ /**
241
+ * Describes the message SearchCategoryResponse.
242
+ * Use `create(SearchCategoryResponseSchema)` to create a new message.
243
+ */
244
+ export declare const SearchCategoryResponseSchema: GenMessage<SearchCategoryResponse>;
245
+ /**
246
+ * @generated from message GetCategoryRequest
247
+ */
248
+ export type GetCategoryRequest = Message<'GetCategoryRequest'> & {
249
+ /**
250
+ * @generated from field: string category_id = 1;
251
+ */
252
+ categoryId: string;
253
+ /**
254
+ * @generated from field: Locale locale = 2;
255
+ */
256
+ locale: Locale;
257
+ };
258
+ /**
259
+ * Describes the message GetCategoryRequest.
260
+ * Use `create(GetCategoryRequestSchema)` to create a new message.
261
+ */
262
+ export declare const GetCategoryRequestSchema: GenMessage<GetCategoryRequest>;
263
+ /**
264
+ * @generated from message GetCategoryResponse
265
+ */
266
+ export type GetCategoryResponse = Message<'GetCategoryResponse'> & {
267
+ /**
268
+ * @generated from field: Category category = 1;
269
+ */
270
+ category?: Category;
271
+ };
272
+ /**
273
+ * Describes the message GetCategoryResponse.
274
+ * Use `create(GetCategoryResponseSchema)` to create a new message.
275
+ */
276
+ export declare const GetCategoryResponseSchema: GenMessage<GetCategoryResponse>;
277
+ /**
278
+ * @generated from message GetAttributeRequest
279
+ */
280
+ export type GetAttributeRequest = Message<'GetAttributeRequest'> & {
281
+ /**
282
+ * @generated from field: string attribute_id = 1;
283
+ */
284
+ attributeId: string;
285
+ /**
286
+ * @generated from field: Locale locale = 2;
287
+ */
288
+ locale: Locale;
289
+ /**
290
+ * @generated from field: bool include_values = 3;
291
+ */
292
+ includeValues: boolean;
293
+ };
294
+ /**
295
+ * Describes the message GetAttributeRequest.
296
+ * Use `create(GetAttributeRequestSchema)` to create a new message.
297
+ */
298
+ export declare const GetAttributeRequestSchema: GenMessage<GetAttributeRequest>;
299
+ /**
300
+ * @generated from message GetAttributeResponse
301
+ */
302
+ export type GetAttributeResponse = Message<'GetAttributeResponse'> & {
303
+ /**
304
+ * @generated from field: Attribute attribute = 1;
305
+ */
306
+ attribute?: Attribute;
307
+ };
308
+ /**
309
+ * Describes the message GetAttributeResponse.
310
+ * Use `create(GetAttributeResponseSchema)` to create a new message.
311
+ */
312
+ export declare const GetAttributeResponseSchema: GenMessage<GetAttributeResponse>;
313
+ /**
314
+ * @generated from message GetCategoryAttributesRequest
315
+ */
316
+ export type GetCategoryAttributesRequest = Message<'GetCategoryAttributesRequest'> & {
317
+ /**
318
+ * @generated from field: string category_id = 1;
319
+ */
320
+ categoryId: string;
321
+ /**
322
+ * @generated from field: Locale locale = 2;
323
+ */
324
+ locale: Locale;
325
+ };
326
+ /**
327
+ * Describes the message GetCategoryAttributesRequest.
328
+ * Use `create(GetCategoryAttributesRequestSchema)` to create a new message.
329
+ */
330
+ export declare const GetCategoryAttributesRequestSchema: GenMessage<GetCategoryAttributesRequest>;
331
+ /**
332
+ * @generated from message GetCategoryAttributesResponse
333
+ */
334
+ export type GetCategoryAttributesResponse = Message<'GetCategoryAttributesResponse'> & {
335
+ /**
336
+ * @generated from field: string category_id = 1;
337
+ */
338
+ categoryId: string;
339
+ /**
340
+ * @generated from field: repeated Attribute attributes = 2;
341
+ */
342
+ attributes: Attribute[];
343
+ };
344
+ /**
345
+ * Describes the message GetCategoryAttributesResponse.
346
+ * Use `create(GetCategoryAttributesResponseSchema)` to create a new message.
347
+ */
348
+ export declare const GetCategoryAttributesResponseSchema: GenMessage<GetCategoryAttributesResponse>;
349
+ /**
350
+ * @generated from message GetVerticalRequest
351
+ */
352
+ export type GetVerticalRequest = Message<'GetVerticalRequest'> & {
353
+ /**
354
+ * @generated from field: string vertical_name = 1;
355
+ */
356
+ verticalName: string;
357
+ /**
358
+ * @generated from field: Locale locale = 2;
359
+ */
360
+ locale: Locale;
361
+ };
362
+ /**
363
+ * Describes the message GetVerticalRequest.
364
+ * Use `create(GetVerticalRequestSchema)` to create a new message.
365
+ */
366
+ export declare const GetVerticalRequestSchema: GenMessage<GetVerticalRequest>;
367
+ /**
368
+ * @generated from message GetVerticalResponse
369
+ */
370
+ export type GetVerticalResponse = Message<'GetVerticalResponse'> & {
371
+ /**
372
+ * @generated from field: Vertical vertical = 1;
373
+ */
374
+ vertical?: Vertical;
375
+ };
376
+ /**
377
+ * Describes the message GetVerticalResponse.
378
+ * Use `create(GetVerticalResponseSchema)` to create a new message.
379
+ */
380
+ export declare const GetVerticalResponseSchema: GenMessage<GetVerticalResponse>;
381
+ /**
382
+ * @generated from enum SearchType
383
+ */
384
+ export declare enum SearchType {
385
+ /**
386
+ * Default value, not specified
387
+ *
388
+ * @generated from enum value: SEARCH_TYPE_UNSPECIFIED = 0;
389
+ */
390
+ UNSPECIFIED = 0,
391
+ /**
392
+ * Exact match search
393
+ *
394
+ * @generated from enum value: SEARCH_TYPE_EXACT = 1;
395
+ */
396
+ EXACT = 1,
397
+ /**
398
+ * Fuzzy match search
399
+ *
400
+ * @generated from enum value: SEARCH_TYPE_FUZZY = 2;
401
+ */
402
+ FUZZY = 2,
403
+ /**
404
+ * Prefix match search
405
+ *
406
+ * @generated from enum value: SEARCH_TYPE_PREFIX = 3;
407
+ */
408
+ PREFIX = 3,
409
+ /**
410
+ * Wildcard match search
411
+ *
412
+ * @generated from enum value: SEARCH_TYPE_WILDCARD = 4;
413
+ */
414
+ WILDCARD = 4,
415
+ /**
416
+ * Range search
417
+ *
418
+ * @generated from enum value: SEARCH_TYPE_RANGE = 5;
419
+ */
420
+ RANGE = 5,
421
+ /**
422
+ * Term search
423
+ *
424
+ * @generated from enum value: SEARCH_TYPE_TERM = 6;
425
+ */
426
+ TERM = 6
427
+ }
428
+ /**
429
+ * Describes the enum SearchType.
430
+ */
431
+ export declare const SearchTypeSchema: GenEnum<SearchType>;
432
+ /**
433
+ * @generated from enum Locale
434
+ */
435
+ export declare enum Locale {
436
+ /**
437
+ * Default value, not specified
438
+ *
439
+ * @generated from enum value: LOCALE_UNSPECIFIED = 0;
440
+ */
441
+ UNSPECIFIED = 0,
442
+ /**
443
+ * English
444
+ *
445
+ * @generated from enum value: LOCALE_EN = 1;
446
+ */
447
+ EN = 1,
448
+ /**
449
+ * Spanish
450
+ *
451
+ * @generated from enum value: LOCALE_ES = 2;
452
+ */
453
+ ES = 2,
454
+ /**
455
+ * French
456
+ *
457
+ * @generated from enum value: LOCALE_FR = 3;
458
+ */
459
+ FR = 3,
460
+ /**
461
+ * German
462
+ *
463
+ * @generated from enum value: LOCALE_DE = 4;
464
+ */
465
+ DE = 4,
466
+ /**
467
+ * Dutch
468
+ *
469
+ * @generated from enum value: LOCALE_NL = 5;
470
+ */
471
+ NL = 5
472
+ }
473
+ /**
474
+ * Describes the enum Locale.
475
+ */
476
+ export declare const LocaleSchema: GenEnum<Locale>;
477
+ //# sourceMappingURL=taxonomy_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taxonomy_pb.d.ts","sourceRoot":"","sources":["../../../../../../../gen/src/proto/products/v1/entities/taxonomy_pb.ts"],"names":[],"mappings":"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"}