|
63 | 63 | "behavior": "resubscribe" |
64 | 64 | }, |
65 | 65 | { |
66 | | - "name": "Current vs Python v03 - Send Message (Non-Streaming)", |
67 | | - "sdks": ["current", "python_v03"], |
| 66 | + "name": "Current vs TS v03 - Send Message (Non-Streaming)", |
| 67 | + "sdks": ["current", "ts_v03"], |
68 | 68 | "traversal": "euler", |
69 | 69 | "edges": ["0->1", "1->0"], |
70 | 70 | "protocols": [ |
|
75 | 75 | "behavior": "send_message" |
76 | 76 | }, |
77 | 77 | { |
78 | | - "name": "Current vs Python v03 - Send Message (Streaming)", |
79 | | - "sdks": ["current", "python_v03"], |
| 78 | + "name": "Current vs TS v03 - Send Message (Streaming)", |
| 79 | + "sdks": ["current", "ts_v03"], |
80 | 80 | "traversal": "euler", |
81 | 81 | "edges": ["0->1", "1->0"], |
82 | 82 | "protocols": [ |
|
88 | 88 | "behavior": "send_message" |
89 | 89 | }, |
90 | 90 | { |
91 | | - "name": "Current vs Python v03 - Push Notification", |
92 | | - "sdks": ["current", "python_v03"], |
| 91 | + "name": "Current vs TS v03 - Push Notification", |
| 92 | + "sdks": ["current", "ts_v03"], |
93 | 93 | "traversal": "euler", |
94 | 94 | "edges": ["0->1", "1->0"], |
95 | 95 | "protocols": [ |
|
100 | 100 | "behavior": "push_notification" |
101 | 101 | }, |
102 | 102 | { |
103 | | - "name": "Current vs Python v03 - Resubscribe", |
104 | | - "sdks": ["current", "python_v03"], |
| 103 | + "name": "Current vs TS v03 - Resubscribe", |
| 104 | + "sdks": ["current", "ts_v03"], |
105 | 105 | "traversal": "euler", |
106 | 106 | "edges": ["0->1", "1->0"], |
107 | 107 | "protocols": [ |
|
0 commit comments