Skip to content

Commit

Permalink
🔄 synced file(s) with circlefin/w3s-pw-web-sdk-internal (#34)
Browse files Browse the repository at this point in the history
synced local file(s) with
[circlefin/w3s-pw-web-sdk-internal](https://github.com/circlefin/w3s-pw-web-sdk-internal).



<details>
<summary>Changed files</summary>
<ul>
<li>synced local directory <code>docs/</code> with remote directory
<code>docs/</code></li><li>synced local <code>package.json</code> with
remote <code>package.json</code></li><li>synced local directory
<code>src/</code> with remote directory <code>src/</code></li>
</ul>
</details>

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#11026967789](https://github.com/circlefin/w3s-pw-web-sdk-internal/actions/runs/11026967789)
  • Loading branch information
superandydong authored Sep 25, 2024
2 parents eb7b072 + 6fc44a1 commit a1158c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Enumerates the types of challenges supported.

```typescript
enum ChallengeType {
INITIALIZE,
SET_PIN,
RESTORE_PIN,
SET_SECURITY_QUESTIONS,
CREATE_WALLET,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@circle-fin/w3s-pw-web-sdk",
"version": "1.1.5",
"version": "1.1.6",
"description": "Javascript/Typescript SDK for Circle Programmable Wallets",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import type { FirebaseOptions } from 'firebase/app'
* ChallengeType.
*/
export enum ChallengeType {
INITIALIZE = 'INITIALIZE',
SET_PIN = 'SET_PIN',
CHANGE_PIN = 'CHANGE_PIN',
RESTORE_PIN = 'RESTORE_PIN',
Expand Down

0 comments on commit a1158c2

Please sign in to comment.