@authing/react-ui-components 3.0.15-rc.1 → 3.0.15-rc.2

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/lib/index.d.ts CHANGED
@@ -2561,8 +2561,8 @@ declare module '@authing/react-ui-components/components/_utils/responseManagemen
2561
2561
  RENDER_MESSAGE = "renderMessage"
2562
2562
  }
2563
2563
  export enum ApiCode {
2564
- IDENTITY_BINDING_ASK = "1640",
2565
- IDENTITY_BINDING = "1641"
2564
+ IDENTITY_BINDING_ASK = "1641",
2565
+ IDENTITY_BINDING = "1640"
2566
2566
  }
2567
2567
  export const ChangeModuleApiCodeMapping: Record<string, GuardModuleType>;
2568
2568
 
@@ -2658,7 +2658,7 @@ declare module '@authing/react-ui-components/components/version/index' {
2658
2658
 
2659
2659
  }
2660
2660
  declare module '@authing/react-ui-components/components/version/version' {
2661
- const _default: "3.0.15-rc.1";
2661
+ const _default: "3.0.15-rc.2";
2662
2662
  export default _default;
2663
2663
 
2664
2664
  }