@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
@@ -26,18 +26,863 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.Integration$ = exports.Integration$outboundSchema = exports.Integration$inboundSchema = void 0;
29
+ exports.IntegrationSchemasPartnership2$outboundSchema = exports.IntegrationSchemasPartnership2$inboundSchema = exports.IntegrationSchemas3$ = exports.IntegrationSchemas3$outboundSchema = exports.IntegrationSchemas3$inboundSchema = exports.IntegrationSchemasPartnership32$ = exports.IntegrationSchemasPartnership32$outboundSchema = exports.IntegrationSchemasPartnership32$inboundSchema = exports.IntegrationSchemas4$ = exports.IntegrationSchemas4$outboundSchema = exports.IntegrationSchemas4$inboundSchema = exports.IntegrationSchemasPartnership42$ = exports.IntegrationSchemasPartnership42$outboundSchema = exports.IntegrationSchemasPartnership42$inboundSchema = exports.IntegrationSchemas5$ = exports.IntegrationSchemas5$outboundSchema = exports.IntegrationSchemas5$inboundSchema = exports.IntegrationSchemasPartnership52$ = exports.IntegrationSchemasPartnership52$outboundSchema = exports.IntegrationSchemasPartnership52$inboundSchema = exports.Api$ = exports.Api$outboundSchema = exports.Api$inboundSchema = exports.Integration1$ = exports.Integration1$outboundSchema = exports.Integration1$inboundSchema = exports.Integration2$ = exports.Integration2$outboundSchema = exports.Integration2$inboundSchema = exports.IntegrationSchemasApi22$ = exports.IntegrationSchemasApi22$outboundSchema = exports.IntegrationSchemasApi22$inboundSchema = exports.Integration3$ = exports.Integration3$outboundSchema = exports.Integration3$inboundSchema = exports.IntegrationSchemasApi32$ = exports.IntegrationSchemasApi32$outboundSchema = exports.IntegrationSchemasApi32$inboundSchema = exports.Integration4$ = exports.Integration4$outboundSchema = exports.Integration4$inboundSchema = exports.IntegrationSchemasApi2$ = exports.IntegrationSchemasApi2$outboundSchema = exports.IntegrationSchemasApi2$inboundSchema = exports.Integration5$ = exports.Integration5$outboundSchema = exports.Integration5$inboundSchema = exports.IntegrationSchemasApi52$ = exports.IntegrationSchemasApi52$outboundSchema = exports.IntegrationSchemasApi52$inboundSchema = void 0;
30
+ exports.Integration$ = exports.Integration$outboundSchema = exports.Integration$inboundSchema = exports.Sandbox$ = exports.Sandbox$outboundSchema = exports.Sandbox$inboundSchema = exports.IntegrationSchemasSandbox1$ = exports.IntegrationSchemasSandbox1$outboundSchema = exports.IntegrationSchemasSandbox1$inboundSchema = exports.IntegrationSchemasSandbox2$ = exports.IntegrationSchemasSandbox2$outboundSchema = exports.IntegrationSchemasSandbox2$inboundSchema = exports.IntegrationSchemasSandbox22$ = exports.IntegrationSchemasSandbox22$outboundSchema = exports.IntegrationSchemasSandbox22$inboundSchema = exports.IntegrationSchemasSandbox3$ = exports.IntegrationSchemasSandbox3$outboundSchema = exports.IntegrationSchemasSandbox3$inboundSchema = exports.IntegrationSchemasSandbox32$ = exports.IntegrationSchemasSandbox32$outboundSchema = exports.IntegrationSchemasSandbox32$inboundSchema = exports.IntegrationSchemasSandbox4$ = exports.IntegrationSchemasSandbox4$outboundSchema = exports.IntegrationSchemasSandbox4$inboundSchema = exports.IntegrationSchemasSandbox42$ = exports.IntegrationSchemasSandbox42$outboundSchema = exports.IntegrationSchemasSandbox42$inboundSchema = exports.IntegrationSchemasSandbox5$ = exports.IntegrationSchemasSandbox5$outboundSchema = exports.IntegrationSchemasSandbox5$inboundSchema = exports.IntegrationSchemasSandbox52$ = exports.IntegrationSchemasSandbox52$outboundSchema = exports.IntegrationSchemasSandbox52$inboundSchema = exports.Partnership$ = exports.Partnership$outboundSchema = exports.Partnership$inboundSchema = exports.IntegrationSchemas1$ = exports.IntegrationSchemas1$outboundSchema = exports.IntegrationSchemas1$inboundSchema = exports.IntegrationSchemas2$ = exports.IntegrationSchemas2$outboundSchema = exports.IntegrationSchemas2$inboundSchema = exports.IntegrationSchemasPartnership2$ = void 0;
31
+ exports.integrationSchemasApi52ToJSON = integrationSchemasApi52ToJSON;
32
+ exports.integrationSchemasApi52FromJSON = integrationSchemasApi52FromJSON;
33
+ exports.integration5ToJSON = integration5ToJSON;
34
+ exports.integration5FromJSON = integration5FromJSON;
35
+ exports.integrationSchemasApi2ToJSON = integrationSchemasApi2ToJSON;
36
+ exports.integrationSchemasApi2FromJSON = integrationSchemasApi2FromJSON;
37
+ exports.integration4ToJSON = integration4ToJSON;
38
+ exports.integration4FromJSON = integration4FromJSON;
39
+ exports.integrationSchemasApi32ToJSON = integrationSchemasApi32ToJSON;
40
+ exports.integrationSchemasApi32FromJSON = integrationSchemasApi32FromJSON;
41
+ exports.integration3ToJSON = integration3ToJSON;
42
+ exports.integration3FromJSON = integration3FromJSON;
43
+ exports.integrationSchemasApi22ToJSON = integrationSchemasApi22ToJSON;
44
+ exports.integrationSchemasApi22FromJSON = integrationSchemasApi22FromJSON;
45
+ exports.integration2ToJSON = integration2ToJSON;
46
+ exports.integration2FromJSON = integration2FromJSON;
47
+ exports.integration1ToJSON = integration1ToJSON;
48
+ exports.integration1FromJSON = integration1FromJSON;
49
+ exports.apiToJSON = apiToJSON;
50
+ exports.apiFromJSON = apiFromJSON;
51
+ exports.integrationSchemasPartnership52ToJSON = integrationSchemasPartnership52ToJSON;
52
+ exports.integrationSchemasPartnership52FromJSON = integrationSchemasPartnership52FromJSON;
53
+ exports.integrationSchemas5ToJSON = integrationSchemas5ToJSON;
54
+ exports.integrationSchemas5FromJSON = integrationSchemas5FromJSON;
55
+ exports.integrationSchemasPartnership42ToJSON = integrationSchemasPartnership42ToJSON;
56
+ exports.integrationSchemasPartnership42FromJSON = integrationSchemasPartnership42FromJSON;
57
+ exports.integrationSchemas4ToJSON = integrationSchemas4ToJSON;
58
+ exports.integrationSchemas4FromJSON = integrationSchemas4FromJSON;
59
+ exports.integrationSchemasPartnership32ToJSON = integrationSchemasPartnership32ToJSON;
60
+ exports.integrationSchemasPartnership32FromJSON = integrationSchemasPartnership32FromJSON;
61
+ exports.integrationSchemas3ToJSON = integrationSchemas3ToJSON;
62
+ exports.integrationSchemas3FromJSON = integrationSchemas3FromJSON;
63
+ exports.integrationSchemasPartnership2ToJSON = integrationSchemasPartnership2ToJSON;
64
+ exports.integrationSchemasPartnership2FromJSON = integrationSchemasPartnership2FromJSON;
65
+ exports.integrationSchemas2ToJSON = integrationSchemas2ToJSON;
66
+ exports.integrationSchemas2FromJSON = integrationSchemas2FromJSON;
67
+ exports.integrationSchemas1ToJSON = integrationSchemas1ToJSON;
68
+ exports.integrationSchemas1FromJSON = integrationSchemas1FromJSON;
69
+ exports.partnershipToJSON = partnershipToJSON;
70
+ exports.partnershipFromJSON = partnershipFromJSON;
71
+ exports.integrationSchemasSandbox52ToJSON = integrationSchemasSandbox52ToJSON;
72
+ exports.integrationSchemasSandbox52FromJSON = integrationSchemasSandbox52FromJSON;
73
+ exports.integrationSchemasSandbox5ToJSON = integrationSchemasSandbox5ToJSON;
74
+ exports.integrationSchemasSandbox5FromJSON = integrationSchemasSandbox5FromJSON;
75
+ exports.integrationSchemasSandbox42ToJSON = integrationSchemasSandbox42ToJSON;
76
+ exports.integrationSchemasSandbox42FromJSON = integrationSchemasSandbox42FromJSON;
77
+ exports.integrationSchemasSandbox4ToJSON = integrationSchemasSandbox4ToJSON;
78
+ exports.integrationSchemasSandbox4FromJSON = integrationSchemasSandbox4FromJSON;
79
+ exports.integrationSchemasSandbox32ToJSON = integrationSchemasSandbox32ToJSON;
80
+ exports.integrationSchemasSandbox32FromJSON = integrationSchemasSandbox32FromJSON;
81
+ exports.integrationSchemasSandbox3ToJSON = integrationSchemasSandbox3ToJSON;
82
+ exports.integrationSchemasSandbox3FromJSON = integrationSchemasSandbox3FromJSON;
83
+ exports.integrationSchemasSandbox22ToJSON = integrationSchemasSandbox22ToJSON;
84
+ exports.integrationSchemasSandbox22FromJSON = integrationSchemasSandbox22FromJSON;
85
+ exports.integrationSchemasSandbox2ToJSON = integrationSchemasSandbox2ToJSON;
86
+ exports.integrationSchemasSandbox2FromJSON = integrationSchemasSandbox2FromJSON;
87
+ exports.integrationSchemasSandbox1ToJSON = integrationSchemasSandbox1ToJSON;
88
+ exports.integrationSchemasSandbox1FromJSON = integrationSchemasSandbox1FromJSON;
89
+ exports.sandboxToJSON = sandboxToJSON;
90
+ exports.sandboxFromJSON = sandboxFromJSON;
30
91
  exports.integrationToJSON = integrationToJSON;
