@keystrokehq/segment 0.0.1 → 0.0.4
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/LICENSE +21 -0
- package/dist/_official/index.d.mts +1 -1
- package/dist/audiences.d.mts +8 -8
- package/dist/client.d.mts +1 -1
- package/dist/computed-traits.d.mts +6 -6
- package/dist/connection.d.mts +1 -1
- package/dist/deletion-suppression.d.mts +7 -7
- package/dist/delivery-overview.d.mts +2 -2
- package/dist/destination-filters.d.mts +5 -5
- package/dist/destinations.d.mts +14 -14
- package/dist/edge-functions.d.mts +5 -5
- package/dist/events-catalog.d.mts +3 -3
- package/dist/functions.d.mts +15 -15
- package/dist/iam-groups.d.mts +9 -9
- package/dist/iam-users.d.mts +6 -6
- package/dist/{integration-D2yRaKFR.d.mts → integration-DJ9tRlCV.d.mts} +1 -1
- package/dist/labels.d.mts +3 -3
- package/dist/monitoring.d.mts +5 -5
- package/dist/profiles-sync.d.mts +4 -4
- package/dist/profiles.d.mts +6 -6
- package/dist/reverse-etl.d.mts +16 -16
- package/dist/roles.d.mts +1 -1
- package/dist/sources.d.mts +16 -16
- package/dist/tracking-plans.d.mts +11 -11
- package/dist/tracking.d.mts +17 -17
- package/dist/transformations.d.mts +5 -5
- package/dist/triggers.d.mts +5 -15
- package/dist/triggers.mjs +21 -174
- package/dist/usage.d.mts +2 -2
- package/dist/warehouses.d.mts +11 -11
- package/dist/workspaces.d.mts +3 -3
- package/package.json +18 -19
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Buster
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as segmentOfficialIntegration, i as segmentBundle } from "../integration-
|
|
1
|
+
import { a as segmentOfficialIntegration, i as segmentBundle } from "../integration-DJ9tRlCV.mjs";
|
|
2
2
|
export { segmentBundle, segmentOfficialIntegration };
|
package/dist/audiences.d.mts
CHANGED
|
@@ -25,7 +25,7 @@ declare const listAudiences: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
25
25
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
26
26
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
27
27
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
28
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
28
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
29
29
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
30
30
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
31
31
|
us: "us";
|
|
@@ -58,7 +58,7 @@ declare const getAudience: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
58
58
|
description: z.ZodOptional<z.ZodString>;
|
|
59
59
|
definition: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
60
60
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
61
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
61
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
62
62
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
63
63
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
64
64
|
us: "us";
|
|
@@ -94,7 +94,7 @@ declare const createAudience: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
94
94
|
description: z.ZodOptional<z.ZodString>;
|
|
95
95
|
definition: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
96
96
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
97
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
97
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
98
98
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
99
99
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
100
100
|
us: "us";
|
|
@@ -131,7 +131,7 @@ declare const updateAudience: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
131
131
|
description: z.ZodOptional<z.ZodString>;
|
|
132
132
|
definition: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
133
133
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
134
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
134
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
135
135
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
136
136
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
137
137
|
us: "us";
|
|
@@ -159,7 +159,7 @@ declare const deleteAudience: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
159
159
|
id: z.ZodString;
|
|
160
160
|
}, z.core.$strip>, z.ZodObject<{
|
|
161
161
|
deleted: z.ZodLiteral<true>;
|
|
162
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
162
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
163
163
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
164
164
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
165
165
|
us: "us";
|
|
@@ -188,7 +188,7 @@ declare const previewAudience: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
188
188
|
}, z.core.$strip>, z.ZodObject<{
|
|
189
189
|
count: z.ZodOptional<z.ZodNumber>;
|
|
190
190
|
sample: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
191
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
191
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
192
192
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
193
193
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
194
194
|
us: "us";
|
|
@@ -220,7 +220,7 @@ declare const getAudienceMembership: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
220
220
|
isMember: z.ZodOptional<z.ZodBoolean>;
|
|
221
221
|
enteredAt: z.ZodOptional<z.ZodString>;
|
|
222
222
|
exitedAt: z.ZodOptional<z.ZodString>;
|
|
223
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
223
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
224
224
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
225
225
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
226
226
|
us: "us";
|
|
@@ -255,7 +255,7 @@ declare const listAudienceMembers: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
255
255
|
enteredAt: z.ZodOptional<z.ZodString>;
|
|
256
256
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
257
257
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
258
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
258
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
259
259
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
260
260
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
261
261
|
us: "us";
|
package/dist/client.d.mts
CHANGED
|
@@ -25,7 +25,7 @@ declare const listComputedTraits: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
25
25
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
26
26
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
27
27
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
28
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
28
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
29
29
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
30
30
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
31
31
|
us: "us";
|
|
@@ -58,7 +58,7 @@ declare const getComputedTrait: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
58
58
|
description: z.ZodOptional<z.ZodString>;
|
|
59
59
|
definition: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
60
60
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
61
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
61
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
62
62
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
63
63
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
64
64
|
us: "us";
|
|
@@ -94,7 +94,7 @@ declare const createComputedTrait: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
94
94
|
description: z.ZodOptional<z.ZodString>;
|
|
95
95
|
definition: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
96
96
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
97
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
97
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
98
98
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
99
99
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
100
100
|
us: "us";
|
|
@@ -131,7 +131,7 @@ declare const updateComputedTrait: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
131
131
|
description: z.ZodOptional<z.ZodString>;
|
|
132
132
|
definition: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
133
133
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
134
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
134
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
135
135
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
136
136
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
137
137
|
us: "us";
|
|
@@ -159,7 +159,7 @@ declare const deleteComputedTrait: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
159
159
|
id: z.ZodString;
|
|
160
160
|
}, z.core.$strip>, z.ZodObject<{
|
|
161
161
|
deleted: z.ZodLiteral<true>;
|
|
162
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
162
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
163
163
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
164
164
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
165
165
|
us: "us";
|
|
@@ -188,7 +188,7 @@ declare const previewComputedTrait: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
188
188
|
}, z.core.$strip>, z.ZodObject<{
|
|
189
189
|
count: z.ZodOptional<z.ZodNumber>;
|
|
190
190
|
sample: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
191
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
191
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
192
192
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
193
193
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
194
194
|
us: "us";
|
package/dist/connection.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as segmentBundle, n as SegmentRegion, r as segment, t as SegmentCredentials } from "./integration-
|
|
1
|
+
import { i as segmentBundle, n as SegmentRegion, r as segment, t as SegmentCredentials } from "./integration-DJ9tRlCV.mjs";
|
|
2
2
|
export { type SegmentCredentials, type SegmentRegion, segment, segmentBundle };
|
|
@@ -20,9 +20,9 @@ declare const suppressionSchema: z.ZodObject<{
|
|
|
20
20
|
declare const createUserDeletion: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
21
21
|
subjectIds: z.ZodArray<z.ZodString>;
|
|
22
22
|
subjectType: z.ZodDefault<z.ZodEnum<{
|
|
23
|
+
email: "email";
|
|
23
24
|
userId: "userId";
|
|
24
25
|
anonymousId: "anonymousId";
|
|
25
|
-
email: "email";
|
|
26
26
|
}>>;
|
|
27
27
|
}, z.core.$strip>, z.ZodObject<{
|
|
28
28
|
id: z.ZodString;
|
|
@@ -31,7 +31,7 @@ declare const createUserDeletion: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
31
31
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
32
32
|
finishedAt: z.ZodOptional<z.ZodString>;
|
|
33
33
|
subjectIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
34
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
34
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
35
35
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
36
36
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
37
37
|
us: "us";
|
|
@@ -57,9 +57,9 @@ declare const createUserDeletion: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
57
57
|
declare const createSuppression: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
58
58
|
subjectIds: z.ZodArray<z.ZodString>;
|
|
59
59
|
subjectType: z.ZodDefault<z.ZodEnum<{
|
|
60
|
+
email: "email";
|
|
60
61
|
userId: "userId";
|
|
61
62
|
anonymousId: "anonymousId";
|
|
62
|
-
email: "email";
|
|
63
63
|
}>>;
|
|
64
64
|
}, z.core.$strip>, z.ZodObject<{
|
|
65
65
|
id: z.ZodString;
|
|
@@ -68,7 +68,7 @@ declare const createSuppression: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
68
68
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
69
69
|
finishedAt: z.ZodOptional<z.ZodString>;
|
|
70
70
|
subjectIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
71
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
71
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
72
72
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
73
73
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
74
74
|
us: "us";
|
|
@@ -95,7 +95,7 @@ declare const removeSuppression: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
95
95
|
id: z.ZodString;
|
|
96
96
|
}, z.core.$strip>, z.ZodObject<{
|
|
97
97
|
removed: z.ZodLiteral<true>;
|
|
98
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
98
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
99
99
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
100
100
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
101
101
|
us: "us";
|
|
@@ -132,7 +132,7 @@ declare const listRegulations: _keystrokehq_core0.Operation<z.ZodIntersection<z.
|
|
|
132
132
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
133
133
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
134
134
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
135
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
135
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
136
136
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
137
137
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
138
138
|
us: "us";
|
|
@@ -164,7 +164,7 @@ declare const getRegulation: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
164
164
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
165
165
|
finishedAt: z.ZodOptional<z.ZodString>;
|
|
166
166
|
subjectIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
167
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
167
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
168
168
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
169
169
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
170
170
|
us: "us";
|
|
@@ -16,7 +16,7 @@ declare const listDeliveryOverviewMetrics: _keystrokehq_core0.Operation<z.ZodInt
|
|
|
16
16
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
17
17
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
18
18
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
19
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
19
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
20
20
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
21
21
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
22
22
|
us: "us";
|
|
@@ -52,7 +52,7 @@ declare const listDeliveryOverviewEvents: _keystrokehq_core0.Operation<z.ZodInte
|
|
|
52
52
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
53
53
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
54
54
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
55
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
55
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
56
56
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
57
57
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
58
58
|
us: "us";
|
|
@@ -24,7 +24,7 @@ declare const listDestinationFilters: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
24
24
|
title: z.ZodOptional<z.ZodString>;
|
|
25
25
|
description: z.ZodOptional<z.ZodString>;
|
|
26
26
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
27
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
27
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
28
28
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
29
29
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
30
30
|
us: "us";
|
|
@@ -58,7 +58,7 @@ declare const getDestinationFilter: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
58
58
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
59
59
|
title: z.ZodOptional<z.ZodString>;
|
|
60
60
|
description: z.ZodOptional<z.ZodString>;
|
|
61
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
61
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
62
62
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
63
63
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
64
64
|
us: "us";
|
|
@@ -96,7 +96,7 @@ declare const createDestinationFilter: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
96
96
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
97
97
|
title: z.ZodOptional<z.ZodString>;
|
|
98
98
|
description: z.ZodOptional<z.ZodString>;
|
|
99
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
99
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
100
100
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
101
101
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
102
102
|
us: "us";
|
|
@@ -135,7 +135,7 @@ declare const updateDestinationFilter: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
135
135
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
136
136
|
title: z.ZodOptional<z.ZodString>;
|
|
137
137
|
description: z.ZodOptional<z.ZodString>;
|
|
138
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
138
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
139
139
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
140
140
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
141
141
|
us: "us";
|
|
@@ -163,7 +163,7 @@ declare const deleteDestinationFilter: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
163
163
|
filterId: z.ZodString;
|
|
164
164
|
}, z.core.$strip>, z.ZodObject<{
|
|
165
165
|
deleted: z.ZodLiteral<true>;
|
|
166
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
166
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
167
167
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
168
168
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
169
169
|
us: "us";
|
package/dist/destinations.d.mts
CHANGED
|
@@ -25,7 +25,7 @@ declare const listDestinations: _keystrokehq_core0.Operation<z.ZodIntersection<z
|
|
|
25
25
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
26
26
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
27
27
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
28
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
28
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
29
29
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
30
30
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
31
31
|
us: "us";
|
|
@@ -57,7 +57,7 @@ declare const getDestination: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
57
57
|
sourceId: z.ZodOptional<z.ZodString>;
|
|
58
58
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
59
59
|
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
60
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
60
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
61
61
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
62
62
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
63
63
|
us: "us";
|
|
@@ -89,7 +89,7 @@ declare const createDestination: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
89
89
|
sourceId: z.ZodOptional<z.ZodString>;
|
|
90
90
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
91
91
|
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
92
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
92
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
93
93
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
94
94
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
95
95
|
us: "us";
|
|
@@ -121,7 +121,7 @@ declare const updateDestination: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
121
121
|
sourceId: z.ZodOptional<z.ZodString>;
|
|
122
122
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
123
123
|
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
124
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
124
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
125
125
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
126
126
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
127
127
|
us: "us";
|
|
@@ -146,7 +146,7 @@ declare const updateDestination: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
146
146
|
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
147
147
|
declare const deleteDestination: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
148
148
|
[x: string]: z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
149
|
-
}, z.core.$strip>, z.ZodObject<{}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
149
|
+
}, z.core.$strip>, z.ZodObject<{}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
150
150
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
151
151
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
152
152
|
us: "us";
|
|
@@ -182,7 +182,7 @@ declare const listDestinationMetadata: _keystrokehq_core0.Operation<z.ZodInterse
|
|
|
182
182
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
183
183
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
184
184
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
185
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
185
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
186
186
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
187
187
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
188
188
|
us: "us";
|
|
@@ -213,7 +213,7 @@ declare const getDestinationMetadata: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
213
213
|
description: z.ZodOptional<z.ZodString>;
|
|
214
214
|
categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
215
215
|
website: z.ZodOptional<z.ZodString>;
|
|
216
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
216
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
217
217
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
218
218
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
219
219
|
us: "us";
|
|
@@ -248,7 +248,7 @@ declare const listSubscriptions: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
248
248
|
trigger: z.ZodOptional<z.ZodString>;
|
|
249
249
|
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
250
250
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
251
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
251
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
252
252
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
253
253
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
254
254
|
us: "us";
|
|
@@ -281,7 +281,7 @@ declare const createSubscription: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
281
281
|
actionSlug: z.ZodOptional<z.ZodString>;
|
|
282
282
|
trigger: z.ZodOptional<z.ZodString>;
|
|
283
283
|
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
284
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
284
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
285
285
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
286
286
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
287
287
|
us: "us";
|
|
@@ -318,7 +318,7 @@ declare const updateSubscription: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
318
318
|
actionSlug: z.ZodOptional<z.ZodString>;
|
|
319
319
|
trigger: z.ZodOptional<z.ZodString>;
|
|
320
320
|
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
321
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
321
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
322
322
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
323
323
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
324
324
|
us: "us";
|
|
@@ -346,7 +346,7 @@ declare const deleteSubscription: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
346
346
|
subscriptionId: z.ZodString;
|
|
347
347
|
}, z.core.$strip>, z.ZodObject<{
|
|
348
348
|
deleted: z.ZodLiteral<true>;
|
|
349
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
349
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
350
350
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
351
351
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
352
352
|
us: "us";
|
|
@@ -378,7 +378,7 @@ declare const listDeliveryMetricsSummary: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
378
378
|
totalFailed: z.ZodOptional<z.ZodNumber>;
|
|
379
379
|
totalRetried: z.ZodOptional<z.ZodNumber>;
|
|
380
380
|
metrics: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
381
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
381
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
382
382
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
383
383
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
384
384
|
us: "us";
|
|
@@ -411,7 +411,7 @@ declare const listDeliveryMetricsSeries: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
411
411
|
totalFailed: z.ZodOptional<z.ZodNumber>;
|
|
412
412
|
totalRetried: z.ZodOptional<z.ZodNumber>;
|
|
413
413
|
metrics: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
414
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
414
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
415
415
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
416
416
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
417
417
|
us: "us";
|
|
@@ -446,7 +446,7 @@ declare const listEventDeliveryFailures: _keystrokehq_core0.Operation<z.ZodObjec
|
|
|
446
446
|
timestamp: z.ZodOptional<z.ZodString>;
|
|
447
447
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
448
448
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
449
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
449
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
450
450
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
451
451
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
452
452
|
us: "us";
|
|
@@ -23,7 +23,7 @@ declare const listEdgeFunctions: _keystrokehq_core0.Operation<z.ZodIntersection<
|
|
|
23
23
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
24
24
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
25
25
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
26
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
26
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
27
27
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
28
28
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
29
29
|
us: "us";
|
|
@@ -54,7 +54,7 @@ declare const getEdgeFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
54
54
|
description: z.ZodOptional<z.ZodString>;
|
|
55
55
|
code: z.ZodOptional<z.ZodString>;
|
|
56
56
|
deployedVersion: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
57
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
57
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
58
58
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
59
59
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
60
60
|
us: "us";
|
|
@@ -85,7 +85,7 @@ declare const upsertEdgeFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
85
85
|
description: z.ZodOptional<z.ZodString>;
|
|
86
86
|
code: z.ZodOptional<z.ZodString>;
|
|
87
87
|
deployedVersion: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
88
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
88
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
89
89
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
90
90
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
91
91
|
us: "us";
|
|
@@ -110,7 +110,7 @@ declare const upsertEdgeFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
110
110
|
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
111
111
|
declare const deleteEdgeFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
112
112
|
[x: string]: z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
113
|
-
}, z.core.$strip>, z.ZodObject<{}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
113
|
+
}, z.core.$strip>, z.ZodObject<{}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
114
114
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
115
115
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
116
116
|
us: "us";
|
|
@@ -141,7 +141,7 @@ declare const deployEdgeFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
141
141
|
description: z.ZodOptional<z.ZodString>;
|
|
142
142
|
code: z.ZodOptional<z.ZodString>;
|
|
143
143
|
deployedVersion: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
144
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
144
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
145
145
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
146
146
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
147
147
|
us: "us";
|
|
@@ -15,7 +15,7 @@ declare const listEventVolume: _keystrokehq_core0.Operation<z.ZodIntersection<z.
|
|
|
15
15
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
16
16
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
17
17
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
18
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
18
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
19
19
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
20
20
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
21
21
|
us: "us";
|
|
@@ -50,7 +50,7 @@ declare const listEventViolations: _keystrokehq_core0.Operation<z.ZodIntersectio
|
|
|
50
50
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
51
51
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
52
52
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
53
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
53
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
54
54
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
55
55
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
56
56
|
us: "us";
|
|
@@ -84,7 +84,7 @@ declare const listEventSchema: _keystrokehq_core0.Operation<z.ZodIntersection<z.
|
|
|
84
84
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
85
85
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
86
86
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
87
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
87
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
88
88
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
89
89
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
90
90
|
us: "us";
|
package/dist/functions.d.mts
CHANGED
|
@@ -7,8 +7,8 @@ declare const functionSchema: z.ZodObject<{
|
|
|
7
7
|
id: z.ZodString;
|
|
8
8
|
displayName: z.ZodOptional<z.ZodString>;
|
|
9
9
|
resourceType: z.ZodOptional<z.ZodEnum<{
|
|
10
|
-
destination: "destination";
|
|
11
10
|
source: "source";
|
|
11
|
+
destination: "destination";
|
|
12
12
|
insert: "insert";
|
|
13
13
|
}>>;
|
|
14
14
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -23,8 +23,8 @@ declare const listFunctions: _keystrokehq_core0.Operation<z.ZodIntersection<z.Zo
|
|
|
23
23
|
id: z.ZodString;
|
|
24
24
|
displayName: z.ZodOptional<z.ZodString>;
|
|
25
25
|
resourceType: z.ZodOptional<z.ZodEnum<{
|
|
26
|
-
destination: "destination";
|
|
27
26
|
source: "source";
|
|
27
|
+
destination: "destination";
|
|
28
28
|
insert: "insert";
|
|
29
29
|
}>>;
|
|
30
30
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -33,7 +33,7 @@ declare const listFunctions: _keystrokehq_core0.Operation<z.ZodIntersection<z.Zo
|
|
|
33
33
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
34
34
|
nextPageToken: z.ZodOptional<z.ZodString>;
|
|
35
35
|
totalEntries: z.ZodOptional<z.ZodNumber>;
|
|
36
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
36
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
37
37
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
38
38
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
39
39
|
us: "us";
|
|
@@ -62,14 +62,14 @@ declare const getFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
62
62
|
id: z.ZodString;
|
|
63
63
|
displayName: z.ZodOptional<z.ZodString>;
|
|
64
64
|
resourceType: z.ZodOptional<z.ZodEnum<{
|
|
65
|
-
destination: "destination";
|
|
66
65
|
source: "source";
|
|
66
|
+
destination: "destination";
|
|
67
67
|
insert: "insert";
|
|
68
68
|
}>>;
|
|
69
69
|
description: z.ZodOptional<z.ZodString>;
|
|
70
70
|
code: z.ZodOptional<z.ZodString>;
|
|
71
71
|
settings: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
72
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
72
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
73
73
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
74
74
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
75
75
|
us: "us";
|
|
@@ -98,14 +98,14 @@ declare const createFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
98
98
|
id: z.ZodString;
|
|
99
99
|
displayName: z.ZodOptional<z.ZodString>;
|
|
100
100
|
resourceType: z.ZodOptional<z.ZodEnum<{
|
|
101
|
-
destination: "destination";
|
|
102
101
|
source: "source";
|
|
102
|
+
destination: "destination";
|
|
103
103
|
insert: "insert";
|
|
104
104
|
}>>;
|
|
105
105
|
description: z.ZodOptional<z.ZodString>;
|
|
106
106
|
code: z.ZodOptional<z.ZodString>;
|
|
107
107
|
settings: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
108
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
108
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
109
109
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
110
110
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
111
111
|
us: "us";
|
|
@@ -134,14 +134,14 @@ declare const updateFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
134
134
|
id: z.ZodString;
|
|
135
135
|
displayName: z.ZodOptional<z.ZodString>;
|
|
136
136
|
resourceType: z.ZodOptional<z.ZodEnum<{
|
|
137
|
-
destination: "destination";
|
|
138
137
|
source: "source";
|
|
138
|
+
destination: "destination";
|
|
139
139
|
insert: "insert";
|
|
140
140
|
}>>;
|
|
141
141
|
description: z.ZodOptional<z.ZodString>;
|
|
142
142
|
code: z.ZodOptional<z.ZodString>;
|
|
143
143
|
settings: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
144
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
144
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
145
145
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
146
146
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
147
147
|
us: "us";
|
|
@@ -166,7 +166,7 @@ declare const updateFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
166
166
|
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
167
167
|
declare const deleteFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
168
168
|
[x: string]: z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
169
|
-
}, z.core.$strip>, z.ZodObject<{}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
169
|
+
}, z.core.$strip>, z.ZodObject<{}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
170
170
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
171
171
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
172
172
|
us: "us";
|
|
@@ -195,7 +195,7 @@ declare const deployFunction: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
195
195
|
id: z.ZodString;
|
|
196
196
|
version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
197
197
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
198
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
198
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
199
199
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
200
200
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
201
201
|
us: "us";
|
|
@@ -226,7 +226,7 @@ declare const listFunctionVersions: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
226
226
|
version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
227
227
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
228
228
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
229
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
229
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
230
230
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
231
231
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
232
232
|
us: "us";
|
|
@@ -256,7 +256,7 @@ declare const getFunctionVersion: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
256
256
|
id: z.ZodString;
|
|
257
257
|
version: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
258
258
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
259
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
259
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
260
260
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
261
261
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
262
262
|
us: "us";
|
|
@@ -288,7 +288,7 @@ declare const invokeFunctionTest: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
288
288
|
logs: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
289
289
|
output: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
290
290
|
error: z.ZodOptional<z.ZodString>;
|
|
291
|
-
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
291
|
+
}, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
292
292
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
293
293
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
294
294
|
us: "us";
|
|
@@ -320,7 +320,7 @@ declare const listDeployedFunctionInstances: _keystrokehq_core0.Operation<z.ZodO
|
|
|
320
320
|
destinationId: z.ZodOptional<z.ZodString>;
|
|
321
321
|
settings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
322
322
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
323
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"segment", z.ZodObject<{
|
|
323
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
324
324
|
SEGMENT_PUBLIC_API_TOKEN: z.ZodString;
|
|
325
325
|
SEGMENT_REGION: z.ZodDefault<z.ZodEnum<{
|
|
326
326
|
us: "us";
|