|
| 1 | +// This file was automatically generated. Edits will be overwritten |
| 2 | + |
| 3 | +export interface Typegen0 { |
| 4 | + "@@xstate/typegen": true; |
| 5 | + internalEvents: { |
| 6 | + "done.invoke.authState.loadingInitialAuthData:invocation[0]": { |
| 7 | + type: "done.invoke.authState.loadingInitialAuthData:invocation[0]"; |
| 8 | + data: unknown; |
| 9 | + __tip: "See the XState TS docs to learn how to strongly type this."; |
| 10 | + }; |
| 11 | + "done.invoke.authState.signedIn.profile.updatingProfile:invocation[0]": { |
| 12 | + type: "done.invoke.authState.signedIn.profile.updatingProfile:invocation[0]"; |
| 13 | + data: unknown; |
| 14 | + __tip: "See the XState TS docs to learn how to strongly type this."; |
| 15 | + }; |
| 16 | + "done.invoke.signIn": { |
| 17 | + type: "done.invoke.signIn"; |
| 18 | + data: unknown; |
| 19 | + __tip: "See the XState TS docs to learn how to strongly type this."; |
| 20 | + }; |
| 21 | + "done.invoke.signOut": { |
| 22 | + type: "done.invoke.signOut"; |
| 23 | + data: unknown; |
| 24 | + __tip: "See the XState TS docs to learn how to strongly type this."; |
| 25 | + }; |
| 26 | + "error.platform.authState.loadingInitialAuthData:invocation[0]": { |
| 27 | + type: "error.platform.authState.loadingInitialAuthData:invocation[0]"; |
| 28 | + data: unknown; |
| 29 | + }; |
| 30 | + "error.platform.authState.signedIn.profile.updatingProfile:invocation[0]": { |
| 31 | + type: "error.platform.authState.signedIn.profile.updatingProfile:invocation[0]"; |
| 32 | + data: unknown; |
| 33 | + }; |
| 34 | + "error.platform.signIn": { type: "error.platform.signIn"; data: unknown }; |
| 35 | + "error.platform.signOut": { type: "error.platform.signOut"; data: unknown }; |
| 36 | + "xstate.init": { type: "xstate.init" }; |
| 37 | + }; |
| 38 | + invokeSrcNameMap: { |
| 39 | + loadInitialAuthData: "done.invoke.authState.loadingInitialAuthData:invocation[0]"; |
| 40 | + signIn: "done.invoke.signIn"; |
| 41 | + signOut: "done.invoke.signOut"; |
| 42 | + updateProfile: "done.invoke.authState.signedIn.profile.updatingProfile:invocation[0]"; |
| 43 | + }; |
| 44 | + missingImplementations: { |
| 45 | + actions: never; |
| 46 | + delays: never; |
| 47 | + guards: never; |
| 48 | + services: never; |
| 49 | + }; |
| 50 | + eventsCausingActions: { |
| 51 | + assignData: |
| 52 | + | "done.invoke.authState.loadingInitialAuthData:invocation[0]" |
| 53 | + | "done.invoke.signIn"; |
| 54 | + assignError: |
| 55 | + | "error.platform.authState.loadingInitialAuthData:invocation[0]" |
| 56 | + | "error.platform.signIn" |
| 57 | + | "error.platform.signOut"; |
| 58 | + assignUpdateProfileError: "error.platform.authState.signedIn.profile.updatingProfile:invocation[0]"; |
| 59 | + clearData: "done.invoke.signOut"; |
| 60 | + clearError: |
| 61 | + | "SIGN_IN" |
| 62 | + | "done.invoke.authState.loadingInitialAuthData:invocation[0]" |
| 63 | + | "done.invoke.signOut"; |
| 64 | + clearUpdateProfileError: "UPDATE_PROFILE"; |
| 65 | + notifySuccessProfileUpdate: "done.invoke.authState.signedIn.profile.updatingProfile:invocation[0]"; |
| 66 | + redirect: "done.invoke.signOut"; |
| 67 | + updateUser: "done.invoke.authState.signedIn.profile.updatingProfile:invocation[0]"; |
| 68 | + }; |
| 69 | + eventsCausingDelays: {}; |
| 70 | + eventsCausingGuards: { |
| 71 | + hasRedirectUrl: "done.invoke.signOut"; |
| 72 | + isAuthenticated: "done.invoke.authState.loadingInitialAuthData:invocation[0]"; |
| 73 | + needSetup: "done.invoke.authState.loadingInitialAuthData:invocation[0]"; |
| 74 | + }; |
| 75 | + eventsCausingServices: { |
| 76 | + loadInitialAuthData: "xstate.init"; |
| 77 | + signIn: "SIGN_IN"; |
| 78 | + signOut: "SIGN_OUT"; |
| 79 | + updateProfile: "UPDATE_PROFILE"; |
| 80 | + }; |
| 81 | + matchesStates: |
| 82 | + | "configuringTheFirstUser" |
| 83 | + | "loadingInitialAuthData" |
| 84 | + | "signedIn" |
| 85 | + | "signedIn.profile" |
| 86 | + | "signedIn.profile.idle" |
| 87 | + | "signedIn.profile.idle.error" |
| 88 | + | "signedIn.profile.idle.noError" |
| 89 | + | "signedIn.profile.updatingProfile" |
| 90 | + | "signedOut" |
| 91 | + | "signingIn" |
| 92 | + | "signingOut" |
| 93 | + | { |
| 94 | + signedIn?: |
| 95 | + | "profile" |
| 96 | + | { |
| 97 | + profile?: |
| 98 | + | "idle" |
| 99 | + | "updatingProfile" |
| 100 | + | { idle?: "error" | "noError" }; |
| 101 | + }; |
| 102 | + }; |
| 103 | + tags: never; |
| 104 | +} |
0 commit comments