Skip to content

Commit

Permalink
Merge branch 'master' into feature/CYOK
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharpandey13 authored Nov 12, 2024
2 parents 7950e0b + b61e478 commit 7310125
Show file tree
Hide file tree
Showing 7 changed files with 3,683 additions and 20 deletions.
4 changes: 4 additions & 0 deletions src/management/__generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import {
DeviceCredentialsManager,
EmailTemplatesManager,
EmailsManager,
FlowsManager,
FormsManager,
GrantsManager,
GuardianManager,
HooksManager,
Expand Down Expand Up @@ -53,6 +55,8 @@ export abstract class ManagementClientBase {
public readonly deviceCredentials = new DeviceCredentialsManager(this.configuration);
public readonly emailTemplates = new EmailTemplatesManager(this.configuration);
public readonly emails = new EmailsManager(this.configuration);
public readonly flows = new FlowsManager(this.configuration);
public readonly forms = new FormsManager(this.configuration);
public readonly grants = new GrantsManager(this.configuration);
public readonly guardian = new GuardianManager(this.configuration);
public readonly hooks = new HooksManager(this.configuration);
Expand Down
Loading

0 comments on commit 7310125

Please sign in to comment.