@unified-api/typescript-sdk 2.66.0 → 2.70.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 (68) hide show
  1. package/docs/sdks/unified/README.md +2 -2
  2. package/docs/sdks/webhook/README.md +2 -2
  3. package/funcs/projectListTaskProjects.js +1 -0
  4. package/funcs/projectListTaskProjects.js.map +1 -1
  5. package/funcs/taskListTaskProjects.js +1 -0
  6. package/funcs/taskListTaskProjects.js.map +1 -1
  7. package/jsr.json +1 -1
  8. package/lib/config.d.ts +2 -2
  9. package/lib/config.js +2 -2
  10. package/package.json +1 -1
  11. package/sdk/models/operations/listtaskprojects.d.ts +5 -0
  12. package/sdk/models/operations/listtaskprojects.d.ts.map +1 -1
  13. package/sdk/models/operations/listtaskprojects.js +4 -0
  14. package/sdk/models/operations/listtaskprojects.js.map +1 -1
  15. package/sdk/models/shared/index.d.ts +1 -5
  16. package/sdk/models/shared/index.d.ts.map +1 -1
  17. package/sdk/models/shared/index.js +1 -5
  18. package/sdk/models/shared/index.js.map +1 -1
  19. package/sdk/models/shared/integration.d.ts +640 -10
  20. package/sdk/models/shared/integration.d.ts.map +1 -1
  21. package/sdk/models/shared/integration.js +938 -8
  22. package/sdk/models/shared/integration.js.map +1 -1
  23. package/sdk/models/shared/propertyconnectionpermissions.d.ts +6 -0
  24. package/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
  25. package/sdk/models/shared/propertyconnectionpermissions.js +2 -0
  26. package/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
  27. package/sdk/models/shared/propertyintegrationtokeninstructions.d.ts +25 -0
  28. package/sdk/models/shared/propertyintegrationtokeninstructions.d.ts.map +1 -0
  29. package/sdk/models/shared/propertyintegrationtokeninstructions.js +49 -0
  30. package/sdk/models/shared/propertyintegrationtokeninstructions.js.map +1 -0
  31. package/sdk/models/shared/webhook.d.ts +3 -0
  32. package/sdk/models/shared/webhook.d.ts.map +1 -1
  33. package/sdk/models/shared/webhook.js +1 -0
  34. package/sdk/models/shared/webhook.js.map +1 -1
  35. package/src/funcs/projectListTaskProjects.ts +1 -0
  36. package/src/funcs/taskListTaskProjects.ts +1 -0
  37. package/src/lib/config.ts +2 -2
  38. package/src/sdk/models/operations/listtaskprojects.ts +9 -0
  39. package/src/sdk/models/shared/index.ts +1 -5
  40. package/src/sdk/models/shared/integration.ts +1872 -17
  41. package/src/sdk/models/shared/propertyconnectionpermissions.ts +2 -0
  42. package/src/sdk/models/shared/propertyintegrationtokeninstructions.ts +37 -0
  43. package/src/sdk/models/shared/webhook.ts +1 -0
  44. package/sdk/models/shared/integrationsupport.d.ts +0 -2036
  45. package/sdk/models/shared/integrationsupport.d.ts.map +0 -1
  46. package/sdk/models/shared/integrationsupport.js +0 -1704
  47. package/sdk/models/shared/integrationsupport.js.map +0 -1
  48. package/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts +0 -36
  49. package/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts.map +0 -1
  50. package/sdk/models/shared/propertyintegrationsupportwebhookevents.js +0 -69
  51. package/sdk/models/shared/propertyintegrationsupportwebhookevents.js.map +0 -1
  52. package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.d.ts +0 -28
  53. package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.d.ts.map +0 -1
  54. package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.js +0 -51
  55. package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.js.map +0 -1
  56. package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.d.ts +0 -28
  57. package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.d.ts.map +0 -1
  58. package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.js +0 -51
  59. package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.js.map +0 -1
  60. package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.d.ts +0 -28
  61. package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.d.ts.map +0 -1
  62. package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.js +0 -51
  63. package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.js.map +0 -1
  64. package/src/sdk/models/shared/integrationsupport.ts +0 -2308
  65. package/src/sdk/models/shared/propertyintegrationsupportwebhookevents.ts +0 -109
  66. package/src/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.ts +0 -37
  67. package/src/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.ts +0 -37
  68. package/src/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.ts +0 -37
@@ -1,16 +1,44 @@
1
1
  import * as z from "zod";
2
2
  import { Result as SafeParseResult } from "../../types/fp.js";
3
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
- import { IntegrationSupport, IntegrationSupport$Outbound } from "./integrationsupport.js";
5
4
  import { PropertyIntegrationCategories } from "./propertyintegrationcategories.js";
5
+ import { PropertyIntegrationTokenInstructions } from "./propertyintegrationtokeninstructions.js";
6
+ export type IntegrationSchemasApi52 = {};
7
+ export type Integration5 = IntegrationSchemasApi52 | Array<any>;
8
+ export type IntegrationSchemasApi2 = {};
9
+ export type Integration4 = IntegrationSchemasApi2 | boolean;
10
+ export type IntegrationSchemasApi32 = {};
11
+ export type Integration3 = IntegrationSchemasApi32 | number;
12
+ export type IntegrationSchemasApi22 = {};
13
+ export type Integration2 = IntegrationSchemasApi22 | string;
14
+ export type Integration1 = {};
15
+ export type Api = Integration1 | IntegrationSchemasApi22 | string | IntegrationSchemasApi32 | number | IntegrationSchemasApi2 | boolean | IntegrationSchemasApi52 | Array<any>;
16
+ export type IntegrationSchemasPartnership52 = {};
17
+ export type IntegrationSchemas5 = IntegrationSchemasPartnership52 | Array<any>;
18
+ export type IntegrationSchemasPartnership42 = {};
19
+ export type IntegrationSchemas4 = IntegrationSchemasPartnership42 | boolean;
20
+ export type IntegrationSchemasPartnership32 = {};
21
+ export type IntegrationSchemas3 = IntegrationSchemasPartnership32 | number;
22
+ export type IntegrationSchemasPartnership2 = {};
23
+ export type IntegrationSchemas2 = IntegrationSchemasPartnership2 | string;
24
+ export type IntegrationSchemas1 = {};
25
+ export type Partnership = IntegrationSchemas1 | IntegrationSchemasPartnership2 | string | IntegrationSchemasPartnership32 | number | IntegrationSchemasPartnership42 | boolean | IntegrationSchemasPartnership52 | Array<any>;
26
+ export type IntegrationSchemasSandbox52 = {};
27
+ export type IntegrationSchemasSandbox5 = IntegrationSchemasSandbox52 | Array<any>;
28
+ export type IntegrationSchemasSandbox42 = {};
29
+ export type IntegrationSchemasSandbox4 = IntegrationSchemasSandbox42 | boolean;
30
+ export type IntegrationSchemasSandbox32 = {};
31
+ export type IntegrationSchemasSandbox3 = IntegrationSchemasSandbox32 | number;
32
+ export type IntegrationSchemasSandbox22 = {};
33
+ export type IntegrationSchemasSandbox2 = IntegrationSchemasSandbox22 | string;
34
+ export type IntegrationSchemasSandbox1 = {};
35
+ export type Sandbox = IntegrationSchemasSandbox1 | IntegrationSchemasSandbox22 | string | IntegrationSchemasSandbox32 | number | IntegrationSchemasSandbox42 | boolean | IntegrationSchemasSandbox52 | Array<any>;
6
36
  /**
7
37
  * Informational object for supported integrations.
8
38
  */
