@adaptive-ai/sdk 0.1.33 → 0.1.34
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/client/index.d.ts +34 -32
- package/package.json +1 -1
package/dist/client/index.d.ts
CHANGED
|
@@ -160,53 +160,55 @@ declare const oauthProviderRecognizedScopes: {
|
|
|
160
160
|
"write_price_rules"
|
|
161
161
|
];
|
|
162
162
|
readonly SLACK: readonly [
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"chat:write",
|
|
166
|
-
"reactions:write",
|
|
163
|
+
"canvases:read",
|
|
164
|
+
"channels:history",
|
|
167
165
|
"channels:read",
|
|
168
|
-
"
|
|
166
|
+
"chat:write",
|
|
167
|
+
"dnd:read",
|
|
168
|
+
"emoji:read",
|
|
169
|
+
"files:read",
|
|
169
170
|
"groups:history",
|
|
171
|
+
"groups:read",
|
|
170
172
|
"im:history",
|
|
171
|
-
"mpim:history",
|
|
172
173
|
"im:read",
|
|
174
|
+
"im:write",
|
|
175
|
+
"mpim:history",
|
|
173
176
|
"mpim:read",
|
|
174
|
-
"
|
|
175
|
-
"channels:history",
|
|
176
|
-
"files:read",
|
|
177
|
+
"mpim:write",
|
|
177
178
|
"reactions:read",
|
|
179
|
+
"reactions:write",
|
|
180
|
+
"search:read",
|
|
178
181
|
"users:read",
|
|
179
|
-
"
|
|
180
|
-
"emoji:read",
|
|
181
|
-
"mpim:write",
|
|
182
|
-
"search:read"
|
|
182
|
+
"users:write"
|
|
183
183
|
];
|
|
184
184
|
readonly SLACK_BOT: readonly [
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
185
|
+
"app_mentions:read",
|
|
186
|
+
"assistant:write",
|
|
187
|
+
"canvases:read",
|
|
188
|
+
"channels:history",
|
|
189
|
+
"channels:join",
|
|
189
190
|
"channels:read",
|
|
190
|
-
"
|
|
191
|
+
"chat:write",
|
|
192
|
+
"chat:write.customize",
|
|
193
|
+
"chat:write.public",
|
|
194
|
+
"dnd:read",
|
|
195
|
+
"emoji:read",
|
|
196
|
+
"files:read",
|
|
191
197
|
"groups:history",
|
|
198
|
+
"groups:read",
|
|
192
199
|
"im:history",
|
|
193
|
-
"mpim:history",
|
|
194
200
|
"im:read",
|
|
201
|
+
"im:write",
|
|
202
|
+
"incoming-webhook",
|
|
203
|
+
"links:read",
|
|
204
|
+
"mpim:history",
|
|
195
205
|
"mpim:read",
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"files:read",
|
|
206
|
+
"mpim:write",
|
|
207
|
+
"pins:read",
|
|
199
208
|
"reactions:read",
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"app_mentions:read",
|
|
204
|
-
"chat:write.customize",
|
|
205
|
-
"assistant:write",
|
|
206
|
-
"commands",
|
|
207
|
-
"channels:join",
|
|
208
|
-
"chat:write.public",
|
|
209
|
-
"incoming-webhook"
|
|
209
|
+
"reactions:write",
|
|
210
|
+
"team:read",
|
|
211
|
+
"users:read"
|
|
210
212
|
];
|
|
211
213
|
readonly DISCORD: readonly [
|
|
212
214
|
"identify",
|