@mamindom/contracts 1.0.104 → 1.0.105

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.
@@ -215,6 +215,7 @@ export interface ApplyBundleRulesRequest {
215
215
  export interface GetBundlesByProductRequest {
216
216
  productId: string;
217
217
  status?: BundleStatus | undefined;
218
+ placement?: string | undefined;
218
219
  }
219
220
  export interface BulkUpdateBundleStatusRequest {
220
221
  bundleIds: string[];
@@ -220,6 +220,7 @@ message ApplyBundleRulesRequest {
220
220
  message GetBundlesByProductRequest {
221
221
  string product_id = 1;
222
222
  optional BundleStatus status = 2;
223
+ optional string placement = 3;
223
224
  }
224
225
 
225
226
  message BulkUpdateBundleStatusRequest {
package/gen/bundle.ts CHANGED
@@ -235,6 +235,7 @@ export interface ApplyBundleRulesRequest {
235
235
  export interface GetBundlesByProductRequest {
236
236
  productId: string;
237
237
  status?: BundleStatus | undefined;
238
+ placement?: string | undefined;
238
239
  }
239
240
 
240
241
  export interface BulkUpdateBundleStatusRequest {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mamindom/contracts",
3
3
  "description": "proto",
4
- "version": "1.0.104",
4
+ "version": "1.0.105",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "exports": {
@@ -220,6 +220,7 @@ message ApplyBundleRulesRequest {
220
220
  message GetBundlesByProductRequest {
221
221
  string product_id = 1;
222
222
  optional BundleStatus status = 2;
223
+ optional string placement = 3;
223
224
  }
224
225
 
225
226
  message BulkUpdateBundleStatusRequest {