@bigbinary/neeto-playwright-commons 1.11.9 → 1.11.10

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/index.d.ts CHANGED
@@ -960,7 +960,17 @@ declare class IntegrationBase {
960
960
  declare class GooglePage extends IntegrationBase {
961
961
  totp: TOTP;
962
962
  t: TFunction;
963
- constructor(page: Page, neetoPlaywrightUtilities: CustomCommands, integration: string, integrationRouteIndex: string);
963
+ constructor({
964
+ page,
965
+ neetoPlaywrightUtilities,
966
+ integration,
967
+ integrationRouteIndex
968
+ }: {
969
+ page: Page;
970
+ neetoPlaywrightUtilities: CustomCommands;
971
+ integration: string;
972
+ integrationRouteIndex: string;
973
+ });
964
974
  /**
965
975
  *
966
976
  * Connects to slack integration and verifies the connection. It takes the following parameters:
package/index.js CHANGED
@@ -15031,7 +15031,7 @@ class IntegrationBase {
15031
15031
  }
15032
15032
 
15033
15033
  class GooglePage extends IntegrationBase {
15034
- constructor(page, neetoPlaywrightUtilities, integration, integrationRouteIndex) {
15034
+ constructor({ page, neetoPlaywrightUtilities, integration, integrationRouteIndex, }) {
15035
15035
  var _a;
15036
15036
  super({
15037
15037
  page,