attio-ts-sdk 1.1.0 → 1.1.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/README.md +275 -76
- package/dist/index.mjs +17 -17
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "attio-ts-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Type-safe TypeScript SDK for the Attio CRM API with Zod v4 runtime validation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"attio",
|
|
@@ -16,7 +16,20 @@
|
|
|
16
16
|
"validation",
|
|
17
17
|
"schema",
|
|
18
18
|
"contacts",
|
|
19
|
-
"sales"
|
|
19
|
+
"sales",
|
|
20
|
+
"attio-api",
|
|
21
|
+
"attio-api-client",
|
|
22
|
+
"attio-rest-api",
|
|
23
|
+
"deals",
|
|
24
|
+
"companies",
|
|
25
|
+
"leads",
|
|
26
|
+
"codegen",
|
|
27
|
+
"customer-data",
|
|
28
|
+
"attio ts",
|
|
29
|
+
"attio js",
|
|
30
|
+
"attio typescript",
|
|
31
|
+
"attio javascript",
|
|
32
|
+
"attio api"
|
|
20
33
|
],
|
|
21
34
|
"homepage": "https://github.com/hbmartin/attio-ts-sdk",
|
|
22
35
|
"type": "module",
|