@bigbinary/neeto-playwright-commons 1.9.15 → 1.9.16

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -784,13 +784,12 @@ declare class HelpAndProfilePage {
784
784
  */
785
785
  verifyLogoutV2: () => Promise<void>;
786
786
  }
787
- type Integration = "dailyco" | "github" | "google-calendar" | "google-analytics" | "google-sheets" | "microsoft-teams" | "neeto-chat" | "neeto-crm" | "slack" | "twilio" | "whereby" | "zapier" | "zoom";
788
787
  type IntegrationStatus = "connected" | "disconnected";
789
788
  type PartialInterceptMultipleResponsesParams$1 = Partial<InterceptMultipleResponsesParams>;
790
789
  interface IntegrationBaseParams {
791
790
  page: Page;
792
791
  neetoPlaywrightUtilities: CustomCommands;
793
- integration: Integration;
792
+ integration: string;
794
793
  connectedHeader?: string;
795
794
  connectHeader?: string;
796
795
  pageloaderTimeout?: number;
@@ -801,7 +800,7 @@ declare class IntegrationBase {
801
800
  readonly page: Page;
802
801
  readonly neetoPlaywrightUtilities: CustomCommands;
803
802
  readonly t: TFunction;
804
- readonly integration: Integration;
803
+ readonly integration: string;
805
804
  readonly integrationCard: Locator;
806
805
  readonly connectHeader: string;
807
806
  readonly connectedHeader: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-commons",
3
- "version": "1.9.15",
3
+ "version": "1.9.16",
4
4
  "description": "A package encapsulating common playwright code across neeto projects.",
5
5
  "repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
6
6
  "license": "apache-2.0",