@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.
@@ -19219,6 +19219,8 @@ interface WixelSPIConfig {
19219
19219
  exposeAssetSummary?: boolean;
19220
19220
  /** Whether create asset by file functionality is enabled for this SPI implementation. */
19221
19221
  exposeCreateAssetByFile?: boolean;
19222
+ /** Whether handle project duplicated handling is enabled for this SPI implementation. */
19223
+ exposeHandleProjectDuplicated?: boolean;
19222
19224
  /** Which file media type is supported by this SPI implementation when creating assets by file. */
19223
19225
  fileMediaType?: FileMediaTypeWithLiterals;
19224
19226
  }