Skip to content

Commit

Permalink
Deploy js API reference Merge pull request #1587 from oasisprotocol/p…
Browse files Browse the repository at this point in the history
…ro-wh/feature/tsrel

ts-web: 1.0 releases 9f7b93c
  • Loading branch information
github-actions[bot] committed Dec 8, 2023
1 parent 3d25425 commit 50719b5
Show file tree
Hide file tree
Showing 949 changed files with 2,836 additions and 79,826 deletions.
2 changes: 1 addition & 1 deletion js/client-ext-utils/assets/main.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions js/client-ext-utils/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--light-color-text-aside: #6e6e6e;
--light-color-link: #1f70c2;

--light-color-ts-keyword: #056bd6;
--light-color-ts-project: #b111c9;
--light-color-ts-module: var(--light-color-ts-project);
--light-color-ts-namespace: var(--light-color-ts-project);
Expand Down Expand Up @@ -50,6 +51,7 @@
--dark-color-text-aside: #dddddd;
--dark-color-link: #00aff4;

--dark-color-ts-keyword: #3399ff;
--dark-color-ts-project: #e358ff;
--dark-color-ts-module: var(--dark-color-ts-project);
--dark-color-ts-namespace: var(--dark-color-ts-project);
Expand Down Expand Up @@ -91,6 +93,7 @@
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -132,6 +135,7 @@
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -180,6 +184,7 @@ body {
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -219,6 +224,7 @@ body {
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -984,6 +990,11 @@ a.tsd-index-link {
overflow-x: auto;
}

.tsd-signature-keyword {
color: var(--color-ts-keyword);
font-weight: normal;
}

.tsd-signature-symbol {
color: var(--color-text-aside);
font-weight: normal;
Expand Down
160 changes: 5 additions & 155 deletions js/client-ext-utils/classes/connection.ExtConnection.html

Large diffs are not rendered by default.

181 changes: 8 additions & 173 deletions js/client-ext-utils/classes/signature.ExtContextSigner.html

Large diffs are not rendered by default.

70 changes: 4 additions & 66 deletions js/client-ext-utils/functions/connection.connect.html

Large diffs are not rendered by default.

56 changes: 1 addition & 55 deletions js/client-ext-utils/functions/connection.handleMessage.html

Large diffs are not rendered by default.

64 changes: 3 additions & 61 deletions js/client-ext-utils/functions/ext.keysChanged.html

Large diffs are not rendered by default.

60 changes: 2 additions & 58 deletions js/client-ext-utils/functions/ext.ready.html

Large diffs are not rendered by default.

60 changes: 2 additions & 58 deletions js/client-ext-utils/functions/keys.list.html

Large diffs are not rendered by default.

73 changes: 2 additions & 71 deletions js/client-ext-utils/functions/keys.setKeysChangeHandler.html

Large diffs are not rendered by default.

54 changes: 2 additions & 52 deletions js/client-ext-utils/index.html

Large diffs are not rendered by default.

143 changes: 9 additions & 134 deletions js/client-ext-utils/interfaces/ext.Handlers.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

86 changes: 4 additions & 82 deletions js/client-ext-utils/interfaces/protocol.KeyInfo.html

Large diffs are not rendered by default.

82 changes: 3 additions & 79 deletions js/client-ext-utils/interfaces/protocol.KeysChangeEvent.html

Large diffs are not rendered by default.

72 changes: 2 additions & 70 deletions js/client-ext-utils/interfaces/protocol.KeysListRequest.html

Large diffs are not rendered by default.

72 changes: 2 additions & 70 deletions js/client-ext-utils/interfaces/protocol.KeysListResponse.html

Large diffs are not rendered by default.

78 changes: 2 additions & 76 deletions js/client-ext-utils/interfaces/protocol.MessageEvent.html

Large diffs are not rendered by default.

72 changes: 2 additions & 70 deletions js/client-ext-utils/interfaces/protocol.MessageReady.html

Large diffs are not rendered by default.

84 changes: 2 additions & 82 deletions js/client-ext-utils/interfaces/protocol.MessageRequest.html

Large diffs are not rendered by default.

90 changes: 2 additions & 88 deletions js/client-ext-utils/interfaces/protocol.MessageResponse.html

Large diffs are not rendered by default.

48 changes: 2 additions & 46 deletions js/client-ext-utils/modules.html

Large diffs are not rendered by default.

58 changes: 3 additions & 55 deletions js/client-ext-utils/modules/connection.html

Large diffs are not rendered by default.

58 changes: 3 additions & 55 deletions js/client-ext-utils/modules/ext.html

Large diffs are not rendered by default.

53 changes: 2 additions & 51 deletions js/client-ext-utils/modules/keys.html

Large diffs are not rendered by default.

58 changes: 3 additions & 55 deletions js/client-ext-utils/modules/protocol.html

Large diffs are not rendered by default.

53 changes: 2 additions & 51 deletions js/client-ext-utils/modules/signature.html

Large diffs are not rendered by default.

47 changes: 1 addition & 46 deletions js/client-ext-utils/variables/protocol.EVENT_KEYS_CHANGE.html

Large diffs are not rendered by default.

47 changes: 1 addition & 46 deletions js/client-ext-utils/variables/protocol.MESSAGE_TYPE_EVENT.html

Large diffs are not rendered by default.

51 changes: 2 additions & 49 deletions js/client-ext-utils/variables/protocol.MESSAGE_TYPE_READY.html

Large diffs are not rendered by default.

47 changes: 1 addition & 46 deletions js/client-ext-utils/variables/protocol.MESSAGE_TYPE_REQUEST.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

47 changes: 1 addition & 46 deletions js/client-ext-utils/variables/protocol.METHOD_KEYS_LIST.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/client-rt/assets/main.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions js/client-rt/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--light-color-text-aside: #6e6e6e;
--light-color-link: #1f70c2;

--light-color-ts-keyword: #056bd6;
--light-color-ts-project: #b111c9;
--light-color-ts-module: var(--light-color-ts-project);
--light-color-ts-namespace: var(--light-color-ts-project);
Expand Down Expand Up @@ -50,6 +51,7 @@
--dark-color-text-aside: #dddddd;
--dark-color-link: #00aff4;

--dark-color-ts-keyword: #3399ff;
--dark-color-ts-project: #e358ff;
--dark-color-ts-module: var(--dark-color-ts-project);
--dark-color-ts-namespace: var(--dark-color-ts-project);
Expand Down Expand Up @@ -91,6 +93,7 @@
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -132,6 +135,7 @@
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -180,6 +184,7 @@ body {
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -219,6 +224,7 @@ body {
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -984,6 +990,11 @@ a.tsd-index-link {
overflow-x: auto;
}

.tsd-signature-keyword {
color: var(--color-ts-keyword);
font-weight: normal;
}

.tsd-signature-symbol {
color: var(--color-text-aside);
font-weight: normal;
Expand Down
204 changes: 4 additions & 200 deletions js/client-rt/classes/accounts.Wrapper.html

Large diffs are not rendered by default.

168 changes: 4 additions & 164 deletions js/client-rt/classes/consensus.Wrapper.html

Large diffs are not rendered by default.

195 changes: 4 additions & 191 deletions js/client-rt/classes/consensusAccounts.Wrapper.html

Large diffs are not rendered by default.

267 changes: 4 additions & 263 deletions js/client-rt/classes/contracts.Wrapper.html

Large diffs are not rendered by default.

204 changes: 4 additions & 200 deletions js/client-rt/classes/core.Wrapper.html

Large diffs are not rendered by default.

140 changes: 7 additions & 133 deletions js/client-rt/classes/event.Visitor.html

Large diffs are not rendered by default.

213 changes: 4 additions & 209 deletions js/client-rt/classes/evm.Wrapper.html

Large diffs are not rendered by default.

168 changes: 4 additions & 164 deletions js/client-rt/classes/rewards.Wrapper.html

Large diffs are not rendered by default.

142 changes: 4 additions & 138 deletions js/client-rt/classes/signatureSecp256k1.BlindContextSigner.html

Large diffs are not rendered by default.

172 changes: 4 additions & 168 deletions js/client-rt/classes/signatureSecp256k1.EllipticSigner.html

Large diffs are not rendered by default.

161 changes: 4 additions & 157 deletions js/client-rt/classes/wrapper.Base.html

Large diffs are not rendered by default.

Loading

0 comments on commit 50719b5

Please sign in to comment.