@app-studio/web 0.9.20 → 0.9.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -1
- package/dist/components/ChatInput/ChatInput/ChatInput.props.d.ts +9 -0
- package/dist/components/ChatInput/EditableInput.d.ts +1 -1
- package/dist/components/adk/AgentChat/AgentChat/AgentChat.props.d.ts +26 -3
- package/dist/components/adk/AgentChat/examples/default.d.ts +1 -1
- package/dist/components/adk/AgentEval/AgentEval/AgentEval.props.d.ts +33 -2
- package/dist/components/adk/AgentSession/AgentSession/AgentSession.props.d.ts +23 -1
- package/dist/components/adk/AgentSession/examples/default.d.ts +6 -0
- package/dist/components/adk/AgentTrace/AgentTrace/AgentTrace.props.d.ts +38 -3
- package/dist/services/api/index.d.ts +6 -17
- package/dist/services/api/models/ActionListParam.d.ts +18 -0
- package/dist/services/api/models/CheckRatingParams.d.ts +1 -1
- package/dist/services/api/models/CreateActionParams.d.ts +1 -13
- package/dist/services/api/models/CreateAnalyticParams.d.ts +1 -1
- package/dist/services/api/models/CreateCommentAnswerParams.d.ts +1 -1
- package/dist/services/api/models/CreateCommentParams.d.ts +1 -1
- package/dist/services/api/models/CreateRatingParams.d.ts +1 -1
- package/dist/services/api/models/CreateReportParams.d.ts +1 -1
- package/dist/services/api/models/EditLogoParams.d.ts +22 -0
- package/dist/services/api/models/EditPageStreamParams.d.ts +6 -0
- package/dist/services/api/models/FindCommentParams.d.ts +1 -1
- package/dist/services/api/models/FindReportParams.d.ts +1 -1
- package/dist/services/api/models/FindUserParams.d.ts +1 -1
- package/dist/services/api/models/GenerateProjectParams.d.ts +0 -4
- package/dist/services/api/models/GetAnalyticViewParams.d.ts +1 -1
- package/dist/services/api/models/ListCommentParams.d.ts +1 -1
- package/dist/services/api/models/SetAnalyticViewParams.d.ts +1 -1
- package/dist/services/api/models/UpdateActionParams.d.ts +2 -2
- package/dist/services/api/models/UpdateObjectDto.d.ts +1 -0
- package/dist/services/api/models/UpdateUserParams.d.ts +14 -6
- package/dist/services/api/services/ActionService.d.ts +90 -30
- package/dist/services/api/services/AssistantService.d.ts +12 -0
- package/dist/services/api/services/ComponentService.d.ts +22 -38
- package/dist/services/api/services/FieldService.d.ts +2 -2
- package/dist/services/api/services/ItemService.d.ts +13 -0
- package/dist/services/api/services/NewsletterService.d.ts +2 -2
- package/dist/services/api/services/ObjectService.d.ts +74 -0
- package/dist/services/api/services/PageService.d.ts +0 -60
- package/dist/services/api/services/SeedService.d.ts +4 -4
- package/dist/services/api/services/UploadService.d.ts +55 -0
- package/dist/services/api/services/WorkflowService.d.ts +24 -25
- package/dist/utils/apiConfig.d.ts +24 -0
- package/dist/web.cjs.development.js +85 -12
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +85 -12
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +85 -12
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/docs/README.md +21 -14
- package/docs/adk-customization-guide.md +204 -0
- package/docs/adk-customization-summary.md +157 -0
- package/docs/documentation-system.md +90 -0
- package/package.json +2 -1
- package/dist/services/api/models/CreateApplicationParams.d.ts +0 -10
- package/dist/services/api/models/CreateGrantParams.d.ts +0 -10
- package/dist/services/api/models/CreateProjectParams.d.ts +0 -10
- package/dist/services/api/models/FindApplicationParams.d.ts +0 -19
- package/dist/services/api/models/FindPageParams.d.ts +0 -22
- package/dist/services/api/models/FixPageParams.d.ts +0 -10
- package/dist/services/api/models/UpdateApplicationParams.d.ts +0 -6
- package/dist/services/api/models/UpdateComponentPropsParams.d.ts +0 -10
- package/dist/services/api/models/UpdateGrantParams.d.ts +0 -6
- package/dist/services/api/models/UpdatePageParams.d.ts +0 -14
- package/dist/services/api/models/UpdateProjectParams.d.ts +0 -10
- package/dist/services/api/services/ApplicationService.d.ts +0 -83
- package/dist/services/api/services/ComponentRevisionService.d.ts +0 -25
- package/dist/services/api/services/FileService.d.ts +0 -30
- package/dist/services/api/services/GrantService.d.ts +0 -100
- package/dist/services/api/services/ProjectService.d.ts +0 -59
- package/dist/services/api/services/PromptService.d.ts +0 -18
- package/docs/guide.md +0 -550
- package/docs/integration-guide.md +0 -449
package/README.md
CHANGED
|
@@ -7,9 +7,25 @@
|
|
|
7
7
|
|
|
8
8
|
A comprehensive, accessible, and customizable React component library built with TypeScript and App Studio. This library provides a wide range of UI components designed to help you build beautiful and functional web applications quickly and efficiently.
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## 🚀 What's Included
|
|
11
|
+
|
|
12
|
+
- **40+ UI Components**: Complete component library for modern web applications
|
|
13
|
+
- **ADK Agent Components**: Specialized components for Agent Development Kit integration
|
|
14
|
+
- **Full TypeScript Support**: Complete type definitions and IntelliSense
|
|
15
|
+
- **Production Ready**: Battle-tested components used in real applications
|
|
16
|
+
|
|
17
|
+
## 📚 Documentation
|
|
18
|
+
|
|
19
|
+
- **[Getting Started](./docs/getting-started/introduction.md)** - Quick introduction and setup
|
|
20
|
+
- **[Component Library](./docs/README.md)** - Complete component documentation
|
|
21
|
+
- **[ADK Components](./README-ADK.md)** - Agent Development Kit integration
|
|
22
|
+
- **[API Integration](./docs/api-integration.md)** - Backend integration guide
|
|
23
|
+
- **[Development Guide](./docs/component-development/guide.md)** - Contributing and development
|
|
24
|
+
|
|
25
|
+
## ✨ Features
|
|
11
26
|
|
|
12
27
|
- **40+ UI Components**: From basic elements to complex interactive components
|
|
28
|
+
- **ADK Agent Integration**: Complete Agent Development Kit compatibility
|
|
13
29
|
- **Fully Typed**: Built with TypeScript for better developer experience
|
|
14
30
|
- **Accessible**: Follows WCAG guidelines for accessibility
|
|
15
31
|
- **Customizable**: Easily theme and style components to match your brand
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ViewProps } from 'app-studio';
|
|
3
3
|
import { ChatInputStyles, ModelOption, PromptExample, Shape, Size, UploadedFile, Variant } from './ChatInput.type';
|
|
4
|
+
import { Suggestion } from '../EditableInput';
|
|
4
5
|
/**
|
|
5
6
|
* Props for the ChatInput component
|
|
6
7
|
*/
|
|
@@ -84,6 +85,10 @@ export interface ChatInputProps extends ViewProps {
|
|
|
84
85
|
* List of prompt examples
|
|
85
86
|
*/
|
|
86
87
|
promptExamples?: PromptExample[];
|
|
88
|
+
/**
|
|
89
|
+
* List of suggestions for auto-completion
|
|
90
|
+
*/
|
|
91
|
+
suggestions?: Suggestion[];
|
|
87
92
|
/**
|
|
88
93
|
* Callback function when a prompt example is selected
|
|
89
94
|
*/
|
|
@@ -253,4 +258,8 @@ export interface ChatInputViewProps extends ChatInputProps {
|
|
|
253
258
|
* Callback function to set a file as reference image
|
|
254
259
|
*/
|
|
255
260
|
setFileAsReference: (fileIndex: number) => void;
|
|
261
|
+
/**
|
|
262
|
+
* List of suggestions for auto-completion
|
|
263
|
+
*/
|
|
264
|
+
suggestions?: Suggestion[];
|
|
256
265
|
}
|
|
@@ -95,16 +95,35 @@ export interface AgentChatViews {
|
|
|
95
95
|
container?: ViewProps;
|
|
96
96
|
header?: ViewProps;
|
|
97
97
|
messageList?: ViewProps;
|
|
98
|
+
inputArea?: ViewProps;
|
|
99
|
+
attachmentArea?: ViewProps;
|
|
98
100
|
message?: ViewProps;
|
|
99
101
|
userMessage?: ViewProps;
|
|
100
102
|
botMessage?: ViewProps;
|
|
101
|
-
|
|
103
|
+
systemMessage?: ViewProps;
|
|
104
|
+
messageContent?: ViewProps;
|
|
105
|
+
messageTimestamp?: ViewProps;
|
|
106
|
+
messageAvatar?: ViewProps;
|
|
107
|
+
messageActions?: ViewProps;
|
|
102
108
|
inputField?: ViewProps;
|
|
103
109
|
sendButton?: ViewProps;
|
|
104
|
-
|
|
110
|
+
attachButton?: ViewProps;
|
|
111
|
+
recordButton?: ViewProps;
|
|
112
|
+
inputToolbar?: ViewProps;
|
|
105
113
|
loadingIndicator?: ViewProps;
|
|
106
|
-
errorMessage?: ViewProps;
|
|
107
114
|
typingIndicator?: ViewProps;
|
|
115
|
+
errorMessage?: ViewProps;
|
|
116
|
+
emptyState?: ViewProps;
|
|
117
|
+
functionCall?: ViewProps;
|
|
118
|
+
functionResponse?: ViewProps;
|
|
119
|
+
functionArgs?: ViewProps;
|
|
120
|
+
codeBlock?: ViewProps;
|
|
121
|
+
codeOutput?: ViewProps;
|
|
122
|
+
attachmentPreview?: ViewProps;
|
|
123
|
+
attachmentItem?: ViewProps;
|
|
124
|
+
attachmentRemoveButton?: ViewProps;
|
|
125
|
+
thoughtBubble?: ViewProps;
|
|
126
|
+
thoughtContent?: ViewProps;
|
|
108
127
|
}
|
|
109
128
|
/**
|
|
110
129
|
* Event Handlers
|
|
@@ -147,11 +166,15 @@ export interface AgentChatProps extends ViewProps, AgentChatEventHandlers {
|
|
|
147
166
|
showTypingIndicator?: boolean;
|
|
148
167
|
autoScroll?: boolean;
|
|
149
168
|
views?: AgentChatViews;
|
|
169
|
+
containerProps?: ViewProps;
|
|
150
170
|
initialMessages?: AgentMessage[];
|
|
151
171
|
initialSession?: AgentSession;
|
|
152
172
|
enableFunctionCalls?: boolean;
|
|
153
173
|
enableCodeExecution?: boolean;
|
|
154
174
|
enableEvaluation?: boolean;
|
|
175
|
+
colorScheme?: 'blue' | 'purple' | 'green' | 'orange' | 'red' | 'gray';
|
|
176
|
+
compact?: boolean;
|
|
177
|
+
rounded?: boolean;
|
|
155
178
|
ariaLabel?: string;
|
|
156
179
|
ariaDescribedBy?: string;
|
|
157
180
|
}
|
|
@@ -14,7 +14,7 @@ export declare const MinimalDemo: () => React.JSX.Element;
|
|
|
14
14
|
/**
|
|
15
15
|
* Customized AgentChat Example
|
|
16
16
|
*
|
|
17
|
-
* Shows advanced customization options
|
|
17
|
+
* Shows advanced customization options with enhanced views prop
|
|
18
18
|
*/
|
|
19
19
|
export declare const CustomizedDemo: () => React.JSX.Element;
|
|
20
20
|
/**
|
|
@@ -75,23 +75,50 @@ export interface EvaluationConfig {
|
|
|
75
75
|
export interface AgentEvalViews {
|
|
76
76
|
container?: ViewProps;
|
|
77
77
|
header?: ViewProps;
|
|
78
|
+
toolbar?: ViewProps;
|
|
78
79
|
evaluationList?: ViewProps;
|
|
79
|
-
evaluationItem?: ViewProps;
|
|
80
|
-
activeEvaluationItem?: ViewProps;
|
|
81
80
|
createPanel?: ViewProps;
|
|
82
81
|
resultsPanel?: ViewProps;
|
|
83
82
|
metricsPanel?: ViewProps;
|
|
83
|
+
configPanel?: ViewProps;
|
|
84
|
+
evaluationItem?: ViewProps;
|
|
85
|
+
activeEvaluationItem?: ViewProps;
|
|
86
|
+
evaluationTitle?: ViewProps;
|
|
87
|
+
evaluationDescription?: ViewProps;
|
|
88
|
+
evaluationStatus?: ViewProps;
|
|
89
|
+
evaluationProgress?: ViewProps;
|
|
90
|
+
evaluationMetrics?: ViewProps;
|
|
91
|
+
evaluationTimestamp?: ViewProps;
|
|
84
92
|
testCaseList?: ViewProps;
|
|
85
93
|
testCaseItem?: ViewProps;
|
|
94
|
+
testCaseInput?: ViewProps;
|
|
95
|
+
testCaseOutput?: ViewProps;
|
|
96
|
+
testCaseExpected?: ViewProps;
|
|
97
|
+
testCaseResult?: ViewProps;
|
|
98
|
+
testCaseMetrics?: ViewProps;
|
|
86
99
|
progressBar?: ViewProps;
|
|
87
100
|
statusIndicator?: ViewProps;
|
|
101
|
+
statusBadge?: ViewProps;
|
|
102
|
+
scoreDisplay?: ViewProps;
|
|
103
|
+
durationDisplay?: ViewProps;
|
|
88
104
|
actionButtons?: ViewProps;
|
|
105
|
+
runButton?: ViewProps;
|
|
106
|
+
stopButton?: ViewProps;
|
|
89
107
|
exportButton?: ViewProps;
|
|
90
108
|
refreshButton?: ViewProps;
|
|
109
|
+
deleteButton?: ViewProps;
|
|
110
|
+
duplicateButton?: ViewProps;
|
|
91
111
|
searchInput?: ViewProps;
|
|
112
|
+
filterDropdown?: ViewProps;
|
|
113
|
+
sortDropdown?: ViewProps;
|
|
114
|
+
statusFilter?: ViewProps;
|
|
92
115
|
emptyState?: ViewProps;
|
|
93
116
|
loadingState?: ViewProps;
|
|
94
117
|
errorState?: ViewProps;
|
|
118
|
+
chartContainer?: ViewProps;
|
|
119
|
+
metricsChart?: ViewProps;
|
|
120
|
+
resultsTable?: ViewProps;
|
|
121
|
+
summaryCard?: ViewProps;
|
|
95
122
|
}
|
|
96
123
|
/**
|
|
97
124
|
* Event Handlers
|
|
@@ -151,12 +178,16 @@ export interface AgentEvalProps extends ViewProps, AgentEvalEventHandlers {
|
|
|
151
178
|
showProgressIndicators?: boolean;
|
|
152
179
|
compactMode?: boolean;
|
|
153
180
|
views?: AgentEvalViews;
|
|
181
|
+
containerProps?: ViewProps;
|
|
154
182
|
initialEvaluations?: EvaluationRun[];
|
|
155
183
|
selectedEvaluationId?: string;
|
|
156
184
|
availableTemplates?: EvaluationTemplate[];
|
|
157
185
|
enableRealTimeUpdates?: boolean;
|
|
158
186
|
enableResultCaching?: boolean;
|
|
159
187
|
enableCustomMetrics?: boolean;
|
|
188
|
+
colorScheme?: 'blue' | 'purple' | 'green' | 'orange' | 'red' | 'gray';
|
|
189
|
+
layout?: 'list' | 'grid' | 'dashboard';
|
|
190
|
+
showCharts?: boolean;
|
|
160
191
|
ariaLabel?: string;
|
|
161
192
|
ariaDescribedBy?: string;
|
|
162
193
|
}
|
|
@@ -45,20 +45,38 @@ export interface SessionSummary {
|
|
|
45
45
|
export interface AgentSessionViews {
|
|
46
46
|
container?: ViewProps;
|
|
47
47
|
header?: ViewProps;
|
|
48
|
+
toolbar?: ViewProps;
|
|
48
49
|
sessionList?: ViewProps;
|
|
50
|
+
sessionActions?: ViewProps;
|
|
51
|
+
filtersPanel?: ViewProps;
|
|
49
52
|
sessionItem?: ViewProps;
|
|
50
53
|
activeSessionItem?: ViewProps;
|
|
51
54
|
sessionInfo?: ViewProps;
|
|
52
|
-
|
|
55
|
+
sessionTitle?: ViewProps;
|
|
56
|
+
sessionDescription?: ViewProps;
|
|
57
|
+
sessionMetadata?: ViewProps;
|
|
58
|
+
sessionTimestamp?: ViewProps;
|
|
59
|
+
sessionTags?: ViewProps;
|
|
60
|
+
sessionStats?: ViewProps;
|
|
53
61
|
createButton?: ViewProps;
|
|
54
62
|
deleteButton?: ViewProps;
|
|
55
63
|
exportButton?: ViewProps;
|
|
56
64
|
importButton?: ViewProps;
|
|
57
65
|
refreshButton?: ViewProps;
|
|
66
|
+
selectButton?: ViewProps;
|
|
67
|
+
duplicateButton?: ViewProps;
|
|
58
68
|
searchInput?: ViewProps;
|
|
69
|
+
filterDropdown?: ViewProps;
|
|
70
|
+
sortDropdown?: ViewProps;
|
|
71
|
+
dateRangePicker?: ViewProps;
|
|
72
|
+
tagFilter?: ViewProps;
|
|
59
73
|
emptyState?: ViewProps;
|
|
60
74
|
loadingState?: ViewProps;
|
|
61
75
|
errorState?: ViewProps;
|
|
76
|
+
bulkActions?: ViewProps;
|
|
77
|
+
selectAllCheckbox?: ViewProps;
|
|
78
|
+
bulkDeleteButton?: ViewProps;
|
|
79
|
+
bulkExportButton?: ViewProps;
|
|
62
80
|
}
|
|
63
81
|
/**
|
|
64
82
|
* Event Handlers
|
|
@@ -114,6 +132,7 @@ export interface AgentSessionProps extends ViewProps, AgentSessionEventHandlers
|
|
|
114
132
|
showRefreshButton?: boolean;
|
|
115
133
|
compactMode?: boolean;
|
|
116
134
|
views?: AgentSessionViews;
|
|
135
|
+
containerProps?: ViewProps;
|
|
117
136
|
initialSessions?: AgentSession[];
|
|
118
137
|
selectedSessionId?: string;
|
|
119
138
|
defaultFilters?: SessionFilters;
|
|
@@ -121,6 +140,9 @@ export interface AgentSessionProps extends ViewProps, AgentSessionEventHandlers
|
|
|
121
140
|
enableSessionTags?: boolean;
|
|
122
141
|
enableSessionMetadata?: boolean;
|
|
123
142
|
enableBulkOperations?: boolean;
|
|
143
|
+
colorScheme?: 'blue' | 'purple' | 'green' | 'orange' | 'red' | 'gray';
|
|
144
|
+
layout?: 'list' | 'grid' | 'compact';
|
|
145
|
+
showPreviews?: boolean;
|
|
124
146
|
ariaLabel?: string;
|
|
125
147
|
ariaDescribedBy?: string;
|
|
126
148
|
}
|
|
@@ -17,6 +17,12 @@ export declare const CompactDemo: () => React.JSX.Element;
|
|
|
17
17
|
* Shows advanced customization options
|
|
18
18
|
*/
|
|
19
19
|
export declare const CustomizedDemo: () => React.JSX.Element;
|
|
20
|
+
/**
|
|
21
|
+
* Enhanced Customization Example
|
|
22
|
+
*
|
|
23
|
+
* Shows comprehensive customization using enhanced views prop and container props
|
|
24
|
+
*/
|
|
25
|
+
export declare const EnhancedCustomizationDemo: () => React.JSX.Element;
|
|
20
26
|
/**
|
|
21
27
|
* Session with Mock Data Example
|
|
22
28
|
*
|
|
@@ -65,16 +65,47 @@ export interface TraceFilter {
|
|
|
65
65
|
export interface AgentTraceViews {
|
|
66
66
|
container?: ViewProps;
|
|
67
67
|
header?: ViewProps;
|
|
68
|
+
toolbar?: ViewProps;
|
|
68
69
|
timeline?: ViewProps;
|
|
69
70
|
eventList?: ViewProps;
|
|
71
|
+
detailsPanel?: ViewProps;
|
|
72
|
+
metricsPanel?: ViewProps;
|
|
73
|
+
filtersPanel?: ViewProps;
|
|
70
74
|
eventItem?: ViewProps;
|
|
71
75
|
selectedEventItem?: ViewProps;
|
|
72
|
-
|
|
73
|
-
|
|
76
|
+
eventHeader?: ViewProps;
|
|
77
|
+
eventContent?: ViewProps;
|
|
78
|
+
eventMetadata?: ViewProps;
|
|
79
|
+
eventTimestamp?: ViewProps;
|
|
80
|
+
eventDuration?: ViewProps;
|
|
81
|
+
eventType?: ViewProps;
|
|
82
|
+
eventLevel?: ViewProps;
|
|
83
|
+
eventTags?: ViewProps;
|
|
84
|
+
timelineContainer?: ViewProps;
|
|
85
|
+
timelineAxis?: ViewProps;
|
|
86
|
+
timelineEvent?: ViewProps;
|
|
87
|
+
timelineSpan?: ViewProps;
|
|
88
|
+
timelineMarker?: ViewProps;
|
|
89
|
+
metricsCard?: ViewProps;
|
|
90
|
+
performanceChart?: ViewProps;
|
|
91
|
+
errorRateChart?: ViewProps;
|
|
92
|
+
latencyChart?: ViewProps;
|
|
93
|
+
throughputChart?: ViewProps;
|
|
74
94
|
visualization?: ViewProps;
|
|
95
|
+
flowDiagram?: ViewProps;
|
|
96
|
+
dependencyGraph?: ViewProps;
|
|
97
|
+
heatmap?: ViewProps;
|
|
98
|
+
searchInput?: ViewProps;
|
|
99
|
+
typeFilter?: ViewProps;
|
|
100
|
+
levelFilter?: ViewProps;
|
|
101
|
+
timeRangeFilter?: ViewProps;
|
|
102
|
+
tagFilter?: ViewProps;
|
|
103
|
+
durationFilter?: ViewProps;
|
|
75
104
|
exportButton?: ViewProps;
|
|
76
105
|
refreshButton?: ViewProps;
|
|
77
|
-
|
|
106
|
+
clearButton?: ViewProps;
|
|
107
|
+
expandAllButton?: ViewProps;
|
|
108
|
+
collapseAllButton?: ViewProps;
|
|
78
109
|
emptyState?: ViewProps;
|
|
79
110
|
loadingState?: ViewProps;
|
|
80
111
|
errorState?: ViewProps;
|
|
@@ -127,12 +158,16 @@ export interface AgentTraceProps extends ViewProps, AgentTraceEventHandlers {
|
|
|
127
158
|
showPerformanceMetrics?: boolean;
|
|
128
159
|
compactMode?: boolean;
|
|
129
160
|
views?: AgentTraceViews;
|
|
161
|
+
containerProps?: ViewProps;
|
|
130
162
|
initialEvents?: TraceEvent[];
|
|
131
163
|
initialFilter?: TraceFilter;
|
|
132
164
|
selectedEventId?: string;
|
|
133
165
|
enableRealTimeUpdates?: boolean;
|
|
134
166
|
enableEventGrouping?: boolean;
|
|
135
167
|
enableSpanVisualization?: boolean;
|
|
168
|
+
colorScheme?: 'blue' | 'purple' | 'green' | 'orange' | 'red' | 'gray';
|
|
169
|
+
layout?: 'timeline' | 'tree' | 'table' | 'graph';
|
|
170
|
+
showMinimap?: boolean;
|
|
136
171
|
ariaLabel?: string;
|
|
137
172
|
ariaDescribedBy?: string;
|
|
138
173
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { ApiError } from './core/ApiError';
|
|
2
2
|
export { CancelablePromise, CancelError } from './core/CancelablePromise';
|
|
3
3
|
export { OpenAPI } from './core/OpenAPI';
|
|
4
|
+
export type { ActionListParam } from './models/ActionListParam';
|
|
4
5
|
export type { AgentMessage } from './models/AgentMessage';
|
|
5
6
|
export type { AgentMessageResponse } from './models/AgentMessageResponse';
|
|
6
7
|
export type { AgentRunRequest } from './models/AgentRunRequest';
|
|
@@ -11,7 +12,6 @@ export type { CheckRatingParams } from './models/CheckRatingParams';
|
|
|
11
12
|
export type { CreateActionParams } from './models/CreateActionParams';
|
|
12
13
|
export type { CreateAdminParams } from './models/CreateAdminParams';
|
|
13
14
|
export type { CreateAnalyticParams } from './models/CreateAnalyticParams';
|
|
14
|
-
export type { CreateApplicationParams } from './models/CreateApplicationParams';
|
|
15
15
|
export type { CreateCommentAnswerParams } from './models/CreateCommentAnswerParams';
|
|
16
16
|
export type { CreateCommentParams } from './models/CreateCommentParams';
|
|
17
17
|
export type { CreateComponentRevisionParams } from './models/CreateComponentRevisionParams';
|
|
@@ -19,7 +19,6 @@ export type { CreateContentParams } from './models/CreateContentParams';
|
|
|
19
19
|
export type { CreateEvaluationParams } from './models/CreateEvaluationParams';
|
|
20
20
|
export type { CreateExempleParams } from './models/CreateExempleParams';
|
|
21
21
|
export type { CreateFeedbackParams } from './models/CreateFeedbackParams';
|
|
22
|
-
export type { CreateGrantParams } from './models/CreateGrantParams';
|
|
23
22
|
export type { CreateHighlightParams } from './models/CreateHighlightParams';
|
|
24
23
|
export type { CreateHomeParams } from './models/CreateHomeParams';
|
|
25
24
|
export type { CreateItemParams } from './models/CreateItemParams';
|
|
@@ -30,7 +29,6 @@ export type { CreateNewsParams } from './models/CreateNewsParams';
|
|
|
30
29
|
export type { createPageComponentParams } from './models/createPageComponentParams';
|
|
31
30
|
export type { CreatePageParams } from './models/CreatePageParams';
|
|
32
31
|
export type { CreatePaymentParams } from './models/CreatePaymentParams';
|
|
33
|
-
export type { CreateProjectParams } from './models/CreateProjectParams';
|
|
34
32
|
export type { CreateRatingParams } from './models/CreateRatingParams';
|
|
35
33
|
export type { CreateReportParams } from './models/CreateReportParams';
|
|
36
34
|
export type { CreateSessionParams } from './models/CreateSessionParams';
|
|
@@ -40,12 +38,13 @@ export type { DeployPageParams } from './models/DeployPageParams';
|
|
|
40
38
|
export type { DomainPageParams } from './models/DomainPageParams';
|
|
41
39
|
export type { EditComponentsParams } from './models/EditComponentsParams';
|
|
42
40
|
export type { EditImageParams } from './models/EditImageParams';
|
|
41
|
+
export type { EditLogoParams } from './models/EditLogoParams';
|
|
42
|
+
export type { EditPageStreamParams } from './models/EditPageStreamParams';
|
|
43
43
|
export type { EditTextParams } from './models/EditTextParams';
|
|
44
44
|
export type { EvaluationResponse } from './models/EvaluationResponse';
|
|
45
45
|
export type { FieldCreateOptionsParams } from './models/FieldCreateOptionsParams';
|
|
46
46
|
export type { FindAdminParams } from './models/FindAdminParams';
|
|
47
47
|
export type { FindAnalyticParams } from './models/FindAnalyticParams';
|
|
48
|
-
export type { FindApplicationParams } from './models/FindApplicationParams';
|
|
49
48
|
export type { FindCommentParams } from './models/FindCommentParams';
|
|
50
49
|
export type { FindContentParams } from './models/FindContentParams';
|
|
51
50
|
export type { FindExempleParams } from './models/FindExempleParams';
|
|
@@ -53,11 +52,9 @@ export type { FindFeedbackParams } from './models/FindFeedbackParams';
|
|
|
53
52
|
export type { FindLikeParams } from './models/FindLikeParams';
|
|
54
53
|
export type { FindNewsletterParams } from './models/FindNewsletterParams';
|
|
55
54
|
export type { FindNewsParams } from './models/FindNewsParams';
|
|
56
|
-
export type { FindPageParams } from './models/FindPageParams';
|
|
57
55
|
export type { FindReportParams } from './models/FindReportParams';
|
|
58
56
|
export type { FindUserParams } from './models/FindUserParams';
|
|
59
57
|
export type { FixComponentParams } from './models/FixComponentParams';
|
|
60
|
-
export type { FixPageParams } from './models/FixPageParams';
|
|
61
58
|
export type { ForgotPasswordAdminParams } from './models/ForgotPasswordAdminParams';
|
|
62
59
|
export type { ForgotPasswordParams } from './models/ForgotPasswordParams';
|
|
63
60
|
export type { GenerateAssistantParams } from './models/GenerateAssistantParams';
|
|
@@ -85,14 +82,11 @@ export type { TraceMetrics } from './models/TraceMetrics';
|
|
|
85
82
|
export type { UpdateAccountParams } from './models/UpdateAccountParams';
|
|
86
83
|
export type { UpdateActionParams } from './models/UpdateActionParams';
|
|
87
84
|
export type { UpdateAdminParams } from './models/UpdateAdminParams';
|
|
88
|
-
export type { UpdateApplicationParams } from './models/UpdateApplicationParams';
|
|
89
85
|
export type { UpdateCommentParams } from './models/UpdateCommentParams';
|
|
90
86
|
export type { UpdateComponentParams } from './models/UpdateComponentParams';
|
|
91
|
-
export type { UpdateComponentPropsParams } from './models/UpdateComponentPropsParams';
|
|
92
87
|
export type { UpdateContentParams } from './models/UpdateContentParams';
|
|
93
88
|
export type { UpdateExempleParams } from './models/UpdateExempleParams';
|
|
94
89
|
export type { UpdateFeedbackParams } from './models/UpdateFeedbackParams';
|
|
95
|
-
export type { UpdateGrantParams } from './models/UpdateGrantParams';
|
|
96
90
|
export type { UpdateHighlightParams } from './models/UpdateHighlightParams';
|
|
97
91
|
export type { UpdateHomeParams } from './models/UpdateHomeParams';
|
|
98
92
|
export type { UpdateImagePropsParams } from './models/UpdateImagePropsParams';
|
|
@@ -103,11 +97,10 @@ export type { UpdateLikeParams } from './models/UpdateLikeParams';
|
|
|
103
97
|
export type { UpdateNewsletterParams } from './models/UpdateNewsletterParams';
|
|
104
98
|
export type { UpdateNewsletterSectionParams } from './models/UpdateNewsletterSectionParams';
|
|
105
99
|
export type { UpdateNewsParams } from './models/UpdateNewsParams';
|
|
106
|
-
export type {
|
|
100
|
+
export type { UpdateObjectDto } from './models/UpdateObjectDto';
|
|
107
101
|
export type { UpdatePasswordAminParams } from './models/UpdatePasswordAminParams';
|
|
108
102
|
export type { UpdatePasswordParams } from './models/UpdatePasswordParams';
|
|
109
103
|
export type { UpdateProfileParams } from './models/UpdateProfileParams';
|
|
110
|
-
export type { UpdateProjectParams } from './models/UpdateProjectParams';
|
|
111
104
|
export type { UpdateReportParams } from './models/UpdateReportParams';
|
|
112
105
|
export type { UpdateSourceParams } from './models/UpdateSourceParams';
|
|
113
106
|
export type { UpdateTaskStatus } from './models/UpdateTaskStatus';
|
|
@@ -121,19 +114,15 @@ export * as AdkTraceService from './services/AdkTraceService';
|
|
|
121
114
|
export * as AdminService from './services/AdminService';
|
|
122
115
|
export * as AnalyticService from './services/AnalyticService';
|
|
123
116
|
export * as AppService from './services/AppService';
|
|
124
|
-
export * as ApplicationService from './services/ApplicationService';
|
|
125
117
|
export * as AssistantService from './services/AssistantService';
|
|
126
118
|
export * as AuthService from './services/AuthService';
|
|
127
119
|
export * as CommentService from './services/CommentService';
|
|
128
120
|
export * as ComponentService from './services/ComponentService';
|
|
129
|
-
export * as ComponentRevisionService from './services/ComponentRevisionService';
|
|
130
121
|
export * as ContentService from './services/ContentService';
|
|
131
122
|
export * as CronService from './services/CronService';
|
|
132
123
|
export * as ExempleService from './services/ExempleService';
|
|
133
124
|
export * as FeedbackService from './services/FeedbackService';
|
|
134
125
|
export * as FieldService from './services/FieldService';
|
|
135
|
-
export * as FileService from './services/FileService';
|
|
136
|
-
export * as GrantService from './services/GrantService';
|
|
137
126
|
export * as HighlightService from './services/HighlightService';
|
|
138
127
|
export * as HomeService from './services/HomeService';
|
|
139
128
|
export * as IapService from './services/IapService';
|
|
@@ -143,14 +132,14 @@ export * as ItemTextsService from './services/ItemTextsService';
|
|
|
143
132
|
export * as LikeService from './services/LikeService';
|
|
144
133
|
export * as NewsService from './services/NewsService';
|
|
145
134
|
export * as NewsletterService from './services/NewsletterService';
|
|
135
|
+
export * as ObjectService from './services/ObjectService';
|
|
146
136
|
export * as PageService from './services/PageService';
|
|
147
137
|
export * as PaymentService from './services/PaymentService';
|
|
148
138
|
export * as ProfileService from './services/ProfileService';
|
|
149
|
-
export * as ProjectService from './services/ProjectService';
|
|
150
|
-
export * as PromptService from './services/PromptService';
|
|
151
139
|
export * as RatingService from './services/RatingService';
|
|
152
140
|
export * as ReportService from './services/ReportService';
|
|
153
141
|
export * as SectionService from './services/SectionService';
|
|
154
142
|
export * as SeedService from './services/SeedService';
|
|
143
|
+
export * as UploadService from './services/UploadService';
|
|
155
144
|
export * as UserService from './services/UserService';
|
|
156
145
|
export * as WorkflowService from './services/WorkflowService';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare type ActionListParam = {
|
|
2
|
+
/**
|
|
3
|
+
* ObjectType :profile,news,comment,feature,feedback,project,action,page,component,grant,application,survey
|
|
4
|
+
*/
|
|
5
|
+
objectType: string;
|
|
6
|
+
/**
|
|
7
|
+
* Object Id
|
|
8
|
+
*/
|
|
9
|
+
objectId: string;
|
|
10
|
+
/**
|
|
11
|
+
* Skill :project,finance,dev,brand,growth,community,design,ads,product
|
|
12
|
+
*/
|
|
13
|
+
skill: string;
|
|
14
|
+
/**
|
|
15
|
+
* Project id
|
|
16
|
+
*/
|
|
17
|
+
projectId: string;
|
|
18
|
+
};
|
|
@@ -6,17 +6,5 @@ export declare type CreateActionParams = {
|
|
|
6
6
|
/**
|
|
7
7
|
* The ID of the project associated with the action
|
|
8
8
|
*/
|
|
9
|
-
projectId:
|
|
10
|
-
/**
|
|
11
|
-
* The status of the action
|
|
12
|
-
*/
|
|
13
|
-
status: 'PENDING' | 'ASSIGNED' | 'IN_PROGRESS' | 'COMPLETED' | 'ERROR';
|
|
14
|
-
/**
|
|
15
|
-
* The result of the action (optional JSON)
|
|
16
|
-
*/
|
|
17
|
-
result?: any;
|
|
18
|
-
/**
|
|
19
|
-
* The requirements associated with the action (optional)
|
|
20
|
-
*/
|
|
21
|
-
requirements?: any[];
|
|
9
|
+
projectId: string;
|
|
22
10
|
};
|
|
@@ -8,7 +8,7 @@ export declare type CreateAnalyticParams = {
|
|
|
8
8
|
*/
|
|
9
9
|
name?: string;
|
|
10
10
|
/**
|
|
11
|
-
* ObjectType :profile,news,comment,feature,feedback
|
|
11
|
+
* ObjectType :profile,news,comment,feature,feedback,project,action,page,component,grant,application,survey
|
|
12
12
|
*/
|
|
13
13
|
objectType?: string;
|
|
14
14
|
/**
|
|
@@ -3,7 +3,7 @@ export declare type CreateCommentAnswerParams = {
|
|
|
3
3
|
text: string;
|
|
4
4
|
objectId?: string;
|
|
5
5
|
/**
|
|
6
|
-
* ObjectType :profile,news,comment,feature,feedback
|
|
6
|
+
* ObjectType :profile,news,comment,feature,feedback,project,action,page,component,grant,application,survey
|
|
7
7
|
*/
|
|
8
8
|
objectType: string;
|
|
9
9
|
};
|
|
@@ -2,7 +2,7 @@ export declare type CreateCommentParams = {
|
|
|
2
2
|
text: string;
|
|
3
3
|
objectId: string;
|
|
4
4
|
/**
|
|
5
|
-
* ObjectType :profile,news,comment,feature,feedback
|
|
5
|
+
* ObjectType :profile,news,comment,feature,feedback,project,action,page,component,grant,application,survey
|
|
6
6
|
*/
|
|
7
7
|
objectType: string;
|
|
8
8
|
};
|
|
@@ -4,7 +4,7 @@ export declare type CreateRatingParams = {
|
|
|
4
4
|
*/
|
|
5
5
|
objectId: string;
|
|
6
6
|
/**
|
|
7
|
-
* ObjectType :profile,news,comment,feature,feedback
|
|
7
|
+
* ObjectType :profile,news,comment,feature,feedback,project,action,page,component,grant,application,survey
|
|
8
8
|
*/
|
|
9
9
|
objectType: string;
|
|
10
10
|
/**
|
|
@@ -9,7 +9,7 @@ export declare type CreateReportParams = {
|
|
|
9
9
|
content?: any;
|
|
10
10
|
objectId: string;
|
|
11
11
|
/**
|
|
12
|
-
* objectType :profile,news,comment,feature,feedback
|
|
12
|
+
* objectType :profile,news,comment,feature,feedback,project,action,page,component,grant,application,survey
|
|
13
13
|
*/
|
|
14
14
|
objectType: string;
|
|
15
15
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare type EditLogoParams = {
|
|
2
|
+
/**
|
|
3
|
+
* The URL of the logo image to edit
|
|
4
|
+
*/
|
|
5
|
+
imageUrl: string;
|
|
6
|
+
/**
|
|
7
|
+
* The prompt describing how to edit the logo
|
|
8
|
+
*/
|
|
9
|
+
prompt: string;
|
|
10
|
+
/**
|
|
11
|
+
* Owner type for tracking purposes
|
|
12
|
+
*/
|
|
13
|
+
ownerType?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Specific model to use for logo editing
|
|
16
|
+
*/
|
|
17
|
+
model?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Specific provider to use for logo editing
|
|
20
|
+
*/
|
|
21
|
+
provider?: string;
|
|
22
|
+
};
|
|
@@ -7,7 +7,7 @@ export declare type FindUserParams = {
|
|
|
7
7
|
/**
|
|
8
8
|
* Order by field
|
|
9
9
|
*/
|
|
10
|
-
sortField?: 'id' | 'name' | 'blocked' | 'inactive' | 'role' | 'language' | 'imageUrl' | 'image' | 'textModel' | 'textProvider' | 'textTemp' | 'textLanguage' | 'imageModel' | 'imageProvider' | 'imageTemp' | 'videoModel' | 'videoProvider' | 'videoTemp' | 'createdAt' | 'updatedAt';
|
|
10
|
+
sortField?: 'id' | 'name' | 'blocked' | 'inactive' | 'role' | 'language' | 'imageUrl' | 'image' | 'textModel' | 'textProvider' | 'textTemp' | 'textLanguage' | 'imageModel' | 'imageProvider' | 'imageTemp' | 'imageEditModel' | 'imageEditProvider' | 'videoModel' | 'videoProvider' | 'videoTemp' | 'createdAt' | 'updatedAt';
|
|
11
11
|
/**
|
|
12
12
|
* Order sort
|
|
13
13
|
*/
|