@integry/sdk 4.3.3 → 4.3.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.
@@ -223,6 +223,8 @@ interface SDKConfig {
223
223
  };
224
224
  userConfig?: UserConfig;
225
225
  options?: SDKOptions;
226
+ payloads?: NestedObject;
227
+ user?: NestedObject;
226
228
  }
227
229
  interface ConfigWithObject extends SDKConfig {
228
230
  appKey: string;