31
92
  exports.integrationFromJSON = integrationFromJSON;
32
93
  const z = __importStar(require("zod"));
33
94
  const primitives_js_1 = require("../../../lib/primitives.js");
34
95
  const schemas_js_1 = require("../../../lib/schemas.js");
35
- const integrationsupport_js_1 = require("./integrationsupport.js");
36
96
  const propertyintegrationcategories_js_1 = require("./propertyintegrationcategories.js");
97
+ const propertyintegrationtokeninstructions_js_1 = require("./propertyintegrationtokeninstructions.js");
98
+ /** @internal */
99
+ exports.IntegrationSchemasApi52$inboundSchema = z.object({});
100
+ /** @internal */
101
+ exports.IntegrationSchemasApi52$outboundSchema = z.object({});
102
+ /**
103
+ * @internal
104
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
105
+ */
106
+ var IntegrationSchemasApi52$;
107
+ (function (IntegrationSchemasApi52$) {
108
+ /** @deprecated use `IntegrationSchemasApi52$inboundSchema` instead. */
109
+ IntegrationSchemasApi52$.inboundSchema = exports.IntegrationSchemasApi52$inboundSchema;
110
+ /** @deprecated use `IntegrationSchemasApi52$outboundSchema` instead. */
111
+ IntegrationSchemasApi52$.outboundSchema = exports.IntegrationSchemasApi52$outboundSchema;
112
+ })(IntegrationSchemasApi52$ || (exports.IntegrationSchemasApi52$ = IntegrationSchemasApi52$ = {}));
113
+ function integrationSchemasApi52ToJSON(integrationSchemasApi52) {
114
+ return JSON.stringify(exports.IntegrationSchemasApi52$outboundSchema.parse(integrationSchemasApi52));
115
+ }
116
+ function integrationSchemasApi52FromJSON(jsonString) {
117
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasApi52$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasApi52' from JSON`);
118
+ }
119
+ /** @internal */
120
+ exports.Integration5$inboundSchema = z.union([
121
+ z.lazy(() => exports.IntegrationSchemasApi52$inboundSchema),
122
+ z.array(z.any()),
123
+ ]);
124
+ /** @internal */
125
+ exports.Integration5$outboundSchema = z.union([
126
+ z.lazy(() => exports.IntegrationSchemasApi52$outboundSchema),
127
+ z.array(z.any()),
128
+ ]);
129
+ /**
130
+ * @internal
131
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
132
+ */
133
+ var Integration5$;
134
+ (function (Integration5$) {
135
+ /** @deprecated use `Integration5$inboundSchema` instead. */
136
+ Integration5$.inboundSchema = exports.Integration5$inboundSchema;
137
+ /** @deprecated use `Integration5$outboundSchema` instead. */
138
+ Integration5$.outboundSchema = exports.Integration5$outboundSchema;
139
+ })(Integration5$ || (exports.Integration5$ = Integration5$ = {}));
140
+ function integration5ToJSON(integration5) {
141
+ return JSON.stringify(exports.Integration5$outboundSchema.parse(integration5));
142
+ }
143
+ function integration5FromJSON(jsonString) {
144
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Integration5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Integration5' from JSON`);
145
+ }
146
+ /** @internal */
147
+ exports.IntegrationSchemasApi2$inboundSchema = z.object({});
148
+ /** @internal */
149
+ exports.IntegrationSchemasApi2$outboundSchema = z.object({});
150
+ /**
151
+ * @internal
152
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
153
+ */
154
+ var IntegrationSchemasApi2$;
155
+ (function (IntegrationSchemasApi2$) {
156
+ /** @deprecated use `IntegrationSchemasApi2$inboundSchema` instead. */
157
+ IntegrationSchemasApi2$.inboundSchema = exports.IntegrationSchemasApi2$inboundSchema;
158
+ /** @deprecated use `IntegrationSchemasApi2$outboundSchema` instead. */
159
+ IntegrationSchemasApi2$.outboundSchema = exports.IntegrationSchemasApi2$outboundSchema;
160
+ })(IntegrationSchemasApi2$ || (exports.IntegrationSchemasApi2$ = IntegrationSchemasApi2$ = {}));
161
+ function integrationSchemasApi2ToJSON(integrationSchemasApi2) {
162
+ return JSON.stringify(exports.IntegrationSchemasApi2$outboundSchema.parse(integrationSchemasApi2));
163
+ }
164
+ function integrationSchemasApi2FromJSON(jsonString) {
165
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasApi2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasApi2' from JSON`);
166
+ }
167
+ /** @internal */
168
+ exports.Integration4$inboundSchema = z.union([z.lazy(() => exports.IntegrationSchemasApi2$inboundSchema), z.boolean()]);
169
+ /** @internal */
170
+ exports.Integration4$outboundSchema = z.union([z.lazy(() => exports.IntegrationSchemasApi2$outboundSchema), z.boolean()]);
171
+ /**
172
+ * @internal
173
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
174
+ */
175
+ var Integration4$;
176
+ (function (Integration4$) {
177
+ /** @deprecated use `Integration4$inboundSchema` instead. */
178
+ Integration4$.inboundSchema = exports.Integration4$inboundSchema;
179
+ /** @deprecated use `Integration4$outboundSchema` instead. */
180
+ Integration4$.outboundSchema = exports.Integration4$outboundSchema;
181
+ })(Integration4$ || (exports.Integration4$ = Integration4$ = {}));
182
+ function integration4ToJSON(integration4) {
183
+ return JSON.stringify(exports.Integration4$outboundSchema.parse(integration4));
184
+ }
185
+ function integration4FromJSON(jsonString) {
186
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Integration4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Integration4' from JSON`);
187
+ }
188
+ /** @internal */
189
+ exports.IntegrationSchemasApi32$inboundSchema = z.object({});
190
+ /** @internal */
191
+ exports.IntegrationSchemasApi32$outboundSchema = z.object({});
192
+ /**
193
+ * @internal
194
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
195
+ */
196
+ var IntegrationSchemasApi32$;
197
+ (function (IntegrationSchemasApi32$) {
198
+ /** @deprecated use `IntegrationSchemasApi32$inboundSchema` instead. */
199
+ IntegrationSchemasApi32$.inboundSchema = exports.IntegrationSchemasApi32$inboundSchema;
200
+ /** @deprecated use `IntegrationSchemasApi32$outboundSchema` instead. */
201
+ IntegrationSchemasApi32$.outboundSchema = exports.IntegrationSchemasApi32$outboundSchema;
202
+ })(IntegrationSchemasApi32$ || (exports.IntegrationSchemasApi32$ = IntegrationSchemasApi32$ = {}));
203
+ function integrationSchemasApi32ToJSON(integrationSchemasApi32) {
204
+ return JSON.stringify(exports.IntegrationSchemasApi32$outboundSchema.parse(integrationSchemasApi32));
205
+ }
206
+ function integrationSchemasApi32FromJSON(jsonString) {
207
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasApi32$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasApi32' from JSON`);
208
+ }
209
+ /** @internal */
210
+ exports.Integration3$inboundSchema = z.union([z.lazy(() => exports.IntegrationSchemasApi32$inboundSchema), z.number()]);
211
+ /** @internal */
212
+ exports.Integration3$outboundSchema = z.union([z.lazy(() => exports.IntegrationSchemasApi32$outboundSchema), z.number()]);
213
+ /**
214
+ * @internal
215
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
216
+ */
217
+ var Integration3$;
218
+ (function (Integration3$) {
219
+ /** @deprecated use `Integration3$inboundSchema` instead. */
220
+ Integration3$.inboundSchema = exports.Integration3$inboundSchema;
221
+ /** @deprecated use `Integration3$outboundSchema` instead. */
222
+ Integration3$.outboundSchema = exports.Integration3$outboundSchema;
223
+ })(Integration3$ || (exports.Integration3$ = Integration3$ = {}));
224
+ function integration3ToJSON(integration3) {
225
+ return JSON.stringify(exports.Integration3$outboundSchema.parse(integration3));
226
+ }
227
+ function integration3FromJSON(jsonString) {
228
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Integration3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Integration3' from JSON`);
229
+ }
230
+ /** @internal */
231
+ exports.IntegrationSchemasApi22$inboundSchema = z.object({});
232
+ /** @internal */
233
+ exports.IntegrationSchemasApi22$outboundSchema = z.object({});
234
+ /**
235
+ * @internal
236
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
237
+ */
238
+ var IntegrationSchemasApi22$;
239
+ (function (IntegrationSchemasApi22$) {
240
+ /** @deprecated use `IntegrationSchemasApi22$inboundSchema` instead. */
241
+ IntegrationSchemasApi22$.inboundSchema = exports.IntegrationSchemasApi22$inboundSchema;
242
+ /** @deprecated use `IntegrationSchemasApi22$outboundSchema` instead. */
243
+ IntegrationSchemasApi22$.outboundSchema = exports.IntegrationSchemasApi22$outboundSchema;
244
+ })(IntegrationSchemasApi22$ || (exports.IntegrationSchemasApi22$ = IntegrationSchemasApi22$ = {}));
245
+ function integrationSchemasApi22ToJSON(integrationSchemasApi22) {
246
+ return JSON.stringify(exports.IntegrationSchemasApi22$outboundSchema.parse(integrationSchemasApi22));
247
+ }
248
+ function integrationSchemasApi22FromJSON(jsonString) {
249
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasApi22$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasApi22' from JSON`);
250
+ }
251
+ /** @internal */
252
+ exports.Integration2$inboundSchema = z.union([z.lazy(() => exports.IntegrationSchemasApi22$inboundSchema), z.string()]);
253
+ /** @internal */
254
+ exports.Integration2$outboundSchema = z.union([z.lazy(() => exports.IntegrationSchemasApi22$outboundSchema), z.string()]);
255
+ /**
256
+ * @internal
257
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
258
+ */
259
+ var Integration2$;
260
+ (function (Integration2$) {
261
+ /** @deprecated use `Integration2$inboundSchema` instead. */
262
+ Integration2$.inboundSchema = exports.Integration2$inboundSchema;
263
+ /** @deprecated use `Integration2$outboundSchema` instead. */
264
+ Integration2$.outboundSchema = exports.Integration2$outboundSchema;
265
+ })(Integration2$ || (exports.Integration2$ = Integration2$ = {}));
266
+ function integration2ToJSON(integration2) {
267
+ return JSON.stringify(exports.Integration2$outboundSchema.parse(integration2));
268
+ }
269
+ function integration2FromJSON(jsonString) {
270
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Integration2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Integration2' from JSON`);
271
+ }
272
+ /** @internal */
273
+ exports.Integration1$inboundSchema = z.object({});
274
+ /** @internal */
275
+ exports.Integration1$outboundSchema = z.object({});
276
+ /**
277
+ * @internal
278
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
279
+ */
280
+ var Integration1$;
281
+ (function (Integration1$) {
282
+ /** @deprecated use `Integration1$inboundSchema` instead. */
283
+ Integration1$.inboundSchema = exports.Integration1$inboundSchema;
284
+ /** @deprecated use `Integration1$outboundSchema` instead. */
285
+ Integration1$.outboundSchema = exports.Integration1$outboundSchema;
286
+ })(Integration1$ || (exports.Integration1$ = Integration1$ = {}));
287
+ function integration1ToJSON(integration1) {
288
+ return JSON.stringify(exports.Integration1$outboundSchema.parse(integration1));
289
+ }
290
+ function integration1FromJSON(jsonString) {
291
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Integration1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Integration1' from JSON`);
292
+ }
293
+ /** @internal */
294
+ exports.Api$inboundSchema = z.union([
295
+ z.lazy(() => exports.Integration1$inboundSchema),
296
+ z.union([z.lazy(() => exports.IntegrationSchemasApi22$inboundSchema), z.string()]),
297
+ z.union([z.lazy(() => exports.IntegrationSchemasApi32$inboundSchema), z.number()]),
298
+ z.union([z.lazy(() => exports.IntegrationSchemasApi2$inboundSchema), z.boolean()]),
299
+ z.union([
300
+ z.lazy(() => exports.IntegrationSchemasApi52$inboundSchema),
301
+ z.array(z.any()),
302
+ ]),
303
+ ]);
304
+ /** @internal */
305
+ exports.Api$outboundSchema = z
306
+ .union([
307
+ z.lazy(() => exports.Integration1$outboundSchema),
308
+ z.union([z.lazy(() => exports.IntegrationSchemasApi22$outboundSchema), z.string()]),
309
+ z.union([z.lazy(() => exports.IntegrationSchemasApi32$outboundSchema), z.number()]),
310
+ z.union([z.lazy(() => exports.IntegrationSchemasApi2$outboundSchema), z.boolean()]),
311
+ z.union([
312
+ z.lazy(() => exports.IntegrationSchemasApi52$outboundSchema),
313
+ z.array(z.any()),
314
+ ]),
315
+ ]);
316
+ /**
317
+ * @internal
318
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
319
+ */
320
+ var Api$;
321
+ (function (Api$) {
322
+ /** @deprecated use `Api$inboundSchema` instead. */
323
+ Api$.inboundSchema = exports.Api$inboundSchema;
324
+ /** @deprecated use `Api$outboundSchema` instead. */
325
+ Api$.outboundSchema = exports.Api$outboundSchema;
326
+ })(Api$ || (exports.Api$ = Api$ = {}));
327
+ function apiToJSON(api) {
328
+ return JSON.stringify(exports.Api$outboundSchema.parse(api));
329
+ }
330
+ function apiFromJSON(jsonString) {
331
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Api$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Api' from JSON`);
332
+ }
333
+ /** @internal */
334
+ exports.IntegrationSchemasPartnership52$inboundSchema = z.object({});
335
+ /** @internal */
336
+ exports.IntegrationSchemasPartnership52$outboundSchema = z.object({});
337
+ /**
338
+ * @internal
339
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
340
+ */
341
+ var IntegrationSchemasPartnership52$;
342
+ (function (IntegrationSchemasPartnership52$) {
343
+ /** @deprecated use `IntegrationSchemasPartnership52$inboundSchema` instead. */
344
+ IntegrationSchemasPartnership52$.inboundSchema = exports.IntegrationSchemasPartnership52$inboundSchema;
345
+ /** @deprecated use `IntegrationSchemasPartnership52$outboundSchema` instead. */
346
+ IntegrationSchemasPartnership52$.outboundSchema = exports.IntegrationSchemasPartnership52$outboundSchema;
347
+ })(IntegrationSchemasPartnership52$ || (exports.IntegrationSchemasPartnership52$ = IntegrationSchemasPartnership52$ = {}));
348
+ function integrationSchemasPartnership52ToJSON(integrationSchemasPartnership52) {
349
+ return JSON.stringify(exports.IntegrationSchemasPartnership52$outboundSchema.parse(integrationSchemasPartnership52));
350
+ }
351
+ function integrationSchemasPartnership52FromJSON(jsonString) {
352
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasPartnership52$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasPartnership52' from JSON`);
353
+ }
354
+ /** @internal */
355
+ exports.IntegrationSchemas5$inboundSchema = z.union([
356
+ z.lazy(() => exports.IntegrationSchemasPartnership52$inboundSchema),
357
+ z.array(z.any()),
358
+ ]);
359
+ /** @internal */
360
+ exports.IntegrationSchemas5$outboundSchema = z.union([
361
+ z.lazy(() => exports.IntegrationSchemasPartnership52$outboundSchema),
362
+ z.array(z.any()),
363
+ ]);
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
+ var IntegrationSchemas5$;
369
+ (function (IntegrationSchemas5$) {
370
+ /** @deprecated use `IntegrationSchemas5$inboundSchema` instead. */
371
+ IntegrationSchemas5$.inboundSchema = exports.IntegrationSchemas5$inboundSchema;
372
+ /** @deprecated use `IntegrationSchemas5$outboundSchema` instead. */
373
+ IntegrationSchemas5$.outboundSchema = exports.IntegrationSchemas5$outboundSchema;
374
+ })(IntegrationSchemas5$ || (exports.IntegrationSchemas5$ = IntegrationSchemas5$ = {}));
375
+ function integrationSchemas5ToJSON(integrationSchemas5) {
376
+ return JSON.stringify(exports.IntegrationSchemas5$outboundSchema.parse(integrationSchemas5));
377
+ }
378
+ function integrationSchemas5FromJSON(jsonString) {
379
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemas5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemas5' from JSON`);
380
+ }
381
+ /** @internal */
382
+ exports.IntegrationSchemasPartnership42$inboundSchema = z.object({});
383
+ /** @internal */
384
+ exports.IntegrationSchemasPartnership42$outboundSchema = z.object({});
385
+ /**
386
+ * @internal
387
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
388
+ */
389
+ var IntegrationSchemasPartnership42$;
390
+ (function (IntegrationSchemasPartnership42$) {
391
+ /** @deprecated use `IntegrationSchemasPartnership42$inboundSchema` instead. */
392
+ IntegrationSchemasPartnership42$.inboundSchema = exports.IntegrationSchemasPartnership42$inboundSchema;
393
+ /** @deprecated use `IntegrationSchemasPartnership42$outboundSchema` instead. */
394
+ IntegrationSchemasPartnership42$.outboundSchema = exports.IntegrationSchemasPartnership42$outboundSchema;
395
+ })(IntegrationSchemasPartnership42$ || (exports.IntegrationSchemasPartnership42$ = IntegrationSchemasPartnership42$ = {}));
396
+ function integrationSchemasPartnership42ToJSON(integrationSchemasPartnership42) {
397
+ return JSON.stringify(exports.IntegrationSchemasPartnership42$outboundSchema.parse(integrationSchemasPartnership42));
398
+ }
399
+ function integrationSchemasPartnership42FromJSON(jsonString) {
400
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasPartnership42$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasPartnership42' from JSON`);
401
+ }
402
+ /** @internal */
403
+ exports.IntegrationSchemas4$inboundSchema = z.union([
404
+ z.lazy(() => exports.IntegrationSchemasPartnership42$inboundSchema),
405
+ z.boolean(),
406
+ ]);
407
+ /** @internal */
408
+ exports.IntegrationSchemas4$outboundSchema = z.union([
409
+ z.lazy(() => exports.IntegrationSchemasPartnership42$outboundSchema),
410
+ z.boolean(),
411
+ ]);
412
+ /**
413
+ * @internal
414
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
415
+ */
416
+ var IntegrationSchemas4$;
417
+ (function (IntegrationSchemas4$) {
418
+ /** @deprecated use `IntegrationSchemas4$inboundSchema` instead. */
419
+ IntegrationSchemas4$.inboundSchema = exports.IntegrationSchemas4$inboundSchema;
420
+ /** @deprecated use `IntegrationSchemas4$outboundSchema` instead. */
421
+ IntegrationSchemas4$.outboundSchema = exports.IntegrationSchemas4$outboundSchema;
422
+ })(IntegrationSchemas4$ || (exports.IntegrationSchemas4$ = IntegrationSchemas4$ = {}));
423
+ function integrationSchemas4ToJSON(integrationSchemas4) {
424
+ return JSON.stringify(exports.IntegrationSchemas4$outboundSchema.parse(integrationSchemas4));
425
+ }
426
+ function integrationSchemas4FromJSON(jsonString) {
427
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemas4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemas4' from JSON`);
428
+ }
429
+ /** @internal */
430
+ exports.IntegrationSchemasPartnership32$inboundSchema = z.object({});
431
+ /** @internal */
432
+ exports.IntegrationSchemasPartnership32$outboundSchema = z.object({});
433
+ /**
434
+ * @internal
435
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
436
+ */
437
+ var IntegrationSchemasPartnership32$;
438
+ (function (IntegrationSchemasPartnership32$) {
439
+ /** @deprecated use `IntegrationSchemasPartnership32$inboundSchema` instead. */
440
+ IntegrationSchemasPartnership32$.inboundSchema = exports.IntegrationSchemasPartnership32$inboundSchema;
441
+ /** @deprecated use `IntegrationSchemasPartnership32$outboundSchema` instead. */
442
+ IntegrationSchemasPartnership32$.outboundSchema = exports.IntegrationSchemasPartnership32$outboundSchema;
443
+ })(IntegrationSchemasPartnership32$ || (exports.IntegrationSchemasPartnership32$ = IntegrationSchemasPartnership32$ = {}));
444
+ function integrationSchemasPartnership32ToJSON(integrationSchemasPartnership32) {
445
+ return JSON.stringify(exports.IntegrationSchemasPartnership32$outboundSchema.parse(integrationSchemasPartnership32));
446
+ }
447
+ function integrationSchemasPartnership32FromJSON(jsonString) {
448
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasPartnership32$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasPartnership32' from JSON`);
449
+ }
450
+ /** @internal */
451
+ exports.IntegrationSchemas3$inboundSchema = z.union([
452
+ z.lazy(() => exports.IntegrationSchemasPartnership32$inboundSchema),
453
+ z.number(),
454
+ ]);
455
+ /** @internal */
456
+ exports.IntegrationSchemas3$outboundSchema = z.union([
457
+ z.lazy(() => exports.IntegrationSchemasPartnership32$outboundSchema),
458
+ z.number(),
459
+ ]);
460
+ /**
461
+ * @internal
462
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
463
+ */
464
+ var IntegrationSchemas3$;
465
+ (function (IntegrationSchemas3$) {
466
+ /** @deprecated use `IntegrationSchemas3$inboundSchema` instead. */
467
+ IntegrationSchemas3$.inboundSchema = exports.IntegrationSchemas3$inboundSchema;
468
+ /** @deprecated use `IntegrationSchemas3$outboundSchema` instead. */
469
+ IntegrationSchemas3$.outboundSchema = exports.IntegrationSchemas3$outboundSchema;
470
+ })(IntegrationSchemas3$ || (exports.IntegrationSchemas3$ = IntegrationSchemas3$ = {}));
471
+ function integrationSchemas3ToJSON(integrationSchemas3) {
472
+ return JSON.stringify(exports.IntegrationSchemas3$outboundSchema.parse(integrationSchemas3));
473
+ }
474
+ function integrationSchemas3FromJSON(jsonString) {
475
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemas3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemas3' from JSON`);
476
+ }
477
+ /** @internal */
478
+ exports.IntegrationSchemasPartnership2$inboundSchema = z.object({});
479
+ /** @internal */
480
+ exports.IntegrationSchemasPartnership2$outboundSchema = z.object({});
481
+ /**
482
+ * @internal
483
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
484
+ */
485
+ var IntegrationSchemasPartnership2$;
486
+ (function (IntegrationSchemasPartnership2$) {
487
+ /** @deprecated use `IntegrationSchemasPartnership2$inboundSchema` instead. */
488
+ IntegrationSchemasPartnership2$.inboundSchema = exports.IntegrationSchemasPartnership2$inboundSchema;
489
+ /** @deprecated use `IntegrationSchemasPartnership2$outboundSchema` instead. */
490
+ IntegrationSchemasPartnership2$.outboundSchema = exports.IntegrationSchemasPartnership2$outboundSchema;
491
+ })(IntegrationSchemasPartnership2$ || (exports.IntegrationSchemasPartnership2$ = IntegrationSchemasPartnership2$ = {}));
492
+ function integrationSchemasPartnership2ToJSON(integrationSchemasPartnership2) {
493
+ return JSON.stringify(exports.IntegrationSchemasPartnership2$outboundSchema.parse(integrationSchemasPartnership2));
494
+ }
495
+ function integrationSchemasPartnership2FromJSON(jsonString) {
496
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasPartnership2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasPartnership2' from JSON`);
497
+ }
498
+ /** @internal */
499
+ exports.IntegrationSchemas2$inboundSchema = z.union([
500
+ z.lazy(() => exports.IntegrationSchemasPartnership2$inboundSchema),
501
+ z.string(),
502
+ ]);
503
+ /** @internal */
504
+ exports.IntegrationSchemas2$outboundSchema = z.union([
505
+ z.lazy(() => exports.IntegrationSchemasPartnership2$outboundSchema),
506
+ z.string(),
507
+ ]);
508
+ /**
509
+ * @internal
510
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
511
+ */
512
+ var IntegrationSchemas2$;
513
+ (function (IntegrationSchemas2$) {
514
+ /** @deprecated use `IntegrationSchemas2$inboundSchema` instead. */
515
+ IntegrationSchemas2$.inboundSchema = exports.IntegrationSchemas2$inboundSchema;
516
+ /** @deprecated use `IntegrationSchemas2$outboundSchema` instead. */
517
+ IntegrationSchemas2$.outboundSchema = exports.IntegrationSchemas2$outboundSchema;
518
+ })(IntegrationSchemas2$ || (exports.IntegrationSchemas2$ = IntegrationSchemas2$ = {}));
519
+ function integrationSchemas2ToJSON(integrationSchemas2) {
520
+ return JSON.stringify(exports.IntegrationSchemas2$outboundSchema.parse(integrationSchemas2));
521
+ }
522
+ function integrationSchemas2FromJSON(jsonString) {
523
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemas2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemas2' from JSON`);
524
+ }
525
+ /** @internal */
526
+ exports.IntegrationSchemas1$inboundSchema = z.object({});
527
+ /** @internal */
528
+ exports.IntegrationSchemas1$outboundSchema = z.object({});
529
+ /**
530
+ * @internal
531
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
532
+ */
533
+ var IntegrationSchemas1$;
534
+ (function (IntegrationSchemas1$) {
535
+ /** @deprecated use `IntegrationSchemas1$inboundSchema` instead. */
536
+ IntegrationSchemas1$.inboundSchema = exports.IntegrationSchemas1$inboundSchema;
537
+ /** @deprecated use `IntegrationSchemas1$outboundSchema` instead. */
538
+ IntegrationSchemas1$.outboundSchema = exports.IntegrationSchemas1$outboundSchema;
539
+ })(IntegrationSchemas1$ || (exports.IntegrationSchemas1$ = IntegrationSchemas1$ = {}));
540
+ function integrationSchemas1ToJSON(integrationSchemas1) {
541
+ return JSON.stringify(exports.IntegrationSchemas1$outboundSchema.parse(integrationSchemas1));
542
+ }
543
+ function integrationSchemas1FromJSON(jsonString) {
544
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemas1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemas1' from JSON`);
545
+ }
546
+ /** @internal */
547
+ exports.Partnership$inboundSchema = z.union([
548
+ z.lazy(() => exports.IntegrationSchemas1$inboundSchema),
549
+ z.union([
550
+ z.lazy(() => exports.IntegrationSchemasPartnership2$inboundSchema),
551
+ z.string(),
552
+ ]),
553
+ z.union([
554
+ z.lazy(() => exports.IntegrationSchemasPartnership32$inboundSchema),
555
+ z.number(),
556
+ ]),
557
+ z.union([
558
+ z.lazy(() => exports.IntegrationSchemasPartnership42$inboundSchema),
559
+ z.boolean(),
560
+ ]),
561
+ z.union([
562
+ z.lazy(() => exports.IntegrationSchemasPartnership52$inboundSchema),
563
+ z.array(z.any()),
564
+ ]),
565
+ ]);
566
+ /** @internal */
567
+ exports.Partnership$outboundSchema = z.union([
568
+ z.lazy(() => exports.IntegrationSchemas1$outboundSchema),
569
+ z.union([
570
+ z.lazy(() => exports.IntegrationSchemasPartnership2$outboundSchema),
571
+ z.string(),
572
+ ]),
573
+ z.union([
574
+ z.lazy(() => exports.IntegrationSchemasPartnership32$outboundSchema),
575
+ z.number(),
576
+ ]),
577
+ z.union([
578
+ z.lazy(() => exports.IntegrationSchemasPartnership42$outboundSchema),
579
+ z.boolean(),
580
+ ]),
581
+ z.union([
582
+ z.lazy(() => exports.IntegrationSchemasPartnership52$outboundSchema),
583
+ z.array(z.any()),
584
+ ]),
585
+ ]);
586
+ /**
587
+ * @internal
588
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
589
+ */
590
+ var Partnership$;
591
+ (function (Partnership$) {
592
+ /** @deprecated use `Partnership$inboundSchema` instead. */
593
+ Partnership$.inboundSchema = exports.Partnership$inboundSchema;
594
+ /** @deprecated use `Partnership$outboundSchema` instead. */
595
+ Partnership$.outboundSchema = exports.Partnership$outboundSchema;
596
+ })(Partnership$ || (exports.Partnership$ = Partnership$ = {}));
597
+ function partnershipToJSON(partnership) {
598
+ return JSON.stringify(exports.Partnership$outboundSchema.parse(partnership));
599
+ }
600
+ function partnershipFromJSON(jsonString) {
601
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Partnership$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Partnership' from JSON`);
602
+ }
603
+ /** @internal */
604
+ exports.IntegrationSchemasSandbox52$inboundSchema = z.object({});
605
+ /** @internal */
606
+ exports.IntegrationSchemasSandbox52$outboundSchema = z.object({});
607
+ /**
608
+ * @internal
609
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
610
+ */
611
+ var IntegrationSchemasSandbox52$;
612
+ (function (IntegrationSchemasSandbox52$) {
613
+ /** @deprecated use `IntegrationSchemasSandbox52$inboundSchema` instead. */
614
+ IntegrationSchemasSandbox52$.inboundSchema = exports.IntegrationSchemasSandbox52$inboundSchema;
615
+ /** @deprecated use `IntegrationSchemasSandbox52$outboundSchema` instead. */
616
+ IntegrationSchemasSandbox52$.outboundSchema = exports.IntegrationSchemasSandbox52$outboundSchema;
617
+ })(IntegrationSchemasSandbox52$ || (exports.IntegrationSchemasSandbox52$ = IntegrationSchemasSandbox52$ = {}));
618
+ function integrationSchemasSandbox52ToJSON(integrationSchemasSandbox52) {
619
+ return JSON.stringify(exports.IntegrationSchemasSandbox52$outboundSchema.parse(integrationSchemasSandbox52));
620
+ }
621
+ function integrationSchemasSandbox52FromJSON(jsonString) {
622
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasSandbox52$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasSandbox52' from JSON`);
623
+ }
624
+ /** @internal */
625
+ exports.IntegrationSchemasSandbox5$inboundSchema = z.union([
626
+ z.lazy(() => exports.IntegrationSchemasSandbox52$inboundSchema),
627
+ z.array(z.any()),
628
+ ]);
629
+ /** @internal */
630
+ exports.IntegrationSchemasSandbox5$outboundSchema = z.union([
631
+ z.lazy(() => exports.IntegrationSchemasSandbox52$outboundSchema),
632
+ z.array(z.any()),
633
+ ]);
634
+ /**
635
+ * @internal
636
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
637
+ */
638
+ var IntegrationSchemasSandbox5$;
639
+ (function (IntegrationSchemasSandbox5$) {
640
+ /** @deprecated use `IntegrationSchemasSandbox5$inboundSchema` instead. */
641
+ IntegrationSchemasSandbox5$.inboundSchema = exports.IntegrationSchemasSandbox5$inboundSchema;
642
+ /** @deprecated use `IntegrationSchemasSandbox5$outboundSchema` instead. */
643
+ IntegrationSchemasSandbox5$.outboundSchema = exports.IntegrationSchemasSandbox5$outboundSchema;
644
+ })(IntegrationSchemasSandbox5$ || (exports.IntegrationSchemasSandbox5$ = IntegrationSchemasSandbox5$ = {}));
645
+ function integrationSchemasSandbox5ToJSON(integrationSchemasSandbox5) {
646
+ return JSON.stringify(exports.IntegrationSchemasSandbox5$outboundSchema.parse(integrationSchemasSandbox5));
647
+ }
648
+ function integrationSchemasSandbox5FromJSON(jsonString) {
649
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasSandbox5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasSandbox5' from JSON`);
650
+ }
651
+ /** @internal */
652
+ exports.IntegrationSchemasSandbox42$inboundSchema = z.object({});
653
+ /** @internal */
654
+ exports.IntegrationSchemasSandbox42$outboundSchema = z.object({});
655
+ /**
656
+ * @internal
657
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
658
+ */
659
+ var IntegrationSchemasSandbox42$;
660
+ (function (IntegrationSchemasSandbox42$) {
661
+ /** @deprecated use `IntegrationSchemasSandbox42$inboundSchema` instead. */
662
+ IntegrationSchemasSandbox42$.inboundSchema = exports.IntegrationSchemasSandbox42$inboundSchema;
663
+ /** @deprecated use `IntegrationSchemasSandbox42$outboundSchema` instead. */
664
+ IntegrationSchemasSandbox42$.outboundSchema = exports.IntegrationSchemasSandbox42$outboundSchema;
665
+ })(IntegrationSchemasSandbox42$ || (exports.IntegrationSchemasSandbox42$ = IntegrationSchemasSandbox42$ = {}));
666
+ function integrationSchemasSandbox42ToJSON(integrationSchemasSandbox42) {
667
+ return JSON.stringify(exports.IntegrationSchemasSandbox42$outboundSchema.parse(integrationSchemasSandbox42));
668
+ }
669
+ function integrationSchemasSandbox42FromJSON(jsonString) {
670
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasSandbox42$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasSandbox42' from JSON`);
671
+ }
672
+ /** @internal */
673
+ exports.IntegrationSchemasSandbox4$inboundSchema = z.union([
674
+ z.lazy(() => exports.IntegrationSchemasSandbox42$inboundSchema),
675
+ z.boolean(),
676
+ ]);
677
+ /** @internal */
678
+ exports.IntegrationSchemasSandbox4$outboundSchema = z.union([
679
+ z.lazy(() => exports.IntegrationSchemasSandbox42$outboundSchema),
680
+ z.boolean(),
681
+ ]);
682
+ /**
683
+ * @internal
684
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
685
+ */
686
+ var IntegrationSchemasSandbox4$;
687
+ (function (IntegrationSchemasSandbox4$) {
688
+ /** @deprecated use `IntegrationSchemasSandbox4$inboundSchema` instead. */
689
+ IntegrationSchemasSandbox4$.inboundSchema = exports.IntegrationSchemasSandbox4$inboundSchema;
690
+ /** @deprecated use `IntegrationSchemasSandbox4$outboundSchema` instead. */
691
+ IntegrationSchemasSandbox4$.outboundSchema = exports.IntegrationSchemasSandbox4$outboundSchema;
692
+ })(IntegrationSchemasSandbox4$ || (exports.IntegrationSchemasSandbox4$ = IntegrationSchemasSandbox4$ = {}));
693
+ function integrationSchemasSandbox4ToJSON(integrationSchemasSandbox4) {
694
+ return JSON.stringify(exports.IntegrationSchemasSandbox4$outboundSchema.parse(integrationSchemasSandbox4));
695
+ }
696
+ function integrationSchemasSandbox4FromJSON(jsonString) {
697
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasSandbox4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasSandbox4' from JSON`);
698
+ }
699
+ /** @internal */
700
+ exports.IntegrationSchemasSandbox32$inboundSchema = z.object({});
701
+ /** @internal */
702
+ exports.IntegrationSchemasSandbox32$outboundSchema = z.object({});
703
+ /**
704
+ * @internal
705
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
706
+ */
707
+ var IntegrationSchemasSandbox32$;
708
+ (function (IntegrationSchemasSandbox32$) {
709
+ /** @deprecated use `IntegrationSchemasSandbox32$inboundSchema` instead. */
710
+ IntegrationSchemasSandbox32$.inboundSchema = exports.IntegrationSchemasSandbox32$inboundSchema;
711
+ /** @deprecated use `IntegrationSchemasSandbox32$outboundSchema` instead. */
712
+ IntegrationSchemasSandbox32$.outboundSchema = exports.IntegrationSchemasSandbox32$outboundSchema;
713
+ })(IntegrationSchemasSandbox32$ || (exports.IntegrationSchemasSandbox32$ = IntegrationSchemasSandbox32$ = {}));
714
+ function integrationSchemasSandbox32ToJSON(integrationSchemasSandbox32) {
715
+ return JSON.stringify(exports.IntegrationSchemasSandbox32$outboundSchema.parse(integrationSchemasSandbox32));
716
+ }
717
+ function integrationSchemasSandbox32FromJSON(jsonString) {
718
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasSandbox32$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasSandbox32' from JSON`);
719
+ }
720
+ /** @internal */
721
+ exports.IntegrationSchemasSandbox3$inboundSchema = z.union([
722
+ z.lazy(() => exports.IntegrationSchemasSandbox32$inboundSchema),
723
+ z.number(),
724
+ ]);
725
+ /** @internal */
726
+ exports.IntegrationSchemasSandbox3$outboundSchema = z.union([
727
+ z.lazy(() => exports.IntegrationSchemasSandbox32$outboundSchema),
728
+ z.number(),
729
+ ]);
730
+ /**
731
+ * @internal
732
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
733
+ */
734
+ var IntegrationSchemasSandbox3$;
735
+ (function (IntegrationSchemasSandbox3$) {
736
+ /** @deprecated use `IntegrationSchemasSandbox3$inboundSchema` instead. */
737
+ IntegrationSchemasSandbox3$.inboundSchema = exports.IntegrationSchemasSandbox3$inboundSchema;
738
+ /** @deprecated use `IntegrationSchemasSandbox3$outboundSchema` instead. */
739
+ IntegrationSchemasSandbox3$.outboundSchema = exports.IntegrationSchemasSandbox3$outboundSchema;
740
+ })(IntegrationSchemasSandbox3$ || (exports.IntegrationSchemasSandbox3$ = IntegrationSchemasSandbox3$ = {}));
741
+ function integrationSchemasSandbox3ToJSON(integrationSchemasSandbox3) {
742
+ return JSON.stringify(exports.IntegrationSchemasSandbox3$outboundSchema.parse(integrationSchemasSandbox3));
743
+ }
744
+ function integrationSchemasSandbox3FromJSON(jsonString) {
745
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasSandbox3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasSandbox3' from JSON`);
746
+ }
747
+ /** @internal */
748
+ exports.IntegrationSchemasSandbox22$inboundSchema = z.object({});
749
+ /** @internal */
750
+ exports.IntegrationSchemasSandbox22$outboundSchema = z.object({});
751
+ /**
752
+ * @internal
753
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
754
+ */
755
+ var IntegrationSchemasSandbox22$;
756
+ (function (IntegrationSchemasSandbox22$) {
757
+ /** @deprecated use `IntegrationSchemasSandbox22$inboundSchema` instead. */
758
+ IntegrationSchemasSandbox22$.inboundSchema = exports.IntegrationSchemasSandbox22$inboundSchema;
759
+ /** @deprecated use `IntegrationSchemasSandbox22$outboundSchema` instead. */
760
+ IntegrationSchemasSandbox22$.outboundSchema = exports.IntegrationSchemasSandbox22$outboundSchema;
761
+ })(IntegrationSchemasSandbox22$ || (exports.IntegrationSchemasSandbox22$ = IntegrationSchemasSandbox22$ = {}));
762
+ function integrationSchemasSandbox22ToJSON(integrationSchemasSandbox22) {
763
+ return JSON.stringify(exports.IntegrationSchemasSandbox22$outboundSchema.parse(integrationSchemasSandbox22));
764
+ }
765
+ function integrationSchemasSandbox22FromJSON(jsonString) {
766
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasSandbox22$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasSandbox22' from JSON`);
767
+ }
768
+ /** @internal */
769
+ exports.IntegrationSchemasSandbox2$inboundSchema = z.union([
770
+ z.lazy(() => exports.IntegrationSchemasSandbox22$inboundSchema),
771
+ z.string(),
772
+ ]);
773
+ /** @internal */
774
+ exports.IntegrationSchemasSandbox2$outboundSchema = z.union([
775
+ z.lazy(() => exports.IntegrationSchemasSandbox22$outboundSchema),
776
+ z.string(),
777
+ ]);
778
+ /**
779
+ * @internal
780
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
781
+ */
782
+ var IntegrationSchemasSandbox2$;
783
+ (function (IntegrationSchemasSandbox2$) {
784
+ /** @deprecated use `IntegrationSchemasSandbox2$inboundSchema` instead. */
785
+ IntegrationSchemasSandbox2$.inboundSchema = exports.IntegrationSchemasSandbox2$inboundSchema;
786
+ /** @deprecated use `IntegrationSchemasSandbox2$outboundSchema` instead. */
787
+ IntegrationSchemasSandbox2$.outboundSchema = exports.IntegrationSchemasSandbox2$outboundSchema;
788
+ })(IntegrationSchemasSandbox2$ || (exports.IntegrationSchemasSandbox2$ = IntegrationSchemasSandbox2$ = {}));
789
+ function integrationSchemasSandbox2ToJSON(integrationSchemasSandbox2) {
790
+ return JSON.stringify(exports.IntegrationSchemasSandbox2$outboundSchema.parse(integrationSchemasSandbox2));
791
+ }
792
+ function integrationSchemasSandbox2FromJSON(jsonString) {
793
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasSandbox2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasSandbox2' from JSON`);
794
+ }
795
+ /** @internal */
796
+ exports.IntegrationSchemasSandbox1$inboundSchema = z.object({});
797
+ /** @internal */
798
+ exports.IntegrationSchemasSandbox1$outboundSchema = z.object({});
799
+ /**
800
+ * @internal
801
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
802
+ */
803
+ var IntegrationSchemasSandbox1$;
804
+ (function (IntegrationSchemasSandbox1$) {
805
+ /** @deprecated use `IntegrationSchemasSandbox1$inboundSchema` instead. */
806
+ IntegrationSchemasSandbox1$.inboundSchema = exports.IntegrationSchemasSandbox1$inboundSchema;
807
+ /** @deprecated use `IntegrationSchemasSandbox1$outboundSchema` instead. */
808
+ IntegrationSchemasSandbox1$.outboundSchema = exports.IntegrationSchemasSandbox1$outboundSchema;
809
+ })(IntegrationSchemasSandbox1$ || (exports.IntegrationSchemasSandbox1$ = IntegrationSchemasSandbox1$ = {}));
810
+ function integrationSchemasSandbox1ToJSON(integrationSchemasSandbox1) {
811
+ return JSON.stringify(exports.IntegrationSchemasSandbox1$outboundSchema.parse(integrationSchemasSandbox1));
812
+ }
813
+ function integrationSchemasSandbox1FromJSON(jsonString) {
814
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSchemasSandbox1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSchemasSandbox1' from JSON`);
815
+ }
816
+ /** @internal */
817
+ exports.Sandbox$inboundSchema = z.union([
818
+ z.lazy(() => exports.IntegrationSchemasSandbox1$inboundSchema),
819
+ z.union([
820
+ z.lazy(() => exports.IntegrationSchemasSandbox22$inboundSchema),
821
+ z.string(),
822
+ ]),
823
+ z.union([
824
+ z.lazy(() => exports.IntegrationSchemasSandbox32$inboundSchema),
825
+ z.number(),
826
+ ]),
827
+ z.union([
828
+ z.lazy(() => exports.IntegrationSchemasSandbox42$inboundSchema),
829
+ z.boolean(),
830
+ ]),
831
+ z.union([
832
+ z.lazy(() => exports.IntegrationSchemasSandbox52$inboundSchema),
833
+ z.array(z.any()),
834
+ ]),
835
+ ]);
836
+ /** @internal */
837
+ exports.Sandbox$outboundSchema = z.union([
838
+ z.lazy(() => exports.IntegrationSchemasSandbox1$outboundSchema),
839
+ z.union([
840
+ z.lazy(() => exports.IntegrationSchemasSandbox22$outboundSchema),
841
+ z.string(),
842
+ ]),
843
+ z.union([
844
+ z.lazy(() => exports.IntegrationSchemasSandbox32$outboundSchema),
845
+ z.number(),
846
+ ]),
847
+ z.union([
848
+ z.lazy(() => exports.IntegrationSchemasSandbox42$outboundSchema),
849
+ z.boolean(),
850
+ ]),
851
+ z.union([
852
+ z.lazy(() => exports.IntegrationSchemasSandbox52$outboundSchema),
853
+ z.array(z.any()),
854
+ ]),
855
+ ]);
856
+ /**
857
+ * @internal
858
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
859
+ */
860
+ var Sandbox$;
861
+ (function (Sandbox$) {
862
+ /** @deprecated use `Sandbox$inboundSchema` instead. */
863
+ Sandbox$.inboundSchema = exports.Sandbox$inboundSchema;
864
+ /** @deprecated use `Sandbox$outboundSchema` instead. */
865
+ Sandbox$.outboundSchema = exports.Sandbox$outboundSchema;
866
+ })(Sandbox$ || (exports.Sandbox$ = Sandbox$ = {}));
867
+ function sandboxToJSON(sandbox) {
868
+ return JSON.stringify(exports.Sandbox$outboundSchema.parse(sandbox));
869
+ }
870
+ function sandboxFromJSON(jsonString) {
871
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Sandbox$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Sandbox' from JSON`);
872
+ }
37
873
  /** @internal */
