@activepieces/pieces-framework 0.25.5 → 0.26.0

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.
Files changed (91) hide show
  1. package/package.json +3 -3
  2. package/src/lib/action/action.d.ts +12 -12
  3. package/src/lib/action/action.js +9 -8
  4. package/src/lib/action/action.js.map +1 -1
  5. package/src/lib/index.d.ts +1 -0
  6. package/src/lib/index.js +1 -0
  7. package/src/lib/index.js.map +1 -1
  8. package/src/lib/piece-metadata.d.ts +4360 -3892
  9. package/src/lib/piece-metadata.js +48 -66
  10. package/src/lib/piece-metadata.js.map +1 -1
  11. package/src/lib/property/authentication/basic-auth-prop.d.ts +21 -20
  12. package/src/lib/property/authentication/basic-auth-prop.js +11 -18
  13. package/src/lib/property/authentication/basic-auth-prop.js.map +1 -1
  14. package/src/lib/property/authentication/common.d.ts +5 -4
  15. package/src/lib/property/authentication/common.js +4 -4
  16. package/src/lib/property/authentication/common.js.map +1 -1
  17. package/src/lib/property/authentication/custom-auth-prop.d.ts +47 -40
  18. package/src/lib/property/authentication/custom-auth-prop.js +3 -9
  19. package/src/lib/property/authentication/custom-auth-prop.js.map +1 -1
  20. package/src/lib/property/authentication/index.d.ts +110 -96
  21. package/src/lib/property/authentication/index.js +2 -2
  22. package/src/lib/property/authentication/index.js.map +1 -1
  23. package/src/lib/property/authentication/oauth2-prop.d.ts +167 -150
  24. package/src/lib/property/authentication/oauth2-prop.js +19 -23
  25. package/src/lib/property/authentication/oauth2-prop.js.map +1 -1
  26. package/src/lib/property/authentication/secret-text-property.d.ts +8 -6
  27. package/src/lib/property/authentication/secret-text-property.js +4 -7
  28. package/src/lib/property/authentication/secret-text-property.js.map +1 -1
  29. package/src/lib/property/index.d.ts +779 -671
  30. package/src/lib/property/index.js +4 -4
  31. package/src/lib/property/index.js.map +1 -1
  32. package/src/lib/property/input/array-property.d.ts +153 -131
  33. package/src/lib/property/input/array-property.js +3 -9
  34. package/src/lib/property/input/array-property.js.map +1 -1
  35. package/src/lib/property/input/checkbox-property.d.ts +8 -6
  36. package/src/lib/property/input/checkbox-property.js +2 -5
  37. package/src/lib/property/input/checkbox-property.js.map +1 -1
  38. package/src/lib/property/input/color-property.d.ts +8 -6
  39. package/src/lib/property/input/color-property.js +2 -5
  40. package/src/lib/property/input/color-property.js.map +1 -1
  41. package/src/lib/property/input/common.d.ts +10 -6
  42. package/src/lib/property/input/common.js +8 -8
  43. package/src/lib/property/input/common.js.map +1 -1
  44. package/src/lib/property/input/custom-property.d.ts +9 -6
  45. package/src/lib/property/input/custom-property.js +3 -9
  46. package/src/lib/property/input/custom-property.js.map +1 -1
  47. package/src/lib/property/input/date-time-property.d.ts +8 -6
  48. package/src/lib/property/input/date-time-property.js +2 -5
  49. package/src/lib/property/input/date-time-property.js.map +1 -1
  50. package/src/lib/property/input/dropdown/common.d.ts +13 -12
  51. package/src/lib/property/input/dropdown/common.js +8 -8
  52. package/src/lib/property/input/dropdown/common.js.map +1 -1
  53. package/src/lib/property/input/dropdown/dropdown-prop.d.ts +17 -12
  54. package/src/lib/property/input/dropdown/dropdown-prop.js +3 -15
  55. package/src/lib/property/input/dropdown/dropdown-prop.js.map +1 -1
  56. package/src/lib/property/input/dropdown/static-dropdown.d.ts +31 -28
  57. package/src/lib/property/input/dropdown/static-dropdown.js +3 -15
  58. package/src/lib/property/input/dropdown/static-dropdown.js.map +1 -1
  59. package/src/lib/property/input/dynamic-prop.d.ts +247 -215
  60. package/src/lib/property/input/dynamic-prop.js +4 -10
  61. package/src/lib/property/input/dynamic-prop.js.map +1 -1
  62. package/src/lib/property/input/file-property.d.ts +8 -6
  63. package/src/lib/property/input/file-property.js +2 -5
  64. package/src/lib/property/input/file-property.js.map +1 -1
  65. package/src/lib/property/input/index.d.ts +191 -161
  66. package/src/lib/property/input/index.js +2 -2
  67. package/src/lib/property/input/index.js.map +1 -1
  68. package/src/lib/property/input/json-property.d.ts +8 -6
  69. package/src/lib/property/input/json-property.js +2 -5
  70. package/src/lib/property/input/json-property.js.map +1 -1
  71. package/src/lib/property/input/markdown-property.d.ts +8 -6
  72. package/src/lib/property/input/markdown-property.js +2 -5
  73. package/src/lib/property/input/markdown-property.js.map +1 -1
  74. package/src/lib/property/input/number-property.d.ts +8 -6
  75. package/src/lib/property/input/number-property.js +2 -5
  76. package/src/lib/property/input/number-property.js.map +1 -1
  77. package/src/lib/property/input/object-property.d.ts +8 -6
  78. package/src/lib/property/input/object-property.js +2 -5
  79. package/src/lib/property/input/object-property.js.map +1 -1
  80. package/src/lib/property/input/text-property.d.ts +15 -12
  81. package/src/lib/property/input/text-property.js +3 -9
  82. package/src/lib/property/input/text-property.js.map +1 -1
  83. package/src/lib/property/util.d.ts +4 -2
  84. package/src/lib/property/util.js +38 -54
  85. package/src/lib/property/util.js.map +1 -1
  86. package/src/lib/test/index.d.ts +5 -0
  87. package/src/lib/test/index.js +73 -0
  88. package/src/lib/test/index.js.map +1 -0
  89. package/src/lib/trigger/trigger.d.ts +9 -9
  90. package/src/lib/trigger/trigger.js +7 -7
  91. package/src/lib/trigger/trigger.js.map +1 -1
@@ -1,6 +1,6 @@
1
1
  import { InputProperty } from './input';
2
2
  import { PieceAuthProperty } from './authentication';
3
- import { TSchema } from '@sinclair/typebox';
3
+ import { z } from 'zod';
4
4
  import { PropertyType } from './input/property-type';
5
5
  import { DropdownState } from './input/dropdown/common';
6
6
  export { ApFile } from './input/file-property';
@@ -34,683 +34,791 @@ export { BasicAuthProperty } from './authentication/basic-auth-prop';
34
34
  export { SecretTextProperty } from './authentication/secret-text-property';
35
35
  export { CustomAuthProperty } from './authentication/custom-auth-prop';
36
36
  export { JsonProperty } from './input/json-property';
