@bubblelab/shared-schemas 0.1.11 → 0.1.12
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/dist/agent-memory.d.ts +4 -4
- package/dist/bubble-definition-schema.d.ts +38 -38
- package/dist/bubble-definition-schema.d.ts.map +1 -1
- package/dist/bubble-definition-schema.js +2 -0
- package/dist/bubble-definition-schema.js.map +1 -1
- package/dist/bubbleflow-execution-schema.d.ts +102 -66
- package/dist/bubbleflow-execution-schema.d.ts.map +1 -1
- package/dist/bubbleflow-execution-schema.js +10 -4
- package/dist/bubbleflow-execution-schema.js.map +1 -1
- package/dist/bubbleflow-generation-prompts.d.ts +3 -20
- package/dist/bubbleflow-generation-prompts.d.ts.map +1 -1
- package/dist/bubbleflow-generation-prompts.js +3 -412
- package/dist/bubbleflow-generation-prompts.js.map +1 -1
- package/dist/bubbleflow-schema.d.ts +162 -162
- package/dist/coffee.d.ts +145 -145
- package/dist/coffee.d.ts.map +1 -1
- package/dist/coffee.js +3 -4
- package/dist/coffee.js.map +1 -1
- package/dist/credential-schema.d.ts +169 -14
- package/dist/credential-schema.d.ts.map +1 -1
- package/dist/credential-schema.js +372 -1
- package/dist/credential-schema.js.map +1 -1
- package/dist/generate-bubbleflow-schema.d.ts +127 -127
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/milk-tea.d.ts +12 -12
- package/dist/oauth-schema.d.ts +4 -4
- package/dist/pearl.d.ts +32 -32
- package/dist/rice.d.ts +100 -0
- package/dist/rice.d.ts.map +1 -0
- package/dist/rice.js +65 -0
- package/dist/rice.js.map +1 -0
- package/dist/streaming-events.d.ts +9 -1
- package/dist/streaming-events.d.ts.map +1 -1
- package/dist/types.d.ts +4 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +4 -0
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -37,9 +37,9 @@ export declare const createBubbleFlowSchema: z.ZodObject<{
|
|
|
37
37
|
type: z.ZodNativeEnum<typeof BubbleParameterType>;
|
|
38
38
|
source: z.ZodOptional<z.ZodEnum<["object-property", "first-arg", "spread"]>>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
name: string;
|
|
41
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
42
40
|
type: BubbleParameterType;
|
|
41
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
42
|
+
name: string;
|
|
43
43
|
location?: {
|
|
44
44
|
startLine: number;
|
|
45
45
|
startCol: number;
|
|
@@ -49,9 +49,9 @@ export declare const createBubbleFlowSchema: z.ZodObject<{
|
|
|
49
49
|
variableId?: number | undefined;
|
|
50
50
|
source?: "object-property" | "first-arg" | "spread" | undefined;
|
|
51
51
|
}, {
|
|
52
|
-
name: string;
|
|
53
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
54
52
|
type: BubbleParameterType;
|
|
53
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
54
|
+
name: string;
|
|
55
55
|
location?: {
|
|
56
56
|
startLine: number;
|
|
57
57
|
startCol: number;
|
|
@@ -97,12 +97,12 @@ export declare const createBubbleFlowSchema: z.ZodObject<{
|
|
|
97
97
|
};
|
|
98
98
|
variableId: number;
|
|
99
99
|
variableName: string;
|
|
100
|
-
nodeType: "
|
|
100
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
101
101
|
className: string;
|
|
102
102
|
parameters: {
|
|
103
|
-
name: string;
|
|
104
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
105
103
|
type: BubbleParameterType;
|
|
104
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
105
|
+
name: string;
|
|
106
106
|
location?: {
|
|
107
107
|
startLine: number;
|
|
108
108
|
startCol: number;
|
|
@@ -131,12 +131,12 @@ export declare const createBubbleFlowSchema: z.ZodObject<{
|
|
|
131
131
|
};
|
|
132
132
|
variableId: number;
|
|
133
133
|
variableName: string;
|
|
134
|
-
nodeType: "
|
|
134
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
135
135
|
className: string;
|
|
136
136
|
parameters: {
|
|
137
|
-
name: string;
|
|
138
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
139
137
|
type: BubbleParameterType;
|
|
138
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
139
|
+
name: string;
|
|
140
140
|
location?: {
|
|
141
141
|
startLine: number;
|
|
142
142
|
startCol: number;
|
|
@@ -158,12 +158,12 @@ export declare const createBubbleFlowSchema: z.ZodObject<{
|
|
|
158
158
|
containingCustomToolId?: string | undefined;
|
|
159
159
|
}>>>;
|
|
160
160
|
}, "strip", z.ZodTypeAny, {
|
|
161
|
-
name: string;
|
|
162
161
|
code: string;
|
|
162
|
+
name: string;
|
|
163
163
|
eventType: string;
|
|
164
164
|
description?: string | undefined;
|
|
165
|
-
webhookPath?: string | undefined;
|
|
166
165
|
prompt?: string | undefined;
|
|
166
|
+
webhookPath?: string | undefined;
|
|
167
167
|
webhookActive?: boolean | undefined;
|
|
168
168
|
bubbleParameters?: Record<string, {
|
|
169
169
|
location: {
|
|
@@ -174,12 +174,12 @@ export declare const createBubbleFlowSchema: z.ZodObject<{
|
|
|
174
174
|
};
|
|
175
175
|
variableId: number;
|
|
176
176
|
variableName: string;
|
|
177
|
-
nodeType: "
|
|
177
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
178
178
|
className: string;
|
|
179
179
|
parameters: {
|
|
180
|
-
name: string;
|
|
181
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
182
180
|
type: BubbleParameterType;
|
|
181
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
182
|
+
name: string;
|
|
183
183
|
location?: {
|
|
184
184
|
startLine: number;
|
|
185
185
|
startCol: number;
|
|
@@ -201,12 +201,12 @@ export declare const createBubbleFlowSchema: z.ZodObject<{
|
|
|
201
201
|
containingCustomToolId?: string | undefined;
|
|
202
202
|
}> | undefined;
|
|
203
203
|
}, {
|
|
204
|
-
name: string;
|
|
205
204
|
code: string;
|
|
205
|
+
name: string;
|
|
206
206
|
eventType: string;
|
|
207
207
|
description?: string | undefined;
|
|
208
|
-
webhookPath?: string | undefined;
|
|
209
208
|
prompt?: string | undefined;
|
|
209
|
+
webhookPath?: string | undefined;
|
|
210
210
|
webhookActive?: boolean | undefined;
|
|
211
211
|
bubbleParameters?: Record<string, {
|
|
212
212
|
location: {
|
|
@@ -217,12 +217,12 @@ export declare const createBubbleFlowSchema: z.ZodObject<{
|
|
|
217
217
|
};
|
|
218
218
|
variableId: number;
|
|
219
219
|
variableName: string;
|
|
220
|
-
nodeType: "
|
|
220
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
221
221
|
className: string;
|
|
222
222
|
parameters: {
|
|
223
|
-
name: string;
|
|
224
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
225
223
|
type: BubbleParameterType;
|
|
224
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
225
|
+
name: string;
|
|
226
226
|
location?: {
|
|
227
227
|
startLine: number;
|
|
228
228
|
startCol: number;
|
|
@@ -253,15 +253,15 @@ export declare const createEmptyBubbleFlowSchema: z.ZodObject<{
|
|
|
253
253
|
webhookActive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
254
254
|
}, "strip", z.ZodTypeAny, {
|
|
255
255
|
name: string;
|
|
256
|
-
eventType: string;
|
|
257
256
|
prompt: string;
|
|
257
|
+
eventType: string;
|
|
258
258
|
description?: string | undefined;
|
|
259
259
|
webhookPath?: string | undefined;
|
|
260
260
|
webhookActive?: boolean | undefined;
|
|
261
261
|
}, {
|
|
262
262
|
name: string;
|
|
263
|
-
eventType: string;
|
|
264
263
|
prompt: string;
|
|
264
|
+
eventType: string;
|
|
265
265
|
description?: string | undefined;
|
|
266
266
|
webhookPath?: string | undefined;
|
|
267
267
|
webhookActive?: boolean | undefined;
|
|
@@ -295,9 +295,9 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
295
295
|
type: z.ZodNativeEnum<typeof BubbleParameterType>;
|
|
296
296
|
source: z.ZodOptional<z.ZodEnum<["object-property", "first-arg", "spread"]>>;
|
|
297
297
|
}, "strip", z.ZodTypeAny, {
|
|
298
|
-
name: string;
|
|
299
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
300
298
|
type: BubbleParameterType;
|
|
299
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
300
|
+
name: string;
|
|
301
301
|
location?: {
|
|
302
302
|
startLine: number;
|
|
303
303
|
startCol: number;
|
|
@@ -307,9 +307,9 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
307
307
|
variableId?: number | undefined;
|
|
308
308
|
source?: "object-property" | "first-arg" | "spread" | undefined;
|
|
309
309
|
}, {
|
|
310
|
-
name: string;
|
|
311
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
312
310
|
type: BubbleParameterType;
|
|
311
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
312
|
+
name: string;
|
|
313
313
|
location?: {
|
|
314
314
|
startLine: number;
|
|
315
315
|
startCol: number;
|
|
@@ -355,12 +355,12 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
355
355
|
};
|
|
356
356
|
variableId: number;
|
|
357
357
|
variableName: string;
|
|
358
|
-
nodeType: "
|
|
358
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
359
359
|
className: string;
|
|
360
360
|
parameters: {
|
|
361
|
-
name: string;
|
|
362
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
363
361
|
type: BubbleParameterType;
|
|
362
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
363
|
+
name: string;
|
|
364
364
|
location?: {
|
|
365
365
|
startLine: number;
|
|
366
366
|
startCol: number;
|
|
@@ -389,12 +389,12 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
389
389
|
};
|
|
390
390
|
variableId: number;
|
|
391
391
|
variableName: string;
|
|
392
|
-
nodeType: "
|
|
392
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
393
393
|
className: string;
|
|
394
394
|
parameters: {
|
|
395
|
-
name: string;
|
|
396
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
397
395
|
type: BubbleParameterType;
|
|
396
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
397
|
+
name: string;
|
|
398
398
|
location?: {
|
|
399
399
|
startLine: number;
|
|
400
400
|
startCol: number;
|
|
@@ -441,9 +441,9 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
441
441
|
type: z.ZodNativeEnum<typeof BubbleParameterType>;
|
|
442
442
|
source: z.ZodOptional<z.ZodEnum<["object-property", "first-arg", "spread"]>>;
|
|
443
443
|
}, "strip", z.ZodTypeAny, {
|
|
444
|
-
name: string;
|
|
445
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
446
444
|
type: BubbleParameterType;
|
|
445
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
446
|
+
name: string;
|
|
447
447
|
location?: {
|
|
448
448
|
startLine: number;
|
|
449
449
|
startCol: number;
|
|
@@ -453,9 +453,9 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
453
453
|
variableId?: number | undefined;
|
|
454
454
|
source?: "object-property" | "first-arg" | "spread" | undefined;
|
|
455
455
|
}, {
|
|
456
|
-
name: string;
|
|
457
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
458
456
|
type: BubbleParameterType;
|
|
457
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
458
|
+
name: string;
|
|
459
459
|
location?: {
|
|
460
460
|
startLine: number;
|
|
461
461
|
startCol: number;
|
|
@@ -473,9 +473,9 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
473
473
|
variableName: string;
|
|
474
474
|
className: string;
|
|
475
475
|
parameters: {
|
|
476
|
-
name: string;
|
|
477
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
478
476
|
type: BubbleParameterType;
|
|
477
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
478
|
+
name: string;
|
|
479
479
|
location?: {
|
|
480
480
|
startLine: number;
|
|
481
481
|
startCol: number;
|
|
@@ -494,9 +494,9 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
494
494
|
variableName: string;
|
|
495
495
|
className: string;
|
|
496
496
|
parameters: {
|
|
497
|
-
name: string;
|
|
498
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
499
497
|
type: BubbleParameterType;
|
|
498
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
499
|
+
name: string;
|
|
500
500
|
location?: {
|
|
501
501
|
startLine: number;
|
|
502
502
|
startCol: number;
|
|
@@ -517,9 +517,9 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
517
517
|
variableName: string;
|
|
518
518
|
className: string;
|
|
519
519
|
parameters: {
|
|
520
|
-
name: string;
|
|
521
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
522
520
|
type: BubbleParameterType;
|
|
521
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
522
|
+
name: string;
|
|
523
523
|
location?: {
|
|
524
524
|
startLine: number;
|
|
525
525
|
startCol: number;
|
|
@@ -543,12 +543,12 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
543
543
|
};
|
|
544
544
|
variableId: number;
|
|
545
545
|
variableName: string;
|
|
546
|
-
nodeType: "
|
|
546
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
547
547
|
className: string;
|
|
548
548
|
parameters: {
|
|
549
|
-
name: string;
|
|
550
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
551
549
|
type: BubbleParameterType;
|
|
550
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
551
|
+
name: string;
|
|
552
552
|
location?: {
|
|
553
553
|
startLine: number;
|
|
554
554
|
startCol: number;
|
|
@@ -574,9 +574,9 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
574
574
|
variableName: string;
|
|
575
575
|
className: string;
|
|
576
576
|
parameters: {
|
|
577
|
-
name: string;
|
|
578
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
579
577
|
type: BubbleParameterType;
|
|
578
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
579
|
+
name: string;
|
|
580
580
|
location?: {
|
|
581
581
|
startLine: number;
|
|
582
582
|
startCol: number;
|
|
@@ -600,12 +600,12 @@ export declare const updateBubbleFlowParametersSchema: z.ZodObject<{
|
|
|
600
600
|
};
|
|
601
601
|
variableId: number;
|
|
602
602
|
variableName: string;
|
|
603
|
-
nodeType: "
|
|
603
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
604
604
|
className: string;
|
|
605
605
|
parameters: {
|
|
606
|
-
name: string;
|
|
607
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
608
606
|
type: BubbleParameterType;
|
|
607
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
608
|
+
name: string;
|
|
609
609
|
location?: {
|
|
610
610
|
startLine: number;
|
|
611
611
|
startCol: number;
|
|
@@ -665,9 +665,9 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
665
665
|
type: z.ZodNativeEnum<typeof BubbleParameterType>;
|
|
666
666
|
source: z.ZodOptional<z.ZodEnum<["object-property", "first-arg", "spread"]>>;
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
|
-
name: string;
|
|
669
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
670
668
|
type: BubbleParameterType;
|
|
669
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
670
|
+
name: string;
|
|
671
671
|
location?: {
|
|
672
672
|
startLine: number;
|
|
673
673
|
startCol: number;
|
|
@@ -677,9 +677,9 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
677
677
|
variableId?: number | undefined;
|
|
678
678
|
source?: "object-property" | "first-arg" | "spread" | undefined;
|
|
679
679
|
}, {
|
|
680
|
-
name: string;
|
|
681
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
682
680
|
type: BubbleParameterType;
|
|
681
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
682
|
+
name: string;
|
|
683
683
|
location?: {
|
|
684
684
|
startLine: number;
|
|
685
685
|
startCol: number;
|
|
@@ -725,12 +725,12 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
725
725
|
};
|
|
726
726
|
variableId: number;
|
|
727
727
|
variableName: string;
|
|
728
|
-
nodeType: "
|
|
728
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
729
729
|
className: string;
|
|
730
730
|
parameters: {
|
|
731
|
-
name: string;
|
|
732
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
733
731
|
type: BubbleParameterType;
|
|
732
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
733
|
+
name: string;
|
|
734
734
|
location?: {
|
|
735
735
|
startLine: number;
|
|
736
736
|
startCol: number;
|
|
@@ -759,12 +759,12 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
759
759
|
};
|
|
760
760
|
variableId: number;
|
|
761
761
|
variableName: string;
|
|
762
|
-
nodeType: "
|
|
762
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
763
763
|
className: string;
|
|
764
764
|
parameters: {
|
|
765
|
-
name: string;
|
|
766
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
767
765
|
type: BubbleParameterType;
|
|
766
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
767
|
+
name: string;
|
|
768
768
|
location?: {
|
|
769
769
|
startLine: number;
|
|
770
770
|
startCol: number;
|
|
@@ -814,9 +814,9 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
814
814
|
type: z.ZodNativeEnum<typeof BubbleParameterType>;
|
|
815
815
|
source: z.ZodOptional<z.ZodEnum<["object-property", "first-arg", "spread"]>>;
|
|
816
816
|
}, "strip", z.ZodTypeAny, {
|
|
817
|
-
name: string;
|
|
818
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
819
817
|
type: BubbleParameterType;
|
|
818
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
819
|
+
name: string;
|
|
820
820
|
location?: {
|
|
821
821
|
startLine: number;
|
|
822
822
|
startCol: number;
|
|
@@ -826,9 +826,9 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
826
826
|
variableId?: number | undefined;
|
|
827
827
|
source?: "object-property" | "first-arg" | "spread" | undefined;
|
|
828
828
|
}, {
|
|
829
|
-
name: string;
|
|
830
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
831
829
|
type: BubbleParameterType;
|
|
830
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
831
|
+
name: string;
|
|
832
832
|
location?: {
|
|
833
833
|
startLine: number;
|
|
834
834
|
startCol: number;
|
|
@@ -874,12 +874,12 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
874
874
|
};
|
|
875
875
|
variableId: number;
|
|
876
876
|
variableName: string;
|
|
877
|
-
nodeType: "
|
|
877
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
878
878
|
className: string;
|
|
879
879
|
parameters: {
|
|
880
|
-
name: string;
|
|
881
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
882
880
|
type: BubbleParameterType;
|
|
881
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
882
|
+
name: string;
|
|
883
883
|
location?: {
|
|
884
884
|
startLine: number;
|
|
885
885
|
startCol: number;
|
|
@@ -908,12 +908,12 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
908
908
|
};
|
|
909
909
|
variableId: number;
|
|
910
910
|
variableName: string;
|
|
911
|
-
nodeType: "
|
|
911
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
912
912
|
className: string;
|
|
913
913
|
parameters: {
|
|
914
|
-
name: string;
|
|
915
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
916
914
|
type: BubbleParameterType;
|
|
915
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
916
|
+
name: string;
|
|
917
917
|
location?: {
|
|
918
918
|
startLine: number;
|
|
919
919
|
startCol: number;
|
|
@@ -945,12 +945,12 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
945
945
|
};
|
|
946
946
|
variableId: number;
|
|
947
947
|
variableName: string;
|
|
948
|
-
nodeType: "
|
|
948
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
949
949
|
className: string;
|
|
950
950
|
parameters: {
|
|
951
|
-
name: string;
|
|
952
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
953
951
|
type: BubbleParameterType;
|
|
952
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
953
|
+
name: string;
|
|
954
954
|
location?: {
|
|
955
955
|
startLine: number;
|
|
956
956
|
startCol: number;
|
|
@@ -982,12 +982,12 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
982
982
|
};
|
|
983
983
|
variableId: number;
|
|
984
984
|
variableName: string;
|
|
985
|
-
nodeType: "
|
|
985
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
986
986
|
className: string;
|
|
987
987
|
parameters: {
|
|
988
|
-
name: string;
|
|
989
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
990
988
|
type: BubbleParameterType;
|
|
989
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
990
|
+
name: string;
|
|
991
991
|
location?: {
|
|
992
992
|
startLine: number;
|
|
993
993
|
startCol: number;
|
|
@@ -1018,13 +1018,13 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
1018
1018
|
active: z.ZodBoolean;
|
|
1019
1019
|
}, "strip", z.ZodTypeAny, {
|
|
1020
1020
|
path: string;
|
|
1021
|
-
id: number;
|
|
1022
1021
|
url: string;
|
|
1022
|
+
id: number;
|
|
1023
1023
|
active: boolean;
|
|
1024
1024
|
}, {
|
|
1025
1025
|
path: string;
|
|
1026
|
-
id: number;
|
|
1027
1026
|
url: string;
|
|
1027
|
+
id: number;
|
|
1028
1028
|
active: boolean;
|
|
1029
1029
|
}>>;
|
|
1030
1030
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1040,12 +1040,12 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
1040
1040
|
};
|
|
1041
1041
|
variableId: number;
|
|
1042
1042
|
variableName: string;
|
|
1043
|
-
nodeType: "
|
|
1043
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1044
1044
|
className: string;
|
|
1045
1045
|
parameters: {
|
|
1046
|
-
name: string;
|
|
1047
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1048
1046
|
type: BubbleParameterType;
|
|
1047
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1048
|
+
name: string;
|
|
1049
1049
|
location?: {
|
|
1050
1050
|
startLine: number;
|
|
1051
1051
|
startCol: number;
|
|
@@ -1077,12 +1077,12 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
1077
1077
|
};
|
|
1078
1078
|
variableId: number;
|
|
1079
1079
|
variableName: string;
|
|
1080
|
-
nodeType: "
|
|
1080
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1081
1081
|
className: string;
|
|
1082
1082
|
parameters: {
|
|
1083
|
-
name: string;
|
|
1084
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1085
1083
|
type: BubbleParameterType;
|
|
1084
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1085
|
+
name: string;
|
|
1086
1086
|
location?: {
|
|
1087
1087
|
startLine: number;
|
|
1088
1088
|
startCol: number;
|
|
@@ -1108,8 +1108,8 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
1108
1108
|
requiredCredentials?: Record<string, CredentialType[]> | undefined;
|
|
1109
1109
|
webhook?: {
|
|
1110
1110
|
path: string;
|
|
1111
|
-
id: number;
|
|
1112
1111
|
url: string;
|
|
1112
|
+
id: number;
|
|
1113
1113
|
active: boolean;
|
|
1114
1114
|
} | undefined;
|
|
1115
1115
|
}, {
|
|
@@ -1125,12 +1125,12 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
1125
1125
|
};
|
|
1126
1126
|
variableId: number;
|
|
1127
1127
|
variableName: string;
|
|
1128
|
-
nodeType: "
|
|
1128
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1129
1129
|
className: string;
|
|
1130
1130
|
parameters: {
|
|
1131
|
-
name: string;
|
|
1132
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1133
1131
|
type: BubbleParameterType;
|
|
1132
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1133
|
+
name: string;
|
|
1134
1134
|
location?: {
|
|
1135
1135
|
startLine: number;
|
|
1136
1136
|
startCol: number;
|
|
@@ -1162,12 +1162,12 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
1162
1162
|
};
|
|
1163
1163
|
variableId: number;
|
|
1164
1164
|
variableName: string;
|
|
1165
|
-
nodeType: "
|
|
1165
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1166
1166
|
className: string;
|
|
1167
1167
|
parameters: {
|
|
1168
|
-
name: string;
|
|
1169
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1170
1168
|
type: BubbleParameterType;
|
|
1169
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1170
|
+
name: string;
|
|
1171
1171
|
location?: {
|
|
1172
1172
|
startLine: number;
|
|
1173
1173
|
startCol: number;
|
|
@@ -1193,8 +1193,8 @@ export declare const createBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
1193
1193
|
requiredCredentials?: Record<string, CredentialType[]> | undefined;
|
|
1194
1194
|
webhook?: {
|
|
1195
1195
|
path: string;
|
|
1196
|
-
id: number;
|
|
1197
1196
|
url: string;
|
|
1197
|
+
id: number;
|
|
1198
1198
|
active: boolean;
|
|
1199
1199
|
} | undefined;
|
|
1200
1200
|
}>;
|
|
@@ -1208,13 +1208,13 @@ export declare const createEmptyBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
1208
1208
|
active: z.ZodBoolean;
|
|
1209
1209
|
}, "strip", z.ZodTypeAny, {
|
|
1210
1210
|
path: string;
|
|
1211
|
-
id: number;
|
|
1212
1211
|
url: string;
|
|
1212
|
+
id: number;
|
|
1213
1213
|
active: boolean;
|
|
1214
1214
|
}, {
|
|
1215
1215
|
path: string;
|
|
1216
|
-
id: number;
|
|
1217
1216
|
url: string;
|
|
1217
|
+
id: number;
|
|
1218
1218
|
active: boolean;
|
|
1219
1219
|
}>>;
|
|
1220
1220
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1222,8 +1222,8 @@ export declare const createEmptyBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
1222
1222
|
id: number;
|
|
1223
1223
|
webhook?: {
|
|
1224
1224
|
path: string;
|
|
1225
|
-
id: number;
|
|
1226
1225
|
url: string;
|
|
1226
|
+
id: number;
|
|
1227
1227
|
active: boolean;
|
|
1228
1228
|
} | undefined;
|
|
1229
1229
|
}, {
|
|
@@ -1231,8 +1231,8 @@ export declare const createEmptyBubbleFlowResponseSchema: z.ZodObject<{
|
|
|
1231
1231
|
id: number;
|
|
1232
1232
|
webhook?: {
|
|
1233
1233
|
path: string;
|
|
1234
|
-
id: number;
|
|
1235
1234
|
url: string;
|
|
1235
|
+
id: number;
|
|
1236
1236
|
active: boolean;
|
|
1237
1237
|
} | undefined;
|
|
1238
1238
|
}>;
|
|
@@ -1259,12 +1259,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1259
1259
|
value: z.ZodUnknown;
|
|
1260
1260
|
type: z.ZodNativeEnum<typeof BubbleParameterType>;
|
|
1261
1261
|
}, "strip", z.ZodTypeAny, {
|
|
1262
|
-
name: string;
|
|
1263
1262
|
type: BubbleParameterType;
|
|
1263
|
+
name: string;
|
|
1264
1264
|
value?: unknown;
|
|
1265
1265
|
}, {
|
|
1266
|
-
name: string;
|
|
1267
1266
|
type: BubbleParameterType;
|
|
1267
|
+
name: string;
|
|
1268
1268
|
value?: unknown;
|
|
1269
1269
|
}>, "many">;
|
|
1270
1270
|
hasAwait: z.ZodBoolean;
|
|
@@ -1273,8 +1273,8 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1273
1273
|
variableName: string;
|
|
1274
1274
|
className: string;
|
|
1275
1275
|
parameters: {
|
|
1276
|
-
name: string;
|
|
1277
1276
|
type: BubbleParameterType;
|
|
1277
|
+
name: string;
|
|
1278
1278
|
value?: unknown;
|
|
1279
1279
|
}[];
|
|
1280
1280
|
hasAwait: boolean;
|
|
@@ -1284,8 +1284,8 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1284
1284
|
variableName: string;
|
|
1285
1285
|
className: string;
|
|
1286
1286
|
parameters: {
|
|
1287
|
-
name: string;
|
|
1288
1287
|
type: BubbleParameterType;
|
|
1288
|
+
name: string;
|
|
1289
1289
|
value?: unknown;
|
|
1290
1290
|
}[];
|
|
1291
1291
|
hasAwait: boolean;
|
|
@@ -1319,9 +1319,9 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1319
1319
|
type: z.ZodNativeEnum<typeof BubbleParameterType>;
|
|
1320
1320
|
source: z.ZodOptional<z.ZodEnum<["object-property", "first-arg", "spread"]>>;
|
|
1321
1321
|
}, "strip", z.ZodTypeAny, {
|
|
1322
|
-
name: string;
|
|
1323
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1324
1322
|
type: BubbleParameterType;
|
|
1323
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1324
|
+
name: string;
|
|
1325
1325
|
location?: {
|
|
1326
1326
|
startLine: number;
|
|
1327
1327
|
startCol: number;
|
|
@@ -1331,9 +1331,9 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1331
1331
|
variableId?: number | undefined;
|
|
1332
1332
|
source?: "object-property" | "first-arg" | "spread" | undefined;
|
|
1333
1333
|
}, {
|
|
1334
|
-
name: string;
|
|
1335
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1336
1334
|
type: BubbleParameterType;
|
|
1335
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1336
|
+
name: string;
|
|
1337
1337
|
location?: {
|
|
1338
1338
|
startLine: number;
|
|
1339
1339
|
startCol: number;
|
|
@@ -1379,12 +1379,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1379
1379
|
};
|
|
1380
1380
|
variableId: number;
|
|
1381
1381
|
variableName: string;
|
|
1382
|
-
nodeType: "
|
|
1382
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1383
1383
|
className: string;
|
|
1384
1384
|
parameters: {
|
|
1385
|
-
name: string;
|
|
1386
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1387
1385
|
type: BubbleParameterType;
|
|
1386
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1387
|
+
name: string;
|
|
1388
1388
|
location?: {
|
|
1389
1389
|
startLine: number;
|
|
1390
1390
|
startCol: number;
|
|
@@ -1413,12 +1413,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1413
1413
|
};
|
|
1414
1414
|
variableId: number;
|
|
1415
1415
|
variableName: string;
|
|
1416
|
-
nodeType: "
|
|
1416
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1417
1417
|
className: string;
|
|
1418
1418
|
parameters: {
|
|
1419
|
-
name: string;
|
|
1420
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1421
1419
|
type: BubbleParameterType;
|
|
1420
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1421
|
+
name: string;
|
|
1422
1422
|
location?: {
|
|
1423
1423
|
startLine: number;
|
|
1424
1424
|
startCol: number;
|
|
@@ -1468,9 +1468,9 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1468
1468
|
type: z.ZodNativeEnum<typeof BubbleParameterType>;
|
|
1469
1469
|
source: z.ZodOptional<z.ZodEnum<["object-property", "first-arg", "spread"]>>;
|
|
1470
1470
|
}, "strip", z.ZodTypeAny, {
|
|
1471
|
-
name: string;
|
|
1472
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1473
1471
|
type: BubbleParameterType;
|
|
1472
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1473
|
+
name: string;
|
|
1474
1474
|
location?: {
|
|
1475
1475
|
startLine: number;
|
|
1476
1476
|
startCol: number;
|
|
@@ -1480,9 +1480,9 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1480
1480
|
variableId?: number | undefined;
|
|
1481
1481
|
source?: "object-property" | "first-arg" | "spread" | undefined;
|
|
1482
1482
|
}, {
|
|
1483
|
-
name: string;
|
|
1484
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1485
1483
|
type: BubbleParameterType;
|
|
1484
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1485
|
+
name: string;
|
|
1486
1486
|
location?: {
|
|
1487
1487
|
startLine: number;
|
|
1488
1488
|
startCol: number;
|
|
@@ -1528,12 +1528,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1528
1528
|
};
|
|
1529
1529
|
variableId: number;
|
|
1530
1530
|
variableName: string;
|
|
1531
|
-
nodeType: "
|
|
1531
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1532
1532
|
className: string;
|
|
1533
1533
|
parameters: {
|
|
1534
|
-
name: string;
|
|
1535
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1536
1534
|
type: BubbleParameterType;
|
|
1535
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1536
|
+
name: string;
|
|
1537
1537
|
location?: {
|
|
1538
1538
|
startLine: number;
|
|
1539
1539
|
startCol: number;
|
|
@@ -1562,12 +1562,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1562
1562
|
};
|
|
1563
1563
|
variableId: number;
|
|
1564
1564
|
variableName: string;
|
|
1565
|
-
nodeType: "
|
|
1565
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1566
1566
|
className: string;
|
|
1567
1567
|
parameters: {
|
|
1568
|
-
name: string;
|
|
1569
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1570
1568
|
type: BubbleParameterType;
|
|
1569
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1570
|
+
name: string;
|
|
1571
1571
|
location?: {
|
|
1572
1572
|
startLine: number;
|
|
1573
1573
|
startCol: number;
|
|
@@ -1599,12 +1599,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1599
1599
|
};
|
|
1600
1600
|
variableId: number;
|
|
1601
1601
|
variableName: string;
|
|
1602
|
-
nodeType: "
|
|
1602
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1603
1603
|
className: string;
|
|
1604
1604
|
parameters: {
|
|
1605
|
-
name: string;
|
|
1606
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1607
1605
|
type: BubbleParameterType;
|
|
1606
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1607
|
+
name: string;
|
|
1608
1608
|
location?: {
|
|
1609
1609
|
startLine: number;
|
|
1610
1610
|
startCol: number;
|
|
@@ -1636,12 +1636,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1636
1636
|
};
|
|
1637
1637
|
variableId: number;
|
|
1638
1638
|
variableName: string;
|
|
1639
|
-
nodeType: "
|
|
1639
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1640
1640
|
className: string;
|
|
1641
1641
|
parameters: {
|
|
1642
|
-
name: string;
|
|
1643
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1644
1642
|
type: BubbleParameterType;
|
|
1643
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1644
|
+
name: string;
|
|
1645
1645
|
location?: {
|
|
1646
1646
|
startLine: number;
|
|
1647
1647
|
startCol: number;
|
|
@@ -1668,14 +1668,14 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1668
1668
|
updatedAt: z.ZodString;
|
|
1669
1669
|
webhook_url: z.ZodString;
|
|
1670
1670
|
}, "strip", z.ZodTypeAny, {
|
|
1671
|
-
name: string;
|
|
1672
1671
|
code: string;
|
|
1672
|
+
name: string;
|
|
1673
1673
|
id: number;
|
|
1674
|
+
createdAt: string;
|
|
1675
|
+
updatedAt: string;
|
|
1674
1676
|
webhook_url: string;
|
|
1675
1677
|
eventType: string;
|
|
1676
1678
|
requiredCredentials: Record<string, CredentialType[]>;
|
|
1677
|
-
createdAt: string;
|
|
1678
|
-
updatedAt: string;
|
|
1679
1679
|
bubbleParameters: Record<string, {
|
|
1680
1680
|
location: {
|
|
1681
1681
|
startLine: number;
|
|
@@ -1685,12 +1685,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1685
1685
|
};
|
|
1686
1686
|
variableId: number;
|
|
1687
1687
|
variableName: string;
|
|
1688
|
-
nodeType: "
|
|
1688
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1689
1689
|
className: string;
|
|
1690
1690
|
parameters: {
|
|
1691
|
-
name: string;
|
|
1692
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1693
1691
|
type: BubbleParameterType;
|
|
1692
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1693
|
+
name: string;
|
|
1694
1694
|
location?: {
|
|
1695
1695
|
startLine: number;
|
|
1696
1696
|
startCol: number;
|
|
@@ -1713,6 +1713,8 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1713
1713
|
}>;
|
|
1714
1714
|
isActive: boolean;
|
|
1715
1715
|
description?: string | undefined;
|
|
1716
|
+
metadata?: Record<string, unknown> | undefined;
|
|
1717
|
+
prompt?: string | undefined;
|
|
1716
1718
|
workflow?: {
|
|
1717
1719
|
root: import("./bubble-definition-schema.js").WorkflowNode[];
|
|
1718
1720
|
bubbles: Record<number, {
|
|
@@ -1724,12 +1726,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1724
1726
|
};
|
|
1725
1727
|
variableId: number;
|
|
1726
1728
|
variableName: string;
|
|
1727
|
-
nodeType: "
|
|
1729
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1728
1730
|
className: string;
|
|
1729
1731
|
parameters: {
|
|
1730
|
-
name: string;
|
|
1731
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1732
1732
|
type: BubbleParameterType;
|
|
1733
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1734
|
+
name: string;
|
|
1733
1735
|
location?: {
|
|
1734
1736
|
startLine: number;
|
|
1735
1737
|
startCol: number;
|
|
@@ -1753,17 +1755,15 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1753
1755
|
} | undefined;
|
|
1754
1756
|
defaultInputs?: Record<string, unknown> | undefined;
|
|
1755
1757
|
inputSchema?: Record<string, unknown> | undefined;
|
|
1756
|
-
metadata?: Record<string, unknown> | undefined;
|
|
1757
1758
|
cron?: string | null | undefined;
|
|
1758
1759
|
cronActive?: boolean | undefined;
|
|
1759
|
-
prompt?: string | undefined;
|
|
1760
1760
|
generationError?: string | null | undefined;
|
|
1761
1761
|
displayedBubbleParameters?: Record<string, {
|
|
1762
1762
|
variableName: string;
|
|
1763
1763
|
className: string;
|
|
1764
1764
|
parameters: {
|
|
1765
|
-
name: string;
|
|
1766
1765
|
type: BubbleParameterType;
|
|
1766
|
+
name: string;
|
|
1767
1767
|
value?: unknown;
|
|
1768
1768
|
}[];
|
|
1769
1769
|
hasAwait: boolean;
|
|
@@ -1771,14 +1771,14 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1771
1771
|
bubbleName: string;
|
|
1772
1772
|
}> | undefined;
|
|
1773
1773
|
}, {
|
|
1774
|
-
name: string;
|
|
1775
1774
|
code: string;
|
|
1775
|
+
name: string;
|
|
1776
1776
|
id: number;
|
|
1777
|
+
createdAt: string;
|
|
1778
|
+
updatedAt: string;
|
|
1777
1779
|
webhook_url: string;
|
|
1778
1780
|
eventType: string;
|
|
1779
1781
|
requiredCredentials: Record<string, CredentialType[]>;
|
|
1780
|
-
createdAt: string;
|
|
1781
|
-
updatedAt: string;
|
|
1782
1782
|
bubbleParameters: Record<string, {
|
|
1783
1783
|
location: {
|
|
1784
1784
|
startLine: number;
|
|
@@ -1788,12 +1788,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1788
1788
|
};
|
|
1789
1789
|
variableId: number;
|
|
1790
1790
|
variableName: string;
|
|
1791
|
-
nodeType: "
|
|
1791
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1792
1792
|
className: string;
|
|
1793
1793
|
parameters: {
|
|
1794
|
-
name: string;
|
|
1795
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1796
1794
|
type: BubbleParameterType;
|
|
1795
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1796
|
+
name: string;
|
|
1797
1797
|
location?: {
|
|
1798
1798
|
startLine: number;
|
|
1799
1799
|
startCol: number;
|
|
@@ -1816,6 +1816,8 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1816
1816
|
}>;
|
|
1817
1817
|
isActive: boolean;
|
|
1818
1818
|
description?: string | undefined;
|
|
1819
|
+
metadata?: Record<string, unknown> | undefined;
|
|
1820
|
+
prompt?: string | undefined;
|
|
1819
1821
|
workflow?: {
|
|
1820
1822
|
root: import("./bubble-definition-schema.js").WorkflowNode[];
|
|
1821
1823
|
bubbles: Record<number, {
|
|
@@ -1827,12 +1829,12 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1827
1829
|
};
|
|
1828
1830
|
variableId: number;
|
|
1829
1831
|
variableName: string;
|
|
1830
|
-
nodeType: "
|
|
1832
|
+
nodeType: "unknown" | "tool" | "service" | "workflow";
|
|
1831
1833
|
className: string;
|
|
1832
1834
|
parameters: {
|
|
1833
|
-
name: string;
|
|
1834
|
-
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1835
1835
|
type: BubbleParameterType;
|
|
1836
|
+
value: string | number | boolean | unknown[] | Record<string, unknown>;
|
|
1837
|
+
name: string;
|
|
1836
1838
|
location?: {
|
|
1837
1839
|
startLine: number;
|
|
1838
1840
|
startCol: number;
|
|
@@ -1856,17 +1858,15 @@ export declare const bubbleFlowDetailsResponseSchema: z.ZodObject<{
|
|
|
1856
1858
|
} | undefined;
|
|
1857
1859
|
defaultInputs?: Record<string, unknown> | undefined;
|
|
1858
1860
|
inputSchema?: Record<string, unknown> | undefined;
|
|
1859
|
-
metadata?: Record<string, unknown> | undefined;
|
|
1860
1861
|
cron?: string | null | undefined;
|
|
1861
1862
|
cronActive?: boolean | undefined;
|
|
1862
|
-
prompt?: string | undefined;
|
|
1863
1863
|
generationError?: string | null | undefined;
|
|
1864
1864
|
displayedBubbleParameters?: Record<string, {
|
|
1865
1865
|
variableName: string;
|
|
1866
1866
|
className: string;
|
|
1867
1867
|
parameters: {
|
|
1868
|
-
name: string;
|
|
1869
1868
|
type: BubbleParameterType;
|
|
1869
|
+
name: string;
|
|
1870
1870
|
value?: unknown;
|
|
1871
1871
|
}[];
|
|
1872
1872
|
hasAwait: boolean;
|
|
@@ -1900,10 +1900,10 @@ export declare const bubbleFlowListItemSchema: z.ZodObject<{
|
|
|
1900
1900
|
}, "strip", z.ZodTypeAny, {
|
|
1901
1901
|
name: string;
|
|
1902
1902
|
id: number;
|
|
1903
|
-
eventType: string;
|
|
1904
|
-
cronActive: boolean;
|
|
1905
1903
|
createdAt: string;
|
|
1906
1904
|
updatedAt: string;
|
|
1905
|
+
eventType: string;
|
|
1906
|
+
cronActive: boolean;
|
|
1907
1907
|
isActive: boolean;
|
|
1908
1908
|
webhookExecutionCount: number;
|
|
1909
1909
|
webhookFailureCount: number;
|
|
@@ -1917,10 +1917,10 @@ export declare const bubbleFlowListItemSchema: z.ZodObject<{
|
|
|
1917
1917
|
}, {
|
|
1918
1918
|
name: string;
|
|
1919
1919
|
id: number;
|
|
1920
|
-
eventType: string;
|
|
1921
|
-
cronActive: boolean;
|
|
1922
1920
|
createdAt: string;
|
|
1923
1921
|
updatedAt: string;
|
|
1922
|
+
eventType: string;
|
|
1923
|
+
cronActive: boolean;
|
|
1924
1924
|
isActive: boolean;
|
|
1925
1925
|
webhookExecutionCount: number;
|
|
1926
1926
|
webhookFailureCount: number;
|
|
@@ -1959,10 +1959,10 @@ export declare const bubbleFlowListResponseSchema: z.ZodObject<{
|
|
|
1959
1959
|
}, "strip", z.ZodTypeAny, {
|
|
1960
1960
|
name: string;
|
|
1961
1961
|
id: number;
|
|
1962
|
-
eventType: string;
|
|
1963
|
-
cronActive: boolean;
|
|
1964
1962
|
createdAt: string;
|
|
1965
1963
|
updatedAt: string;
|
|
1964
|
+
eventType: string;
|
|
1965
|
+
cronActive: boolean;
|
|
1966
1966
|
isActive: boolean;
|
|
1967
1967
|
webhookExecutionCount: number;
|
|
1968
1968
|
webhookFailureCount: number;
|
|
@@ -1976,10 +1976,10 @@ export declare const bubbleFlowListResponseSchema: z.ZodObject<{
|
|
|
1976
1976
|
}, {
|
|
1977
1977
|
name: string;
|
|
1978
1978
|
id: number;
|
|
1979
|
-
eventType: string;
|
|
1980
|
-
cronActive: boolean;
|
|
1981
1979
|
createdAt: string;
|
|
1982
1980
|
updatedAt: string;
|
|
1981
|
+
eventType: string;
|
|
1982
|
+
cronActive: boolean;
|
|
1983
1983
|
isActive: boolean;
|
|
1984
1984
|
webhookExecutionCount: number;
|
|
1985
1985
|
webhookFailureCount: number;
|
|
@@ -2002,10 +2002,10 @@ export declare const bubbleFlowListResponseSchema: z.ZodObject<{
|
|
|
2002
2002
|
bubbleFlows: {
|
|
2003
2003
|
name: string;
|
|
2004
2004
|
id: number;
|
|
2005
|
-
eventType: string;
|
|
2006
|
-
cronActive: boolean;
|
|
2007
2005
|
createdAt: string;
|
|
2008
2006
|
updatedAt: string;
|
|
2007
|
+
eventType: string;
|
|
2008
|
+
cronActive: boolean;
|
|
2009
2009
|
isActive: boolean;
|
|
2010
2010
|
webhookExecutionCount: number;
|
|
2011
2011
|
webhookFailureCount: number;
|
|
@@ -2027,10 +2027,10 @@ export declare const bubbleFlowListResponseSchema: z.ZodObject<{
|
|
|
2027
2027
|
bubbleFlows?: {
|
|
2028
2028
|
name: string;
|
|
2029
2029
|
id: number;
|
|
2030
|
-
eventType: string;
|
|
2031
|
-
cronActive: boolean;
|
|
2032
2030
|
createdAt: string;
|
|
2033
2031
|
updatedAt: string;
|
|
2032
|
+
eventType: string;
|
|
2033
|
+
cronActive: boolean;
|
|
2034
2034
|
isActive: boolean;
|
|
2035
2035
|
webhookExecutionCount: number;
|
|
2036
2036
|
webhookFailureCount: number;
|