@plusscommunities/pluss-maintenance-aws-forms 2.1.33-beta.0 → 2.1.35-beta.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.
@@ -45,6 +45,12 @@ class IntegrationStrategy {
45
45
  onCompleteRequest = async (request) => {
46
46
  return null;
47
47
  };
48
+
49
+ // TODO: Remove once all existing records have ActiveEntityType (PC-1382)
50
+ // backfills ActiveEntityType on existing externalentities records for the sparse GSI migration
51
+ backfillActiveEntityType = async (timeout) => {
52
+ return { backfillCount: 0, complete: true };
53
+ };
48
54
  }
49
55
 
50
56
  module.exports = IntegrationStrategy;