@aws-amplify/core 5.7.1-v5-user-agent-for-ui.03d3911.15 → 5.8.1-github-actions.c2933e1.0

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.
@@ -44,41 +44,7 @@ export declare enum ApiAction {
44
44
  Head = "7"
45
45
  }
46
46
  export declare enum AuthAction {
47
- SignUp = "1",
48
- ConfirmSignUp = "2",
49
- ResendSignUp = "3",
50
- SignIn = "4",
51
- GetMFAOptions = "5",
52
- GetPreferredMFA = "6",
53
- SetPreferredMFA = "7",
54
- DisableSMS = "8",
55
- EnableSMS = "9",
56
- SetupTOTP = "10",
57
- VerifyTotpToken = "11",
58
- ConfirmSignIn = "12",
59
- CompleteNewPassword = "13",
60
- SendCustomChallengeAnswer = "14",
61
- DeleteUserAttributes = "15",
62
- DeleteUser = "16",
63
- UpdateUserAttributes = "17",
64
- UserAttributes = "18",
65
- CurrentUserPoolUser = "19",
66
- CurrentAuthenticatedUser = "20",
67
- CurrentSession = "21",
68
- VerifyUserAttribute = "22",
69
- VerifyUserAttributeSubmit = "23",
70
- VerifyCurrentUserAttribute = "24",
71
- VerifyCurrentUserAttributeSubmit = "25",
72
- SignOut = "26",
73
- ChangePassword = "27",
74
- ForgotPassword = "28",
75
- ForgotPasswordSubmit = "29",
76
- FederatedSignIn = "30",
77
- CurrentUserInfo = "31",
78
- RememberDevice = "32",
79
- ForgetDevice = "33",
80
- FetchDevices = "34",
81
- UserSession = "35"
47
+ FederatedSignIn = "30"
82
48
  }
83
49
  export declare enum DataStoreAction {
84
50
  Subscribe = "1",
@@ -54,41 +54,40 @@ var ApiAction;
54
54
  })(ApiAction = exports.ApiAction || (exports.ApiAction = {}));
55
55
  var AuthAction;
56
56
  (function (AuthAction) {
57
- AuthAction["SignUp"] = "1";
58
- AuthAction["ConfirmSignUp"] = "2";
59
- AuthAction["ResendSignUp"] = "3";
60
- AuthAction["SignIn"] = "4";
61
- AuthAction["GetMFAOptions"] = "5";
62
- AuthAction["GetPreferredMFA"] = "6";
63
- AuthAction["SetPreferredMFA"] = "7";
64
- AuthAction["DisableSMS"] = "8";
65
- AuthAction["EnableSMS"] = "9";
66
- AuthAction["SetupTOTP"] = "10";
67
- AuthAction["VerifyTotpToken"] = "11";
68
- AuthAction["ConfirmSignIn"] = "12";
69
- AuthAction["CompleteNewPassword"] = "13";
70
- AuthAction["SendCustomChallengeAnswer"] = "14";
71
- AuthAction["DeleteUserAttributes"] = "15";
72
- AuthAction["DeleteUser"] = "16";
73
- AuthAction["UpdateUserAttributes"] = "17";
74
- AuthAction["UserAttributes"] = "18";
75
- AuthAction["CurrentUserPoolUser"] = "19";
76
- AuthAction["CurrentAuthenticatedUser"] = "20";
77
- AuthAction["CurrentSession"] = "21";
78
- AuthAction["VerifyUserAttribute"] = "22";
79
- AuthAction["VerifyUserAttributeSubmit"] = "23";
80
- AuthAction["VerifyCurrentUserAttribute"] = "24";
81
- AuthAction["VerifyCurrentUserAttributeSubmit"] = "25";
82
- AuthAction["SignOut"] = "26";
83
- AuthAction["ChangePassword"] = "27";
84
- AuthAction["ForgotPassword"] = "28";
85
- AuthAction["ForgotPasswordSubmit"] = "29";
57
+ // SignUp = '1',
58
+ // ConfirmSignUp = '2',
59
+ // ResendSignUp = '3',
60
+ // SignIn = '4',
61
+ // GetMFAOptions = '5',
62
+ // GetPreferredMFA = '6',
63
+ // SetPreferredMFA = '7',
64
+ // DisableSMS = '8',
65
+ // EnableSMS = '9',
66
+ // SetupTOTP = '10',
67
+ // VerifyTotpToken = '11',
68
+ // ConfirmSignIn = '12',
69
+ // CompleteNewPassword = '13',
70
+ // SendCustomChallengeAnswer = '14',
71
+ // DeleteUserAttributes = '15',
72
+ // DeleteUser = '16',
73
+ // UpdateUserAttributes = '17',
74
+ // UserAttributes = '18',
75
+ // CurrentUserPoolUser = '19',
76
+ // CurrentAuthenticatedUser = '20',
77
+ // CurrentSession = '21',
78
+ // VerifyUserAttribute = '22',
79
+ // VerifyUserAttributeSubmit = '23',
80
+ // VerifyCurrentUserAttribute = '24',
81
+ // VerifyCurrentUserAttributeSubmit = '25',
82
+ // SignOut = '26',
83
+ // ChangePassword = '27',
84
+ // ForgotPassword = '28',
85
+ // ForgotPasswordSubmit = '29',
86
86
  AuthAction["FederatedSignIn"] = "30";
87
- AuthAction["CurrentUserInfo"] = "31";
88
- AuthAction["RememberDevice"] = "32";
89
- AuthAction["ForgetDevice"] = "33";
90
- AuthAction["FetchDevices"] = "34";
91
- AuthAction["UserSession"] = "35";
87
+ // CurrentUserInfo = '31',
88
+ // RememberDevice = '32',
89
+ // ForgetDevice = '33',
90
+ // FetchDevices = '34',
92
91
  })(AuthAction = exports.AuthAction || (exports.AuthAction = {}));
93
92
  var DataStoreAction;
94
93
  (function (DataStoreAction) {
@@ -1 +1 @@
1
- export declare const version = "5.3.6-v5-user-agent-for-ui.03d3911.15+03d39112d";
1
+ export declare const version = "5.3.7-github-actions.c2933e1.0+c2933e1";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // generated by genversion
5
- exports.version = '5.3.6-v5-user-agent-for-ui.03d3911.15+03d39112d';
5
+ exports.version = '5.3.7-github-actions.c2933e1.0+c2933e1';