Skip to content

Commit

Permalink
chore: Refresh api
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Sep 13, 2024
1 parent 2a2b819 commit 124fbcc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions report/schemas.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,8 @@ export namespace Events {
// (undocumented)
MOVE_TO_PARCEL = "move-to-parcel",
// (undocumented)
PASSPORT_OPENED = "passport-opened",
// (undocumented)
USED_EMOTE = "used-emote"
}
// (undocumented)
Expand Down Expand Up @@ -2151,6 +2153,19 @@ export type PaginatedResponse<T> = {
limit: number;
};

// Warning: (ae-missing-release-tag) "PassportOpenedEvent" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type PassportOpenedEvent = BaseEvent & {
type: Events.Type.CLIENT;
subType: Events.SubType.Client.PASSPORT_OPENED;
metadata: ClientBaseMetadata & {
passport: {
receiver: EthAddress;
};
};
};

// Warning: (ae-missing-release-tag) "PeriodCreation" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "PeriodCreation" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
Expand Down

0 comments on commit 124fbcc

Please sign in to comment.