38
874
  exports.Integration$inboundSchema = z.object({
39
875
  active_healthy_connections: z.number().optional(),
40
- api: z.record(z.any()).optional(),
876
+ api: z.union([
877
+ z.lazy(() => exports.Integration1$inboundSchema),
878
+ z.union([z.lazy(() => exports.IntegrationSchemasApi22$inboundSchema), z.string()]),
879
+ z.union([z.lazy(() => exports.IntegrationSchemasApi32$inboundSchema), z.number()]),
880
+ z.union([z.lazy(() => exports.IntegrationSchemasApi2$inboundSchema), z.boolean()]),
881
+ z.union([
882
+ z.lazy(() => exports.IntegrationSchemasApi52$inboundSchema),
883
+ z.array(z.any()),
884
+ ]),
885
+ ]).optional(),
41
886
  api_docs_url: z.string().optional(),
42
887
  beta: z.boolean().optional(),
43
888
  categories: z.array(propertyintegrationcategories_js_1.PropertyIntegrationCategories$inboundSchema),
@@ -50,13 +895,51 @@ exports.Integration$inboundSchema = z.object({
50
895
  is_active: z.boolean().optional(),
51
896
  logo_url: z.string().optional(),
52
897
  name: z.string(),
898
+ partnership: z.union([
899
+ z.lazy(() => exports.IntegrationSchemas1$inboundSchema),
900
+ z.union([
901
+ z.lazy(() => exports.IntegrationSchemasPartnership2$inboundSchema),
902
+ z.string(),
903
+ ]),
904
+ z.union([
905
+ z.lazy(() => exports.IntegrationSchemasPartnership32$inboundSchema),
906
+ z.number(),
907
+ ]),
908
+ z.union([
909
+ z.lazy(() => exports.IntegrationSchemasPartnership42$inboundSchema),
910
+ z.boolean(),
911
+ ]),
912
+ z.union([
913
+ z.lazy(() => exports.IntegrationSchemasPartnership52$inboundSchema),
914
+ z.array(z.any()),
915
+ ]),
916
+ ]).optional(),
53
917
  popularity: z.number().optional(),
54
918
  rate_limit_description: z.string().optional(),
55
- support: z.record(integrationsupport_js_1.IntegrationSupport$inboundSchema).optional(),
919
+ sandbox: z.union([
920
+ z.lazy(() => exports.IntegrationSchemasSandbox1$inboundSchema),
921
+ z.union([
922
+ z.lazy(() => exports.IntegrationSchemasSandbox22$inboundSchema),
923
+ z.string(),
924
+ ]),
925
+ z.union([
926
+ z.lazy(() => exports.IntegrationSchemasSandbox32$inboundSchema),
927
+ z.number(),
928
+ ]),
929
+ z.union([
930
+ z.lazy(() => exports.IntegrationSchemasSandbox42$inboundSchema),
931
+ z.boolean(),
932
+ ]),
933
+ z.union([
934
+ z.lazy(() => exports.IntegrationSchemasSandbox52$inboundSchema),
935
+ z.array(z.any()),
936
+ ]),
937
+ ]).optional(),
938
+ support: z.record(z.any()).optional(),
56
939
  tested_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
57
940
  .optional(),
58
941
  text_color: z.string().optional(),
59
- token_instructions: z.array(z.string()).optional(),
942
+ token_instructions: z.array(propertyintegrationtokeninstructions_js_1.PropertyIntegrationTokenInstructions$inboundSchema).optional(),
60
943
  token_names: z.array(z.string()).optional(),
61
944
  type: z.string(),
62
945
  updated_at: z.string().optional(),
@@ -82,7 +965,16 @@ exports.Integration$inboundSchema = z.object({
82
965
  /** @internal */
83
966
  exports.Integration$outboundSchema = z.object({
84
967
  activeHealthyConnections: z.number().optional(),
85
- api: z.record(z.any()).optional(),
968
+ api: z.union([
969
+ z.lazy(() => exports.Integration1$outboundSchema),
970
+ z.union([z.lazy(() => exports.IntegrationSchemasApi22$outboundSchema), z.string()]),
971
+ z.union([z.lazy(() => exports.IntegrationSchemasApi32$outboundSchema), z.number()]),
972
+ z.union([z.lazy(() => exports.IntegrationSchemasApi2$outboundSchema), z.boolean()]),
973
+ z.union([
974
+ z.lazy(() => exports.IntegrationSchemasApi52$outboundSchema),
975
+ z.array(z.any()),
976
+ ]),
977
+ ]).optional(),
86
978
  apiDocsUrl: z.string().optional(),
87
979
  beta: z.boolean().optional(),
88
980
  categories: z.array(propertyintegrationcategories_js_1.PropertyIntegrationCategories$outboundSchema),
@@ -95,12 +987,50 @@ exports.Integration$outboundSchema = z.object({
95
987
  isActive: z.boolean().optional(),
96
988
  logoUrl: z.string().optional(),
97
989
  name: z.string(),
990
+ partnership: z.union([
991
+ z.lazy(() => exports.IntegrationSchemas1$outboundSchema),
992
+ z.union([
993
+ z.lazy(() => exports.IntegrationSchemasPartnership2$outboundSchema),
994
+ z.string(),
995
+ ]),
996
+ z.union([
997
+ z.lazy(() => exports.IntegrationSchemasPartnership32$outboundSchema),
998
+ z.number(),
999
+ ]),
1000
+ z.union([
1001
+ z.lazy(() => exports.IntegrationSchemasPartnership42$outboundSchema),
1002
+ z.boolean(),
1003
+ ]),
1004
+ z.union([
1005
+ z.lazy(() => exports.IntegrationSchemasPartnership52$outboundSchema),
1006
+ z.array(z.any()),
1007
+ ]),
1008
+ ]).optional(),
98
1009
  popularity: z.number().optional(),
99
1010
  rateLimitDescription: z.string().optional(),
100
- support: z.record(integrationsupport_js_1.IntegrationSupport$outboundSchema).optional(),
1011
+ sandbox: z.union([
1012
+ z.lazy(() => exports.IntegrationSchemasSandbox1$outboundSchema),
1013
+ z.union([
1014
+ z.lazy(() => exports.IntegrationSchemasSandbox22$outboundSchema),
1015
+ z.string(),
1016
+ ]),
1017
+ z.union([
1018
+ z.lazy(() => exports.IntegrationSchemasSandbox32$outboundSchema),
1019
+ z.number(),
1020
+ ]),
1021
+ z.union([
1022
+ z.lazy(() => exports.IntegrationSchemasSandbox42$outboundSchema),
1023
+ z.boolean(),
1024
+ ]),
1025
+ z.union([
1026
+ z.lazy(() => exports.IntegrationSchemasSandbox52$outboundSchema),
1027
+ z.array(z.any()),
1028
+ ]),
1029
+ ]).optional(),
1030
+ support: z.record(z.any()).optional(),
101
1031
  testedAt: z.date().transform(v => v.toISOString()).optional(),
102
1032
  textColor: z.string().optional(),
103
- tokenInstructions: z.array(z.string()).optional(),
1033
+ tokenInstructions: z.array(propertyintegrationtokeninstructions_js_1.PropertyIntegrationTokenInstructions$outboundSchema).optional(),
104
1034
  tokenNames: z.array(z.string()).optional(),
105
1035
  type: z.string(),
106
1036
  updatedAt: z.string().optional(),