@transifex/native 5.3.0 → 6.0.0

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/README.md CHANGED
@@ -317,6 +317,9 @@ params: Object({
317
317
  // Replace the existing string tags with the tags of this request
318
318
  overrideTags: Boolean,
319
319
 
320
+ // Replace the existing string occurrences with the occurrences of this request
321
+ overrideOccurrences: Boolean,
322
+
320
323
  // If true, when wait for processing to be complete before
321
324
  // resolving this promise
322
325
  noWait: Boolean,