9
39
  export type Integration = {
10
40
  activeHealthyConnections?: number | undefined;
11
- api?: {
12
- [k: string]: any;
13
- } | undefined;
41
+ api?: Integration1 | IntegrationSchemasApi22 | string | IntegrationSchemasApi32 | number | IntegrationSchemasApi2 | boolean | IntegrationSchemasApi52 | Array<any> | undefined;
14
42
  apiDocsUrl?: string | undefined;
15
43
  beta?: boolean | undefined;
16
44
  /**
@@ -26,17 +54,19 @@ export type Integration = {
26
54
  isActive?: boolean | undefined;
27
55
  logoUrl?: string | undefined;
28
56
  name: string;
57
+ partnership?: IntegrationSchemas1 | IntegrationSchemasPartnership2 | string | IntegrationSchemasPartnership32 | number | IntegrationSchemasPartnership42 | boolean | IntegrationSchemasPartnership52 | Array<any> | undefined;
29
58
  popularity?: number | undefined;
30
59
  rateLimitDescription?: string | undefined;
60
+ sandbox?: IntegrationSchemasSandbox1 | IntegrationSchemasSandbox22 | string | IntegrationSchemasSandbox32 | number | IntegrationSchemasSandbox42 | boolean | IntegrationSchemasSandbox52 | Array<any> | undefined;
31
61
  support?: {
32
- [k: string]: IntegrationSupport;
62
+ [k: string]: any;
33
63
  } | undefined;
34
64
  testedAt?: Date | undefined;
35
65
  textColor?: string | undefined;
36
66
  /**
37
67
  * instructions for the user on how to find the token/key
38
68
  */
39
- tokenInstructions?: Array<string> | undefined;
69
+ tokenInstructions?: Array<PropertyIntegrationTokenInstructions> | undefined;
40
70
  /**
41
71
  * if auth_types = 'token'
42
72
  */
@@ -46,13 +76,611 @@ export type Integration = {
46
76
  webUrl?: string | undefined;
47
77
  };
48
78
  /** @internal */
79
+ export declare const IntegrationSchemasApi52$inboundSchema: z.ZodType<IntegrationSchemasApi52, z.ZodTypeDef, unknown>;
80
+ /** @internal */
81
+ export type IntegrationSchemasApi52$Outbound = {};
82
+ /** @internal */
83
+ export declare const IntegrationSchemasApi52$outboundSchema: z.ZodType<IntegrationSchemasApi52$Outbound, z.ZodTypeDef, IntegrationSchemasApi52>;
84
+ /**
85
+ * @internal
86
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
87
+ */
88
+ export declare namespace IntegrationSchemasApi52$ {
89
+ /** @deprecated use `IntegrationSchemasApi52$inboundSchema` instead. */
90
+ const inboundSchema: z.ZodType<IntegrationSchemasApi52, z.ZodTypeDef, unknown>;
91
+ /** @deprecated use `IntegrationSchemasApi52$outboundSchema` instead. */
92
+ const outboundSchema: z.ZodType<IntegrationSchemasApi52$Outbound, z.ZodTypeDef, IntegrationSchemasApi52>;
93
+ /** @deprecated use `IntegrationSchemasApi52$Outbound` instead. */
94
+ type Outbound = IntegrationSchemasApi52$Outbound;
95
+ }
96
+ export declare function integrationSchemasApi52ToJSON(integrationSchemasApi52: IntegrationSchemasApi52): string;
97
+ export declare function integrationSchemasApi52FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasApi52, SDKValidationError>;
98
+ /** @internal */
99
+ export declare const Integration5$inboundSchema: z.ZodType<Integration5, z.ZodTypeDef, unknown>;
100
+ /** @internal */
101
+ export type Integration5$Outbound = IntegrationSchemasApi52$Outbound | Array<any>;
102
+ /** @internal */
103
+ export declare const Integration5$outboundSchema: z.ZodType<Integration5$Outbound, z.ZodTypeDef, Integration5>;
104
+ /**
105
+ * @internal
106
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
107
+ */
108
+ export declare namespace Integration5$ {
109
+ /** @deprecated use `Integration5$inboundSchema` instead. */
110
+ const inboundSchema: z.ZodType<Integration5, z.ZodTypeDef, unknown>;
111
+ /** @deprecated use `Integration5$outboundSchema` instead. */
112
+ const outboundSchema: z.ZodType<Integration5$Outbound, z.ZodTypeDef, Integration5>;
113
+ /** @deprecated use `Integration5$Outbound` instead. */
114
+ type Outbound = Integration5$Outbound;
115
+ }
116
+ export declare function integration5ToJSON(integration5: Integration5): string;
117
+ export declare function integration5FromJSON(jsonString: string): SafeParseResult<Integration5, SDKValidationError>;
118
+ /** @internal */
119
+ export declare const IntegrationSchemasApi2$inboundSchema: z.ZodType<IntegrationSchemasApi2, z.ZodTypeDef, unknown>;
120
+ /** @internal */
121
+ export type IntegrationSchemasApi2$Outbound = {};
122
+ /** @internal */
123
+ export declare const IntegrationSchemasApi2$outboundSchema: z.ZodType<IntegrationSchemasApi2$Outbound, z.ZodTypeDef, IntegrationSchemasApi2>;
124
+ /**
125
+ * @internal
126
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
127
+ */
128
+ export declare namespace IntegrationSchemasApi2$ {
129
+ /** @deprecated use `IntegrationSchemasApi2$inboundSchema` instead. */
130
+ const inboundSchema: z.ZodType<IntegrationSchemasApi2, z.ZodTypeDef, unknown>;
131
+ /** @deprecated use `IntegrationSchemasApi2$outboundSchema` instead. */
132
+ const outboundSchema: z.ZodType<IntegrationSchemasApi2$Outbound, z.ZodTypeDef, IntegrationSchemasApi2>;
133
+ /** @deprecated use `IntegrationSchemasApi2$Outbound` instead. */
134
+ type Outbound = IntegrationSchemasApi2$Outbound;
135
+ }
136
+ export declare function integrationSchemasApi2ToJSON(integrationSchemasApi2: IntegrationSchemasApi2): string;
137
+ export declare function integrationSchemasApi2FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasApi2, SDKValidationError>;
138
+ /** @internal */
139
+ export declare const Integration4$inboundSchema: z.ZodType<Integration4, z.ZodTypeDef, unknown>;
140
+ /** @internal */
141
+ export type Integration4$Outbound = IntegrationSchemasApi2$Outbound | boolean;
142
+ /** @internal */
143
+ export declare const Integration4$outboundSchema: z.ZodType<Integration4$Outbound, z.ZodTypeDef, Integration4>;
144
+ /**
145
+ * @internal
146
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
147
+ */
148
+ export declare namespace Integration4$ {
149
+ /** @deprecated use `Integration4$inboundSchema` instead. */
150
+ const inboundSchema: z.ZodType<Integration4, z.ZodTypeDef, unknown>;
151
+ /** @deprecated use `Integration4$outboundSchema` instead. */
152
+ const outboundSchema: z.ZodType<Integration4$Outbound, z.ZodTypeDef, Integration4>;
153
+ /** @deprecated use `Integration4$Outbound` instead. */
154
+ type Outbound = Integration4$Outbound;
155
+ }
156
+ export declare function integration4ToJSON(integration4: Integration4): string;
157
+ export declare function integration4FromJSON(jsonString: string): SafeParseResult<Integration4, SDKValidationError>;
158
+ /** @internal */
159
+ export declare const IntegrationSchemasApi32$inboundSchema: z.ZodType<IntegrationSchemasApi32, z.ZodTypeDef, unknown>;
160
+ /** @internal */
161
+ export type IntegrationSchemasApi32$Outbound = {};
162
+ /** @internal */
163
+ export declare const IntegrationSchemasApi32$outboundSchema: z.ZodType<IntegrationSchemasApi32$Outbound, z.ZodTypeDef, IntegrationSchemasApi32>;
164
+ /**
165
+ * @internal
166
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
167
+ */
168
+ export declare namespace IntegrationSchemasApi32$ {
169
+ /** @deprecated use `IntegrationSchemasApi32$inboundSchema` instead. */
170
+ const inboundSchema: z.ZodType<IntegrationSchemasApi32, z.ZodTypeDef, unknown>;
171
+ /** @deprecated use `IntegrationSchemasApi32$outboundSchema` instead. */
172
+ const outboundSchema: z.ZodType<IntegrationSchemasApi32$Outbound, z.ZodTypeDef, IntegrationSchemasApi32>;
173
+ /** @deprecated use `IntegrationSchemasApi32$Outbound` instead. */
174
+ type Outbound = IntegrationSchemasApi32$Outbound;
175
+ }
176
+ export declare function integrationSchemasApi32ToJSON(integrationSchemasApi32: IntegrationSchemasApi32): string;
177
+ export declare function integrationSchemasApi32FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasApi32, SDKValidationError>;
178
+ /** @internal */
179
+ export declare const Integration3$inboundSchema: z.ZodType<Integration3, z.ZodTypeDef, unknown>;
180
+ /** @internal */
181
+ export type Integration3$Outbound = IntegrationSchemasApi32$Outbound | number;
182
+ /** @internal */
183
+ export declare const Integration3$outboundSchema: z.ZodType<Integration3$Outbound, z.ZodTypeDef, Integration3>;
184
+ /**
185
+ * @internal
186
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
187
+ */
188
+ export declare namespace Integration3$ {
189
+ /** @deprecated use `Integration3$inboundSchema` instead. */
190
+ const inboundSchema: z.ZodType<Integration3, z.ZodTypeDef, unknown>;
191
+ /** @deprecated use `Integration3$outboundSchema` instead. */
192
+ const outboundSchema: z.ZodType<Integration3$Outbound, z.ZodTypeDef, Integration3>;
193
+ /** @deprecated use `Integration3$Outbound` instead. */
194
+ type Outbound = Integration3$Outbound;
195
+ }
196
+ export declare function integration3ToJSON(integration3: Integration3): string;
197
+ export declare function integration3FromJSON(jsonString: string): SafeParseResult<Integration3, SDKValidationError>;
198
+ /** @internal */
199
+ export declare const IntegrationSchemasApi22$inboundSchema: z.ZodType<IntegrationSchemasApi22, z.ZodTypeDef, unknown>;
200
+ /** @internal */
201
+ export type IntegrationSchemasApi22$Outbound = {};
202
+ /** @internal */
203
+ export declare const IntegrationSchemasApi22$outboundSchema: z.ZodType<IntegrationSchemasApi22$Outbound, z.ZodTypeDef, IntegrationSchemasApi22>;
204
+ /**
205
+ * @internal
206
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
207
+ */
208
+ export declare namespace IntegrationSchemasApi22$ {
209
+ /** @deprecated use `IntegrationSchemasApi22$inboundSchema` instead. */
210
+ const inboundSchema: z.ZodType<IntegrationSchemasApi22, z.ZodTypeDef, unknown>;
211
+ /** @deprecated use `IntegrationSchemasApi22$outboundSchema` instead. */
212
+ const outboundSchema: z.ZodType<IntegrationSchemasApi22$Outbound, z.ZodTypeDef, IntegrationSchemasApi22>;
213
+ /** @deprecated use `IntegrationSchemasApi22$Outbound` instead. */
214
+ type Outbound = IntegrationSchemasApi22$Outbound;
215
+ }
216
+ export declare function integrationSchemasApi22ToJSON(integrationSchemasApi22: IntegrationSchemasApi22): string;
217
+ export declare function integrationSchemasApi22FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasApi22, SDKValidationError>;
218
+ /** @internal */
219
+ export declare const Integration2$inboundSchema: z.ZodType<Integration2, z.ZodTypeDef, unknown>;
220
+ /** @internal */
221
+ export type Integration2$Outbound = IntegrationSchemasApi22$Outbound | string;
222
+ /** @internal */
223
+ export declare const Integration2$outboundSchema: z.ZodType<Integration2$Outbound, z.ZodTypeDef, Integration2>;
224
+ /**
225
+ * @internal
226
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
227
+ */
228
+ export declare namespace Integration2$ {
229
+ /** @deprecated use `Integration2$inboundSchema` instead. */
230
+ const inboundSchema: z.ZodType<Integration2, z.ZodTypeDef, unknown>;
231
+ /** @deprecated use `Integration2$outboundSchema` instead. */
232
+ const outboundSchema: z.ZodType<Integration2$Outbound, z.ZodTypeDef, Integration2>;
233
+ /** @deprecated use `Integration2$Outbound` instead. */
234
+ type Outbound = Integration2$Outbound;
235
+ }
236
+ export declare function integration2ToJSON(integration2: Integration2): string;
237
+ export declare function integration2FromJSON(jsonString: string): SafeParseResult<Integration2, SDKValidationError>;
238
+ /** @internal */
239
+ export declare const Integration1$inboundSchema: z.ZodType<Integration1, z.ZodTypeDef, unknown>;
240
+ /** @internal */
241
+ export type Integration1$Outbound = {};
242
+ /** @internal */
243
+ export declare const Integration1$outboundSchema: z.ZodType<Integration1$Outbound, z.ZodTypeDef, Integration1>;
244
+ /**
245
+ * @internal
246
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
247
+ */
248
+ export declare namespace Integration1$ {
249
+ /** @deprecated use `Integration1$inboundSchema` instead. */
250
+ const inboundSchema: z.ZodType<Integration1, z.ZodTypeDef, unknown>;
251
+ /** @deprecated use `Integration1$outboundSchema` instead. */
252
+ const outboundSchema: z.ZodType<Integration1$Outbound, z.ZodTypeDef, Integration1>;
253
+ /** @deprecated use `Integration1$Outbound` instead. */
254
+ type Outbound = Integration1$Outbound;
255
+ }
256
+ export declare function integration1ToJSON(integration1: Integration1): string;
257
+ export declare function integration1FromJSON(jsonString: string): SafeParseResult<Integration1, SDKValidationError>;
258
+ /** @internal */
259
+ export declare const Api$inboundSchema: z.ZodType<Api, z.ZodTypeDef, unknown>;
260
+ /** @internal */
261
+ export type Api$Outbound = Integration1$Outbound | IntegrationSchemasApi22$Outbound | string | IntegrationSchemasApi32$Outbound | number | IntegrationSchemasApi2$Outbound | boolean | IntegrationSchemasApi52$Outbound | Array<any>;
262
+ /** @internal */
263
+ export declare const Api$outboundSchema: z.ZodType<Api$Outbound, z.ZodTypeDef, Api>;
264
+ /**
265
+ * @internal
266
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
267
+ */
268
+ export declare namespace Api$ {
269
+ /** @deprecated use `Api$inboundSchema` instead. */
270
+ const inboundSchema: z.ZodType<Api, z.ZodTypeDef, unknown>;
271
+ /** @deprecated use `Api$outboundSchema` instead. */
272
+ const outboundSchema: z.ZodType<Api$Outbound, z.ZodTypeDef, Api>;
273
+ /** @deprecated use `Api$Outbound` instead. */
274
+ type Outbound = Api$Outbound;
275
+ }
276
+ export declare function apiToJSON(api: Api): string;
277
+ export declare function apiFromJSON(jsonString: string): SafeParseResult<Api, SDKValidationError>;
278
+ /** @internal */
279
+ export declare const IntegrationSchemasPartnership52$inboundSchema: z.ZodType<IntegrationSchemasPartnership52, z.ZodTypeDef, unknown>;
280
+ /** @internal */
281
+ export type IntegrationSchemasPartnership52$Outbound = {};
282
+ /** @internal */
283
+ export declare const IntegrationSchemasPartnership52$outboundSchema: z.ZodType<IntegrationSchemasPartnership52$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership52>;
284
+ /**
285
+ * @internal
286
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
287
+ */
288
+ export declare namespace IntegrationSchemasPartnership52$ {
289
+ /** @deprecated use `IntegrationSchemasPartnership52$inboundSchema` instead. */
290
+ const inboundSchema: z.ZodType<IntegrationSchemasPartnership52, z.ZodTypeDef, unknown>;
291
+ /** @deprecated use `IntegrationSchemasPartnership52$outboundSchema` instead. */
292
+ const outboundSchema: z.ZodType<IntegrationSchemasPartnership52$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership52>;
293
+ /** @deprecated use `IntegrationSchemasPartnership52$Outbound` instead. */
294
+ type Outbound = IntegrationSchemasPartnership52$Outbound;
295
+ }
296
+ export declare function integrationSchemasPartnership52ToJSON(integrationSchemasPartnership52: IntegrationSchemasPartnership52): string;
297
+ export declare function integrationSchemasPartnership52FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasPartnership52, SDKValidationError>;
298
+ /** @internal */
299
+ export declare const IntegrationSchemas5$inboundSchema: z.ZodType<IntegrationSchemas5, z.ZodTypeDef, unknown>;
300
+ /** @internal */
301
+ export type IntegrationSchemas5$Outbound = IntegrationSchemasPartnership52$Outbound | Array<any>;
302
+ /** @internal */
303
+ export declare const IntegrationSchemas5$outboundSchema: z.ZodType<IntegrationSchemas5$Outbound, z.ZodTypeDef, IntegrationSchemas5>;
304
+ /**
305
+ * @internal
306
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
307
+ */
308
+ export declare namespace IntegrationSchemas5$ {
309
+ /** @deprecated use `IntegrationSchemas5$inboundSchema` instead. */
310
+ const inboundSchema: z.ZodType<IntegrationSchemas5, z.ZodTypeDef, unknown>;
311
+ /** @deprecated use `IntegrationSchemas5$outboundSchema` instead. */
312
+ const outboundSchema: z.ZodType<IntegrationSchemas5$Outbound, z.ZodTypeDef, IntegrationSchemas5>;
313
+ /** @deprecated use `IntegrationSchemas5$Outbound` instead. */
314
+ type Outbound = IntegrationSchemas5$Outbound;
315
+ }
316
+ export declare function integrationSchemas5ToJSON(integrationSchemas5: IntegrationSchemas5): string;
317
+ export declare function integrationSchemas5FromJSON(jsonString: string): SafeParseResult<IntegrationSchemas5, SDKValidationError>;
318
+ /** @internal */
319
+ export declare const IntegrationSchemasPartnership42$inboundSchema: z.ZodType<IntegrationSchemasPartnership42, z.ZodTypeDef, unknown>;
320
+ /** @internal */
321
+ export type IntegrationSchemasPartnership42$Outbound = {};
322
+ /** @internal */
323
+ export declare const IntegrationSchemasPartnership42$outboundSchema: z.ZodType<IntegrationSchemasPartnership42$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership42>;
324
+ /**
325
+ * @internal
326
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
327
+ */
328
+ export declare namespace IntegrationSchemasPartnership42$ {
329
+ /** @deprecated use `IntegrationSchemasPartnership42$inboundSchema` instead. */
330
+ const inboundSchema: z.ZodType<IntegrationSchemasPartnership42, z.ZodTypeDef, unknown>;
331
+ /** @deprecated use `IntegrationSchemasPartnership42$outboundSchema` instead. */
332
+ const outboundSchema: z.ZodType<IntegrationSchemasPartnership42$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership42>;
333
+ /** @deprecated use `IntegrationSchemasPartnership42$Outbound` instead. */
334
+ type Outbound = IntegrationSchemasPartnership42$Outbound;
335
+ }
336
+ export declare function integrationSchemasPartnership42ToJSON(integrationSchemasPartnership42: IntegrationSchemasPartnership42): string;
337
+ export declare function integrationSchemasPartnership42FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasPartnership42, SDKValidationError>;
338
+ /** @internal */
339
+ export declare const IntegrationSchemas4$inboundSchema: z.ZodType<IntegrationSchemas4, z.ZodTypeDef, unknown>;
340
+ /** @internal */
341
+ export type IntegrationSchemas4$Outbound = IntegrationSchemasPartnership42$Outbound | boolean;
342
+ /** @internal */
343
+ export declare const IntegrationSchemas4$outboundSchema: z.ZodType<IntegrationSchemas4$Outbound, z.ZodTypeDef, IntegrationSchemas4>;
344
+ /**
345
+ * @internal
346
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
347
+ */
348
+ export declare namespace IntegrationSchemas4$ {
349
+ /** @deprecated use `IntegrationSchemas4$inboundSchema` instead. */
350
+ const inboundSchema: z.ZodType<IntegrationSchemas4, z.ZodTypeDef, unknown>;
351
+ /** @deprecated use `IntegrationSchemas4$outboundSchema` instead. */
352
+ const outboundSchema: z.ZodType<IntegrationSchemas4$Outbound, z.ZodTypeDef, IntegrationSchemas4>;
353
+ /** @deprecated use `IntegrationSchemas4$Outbound` instead. */
354
+ type Outbound = IntegrationSchemas4$Outbound;
355
+ }
356
+ export declare function integrationSchemas4ToJSON(integrationSchemas4: IntegrationSchemas4): string;
357
+ export declare function integrationSchemas4FromJSON(jsonString: string): SafeParseResult<IntegrationSchemas4, SDKValidationError>;
358
+ /** @internal */
359
+ export declare const IntegrationSchemasPartnership32$inboundSchema: z.ZodType<IntegrationSchemasPartnership32, z.ZodTypeDef, unknown>;
360
+ /** @internal */
361
+ export type IntegrationSchemasPartnership32$Outbound = {};
362
+ /** @internal */
363
+ export declare const IntegrationSchemasPartnership32$outboundSchema: z.ZodType<IntegrationSchemasPartnership32$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership32>;
364
+ /**
365
+ * @internal
366
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
367
+ */
368
+ export declare namespace IntegrationSchemasPartnership32$ {
369
+ /** @deprecated use `IntegrationSchemasPartnership32$inboundSchema` instead. */
370
+ const inboundSchema: z.ZodType<IntegrationSchemasPartnership32, z.ZodTypeDef, unknown>;
371
+ /** @deprecated use `IntegrationSchemasPartnership32$outboundSchema` instead. */
372
+ const outboundSchema: z.ZodType<IntegrationSchemasPartnership32$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership32>;
373
+ /** @deprecated use `IntegrationSchemasPartnership32$Outbound` instead. */
374
+ type Outbound = IntegrationSchemasPartnership32$Outbound;
375
+ }
376
+ export declare function integrationSchemasPartnership32ToJSON(integrationSchemasPartnership32: IntegrationSchemasPartnership32): string;
377
+ export declare function integrationSchemasPartnership32FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasPartnership32, SDKValidationError>;
378
+ /** @internal */
379
+ export declare const IntegrationSchemas3$inboundSchema: z.ZodType<IntegrationSchemas3, z.ZodTypeDef, unknown>;
380
+ /** @internal */
381
+ export type IntegrationSchemas3$Outbound = IntegrationSchemasPartnership32$Outbound | number;
382
+ /** @internal */
383
+ export declare const IntegrationSchemas3$outboundSchema: z.ZodType<IntegrationSchemas3$Outbound, z.ZodTypeDef, IntegrationSchemas3>;
384
+ /**
385
+ * @internal
386
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
387
+ */
388
+ export declare namespace IntegrationSchemas3$ {
389
+ /** @deprecated use `IntegrationSchemas3$inboundSchema` instead. */
390
+ const inboundSchema: z.ZodType<IntegrationSchemas3, z.ZodTypeDef, unknown>;
391
+ /** @deprecated use `IntegrationSchemas3$outboundSchema` instead. */
392
+ const outboundSchema: z.ZodType<IntegrationSchemas3$Outbound, z.ZodTypeDef, IntegrationSchemas3>;
393
+ /** @deprecated use `IntegrationSchemas3$Outbound` instead. */
394
+ type Outbound = IntegrationSchemas3$Outbound;
395
+ }
396
+ export declare function integrationSchemas3ToJSON(integrationSchemas3: IntegrationSchemas3): string;
397
+ export declare function integrationSchemas3FromJSON(jsonString: string): SafeParseResult<IntegrationSchemas3, SDKValidationError>;
398
+ /** @internal */
399
+ export declare const IntegrationSchemasPartnership2$inboundSchema: z.ZodType<IntegrationSchemasPartnership2, z.ZodTypeDef, unknown>;
400
+ /** @internal */
401
+ export type IntegrationSchemasPartnership2$Outbound = {};
402
+ /** @internal */
403
+ export declare const IntegrationSchemasPartnership2$outboundSchema: z.ZodType<IntegrationSchemasPartnership2$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership2>;
404
+ /**
405
+ * @internal
406
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
407
+ */
408
+ export declare namespace IntegrationSchemasPartnership2$ {
409
+ /** @deprecated use `IntegrationSchemasPartnership2$inboundSchema` instead. */
410
+ const inboundSchema: z.ZodType<IntegrationSchemasPartnership2, z.ZodTypeDef, unknown>;
411
+ /** @deprecated use `IntegrationSchemasPartnership2$outboundSchema` instead. */
412
+ const outboundSchema: z.ZodType<IntegrationSchemasPartnership2$Outbound, z.ZodTypeDef, IntegrationSchemasPartnership2>;
413
+ /** @deprecated use `IntegrationSchemasPartnership2$Outbound` instead. */
414
+ type Outbound = IntegrationSchemasPartnership2$Outbound;
415
+ }
416
+ export declare function integrationSchemasPartnership2ToJSON(integrationSchemasPartnership2: IntegrationSchemasPartnership2): string;
417
+ export declare function integrationSchemasPartnership2FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasPartnership2, SDKValidationError>;
418
+ /** @internal */
419
+ export declare const IntegrationSchemas2$inboundSchema: z.ZodType<IntegrationSchemas2, z.ZodTypeDef, unknown>;
420
+ /** @internal */
421
+ export type IntegrationSchemas2$Outbound = IntegrationSchemasPartnership2$Outbound | string;
422
+ /** @internal */
423
+ export declare const IntegrationSchemas2$outboundSchema: z.ZodType<IntegrationSchemas2$Outbound, z.ZodTypeDef, IntegrationSchemas2>;
424
+ /**
425
+ * @internal
426
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
427
+ */
428
+ export declare namespace IntegrationSchemas2$ {
429
+ /** @deprecated use `IntegrationSchemas2$inboundSchema` instead. */
430
+ const inboundSchema: z.ZodType<IntegrationSchemas2, z.ZodTypeDef, unknown>;
431
+ /** @deprecated use `IntegrationSchemas2$outboundSchema` instead. */
432
+ const outboundSchema: z.ZodType<IntegrationSchemas2$Outbound, z.ZodTypeDef, IntegrationSchemas2>;
433
+ /** @deprecated use `IntegrationSchemas2$Outbound` instead. */
434
+ type Outbound = IntegrationSchemas2$Outbound;
435
+ }
436
+ export declare function integrationSchemas2ToJSON(integrationSchemas2: IntegrationSchemas2): string;
437
+ export declare function integrationSchemas2FromJSON(jsonString: string): SafeParseResult<IntegrationSchemas2, SDKValidationError>;
438
+ /** @internal */
439
+ export declare const IntegrationSchemas1$inboundSchema: z.ZodType<IntegrationSchemas1, z.ZodTypeDef, unknown>;
440
+ /** @internal */
441
+ export type IntegrationSchemas1$Outbound = {};
442
+ /** @internal */
443
+ export declare const IntegrationSchemas1$outboundSchema: z.ZodType<IntegrationSchemas1$Outbound, z.ZodTypeDef, IntegrationSchemas1>;
444
+ /**
445
+ * @internal
446
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
447
+ */
448
+ export declare namespace IntegrationSchemas1$ {
449
+ /** @deprecated use `IntegrationSchemas1$inboundSchema` instead. */
450
+ const inboundSchema: z.ZodType<IntegrationSchemas1, z.ZodTypeDef, unknown>;
451
+ /** @deprecated use `IntegrationSchemas1$outboundSchema` instead. */
452
+ const outboundSchema: z.ZodType<IntegrationSchemas1$Outbound, z.ZodTypeDef, IntegrationSchemas1>;
453
+ /** @deprecated use `IntegrationSchemas1$Outbound` instead. */
454
+ type Outbound = IntegrationSchemas1$Outbound;
455
+ }
456
+ export declare function integrationSchemas1ToJSON(integrationSchemas1: IntegrationSchemas1): string;
457
+ export declare function integrationSchemas1FromJSON(jsonString: string): SafeParseResult<IntegrationSchemas1, SDKValidationError>;
458
+ /** @internal */
459
+ export declare const Partnership$inboundSchema: z.ZodType<Partnership, z.ZodTypeDef, unknown>;
460
+ /** @internal */
461
+ export type Partnership$Outbound = IntegrationSchemas1$Outbound | IntegrationSchemasPartnership2$Outbound | string | IntegrationSchemasPartnership32$Outbound | number | IntegrationSchemasPartnership42$Outbound | boolean | IntegrationSchemasPartnership52$Outbound | Array<any>;
462
+ /** @internal */
463
+ export declare const Partnership$outboundSchema: z.ZodType<Partnership$Outbound, z.ZodTypeDef, Partnership>;
464
+ /**
465
+ * @internal
466
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
467
+ */
468
+ export declare namespace Partnership$ {
469
+ /** @deprecated use `Partnership$inboundSchema` instead. */
470
+ const inboundSchema: z.ZodType<Partnership, z.ZodTypeDef, unknown>;
471
+ /** @deprecated use `Partnership$outboundSchema` instead. */
472
+ const outboundSchema: z.ZodType<Partnership$Outbound, z.ZodTypeDef, Partnership>;
473
+ /** @deprecated use `Partnership$Outbound` instead. */
474
+ type Outbound = Partnership$Outbound;
475
+ }
476
+ export declare function partnershipToJSON(partnership: Partnership): string;
477
+ export declare function partnershipFromJSON(jsonString: string): SafeParseResult<Partnership, SDKValidationError>;
478
+ /** @internal */
479
+ export declare const IntegrationSchemasSandbox52$inboundSchema: z.ZodType<IntegrationSchemasSandbox52, z.ZodTypeDef, unknown>;
480
+ /** @internal */
481
+ export type IntegrationSchemasSandbox52$Outbound = {};
482
+ /** @internal */
483
+ export declare const IntegrationSchemasSandbox52$outboundSchema: z.ZodType<IntegrationSchemasSandbox52$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox52>;
484
+ /**
485
+ * @internal
486
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
487
+ */
488
+ export declare namespace IntegrationSchemasSandbox52$ {
489
+ /** @deprecated use `IntegrationSchemasSandbox52$inboundSchema` instead. */
490
+ const inboundSchema: z.ZodType<IntegrationSchemasSandbox52, z.ZodTypeDef, unknown>;
491
+ /** @deprecated use `IntegrationSchemasSandbox52$outboundSchema` instead. */
492
+ const outboundSchema: z.ZodType<IntegrationSchemasSandbox52$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox52>;
493
+ /** @deprecated use `IntegrationSchemasSandbox52$Outbound` instead. */
494
+ type Outbound = IntegrationSchemasSandbox52$Outbound;
495
+ }
496
+ export declare function integrationSchemasSandbox52ToJSON(integrationSchemasSandbox52: IntegrationSchemasSandbox52): string;
497
+ export declare function integrationSchemasSandbox52FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox52, SDKValidationError>;
498
+ /** @internal */
499
+ export declare const IntegrationSchemasSandbox5$inboundSchema: z.ZodType<IntegrationSchemasSandbox5, z.ZodTypeDef, unknown>;
500
+ /** @internal */
501
+ export type IntegrationSchemasSandbox5$Outbound = IntegrationSchemasSandbox52$Outbound | Array<any>;
502
+ /** @internal */
503
+ export declare const IntegrationSchemasSandbox5$outboundSchema: z.ZodType<IntegrationSchemasSandbox5$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox5>;
504
+ /**
505
+ * @internal
506
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
507
+ */
508
+ export declare namespace IntegrationSchemasSandbox5$ {
509
+ /** @deprecated use `IntegrationSchemasSandbox5$inboundSchema` instead. */
510
+ const inboundSchema: z.ZodType<IntegrationSchemasSandbox5, z.ZodTypeDef, unknown>;
511
+ /** @deprecated use `IntegrationSchemasSandbox5$outboundSchema` instead. */
512
+ const outboundSchema: z.ZodType<IntegrationSchemasSandbox5$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox5>;
513
+ /** @deprecated use `IntegrationSchemasSandbox5$Outbound` instead. */
514
+ type Outbound = IntegrationSchemasSandbox5$Outbound;
515
+ }
516
+ export declare function integrationSchemasSandbox5ToJSON(integrationSchemasSandbox5: IntegrationSchemasSandbox5): string;
517
+ export declare function integrationSchemasSandbox5FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox5, SDKValidationError>;
518
+ /** @internal */
519
+ export declare const IntegrationSchemasSandbox42$inboundSchema: z.ZodType<IntegrationSchemasSandbox42, z.ZodTypeDef, unknown>;
520
+ /** @internal */
521
+ export type IntegrationSchemasSandbox42$Outbound = {};
522
+ /** @internal */
523
+ export declare const IntegrationSchemasSandbox42$outboundSchema: z.ZodType<IntegrationSchemasSandbox42$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox42>;
524
+ /**
525
+ * @internal
526
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
527
+ */
528
+ export declare namespace IntegrationSchemasSandbox42$ {
529
+ /** @deprecated use `IntegrationSchemasSandbox42$inboundSchema` instead. */
530
+ const inboundSchema: z.ZodType<IntegrationSchemasSandbox42, z.ZodTypeDef, unknown>;
531
+ /** @deprecated use `IntegrationSchemasSandbox42$outboundSchema` instead. */
532
+ const outboundSchema: z.ZodType<IntegrationSchemasSandbox42$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox42>;
533
+ /** @deprecated use `IntegrationSchemasSandbox42$Outbound` instead. */
534
+ type Outbound = IntegrationSchemasSandbox42$Outbound;
535
+ }
536
+ export declare function integrationSchemasSandbox42ToJSON(integrationSchemasSandbox42: IntegrationSchemasSandbox42): string;
537
+ export declare function integrationSchemasSandbox42FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox42, SDKValidationError>;
538
+ /** @internal */
539
+ export declare const IntegrationSchemasSandbox4$inboundSchema: z.ZodType<IntegrationSchemasSandbox4, z.ZodTypeDef, unknown>;
540
+ /** @internal */
541
+ export type IntegrationSchemasSandbox4$Outbound = IntegrationSchemasSandbox42$Outbound | boolean;
542
+ /** @internal */
543
+ export declare const IntegrationSchemasSandbox4$outboundSchema: z.ZodType<IntegrationSchemasSandbox4$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox4>;
544
+ /**
545
+ * @internal
546
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
547
+ */
548
+ export declare namespace IntegrationSchemasSandbox4$ {
549
+ /** @deprecated use `IntegrationSchemasSandbox4$inboundSchema` instead. */
550
+ const inboundSchema: z.ZodType<IntegrationSchemasSandbox4, z.ZodTypeDef, unknown>;
551
+ /** @deprecated use `IntegrationSchemasSandbox4$outboundSchema` instead. */
552
+ const outboundSchema: z.ZodType<IntegrationSchemasSandbox4$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox4>;
553
+ /** @deprecated use `IntegrationSchemasSandbox4$Outbound` instead. */
554
+ type Outbound = IntegrationSchemasSandbox4$Outbound;
555
+ }
556
+ export declare function integrationSchemasSandbox4ToJSON(integrationSchemasSandbox4: IntegrationSchemasSandbox4): string;
557
+ export declare function integrationSchemasSandbox4FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox4, SDKValidationError>;
558
+ /** @internal */
559
+ export declare const IntegrationSchemasSandbox32$inboundSchema: z.ZodType<IntegrationSchemasSandbox32, z.ZodTypeDef, unknown>;
560
+ /** @internal */
561
+ export type IntegrationSchemasSandbox32$Outbound = {};
562
+ /** @internal */
563
+ export declare const IntegrationSchemasSandbox32$outboundSchema: z.ZodType<IntegrationSchemasSandbox32$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox32>;
564
+ /**
565
+ * @internal
566
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
567
+ */
568
+ export declare namespace IntegrationSchemasSandbox32$ {
569
+ /** @deprecated use `IntegrationSchemasSandbox32$inboundSchema` instead. */
570
+ const inboundSchema: z.ZodType<IntegrationSchemasSandbox32, z.ZodTypeDef, unknown>;
571
+ /** @deprecated use `IntegrationSchemasSandbox32$outboundSchema` instead. */
572
+ const outboundSchema: z.ZodType<IntegrationSchemasSandbox32$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox32>;
573
+ /** @deprecated use `IntegrationSchemasSandbox32$Outbound` instead. */
574
+ type Outbound = IntegrationSchemasSandbox32$Outbound;
575
+ }
576
+ export declare function integrationSchemasSandbox32ToJSON(integrationSchemasSandbox32: IntegrationSchemasSandbox32): string;
577
+ export declare function integrationSchemasSandbox32FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox32, SDKValidationError>;
578
+ /** @internal */
579
+ export declare const IntegrationSchemasSandbox3$inboundSchema: z.ZodType<IntegrationSchemasSandbox3, z.ZodTypeDef, unknown>;
580
+ /** @internal */
581
+ export type IntegrationSchemasSandbox3$Outbound = IntegrationSchemasSandbox32$Outbound | number;
582
+ /** @internal */
583
+ export declare const IntegrationSchemasSandbox3$outboundSchema: z.ZodType<IntegrationSchemasSandbox3$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox3>;
584
+ /**
585
+ * @internal
586
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
587
+ */
588
+ export declare namespace IntegrationSchemasSandbox3$ {
589
+ /** @deprecated use `IntegrationSchemasSandbox3$inboundSchema` instead. */
590
+ const inboundSchema: z.ZodType<IntegrationSchemasSandbox3, z.ZodTypeDef, unknown>;
591
+ /** @deprecated use `IntegrationSchemasSandbox3$outboundSchema` instead. */
592
+ const outboundSchema: z.ZodType<IntegrationSchemasSandbox3$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox3>;
593
+ /** @deprecated use `IntegrationSchemasSandbox3$Outbound` instead. */
594
+ type Outbound = IntegrationSchemasSandbox3$Outbound;
595
+ }
596
+ export declare function integrationSchemasSandbox3ToJSON(integrationSchemasSandbox3: IntegrationSchemasSandbox3): string;
597
+ export declare function integrationSchemasSandbox3FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox3, SDKValidationError>;
598
+ /** @internal */
599
+ export declare const IntegrationSchemasSandbox22$inboundSchema: z.ZodType<IntegrationSchemasSandbox22, z.ZodTypeDef, unknown>;
600
+ /** @internal */
601
+ export type IntegrationSchemasSandbox22$Outbound = {};
602
+ /** @internal */
603
+ export declare const IntegrationSchemasSandbox22$outboundSchema: z.ZodType<IntegrationSchemasSandbox22$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox22>;
604
+ /**
605
+ * @internal
606
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
607
+ */
608
+ export declare namespace IntegrationSchemasSandbox22$ {
609
+ /** @deprecated use `IntegrationSchemasSandbox22$inboundSchema` instead. */
610
+ const inboundSchema: z.ZodType<IntegrationSchemasSandbox22, z.ZodTypeDef, unknown>;
611
+ /** @deprecated use `IntegrationSchemasSandbox22$outboundSchema` instead. */
612
+ const outboundSchema: z.ZodType<IntegrationSchemasSandbox22$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox22>;
613
+ /** @deprecated use `IntegrationSchemasSandbox22$Outbound` instead. */
614
+ type Outbound = IntegrationSchemasSandbox22$Outbound;
615
+ }
616
+ export declare function integrationSchemasSandbox22ToJSON(integrationSchemasSandbox22: IntegrationSchemasSandbox22): string;
617
+ export declare function integrationSchemasSandbox22FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox22, SDKValidationError>;
618
+ /** @internal */
619
+ export declare const IntegrationSchemasSandbox2$inboundSchema: z.ZodType<IntegrationSchemasSandbox2, z.ZodTypeDef, unknown>;
620
+ /** @internal */
621
+ export type IntegrationSchemasSandbox2$Outbound = IntegrationSchemasSandbox22$Outbound | string;
622
+ /** @internal */
623
+ export declare const IntegrationSchemasSandbox2$outboundSchema: z.ZodType<IntegrationSchemasSandbox2$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox2>;
624
+ /**
625
+ * @internal
626
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
627
+ */
628
+ export declare namespace IntegrationSchemasSandbox2$ {
629
+ /** @deprecated use `IntegrationSchemasSandbox2$inboundSchema` instead. */
630
+ const inboundSchema: z.ZodType<IntegrationSchemasSandbox2, z.ZodTypeDef, unknown>;
631
+ /** @deprecated use `IntegrationSchemasSandbox2$outboundSchema` instead. */
632
+ const outboundSchema: z.ZodType<IntegrationSchemasSandbox2$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox2>;
633
+ /** @deprecated use `IntegrationSchemasSandbox2$Outbound` instead. */
634
+ type Outbound = IntegrationSchemasSandbox2$Outbound;
635
+ }
636
+ export declare function integrationSchemasSandbox2ToJSON(integrationSchemasSandbox2: IntegrationSchemasSandbox2): string;
637
+ export declare function integrationSchemasSandbox2FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox2, SDKValidationError>;
638
+ /** @internal */
639
+ export declare const IntegrationSchemasSandbox1$inboundSchema: z.ZodType<IntegrationSchemasSandbox1, z.ZodTypeDef, unknown>;
640
+ /** @internal */
641
+ export type IntegrationSchemasSandbox1$Outbound = {};
642
+ /** @internal */
643
+ export declare const IntegrationSchemasSandbox1$outboundSchema: z.ZodType<IntegrationSchemasSandbox1$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox1>;
644
+ /**
645
+ * @internal
646
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
647
+ */
648
+ export declare namespace IntegrationSchemasSandbox1$ {
649
+ /** @deprecated use `IntegrationSchemasSandbox1$inboundSchema` instead. */
650
+ const inboundSchema: z.ZodType<IntegrationSchemasSandbox1, z.ZodTypeDef, unknown>;
651
+ /** @deprecated use `IntegrationSchemasSandbox1$outboundSchema` instead. */
652
+ const outboundSchema: z.ZodType<IntegrationSchemasSandbox1$Outbound, z.ZodTypeDef, IntegrationSchemasSandbox1>;
653
+ /** @deprecated use `IntegrationSchemasSandbox1$Outbound` instead. */
654
+ type Outbound = IntegrationSchemasSandbox1$Outbound;
655
+ }
656
+ export declare function integrationSchemasSandbox1ToJSON(integrationSchemasSandbox1: IntegrationSchemasSandbox1): string;
657
+ export declare function integrationSchemasSandbox1FromJSON(jsonString: string): SafeParseResult<IntegrationSchemasSandbox1, SDKValidationError>;
658
+ /** @internal */
659
+ export declare const Sandbox$inboundSchema: z.ZodType<Sandbox, z.ZodTypeDef, unknown>;
660
+ /** @internal */
661
+ export type Sandbox$Outbound = IntegrationSchemasSandbox1$Outbound | IntegrationSchemasSandbox22$Outbound | string | IntegrationSchemasSandbox32$Outbound | number | IntegrationSchemasSandbox42$Outbound | boolean | IntegrationSchemasSandbox52$Outbound | Array<any>;
662
+ /** @internal */
663
+ export declare const Sandbox$outboundSchema: z.ZodType<Sandbox$Outbound, z.ZodTypeDef, Sandbox>;
664
+ /**
665
+ * @internal
666
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
667
+ */
668
+ export declare namespace Sandbox$ {
669
+ /** @deprecated use `Sandbox$inboundSchema` instead. */
670
+ const inboundSchema: z.ZodType<Sandbox, z.ZodTypeDef, unknown>;
671
+ /** @deprecated use `Sandbox$outboundSchema` instead. */
672
+ const outboundSchema: z.ZodType<Sandbox$Outbound, z.ZodTypeDef, Sandbox>;
673
+ /** @deprecated use `Sandbox$Outbound` instead. */
674
+ type Outbound = Sandbox$Outbound;
675
+ }
676
+ export declare function sandboxToJSON(sandbox: Sandbox): string;
677
+ export declare function sandboxFromJSON(jsonString: string): SafeParseResult<Sandbox, SDKValidationError>;
678
+ /** @internal */
49
679
  export declare const Integration$inboundSchema: z.ZodType<Integration, z.ZodTypeDef, unknown>;
50
680
  /** @internal */
51
681
  export type Integration$Outbound = {
52
682
  active_healthy_connections?: number | undefined;
53
- api?: {
54
- [k: string]: any;
55
- } | undefined;
683
+ api?: Integration1$Outbound | IntegrationSchemasApi22$Outbound | string | IntegrationSchemasApi32$Outbound | number | IntegrationSchemasApi2$Outbound | boolean | IntegrationSchemasApi52$Outbound | Array<any> | undefined;
56
684
  api_docs_url?: string | undefined;
57
685
  beta?: boolean | undefined;
58
686
  categories: Array<string>;
@@ -65,10 +693,12 @@ export type Integration$Outbound = {
65
693
  is_active?: boolean | undefined;
66
694
  logo_url?: string | undefined;
67
695
  name: string;
696
+ partnership?: IntegrationSchemas1$Outbound | IntegrationSchemasPartnership2$Outbound | string | IntegrationSchemasPartnership32$Outbound | number | IntegrationSchemasPartnership42$Outbound | boolean | IntegrationSchemasPartnership52$Outbound | Array<any> | undefined;
68
697
  popularity?: number | undefined;
69
698
  rate_limit_description?: string | undefined;
699
+ sandbox?: IntegrationSchemasSandbox1$Outbound | IntegrationSchemasSandbox22$Outbound | string | IntegrationSchemasSandbox32$Outbound | number | IntegrationSchemasSandbox42$Outbound | boolean | IntegrationSchemasSandbox52$Outbound | Array<any> | undefined;
70
700
  support?: {
71
- [k: string]: IntegrationSupport$Outbound;
701
+ [k: string]: any;
72
702
  } | undefined;
73
703
  tested_at?: string | undefined;
74
704
  text_color?: string | undefined;