@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,235 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts"
3
+ // @generated from file src/proto/products/v1/entities/taxonomy.proto (syntax proto3)
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.LocaleSchema = exports.Locale = exports.SearchTypeSchema = exports.SearchType = exports.GetVerticalResponseSchema = exports.GetVerticalRequestSchema = exports.GetCategoryAttributesResponseSchema = exports.GetCategoryAttributesRequestSchema = exports.GetAttributeResponseSchema = exports.GetAttributeRequestSchema = exports.GetCategoryResponseSchema = exports.GetCategoryRequestSchema = exports.SearchCategoryResponseSchema = exports.SearchCategoryRequestSchema = exports.SearchVerticalsResponseSchema = exports.SearchVerticalsRequestSchema = exports.AttributeSchema = exports.ExtendedAttributeValueSchema = exports.AttributeValueSchema = exports.CategorySchema = exports.VerticalSchema = exports.file_src_proto_products_v1_entities_taxonomy = void 0;
7
+ const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
8
+ const validate_pb_1 = require("../../../../../buf/validate/validate_pb");
9
+ /**
10
+ * Describes the file src/proto/products/v1/entities/taxonomy.proto.
11
+ */
12
+ exports.file_src_proto_products_v1_entities_taxonomy =
13
+ /*@__PURE__*/
14
+ (0, codegenv2_1.fileDesc)('Ci1zcmMvcHJvdG8vcHJvZHVjdHMvdjEvZW50aXRpZXMvdGF4b25vbXkucHJvdG8iKAoIVmVydGljYWwSDAoEbmFtZRgBIAEoCRIOCgZwcmVmaXgYAiABKAkiqQEKCENhdGVnb3J5EgoKAmlkGAEgASgJEgwKBG5hbWUYAiABKAkSEQoJZnVsbF9uYW1lGAMgASgJEhEKCXBhcmVudF9pZBgEIAEoCRINCgVsZXZlbBgFIAEoDRIVCg12ZXJ0aWNhbF9uYW1lGAYgASgJEhIKCmF0dHJpYnV0ZXMYByADKAkSEAoIY2hpbGRyZW4YCCADKAkSEQoJYW5jZXN0b3JzGAkgAygJIjoKDkF0dHJpYnV0ZVZhbHVlEgoKAmlkGAEgASgJEgwKBG5hbWUYAiABKAkSDgoGaGFuZGxlGAMgASgJIjYKFkV4dGVuZGVkQXR0cmlidXRlVmFsdWUSDAoEbmFtZRgBIAEoCRIOCgZoYW5kbGUYAiABKAkinQEKCUF0dHJpYnV0ZRIKCgJpZBgBIAEoCRIMCgRuYW1lGAIgASgJEg4KBmhhbmRsZRgDIAEoCRITCgtkZXNjcmlwdGlvbhgEIAEoCRIfCgZ2YWx1ZXMYBSADKAsyDy5BdHRyaWJ1dGVWYWx1ZRIwCg9leHRlbmRlZF92YWx1ZXMYBiADKAsyFy5FeHRlbmRlZEF0dHJpYnV0ZVZhbHVlIo8CChZTZWFyY2hWZXJ0aWNhbHNSZXF1ZXN0EhgKBXF1ZXJ5GAEgASgJQgm6SAZyBBABGGQSKgoLc2VhcmNoX3R5cGUYAiABKA4yCy5TZWFyY2hUeXBlQgi6SAWCAQIQARIYCgRzaXplGAMgASgNQgq6SAcqBRjoBygBEiEKBmxvY2FsZRgEIAEoDjIHLkxvY2FsZUIIukgFggECEAESPgoMZXh0cmFfcGFyYW1zGAUgAygLMiguU2VhcmNoVmVydGljYWxzUmVxdWVzdC5FeHRyYVBhcmFtc0VudHJ5GjIKEEV4dHJhUGFyYW1zRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASI3ChdTZWFyY2hWZXJ0aWNhbHNSZXNwb25zZRIcCgl2ZXJ0aWNhbHMYASADKAsyCS5WZXJ0aWNhbCLHAgoVU2VhcmNoQ2F0ZWdvcnlSZXF1ZXN0Eh4KDXZlcnRpY2FsX25hbWUYASABKAlCB7pIBHICEAESGAoFbGV2ZWwYAiABKA1CCbpIBioEGAUoARIYCgVxdWVyeRgDIAEoCUIJukgGcgQQARhkEioKC3NlYXJjaF90eXBlGAQgASgOMgsuU2VhcmNoVHlwZUIIukgFggECEAESGAoEc2l6ZRgFIAEoDUIKukgHKgUY6AcoARIhCgZsb2NhbGUYBiABKA4yBy5Mb2NhbGVCCLpIBYIBAhABEj0KDGV4dHJhX3BhcmFtcxgHIAMoCzInLlNlYXJjaENhdGVnb3J5UmVxdWVzdC5FeHRyYVBhcmFtc0VudHJ5GjIKEEV4dHJhUGFyYW1zRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASI3ChZTZWFyY2hDYXRlZ29yeVJlc3BvbnNlEh0KCmNhdGVnb3JpZXMYASADKAsyCS5DYXRlZ29yeSJVChJHZXRDYXRlZ29yeVJlcXVlc3QSHAoLY2F0ZWdvcnlfaWQYASABKAlCB7pIBHICEAESIQoGbG9jYWxlGAIgASgOMgcuTG9jYWxlQgi6SAWCAQIQASIyChNHZXRDYXRlZ29yeVJlc3BvbnNlEhsKCGNhdGVnb3J5GAEgASgLMgkuQ2F0ZWdvcnkibwoTR2V0QXR0cmlidXRlUmVxdWVzdBIdCgxhdHRyaWJ1dGVfaWQYASABKAlCB7pIBHICEAESIQoGbG9jYWxlGAIgASgOMgcuTG9jYWxlQgi6SAWCAQIQARIWCg5pbmNsdWRlX3ZhbHVlcxgDIAEoCCI1ChRHZXRBdHRyaWJ1dGVSZXNwb25zZRIdCglhdHRyaWJ1dGUYASABKAsyCi5BdHRyaWJ1dGUiXwocR2V0Q2F0ZWdvcnlBdHRyaWJ1dGVzUmVxdWVzdBIcCgtjYXRlZ29yeV9pZBgBIAEoCUIHukgEcgIQARIhCgZsb2NhbGUYAiABKA4yBy5Mb2NhbGVCCLpIBYIBAhABIlQKHUdldENhdGVnb3J5QXR0cmlidXRlc1Jlc3BvbnNlEhMKC2NhdGVnb3J5X2lkGAEgASgJEh4KCmF0dHJpYnV0ZXMYAiADKAsyCi5BdHRyaWJ1dGUiVwoSR2V0VmVydGljYWxSZXF1ZXN0Eh4KDXZlcnRpY2FsX25hbWUYASABKAlCB7pIBHICEAESIQoGbG9jYWxlGAIgASgOMgcuTG9jYWxlQgi6SAWCAQIQASIyChNHZXRWZXJ0aWNhbFJlc3BvbnNlEhsKCHZlcnRpY2FsGAEgASgLMgkuVmVydGljYWwqtgEKClNlYXJjaFR5cGUSGwoXU0VBUkNIX1RZUEVfVU5TUEVDSUZJRUQQABIVChFTRUFSQ0hfVFlQRV9FWEFDVBABEhUKEVNFQVJDSF9UWVBFX0ZVWlpZEAISFgoSU0VBUkNIX1RZUEVfUFJFRklYEAMSGAoUU0VBUkNIX1RZUEVfV0lMRENBUkQQBBIVChFTRUFSQ0hfVFlQRV9SQU5HRRAFEhQKEFNFQVJDSF9UWVBFX1RFUk0QBiprCgZMb2NhbGUSFgoSTE9DQUxFX1VOU1BFQ0lGSUVEEAASDQoJTE9DQUxFX0VOEAESDQoJTE9DQUxFX0VTEAISDQoJTE9DQUxFX0ZSEAMSDQoJTE9DQUxFX0RFEAQSDQoJTE9DQUxFX05MEAVCTEINVGF4b25vbXlQcm90b1ABWjlwYWFrZC5jb20vcGFja2FnZXMvYXBpL2dlbi9zcmMvcHJvdG8vcHJvZHVjdHMvdjEvZW50aXRpZXNiBnByb3RvMw', [validate_pb_1.file_buf_validate_validate]);
15
+ /**
16
+ * Describes the message Vertical.
17
+ * Use `create(VerticalSchema)` to create a new message.
18
+ */
19
+ exports.VerticalSchema =
20
+ /*@__PURE__*/
21
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 0);
22
+ /**
23
+ * Describes the message Category.
24
+ * Use `create(CategorySchema)` to create a new message.
25
+ */
26
+ exports.CategorySchema =
27
+ /*@__PURE__*/
28
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 1);
29
+ /**
30
+ * Describes the message AttributeValue.
31
+ * Use `create(AttributeValueSchema)` to create a new message.
32
+ */
33
+ exports.AttributeValueSchema =
34
+ /*@__PURE__*/
35
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 2);
36
+ /**
37
+ * Describes the message ExtendedAttributeValue.
38
+ * Use `create(ExtendedAttributeValueSchema)` to create a new message.
39
+ */
40
+ exports.ExtendedAttributeValueSchema =
41
+ /*@__PURE__*/
42
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 3);
43
+ /**
44
+ * Describes the message Attribute.
45
+ * Use `create(AttributeSchema)` to create a new message.
46
+ */
47
+ exports.AttributeSchema =
48
+ /*@__PURE__*/
49
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 4);
50
+ /**
51
+ * Describes the message SearchVerticalsRequest.
52
+ * Use `create(SearchVerticalsRequestSchema)` to create a new message.
53
+ */
54
+ exports.SearchVerticalsRequestSchema =
55
+ /*@__PURE__*/
56
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 5);
57
+ /**
58
+ * Describes the message SearchVerticalsResponse.
59
+ * Use `create(SearchVerticalsResponseSchema)` to create a new message.
60
+ */
61
+ exports.SearchVerticalsResponseSchema =
62
+ /*@__PURE__*/
63
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 6);
64
+ /**
65
+ * Describes the message SearchCategoryRequest.
66
+ * Use `create(SearchCategoryRequestSchema)` to create a new message.
67
+ */
68
+ exports.SearchCategoryRequestSchema =
69
+ /*@__PURE__*/
70
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 7);
71
+ /**
72
+ * Describes the message SearchCategoryResponse.
73
+ * Use `create(SearchCategoryResponseSchema)` to create a new message.
74
+ */
75
+ exports.SearchCategoryResponseSchema =
76
+ /*@__PURE__*/
77
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 8);
78
+ /**
79
+ * Describes the message GetCategoryRequest.
80
+ * Use `create(GetCategoryRequestSchema)` to create a new message.
81
+ */
82
+ exports.GetCategoryRequestSchema =
83
+ /*@__PURE__*/
84
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 9);
85
+ /**
86
+ * Describes the message GetCategoryResponse.
87
+ * Use `create(GetCategoryResponseSchema)` to create a new message.
88
+ */
89
+ exports.GetCategoryResponseSchema =
90
+ /*@__PURE__*/
91
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 10);
92
+ /**
93
+ * Describes the message GetAttributeRequest.
94
+ * Use `create(GetAttributeRequestSchema)` to create a new message.
95
+ */
96
+ exports.GetAttributeRequestSchema =
97
+ /*@__PURE__*/
98
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 11);
99
+ /**
100
+ * Describes the message GetAttributeResponse.
101
+ * Use `create(GetAttributeResponseSchema)` to create a new message.
102
+ */
103
+ exports.GetAttributeResponseSchema =
104
+ /*@__PURE__*/
105
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 12);
106
+ /**
107
+ * Describes the message GetCategoryAttributesRequest.
108
+ * Use `create(GetCategoryAttributesRequestSchema)` to create a new message.
109
+ */
110
+ exports.GetCategoryAttributesRequestSchema =
111
+ /*@__PURE__*/
112
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 13);
113
+ /**
114
+ * Describes the message GetCategoryAttributesResponse.
115
+ * Use `create(GetCategoryAttributesResponseSchema)` to create a new message.
116
+ */
117
+ exports.GetCategoryAttributesResponseSchema =
118
+ /*@__PURE__*/
119
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 14);
120
+ /**
121
+ * Describes the message GetVerticalRequest.
122
+ * Use `create(GetVerticalRequestSchema)` to create a new message.
123
+ */
124
+ exports.GetVerticalRequestSchema =
125
+ /*@__PURE__*/
126
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 15);
127
+ /**
128
+ * Describes the message GetVerticalResponse.
129
+ * Use `create(GetVerticalResponseSchema)` to create a new message.
130
+ */
131
+ exports.GetVerticalResponseSchema =
132
+ /*@__PURE__*/
133
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 16);
134
+ /**
135
+ * @generated from enum SearchType
136
+ */
137
+ var SearchType;
138
+ (function (SearchType) {
139
+ /**
140
+ * Default value, not specified
141
+ *
142
+ * @generated from enum value: SEARCH_TYPE_UNSPECIFIED = 0;
143
+ */
144
+ SearchType[SearchType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
145
+ /**
146
+ * Exact match search
147
+ *
148
+ * @generated from enum value: SEARCH_TYPE_EXACT = 1;
149
+ */
150
+ SearchType[SearchType["EXACT"] = 1] = "EXACT";
151
+ /**
152
+ * Fuzzy match search
153
+ *
154
+ * @generated from enum value: SEARCH_TYPE_FUZZY = 2;
155
+ */
156
+ SearchType[SearchType["FUZZY"] = 2] = "FUZZY";
157
+ /**
158
+ * Prefix match search
159
+ *
160
+ * @generated from enum value: SEARCH_TYPE_PREFIX = 3;
161
+ */
162
+ SearchType[SearchType["PREFIX"] = 3] = "PREFIX";
163
+ /**
164
+ * Wildcard match search
165
+ *
166
+ * @generated from enum value: SEARCH_TYPE_WILDCARD = 4;
167
+ */
168
+ SearchType[SearchType["WILDCARD"] = 4] = "WILDCARD";
169
+ /**
170
+ * Range search
171
+ *
172
+ * @generated from enum value: SEARCH_TYPE_RANGE = 5;
173
+ */
174
+ SearchType[SearchType["RANGE"] = 5] = "RANGE";
175
+ /**
176
+ * Term search
177
+ *
178
+ * @generated from enum value: SEARCH_TYPE_TERM = 6;
179
+ */
180
+ SearchType[SearchType["TERM"] = 6] = "TERM";
181
+ })(SearchType || (exports.SearchType = SearchType = {}));
182
+ /**
183
+ * Describes the enum SearchType.
184
+ */
185
+ exports.SearchTypeSchema =
186
+ /*@__PURE__*/
187
+ (0, codegenv2_1.enumDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 0);
188
+ /**
189
+ * @generated from enum Locale
190
+ */
191
+ var Locale;
192
+ (function (Locale) {
193
+ /**
194
+ * Default value, not specified
195
+ *
196
+ * @generated from enum value: LOCALE_UNSPECIFIED = 0;
197
+ */
198
+ Locale[Locale["UNSPECIFIED"] = 0] = "UNSPECIFIED";
199
+ /**
200
+ * English
201
+ *
202
+ * @generated from enum value: LOCALE_EN = 1;
203
+ */
204
+ Locale[Locale["EN"] = 1] = "EN";
205
+ /**
206
+ * Spanish
207
+ *
208
+ * @generated from enum value: LOCALE_ES = 2;
209
+ */
210
+ Locale[Locale["ES"] = 2] = "ES";
211
+ /**
212
+ * French
213
+ *
214
+ * @generated from enum value: LOCALE_FR = 3;
215
+ */
216
+ Locale[Locale["FR"] = 3] = "FR";
217
+ /**
218
+ * German
219
+ *
220
+ * @generated from enum value: LOCALE_DE = 4;
221
+ */
222
+ Locale[Locale["DE"] = 4] = "DE";
223
+ /**
224
+ * Dutch
225
+ *
226
+ * @generated from enum value: LOCALE_NL = 5;
227
+ */
228
+ Locale[Locale["NL"] = 5] = "NL";
229
+ })(Locale || (exports.Locale = Locale = {}));
230
+ /**
231
+ * Describes the enum Locale.
232
+ */
233
+ exports.LocaleSchema =
234
+ /*@__PURE__*/
235
+ (0, codegenv2_1.enumDesc)(exports.file_src_proto_products_v1_entities_taxonomy, 1);
@@ -0,0 +1,158 @@
1
+ import type { GenFile, GenMessage } from '@bufbuild/protobuf/codegenv2';
2
+ import type { Message } from '@bufbuild/protobuf';
3
+ /**
4
+ * Describes the file src/proto/products/v1/entities/type.proto.
5
+ */
6
+ export declare const file_src_proto_products_v1_entities_type: GenFile;
7
+ /**
8
+ * @generated from message CreateProductTypeRequest
9
+ */
10
+ export type CreateProductTypeRequest = Message<'CreateProductTypeRequest'> & {
11
+ /**
12
+ * @generated from field: string name = 1;
13
+ */
14
+ name: string;
15
+ /**
16
+ * @generated from field: optional string description = 2;
17
+ */
18
+ description?: string;
19
+ /**
20
+ * @generated from field: optional string tax_rate_id = 3;
21
+ */
22
+ taxRateId?: string;
23
+ /**
24
+ * @generated from field: string vertical_name = 4;
25
+ */
26
+ verticalName: string;
27
+ };
28
+ /**
29
+ * Describes the message CreateProductTypeRequest.
30
+ * Use `create(CreateProductTypeRequestSchema)` to create a new message.
31
+ */
32
+ export declare const CreateProductTypeRequestSchema: GenMessage<CreateProductTypeRequest>;
33
+ /**
34
+ * @generated from message CreateProductTypeResponse
35
+ */
36
+ export type CreateProductTypeResponse = Message<'CreateProductTypeResponse'> & {
37
+ /**
38
+ * @generated from field: string id = 1;
39
+ */
40
+ id: string;
41
+ };
42
+ /**
43
+ * Describes the message CreateProductTypeResponse.
44
+ * Use `create(CreateProductTypeResponseSchema)` to create a new message.
45
+ */
46
+ export declare const CreateProductTypeResponseSchema: GenMessage<CreateProductTypeResponse>;
47
+ /**
48
+ * @generated from message UpdateProductTypeRequest
49
+ */
50
+ export type UpdateProductTypeRequest = Message<'UpdateProductTypeRequest'> & {
51
+ /**
52
+ * @generated from field: string id = 1;
53
+ */
54
+ id: string;
55
+ /**
56
+ * @generated from field: string name = 2;
57
+ */
58
+ name: string;
59
+ /**
60
+ * @generated from field: optional string description = 3;
61
+ */
62
+ description?: string;
63
+ /**
64
+ * @generated from field: optional string tax_rate_id = 4;
65
+ */
66
+ taxRateId?: string;
67
+ /**
68
+ * @generated from field: string vertical_name = 5;
69
+ */
70
+ verticalName: string;
71
+ };
72
+ /**
73
+ * Describes the message UpdateProductTypeRequest.
74
+ * Use `create(UpdateProductTypeRequestSchema)` to create a new message.
75
+ */
76
+ export declare const UpdateProductTypeRequestSchema: GenMessage<UpdateProductTypeRequest>;
77
+ /**
78
+ * @generated from message UpdateProductTypeResponse
79
+ */
80
+ export type UpdateProductTypeResponse = Message<'UpdateProductTypeResponse'> & {
81
+ /**
82
+ * @generated from field: string id = 1;
83
+ */
84
+ id: string;
85
+ };
86
+ /**
87
+ * Describes the message UpdateProductTypeResponse.
88
+ * Use `create(UpdateProductTypeResponseSchema)` to create a new message.
89
+ */
90
+ export declare const UpdateProductTypeResponseSchema: GenMessage<UpdateProductTypeResponse>;
91
+ /**
92
+ * @generated from message DeleteProductTypeByIDRequest
93
+ */
94
+ export type DeleteProductTypeByIDRequest = Message<'DeleteProductTypeByIDRequest'> & {
95
+ /**
96
+ * @generated from field: string id = 1;
97
+ */
98
+ id: string;
99
+ };
100
+ /**
101
+ * Describes the message DeleteProductTypeByIDRequest.
102
+ * Use `create(DeleteProductTypeByIDRequestSchema)` to create a new message.
103
+ */
104
+ export declare const DeleteProductTypeByIDRequestSchema: GenMessage<DeleteProductTypeByIDRequest>;
105
+ /**
106
+ * @generated from message DeleteProductTypeByIDResponse
107
+ */
108
+ export type DeleteProductTypeByIDResponse = Message<'DeleteProductTypeByIDResponse'> & {};
109
+ /**
110
+ * Describes the message DeleteProductTypeByIDResponse.
111
+ * Use `create(DeleteProductTypeByIDResponseSchema)` to create a new message.
112
+ */
113
+ export declare const DeleteProductTypeByIDResponseSchema: GenMessage<DeleteProductTypeByIDResponse>;
114
+ /**
115
+ * @generated from message GetProductTypeByIDRequest
116
+ */
117
+ export type GetProductTypeByIDRequest = Message<'GetProductTypeByIDRequest'> & {
118
+ /**
119
+ * @generated from field: string id = 1;
120
+ */
121
+ id: string;
122
+ };
123
+ /**
124
+ * Describes the message GetProductTypeByIDRequest.
125
+ * Use `create(GetProductTypeByIDRequestSchema)` to create a new message.
126
+ */
127
+ export declare const GetProductTypeByIDRequestSchema: GenMessage<GetProductTypeByIDRequest>;
128
+ /**
129
+ * @generated from message GetProductTypeByIDResponse
130
+ */
131
+ export type GetProductTypeByIDResponse = Message<'GetProductTypeByIDResponse'> & {
132
+ /**
133
+ * @generated from field: string id = 1;
134
+ */
135
+ id: string;
136
+ /**
137
+ * @generated from field: string name = 2;
138
+ */
139
+ name: string;
140
+ /**
141
+ * @generated from field: string description = 3;
142
+ */
143
+ description: string;
144
+ /**
145
+ * @generated from field: optional string tax_rate_id = 4;
146
+ */
147
+ taxRateId?: string;
148
+ /**
149
+ * @generated from field: string vertical_name = 5;
150
+ */
151
+ verticalName: string;
152
+ };
153
+ /**
154
+ * Describes the message GetProductTypeByIDResponse.
155
+ * Use `create(GetProductTypeByIDResponseSchema)` to create a new message.
156
+ */
157
+ export declare const GetProductTypeByIDResponseSchema: GenMessage<GetProductTypeByIDResponse>;
158
+ //# sourceMappingURL=type_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type_pb.d.ts","sourceRoot":"","sources":["../../../../../../../gen/src/proto/products/v1/entities/type_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAA;AAGvE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAEjD;;GAEG;AACH,eAAO,MAAM,wCAAwC,EAAE,OAKpD,CAAA;AAEH;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC,0BAA0B,CAAC,GAAG;IAC3E;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAA;CACrB,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,wBAAwB,CAEtB,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC,2BAA2B,CAAC,GAAG;IAC7E;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;CACX,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,yBAAyB,CAExB,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC,0BAA0B,CAAC,GAAG;IAC3E;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAA;CACrB,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,wBAAwB,CAEtB,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC,2BAA2B,CAAC,GAAG;IAC7E;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;CACX,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,yBAAyB,CAExB,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,4BAA4B,GACtC,OAAO,CAAC,8BAA8B,CAAC,GAAG;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;CACX,CAAA;AAEH;;;GAGG;AACH,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,4BAA4B,CAE9B,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,6BAA6B,GACvC,OAAO,CAAC,+BAA+B,CAAC,GAAG,EAAE,CAAA;AAE/C;;;GAGG;AACH,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,6BAA6B,CAEhC,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAAC,2BAA2B,CAAC,GAAG;IAC7E;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;CACX,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,yBAAyB,CAExB,CAAA;AAE1D;;GAEG;AACH,MAAM,MAAM,0BAA0B,GACpC,OAAO,CAAC,4BAA4B,CAAC,GAAG;IACtC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAA;IAEV;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IAEZ;;OAEG;IACH,WAAW,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAA;CACrB,CAAA;AAEH;;;GAGG;AACH,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,0BAA0B,CAE1B,CAAA"}
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=ts"
3
+ // @generated from file src/proto/products/v1/entities/type.proto (syntax proto3)
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.GetProductTypeByIDResponseSchema = exports.GetProductTypeByIDRequestSchema = exports.DeleteProductTypeByIDResponseSchema = exports.DeleteProductTypeByIDRequestSchema = exports.UpdateProductTypeResponseSchema = exports.UpdateProductTypeRequestSchema = exports.CreateProductTypeResponseSchema = exports.CreateProductTypeRequestSchema = exports.file_src_proto_products_v1_entities_type = void 0;
7
+ const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
8
+ const validate_pb_1 = require("../../../../../buf/validate/validate_pb");
9
+ /**
10
+ * Describes the file src/proto/products/v1/entities/type.proto.
11
+ */
12
+ exports.file_src_proto_products_v1_entities_type =
13
+ /*@__PURE__*/
14
+ (0, codegenv2_1.fileDesc)('CilzcmMvcHJvdG8vcHJvZHVjdHMvdjEvZW50aXRpZXMvdHlwZS5wcm90byLAAQoYQ3JlYXRlUHJvZHVjdFR5cGVSZXF1ZXN0EhcKBG5hbWUYASABKAlCCbpIBnIEEAEYZBIkCgtkZXNjcmlwdGlvbhgCIAEoCUIKukgHcgUQARjoB0gAiAEBEiMKC3RheF9yYXRlX2lkGAMgASgJQgm6SAZyBBABGGRIAYgBARIgCg12ZXJ0aWNhbF9uYW1lGAQgASgJQgm6SAZyBBABGGRCDgoMX2Rlc2NyaXB0aW9uQg4KDF90YXhfcmF0ZV9pZCInChlDcmVhdGVQcm9kdWN0VHlwZVJlc3BvbnNlEgoKAmlkGAEgASgJItcBChhVcGRhdGVQcm9kdWN0VHlwZVJlcXVlc3QSFQoCaWQYASABKAlCCbpIBnIEEAEYZBIXCgRuYW1lGAIgASgJQgm6SAZyBBABGGQSJAoLZGVzY3JpcHRpb24YAyABKAlCCrpIB3IFEAEY6AdIAIgBARIjCgt0YXhfcmF0ZV9pZBgEIAEoCUIJukgGcgQQARhkSAGIAQESIAoNdmVydGljYWxfbmFtZRgFIAEoCUIJukgGcgQQARhkQg4KDF9kZXNjcmlwdGlvbkIOCgxfdGF4X3JhdGVfaWQiJwoZVXBkYXRlUHJvZHVjdFR5cGVSZXNwb25zZRIKCgJpZBgBIAEoCSI1ChxEZWxldGVQcm9kdWN0VHlwZUJ5SURSZXF1ZXN0EhUKAmlkGAEgASgJQgm6SAZyBBABGGQiHwodRGVsZXRlUHJvZHVjdFR5cGVCeUlEUmVzcG9uc2UiMgoZR2V0UHJvZHVjdFR5cGVCeUlEUmVxdWVzdBIVCgJpZBgBIAEoCUIJukgGcgQQARhkIrkBChpHZXRQcm9kdWN0VHlwZUJ5SURSZXNwb25zZRIKCgJpZBgBIAEoCRIXCgRuYW1lGAIgASgJQgm6SAZyBBABGGQSHwoLZGVzY3JpcHRpb24YAyABKAlCCrpIB3IFEAEY6AcSIwoLdGF4X3JhdGVfaWQYBCABKAlCCbpIBnIEEAEYZEgAiAEBEiAKDXZlcnRpY2FsX25hbWUYBSABKAlCCbpIBnIEEAEYZEIOCgxfdGF4X3JhdGVfaWRCSEIJVHlwZVByb3RvUAFaOXBhYWtkLmNvbS9wYWNrYWdlcy9hcGkvZ2VuL3NyYy9wcm90by9wcm9kdWN0cy92MS9lbnRpdGllc2IGcHJvdG8z', [validate_pb_1.file_buf_validate_validate]);
15
+ /**
16
+ * Describes the message CreateProductTypeRequest.
17
+ * Use `create(CreateProductTypeRequestSchema)` to create a new message.
18
+ */
19
+ exports.CreateProductTypeRequestSchema =
20
+ /*@__PURE__*/
21
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_type, 0);
22
+ /**
23
+ * Describes the message CreateProductTypeResponse.
24
+ * Use `create(CreateProductTypeResponseSchema)` to create a new message.
25
+ */
26
+ exports.CreateProductTypeResponseSchema =
27
+ /*@__PURE__*/
28
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_type, 1);
29
+ /**
30
+ * Describes the message UpdateProductTypeRequest.
31
+ * Use `create(UpdateProductTypeRequestSchema)` to create a new message.
32
+ */
33
+ exports.UpdateProductTypeRequestSchema =
34
+ /*@__PURE__*/
35
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_type, 2);
36
+ /**
37
+ * Describes the message UpdateProductTypeResponse.
38
+ * Use `create(UpdateProductTypeResponseSchema)` to create a new message.
39
+ */
40
+ exports.UpdateProductTypeResponseSchema =
41
+ /*@__PURE__*/
42
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_type, 3);
43
+ /**
44
+ * Describes the message DeleteProductTypeByIDRequest.
45
+ * Use `create(DeleteProductTypeByIDRequestSchema)` to create a new message.
46
+ */
47
+ exports.DeleteProductTypeByIDRequestSchema =
48
+ /*@__PURE__*/
49
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_type, 4);
50
+ /**
51
+ * Describes the message DeleteProductTypeByIDResponse.
52
+ * Use `create(DeleteProductTypeByIDResponseSchema)` to create a new message.
53
+ */
54
+ exports.DeleteProductTypeByIDResponseSchema =
55
+ /*@__PURE__*/
56
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_type, 5);
57
+ /**
58
+ * Describes the message GetProductTypeByIDRequest.
59
+ * Use `create(GetProductTypeByIDRequestSchema)` to create a new message.
60
+ */
61
+ exports.GetProductTypeByIDRequestSchema =
62
+ /*@__PURE__*/
63
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_type, 6);
64
+ /**
65
+ * Describes the message GetProductTypeByIDResponse.
66
+ * Use `create(GetProductTypeByIDResponseSchema)` to create a new message.
67
+ */
68
+ exports.GetProductTypeByIDResponseSchema =
69
+ /*@__PURE__*/
70
+ (0, codegenv2_1.messageDesc)(exports.file_src_proto_products_v1_entities_type, 7);