@keystrokehq/segment 0.0.9 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_official/index.d.mts +1 -1
- package/dist/_official/index.mjs +1 -1
- package/dist/audiences.d.mts +17 -106
- package/dist/audiences.mjs +1 -1
- package/dist/client.d.mts +1 -1
- package/dist/computed-traits.d.mts +13 -80
- package/dist/computed-traits.mjs +1 -1
- package/dist/connection.d.mts +1 -1
- package/dist/connection.mjs +1 -1
- package/dist/{crud-DV9e4Spi.mjs → crud-DGM2Ekdr.mjs} +1 -1
- package/dist/deletion-suppression.d.mts +11 -67
- package/dist/deletion-suppression.mjs +2 -2
- package/dist/delivery-overview.d.mts +5 -28
- package/dist/delivery-overview.mjs +1 -1
- package/dist/destination-filters.d.mts +11 -67
- package/dist/destination-filters.mjs +1 -1
- package/dist/destinations.d.mts +29 -184
- package/dist/destinations.mjs +2 -2
- package/dist/edge-functions.d.mts +11 -67
- package/dist/edge-functions.mjs +2 -2
- package/dist/events-catalog.d.mts +7 -41
- package/dist/events-catalog.mjs +1 -1
- package/dist/factory-Dqb49Dfj.mjs +8 -0
- package/dist/functions.d.mts +26 -137
- package/dist/functions.mjs +2 -2
- package/dist/iam-groups.d.mts +19 -119
- package/dist/iam-groups.mjs +2 -2
- package/dist/iam-users.d.mts +13 -80
- package/dist/iam-users.mjs +2 -2
- package/dist/integration-CliT2xe3.mjs +26 -0
- package/dist/{integration-CeShwMIi.d.mts → integration-DWeMeBqQ.d.mts} +6 -16
- package/dist/labels.d.mts +7 -41
- package/dist/labels.mjs +2 -2
- package/dist/monitoring.d.mts +11 -67
- package/dist/monitoring.mjs +1 -1
- package/dist/profiles-sync.d.mts +9 -54
- package/dist/profiles-sync.mjs +1 -1
- package/dist/profiles.d.mts +13 -80
- package/dist/profiles.mjs +1 -1
- package/dist/reverse-etl.d.mts +25 -158
- package/dist/reverse-etl.mjs +2 -2
- package/dist/roles.d.mts +3 -15
- package/dist/roles.mjs +1 -1
- package/dist/sources.d.mts +33 -210
- package/dist/sources.mjs +2 -2
- package/dist/tracking-plans.d.mts +23 -145
- package/dist/tracking-plans.mjs +2 -2
- package/dist/tracking.d.mts +17 -106
- package/dist/tracking.mjs +1 -1
- package/dist/transformations.d.mts +11 -67
- package/dist/transformations.mjs +1 -1
- package/dist/triggers.d.mts +3 -3
- package/dist/triggers.mjs +3 -53
- package/dist/usage.d.mts +5 -28
- package/dist/usage.mjs +1 -1
- package/dist/warehouses.d.mts +23 -145
- package/dist/warehouses.mjs +2 -2
- package/dist/workspaces.d.mts +7 -41
- package/dist/workspaces.mjs +1 -1
- package/package.json +5 -5
- package/dist/factory-DRwj5eiU.mjs +0 -7
- package/dist/integration-B9FOjHPc.mjs +0 -115
package/dist/sources.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
2
1
|
import { z } from "zod";
|
|
3
|
-
import * as
|
|
2
|
+
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/sources.d.ts
|
|
6
5
|
declare const segmentSourceSchema: z.ZodObject<{
|
|
@@ -37,7 +36,7 @@ declare const listSources: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodO
|
|
|
37
36
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
38
37
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
39
38
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
40
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
39
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
41
40
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
42
41
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
43
42
|
us: "us";
|
|
@@ -48,18 +47,7 @@ declare const listSources: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodO
|
|
|
48
47
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
49
48
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
50
49
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
51
|
-
}, z.core.$strip
|
|
52
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
53
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
54
|
-
us: "us";
|
|
55
|
-
eu: "eu";
|
|
56
|
-
}>>;
|
|
57
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
58
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
59
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
60
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
61
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
62
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
50
|
+
}, z.core.$strip>>], undefined>;
|
|
63
51
|
declare const getSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
64
52
|
[x: string]: z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
65
53
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -75,7 +63,7 @@ declare const getSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
75
63
|
description: z.ZodOptional<z.ZodString>;
|
|
76
64
|
}, z.core.$strip>>>;
|
|
77
65
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
78
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
66
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
79
67
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
80
68
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
81
69
|
us: "us";
|
|
@@ -86,18 +74,7 @@ declare const getSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
86
74
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
87
75
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
88
76
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
89
|
-
}, z.core.$strip
|
|
90
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
91
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
92
|
-
us: "us";
|
|
93
|
-
eu: "eu";
|
|
94
|
-
}>>;
|
|
95
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
96
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
97
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
98
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
99
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
100
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
77
|
+
}, z.core.$strip>>], undefined>;
|
|
101
78
|
declare const createSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
102
79
|
[x: string]: z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
103
80
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -113,18 +90,7 @@ declare const createSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
113
90
|
description: z.ZodOptional<z.ZodString>;
|
|
114
91
|
}, z.core.$strip>>>;
|
|
115
92
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
116
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
117
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
118
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
119
|
-
us: "us";
|
|
120
|
-
eu: "eu";
|
|
121
|
-
}>>;
|
|
122
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
123
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
124
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
125
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
126
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
127
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
93
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
128
94
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
129
95
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
130
96
|
us: "us";
|
|
@@ -135,7 +101,7 @@ declare const createSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
135
101
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
136
102
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
137
103
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
138
|
-
}, z.core.$strip>>
|
|
104
|
+
}, z.core.$strip>>], undefined>;
|
|
139
105
|
declare const updateSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
140
106
|
[x: string]: z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
141
107
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -151,7 +117,7 @@ declare const updateSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
151
117
|
description: z.ZodOptional<z.ZodString>;
|
|
152
118
|
}, z.core.$strip>>>;
|
|
153
119
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
154
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
120
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
155
121
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
156
122
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
157
123
|
us: "us";
|
|
@@ -162,34 +128,12 @@ declare const updateSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
162
128
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
163
129
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
164
130
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
165
|
-
}, z.core.$strip
|
|
166
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
167
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
168
|
-
us: "us";
|
|
169
|
-
eu: "eu";
|
|
170
|
-
}>>;
|
|
171
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
172
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
173
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
174
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
175
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
176
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
131
|
+
}, z.core.$strip>>], undefined>;
|
|
177
132
|
declare const deleteSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
178
133
|
[x: string]: z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
179
134
|
}, z.core.$strip>, z.ZodUnion<[z.ZodObject<{
|
|
180
135
|
deleted: z.ZodLiteral<true>;
|
|
181
|
-
}, z.core.$strip>, z.ZodObject<{}, z.core.$catchall<z.ZodUnknown>>]>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
182
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
183
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
184
|
-
us: "us";
|
|
185
|
-
eu: "eu";
|
|
186
|
-
}>>;
|
|
187
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
188
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
189
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
190
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
191
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
192
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
136
|
+
}, z.core.$strip>, z.ZodObject<{}, z.core.$catchall<z.ZodUnknown>>]>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
193
137
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
194
138
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
195
139
|
us: "us";
|
|
@@ -200,7 +144,7 @@ declare const deleteSource: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
200
144
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
201
145
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
202
146
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
203
|
-
}, z.core.$strip>>
|
|
147
|
+
}, z.core.$strip>>], undefined>;
|
|
204
148
|
declare const listWriteKeys: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
205
149
|
id: z.ZodString;
|
|
206
150
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -211,18 +155,7 @@ declare const listWriteKeys: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
211
155
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
212
156
|
lastUsedAt: z.ZodOptional<z.ZodString>;
|
|
213
157
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
214
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
215
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
216
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
217
|
-
us: "us";
|
|
218
|
-
eu: "eu";
|
|
219
|
-
}>>;
|
|
220
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
221
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
222
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
223
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
224
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
225
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
158
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
226
159
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
227
160
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
228
161
|
us: "us";
|
|
@@ -233,7 +166,7 @@ declare const listWriteKeys: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
233
166
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
234
167
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
235
168
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
236
|
-
}, z.core.$strip>>
|
|
169
|
+
}, z.core.$strip>>], undefined>;
|
|
237
170
|
declare const rotateWriteKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
238
171
|
id: z.ZodString;
|
|
239
172
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -242,18 +175,7 @@ declare const rotateWriteKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
242
175
|
writeKey: z.ZodOptional<z.ZodString>;
|
|
243
176
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
244
177
|
lastUsedAt: z.ZodOptional<z.ZodString>;
|
|
245
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
246
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
247
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
248
|
-
us: "us";
|
|
249
|
-
eu: "eu";
|
|
250
|
-
}>>;
|
|
251
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
252
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
253
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
254
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
255
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
256
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
178
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
257
179
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
258
180
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
259
181
|
us: "us";
|
|
@@ -264,25 +186,14 @@ declare const rotateWriteKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
264
186
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
265
187
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
266
188
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
267
|
-
}, z.core.$strip>>
|
|
189
|
+
}, z.core.$strip>>], undefined>;
|
|
268
190
|
declare const removeWriteKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
269
191
|
id: z.ZodString;
|
|
270
192
|
writeKey: z.ZodString;
|
|
271
193
|
force: z.ZodOptional<z.ZodBoolean>;
|
|
272
194
|
}, z.core.$strip>, z.ZodObject<{
|
|
273
195
|
removed: z.ZodLiteral<true>;
|
|
274
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
275
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
276
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
277
|
-
us: "us";
|
|
278
|
-
eu: "eu";
|
|
279
|
-
}>>;
|
|
280
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
281
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
282
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
283
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
284
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
285
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
196
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
286
197
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
287
198
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
288
199
|
us: "us";
|
|
@@ -293,7 +204,7 @@ declare const removeWriteKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
293
204
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
294
205
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
295
206
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
296
|
-
}, z.core.$strip>>
|
|
207
|
+
}, z.core.$strip>>], undefined>;
|
|
297
208
|
declare const listSchemaSettings: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
298
209
|
id: z.ZodString;
|
|
299
210
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -303,18 +214,7 @@ declare const listSchemaSettings: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
303
214
|
identifyEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
304
215
|
trackEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
305
216
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
306
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
307
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
308
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
309
|
-
us: "us";
|
|
310
|
-
eu: "eu";
|
|
311
|
-
}>>;
|
|
312
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
313
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
314
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
315
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
316
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
317
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
217
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
318
218
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
319
219
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
320
220
|
us: "us";
|
|
@@ -325,7 +225,7 @@ declare const listSchemaSettings: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
325
225
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
326
226
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
327
227
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
328
|
-
}, z.core.$strip>>
|
|
228
|
+
}, z.core.$strip>>], undefined>;
|
|
329
229
|
declare const updateSchemaSettings: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
330
230
|
id: z.ZodString;
|
|
331
231
|
forwardingBlockedEventsTo: z.ZodOptional<z.ZodString>;
|
|
@@ -341,18 +241,7 @@ declare const updateSchemaSettings: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
341
241
|
identifyEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
342
242
|
trackEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
343
243
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
344
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
345
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
346
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
347
|
-
us: "us";
|
|
348
|
-
eu: "eu";
|
|
349
|
-
}>>;
|
|
350
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
351
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
352
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
353
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
354
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
355
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
244
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
356
245
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
357
246
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
358
247
|
us: "us";
|
|
@@ -363,7 +252,7 @@ declare const updateSchemaSettings: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
363
252
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
364
253
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
365
254
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
366
|
-
}, z.core.$strip>>
|
|
255
|
+
}, z.core.$strip>>], undefined>;
|
|
367
256
|
declare const addLabels: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
368
257
|
id: z.ZodString;
|
|
369
258
|
labels: z.ZodArray<z.ZodObject<{
|
|
@@ -377,7 +266,7 @@ declare const addLabels: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
377
266
|
value: z.ZodString;
|
|
378
267
|
description: z.ZodOptional<z.ZodString>;
|
|
379
268
|
}, z.core.$strip>>;
|
|
380
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
269
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
381
270
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
382
271
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
383
272
|
us: "us";
|
|
@@ -388,18 +277,7 @@ declare const addLabels: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
388
277
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
389
278
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
390
279
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
391
|
-
}, z.core.$strip
|
|
392
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
393
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
394
|
-
us: "us";
|
|
395
|
-
eu: "eu";
|
|
396
|
-
}>>;
|
|
397
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
398
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
399
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
400
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
401
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
402
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
280
|
+
}, z.core.$strip>>], undefined>;
|
|
403
281
|
declare const removeLabels: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
404
282
|
id: z.ZodString;
|
|
405
283
|
labels: z.ZodArray<z.ZodObject<{
|
|
@@ -409,18 +287,7 @@ declare const removeLabels: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
409
287
|
}, z.core.$strip>>;
|
|
410
288
|
}, z.core.$strip>, z.ZodObject<{
|
|
411
289
|
removed: z.ZodLiteral<true>;
|
|
412
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
413
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
414
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
415
|
-
us: "us";
|
|
416
|
-
eu: "eu";
|
|
417
|
-
}>>;
|
|
418
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
419
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
420
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
421
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
422
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
423
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
290
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
424
291
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
425
292
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
426
293
|
us: "us";
|
|
@@ -431,7 +298,7 @@ declare const removeLabels: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
431
298
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
432
299
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
433
300
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
434
|
-
}, z.core.$strip>>
|
|
301
|
+
}, z.core.$strip>>], undefined>;
|
|
435
302
|
declare const listConnectedWarehouses: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
436
303
|
id: z.ZodString;
|
|
437
304
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -440,7 +307,7 @@ declare const listConnectedWarehouses: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
440
307
|
name: z.ZodOptional<z.ZodString>;
|
|
441
308
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
442
309
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
443
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
310
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
444
311
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
445
312
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
446
313
|
us: "us";
|
|
@@ -451,18 +318,7 @@ declare const listConnectedWarehouses: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
451
318
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
452
319
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
453
320
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
454
|
-
}, z.core.$strip
|
|
455
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
456
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
457
|
-
us: "us";
|
|
458
|
-
eu: "eu";
|
|
459
|
-
}>>;
|
|
460
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
461
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
462
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
463
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
464
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
465
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
321
|
+
}, z.core.$strip>>], undefined>;
|
|
466
322
|
declare const listConnectedDestinations: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
467
323
|
id: z.ZodString;
|
|
468
324
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -471,18 +327,7 @@ declare const listConnectedDestinations: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
471
327
|
name: z.ZodOptional<z.ZodString>;
|
|
472
328
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
473
329
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
474
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
475
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
476
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
477
|
-
us: "us";
|
|
478
|
-
eu: "eu";
|
|
479
|
-
}>>;
|
|
480
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
481
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
482
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
483
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
484
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
485
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
330
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
486
331
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
487
332
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
488
333
|
us: "us";
|
|
@@ -493,7 +338,7 @@ declare const listConnectedDestinations: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
493
338
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
494
339
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
495
340
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
496
|
-
}, z.core.$strip>>
|
|
341
|
+
}, z.core.$strip>>], undefined>;
|
|
497
342
|
declare const listConnectedTrackingPlans: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
498
343
|
id: z.ZodString;
|
|
499
344
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -501,7 +346,7 @@ declare const listConnectedTrackingPlans: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
501
346
|
id: z.ZodString;
|
|
502
347
|
name: z.ZodOptional<z.ZodString>;
|
|
503
348
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
504
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
349
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
505
350
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
506
351
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
507
352
|
us: "us";
|
|
@@ -512,18 +357,7 @@ declare const listConnectedTrackingPlans: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
512
357
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
513
358
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
514
359
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
515
|
-
}, z.core.$strip
|
|
516
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
517
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
518
|
-
us: "us";
|
|
519
|
-
eu: "eu";
|
|
520
|
-
}>>;
|
|
521
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
522
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
523
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
524
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
525
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
526
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
360
|
+
}, z.core.$strip>>], undefined>;
|
|
527
361
|
declare const listFilters: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
528
362
|
id: z.ZodString;
|
|
529
363
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -533,18 +367,7 @@ declare const listFilters: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
533
367
|
actions: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
534
368
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
535
369
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
536
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
537
|
-
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
538
|
-
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
539
|
-
us: "us";
|
|
540
|
-
eu: "eu";
|
|
541
|
-
}>>;
|
|
542
|
-
SEGMENT_DEFAULT_WRITE_KEY: z.ZodOptional<z.ZodString>;
|
|
543
|
-
SEGMENT_WRITE_KEYS_JSON: z.ZodOptional<z.ZodString>;
|
|
544
|
-
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
545
|
-
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
546
|
-
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
547
|
-
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
370
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
548
371
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
549
372
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
550
373
|
us: "us";
|
|
@@ -555,6 +378,6 @@ declare const listFilters: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
555
378
|
SEGMENT_PROFILE_API_TOKEN: z.ZodOptional<z.ZodString>;
|
|
556
379
|
SEGMENT_PROFILE_SPACE_ID: z.ZodOptional<z.ZodString>;
|
|
557
380
|
SEGMENT_WEBHOOK_SHARED_SECRET: z.ZodOptional<z.ZodString>;
|
|
558
|
-
}, z.core.$strip>>
|
|
381
|
+
}, z.core.$strip>>], undefined>;
|
|
559
382
|
//#endregion
|
|
560
383
|
export { addLabels, createSource, deleteSource, getSource, listConnectedDestinations, listConnectedTrackingPlans, listConnectedWarehouses, listFilters, listSchemaSettings, listSources, listWriteKeys, removeLabels, removeWriteKey, rotateWriteKey, segmentSourceSchema, updateSchemaSettings, updateSource };
|
package/dist/sources.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as SegmentApiError } from "./errors-4FGnrowW.mjs";
|
|
2
2
|
import { createSegmentClient } from "./client.mjs";
|
|
3
3
|
import { a as segmentLooseObjectSchema, n as segmentIdSchema, r as segmentLabelSchema } from "./common-CdGiJbjq.mjs";
|
|
4
|
-
import { t as segmentOperation } from "./factory-
|
|
5
|
-
import { n as crudList, r as crudMutate, t as crudGet } from "./crud-
|
|
4
|
+
import { t as segmentOperation } from "./factory-Dqb49Dfj.mjs";
|
|
5
|
+
import { n as crudList, r as crudMutate, t as crudGet } from "./crud-DGM2Ekdr.mjs";
|
|
6
6
|
import { z } from "zod";
|
|
7
7
|
|
|
8
8
|
//#region src/sources.ts
|