Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/cli/fixtures/standalone/auth/goldens/ast.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/cli/fixtures/standalone/auth/goldens/celest.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ abstract class $TaskDatabase extends i0.GeneratedDatabase {
i1.CloudAuthUserEmails(this);
late final i1.CloudAuthUserPhoneNumbers cloudAuthUserPhoneNumbers =
i1.CloudAuthUserPhoneNumbers(this);
late final i1.CloudAuthUsersView cloudAuthUsersView =
i1.CloudAuthUsersView(this);
late final i3.CloudAuthProjects cloudAuthProjects =
i3.CloudAuthProjects(this);
late final i3.CloudAuthApis cloudAuthApis = i3.CloudAuthApis(this);
Expand Down Expand Up @@ -221,6 +223,7 @@ abstract class $TaskDatabase extends i0.GeneratedDatabase {
i1.cloudAuthUsersDeleteTrg,
cloudAuthUserEmails,
cloudAuthUserPhoneNumbers,
cloudAuthUsersView,
cloudAuthProjects,
cloudAuthApis,
i3.cloudAuthApisProjectIdx,
Expand All @@ -231,6 +234,7 @@ abstract class $TaskDatabase extends i0.GeneratedDatabase {
i3.cloudAuthFunctionsCreateTrg,
i3.cloudAuthFunctionsDeleteTrg,
cloudAuthMeta,
i4.$drift0,
cloudAuthCryptoKeys,
i5.cloudAuthCryptoKeysExternalCryptoKeyIdIdx,
cloudAuthSessions,
Expand Down