@yaakapp/api 0.2.24 → 0.2.25

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.
@@ -205,7 +205,7 @@ export type FormInputText = {
205
205
  };
206
206
  export type GetHttpAuthenticationResponse = {
207
207
  name: string;
208
- config: Array<HttpAuthenticationConfigInput>;
208
+ config: Array<FormInput>;
209
209
  };
210
210
  export type GetHttpRequestActionsRequest = Record<string, never>;
211
211
  export type GetHttpRequestActionsResponse = {
@@ -222,10 +222,6 @@ export type GetTemplateFunctionsResponse = {
222
222
  functions: Array<TemplateFunction>;
223
223
  pluginRefId: string;
224
224
  };
225
- export type HttpAuthenticationConfigInput = {
226
- name: string;
227
- args: Array<FormInput>;
228
- };
229
225
  export type HttpHeader = {
230
226
  name: string;
231
227
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaakapp/api",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "main": "lib/index.js",
5
5
  "typings": "./lib/index.d.ts",
6
6
  "files": [