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