@utdk/digitalocean 2.0.0-20260530.1-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/overlay.yaml ADDED
@@ -0,0 +1,23 @@
1
+ # Spec enrichment overlay for digitalocean
2
+ # Edit this file to add corrections, pagination hints, and auth hints.
3
+ # This overlay is applied during regeneration to enrich the generated package.
4
+ # Keys under 'descriptions', 'paginationHints', and 'authHints' are keyed by operationId.
5
+ #
6
+ # Example description correction:
7
+ # descriptions:
8
+ # listRepos: "List all repositories the authenticated user has access to."
9
+ #
10
+ # Example pagination hint:
11
+ # paginationHints:
12
+ # listRepos:
13
+ # type: cursor
14
+ # cursorParam: page
15
+ # limitParam: per_page
16
+ # resultsKey: items
17
+
18
+ provider: digitalocean
19
+ specUrl: https://raw.githubusercontent.com/digitalocean/openapi/main/specification/DigitalOcean-public.v2.yaml
20
+ generatedAt: 2026-05-30T22:05:43.355Z
21
+ descriptions: {}
22
+ paginationHints: {}
23
+ authHints: {}
package/package.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "@utdk/digitalocean",
3
+ "version": "2.0.0-20260530.1-dev.646adf4",
4
+ "type": "module",
5
+ "description": "Generated UTDK provider client for DigitalOcean API. Generated UTDK provider types and OpenAPI-backed client for https://raw.githubusercontent.com/digitalocean/openapi/main/specification/DigitalOcean-public.v2.yaml.",
6
+ "homepage": "https://raw.githubusercontent.com/digitalocean/openapi/main/specification/DigitalOcean-public.v2.yaml",
7
+ "keywords": [
8
+ "digitalocean",
9
+ "generated",
10
+ "openapi",
11
+ "utdk"
12
+ ],
13
+ "license": "Apache 2.0",
14
+ "utdk": {
15
+ "provider": "digitalocean",
16
+ "generation": 1,
17
+ "generatedAt": "2026-05-30T22:05:43.350Z",
18
+ "auth": [
19
+ {
20
+ "auth_type": "api_key",
21
+ "api_key": "Bearer ${DIGITALOCEAN_TOKEN}",
22
+ "var_name": "Authorization",
23
+ "location": "header"
24
+ }
25
+ ],
26
+ "openapi": {
27
+ "title": "DigitalOcean API",
28
+ "url": "https://raw.githubusercontent.com/digitalocean/openapi/main/specification/DigitalOcean-public.v2.yaml",
29
+ "version": "2.0",
30
+ "termsOfService": "https://www.digitalocean.com/legal/terms-of-service-agreement/"
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "provider": "digitalocean",
3
+ "generatedAt": "2026-05-30T22:05:54.649Z",
4
+ "generation": 1,
5
+ "source": {
6
+ "type": "openapi",
7
+ "url": "https://raw.githubusercontent.com/digitalocean/openapi/main/specification/DigitalOcean-public.v2.yaml",
8
+ "hash": "sha256:9fac4b70219d9e28ab368c954c3c4e4ffc92ea4e2dfdb0c151d2ca7bbe9e46c9",
9
+ "fetchedAt": "2026-05-30T22:05:54.649Z"
10
+ },
11
+ "ingestSource": "printing-press",
12
+ "pipeline": {
13
+ "research": {
14
+ "noveltyScore": 8,
15
+ "competingPackages": 5
16
+ },
17
+ "scorecard": {
18
+ "infrastructure": "fail",
19
+ "domain": 70
20
+ },
21
+ "agentReadiness": "pass"
22
+ },
23
+ "bundlerVersion": "0.1.1"
24
+ }
package/research.json ADDED
@@ -0,0 +1,44 @@
1
+ {
2
+ "provider": "digitalocean",
3
+ "generatedAt": "2026-05-30T22:05:43.861Z",
4
+ "noveltyScore": 8,
5
+ "npmPackages": [
6
+ {
7
+ "name": "@pulumi/digitalocean",
8
+ "version": "4.68.0",
9
+ "description": "A Pulumi package for creating and managing DigitalOcean cloud resources.",
10
+ "category": "other"
11
+ },
12
+ {
13
+ "name": "@digitalocean/mcp",
14
+ "version": "1.0.58",
15
+ "description": "DigitalOcean MCP Implementation,",
16
+ "category": "mcp-server"
17
+ },
18
+ {
19
+ "name": "digitalocean-js",
20
+ "version": "2.1.2",
21
+ "description": "JavaScript library for the DigitalOcean API",
22
+ "category": "other"
23
+ },
24
+ {
25
+ "name": "@aws-sdk/middleware-sdk-s3",
26
+ "version": "3.972.44",
27
+ "description": "[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-sdk-s3/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-sdk-s3.svg)](https://www.npmjs.com/package/@",
28
+ "category": "other"
29
+ },
30
+ {
31
+ "name": "@aws-sdk/core",
32
+ "version": "3.974.15",
33
+ "description": "Core functions & classes shared by multiple AWS SDK clients.",
34
+ "category": "other"
35
+ }
36
+ ],
37
+ "gapAnalysis": {
38
+ "hasOfficialSdk": false,
39
+ "hasCommunitySDK": false,
40
+ "hasTypeDefinitions": false,
41
+ "hasMcpServer": true,
42
+ "recommendation": "No existing TypeScript SDK found for digitalocean. Generating from OpenAPI spec provides high value. An MCP server already exists; differentiate by offering better type coverage."
43
+ }
44
+ }
package/types.ts ADDED
@@ -0,0 +1,3 @@
1
+ export type DigitaloceanClient = {
2
+
3
+ };