@redocly/replay 0.9.1 → 0.9.3

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/dist/replay.d.ts CHANGED
@@ -174,6 +174,12 @@ export declare type OperationSecurity = {
174
174
  scheme?: string;
175
175
  name?: string;
176
176
  flows?: OAuthFlowsObject;
177
+ 'x-defaultAccessToken'?: string;
178
+ 'x-defaultTokenType'?: string;
179
+ 'x-defaultClientId'?: string;
180
+ 'x-defaultClientSecret'?: string;
181
+ 'x-defaultUsername'?: string;
182
+ 'x-defaultPassword'?: string;
177
183
  };
178
184
 
179
185
  declare type PasswordOAuthFlowsObject = {