@intuitionrobotics/user-account 0.45.1 → 0.46.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.
Files changed (74) hide show
  1. package/app-backend/api/_user-account.js +2 -20
  2. package/app-backend/api/_user-account.js.map +1 -1
  3. package/app-backend/api/v1/account/_assert.d.ts +3 -2
  4. package/app-backend/api/v1/account/_assert.js +6 -24
  5. package/app-backend/api/v1/account/_assert.js.map +1 -1
  6. package/app-backend/api/v1/account/create.js +6 -24
  7. package/app-backend/api/v1/account/create.js.map +1 -1
  8. package/app-backend/api/v1/account/list.js +6 -24
  9. package/app-backend/api/v1/account/list.js.map +1 -1
  10. package/app-backend/api/v1/account/login-saml.js +4 -22
  11. package/app-backend/api/v1/account/login-saml.js.map +1 -1
  12. package/app-backend/api/v1/account/login.js +12 -24
  13. package/app-backend/api/v1/account/login.js.map +1 -1
  14. package/app-backend/api/v1/account/logout.js +9 -26
  15. package/app-backend/api/v1/account/logout.js.map +1 -1
  16. package/app-backend/api/v1/account/upsert.js +10 -9
  17. package/app-backend/api/v1/account/upsert.js.map +1 -1
  18. package/app-backend/api/v1/account/validate.js +6 -24
  19. package/app-backend/api/v1/account/validate.js.map +1 -1
  20. package/app-backend/apis/add-new-account.d.ts +3 -3
  21. package/app-backend/apis/add-new-account.js +12 -24
  22. package/app-backend/apis/add-new-account.js.map +1 -1
  23. package/app-backend/core/module-pack.d.ts +0 -2
  24. package/app-backend/core/module-pack.js +0 -30
  25. package/app-backend/core/module-pack.js.map +1 -1
  26. package/app-backend/modules/AccountModule.d.ts +10 -7
  27. package/app-backend/modules/AccountModule.js +55 -79
  28. package/app-backend/modules/AccountModule.js.map +1 -1
  29. package/app-backend/modules/JWTBuilder.d.ts +1 -1
  30. package/app-backend/modules/JWTBuilder.js +6 -5
  31. package/app-backend/modules/JWTBuilder.js.map +1 -1
  32. package/app-backend/modules/SamlModule.d.ts +3 -2
  33. package/app-backend/modules/SamlModule.js +7 -23
  34. package/app-backend/modules/SamlModule.js.map +1 -1
  35. package/app-backend/modules/SecretsModule.d.ts +4 -2
  36. package/app-backend/modules/SecretsModule.js +30 -27
  37. package/app-backend/modules/SecretsModule.js.map +1 -1
  38. package/app-backend/modules/{_imports.d.ts → types.d.ts} +1 -2
  39. package/app-backend/modules/types.js +3 -0
  40. package/app-backend/modules/types.js.map +1 -0
  41. package/app-frontend/core/module-pack.d.ts +0 -1
  42. package/app-frontend/core/module-pack.js +0 -29
  43. package/app-frontend/core/module-pack.js.map +1 -1
  44. package/app-frontend/modules/AccountModule.d.ts +3 -2
  45. package/app-frontend/modules/AccountModule.js +38 -50
  46. package/app-frontend/modules/AccountModule.js.map +1 -1
  47. package/index.d.ts +0 -2
  48. package/index.js +0 -31
  49. package/index.js.map +1 -1
  50. package/package.json +5 -6
  51. package/shared/api.d.ts +1 -1
  52. package/shared/api.js +0 -18
  53. package/shared/api.js.map +1 -1
  54. package/shared/utils/AuthenticationConsts.js.map +1 -1
  55. package/app-backend/api/v1/account/_imports.d.ts +0 -4
  56. package/app-backend/api/v1/account/_imports.js +0 -36
  57. package/app-backend/api/v1/account/_imports.js.map +0 -1
  58. package/app-backend/modules/_imports.js +0 -32
  59. package/app-backend/modules/_imports.js.map +0 -1
  60. package/app-frontend/ui/Component_Login.d.ts +0 -21
  61. package/app-frontend/ui/Component_Login.js +0 -86
  62. package/app-frontend/ui/Component_Login.js.map +0 -1
  63. package/app-frontend/ui/Component_Register.d.ts +0 -17
  64. package/app-frontend/ui/Component_Register.js +0 -92
  65. package/app-frontend/ui/Component_Register.js.map +0 -1
  66. package/backend.d.ts +0 -2
  67. package/backend.js +0 -33
  68. package/backend.js.map +0 -1
  69. package/frontend.d.ts +0 -3
  70. package/frontend.js +0 -34
  71. package/frontend.js.map +0 -1
  72. package/shared/types.d.ts +0 -0
  73. package/shared/types.js +0 -20
  74. package/shared/types.js.map +0 -1
