starti.app 2.0.85 → 2.0.87

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.
@@ -105,6 +105,7 @@ export type SaveUsernameAndPasswordConfiguration = {
105
105
  usernameInputFieldSelector: string;
106
106
  passwordInputFieldSelector: string;
107
107
  submitButtonSelector: string;
108
+ executingButtonSelector?: string;
108
109
  title: string;
109
110
  reason: string;
110
111
  } & ({
@@ -120,6 +121,7 @@ export type PopulatedSaveUsernameAndPasswordConfiguration = SaveUsernameAndPassw
120
121
  usernameInputField: HTMLInputElement;
121
122
  passwordInputField: HTMLInputElement;
122
123
  submitButton: HTMLButtonElement;
124
+ executingButton?: HTMLButtonElement;
123
125
  } | {
124
126
  error: string;
125
127
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "starti.app",
3
3
  "author": "starti.app",
4
4
  "license": "MIT",
5
- "version": "2.0.85",
5
+ "version": "2.0.87",
6
6
  "description": "Use this package for easy communication with the starti.app API.",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",