Skip to content

Commit

Permalink
Merge pull request #56 from lenchv/fix/#54-pending-status
Browse files Browse the repository at this point in the history
Fix/#54 pending status
  • Loading branch information
lenchv authored Sep 25, 2023
2 parents f0a7657 + d877839 commit ab411e5
Show file tree
Hide file tree
Showing 111 changed files with 3,531 additions and 6,509 deletions.
6 changes: 4 additions & 2 deletions dist/HiveClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/HiveClient.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/HiveOperation.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/connection/auth/KerberosHttpAuthentication.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import IAuthentication from "../contracts/IAuthentication";
import ITransport from "../contracts/ITransport";
import { AuthOptions } from '../types/AuthOptions';
import { IKerberosAuthProcess } from "../contracts/IKerberosAuthProcess";
declare type HttpAuthOptions = AuthOptions & {
type HttpAuthOptions = AuthOptions & {
headers?: object;
};
export default class KerberosHttpAuthentication implements IAuthentication {
Expand Down
2 changes: 1 addition & 1 deletion dist/connection/auth/PlainHttpAuthentication.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import IAuthentication from "../contracts/IAuthentication";
import ITransport from "../contracts/ITransport";
import { AuthOptions } from '../types/AuthOptions';
declare type HttpAuthOptions = AuthOptions & {
type HttpAuthOptions = AuthOptions & {
headers?: object;
};
export default class PlainHttpAuthentication implements IAuthentication {
Expand Down
2 changes: 1 addition & 1 deletion dist/connection/auth/PlainHttpAuthentication.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/connection/auth/PlainHttpAuthentication.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/connection/auth/helpers/MongoKerberosAuthProcess.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface IMongoDbKerberos {
GSS_C_NO_OID: number;
initializeClient(service: string, options: object, cb: Function): void;
}
declare type KerberosOptions = {
type KerberosOptions = {
fqdn: string;
service: string;
};
Expand Down
Loading

0 comments on commit ab411e5

Please sign in to comment.