Skip to content

Commit 6baa48b

Browse files
committed
feat: add active passive mechanism
1 parent c754af0 commit 6baa48b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

shopping-ui/src-gen/ui-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* tslint:disable */
22
/* eslint-disable */
3-
// Generated using typescript-generator version 3.2.1263 on 2024-12-20 08:28:45.
3+
// Generated using typescript-generator version 3.2.1263 on 2025-06-25 10:51:05.
44

55
export interface Order {
66
id: string;

shopping-ui/src/pages/Home.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ const getEndpointName = function (version: Version = 'simple'): string {
9090
return 'with timeout and exception handling';
9191
case 'simple':
9292
return 'as simple implementation';
93+
case 'fallback':
94+
return 'with active passive for toys bestseller';
9395
}
9496
};
9597

0 commit comments

Comments
 (0)