@utdk/figma 0.37.0-20260408.5-dev.646adf4
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 +373 -0
- package/README.md +47 -0
- package/docs/activity-logs.md +46 -0
- package/docs/comment-reactions.md +114 -0
- package/docs/comments.md +114 -0
- package/docs/component-sets.md +114 -0
- package/docs/components.md +114 -0
- package/docs/dev-resources.md +148 -0
- package/docs/files.md +216 -0
- package/docs/library-analytics.md +216 -0
- package/docs/oembed.md +46 -0
- package/docs/payments.md +46 -0
- package/docs/projects.md +80 -0
- package/docs/styles.md +114 -0
- package/docs/users.md +45 -0
- package/docs/variables.md +114 -0
- package/docs/webhooks.md +250 -0
- package/index.ts +22 -0
- package/metadata.ts +917 -0
- package/openapi.json +13812 -0
- package/package.json +34 -0
- package/types.ts +284 -0
package/package.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@utdk/figma",
|
|
3
|
+
"version": "0.37.0-20260408.5-dev.646adf4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Generated UTDK provider client for Figma API. This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api).\n\nNote: we are releasing the OpenAPI specification as a beta given the large surface area and complexity of the REST API. If you notice any inaccuracies with the specification, please [file an issue](https://github.com/figma/rest-api-spec/issues).",
|
|
6
|
+
"homepage": "https://www.figma.com/developers/api",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"figma",
|
|
9
|
+
"generated",
|
|
10
|
+
"openapi",
|
|
11
|
+
"utdk"
|
|
12
|
+
],
|
|
13
|
+
"utdk": {
|
|
14
|
+
"provider": "figma",
|
|
15
|
+
"generation": 5,
|
|
16
|
+
"generatedAt": "2026-04-08T15:35:29.048Z",
|
|
17
|
+
"auth": [],
|
|
18
|
+
"openapi": {
|
|
19
|
+
"title": "Figma API",
|
|
20
|
+
"url": "https://raw.githubusercontent.com/figma/rest-api-spec/main/openapi/openapi.yaml",
|
|
21
|
+
"version": "0.37.0",
|
|
22
|
+
"termsOfService": "https://www.figma.com/developer-terms/"
|
|
23
|
+
},
|
|
24
|
+
"docs": {
|
|
25
|
+
"manifestPath": "/Users/jsampson/Documents/JacobSampson/registry/.registry/figma/manifest.json",
|
|
26
|
+
"indexPath": "/Users/jsampson/Documents/JacobSampson/registry/.registry/figma/index.md",
|
|
27
|
+
"docsPath": "/Users/jsampson/Documents/JacobSampson/registry/packages/utdk/figma/docs",
|
|
28
|
+
"generatedAt": "2026-04-08T15:35:29.042Z",
|
|
29
|
+
"sourceCount": 2,
|
|
30
|
+
"openApiHash": "c79ab62edb7cedfd62a719a8c4765844557bbbe1c5a6519da610f3fd11817e72",
|
|
31
|
+
"promptHash": "8c3694991a4c289225f05a4e8f1e098cc74d085a088d7dffd82f00d93797b7f8"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|