Skip to content

Commit b266eb1

Browse files
acabarbayemonty-bot
authored andcommitted
✨ Automatic changes -> ✨ New server autogenerated files [ci skip]
1 parent 98eb05a commit b266eb1

File tree

10 files changed

+604
-61
lines changed

10 files changed

+604
-61
lines changed

changes/20250623122045.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated client due to schema changes

client/.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ api_cmsis_intellisense_builders.go
1010
api_deprecation_notice.go
1111
api_fpga_admin.go
1212
api_fpga_connection.go
13+
api_fpga_entitlement.go
1314
api_fpga_entitlements.go
1415
api_fpga_jobs.go
1516
api_fpga_payloads.go
@@ -87,6 +88,7 @@ docs/FPGAConnectionAPI.md
8788
docs/FPGAConnectionCollection.md
8889
docs/FPGAConnectionItem.md
8990
docs/FPGAConnectionItemLinks.md
91+
docs/FPGAEntitlementAPI.md
9092
docs/FPGAEntitlementItem.md
9193
docs/FPGAEntitlementItemLinks.md
9294
docs/FPGAEntitlementsAPI.md
@@ -322,6 +324,7 @@ test/api_cmsis_intellisense_builders_test.go
322324
test/api_deprecation_notice_test.go
323325
test/api_fpga_admin_test.go
324326
test/api_fpga_connection_test.go
327+
test/api_fpga_entitlement_test.go
325328
test/api_fpga_entitlements_test.go
326329
test/api_fpga_jobs_test.go
327330
test/api_fpga_payloads_test.go

client/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ Class | Method | HTTP request | Description
145145
*FPGAConnectionAPI* | [**ListFpgaConnections**](docs/FPGAConnectionAPI.md#listfpgaconnections) | **Get** /fpga-connections/ | List available FPGA connections.
146146
*FPGAConnectionAPI* | [**StartFpgaConnection**](docs/FPGAConnectionAPI.md#startfpgaconnection) | **Get** /fpga-connections/{connectionName}/connect | starts a websocket connection
147147
*FPGAConnectionAPI* | [**TerminateFpgaConnection**](docs/FPGAConnectionAPI.md#terminatefpgaconnection) | **Post** /fpga-connections/{connectionName}/terminate | Terminates all websocket connections to the application running on the FPGA
148-
*FPGAEntitlementsAPI* | [**GetFpgaEntitlement**](docs/FPGAEntitlementsAPI.md#getfpgaentitlement) | **Get** /fpga-entitlements/{fpgaEntitlementName} | Return details of specific FPGA entitlement.
148+
*FPGAEntitlementAPI* | [**RemoveFPGAEntitlement**](docs/FPGAEntitlementAPI.md#removefpgaentitlement) | **Delete** /fpga-entitlements/{fpgaEntitlementName} | Remove all the permissions associated with an FPGA entitlement
149+
*FPGAEntitlementsAPI* | [**GetFPGAEntitlement**](docs/FPGAEntitlementsAPI.md#getfpgaentitlement) | **Get** /fpga-entitlements/{fpgaEntitlementName} | Return details of specific FPGA entitlement.
150+
*FPGAEntitlementsAPI* | [**ListFPGAEntitlements**](docs/FPGAEntitlementsAPI.md#listfpgaentitlements) | **Get** /fpga-entitlements | List all the entitlements that are managable by the FPGA admin group.
149151
*FPGAEntitlementsAPI* | [**UpdateFPGAEntitlement**](docs/FPGAEntitlementsAPI.md#updatefpgaentitlement) | **Put** /fpga-entitlements | Update an FPGA entitlement that defines which users are permitted to interact with an FPGA.
150152
*FPGAJobsAPI* | [**CancelFpgaJob**](docs/FPGAJobsAPI.md#cancelfpgajob) | **Post** /fpga-jobs/{jobName}/cancel | Cancel an FPGA job.
151153
*FPGAJobsAPI* | [**ClearFpgaJobArtefact**](docs/FPGAJobsAPI.md#clearfpgajobartefact) | **Delete** /fpga-jobs/{jobName}/artefacts/{artefactName}/artefact | Clear the job artefact.

client/api_fpga_entitlement.go

Lines changed: 208 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)