@naturali/sdk 0.127.0 → 0.127.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/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1717,7 +1717,7 @@ type AssistantGrant = {
|
|
|
1717
1717
|
created_at: Date;
|
|
1718
1718
|
};
|
|
1719
1719
|
/**
|
|
1720
|
-
* The channel the linked identity lives on. The
|
|
1720
|
+
* The channel the linked identity lives on. The app is never a value here: a signed-in web session already *is* the identity, so it needs no grant.
|
|
1721
1721
|
*
|
|
1722
1722
|
*/
|
|
1723
1723
|
type AssistantChannel = 'discord' | 'whatsapp' | 'slack';
|
package/dist/index.d.mts
CHANGED
|
@@ -1717,7 +1717,7 @@ type AssistantGrant = {
|
|
|
1717
1717
|
created_at: Date;
|
|
1718
1718
|
};
|
|
1719
1719
|
/**
|
|
1720
|
-
* The channel the linked identity lives on. The
|
|
1720
|
+
* The channel the linked identity lives on. The app is never a value here: a signed-in web session already *is* the identity, so it needs no grant.
|
|
1721
1721
|
*
|
|
1722
1722
|
*/
|
|
1723
1723
|
type AssistantChannel = 'discord' | 'whatsapp' | 'slack';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naturali/sdk",
|
|
3
|
-
"version": "0.127.
|
|
3
|
+
"version": "0.127.1",
|
|
4
4
|
"description": "TypeScript SDK for the naturali.ai API, generated from its OpenAPI specs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"tsx": "^4.23.1",
|
|
38
38
|
"typescript": "~6.0.3",
|
|
39
39
|
"vitest": "^4.1.10",
|
|
40
|
-
"@naturali/api": "0.127.
|
|
40
|
+
"@naturali/api": "0.127.1"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"generate": "tsx scripts/generate.ts",
|