@opengeni/contracts 0.40.0 → 0.44.1
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/atlassian.d.ts +278 -0
- package/dist/atlassian.js +55 -0
- package/dist/atlassian.js.map +1 -0
- package/dist/chunk-52SGB2QO.js +688 -0
- package/dist/chunk-52SGB2QO.js.map +1 -0
- package/dist/{chunk-7JZMI22I.js → chunk-5UDNP7AO.js} +34 -2
- package/dist/chunk-5UDNP7AO.js.map +1 -0
- package/dist/chunk-BVGIYW7D.js +11 -0
- package/dist/chunk-BVGIYW7D.js.map +1 -0
- package/dist/chunk-CADSX6UN.js +1145 -0
- package/dist/chunk-CADSX6UN.js.map +1 -0
- package/dist/chunk-D2HKF2EF.js +1460 -0
- package/dist/chunk-D2HKF2EF.js.map +1 -0
- package/dist/chunk-FJBG5E4O.js +194 -0
- package/dist/chunk-FJBG5E4O.js.map +1 -0
- package/dist/chunk-H5BVCZKF.js +382 -0
- package/dist/chunk-H5BVCZKF.js.map +1 -0
- package/dist/chunk-LSB7GRLG.js +779 -0
- package/dist/chunk-LSB7GRLG.js.map +1 -0
- package/dist/chunk-MYBZRDTY.js +340 -0
- package/dist/chunk-MYBZRDTY.js.map +1 -0
- package/dist/chunk-RIY7GYQS.js +1204 -0
- package/dist/chunk-RIY7GYQS.js.map +1 -0
- package/dist/chunk-TZ6YEYN4.js +386 -0
- package/dist/chunk-TZ6YEYN4.js.map +1 -0
- package/dist/chunk-VA22KRHS.js +15177 -0
- package/dist/chunk-VA22KRHS.js.map +1 -0
- package/dist/chunk-Y3MLSLB4.js +392 -0
- package/dist/chunk-Y3MLSLB4.js.map +1 -0
- package/dist/chunk-YRKRZ6OF.js +134 -0
- package/dist/chunk-YRKRZ6OF.js.map +1 -0
- package/dist/company-profile.d.ts +629 -0
- package/dist/document-artifact-commands.d.ts +282 -0
- package/dist/document-artifact-commands.js +54 -0
- package/dist/document-artifact-commands.js.map +1 -0
- package/dist/document-artifact-query.d.ts +2 -0
- package/dist/document-artifact-query.js +54 -0
- package/dist/document-artifact-query.js.map +1 -0
- package/dist/editable-artifact-binary.d.ts +56 -0
- package/dist/editable-artifact-causal-frontier.d.ts +12 -0
- package/dist/editable-artifact-causal-frontier.js +18 -0
- package/dist/editable-artifact-causal-frontier.js.map +1 -0
- package/dist/editable-artifact-codec-registry.d.ts +48 -0
- package/dist/editable-artifact-codec-registry.js +20 -0
- package/dist/editable-artifact-codec-registry.js.map +1 -0
- package/dist/editable-artifact-committed-transaction.d.ts +35 -0
- package/dist/editable-artifact-committed-transaction.js +19 -0
- package/dist/editable-artifact-committed-transaction.js.map +1 -0
- package/dist/editable-artifact-live.d.ts +276 -0
- package/dist/editable-artifact-live.js +907 -0
- package/dist/editable-artifact-live.js.map +1 -0
- package/dist/editable-artifact-serialized-commit.d.ts +53 -0
- package/dist/editable-artifact-serialized-commit.js +26 -0
- package/dist/editable-artifact-serialized-commit.js.map +1 -0
- package/dist/editable-artifact-versions.d.ts +6 -0
- package/dist/editable-artifact-versions.js +11 -0
- package/dist/editable-artifact-versions.js.map +1 -0
- package/dist/editable-artifacts.d.ts +46 -0
- package/dist/editable-artifacts.js +236 -0
- package/dist/editable-artifacts.js.map +1 -0
- package/dist/event-preview.d.ts +1 -1
- package/dist/google-drive.d.ts +114 -2
- package/dist/google-drive.js +70 -14
- package/dist/google-drive.js.map +1 -1
- package/dist/image-generation.d.ts +70 -0
- package/dist/index.d.ts +4460 -155
- package/dist/index.js +1127 -30
- package/dist/interaction.d.ts +6895 -0
- package/dist/memory-slack-delivery.d.ts +397 -0
- package/dist/presentation-artifact-commands.d.ts +349 -0
- package/dist/presentation-artifact-commands.js +66 -0
- package/dist/presentation-artifact-commands.js.map +1 -0
- package/dist/presentation-artifact-query.d.ts +2 -0
- package/dist/presentation-artifact-query.js +66 -0
- package/dist/presentation-artifact-query.js.map +1 -0
- package/dist/retained-output.d.ts +24 -0
- package/dist/sandbox-snapshots.d.ts +9 -0
- package/dist/scoped-knowledge.d.ts +14 -13
- package/dist/slack-bot-scopes.d.ts +4 -0
- package/dist/slack-bot-scopes.js +3 -1
- package/dist/spreadsheet-artifact-commands.d.ts +101 -0
- package/dist/spreadsheet-artifact-commands.js +27 -0
- package/dist/spreadsheet-artifact-commands.js.map +1 -0
- package/dist/spreadsheet-artifact-date.d.ts +4 -0
- package/dist/spreadsheet-artifact-query.d.ts +120 -0
- package/dist/spreadsheet-artifact-query.js +48 -0
- package/dist/spreadsheet-artifact-query.js.map +1 -0
- package/dist/tool-catalog.d.ts +576 -0
- package/dist/video-generation.d.ts +532 -0
- package/dist/video-generation.js +51 -0
- package/dist/video-generation.js.map +1 -0
- package/dist/workspace-learning-policy.d.ts +208 -0
- package/package.json +61 -1
- package/src/atlassian.ts +160 -0
- package/src/company-profile.ts +306 -0
- package/src/document-artifact-commands.ts +1709 -0
- package/src/document-artifact-query.ts +2 -0
- package/src/editable-artifact-binary.ts +396 -0
- package/src/editable-artifact-causal-frontier.ts +154 -0
- package/src/editable-artifact-codec-registry.ts +261 -0
- package/src/editable-artifact-committed-transaction.ts +478 -0
- package/src/editable-artifact-live.ts +1379 -0
- package/src/editable-artifact-serialized-commit.ts +494 -0
- package/src/editable-artifact-versions.ts +8 -0
- package/src/editable-artifacts.ts +473 -0
- package/src/google-drive.ts +68 -15
- package/src/image-generation.ts +106 -0
- package/src/index.ts +2326 -325
- package/src/interaction.ts +2292 -0
- package/src/memory-slack-delivery.ts +183 -0
- package/src/presentation-artifact-commands.ts +2035 -0
- package/src/presentation-artifact-query.ts +2 -0
- package/src/retained-output.ts +149 -2
- package/src/sandbox-snapshots.ts +28 -1
- package/src/scoped-knowledge.ts +18 -4
- package/src/slack-bot-scopes.ts +34 -1
- package/src/spreadsheet-artifact-commands.ts +999 -0
- package/src/spreadsheet-artifact-date.ts +21 -0
- package/src/spreadsheet-artifact-query.ts +1411 -0
- package/src/tool-catalog.ts +334 -0
- package/src/video-generation.ts +394 -0
- package/src/workspace-learning-policy.ts +233 -0
- package/dist/chunk-5HR2GPSC.js +0 -11031
- package/dist/chunk-5HR2GPSC.js.map +0 -1
- package/dist/chunk-7JZMI22I.js.map +0 -1
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const ATLASSIAN_PROVIDER_DOMAIN: "api.atlassian.com";
|
|
3
|
+
export declare const ATLASSIAN_CREDENTIAL_ROLE: "atlassian_knowledge";
|
|
4
|
+
export declare const ATLASSIAN_CREDENTIAL_LABEL: "Atlassian read-only knowledge sync";
|
|
5
|
+
export declare const ATLASSIAN_REQUIRED_SCOPES: readonly ["offline_access", "read:me", "read:jira-work", "read:jira-user", "read:confluence-content.all", "read:confluence-space.summary", "search:confluence", "read:space:confluence", "read:page:confluence", "read:comment:confluence"];
|
|
6
|
+
export declare const AtlassianSourceKind: z.ZodEnum<{
|
|
7
|
+
confluence_space: "confluence_space";
|
|
8
|
+
jira_project: "jira_project";
|
|
9
|
+
}>;
|
|
10
|
+
export type AtlassianSourceKind = z.infer<typeof AtlassianSourceKind>;
|
|
11
|
+
export declare const AtlassianSyncCadence: z.ZodEnum<{
|
|
12
|
+
daily: "daily";
|
|
13
|
+
hourly: "hourly";
|
|
14
|
+
manual: "manual";
|
|
15
|
+
}>;
|
|
16
|
+
export type AtlassianSyncCadence = z.infer<typeof AtlassianSyncCadence>;
|
|
17
|
+
export declare const AtlassianReadPolicy: z.ZodEnum<{
|
|
18
|
+
allow: "allow";
|
|
19
|
+
ask: "ask";
|
|
20
|
+
block: "block";
|
|
21
|
+
}>;
|
|
22
|
+
export type AtlassianReadPolicy = z.infer<typeof AtlassianReadPolicy>;
|
|
23
|
+
export declare const AtlassianConnectionLifecycle: z.ZodObject<{
|
|
24
|
+
state: z.ZodEnum<{
|
|
25
|
+
active: "active";
|
|
26
|
+
app_removed: "app_removed";
|
|
27
|
+
disconnected: "disconnected";
|
|
28
|
+
paused: "paused";
|
|
29
|
+
reconnect_required: "reconnect_required";
|
|
30
|
+
reconsent_required: "reconsent_required";
|
|
31
|
+
token_revoked: "token_revoked";
|
|
32
|
+
}>;
|
|
33
|
+
recoverable: z.ZodBoolean;
|
|
34
|
+
observedAt: z.ZodString;
|
|
35
|
+
}, z.core.$strip>;
|
|
36
|
+
export type AtlassianConnectionLifecycle = z.infer<typeof AtlassianConnectionLifecycle>;
|
|
37
|
+
export declare const AtlassianSelectedSource: z.ZodObject<{
|
|
38
|
+
id: z.ZodString;
|
|
39
|
+
cloudId: z.ZodString;
|
|
40
|
+
siteName: z.ZodString;
|
|
41
|
+
siteUrl: z.ZodString;
|
|
42
|
+
resourceId: z.ZodString;
|
|
43
|
+
key: z.ZodString;
|
|
44
|
+
name: z.ZodString;
|
|
45
|
+
kind: z.ZodEnum<{
|
|
46
|
+
confluence_space: "confluence_space";
|
|
47
|
+
jira_project: "jira_project";
|
|
48
|
+
}>;
|
|
49
|
+
destination: z.ZodOptional<z.ZodObject<{
|
|
50
|
+
authorityKind: z.ZodEnum<{
|
|
51
|
+
organization: "organization";
|
|
52
|
+
personal: "personal";
|
|
53
|
+
workspace: "workspace";
|
|
54
|
+
}>;
|
|
55
|
+
authorityAccountId: z.ZodString;
|
|
56
|
+
authorityWorkspaceId: z.ZodNullable<z.ZodString>;
|
|
57
|
+
authoritySubjectId: z.ZodNullable<z.ZodString>;
|
|
58
|
+
collectionId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
59
|
+
}, z.core.$strip>>;
|
|
60
|
+
syncCadence: z.ZodEnum<{
|
|
61
|
+
daily: "daily";
|
|
62
|
+
hourly: "hourly";
|
|
63
|
+
manual: "manual";
|
|
64
|
+
}>;
|
|
65
|
+
syncEnabled: z.ZodBoolean;
|
|
66
|
+
configGeneration: z.ZodNumber;
|
|
67
|
+
readPolicy: z.ZodEnum<{
|
|
68
|
+
allow: "allow";
|
|
69
|
+
ask: "ask";
|
|
70
|
+
block: "block";
|
|
71
|
+
}>;
|
|
72
|
+
selectedAt: z.ZodString;
|
|
73
|
+
}, z.core.$strip>;
|
|
74
|
+
export type AtlassianSelectedSource = z.infer<typeof AtlassianSelectedSource>;
|
|
75
|
+
export declare const AtlassianConnectionMetadata: z.ZodObject<{
|
|
76
|
+
credentialRole: z.ZodLiteral<"atlassian_knowledge">;
|
|
77
|
+
credentialLabel: z.ZodLiteral<"Atlassian read-only knowledge sync">;
|
|
78
|
+
atlassianAccountId: z.ZodString;
|
|
79
|
+
displayName: z.ZodString;
|
|
80
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
|
+
sites: z.ZodArray<z.ZodObject<{
|
|
82
|
+
cloudId: z.ZodString;
|
|
83
|
+
name: z.ZodString;
|
|
84
|
+
url: z.ZodString;
|
|
85
|
+
products: z.ZodArray<z.ZodEnum<{
|
|
86
|
+
confluence: "confluence";
|
|
87
|
+
jira: "jira";
|
|
88
|
+
}>>;
|
|
89
|
+
}, z.core.$strip>>;
|
|
90
|
+
verifiedAt: z.ZodString;
|
|
91
|
+
accessMode: z.ZodLiteral<"readonly">;
|
|
92
|
+
lifecycle: z.ZodOptional<z.ZodObject<{
|
|
93
|
+
state: z.ZodEnum<{
|
|
94
|
+
active: "active";
|
|
95
|
+
app_removed: "app_removed";
|
|
96
|
+
disconnected: "disconnected";
|
|
97
|
+
paused: "paused";
|
|
98
|
+
reconnect_required: "reconnect_required";
|
|
99
|
+
reconsent_required: "reconsent_required";
|
|
100
|
+
token_revoked: "token_revoked";
|
|
101
|
+
}>;
|
|
102
|
+
recoverable: z.ZodBoolean;
|
|
103
|
+
observedAt: z.ZodString;
|
|
104
|
+
}, z.core.$strip>>;
|
|
105
|
+
documentDestination: z.ZodOptional<z.ZodObject<{
|
|
106
|
+
authorityKind: z.ZodEnum<{
|
|
107
|
+
organization: "organization";
|
|
108
|
+
personal: "personal";
|
|
109
|
+
workspace: "workspace";
|
|
110
|
+
}>;
|
|
111
|
+
authorityAccountId: z.ZodString;
|
|
112
|
+
authorityWorkspaceId: z.ZodNullable<z.ZodString>;
|
|
113
|
+
authoritySubjectId: z.ZodNullable<z.ZodString>;
|
|
114
|
+
collectionId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
115
|
+
}, z.core.$strip>>;
|
|
116
|
+
selectedSources: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
117
|
+
id: z.ZodString;
|
|
118
|
+
cloudId: z.ZodString;
|
|
119
|
+
siteName: z.ZodString;
|
|
120
|
+
siteUrl: z.ZodString;
|
|
121
|
+
resourceId: z.ZodString;
|
|
122
|
+
key: z.ZodString;
|
|
123
|
+
name: z.ZodString;
|
|
124
|
+
kind: z.ZodEnum<{
|
|
125
|
+
confluence_space: "confluence_space";
|
|
126
|
+
jira_project: "jira_project";
|
|
127
|
+
}>;
|
|
128
|
+
destination: z.ZodOptional<z.ZodObject<{
|
|
129
|
+
authorityKind: z.ZodEnum<{
|
|
130
|
+
organization: "organization";
|
|
131
|
+
personal: "personal";
|
|
132
|
+
workspace: "workspace";
|
|
133
|
+
}>;
|
|
134
|
+
authorityAccountId: z.ZodString;
|
|
135
|
+
authorityWorkspaceId: z.ZodNullable<z.ZodString>;
|
|
136
|
+
authoritySubjectId: z.ZodNullable<z.ZodString>;
|
|
137
|
+
collectionId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
138
|
+
}, z.core.$strip>>;
|
|
139
|
+
syncCadence: z.ZodEnum<{
|
|
140
|
+
daily: "daily";
|
|
141
|
+
hourly: "hourly";
|
|
142
|
+
manual: "manual";
|
|
143
|
+
}>;
|
|
144
|
+
syncEnabled: z.ZodBoolean;
|
|
145
|
+
configGeneration: z.ZodNumber;
|
|
146
|
+
readPolicy: z.ZodEnum<{
|
|
147
|
+
allow: "allow";
|
|
148
|
+
ask: "ask";
|
|
149
|
+
block: "block";
|
|
150
|
+
}>;
|
|
151
|
+
selectedAt: z.ZodString;
|
|
152
|
+
}, z.core.$strip>>>;
|
|
153
|
+
}, z.core.$strip>;
|
|
154
|
+
export type AtlassianConnectionMetadata = z.infer<typeof AtlassianConnectionMetadata>;
|
|
155
|
+
export declare const AtlassianOAuthStartRequest: z.ZodObject<{
|
|
156
|
+
connectionId: z.ZodOptional<z.ZodString>;
|
|
157
|
+
}, z.core.$strip>;
|
|
158
|
+
export type AtlassianOAuthStartRequest = z.infer<typeof AtlassianOAuthStartRequest>;
|
|
159
|
+
export declare const AtlassianOAuthStartResponse: z.ZodObject<{
|
|
160
|
+
authorizationUrl: z.ZodString;
|
|
161
|
+
expiresAt: z.ZodString;
|
|
162
|
+
}, z.core.$strip>;
|
|
163
|
+
export type AtlassianOAuthStartResponse = z.infer<typeof AtlassianOAuthStartResponse>;
|
|
164
|
+
export declare const AtlassianBrowseItem: z.ZodObject<{
|
|
165
|
+
id: z.ZodString;
|
|
166
|
+
cloudId: z.ZodString;
|
|
167
|
+
siteName: z.ZodString;
|
|
168
|
+
siteUrl: z.ZodString;
|
|
169
|
+
resourceId: z.ZodString;
|
|
170
|
+
key: z.ZodString;
|
|
171
|
+
name: z.ZodString;
|
|
172
|
+
kind: z.ZodEnum<{
|
|
173
|
+
confluence_space: "confluence_space";
|
|
174
|
+
jira_project: "jira_project";
|
|
175
|
+
}>;
|
|
176
|
+
description: z.ZodNullable<z.ZodString>;
|
|
177
|
+
webUrl: z.ZodString;
|
|
178
|
+
}, z.core.$strip>;
|
|
179
|
+
export type AtlassianBrowseItem = z.infer<typeof AtlassianBrowseItem>;
|
|
180
|
+
export declare const AtlassianBrowseResponse: z.ZodObject<{
|
|
181
|
+
connection: z.ZodLazy<z.ZodObject<{
|
|
182
|
+
id: z.ZodString;
|
|
183
|
+
accountId: z.ZodString;
|
|
184
|
+
workspaceId: z.ZodString;
|
|
185
|
+
subjectId: z.ZodNullable<z.ZodString>;
|
|
186
|
+
providerDomain: z.ZodString;
|
|
187
|
+
kind: z.ZodEnum<{
|
|
188
|
+
api_key: "api_key";
|
|
189
|
+
app_install: "app_install";
|
|
190
|
+
delegated: "delegated";
|
|
191
|
+
oauth2: "oauth2";
|
|
192
|
+
}>;
|
|
193
|
+
status: z.ZodEnum<{
|
|
194
|
+
active: "active";
|
|
195
|
+
error: "error";
|
|
196
|
+
needs_reauth: "needs_reauth";
|
|
197
|
+
revoked: "revoked";
|
|
198
|
+
}>;
|
|
199
|
+
grantedScopes: z.ZodArray<z.ZodString>;
|
|
200
|
+
expiresAt: z.ZodNullable<z.ZodString>;
|
|
201
|
+
lastRefreshAt: z.ZodNullable<z.ZodString>;
|
|
202
|
+
lastUsedAt: z.ZodNullable<z.ZodString>;
|
|
203
|
+
lastError: z.ZodNullable<z.ZodString>;
|
|
204
|
+
version: z.ZodNumber;
|
|
205
|
+
verifiedInstallAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
206
|
+
verifiedInstallVersion: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
207
|
+
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
208
|
+
createdBySubjectId: z.ZodNullable<z.ZodString>;
|
|
209
|
+
updatedBySubjectId: z.ZodNullable<z.ZodString>;
|
|
210
|
+
createdAt: z.ZodString;
|
|
211
|
+
updatedAt: z.ZodString;
|
|
212
|
+
}, z.core.$strip>>;
|
|
213
|
+
items: z.ZodArray<z.ZodObject<{
|
|
214
|
+
id: z.ZodString;
|
|
215
|
+
cloudId: z.ZodString;
|
|
216
|
+
siteName: z.ZodString;
|
|
217
|
+
siteUrl: z.ZodString;
|
|
218
|
+
resourceId: z.ZodString;
|
|
219
|
+
key: z.ZodString;
|
|
220
|
+
name: z.ZodString;
|
|
221
|
+
kind: z.ZodEnum<{
|
|
222
|
+
confluence_space: "confluence_space";
|
|
223
|
+
jira_project: "jira_project";
|
|
224
|
+
}>;
|
|
225
|
+
description: z.ZodNullable<z.ZodString>;
|
|
226
|
+
webUrl: z.ZodString;
|
|
227
|
+
}, z.core.$strip>>;
|
|
228
|
+
}, z.core.$strip>;
|
|
229
|
+
export type AtlassianBrowseResponse = z.infer<typeof AtlassianBrowseResponse>;
|
|
230
|
+
export declare const SaveAtlassianSourcesRequest: z.ZodObject<{
|
|
231
|
+
sources: z.ZodArray<z.ZodObject<{
|
|
232
|
+
id: z.ZodString;
|
|
233
|
+
cloudId: z.ZodString;
|
|
234
|
+
siteName: z.ZodString;
|
|
235
|
+
siteUrl: z.ZodString;
|
|
236
|
+
resourceId: z.ZodString;
|
|
237
|
+
key: z.ZodString;
|
|
238
|
+
name: z.ZodString;
|
|
239
|
+
kind: z.ZodEnum<{
|
|
240
|
+
confluence_space: "confluence_space";
|
|
241
|
+
jira_project: "jira_project";
|
|
242
|
+
}>;
|
|
243
|
+
}, z.core.$strip>>;
|
|
244
|
+
destination: z.ZodObject<{
|
|
245
|
+
authorityKind: z.ZodEnum<{
|
|
246
|
+
organization: "organization";
|
|
247
|
+
personal: "personal";
|
|
248
|
+
workspace: "workspace";
|
|
249
|
+
}>;
|
|
250
|
+
collectionId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
251
|
+
}, z.core.$strip>;
|
|
252
|
+
syncCadence: z.ZodEnum<{
|
|
253
|
+
daily: "daily";
|
|
254
|
+
hourly: "hourly";
|
|
255
|
+
manual: "manual";
|
|
256
|
+
}>;
|
|
257
|
+
syncEnabled: z.ZodBoolean;
|
|
258
|
+
readPolicy: z.ZodDefault<z.ZodEnum<{
|
|
259
|
+
allow: "allow";
|
|
260
|
+
ask: "ask";
|
|
261
|
+
block: "block";
|
|
262
|
+
}>>;
|
|
263
|
+
}, z.core.$strip>;
|
|
264
|
+
export type SaveAtlassianSourcesRequest = z.infer<typeof SaveAtlassianSourcesRequest>;
|
|
265
|
+
export declare const AtlassianLifecycleActionRequest: z.ZodObject<{
|
|
266
|
+
action: z.ZodEnum<{
|
|
267
|
+
pause: "pause";
|
|
268
|
+
resume: "resume";
|
|
269
|
+
}>;
|
|
270
|
+
expectedVersion: z.ZodNumber;
|
|
271
|
+
}, z.core.$strip>;
|
|
272
|
+
export type AtlassianLifecycleActionRequest = z.infer<typeof AtlassianLifecycleActionRequest>;
|
|
273
|
+
export declare const AtlassianDisconnectRequest: z.ZodObject<{
|
|
274
|
+
expectedVersion: z.ZodNumber;
|
|
275
|
+
idempotencyKey: z.ZodString;
|
|
276
|
+
}, z.core.$strip>;
|
|
277
|
+
export type AtlassianDisconnectRequest = z.infer<typeof AtlassianDisconnectRequest>;
|
|
278
|
+
export declare function atlassianScopesAllowRead(scopes: readonly string[]): boolean;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ATLASSIAN_CREDENTIAL_LABEL,
|
|
3
|
+
ATLASSIAN_CREDENTIAL_ROLE,
|
|
4
|
+
ATLASSIAN_PROVIDER_DOMAIN,
|
|
5
|
+
ATLASSIAN_REQUIRED_SCOPES,
|
|
6
|
+
AtlassianBrowseItem,
|
|
7
|
+
AtlassianBrowseResponse,
|
|
8
|
+
AtlassianConnectionLifecycle,
|
|
9
|
+
AtlassianConnectionMetadata,
|
|
10
|
+
AtlassianDisconnectRequest,
|
|
11
|
+
AtlassianLifecycleActionRequest,
|
|
12
|
+
AtlassianOAuthStartRequest,
|
|
13
|
+
AtlassianOAuthStartResponse,
|
|
14
|
+
AtlassianReadPolicy,
|
|
15
|
+
AtlassianSelectedSource,
|
|
16
|
+
AtlassianSourceKind,
|
|
17
|
+
AtlassianSyncCadence,
|
|
18
|
+
SaveAtlassianSourcesRequest,
|
|
19
|
+
atlassianScopesAllowRead
|
|
20
|
+
} from "./chunk-VA22KRHS.js";
|
|
21
|
+
import "./chunk-H5BVCZKF.js";
|
|
22
|
+
import "./chunk-5UDNP7AO.js";
|
|
23
|
+
import "./chunk-52SGB2QO.js";
|
|
24
|
+
import "./chunk-TZ6YEYN4.js";
|
|
25
|
+
import "./chunk-YRKRZ6OF.js";
|
|
26
|
+
import "./chunk-WYBDERIY.js";
|
|
27
|
+
import "./chunk-Y3MLSLB4.js";
|
|
28
|
+
import "./chunk-FJBG5E4O.js";
|
|
29
|
+
import "./chunk-CADSX6UN.js";
|
|
30
|
+
import "./chunk-RIY7GYQS.js";
|
|
31
|
+
import "./chunk-BVGIYW7D.js";
|
|
32
|
+
import "./chunk-D2HKF2EF.js";
|
|
33
|
+
import "./chunk-MYBZRDTY.js";
|
|
34
|
+
import "./chunk-LSB7GRLG.js";
|
|
35
|
+
export {
|
|
36
|
+
ATLASSIAN_CREDENTIAL_LABEL,
|
|
37
|
+
ATLASSIAN_CREDENTIAL_ROLE,
|
|
38
|
+
ATLASSIAN_PROVIDER_DOMAIN,
|
|
39
|
+
ATLASSIAN_REQUIRED_SCOPES,
|
|
40
|
+
AtlassianBrowseItem,
|
|
41
|
+
AtlassianBrowseResponse,
|
|
42
|
+
AtlassianConnectionLifecycle,
|
|
43
|
+
AtlassianConnectionMetadata,
|
|
44
|
+
AtlassianDisconnectRequest,
|
|
45
|
+
AtlassianLifecycleActionRequest,
|
|
46
|
+
AtlassianOAuthStartRequest,
|
|
47
|
+
AtlassianOAuthStartResponse,
|
|
48
|
+
AtlassianReadPolicy,
|
|
49
|
+
AtlassianSelectedSource,
|
|
50
|
+
AtlassianSourceKind,
|
|
51
|
+
AtlassianSyncCadence,
|
|
52
|
+
SaveAtlassianSourcesRequest,
|
|
53
|
+
atlassianScopesAllowRead
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=atlassian.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|