@wix/auto_sdk_data-extension-schema_schemas 1.0.199 → 1.0.200

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.
@@ -19245,6 +19245,8 @@ interface WixelSPIConfig {
19245
19245
  exposeAssetSummary?: boolean;
19246
19246
  /** Whether create asset by file functionality is enabled for this SPI implementation. */
19247
19247
  exposeCreateAssetByFile?: boolean;
19248
+ /** Whether handle project duplicated handling is enabled for this SPI implementation. */
19249
+ exposeHandleProjectDuplicated?: boolean;
19248
19250
  /** Which file media type is supported by this SPI implementation when creating assets by file. */
19249
19251
  fileMediaType?: FileMediaTypeWithLiterals;
19250
19252
  }