@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.
- package/dist/gen/bundle.d.ts +1 -0
- package/dist/proto/bundle.proto +1 -0
- package/gen/bundle.ts +1 -0
- package/package.json +1 -1
- package/proto/bundle.proto +1 -0
package/dist/gen/bundle.d.ts
CHANGED
|
@@ -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[];
|
package/dist/proto/bundle.proto
CHANGED
package/gen/bundle.ts
CHANGED
package/package.json
CHANGED
package/proto/bundle.proto
CHANGED