@mamindom/contracts 1.0.90 → 1.0.92
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/dist/gen/brand.d.ts +2 -0
- package/dist/gen/product.d.ts +1 -0
- package/dist/proto/brand.proto +2 -1
- package/dist/proto/product.proto +1 -0
- package/gen/brand.ts +2 -0
- package/gen/product.ts +1 -0
- package/package.json +1 -1
- package/proto/brand.proto +2 -1
- package/proto/product.proto +1 -0
package/dist/gen/brand.d.ts
CHANGED
|
@@ -32,6 +32,8 @@ export interface BrandResponse_MetaDescriptionEntry {
|
|
|
32
32
|
}
|
|
33
33
|
export interface GetBrandsRequest {
|
|
34
34
|
pagination: PaginationRequest | undefined;
|
|
35
|
+
search?: string | undefined;
|
|
36
|
+
letter?: string | undefined;
|
|
35
37
|
}
|
|
36
38
|
export interface GetBrandsResponse {
|
|
37
39
|
items: BrandResponse[];
|
package/dist/gen/product.d.ts
CHANGED
package/dist/proto/brand.proto
CHANGED
package/dist/proto/product.proto
CHANGED
package/gen/brand.ts
CHANGED
package/gen/product.ts
CHANGED
package/package.json
CHANGED
package/proto/brand.proto
CHANGED