instill-sdk 0.19.0-rc.23 → 0.19.0-rc.24

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.
@@ -0,0 +1,8 @@
1
+ export declare const instillChatMessageEnum: {
2
+ readonly Started: "CHAT_STARTED";
3
+ readonly StatusUpdated: "CHAT_STATUS_UPDATED";
4
+ readonly OutputUpdated: "CHAT_OUTPUT_UPDATED";
5
+ readonly Ended: "CHAT_ENDED";
6
+ readonly UserMessage: "CHAT_USER_MESSAGE";
7
+ };
8
+ //# sourceMappingURL=constant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constant.d.ts","sourceRoot":"","sources":["../../src/chat/constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;CAMzB,CAAC"}
@@ -83,9 +83,9 @@ export declare const IntegrationSchema: z.ZodObject<{
83
83
  id: string;
84
84
  title: string;
85
85
  description: string;
86
- view: "VIEW_FULL" | "VIEW_BASIC";
87
86
  icon: string;
88
87
  vendor: string;
88
+ view: "VIEW_FULL" | "VIEW_BASIC";
89
89
  helpLink: {
90
90
  text: string;
91
91
  url: string;
@@ -101,9 +101,9 @@ export declare const IntegrationSchema: z.ZodObject<{
101
101
  id: string;
102
102
  title: string;
103
103
  description: string;
104
- view: "VIEW_FULL" | "VIEW_BASIC";
105
104
  icon: string;
106
105
  vendor: string;
106
+ view: "VIEW_FULL" | "VIEW_BASIC";
107
107
  helpLink: {
108
108
  text: string;
109
109
  url: string;
@@ -178,9 +178,9 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
178
178
  id: string;
179
179
  title: string;
180
180
  description: string;
181
- view: "VIEW_FULL" | "VIEW_BASIC";
182
181
  icon: string;
183
182
  vendor: string;
183
+ view: "VIEW_FULL" | "VIEW_BASIC";
184
184
  helpLink: {
185
185
  text: string;
186
186
  url: string;
@@ -196,9 +196,9 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
196
196
  id: string;
197
197
  title: string;
198
198
  description: string;
199
- view: "VIEW_FULL" | "VIEW_BASIC";
200
199
  icon: string;
201
200
  vendor: string;
201
+ view: "VIEW_FULL" | "VIEW_BASIC";
202
202
  helpLink: {
203
203
  text: string;
204
204
  url: string;
@@ -220,9 +220,9 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
220
220
  id: string;
221
221
  title: string;
222
222
  description: string;
223
- view: "VIEW_FULL" | "VIEW_BASIC";
224
223
  icon: string;
225
224
  vendor: string;
225
+ view: "VIEW_FULL" | "VIEW_BASIC";
226
226
  helpLink: {
227
227
  text: string;
228
228
  url: string;
@@ -242,9 +242,9 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
242
242
  id: string;
243
243
  title: string;
244
244
  description: string;
245
- view: "VIEW_FULL" | "VIEW_BASIC";
246
245
  icon: string;
247
246
  vendor: string;
247
+ view: "VIEW_FULL" | "VIEW_BASIC";
248
248
  helpLink: {
249
249
  text: string;
250
250
  url: string;