37
- export declare const PieceProperty: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
38
- [x: string]: TSchema;
39
- [x: number]: TSchema;
40
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
41
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
42
- }>, import("@sinclair/typebox").TObject<{
43
- [x: string]: TSchema;
44
- [x: number]: TSchema;
45
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
46
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
47
- }>, import("@sinclair/typebox").TObject<{
48
- [x: string]: TSchema;
49
- [x: number]: TSchema;
50
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
51
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
52
- }>, import("@sinclair/typebox").TObject<{
53
- [x: string]: TSchema;
54
- [x: number]: TSchema;
55
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
56
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
57
- }>, import("@sinclair/typebox").TObject<{
58
- [x: string]: TSchema;
59
- [x: number]: TSchema;
60
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
61
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
62
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
63
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
64
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
65
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
66
- label: import("@sinclair/typebox").TString;
67
- value: import("@sinclair/typebox").TUnknown;
68
- }>>;
69
- }>, TSchema]>;
70
- }>, import("@sinclair/typebox").TObject<{
71
- [x: string]: TSchema;
72
- [x: number]: TSchema;
73
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
74
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
75
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
76
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
77
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
78
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
79
- label: import("@sinclair/typebox").TString;
80
- value: import("@sinclair/typebox").TUnknown;
81
- }>>;
82
- }>, TSchema]>;
83
- }>, import("@sinclair/typebox").TObject<{
84
- [x: string]: TSchema;
85
- [x: number]: TSchema;
86
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
87
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
88
- }>, import("@sinclair/typebox").TObject<{
89
- [x: string]: TSchema;
90
- [x: number]: TSchema;
91
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
92
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
93
- }>, import("@sinclair/typebox").TObject<{
94
- [x: string]: TSchema;
95
- [x: number]: TSchema;
96
- refreshers: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>, TSchema]>;
97
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
98
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
99
- }>, import("@sinclair/typebox").TObject<{
100
- [x: string]: TSchema;
101
- [x: number]: TSchema;
102
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
103
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
104
- }>, import("@sinclair/typebox").TObject<{
105
- [x: string]: TSchema;
106
- [x: number]: TSchema;
107
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
108
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
109
- properties: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
110
- [x: string]: TSchema;
111
- [x: number]: TSchema;
112
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
113
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
114
- }>, import("@sinclair/typebox").TObject<{
115
- [x: string]: TSchema;
116
- [x: number]: TSchema;
117
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
118
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
119
- }>, import("@sinclair/typebox").TObject<{
120
- [x: string]: TSchema;
121
- [x: number]: TSchema;
122
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
123
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
124
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
125
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
126
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
127
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
128
- label: import("@sinclair/typebox").TString;
129
- value: import("@sinclair/typebox").TUnknown;
130
- }>>;
131
- }>, TSchema]>;
132
- }>, import("@sinclair/typebox").TObject<{
133
- [x: string]: TSchema;
134
- [x: number]: TSchema;
135
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
136
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
137
- }>, import("@sinclair/typebox").TObject<{
138
- [x: string]: TSchema;
139
- [x: number]: TSchema;
140
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
141
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
142
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
143
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
144
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
145
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
146
- label: import("@sinclair/typebox").TString;
147
- value: import("@sinclair/typebox").TUnknown;
148
- }>>;
149
- }>, TSchema]>;
150
- }>, import("@sinclair/typebox").TObject<{
151
- [x: string]: TSchema;
152
- [x: number]: TSchema;
153
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
154
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
155
- }>, import("@sinclair/typebox").TObject<{
156
- [x: string]: TSchema;
157
- [x: number]: TSchema;
158
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
159
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
160
- }>, import("@sinclair/typebox").TObject<{
161
- [x: string]: TSchema;
162
- [x: number]: TSchema;
163
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
164
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
165
- }>, import("@sinclair/typebox").TObject<{
166
- [x: string]: TSchema;
167
- [x: number]: TSchema;
168
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
169
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
170
- }>]>>, TSchema]>;
171
- }>, import("@sinclair/typebox").TObject<{
172
- [x: string]: TSchema;
173
- [x: number]: TSchema;
174
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
175
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
176
- }>, import("@sinclair/typebox").TObject<{
177
- [x: string]: TSchema;
178
- [x: number]: TSchema;
179
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
180
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
181
- }>, import("@sinclair/typebox").TObject<{
182
- [x: string]: TSchema;
183
- [x: number]: TSchema;
184
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
185
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
186
- }>, import("@sinclair/typebox").TObject<{
187
- [x: string]: TSchema;
188
- [x: number]: TSchema;
189
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
190
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
191
- }>, import("@sinclair/typebox").TObject<{
192
- [x: string]: TSchema;
193
- [x: number]: TSchema;
194
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
195
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
196
- }>]>, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
197
- [x: string]: TSchema;
198
- [x: number]: TSchema;
199
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
200
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
201
- username: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
202
- displayName: import("@sinclair/typebox").TString;
203
- description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
204
- }>, TSchema]>;
205
- password: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
206
- displayName: import("@sinclair/typebox").TString;
207
- description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
208
- }>, TSchema]>;
209
- }>, import("@sinclair/typebox").TObject<{
210
- [x: string]: TSchema;
211
- [x: number]: TSchema;
212
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
213
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
214
- props: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
215
- [x: string]: TSchema;
216
- [x: number]: TSchema;
217
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
218
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
219
- }>, import("@sinclair/typebox").TObject<{
220
- [x: string]: TSchema;
221
- [x: number]: TSchema;
222
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
223
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
224
- }>, import("@sinclair/typebox").TObject<{
225
- [x: string]: TSchema;
226
- [x: number]: TSchema;
227
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
228
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
229
- }>, import("@sinclair/typebox").TObject<{
230
- [x: string]: TSchema;
231
- [x: number]: TSchema;
232
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
233
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
234
- }>, import("@sinclair/typebox").TObject<{
235
- [x: string]: TSchema;
236
- [x: number]: TSchema;
237
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
238
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
239
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
240
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
241
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
242
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
243
- label: import("@sinclair/typebox").TString;
244
- value: import("@sinclair/typebox").TUnknown;
245
- }>>;
246
- }>, TSchema]>;
247
- }>]>>, TSchema]>;
248
- }>, import("@sinclair/typebox").TObject<{
249
- [x: string]: TSchema;
250
- [x: number]: TSchema;
251
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
252
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
253
- scope: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>, TSchema]>;
254
- props: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
255
- [x: string]: TSchema;
256
- [x: number]: TSchema;
257
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
258
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
259
- }>, import("@sinclair/typebox").TObject<{
260
- [x: string]: TSchema;
261
- [x: number]: TSchema;
262
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
263
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
264
- }>, import("@sinclair/typebox").TObject<{
265
- [x: string]: TSchema;
266
- [x: number]: TSchema;
267
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
268
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
269
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
270
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
271
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
272
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
273
- label: import("@sinclair/typebox").TString;
274
- value: import("@sinclair/typebox").TUnknown;
275
- }>>;
276
- }>, TSchema]>;
277
- }>]>>, TSchema]>;
278
- prompt: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"none">, import("@sinclair/typebox").TLiteral<"consent">, import("@sinclair/typebox").TLiteral<"login">, import("@sinclair/typebox").TLiteral<"omit">]>, TSchema]>;
279
- authUrl: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
280
- tokenUrl: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
281
- pkce: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TBoolean, TSchema]>;
282
- pkceMethod: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"plain">, import("@sinclair/typebox").TLiteral<"S256">]>, TSchema]>;
283
- authorizationMethod: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TEnum<typeof import("./authentication/oauth2-prop").OAuth2AuthorizationMethod>, TSchema]>;
284
- grantType: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TEnum<typeof import("@activepieces/shared").OAuth2GrantType>, import("@sinclair/typebox").TLiteral<"both_client_credentials_and_authorization_code">]>, TSchema]>;
285
- extra: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TString>, TSchema]>;
286
- }>, import("@sinclair/typebox").TObject<{
287
- [x: string]: TSchema;
288
- [x: number]: TSchema;
289
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
290
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
291
- }>]>]>;
37
+ export declare const PieceProperty: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
38
+ type: z.ZodLiteral<PropertyType.SHORT_TEXT>;
39
+ required: z.ZodBoolean;
40
+ defaultValue: z.ZodOptional<z.ZodAny>;
41
+ displayName: z.ZodString;
42
+ description: z.ZodOptional<z.ZodString>;
43
+ }, z.core.$strip>, z.ZodObject<{
44
+ type: z.ZodLiteral<PropertyType.LONG_TEXT>;
45
+ required: z.ZodBoolean;
46
+ defaultValue: z.ZodOptional<z.ZodAny>;
47
+ displayName: z.ZodString;
48
+ description: z.ZodOptional<z.ZodString>;
49
+ }, z.core.$strip>, z.ZodObject<{
50
+ type: z.ZodLiteral<PropertyType.MARKDOWN>;
51
+ required: z.ZodBoolean;
52
+ defaultValue: z.ZodOptional<z.ZodAny>;
53
+ displayName: z.ZodString;
54
+ description: z.ZodOptional<z.ZodString>;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ type: z.ZodLiteral<PropertyType.CHECKBOX>;
57
+ required: z.ZodBoolean;
58
+ defaultValue: z.ZodOptional<z.ZodAny>;
59
+ displayName: z.ZodString;
60
+ description: z.ZodOptional<z.ZodString>;
61
+ }, z.core.$strip>, z.ZodObject<{
62
+ type: z.ZodLiteral<PropertyType.STATIC_DROPDOWN>;
63
+ required: z.ZodBoolean;
64
+ defaultValue: z.ZodOptional<z.ZodAny>;
65
+ options: z.ZodObject<{
66
+ disabled: z.ZodOptional<z.ZodBoolean>;
67
+ placeholder: z.ZodOptional<z.ZodString>;
68
+ options: z.ZodArray<z.ZodObject<{
69
+ label: z.ZodString;
70
+ value: z.ZodUnknown;
71
+ }, z.core.$strip>>;
72
+ }, z.core.$strip>;
73
+ displayName: z.ZodString;
74
+ description: z.ZodOptional<z.ZodString>;
75
+ }, z.core.$strip>, z.ZodObject<{
76
+ type: z.ZodLiteral<PropertyType.STATIC_MULTI_SELECT_DROPDOWN>;
77
+ required: z.ZodBoolean;
78
+ defaultValue: z.ZodOptional<z.ZodAny>;
79
+ options: z.ZodObject<{
80
+ disabled: z.ZodOptional<z.ZodBoolean>;
81
+ placeholder: z.ZodOptional<z.ZodString>;
82
+ options: z.ZodArray<z.ZodObject<{
83
+ label: z.ZodString;
84
+ value: z.ZodUnknown;
85
+ }, z.core.$strip>>;
86
+ }, z.core.$strip>;
87
+ displayName: z.ZodString;
88
+ description: z.ZodOptional<z.ZodString>;
89
+ }, z.core.$strip>, z.ZodObject<{
90
+ refreshers: z.ZodArray<z.ZodString>;
91
+ type: z.ZodLiteral<PropertyType.DROPDOWN>;
92
+ required: z.ZodBoolean;
93
+ defaultValue: z.ZodOptional<z.ZodAny>;
94
+ displayName: z.ZodString;
95
+ description: z.ZodOptional<z.ZodString>;
96
+ }, z.core.$strip>, z.ZodObject<{
97
+ refreshers: z.ZodArray<z.ZodString>;
98
+ type: z.ZodLiteral<PropertyType.MULTI_SELECT_DROPDOWN>;
99
+ required: z.ZodBoolean;
100
+ defaultValue: z.ZodOptional<z.ZodAny>;
101
+ displayName: z.ZodString;
102
+ description: z.ZodOptional<z.ZodString>;
103
+ }, z.core.$strip>, z.ZodObject<{
104
+ type: z.ZodLiteral<PropertyType.DYNAMIC>;
105
+ required: z.ZodBoolean;
106
+ defaultValue: z.ZodOptional<z.ZodAny>;
107
+ displayName: z.ZodString;
108
+ description: z.ZodOptional<z.ZodString>;
109
+ refreshers: z.ZodArray<z.ZodString>;
110
+ }, z.core.$strip>, z.ZodObject<{
111
+ type: z.ZodLiteral<PropertyType.NUMBER>;
112
+ required: z.ZodBoolean;
113
+ defaultValue: z.ZodOptional<z.ZodAny>;
114
+ displayName: z.ZodString;
115
+ description: z.ZodOptional<z.ZodString>;
116
+ }, z.core.$strip>, z.ZodObject<{
117
+ type: z.ZodLiteral<PropertyType.ARRAY>;
118
+ required: z.ZodBoolean;
119
+ defaultValue: z.ZodOptional<z.ZodAny>;
120
+ properties: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
121
+ type: z.ZodLiteral<PropertyType.SHORT_TEXT>;
122
+ required: z.ZodBoolean;
123
+ defaultValue: z.ZodOptional<z.ZodAny>;
124
+ displayName: z.ZodString;
125
+ description: z.ZodOptional<z.ZodString>;
126
+ }, z.core.$strip>, z.ZodObject<{
127
+ type: z.ZodLiteral<PropertyType.LONG_TEXT>;
128
+ required: z.ZodBoolean;
129
+ defaultValue: z.ZodOptional<z.ZodAny>;
130
+ displayName: z.ZodString;
131
+ description: z.ZodOptional<z.ZodString>;
132
+ }, z.core.$strip>, z.ZodObject<{
133
+ type: z.ZodLiteral<PropertyType.STATIC_DROPDOWN>;
134
+ required: z.ZodBoolean;
135
+ defaultValue: z.ZodOptional<z.ZodAny>;
136
+ options: z.ZodObject<{
137
+ disabled: z.ZodOptional<z.ZodBoolean>;
138
+ placeholder: z.ZodOptional<z.ZodString>;
139
+ options: z.ZodArray<z.ZodObject<{
140
+ label: z.ZodString;
141
+ value: z.ZodUnknown;
142
+ }, z.core.$strip>>;
143
+ }, z.core.$strip>;
144
+ displayName: z.ZodString;
145
+ description: z.ZodOptional<z.ZodString>;
146
+ }, z.core.$strip>, z.ZodObject<{
147
+ refreshers: z.ZodArray<z.ZodString>;
148
+ type: z.ZodLiteral<PropertyType.MULTI_SELECT_DROPDOWN>;
149
+ required: z.ZodBoolean;
150
+ defaultValue: z.ZodOptional<z.ZodAny>;
151
+ displayName: z.ZodString;
152
+ description: z.ZodOptional<z.ZodString>;
153
+ }, z.core.$strip>, z.ZodObject<{
154
+ type: z.ZodLiteral<PropertyType.STATIC_MULTI_SELECT_DROPDOWN>;
155
+ required: z.ZodBoolean;
156
+ defaultValue: z.ZodOptional<z.ZodAny>;
157
+ options: z.ZodObject<{
158
+ disabled: z.ZodOptional<z.ZodBoolean>;
159
+ placeholder: z.ZodOptional<z.ZodString>;
160
+ options: z.ZodArray<z.ZodObject<{
161
+ label: z.ZodString;
162
+ value: z.ZodUnknown;
163
+ }, z.core.$strip>>;
164
+ }, z.core.$strip>;
165
+ displayName: z.ZodString;
166
+ description: z.ZodOptional<z.ZodString>;
167
+ }, z.core.$strip>, z.ZodObject<{
168
+ type: z.ZodLiteral<PropertyType.CHECKBOX>;
169
+ required: z.ZodBoolean;
170
+ defaultValue: z.ZodOptional<z.ZodAny>;
171
+ displayName: z.ZodString;
172
+ description: z.ZodOptional<z.ZodString>;
173
+ }, z.core.$strip>, z.ZodObject<{
174
+ type: z.ZodLiteral<PropertyType.NUMBER>;
175
+ required: z.ZodBoolean;
176
+ defaultValue: z.ZodOptional<z.ZodAny>;
177
+ displayName: z.ZodString;
178
+ description: z.ZodOptional<z.ZodString>;
179
+ }, z.core.$strip>, z.ZodObject<{
180
+ type: z.ZodLiteral<PropertyType.FILE>;
181
+ required: z.ZodBoolean;
182
+ defaultValue: z.ZodOptional<z.ZodAny>;
183
+ displayName: z.ZodString;
184
+ description: z.ZodOptional<z.ZodString>;
185
+ }, z.core.$strip>, z.ZodObject<{
186
+ type: z.ZodLiteral<PropertyType.DATE_TIME>;
187
+ required: z.ZodBoolean;
188
+ defaultValue: z.ZodOptional<z.ZodAny>;
189
+ displayName: z.ZodString;
190
+ description: z.ZodOptional<z.ZodString>;
191
+ }, z.core.$strip>]>>;
192
+ displayName: z.ZodString;
193
+ description: z.ZodOptional<z.ZodString>;
194
+ }, z.core.$strip>, z.ZodObject<{
195
+ type: z.ZodLiteral<PropertyType.OBJECT>;
196
+ required: z.ZodBoolean;
197
+ defaultValue: z.ZodOptional<z.ZodAny>;
198
+ displayName: z.ZodString;
199
+ description: z.ZodOptional<z.ZodString>;
200
+ }, z.core.$strip>, z.ZodObject<{
201
+ type: z.ZodLiteral<PropertyType.JSON>;
202
+ required: z.ZodBoolean;
203
+ defaultValue: z.ZodOptional<z.ZodAny>;
204
+ displayName: z.ZodString;
205
+ description: z.ZodOptional<z.ZodString>;
206
+ }, z.core.$strip>, z.ZodObject<{
207
+ type: z.ZodLiteral<PropertyType.DATE_TIME>;
208
+ required: z.ZodBoolean;
209
+ defaultValue: z.ZodOptional<z.ZodAny>;
210
+ displayName: z.ZodString;
211
+ description: z.ZodOptional<z.ZodString>;
212
+ }, z.core.$strip>, z.ZodObject<{
213
+ type: z.ZodLiteral<PropertyType.FILE>;
214
+ required: z.ZodBoolean;
215
+ defaultValue: z.ZodOptional<z.ZodAny>;
216
+ displayName: z.ZodString;
217
+ description: z.ZodOptional<z.ZodString>;
218
+ }, z.core.$strip>, z.ZodObject<{
219
+ type: z.ZodLiteral<PropertyType.COLOR>;
220
+ required: z.ZodBoolean;
221
+ defaultValue: z.ZodOptional<z.ZodAny>;
222
+ displayName: z.ZodString;
223
+ description: z.ZodOptional<z.ZodString>;
224
+ }, z.core.$strip>]>, z.ZodUnion<readonly [z.ZodObject<{
225
+ type: z.ZodLiteral<PropertyType.BASIC_AUTH>;
226
+ required: z.ZodBoolean;
227
+ defaultValue: z.ZodOptional<z.ZodAny>;
228
+ username: z.ZodObject<{
229
+ displayName: z.ZodString;
230
+ description: z.ZodOptional<z.ZodString>;
231
+ }, z.core.$strip>;
232
+ password: z.ZodObject<{
233
+ displayName: z.ZodString;
234
+ description: z.ZodOptional<z.ZodString>;
235
+ }, z.core.$strip>;
236
+ displayName: z.ZodString;
237
+ description: z.ZodOptional<z.ZodString>;
238
+ }, z.core.$strip>, z.ZodObject<{
239
+ type: z.ZodLiteral<PropertyType.CUSTOM_AUTH>;
240
+ required: z.ZodBoolean;
241
+ defaultValue: z.ZodOptional<z.ZodAny>;
242
+ props: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
243
+ type: z.ZodLiteral<PropertyType.SHORT_TEXT>;
244
+ required: z.ZodBoolean;
245
+ defaultValue: z.ZodOptional<z.ZodAny>;
246
+ displayName: z.ZodString;
247
+ description: z.ZodOptional<z.ZodString>;
248
+ }, z.core.$strip>, z.ZodObject<{
249
+ type: z.ZodLiteral<PropertyType.LONG_TEXT>;
250
+ required: z.ZodBoolean;
251
+ defaultValue: z.ZodOptional<z.ZodAny>;
252
+ displayName: z.ZodString;
253
+ description: z.ZodOptional<z.ZodString>;
254
+ }, z.core.$strip>, z.ZodObject<{
255
+ type: z.ZodLiteral<PropertyType.NUMBER>;
256
+ required: z.ZodBoolean;
257
+ defaultValue: z.ZodOptional<z.ZodAny>;
258
+ displayName: z.ZodString;
259
+ description: z.ZodOptional<z.ZodString>;
260
+ }, z.core.$strip>, z.ZodObject<{
261
+ type: z.ZodLiteral<PropertyType.CHECKBOX>;
262
+ required: z.ZodBoolean;
263
+ defaultValue: z.ZodOptional<z.ZodAny>;
264
+ displayName: z.ZodString;
265
+ description: z.ZodOptional<z.ZodString>;
266
+ }, z.core.$strip>, z.ZodObject<{
267
+ type: z.ZodLiteral<PropertyType.STATIC_DROPDOWN>;
268
+ required: z.ZodBoolean;
269
+ defaultValue: z.ZodOptional<z.ZodAny>;
270
+ options: z.ZodObject<{
271
+ disabled: z.ZodOptional<z.ZodBoolean>;
272
+ placeholder: z.ZodOptional<z.ZodString>;
273
+ options: z.ZodArray<z.ZodObject<{
274
+ label: z.ZodString;
275
+ value: z.ZodUnknown;
276
+ }, z.core.$strip>>;
277
+ }, z.core.$strip>;
278
+ displayName: z.ZodString;
279
+ description: z.ZodOptional<z.ZodString>;
280
+ }, z.core.$strip>]>>;
281
+ displayName: z.ZodString;
282
+ description: z.ZodOptional<z.ZodString>;
283
+ }, z.core.$strip>, z.ZodObject<{
284
+ type: z.ZodLiteral<PropertyType.OAUTH2>;
285
+ required: z.ZodBoolean;
286
+ defaultValue: z.ZodOptional<z.ZodAny>;
287
+ props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
288
+ type: z.ZodLiteral<PropertyType.SHORT_TEXT>;
289
+ required: z.ZodBoolean;
290
+ defaultValue: z.ZodOptional<z.ZodAny>;
291
+ displayName: z.ZodString;
292
+ description: z.ZodOptional<z.ZodString>;
293
+ }, z.core.$strip>, z.ZodObject<{
294
+ type: z.ZodLiteral<PropertyType.SECRET_TEXT>;
295
+ required: z.ZodBoolean;
296
+ defaultValue: z.ZodOptional<z.ZodAny>;
297
+ displayName: z.ZodString;
298
+ description: z.ZodOptional<z.ZodString>;
299
+ }, z.core.$strip>, z.ZodObject<{
300
+ type: z.ZodLiteral<PropertyType.STATIC_DROPDOWN>;
301
+ required: z.ZodBoolean;
302
+ defaultValue: z.ZodOptional<z.ZodAny>;
303
+ options: z.ZodObject<{
304
+ disabled: z.ZodOptional<z.ZodBoolean>;
305
+ placeholder: z.ZodOptional<z.ZodString>;
306
+ options: z.ZodArray<z.ZodObject<{
307
+ label: z.ZodString;
308
+ value: z.ZodUnknown;
309
+ }, z.core.$strip>>;
310
+ }, z.core.$strip>;
311
+ displayName: z.ZodString;
312
+ description: z.ZodOptional<z.ZodString>;
313
+ }, z.core.$strip>]>>>;
314
+ authUrl: z.ZodString;
315
+ tokenUrl: z.ZodString;
316
+ scope: z.ZodArray<z.ZodString>;
317
+ prompt: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"none">, z.ZodLiteral<"consent">, z.ZodLiteral<"login">, z.ZodLiteral<"omit">]>>;
318
+ pkce: z.ZodOptional<z.ZodBoolean>;
319
+ pkceMethod: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"plain">, z.ZodLiteral<"S256">]>>;
320
+ authorizationMethod: z.ZodOptional<z.ZodEnum<typeof import("./authentication/oauth2-prop").OAuth2AuthorizationMethod>>;
321
+ grantType: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<typeof import("@activepieces/shared").OAuth2GrantType>, z.ZodLiteral<"both_client_credentials_and_authorization_code">]>>;
322
+ extra: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
323
+ displayName: z.ZodString;
324
+ description: z.ZodOptional<z.ZodString>;
325
+ }, z.core.$strip>, z.ZodObject<{
326
+ type: z.ZodLiteral<PropertyType.SECRET_TEXT>;
327
+ required: z.ZodBoolean;
328
+ defaultValue: z.ZodOptional<z.ZodAny>;
329
+ displayName: z.ZodString;
330
+ description: z.ZodOptional<z.ZodString>;
331
+ }, z.core.$strip>]>]>;
292
332
  export type PieceProperty = InputProperty | PieceAuthProperty;
