Skip to content

Commit

Permalink
🤖 npm run generate auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent cf3aad1 commit 6f3a500
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demos/vc_issuer/app/generated/vc_issuer_types.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Principal } from '@dfinity/principal';
import type { ActorMethod } from '@dfinity/agent';
import type { IDL } from '@dfinity/candid';

export type ArgumentValue = { 'Int' : number } |
{ 'String' : string };
Expand Down Expand Up @@ -84,3 +85,4 @@ export interface _SERVICE {
Icrc21ConsentMessageResponse
>,
}
export declare const idlFactory: IDL.InterfaceFactory;
2 changes: 2 additions & 0 deletions src/frontend/generated/internet_identity_types.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Principal } from '@dfinity/principal';
import type { ActorMethod } from '@dfinity/agent';
import type { IDL } from '@dfinity/candid';

export type AddTentativeDeviceResponse = {
'device_registration_mode_off' : null
Expand Down Expand Up @@ -294,3 +295,4 @@ export interface _SERVICE {
VerifyTentativeDeviceResponse
>,
}
export declare const idlFactory: IDL.InterfaceFactory;
2 changes: 2 additions & 0 deletions src/frontend/generated/vc_issuer_types.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Principal } from '@dfinity/principal';
import type { ActorMethod } from '@dfinity/agent';
import type { IDL } from '@dfinity/candid';

export type ArgumentValue = { 'Int' : number } |
{ 'String' : string };
Expand Down Expand Up @@ -84,3 +85,4 @@ export interface _SERVICE {
Icrc21ConsentMessageResponse
>,
}
export declare const idlFactory: IDL.InterfaceFactory;

0 comments on commit 6f3a500

Please sign in to comment.