Skip to content

Commit f834b26

Browse files
authored
Update examples (#1272)
1 parent 6e75ce1 commit f834b26

19 files changed

+6605
-6034
lines changed

docs/scripts/update-contributors.js

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const OPENAPI_TS_CONTRIBUTORS = [
9191
"toomuchdesign",
9292
"psychedelicious",
9393
"tkrotoff",
94+
"pimveldhuisen",
9495
]),
9596
];
9697

docs/src/data/contributors.json

+1-1
Large diffs are not rendered by default.

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/create_alert.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_alert_create
1+
operationId: uptime_create_alert
22

33
summary: Create a New Alert
44

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/create_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_check_create
1+
operationId: uptime_create_check
22

33
summary: Create a New Check
44

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/delete_alert.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_alert_delete
1+
operationId: uptime_delete_alert
22

33
summary: Delete an Alert
44

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/delete_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_check_delete
1+
operationId: uptime_delete_check
22

33
summary: Delete a Check
44

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/get_alert.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_alert_get
1+
operationId: uptime_get_alert
22

33
summary: Retrieve an Existing Alert
44

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/get_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_check_get
1+
operationId: uptime_get_check
22

33
summary: Retrieve an Existing Check
44

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/get_check_state.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_check_state_get
1+
operationId: uptime_get_checkState
22

33
summary: Retrieve Check State
44

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/list_alerts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_check_alerts_list
1+
operationId: uptime_list_alerts
22

33
summary: List All Alerts
44

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/list_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_checks_list
1+
operationId: uptime_list_checks
22

33
summary: List All Checks
44

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/update_alert.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_alert_update
1+
operationId: uptime_update_alert
22

33
summary: Update an Alert
44

packages/openapi-typescript/examples/digital-ocean-api/resources/uptime/update_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
operationId: uptime_check_update
1+
operationId: uptime_update_check
22

33
summary: Update a Check
44

packages/openapi-typescript/examples/github-api-next.ts

+1,083-1,401
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)