293
333
  export { CustomProperty } from './input/custom-property';
294
334
  export type { CustomPropertyCodeFunctionParams } from './input/custom-property';
295
- export declare const PiecePropertyMap: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
296
- [x: string]: TSchema;
297
- [x: number]: TSchema;
298
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
299
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
300
- }>, import("@sinclair/typebox").TObject<{
301
- [x: string]: TSchema;
302
- [x: number]: TSchema;
303
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
304
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
305
- }>, import("@sinclair/typebox").TObject<{
306
- [x: string]: TSchema;
307
- [x: number]: TSchema;
308
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
309
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
310
- }>, import("@sinclair/typebox").TObject<{
311
- [x: string]: TSchema;
312
- [x: number]: TSchema;
313
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
314
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
315
- }>, import("@sinclair/typebox").TObject<{
316
- [x: string]: TSchema;
317
- [x: number]: TSchema;
318
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
319
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
320
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
321
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
322
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
323
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
324
- label: import("@sinclair/typebox").TString;
325
- value: import("@sinclair/typebox").TUnknown;
326
- }>>;
327
- }>, TSchema]>;
328
- }>, import("@sinclair/typebox").TObject<{
329
- [x: string]: TSchema;
330
- [x: number]: TSchema;
331
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
332
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
333
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
334
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
335
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
336
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
337
- label: import("@sinclair/typebox").TString;
338
- value: import("@sinclair/typebox").TUnknown;
339
- }>>;
340
- }>, TSchema]>;
341
- }>, import("@sinclair/typebox").TObject<{
342
- [x: string]: TSchema;
343
- [x: number]: TSchema;
344
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
345
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
346
- }>, import("@sinclair/typebox").TObject<{
347
- [x: string]: TSchema;
348
- [x: number]: TSchema;
349
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
350
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
351
- }>, import("@sinclair/typebox").TObject<{
352
- [x: string]: TSchema;
353
- [x: number]: TSchema;
354
- refreshers: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>, TSchema]>;
355
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
356
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
357
- }>, import("@sinclair/typebox").TObject<{
358
- [x: string]: TSchema;
359
- [x: number]: TSchema;
360
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
361
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
362
- }>, import("@sinclair/typebox").TObject<{
363
- [x: string]: TSchema;
364
- [x: number]: TSchema;
365
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
366
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
367
- properties: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
368
- [x: string]: TSchema;
369
- [x: number]: TSchema;
370
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
371
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
372
- }>, import("@sinclair/typebox").TObject<{
373
- [x: string]: TSchema;
374
- [x: number]: TSchema;
375
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
376
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
377
- }>, import("@sinclair/typebox").TObject<{
378
- [x: string]: TSchema;
379
- [x: number]: TSchema;
380
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
381
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
382
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
383
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
384
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
385
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
386
- label: import("@sinclair/typebox").TString;
387
- value: import("@sinclair/typebox").TUnknown;
388
- }>>;
389
- }>, TSchema]>;
390
- }>, import("@sinclair/typebox").TObject<{
391
- [x: string]: TSchema;
392
- [x: number]: TSchema;
393
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
394
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
395
- }>, import("@sinclair/typebox").TObject<{
396
- [x: string]: TSchema;
397
- [x: number]: TSchema;
398
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
399
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
400
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
401
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
402
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
403
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
404
- label: import("@sinclair/typebox").TString;
405
- value: import("@sinclair/typebox").TUnknown;
406
- }>>;
407
- }>, TSchema]>;
408
- }>, import("@sinclair/typebox").TObject<{
409
- [x: string]: TSchema;
410
- [x: number]: TSchema;
411
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
412
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
413
- }>, import("@sinclair/typebox").TObject<{
414
- [x: string]: TSchema;
415
- [x: number]: TSchema;
416
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
417
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
418
- }>, import("@sinclair/typebox").TObject<{
419
- [x: string]: TSchema;
420
- [x: number]: TSchema;
421
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
422
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
423
- }>, import("@sinclair/typebox").TObject<{
424
- [x: string]: TSchema;
425
- [x: number]: TSchema;
426
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
427
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
428
- }>]>>, TSchema]>;
429
- }>, import("@sinclair/typebox").TObject<{
430
- [x: string]: TSchema;
431
- [x: number]: TSchema;
432
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
433
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
434
- }>, import("@sinclair/typebox").TObject<{
435
- [x: string]: TSchema;
436
- [x: number]: TSchema;
437
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
438
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
439
- }>, import("@sinclair/typebox").TObject<{
440
- [x: string]: TSchema;
441
- [x: number]: TSchema;
442
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
443
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
444
- }>, import("@sinclair/typebox").TObject<{
445
- [x: string]: TSchema;
446
- [x: number]: TSchema;
447
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
448
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
449
- }>, import("@sinclair/typebox").TObject<{
450
- [x: string]: TSchema;
451
- [x: number]: TSchema;
452
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
453
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
454
- }>]>, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
455
- [x: string]: TSchema;
456
- [x: number]: TSchema;
457
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
458
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
459
- username: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
460
- displayName: import("@sinclair/typebox").TString;
461
- description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
462
- }>, TSchema]>;
463
- password: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
464
- displayName: import("@sinclair/typebox").TString;
465
- description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
466
- }>, TSchema]>;
467
- }>, import("@sinclair/typebox").TObject<{
468
- [x: string]: TSchema;
469
- [x: number]: TSchema;
470
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
471
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
472
- props: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
473
- [x: string]: TSchema;
474
- [x: number]: TSchema;
475
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
476
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
477
- }>, import("@sinclair/typebox").TObject<{
478
- [x: string]: TSchema;
479
- [x: number]: TSchema;
480
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
481
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
482
- }>, import("@sinclair/typebox").TObject<{
483
- [x: string]: TSchema;
484
- [x: number]: TSchema;
485
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
486
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
487
- }>, import("@sinclair/typebox").TObject<{
488
- [x: string]: TSchema;
489
- [x: number]: TSchema;
490
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
491
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
492
- }>, import("@sinclair/typebox").TObject<{
493
- [x: string]: TSchema;
494
- [x: number]: TSchema;
495
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
496
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
497
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
498
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
499
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
500
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
501
- label: import("@sinclair/typebox").TString;
502
- value: import("@sinclair/typebox").TUnknown;
503
- }>>;
504
- }>, TSchema]>;
505
- }>]>>, TSchema]>;
506
- }>, import("@sinclair/typebox").TObject<{
507
- [x: string]: TSchema;
508
- [x: number]: TSchema;
509
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
510
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
511
- scope: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>, TSchema]>;
512
- props: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
513
- [x: string]: TSchema;
514
- [x: number]: TSchema;
515
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
516
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
517
- }>, import("@sinclair/typebox").TObject<{
518
- [x: string]: TSchema;
519
- [x: number]: TSchema;
520
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
521
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
522
- }>, import("@sinclair/typebox").TObject<{
523
- [x: string]: TSchema;
524
- [x: number]: TSchema;
525
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
526
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
527
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
528
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
529
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
530
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
531
- label: import("@sinclair/typebox").TString;
532
- value: import("@sinclair/typebox").TUnknown;
533
- }>>;
534
- }>, TSchema]>;
535
- }>]>>, TSchema]>;
536
- prompt: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"none">, import("@sinclair/typebox").TLiteral<"consent">, import("@sinclair/typebox").TLiteral<"login">, import("@sinclair/typebox").TLiteral<"omit">]>, TSchema]>;
537
- authUrl: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
538
- tokenUrl: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
539
- pkce: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TBoolean, TSchema]>;
540
- pkceMethod: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TLiteral<"plain">, import("@sinclair/typebox").TLiteral<"S256">]>, TSchema]>;
541
- authorizationMethod: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TEnum<typeof import("./authentication/oauth2-prop").OAuth2AuthorizationMethod>, TSchema]>;
542
- grantType: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TEnum<typeof import("@activepieces/shared").OAuth2GrantType>, import("@sinclair/typebox").TLiteral<"both_client_credentials_and_authorization_code">]>, TSchema]>;
543
- extra: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TString>, TSchema]>;
544
- }>, import("@sinclair/typebox").TObject<{
545
- [x: string]: TSchema;
546
- [x: number]: TSchema;
547
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
548
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
549
- }>]>]>>;
335
+ export declare const PiecePropertyMap: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
336
+ type: z.ZodLiteral<PropertyType.SHORT_TEXT>;
337
+ required: z.ZodBoolean;
338
+ defaultValue: z.ZodOptional<z.ZodAny>;
339
+ displayName: z.ZodString;
340
+ description: z.ZodOptional<z.ZodString>;
341
+ }, z.core.$strip>, z.ZodObject<{
342
+ type: z.ZodLiteral<PropertyType.LONG_TEXT>;
343
+ required: z.ZodBoolean;
344
+ defaultValue: z.ZodOptional<z.ZodAny>;
345
+ displayName: z.ZodString;
346
+ description: z.ZodOptional<z.ZodString>;
347
+ }, z.core.$strip>, z.ZodObject<{
348
+ type: z.ZodLiteral<PropertyType.MARKDOWN>;
349
+ required: z.ZodBoolean;
350
+ defaultValue: z.ZodOptional<z.ZodAny>;
351
+ displayName: z.ZodString;
352
+ description: z.ZodOptional<z.ZodString>;
353
+ }, z.core.$strip>, z.ZodObject<{
354
+ type: z.ZodLiteral<PropertyType.CHECKBOX>;
355
+ required: z.ZodBoolean;
356
+ defaultValue: z.ZodOptional<z.ZodAny>;
357
+ displayName: z.ZodString;
358
+ description: z.ZodOptional<z.ZodString>;
359
+ }, z.core.$strip>, z.ZodObject<{
360
+ type: z.ZodLiteral<PropertyType.STATIC_DROPDOWN>;
361
+ required: z.ZodBoolean;
362
+ defaultValue: z.ZodOptional<z.ZodAny>;
363
+ options: z.ZodObject<{
364
+ disabled: z.ZodOptional<z.ZodBoolean>;
365
+ placeholder: z.ZodOptional<z.ZodString>;
366
+ options: z.ZodArray<z.ZodObject<{
367
+ label: z.ZodString;
368
+ value: z.ZodUnknown;
369
+ }, z.core.$strip>>;
370
+ }, z.core.$strip>;
371
+ displayName: z.ZodString;
372
+ description: z.ZodOptional<z.ZodString>;
373
+ }, z.core.$strip>, z.ZodObject<{
374
+ type: z.ZodLiteral<PropertyType.STATIC_MULTI_SELECT_DROPDOWN>;
375
+ required: z.ZodBoolean;
376
+ defaultValue: z.ZodOptional<z.ZodAny>;
377
+ options: z.ZodObject<{
378
+ disabled: z.ZodOptional<z.ZodBoolean>;
379
+ placeholder: z.ZodOptional<z.ZodString>;
380
+ options: z.ZodArray<z.ZodObject<{
381
+ label: z.ZodString;
382
+ value: z.ZodUnknown;
383
+ }, z.core.$strip>>;
384
+ }, z.core.$strip>;
385
+ displayName: z.ZodString;
386
+ description: z.ZodOptional<z.ZodString>;
387
+ }, z.core.$strip>, z.ZodObject<{
388
+ refreshers: z.ZodArray<z.ZodString>;
389
+ type: z.ZodLiteral<PropertyType.DROPDOWN>;
390
+ required: z.ZodBoolean;
391
+ defaultValue: z.ZodOptional<z.ZodAny>;
392
+ displayName: z.ZodString;
393
+ description: z.ZodOptional<z.ZodString>;
394
+ }, z.core.$strip>, z.ZodObject<{
395
+ refreshers: z.ZodArray<z.ZodString>;
396
+ type: z.ZodLiteral<PropertyType.MULTI_SELECT_DROPDOWN>;
397
+ required: z.ZodBoolean;
398
+ defaultValue: z.ZodOptional<z.ZodAny>;
399
+ displayName: z.ZodString;
400
+ description: z.ZodOptional<z.ZodString>;
401
+ }, z.core.$strip>, z.ZodObject<{
402
+ type: z.ZodLiteral<PropertyType.DYNAMIC>;
403
+ required: z.ZodBoolean;
404
+ defaultValue: z.ZodOptional<z.ZodAny>;
405
+ displayName: z.ZodString;
406
+ description: z.ZodOptional<z.ZodString>;
407
+ refreshers: z.ZodArray<z.ZodString>;
408
+ }, z.core.$strip>, z.ZodObject<{
409
+ type: z.ZodLiteral<PropertyType.NUMBER>;
410
+ required: z.ZodBoolean;
411
+ defaultValue: z.ZodOptional<z.ZodAny>;
412
+ displayName: z.ZodString;
413
+ description: z.ZodOptional<z.ZodString>;
414
+ }, z.core.$strip>, z.ZodObject<{
415
+ type: z.ZodLiteral<PropertyType.ARRAY>;
416
+ required: z.ZodBoolean;
417
+ defaultValue: z.ZodOptional<z.ZodAny>;
418
+ properties: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
419
+ type: z.ZodLiteral<PropertyType.SHORT_TEXT>;
420
+ required: z.ZodBoolean;
421
+ defaultValue: z.ZodOptional<z.ZodAny>;
422
+ displayName: z.ZodString;
423
+ description: z.ZodOptional<z.ZodString>;
424
+ }, z.core.$strip>, z.ZodObject<{
425
+ type: z.ZodLiteral<PropertyType.LONG_TEXT>;
426
+ required: z.ZodBoolean;
427
+ defaultValue: z.ZodOptional<z.ZodAny>;
428
+ displayName: z.ZodString;
429
+ description: z.ZodOptional<z.ZodString>;
430
+ }, z.core.$strip>, z.ZodObject<{
431
+ type: z.ZodLiteral<PropertyType.STATIC_DROPDOWN>;
432
+ required: z.ZodBoolean;
433
+ defaultValue: z.ZodOptional<z.ZodAny>;
434
+ options: z.ZodObject<{
435
+ disabled: z.ZodOptional<z.ZodBoolean>;
436
+ placeholder: z.ZodOptional<z.ZodString>;
437
+ options: z.ZodArray<z.ZodObject<{
438
+ label: z.ZodString;
439
+ value: z.ZodUnknown;
440
+ }, z.core.$strip>>;
441
+ }, z.core.$strip>;
442
+ displayName: z.ZodString;
443
+ description: z.ZodOptional<z.ZodString>;
444
+ }, z.core.$strip>, z.ZodObject<{
445
+ refreshers: z.ZodArray<z.ZodString>;
446
+ type: z.ZodLiteral<PropertyType.MULTI_SELECT_DROPDOWN>;
447
+ required: z.ZodBoolean;
448
+ defaultValue: z.ZodOptional<z.ZodAny>;
449
+ displayName: z.ZodString;
450
+ description: z.ZodOptional<z.ZodString>;
451
+ }, z.core.$strip>, z.ZodObject<{
452
+ type: z.ZodLiteral<PropertyType.STATIC_MULTI_SELECT_DROPDOWN>;
453
+ required: z.ZodBoolean;
454
+ defaultValue: z.ZodOptional<z.ZodAny>;
455
+ options: z.ZodObject<{
456
+ disabled: z.ZodOptional<z.ZodBoolean>;
457
+ placeholder: z.ZodOptional<z.ZodString>;
458
+ options: z.ZodArray<z.ZodObject<{
459
+ label: z.ZodString;
460
+ value: z.ZodUnknown;
461
+ }, z.core.$strip>>;
462
+ }, z.core.$strip>;
463
+ displayName: z.ZodString;
464
+ description: z.ZodOptional<z.ZodString>;
465
+ }, z.core.$strip>, z.ZodObject<{
466
+ type: z.ZodLiteral<PropertyType.CHECKBOX>;
467
+ required: z.ZodBoolean;
468
+ defaultValue: z.ZodOptional<z.ZodAny>;
469
+ displayName: z.ZodString;
470
+ description: z.ZodOptional<z.ZodString>;
471
+ }, z.core.$strip>, z.ZodObject<{
472
+ type: z.ZodLiteral<PropertyType.NUMBER>;
473
+ required: z.ZodBoolean;
474
+ defaultValue: z.ZodOptional<z.ZodAny>;
475
+ displayName: z.ZodString;
476
+ description: z.ZodOptional<z.ZodString>;
477
+ }, z.core.$strip>, z.ZodObject<{
478
+ type: z.ZodLiteral<PropertyType.FILE>;
479
+ required: z.ZodBoolean;
480
+ defaultValue: z.ZodOptional<z.ZodAny>;
481
+ displayName: z.ZodString;
482
+ description: z.ZodOptional<z.ZodString>;
483
+ }, z.core.$strip>, z.ZodObject<{
484
+ type: z.ZodLiteral<PropertyType.DATE_TIME>;
485
+ required: z.ZodBoolean;
486
+ defaultValue: z.ZodOptional<z.ZodAny>;
487
+ displayName: z.ZodString;
488
+ description: z.ZodOptional<z.ZodString>;
489
+ }, z.core.$strip>]>>;
490
+ displayName: z.ZodString;
491
+ description: z.ZodOptional<z.ZodString>;
492
+ }, z.core.$strip>, z.ZodObject<{
493
+ type: z.ZodLiteral<PropertyType.OBJECT>;
494
+ required: z.ZodBoolean;
495
+ defaultValue: z.ZodOptional<z.ZodAny>;
496
+ displayName: z.ZodString;
497
+ description: z.ZodOptional<z.ZodString>;
498
+ }, z.core.$strip>, z.ZodObject<{
499
+ type: z.ZodLiteral<PropertyType.JSON>;
500
+ required: z.ZodBoolean;
501
+ defaultValue: z.ZodOptional<z.ZodAny>;
502
+ displayName: z.ZodString;
503
+ description: z.ZodOptional<z.ZodString>;
504
+ }, z.core.$strip>, z.ZodObject<{
505
+ type: z.ZodLiteral<PropertyType.DATE_TIME>;
506
+ required: z.ZodBoolean;
507
+ defaultValue: z.ZodOptional<z.ZodAny>;
508
+ displayName: z.ZodString;
509
+ description: z.ZodOptional<z.ZodString>;
510
+ }, z.core.$strip>, z.ZodObject<{
511
+ type: z.ZodLiteral<PropertyType.FILE>;
512
+ required: z.ZodBoolean;
513
+ defaultValue: z.ZodOptional<z.ZodAny>;
514
+ displayName: z.ZodString;
515
+ description: z.ZodOptional<z.ZodString>;
516
+ }, z.core.$strip>, z.ZodObject<{
517
+ type: z.ZodLiteral<PropertyType.COLOR>;
518
+ required: z.ZodBoolean;
519
+ defaultValue: z.ZodOptional<z.ZodAny>;
520
+ displayName: z.ZodString;
521
+ description: z.ZodOptional<z.ZodString>;
522
+ }, z.core.$strip>]>, z.ZodUnion<readonly [z.ZodObject<{
523
+ type: z.ZodLiteral<PropertyType.BASIC_AUTH>;
524
+ required: z.ZodBoolean;
525
+ defaultValue: z.ZodOptional<z.ZodAny>;
526
+ username: z.ZodObject<{
527
+ displayName: z.ZodString;
528
+ description: z.ZodOptional<z.ZodString>;
529
+ }, z.core.$strip>;
530
+ password: z.ZodObject<{
531
+ displayName: z.ZodString;
532
+ description: z.ZodOptional<z.ZodString>;
533
+ }, z.core.$strip>;
534
+ displayName: z.ZodString;
535
+ description: z.ZodOptional<z.ZodString>;
536
+ }, z.core.$strip>, z.ZodObject<{
537
+ type: z.ZodLiteral<PropertyType.CUSTOM_AUTH>;
538
+ required: z.ZodBoolean;
539
+ defaultValue: z.ZodOptional<z.ZodAny>;
540
+ props: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
541
+ type: z.ZodLiteral<PropertyType.SHORT_TEXT>;
542
+ required: z.ZodBoolean;
543
+ defaultValue: z.ZodOptional<z.ZodAny>;
544
+ displayName: z.ZodString;
545
+ description: z.ZodOptional<z.ZodString>;
546
+ }, z.core.$strip>, z.ZodObject<{
547
+ type: z.ZodLiteral<PropertyType.LONG_TEXT>;
548
+ required: z.ZodBoolean;
549
+ defaultValue: z.ZodOptional<z.ZodAny>;
550
+ displayName: z.ZodString;
551
+ description: z.ZodOptional<z.ZodString>;
552
+ }, z.core.$strip>, z.ZodObject<{
553
+ type: z.ZodLiteral<PropertyType.NUMBER>;
554
+ required: z.ZodBoolean;
555
+ defaultValue: z.ZodOptional<z.ZodAny>;
556
+ displayName: z.ZodString;
557
+ description: z.ZodOptional<z.ZodString>;
558
+ }, z.core.$strip>, z.ZodObject<{
559
+ type: z.ZodLiteral<PropertyType.CHECKBOX>;
560
+ required: z.ZodBoolean;
561
+ defaultValue: z.ZodOptional<z.ZodAny>;
562
+ displayName: z.ZodString;
563
+ description: z.ZodOptional<z.ZodString>;
564
+ }, z.core.$strip>, z.ZodObject<{
565
+ type: z.ZodLiteral<PropertyType.STATIC_DROPDOWN>;
566
+ required: z.ZodBoolean;
567
+ defaultValue: z.ZodOptional<z.ZodAny>;
568
+ options: z.ZodObject<{
569
+ disabled: z.ZodOptional<z.ZodBoolean>;
570
+ placeholder: z.ZodOptional<z.ZodString>;
571
+ options: z.ZodArray<z.ZodObject<{
572
+ label: z.ZodString;
573
+ value: z.ZodUnknown;
574
+ }, z.core.$strip>>;
575
+ }, z.core.$strip>;
576
+ displayName: z.ZodString;
577
+ description: z.ZodOptional<z.ZodString>;
578
+ }, z.core.$strip>]>>;
579
+ displayName: z.ZodString;
580
+ description: z.ZodOptional<z.ZodString>;
581
+ }, z.core.$strip>, z.ZodObject<{
582
+ type: z.ZodLiteral<PropertyType.OAUTH2>;
583
+ required: z.ZodBoolean;
584
+ defaultValue: z.ZodOptional<z.ZodAny>;
585
+ props: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
586
+ type: z.ZodLiteral<PropertyType.SHORT_TEXT>;
587
+ required: z.ZodBoolean;
588
+ defaultValue: z.ZodOptional<z.ZodAny>;
589
+ displayName: z.ZodString;
590
+ description: z.ZodOptional<z.ZodString>;
591
+ }, z.core.$strip>, z.ZodObject<{
592
+ type: z.ZodLiteral<PropertyType.SECRET_TEXT>;
593
+ required: z.ZodBoolean;
594
+ defaultValue: z.ZodOptional<z.ZodAny>;
595
+ displayName: z.ZodString;
596
+ description: z.ZodOptional<z.ZodString>;
597
+ }, z.core.$strip>, z.ZodObject<{
598
+ type: z.ZodLiteral<PropertyType.STATIC_DROPDOWN>;
599
+ required: z.ZodBoolean;
600
+ defaultValue: z.ZodOptional<z.ZodAny>;
601
+ options: z.ZodObject<{
602
+ disabled: z.ZodOptional<z.ZodBoolean>;
603
+ placeholder: z.ZodOptional<z.ZodString>;
604
+ options: z.ZodArray<z.ZodObject<{
605
+ label: z.ZodString;
606
+ value: z.ZodUnknown;
607
+ }, z.core.$strip>>;
608
+ }, z.core.$strip>;
609
+ displayName: z.ZodString;
610
+ description: z.ZodOptional<z.ZodString>;
611
+ }, z.core.$strip>]>>>;
612
+ authUrl: z.ZodString;
613
+ tokenUrl: z.ZodString;
614
+ scope: z.ZodArray<z.ZodString>;
615
+ prompt: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"none">, z.ZodLiteral<"consent">, z.ZodLiteral<"login">, z.ZodLiteral<"omit">]>>;
616
+ pkce: z.ZodOptional<z.ZodBoolean>;
617
+ pkceMethod: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"plain">, z.ZodLiteral<"S256">]>>;
618
+ authorizationMethod: z.ZodOptional<z.ZodEnum<typeof import("./authentication/oauth2-prop").OAuth2AuthorizationMethod>>;
619
+ grantType: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<typeof import("@activepieces/shared").OAuth2GrantType>, z.ZodLiteral<"both_client_credentials_and_authorization_code">]>>;
620
+ extra: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
621
+ displayName: z.ZodString;
622
+ description: z.ZodOptional<z.ZodString>;
623
+ }, z.core.$strip>, z.ZodObject<{
624
+ type: z.ZodLiteral<PropertyType.SECRET_TEXT>;
625
+ required: z.ZodBoolean;
626
+ defaultValue: z.ZodOptional<z.ZodAny>;
627
+ displayName: z.ZodString;
628
+ description: z.ZodOptional<z.ZodString>;
629
+ }, z.core.$strip>]>]>>;
550
630
  export interface PiecePropertyMap {
551
631
  [name: string]: PieceProperty;
552
632
  }
