Skip to content

Commit

Permalink
0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yoryer committed Mar 3, 2022
1 parent ae3b9cd commit ef8755e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/COMMITHASH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
239cca62b6ab391be7e186800a8f575bf40c87da
32cf69e46f5bd8ada3873f9a1cf49212c5458f28
2 changes: 1 addition & 1 deletion dist/LASTCOMMITDATETIME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-02-17T11:26:06-03:00
2022-03-03T14:30:31-03:00
2 changes: 1 addition & 1 deletion dist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.5
v0.7.6
2 changes: 1 addition & 1 deletion dist/toky-sdk-alpha.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types/src/client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export declare class Client extends EventEmitter implements IClient {
accessToken: string;
account: IAccount;
transportLib: 'sip.js' | 'jsSIP';
media: IMediaSpec;
media?: IMediaSpec;
});
/**
* Toky Client .init() is were we get the Toky Phone Params to establish communication with the Toky Phone System
Expand Down
2 changes: 1 addition & 1 deletion dist/types/src/client.d.ts.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/types/src/interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface IAccount {
/** Option to accept inbound calls */
acceptInboundCalls?: boolean;
/** Recording permissions */
callRecordingEnabled: boolean;
callRecordingEnabled?: boolean;
}
export interface IClientSetting {
connectionCountry: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/types/src/interfaces.d.ts.map

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

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toky-phone-js-sdk",
"version": "0.7.5",
"version": "0.7.6",
"description": "Toky Phone JS SDK v1",
"main": "./dist/toky-sdk-alpha.js",
"module": "./dist/toky-sdk-alpha.js",
Expand Down

0 comments on commit ef8755e

Please sign in to comment.