@well-played.gg/react-sdk 2.0.5 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -238,6 +238,7 @@ export declare const useWellPlayed: () => {
238
238
  organizationId: string;
239
239
  apiClient: ApolloClient<NormalizedCacheObject>;
240
240
  typedClient: ReturnType<typeof createTypedClient>;
241
+ accessToken?: string;
241
242
  };
242
243
 
243
244
  export declare const WellPlayedProvider: ({ children, oidcConfig, wpAppConfig, ...configs }: PropsWithChildren<WPConfigProps>) => JSX.Element;