553
633
  export type { InputProperty } from './input';
554
- export declare const InputPropertyMap: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
555
- [x: string]: TSchema;
556
- [x: number]: TSchema;
557
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
558
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
559
- }>, import("@sinclair/typebox").TObject<{
560
- [x: string]: TSchema;
561
- [x: number]: TSchema;
562
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
563
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
564
- }>, import("@sinclair/typebox").TObject<{
565
- [x: string]: TSchema;
566
- [x: number]: TSchema;
567
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
568
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
569
- }>, import("@sinclair/typebox").TObject<{
570
- [x: string]: TSchema;
571
- [x: number]: TSchema;
572
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
573
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
574
- }>, import("@sinclair/typebox").TObject<{
575
- [x: string]: TSchema;
576
- [x: number]: TSchema;
577
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
578
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
579
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
580
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
581
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
582
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
583
- label: import("@sinclair/typebox").TString;
584
- value: import("@sinclair/typebox").TUnknown;
585
- }>>;
586
- }>, TSchema]>;
587
- }>, import("@sinclair/typebox").TObject<{
588
- [x: string]: TSchema;
589
- [x: number]: TSchema;
590
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
591
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
592
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
593
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
594
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
595
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
596
- label: import("@sinclair/typebox").TString;
597
- value: import("@sinclair/typebox").TUnknown;
598
- }>>;
599
- }>, TSchema]>;
600
- }>, import("@sinclair/typebox").TObject<{
601
- [x: string]: TSchema;
602
- [x: number]: TSchema;
603
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
604
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
605
- }>, import("@sinclair/typebox").TObject<{
606
- [x: string]: TSchema;
607
- [x: number]: TSchema;
608
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
609
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
610
- }>, import("@sinclair/typebox").TObject<{
611
- [x: string]: TSchema;
612
- [x: number]: TSchema;
613
- refreshers: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>, TSchema]>;
614
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
615
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
616
- }>, import("@sinclair/typebox").TObject<{
617
- [x: string]: TSchema;
618
- [x: number]: TSchema;
619
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
620
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
621
- }>, import("@sinclair/typebox").TObject<{
622
- [x: string]: TSchema;
623
- [x: number]: TSchema;
624
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
625
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
626
- properties: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
627
- [x: string]: TSchema;
628
- [x: number]: TSchema;
629
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
630
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
631
- }>, import("@sinclair/typebox").TObject<{
632
- [x: string]: TSchema;
633
- [x: number]: TSchema;
634
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
635
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
636
- }>, import("@sinclair/typebox").TObject<{
637
- [x: string]: TSchema;
638
- [x: number]: TSchema;
639
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
640
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
641
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
642
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
643
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
644
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
645
- label: import("@sinclair/typebox").TString;
646
- value: import("@sinclair/typebox").TUnknown;
647
- }>>;
648
- }>, TSchema]>;
649
- }>, import("@sinclair/typebox").TObject<{
650
- [x: string]: TSchema;
651
- [x: number]: TSchema;
652
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
653
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
654
- }>, import("@sinclair/typebox").TObject<{
655
- [x: string]: TSchema;
656
- [x: number]: TSchema;
657
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
658
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
659
- options: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TObject<{
660
- disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
661
- placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
662
- options: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
663
- label: import("@sinclair/typebox").TString;
664
- value: import("@sinclair/typebox").TUnknown;
665
- }>>;
666
- }>, TSchema]>;
667
- }>, import("@sinclair/typebox").TObject<{
668
- [x: string]: TSchema;
669
- [x: number]: TSchema;
670
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
671
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
672
- }>, import("@sinclair/typebox").TObject<{
673
- [x: string]: TSchema;
674
- [x: number]: TSchema;
675
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
676
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
677
- }>, import("@sinclair/typebox").TObject<{
678
- [x: string]: TSchema;
679
- [x: number]: TSchema;
680
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
681
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
682
- }>, import("@sinclair/typebox").TObject<{
683
- [x: string]: TSchema;
684
- [x: number]: TSchema;
685
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
686
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
687
- }>]>>, TSchema]>;
688
- }>, import("@sinclair/typebox").TObject<{
689
- [x: string]: TSchema;
690
- [x: number]: TSchema;
691
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
692
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
693
- }>, import("@sinclair/typebox").TObject<{
694
- [x: string]: TSchema;
695
- [x: number]: TSchema;
696
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
697
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
698
- }>, import("@sinclair/typebox").TObject<{
699
- [x: string]: TSchema;
700
- [x: number]: TSchema;
701
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
702
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
703
- }>, import("@sinclair/typebox").TObject<{
704
- [x: string]: TSchema;
705
- [x: number]: TSchema;
706
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
707
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
708
- }>, import("@sinclair/typebox").TObject<{
709
- [x: string]: TSchema;
710
- [x: number]: TSchema;
711
- displayName: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
712
- description: import("@sinclair/typebox").TIntersect<[import("@sinclair/typebox").TString, TSchema]>;
713
- }>]>>;
634
+ export declare const InputPropertyMap: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
635
+ type: z.ZodLiteral<PropertyType.SHORT_TEXT>;
636
+ required: z.ZodBoolean;
637
+ defaultValue: z.ZodOptional<z.ZodAny>;
638
+ displayName: z.ZodString;
639
+ description: z.ZodOptional<z.ZodString>;
640
+ }, z.core.$strip>, z.ZodObject<{
641
+ type: z.ZodLiteral<PropertyType.LONG_TEXT>;
642
+ required: z.ZodBoolean;
643
+ defaultValue: z.ZodOptional<z.ZodAny>;
644
+ displayName: z.ZodString;
645
+ description: z.ZodOptional<z.ZodString>;
646
+ }, z.core.$strip>, z.ZodObject<{
647
+ type: z.ZodLiteral<PropertyType.MARKDOWN>;
648
+ required: z.ZodBoolean;
649
+ defaultValue: z.ZodOptional<z.ZodAny>;
650
+ displayName: z.ZodString;
651
+ description: z.ZodOptional<z.ZodString>;
652
+ }, z.core.$strip>, z.ZodObject<{
653
+ type: z.ZodLiteral<PropertyType.CHECKBOX>;
654
+ required: z.ZodBoolean;
655
+ defaultValue: z.ZodOptional<z.ZodAny>;
656
+ displayName: z.ZodString;
657
+ description: z.ZodOptional<z.ZodString>;
658
+ }, z.core.$strip>, z.ZodObject<{
659
+ type: z.ZodLiteral<PropertyType.STATIC_DROPDOWN>;
660
+ required: z.ZodBoolean;
661
+ defaultValue: z.ZodOptional<z.ZodAny>;
662
+ options: z.ZodObject<{
663
+ disabled: z.ZodOptional<z.ZodBoolean>;
664
+ placeholder: z.ZodOptional<z.ZodString>;
665
+ options: z.ZodArray<z.ZodObject<{
666
+ label: z.ZodString;
667
+ value: z.ZodUnknown;
668
+ }, z.core.$strip>>;
669
+ }, z.core.$strip>;
670
+ displayName: z.ZodString;
671
+ description: z.ZodOptional<z.ZodString>;
672
+ }, z.core.$strip>, z.ZodObject<{
673
+ type: z.ZodLiteral<PropertyType.STATIC_MULTI_SELECT_DROPDOWN>;
674
+ required: z.ZodBoolean;
675
+ defaultValue: z.ZodOptional<z.ZodAny>;
676
+ options: z.ZodObject<{
677
+ disabled: z.ZodOptional<z.ZodBoolean>;
678
+ placeholder: z.ZodOptional<z.ZodString>;
679
+ options: z.ZodArray<z.ZodObject<{
680
+ label: z.ZodString;
681
+ value: z.ZodUnknown;
682
+ }, z.core.$strip>>;
683
+ }, z.core.$strip>;
684
+ displayName: z.ZodString;
685
+ description: z.ZodOptional<z.ZodString>;
686
+ }, z.core.$strip>, z.ZodObject<{
687
+ refreshers: z.ZodArray<z.ZodString>;
688
+ type: z.ZodLiteral<PropertyType.DROPDOWN>;
689
+ required: z.ZodBoolean;
690
+ defaultValue: z.ZodOptional<z.ZodAny>;
691
+ displayName: z.ZodString;
692
+ description: z.ZodOptional<z.ZodString>;
693
+ }, z.core.$strip>, z.ZodObject<{
694
+ refreshers: z.ZodArray<z.ZodString>;
695
+ type: z.ZodLiteral<PropertyType.MULTI_SELECT_DROPDOWN>;
696
+ required: z.ZodBoolean;
697
+ defaultValue: z.ZodOptional<z.ZodAny>;
698
+ displayName: z.ZodString;
699
+ description: z.ZodOptional<z.ZodString>;
700
+ }, z.core.$strip>, z.ZodObject<{
701
+ type: z.ZodLiteral<PropertyType.DYNAMIC>;
702
+ required: z.ZodBoolean;
703
+ defaultValue: z.ZodOptional<z.ZodAny>;
704
+ displayName: z.ZodString;
705
+ description: z.ZodOptional<z.ZodString>;
706
+ refreshers: z.ZodArray<z.ZodString>;
707
+ }, z.core.$strip>, z.ZodObject<{
708
+ type: z.ZodLiteral<PropertyType.NUMBER>;
709
+ required: z.ZodBoolean;
710
+ defaultValue: z.ZodOptional<z.ZodAny>;
711
+ displayName: z.ZodString;
712
+ description: z.ZodOptional<z.ZodString>;
713
+ }, z.core.$strip>, z.ZodObject<{
714
+ type: z.ZodLiteral<PropertyType.ARRAY>;
715
+ required: z.ZodBoolean;
716
+ defaultValue: z.ZodOptional<z.ZodAny>;
717
+ properties: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
718
+ type: z.ZodLiteral<PropertyType.SHORT_TEXT>;
719
+ required: z.ZodBoolean;
720
+ defaultValue: z.ZodOptional<z.ZodAny>;
721
+ displayName: z.ZodString;
722
+ description: z.ZodOptional<z.ZodString>;
723
+ }, z.core.$strip>, z.ZodObject<{
724
+ type: z.ZodLiteral<PropertyType.LONG_TEXT>;
725
+ required: z.ZodBoolean;
726
+ defaultValue: z.ZodOptional<z.ZodAny>;
727
+ displayName: z.ZodString;
728
+ description: z.ZodOptional<z.ZodString>;
729
+ }, z.core.$strip>, z.ZodObject<{
730
+ type: z.ZodLiteral<PropertyType.STATIC_DROPDOWN>;
731
+ required: z.ZodBoolean;
732
+ defaultValue: z.ZodOptional<z.ZodAny>;
733
+ options: z.ZodObject<{
734
+ disabled: z.ZodOptional<z.ZodBoolean>;
735
+ placeholder: z.ZodOptional<z.ZodString>;
736
+ options: z.ZodArray<z.ZodObject<{
737
+ label: z.ZodString;
738
+ value: z.ZodUnknown;
739
+ }, z.core.$strip>>;
740
+ }, z.core.$strip>;
741
+ displayName: z.ZodString;
742
+ description: z.ZodOptional<z.ZodString>;
743
+ }, z.core.$strip>, z.ZodObject<{
744
+ refreshers: z.ZodArray<z.ZodString>;
745
+ type: z.ZodLiteral<PropertyType.MULTI_SELECT_DROPDOWN>;
746
+ required: z.ZodBoolean;
747
+ defaultValue: z.ZodOptional<z.ZodAny>;
748
+ displayName: z.ZodString;
749
+ description: z.ZodOptional<z.ZodString>;
750
+ }, z.core.$strip>, z.ZodObject<{
751
+ type: z.ZodLiteral<PropertyType.STATIC_MULTI_SELECT_DROPDOWN>;
752
+ required: z.ZodBoolean;
753
+ defaultValue: z.ZodOptional<z.ZodAny>;
754
+ options: z.ZodObject<{
755
+ disabled: z.ZodOptional<z.ZodBoolean>;
756
+ placeholder: z.ZodOptional<z.ZodString>;
757
+ options: z.ZodArray<z.ZodObject<{
758
+ label: z.ZodString;
759
+ value: z.ZodUnknown;
760
+ }, z.core.$strip>>;
761
+ }, z.core.$strip>;
762
+ displayName: z.ZodString;
763
+ description: z.ZodOptional<z.ZodString>;
764
+ }, z.core.$strip>, z.ZodObject<{
765
+ type: z.ZodLiteral<PropertyType.CHECKBOX>;
766
+ required: z.ZodBoolean;
767
+ defaultValue: z.ZodOptional<z.ZodAny>;
768
+ displayName: z.ZodString;
769
+ description: z.ZodOptional<z.ZodString>;
770
+ }, z.core.$strip>, z.ZodObject<{
771
+ type: z.ZodLiteral<PropertyType.NUMBER>;
772
+ required: z.ZodBoolean;
773
+ defaultValue: z.ZodOptional<z.ZodAny>;
774
+ displayName: z.ZodString;
775
+ description: z.ZodOptional<z.ZodString>;
776
+ }, z.core.$strip>, z.ZodObject<{
777
+ type: z.ZodLiteral<PropertyType.FILE>;
778
+ required: z.ZodBoolean;
779
+ defaultValue: z.ZodOptional<z.ZodAny>;
780
+ displayName: z.ZodString;
781
+ description: z.ZodOptional<z.ZodString>;
782
+ }, z.core.$strip>, z.ZodObject<{
783
+ type: z.ZodLiteral<PropertyType.DATE_TIME>;
784
+ required: z.ZodBoolean;
785
+ defaultValue: z.ZodOptional<z.ZodAny>;
786
+ displayName: z.ZodString;
787
+ description: z.ZodOptional<z.ZodString>;
788
+ }, z.core.$strip>]>>;
789
+ displayName: z.ZodString;
790
+ description: z.ZodOptional<z.ZodString>;
791
+ }, z.core.$strip>, z.ZodObject<{
792
+ type: z.ZodLiteral<PropertyType.OBJECT>;
793
+ required: z.ZodBoolean;
794
+ defaultValue: z.ZodOptional<z.ZodAny>;
795
+ displayName: z.ZodString;
796
+ description: z.ZodOptional<z.ZodString>;
797
+ }, z.core.$strip>, z.ZodObject<{
798
+ type: z.ZodLiteral<PropertyType.JSON>;
799
+ required: z.ZodBoolean;
800
+ defaultValue: z.ZodOptional<z.ZodAny>;
801
+ displayName: z.ZodString;
802
+ description: z.ZodOptional<z.ZodString>;
803
+ }, z.core.$strip>, z.ZodObject<{
804
+ type: z.ZodLiteral<PropertyType.DATE_TIME>;
805
+ required: z.ZodBoolean;
806
+ defaultValue: z.ZodOptional<z.ZodAny>;
807
+ displayName: z.ZodString;
808
+ description: z.ZodOptional<z.ZodString>;
809
+ }, z.core.$strip>, z.ZodObject<{
810
+ type: z.ZodLiteral<PropertyType.FILE>;
811
+ required: z.ZodBoolean;
812
+ defaultValue: z.ZodOptional<z.ZodAny>;
813
+ displayName: z.ZodString;
814
+ description: z.ZodOptional<z.ZodString>;
815
+ }, z.core.$strip>, z.ZodObject<{
816
+ type: z.ZodLiteral<PropertyType.COLOR>;
817
+ required: z.ZodBoolean;
818
+ defaultValue: z.ZodOptional<z.ZodAny>;
819
+ displayName: z.ZodString;
820
+ description: z.ZodOptional<z.ZodString>;
821
+ }, z.core.$strip>]>>;
714
822
  export interface InputPropertyMap {
715
823
  [name: string]: InputProperty;
716
824
  }