Skip to content

Commit

Permalink
fix 🐞: Moved the declarations inside the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoronzani committed May 21, 2024
1 parent b2ae3c5 commit 51919b0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 683 deletions.
1 change: 1 addition & 0 deletions frontend/declarations/backend.did.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export interface _SERVICE {
'list_logs' : ActorMethod<[LogsFilterRequest], ListLogsResponse>,
'promote_user_to_admin' : ActorMethod<[UserId], ApiEmptyResult>,
'query_blocks' : ActorMethod<[GetBlocksArgs], QueryBlocksResult>,
'set_mutual_tls_certificate' : ActorMethod<[string], ApiEmptyResult>,
'update_akt_balance' : ActorMethod<[bigint], ApiFloatResult>,
'update_deployment_state' : ActorMethod<
[string, DeploymentState],
Expand Down
1 change: 1 addition & 0 deletions frontend/declarations/backend.did.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export const idlFactory = ({ IDL }) => {
[QueryBlocksResult],
['composite_query'],
),
'set_mutual_tls_certificate' : IDL.Func([IDL.Text], [ApiEmptyResult], []),
'update_akt_balance' : IDL.Func([IDL.Nat64], [ApiFloatResult], []),
'update_deployment_state' : IDL.Func(
[IDL.Text, DeploymentState],
Expand Down
286 changes: 0 additions & 286 deletions src/backend/frontend/declarations/backend.did.d.ts

This file was deleted.

Loading

0 comments on commit 51919b0

Please sign in to comment.