@@ -1,32 +0,0 @@
1
- "use strict";
2
- /*
3
- * Permissions management system, define access level for each of
4
- * your server apis, and restrict users by giving them access levels
5
- *
6
- * Copyright (C) 2020 Intuition Robotics
7
- *
8
- * Licensed under the Apache License, Version 2.0 (the "License");
9
- * you may not use this file except in compliance with the License.
10
- * You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- */
20
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
23
- }) : (function(o, m, k, k2) {
24
- if (k2 === undefined) k2 = k;
25
- o[k2] = m[k];
26
- }));
27
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
28
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
29
- };
30
- Object.defineProperty(exports, "__esModule", { value: true });
31
- __exportStar(require("../../index"), exports);
32
- //# sourceMappingURL=_imports.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"_imports.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/_imports.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAIH,8CAA4B"}
@@ -1,21 +0,0 @@
1
- import * as React from "react";
2
- import { Request_LoginAccount } from "../../shared/api";
3
- export declare type ValueAndError = {
4
- value?: string;
5
- error?: string;
6
- };
7
- declare type State<T> = {
8
- data: Partial<T>;
9
- };
10
- declare type Props<T> = {
11
- validate?: (data: Partial<T>) => string | undefined;
12
- };
13
- export declare class Component_Login extends React.Component<Props<Request_LoginAccount>, State<Request_LoginAccount>> {
14
- state: {
15
- data: Partial<Request_LoginAccount>;
16
- };
17
- render(): React.JSX.Element;
18
- private onValueChanged;
19
- private loginClicked;
20
- }
21
- export {};
@@ -1,86 +0,0 @@
1
- "use strict";
2
- /*
3
- * Permissions management system, define access level for each of
4
- * your server apis, and restrict users by giving them access levels
5
- *
6
- * Copyright (C) 2020 Intuition Robotics
7
- *
8
- * Licensed under the Apache License, Version 2.0 (the "License");
9
- * you may not use this file except in compliance with the License.
10
- * You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- */
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- exports.Component_Login = void 0;
22
- const React = require("react");
23
- const ts_common_1 = require("@intuitionrobotics/ts-common");
24
- const AccountModule_1 = require("../modules/AccountModule");
25
- const frontend_1 = require("@intuitionrobotics/thunderstorm/frontend");
26
- const style = {
27
- "height": "38px",
28
- "borderRadius": "25px",
29
- "backgroundColor": "#9c9ccd",
30
- "borderWidth": "0",
31
- "textAlign": "left",
32
- "padding": "0 15px",
33
- "color": "white",
34
- "marginTop": "10px"
35
- };
36
- const form = {
37
- email: {
38
- type: "text",
39
- hint: "email",
40
- label: "Email",
41
- },
42
- password: {
43
- type: "password",
44
- hint: "****",
45
- label: "Password",
46
- }
47
- };
48
- class Component_Login extends React.Component {
49
- constructor() {
50
- super(...arguments);
51
- this.state = {
52
- data: {},
53
- };
54
- this.onValueChanged = (value, id) => {
55
- this.setState(state => {
56
- state.data[id] = value;
57
- return state;
58
- });
59
- };
60
- this.loginClicked = () => {
61
- const data = this.state.data;
62
- const errors = ts_common_1._keys(form).map(key => {
63
- const field = form[key];
64
- return data[key] ? undefined : ` * missing ${field.label}`;
65
- }).filter(error => !!error);
66
- const validateError = this.props.validate && this.props.validate(data);
67
- if (validateError)
68
- ts_common_1.addItemToArray(errors, validateError);
69
- if (errors.length > 0)
70
- return frontend_1.ToastModule.toastError(`Wrong input:\n${errors.join("\n")}`);
71
- AccountModule_1.AccountModule.login(this.state.data);
72
- };
73
- }
74
- render() {
75
- const data = this.state.data;
76
- return React.createElement(React.Fragment, null,
77
- React.createElement("div", { className: 'll_v_c', style: { justifyContent: 'space-evenly' } }, ts_common_1._keys(form).map(key => {
78
- const field = form[key];
79
- return React.createElement(frontend_1.TS_Input, { id: key, key: key, value: data[key], type: field.type, placeholder: field.hint, onChange: this.onValueChanged, onAccept: this.loginClicked });
80
- })),
81
- React.createElement("div", { className: 'll_h_c', style: { justifyContent: 'center' } },
82
- React.createElement("button", { onClick: this.loginClicked, className: `clickable`, style: style }, "Login")));
83
- }
84
- }
85
- exports.Component_Login = Component_Login;
86
- //# sourceMappingURL=Component_Login.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Component_Login.js","sourceRoot":"","sources":["../../../src/main/app-frontend/ui/Component_Login.tsx"],"names":[],"mappings":"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"}
@@ -1,17 +0,0 @@
1
- import * as React from "react";
2
- import { Request_CreateAccount } from "../../shared/api";
3
- declare type State<T> = {
4
- data: Partial<T>;
5
- };
6
- declare type Props<T> = {
7
- validate?: (data: Partial<T>) => string | undefined;
8
- };
9
- export declare class Component_Register extends React.Component<Props<Request_CreateAccount>, State<Request_CreateAccount>> {
10
- state: {
11
- data: Partial<Request_CreateAccount>;
12
- };
13
- render(): React.JSX.Element;
14
- private onValueChanged;
15
- private registerClicked;
16
- }
17
- export {};
@@ -1,92 +0,0 @@
1
- "use strict";
2
- /*
3
- * Permissions management system, define access level for each of
4
- * your server apis, and restrict users by giving them access levels
5
- *
6
- * Copyright (C) 2020 Intuition Robotics
7
- *
8
- * Licensed under the Apache License, Version 2.0 (the "License");
9
- * you may not use this file except in compliance with the License.
10
- * You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- */
20
- Object.defineProperty(exports, "__esModule", { value: true });
21
- exports.Component_Register = void 0;
22
- const React = require("react");
23
- const ts_common_1 = require("@intuitionrobotics/ts-common");
24
- const AccountModule_1 = require("../modules/AccountModule");
25
- const frontend_1 = require("@intuitionrobotics/thunderstorm/frontend");
26
- const style = {
27
- "height": "38px",
28
- "borderRadius": "25px",
29
- "backgroundColor": "#9c9ccd",
30
- "borderWidth": "0",
31
- "textAlign": "left",
32
- "padding": "0 15px",
33
- "color": "white",
34
- "marginTop": "10px"
35
- };
36
- const form = {
37
- email: {
38
- className: "",
39
- type: "text",
40
- hint: "email",
41
- label: "Email",
42
- },
43
- password: {
44
- type: "password",
45
- hint: "****",
46
- label: "Password",
47
- },
48
- password_check: {
49
- type: "password",
50
- hint: "****",
51
- label: "Password Check",
52
- },
53
- };
54
- class Component_Register extends React.Component {
55
- constructor() {
56
- super(...arguments);
57
- this.state = {
58
- data: {},
59
- };
60
- this.onValueChanged = (value, id) => {
61
- this.setState(state => {
62
- state.data[id] = value;
63
- return state;
64
- });
65
- };
66
- this.registerClicked = () => {
67
- const data = this.state.data;
68
- const errors = ts_common_1._keys(form).map(key => {
69
- const field = form[key];
70
- return data[key] ? undefined : ` * missing ${field.label}`;
71
- }).filter(error => !!error);
72
- const validateError = this.props.validate && this.props.validate(data);
73
- if (validateError)
74
- ts_common_1.addItemToArray(errors, validateError);
75
- if (errors.length > 0)
76
- return frontend_1.ToastModule.toastError(`Wrong input:\n${errors.join("\n")}`);
77
- AccountModule_1.AccountModule.create(this.state.data);
78
- };
79
- }
80
- render() {
81
- const data = this.state.data;
82
- return React.createElement(React.Fragment, null,
83
- React.createElement("div", { className: 'll_v_c', style: { justifyContent: 'space-evenly' } }, ts_common_1._keys(form).map(key => {
84
- const field = form[key];
85
- return React.createElement(frontend_1.TS_Input, { id: key, value: data[key], type: field.type, placeholder: field === null || field === void 0 ? void 0 : field.hint, onChange: this.onValueChanged, onAccept: this.registerClicked });
86
- })),
87
- React.createElement("div", { className: 'll_h_c', style: { justifyContent: 'center' } },
88
- React.createElement("button", { onClick: this.registerClicked, className: `clickable`, style: style }, "Register")));
89
- }
90
- }
91
- exports.Component_Register = Component_Register;
92
- //# sourceMappingURL=Component_Register.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Component_Register.js","sourceRoot":"","sources":["../../../src/main/app-frontend/ui/Component_Register.tsx"],"names":[],"mappings":"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"}
package/backend.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from "./app-backend/core/module-pack";
2
- export * from "./app-backend/apis/add-new-account";
package/backend.js DELETED
@@ -1,33 +0,0 @@
1
- "use strict";
2
- /*
3
- * Permissions management system, define access level for each of
4
- * your server apis, and restrict users by giving them access levels
5
- *
6
- * Copyright (C) 2020 Intuition Robotics
7
- *
8
- * Licensed under the Apache License, Version 2.0 (the "License");
9
- * you may not use this file except in compliance with the License.
10
- * You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- */
20
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
23
- }) : (function(o, m, k, k2) {
24
- if (k2 === undefined) k2 = k;
25
- o[k2] = m[k];
26
- }));
27
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
28
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
29
- };
30
- Object.defineProperty(exports, "__esModule", { value: true });
31
- __exportStar(require("./app-backend/core/module-pack"), exports);
32
- __exportStar(require("./app-backend/apis/add-new-account"), exports);
33
- //# sourceMappingURL=backend.js.map
package/backend.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"backend.js","sourceRoot":"","sources":["../src/main/backend.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,iEAA+C;AAC/C,qEAAmD"}
package/frontend.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export * from "./app-frontend/core/module-pack";
2
- export * from "./app-frontend/ui/Component_Login";
3
- export * from "./app-frontend/ui/Component_Register";
package/frontend.js DELETED
@@ -1,34 +0,0 @@
1
- "use strict";
2
- /*
3
- * Permissions management system, define access level for each of
4
- * your server apis, and restrict users by giving them access levels
5
- *
6
- * Copyright (C) 2020 Intuition Robotics
7
- *
8
- * Licensed under the Apache License, Version 2.0 (the "License");
9
- * you may not use this file except in compliance with the License.
10
- * You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- */
20
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
23
- }) : (function(o, m, k, k2) {
24
- if (k2 === undefined) k2 = k;
25
- o[k2] = m[k];
26
- }));
27
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
28
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
29
- };
30
- Object.defineProperty(exports, "__esModule", { value: true });
31
- __exportStar(require("./app-frontend/core/module-pack"), exports);
32
- __exportStar(require("./app-frontend/ui/Component_Login"), exports);
33
- __exportStar(require("./app-frontend/ui/Component_Register"), exports);
34
- //# sourceMappingURL=frontend.js.map
package/frontend.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"frontend.js","sourceRoot":"","sources":["../src/main/frontend.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,kEAAgD;AAChD,oEAAkD;AAClD,uEAAqD"}
package/shared/types.d.ts DELETED
File without changes
package/shared/types.js DELETED
@@ -1,20 +0,0 @@
1
- "use strict";
2
- /*
3
- * Permissions management system, define access level for each of
4
- * your server apis, and restrict users by giving them access levels
5
- *
6
- * Copyright (C) 2020 Intuition Robotics
7
- *
8
- * Licensed under the Apache License, Version 2.0 (the "License");
9
- * you may not use this file except in compliance with the License.
10
- * You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- */
20
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/main/shared/types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}