Skip to content

Commit be3d466

Browse files
authored
Merge pull request #328 from badaitech/feature/blum_login
Feature/blum add blum login methods to badai/api
2 parents 6306f2c + ee90ddb commit be3d466

29 files changed

Lines changed: 571 additions & 43 deletions

File tree

.changeset/little-drinks-travel.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@badaitech/badai-api": patch
3+
"@badaitech/chaingraph-backend": patch
4+
"@badaitech/chaingraph-execution-api": patch
5+
"@badaitech/chaingraph-execution-worker": patch
6+
"@badaitech/chaingraph-frontend": patch
7+
"@badaitech/badai-api-example": patch
8+
"@badaitech/chaingraph-executor": patch
9+
"@badaitech/chaingraph-nodes": patch
10+
"@badaitech/chaingraph-trpc": patch
11+
"@badaitech/chaingraph-types": patch
12+
"@badaitech/typescript-config": patch
13+
---
14+
15+
Add new special specal login and sign methods with telegram params

.changeset/pre.json

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,8 @@
1515
"@badaitech/badai-api-example": "0.5.5-dev.19"
1616
},
1717
"changesets": [
18-
"afraid-needles-greet",
19-
"angry-llamas-divide",
20-
"beige-geese-show",
21-
"brave-webs-refuse",
22-
"chubby-numbers-enjoy",
23-
"cold-news-fold",
24-
"cold-turtles-laugh",
25-
"dirty-glasses-drop",
26-
"easy-candies-smile",
27-
"empty-coats-care",
28-
"full-readers-itch",
29-
"green-peaches-cough",
30-
"hip-doors-notice",
31-
"hungry-words-hang",
32-
"loud-gifts-tell",
33-
"lovely-areas-count",
34-
"lovely-planes-wear",
35-
"modern-pants-train",
18+
"little-drinks-travel",
3619
"olive-ears-camp",
37-
"petite-paws-cut",
38-
"proud-clouds-report",
39-
"public-impalas-visit",
40-
"quiet-ends-show",
41-
"ready-suns-throw",
42-
"red-donkeys-stop",
43-
"rude-parts-heal",
44-
"sixty-humans-smile",
45-
"tall-bags-follow",
46-
"tiny-things-report",
47-
"tired-days-sleep",
48-
"tough-rice-spend",
49-
"vast-dryers-beg"
20+
"tired-days-sleep"
5021
]
5122
}

apps/chaingraph-backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @badaitech/chaingraph-backend
22

3+
## 0.5.5-dev.31
4+
5+
### Patch Changes
6+
7+
- Add new special specal login and sign methods with telegram params
8+
39
## 0.5.5-dev.30
410

511
### Patch Changes

apps/chaingraph-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-backend",
33
"type": "module",
4-
"version": "0.5.5-dev.30",
4+
"version": "0.5.5-dev.31",
55
"private": false,
66
"description": "Backend server for the Chaingraph project",
77
"license": "BUSL-1.1",

apps/chaingraph-execution-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @badaitech/chaingraph-execution-api
22

3+
## 0.5.5-dev.31
4+
5+
### Patch Changes
6+
7+
- Add new special specal login and sign methods with telegram params
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.5.5-dev.31
10+
- @badaitech/chaingraph-trpc@0.5.5-dev.31
11+
- @badaitech/chaingraph-types@0.5.5-dev.31
12+
313
## 0.5.5-dev.30
414

515
### Patch Changes

apps/chaingraph-execution-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-execution-api",
33
"type": "module",
4-
"version": "0.5.5-dev.30",
4+
"version": "0.5.5-dev.31",
55
"private": false,
66
"description": "Chaingraph tRPC Server - Scalable API server for Chaingraph execution management",
77
"license": "BUSL-1.1",

apps/chaingraph-execution-worker/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @badaitech/chaingraph-execution-worker
22

3+
## 0.5.5-dev.31
4+
5+
### Patch Changes
6+
7+
- Add new special specal login and sign methods with telegram params
8+
- Updated dependencies
9+
- @badaitech/chaingraph-executor@0.5.5-dev.31
10+
- @badaitech/chaingraph-nodes@0.5.5-dev.31
11+
- @badaitech/chaingraph-trpc@0.5.5-dev.31
12+
- @badaitech/chaingraph-types@0.5.5-dev.31
13+
314
## 0.5.5-dev.30
415

516
### Patch Changes

apps/chaingraph-execution-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-execution-worker",
33
"type": "module",
4-
"version": "0.5.5-dev.30",
4+
"version": "0.5.5-dev.31",
55
"private": false,
66
"description": "Chaingraph Execution Worker Service which connected to Kafka and process the flow executions",
77
"license": "BUSL-1.1",

apps/chaingraph-frontend/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @badaitech/chaingraph-frontend
22

3+
## 0.5.5-dev.31
4+
5+
### Patch Changes
6+
7+
- Add new special specal login and sign methods with telegram params
8+
- Updated dependencies
9+
- @badaitech/badai-api@0.5.5-dev.31
10+
- @badaitech/chaingraph-executor@0.5.5-dev.31
11+
- @badaitech/chaingraph-nodes@0.5.5-dev.31
12+
- @badaitech/chaingraph-trpc@0.5.5-dev.31
13+
- @badaitech/chaingraph-types@0.5.5-dev.31
14+
315
## 0.5.5-dev.30
416

517
### Patch Changes

apps/chaingraph-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badaitech/chaingraph-frontend",
33
"type": "module",
4-
"version": "0.5.5-dev.30",
4+
"version": "0.5.5-dev.31",
55
"private": false,
66
"description": "Frontend application for the Chaingraph project",
77
"license": "BUSL-1.1",

0 commit comments

Comments
 (0)