@manycore/custom-sdk 3.1.4 → 3.1.5

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 (3) hide show
  1. package/index.d.ts +5 -0
  2. package/index.js +16 -16
  3. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -3564,6 +3564,11 @@ export declare class FittingDesignService extends BaseService {
3564
3564
  * @default CUSTOM_MODEL_CATEGORY_FILTER
3565
3565
  */
3566
3566
  renderIgnoreCategory: number | number[];
3567
+ /**
3568
+ * 同步订单展示效果
3569
+ * @default true
3570
+ */
3571
+ attachOrderRender: boolean;
3567
3572
  }
3568
3573
 
3569
3574
  /**