@adminide-stack/core 3.1.4-alpha.110 → 3.1.4-alpha.130

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 (175) hide show
  1. package/lib/constants/billing-plan.js +1 -4
  2. package/lib/constants/billing-plan.js.map +1 -1
  3. package/lib/constants/configuration.js +7 -10
  4. package/lib/constants/configuration.js.map +1 -1
  5. package/lib/constants/constants.js +2 -5
  6. package/lib/constants/constants.js.map +1 -1
  7. package/lib/constants/default-workspace-config.js +3 -6
  8. package/lib/constants/default-workspace-config.js.map +1 -1
  9. package/lib/constants/index.js +7 -23
  10. package/lib/constants/index.js.map +1 -1
  11. package/lib/constants/routes.js +2 -5
  12. package/lib/constants/routes.js.map +1 -1
  13. package/lib/constants/types.js +5 -8
  14. package/lib/constants/types.js.map +1 -1
  15. package/lib/constants/urls.js +2 -5
  16. package/lib/constants/urls.js.map +1 -1
  17. package/lib/core/configurations/configuration.js +28 -34
  18. package/lib/core/configurations/configuration.js.map +1 -1
  19. package/lib/core/configurations/configuration.test.js +7 -9
  20. package/lib/core/configurations/configuration.test.js.map +1 -1
  21. package/lib/core/configurations/events/ConfigurationChangeEvent.js +11 -16
  22. package/lib/core/configurations/events/ConfigurationChangeEvent.js.map +1 -1
  23. package/lib/core/configurations/events/index.js +1 -17
  24. package/lib/core/configurations/events/index.js.map +1 -1
  25. package/lib/core/configurations/helpers/configuration.js +23 -38
  26. package/lib/core/configurations/helpers/configuration.js.map +1 -1
  27. package/lib/core/configurations/helpers/index.js +1 -17
  28. package/lib/core/configurations/helpers/index.js.map +1 -1
  29. package/lib/core/configurations/index.js +4 -20
  30. package/lib/core/configurations/index.js.map +1 -1
  31. package/lib/core/configurations/models/ConfigurationModel.js +9 -13
  32. package/lib/core/configurations/models/ConfigurationModel.js.map +1 -1
  33. package/lib/core/configurations/models/ConfigurationModel.test.js +33 -35
  34. package/lib/core/configurations/models/ConfigurationModel.test.js.map +1 -1
  35. package/lib/core/configurations/models/index.js +1 -17
  36. package/lib/core/configurations/models/index.js.map +1 -1
  37. package/lib/core/disposable.js +5 -9
  38. package/lib/core/disposable.js.map +1 -1
  39. package/lib/core/event.js +5 -9
  40. package/lib/core/event.js.map +1 -1
  41. package/lib/core/event.test.js +5 -7
  42. package/lib/core/event.test.js.map +1 -1
  43. package/lib/core/index.js +6 -22
  44. package/lib/core/index.js.map +1 -1
  45. package/lib/core/organization/configuration.js +2 -6
  46. package/lib/core/organization/configuration.js.map +1 -1
  47. package/lib/core/organization/helpers/index.js +1 -17
  48. package/lib/core/organization/helpers/index.js.map +1 -1
  49. package/lib/core/organization/helpers/organization-helpers.js +8 -16
  50. package/lib/core/organization/helpers/organization-helpers.js.map +1 -1
  51. package/lib/core/organization/index.js +3 -19
  52. package/lib/core/organization/index.js.map +1 -1
  53. package/lib/core/organization/organization.js +18 -26
  54. package/lib/core/organization/organization.js.map +1 -1
  55. package/lib/core/path.js +1 -5
  56. package/lib/core/path.js.map +1 -1
  57. package/lib/core/path.test.js +13 -15
  58. package/lib/core/path.test.js.map +1 -1
  59. package/lib/core/types.js +1 -2
  60. package/lib/core/uri.js +30 -14
  61. package/lib/core/uri.js.map +1 -1
  62. package/lib/core/uri.test.js +38 -40
  63. package/lib/core/uri.test.js.map +1 -1
  64. package/lib/enums/connection-status.js +2 -5
  65. package/lib/enums/connection-status.js.map +1 -1
  66. package/lib/enums/index.js +7 -23
  67. package/lib/enums/index.js.map +1 -1
  68. package/lib/enums/integration-configuration-status.js +2 -5
  69. package/lib/enums/integration-configuration-status.js.map +1 -1
  70. package/lib/enums/integrations-configuration-steps.js +2 -5
  71. package/lib/enums/integrations-configuration-steps.js.map +1 -1
  72. package/lib/enums/integrations-connection-names.js +2 -5
  73. package/lib/enums/integrations-connection-names.js.map +1 -1
  74. package/lib/enums/integrations.js +2 -5
  75. package/lib/enums/integrations.js.map +1 -1
  76. package/lib/enums/permissions.js +2 -5
  77. package/lib/enums/permissions.js.map +1 -1
  78. package/lib/enums/team-member-status.js +2 -5
  79. package/lib/enums/team-member-status.js.map +1 -1
  80. package/lib/errors/auth-error-messages.js +3 -6
  81. package/lib/errors/auth-error-messages.js.map +1 -1
  82. package/lib/errors/auth-error.js +4 -8
  83. package/lib/errors/auth-error.js.map +1 -1
  84. package/lib/errors/index.js +2 -18
  85. package/lib/errors/index.js.map +1 -1
  86. package/lib/index.js +8 -24
  87. package/lib/index.js.map +1 -1
  88. package/lib/interfaces/apollo-context.js +1 -2
  89. package/lib/interfaces/common.js +1 -2
  90. package/lib/interfaces/configuration/configuration-file-service.js +1 -2
  91. package/lib/interfaces/configuration/configuration-server-service.js +1 -2
  92. package/lib/interfaces/configuration/configuration.js +8 -11
  93. package/lib/interfaces/configuration/configuration.js.map +1 -1
  94. package/lib/interfaces/configuration/configurationRegistry.js +1 -2
  95. package/lib/interfaces/configuration/configuraton-service.js +1 -2
  96. package/lib/interfaces/configuration/event.js +1 -2
  97. package/lib/interfaces/configuration/index.js +6 -22
  98. package/lib/interfaces/configuration/index.js.map +1 -1
  99. package/lib/interfaces/contex-key-service.js +1 -2
  100. package/lib/interfaces/database-migration.js +1 -2
  101. package/lib/interfaces/enum.js +1 -2
  102. package/lib/interfaces/enum.js.map +1 -1
  103. package/lib/interfaces/environment/argv.js +1 -2
  104. package/lib/interfaces/environment/environment-service.js +1 -2
  105. package/lib/interfaces/environment/index.js +2 -18
  106. package/lib/interfaces/environment/index.js.map +1 -1
  107. package/lib/interfaces/generated/generated-models.d.ts +74 -0
  108. package/lib/interfaces/generated/generated-models.js +762 -892
  109. package/lib/interfaces/generated/generated-models.js.map +1 -1
  110. package/lib/interfaces/generated/index.js +1 -17
  111. package/lib/interfaces/generated/index.js.map +1 -1
  112. package/lib/interfaces/index.js +18 -34
  113. package/lib/interfaces/index.js.map +1 -1
  114. package/lib/interfaces/lifecycle-service.js +1 -7
  115. package/lib/interfaces/lifecycle-service.js.map +1 -1
  116. package/lib/interfaces/log/index.js +1 -17
  117. package/lib/interfaces/log/index.js.map +1 -1
  118. package/lib/interfaces/log/log-service.js +1 -2
  119. package/lib/interfaces/nav-items.js +1 -2
  120. package/lib/interfaces/organization/index.js +3 -19
  121. package/lib/interfaces/organization/index.js.map +1 -1
  122. package/lib/interfaces/organization/organization-context-service.js +1 -2
  123. package/lib/interfaces/organization/organization-context.js +8 -11
  124. package/lib/interfaces/organization/organization-context.js.map +1 -1
  125. package/lib/interfaces/organization/organizations-context.js +1 -2
  126. package/lib/interfaces/page-store.js +1 -2
  127. package/lib/interfaces/permissions.js +1 -2
  128. package/lib/interfaces/platform.js +1 -2
  129. package/lib/interfaces/preferences-service.js +1 -2
  130. package/lib/interfaces/service.js +1 -2
  131. package/lib/interfaces/workbench-exports.js +1 -5
  132. package/lib/interfaces/workbench-exports.js.map +1 -1
  133. package/lib/modules/account-api/enums/index.js +2 -5
  134. package/lib/modules/account-api/enums/index.js.map +1 -1
  135. package/lib/modules/account-api/index.js +1 -17
  136. package/lib/modules/account-api/index.js.map +1 -1
  137. package/lib/modules/billing-api/enums/index.js +4 -7
  138. package/lib/modules/billing-api/enums/index.js.map +1 -1
  139. package/lib/modules/billing-api/index.js +1 -17
  140. package/lib/modules/billing-api/index.js.map +1 -1
  141. package/lib/modules/inbox/enums/index.js +2 -5
  142. package/lib/modules/inbox/enums/index.js.map +1 -1
  143. package/lib/modules/inbox/index.js +1 -17
  144. package/lib/modules/inbox/index.js.map +1 -1
  145. package/lib/modules/index.js +3 -19
  146. package/lib/modules/index.js.map +1 -1
  147. package/lib/services/abstract-configuration.js +25 -28
  148. package/lib/services/abstract-configuration.js.map +1 -1
  149. package/lib/services/abstract-organization-context-service.js +24 -27
  150. package/lib/services/abstract-organization-context-service.js.map +1 -1
  151. package/lib/services/index.js +2 -18
  152. package/lib/services/index.js.map +1 -1
  153. package/lib/utils/configuration-utils.js +1 -5
  154. package/lib/utils/configuration-utils.js.map +1 -1
  155. package/lib/utils/date-utils.js +1 -5
  156. package/lib/utils/date-utils.js.map +1 -1
  157. package/lib/utils/flatten-utils.js +4 -8
  158. package/lib/utils/flatten-utils.js.map +1 -1
  159. package/lib/utils/generate-uri.js +14 -24
  160. package/lib/utils/generate-uri.js.map +1 -1
  161. package/lib/utils/generated-settings-id.js +3 -7
  162. package/lib/utils/generated-settings-id.js.map +1 -1
  163. package/lib/utils/index.js +9 -25
  164. package/lib/utils/index.js.map +1 -1
  165. package/lib/utils/omit-deep.js +3 -7
  166. package/lib/utils/omit-deep.js.map +1 -1
  167. package/lib/utils/roles-utils.js +5 -9
  168. package/lib/utils/roles-utils.js.map +1 -1
  169. package/lib/utils/uri.js +6 -11
  170. package/lib/utils/uri.js.map +1 -1
  171. package/lib/utils/utils.js +4 -21
  172. package/lib/utils/utils.js.map +1 -1
  173. package/lib/utils/validations.js +1 -5
  174. package/lib/utils/validations.js.map +1 -1
  175. package/package.json +2 -2
@@ -1,12 +1,9 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IPermissionTypes = void 0;
4
- var IPermissionTypes;
1
+ export var IPermissionTypes;
5
2
  (function (IPermissionTypes) {
6
3
  IPermissionTypes["view"] = "view";
7
4
  IPermissionTypes["create"] = "create";
8
5
  IPermissionTypes["edit"] = "edit";
9
6
  IPermissionTypes["delete"] = "delete";
10
7
  IPermissionTypes["manage"] = "manage";
11
- })(IPermissionTypes = exports.IPermissionTypes || (exports.IPermissionTypes = {}));
8
+ })(IPermissionTypes || (IPermissionTypes = {}));
12
9
  //# sourceMappingURL=permissions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"permissions.js","sourceRoot":"","sources":["../../src/enums/permissions.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAMX;AAND,WAAY,gBAAgB;IACxB,iCAAa,CAAA;IACb,qCAAiB,CAAA;IACjB,iCAAa,CAAA;IACb,qCAAiB,CAAA;IACjB,qCAAiB,CAAA;AACrB,CAAC,EANW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAM3B"}
1
+ {"version":3,"file":"permissions.js","sourceRoot":"","sources":["../../src/enums/permissions.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAMX;AAND,WAAY,gBAAgB;IACxB,iCAAa,CAAA;IACb,qCAAiB,CAAA;IACjB,iCAAa,CAAA;IACb,qCAAiB,CAAA;IACjB,qCAAiB,CAAA;AACrB,CAAC,EANW,gBAAgB,KAAhB,gBAAgB,QAM3B"}
@@ -1,9 +1,6 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TeamMemberStatus = void 0;
4
- var TeamMemberStatus;
1
+ export var TeamMemberStatus;
5
2
  (function (TeamMemberStatus) {
6
3
  TeamMemberStatus["Active"] = "Active";
7
4
  TeamMemberStatus["Deactivated"] = "Deactivated";
8
- })(TeamMemberStatus = exports.TeamMemberStatus || (exports.TeamMemberStatus = {}));
5
+ })(TeamMemberStatus || (TeamMemberStatus = {}));
9
6
  //# sourceMappingURL=team-member-status.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"team-member-status.js","sourceRoot":"","sources":["../../src/enums/team-member-status.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,qCAAiB,CAAA;IACjB,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B"}
1
+ {"version":3,"file":"team-member-status.js","sourceRoot":"","sources":["../../src/enums/team-member-status.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,qCAAiB,CAAA;IACjB,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B"}
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AuthErrorsMessage = exports.AuthErrors = void 0;
4
- var AuthErrors;
1
+ export var AuthErrors;
5
2
  (function (AuthErrors) {
6
3
  AuthErrors["TokenExpired"] = "TokenExpired";
7
4
  // Graphql Request wraps the error in somecases
@@ -15,8 +12,8 @@ var AuthErrors;
15
12
  AuthErrors["UserExpected"] = "UserExpected";
16
13
  AuthErrors["UserLoginNeeded"] = "UserLoginNeeded";
17
14
  AuthErrors["NotAuthorized"] = "Not Authorised!";
18
- })(AuthErrors = exports.AuthErrors || (exports.AuthErrors = {}));
19
- exports.AuthErrorsMessage = {
15
+ })(AuthErrors || (AuthErrors = {}));
16
+ export const AuthErrorsMessage = {
20
17
  TokenExpired: 'Your token is expired, please re login',
21
18
  InvalidToken: 'Security error - invalid token',
22
19
  AccessDenied: "You don't have permission to access it.",
@@ -1 +1 @@
1
- {"version":3,"file":"auth-error-messages.js","sourceRoot":"","sources":["../../src/errors/auth-error-messages.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAaX;AAbD,WAAY,UAAU;IAClB,2CAA6B,CAAA;IAC7B,+CAA+C;IAC/C,sFAAwE,CAAA;IACxE,2CAA6B,CAAA;IAC7B,2CAA6B,CAAA;IAC7B,2CAA6B,CAAA;IAC7B,2DAA6C,CAAA;IAC7C,2CAA6B,CAAA;IAC7B,6CAA+B,CAAA;IAC/B,2CAA6B,CAAA;IAC7B,iDAAmC,CAAA;IACnC,+CAAiC,CAAA;AACrC,CAAC,EAbW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAarB;AAGY,QAAA,iBAAiB,GAAG;IAC7B,YAAY,EAAE,wCAAwC;IACtD,YAAY,EAAE,gCAAgC;IAC9C,YAAY,EAAE,yCAAyC;IACvD,YAAY,EAAE,yBAAyB;IACvC,oBAAoB,EAAE,8BAA8B;IACpD,YAAY,EAAE,0CAA0C;IACxD,aAAa,EAAE,qBAAqB;IACpC,YAAY,EAAE,yBAAyB;IACvC,eAAe,EAAE,sBAAsB;IACvC,aAAa,EAAE,uEAAuE;CACzF,CAAC"}
1
+ {"version":3,"file":"auth-error-messages.js","sourceRoot":"","sources":["../../src/errors/auth-error-messages.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAaX;AAbD,WAAY,UAAU;IAClB,2CAA6B,CAAA;IAC7B,+CAA+C;IAC/C,sFAAwE,CAAA;IACxE,2CAA6B,CAAA;IAC7B,2CAA6B,CAAA;IAC7B,2CAA6B,CAAA;IAC7B,2DAA6C,CAAA;IAC7C,2CAA6B,CAAA;IAC7B,6CAA+B,CAAA;IAC/B,2CAA6B,CAAA;IAC7B,iDAAmC,CAAA;IACnC,+CAAiC,CAAA;AACrC,CAAC,EAbW,UAAU,KAAV,UAAU,QAarB;AAGD,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC7B,YAAY,EAAE,wCAAwC;IACtD,YAAY,EAAE,gCAAgC;IAC9C,YAAY,EAAE,yCAAyC;IACvD,YAAY,EAAE,yBAAyB;IACvC,oBAAoB,EAAE,8BAA8B;IACpD,YAAY,EAAE,0CAA0C;IACxD,aAAa,EAAE,qBAAqB;IACpC,YAAY,EAAE,yBAAyB;IACvC,eAAe,EAAE,sBAAsB;IACvC,aAAa,EAAE,uEAAuE;CACzF,CAAC"}
@@ -1,13 +1,9 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AuthError = void 0;
4
- const auth_error_messages_1 = require("./auth-error-messages");
5
- class AuthError extends Error {
6
- constructor({ message } = { message: auth_error_messages_1.AuthErrorsMessage.NotAuthorized }) {
1
+ import { AuthErrors, AuthErrorsMessage } from './auth-error-messages';
2
+ export class AuthError extends Error {
3
+ constructor({ message } = { message: AuthErrorsMessage.NotAuthorized }) {
7
4
  super(message);
8
5
  }
9
6
  }
10
- exports.AuthError = AuthError;
11
7
  AuthError.code = '403';
12
- AuthError.title = auth_error_messages_1.AuthErrors.NotAuthorized;
8
+ AuthError.title = AuthErrors.NotAuthorized;
13
9
  //# sourceMappingURL=auth-error.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"auth-error.js","sourceRoot":"","sources":["../../src/errors/auth-error.ts"],"names":[],"mappings":";;;AAAA,+DAAoE;AAEpE,MAAa,SAAU,SAAQ,KAAK;IAIhC,YAAY,EAAC,OAAO,EAAC,GAAG,EAAC,OAAO,EAAE,uCAAiB,CAAC,aAAa,EAAC;QAC9D,KAAK,CAAC,OAAO,CAAC,CAAC;IACnB,CAAC;;AANL,8BAOC;AANiB,cAAI,GAAG,KAAK,CAAC;AACb,eAAK,GAAG,gCAAU,CAAC,aAAa,CAAC"}
1
+ {"version":3,"file":"auth-error.js","sourceRoot":"","sources":["../../src/errors/auth-error.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAE,iBAAiB,EAAC,MAAM,uBAAuB,CAAC;AAEpE,MAAM,OAAO,SAAU,SAAQ,KAAK;IAIhC,YAAY,EAAC,OAAO,EAAC,GAAG,EAAC,OAAO,EAAE,iBAAiB,CAAC,aAAa,EAAC;QAC9D,KAAK,CAAC,OAAO,CAAC,CAAC;IACnB,CAAC;;AALa,cAAI,GAAG,KAAK,CAAC;AACb,eAAK,GAAG,UAAU,CAAC,aAAa,CAAC"}
@@ -1,19 +1,3 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./auth-error-messages"), exports);
18
- __exportStar(require("./auth-error"), exports);
1
+ export * from './auth-error-messages';
2
+ export * from './auth-error';
19
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/errors/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,+CAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/errors/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC"}
package/lib/index.js CHANGED
@@ -1,26 +1,10 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./constants"), exports);
18
- __exportStar(require("./interfaces"), exports);
1
+ export * from './constants';
2
+ export * from './interfaces';
19
3
  // export * from './context';
20
- __exportStar(require("./utils"), exports);
21
- __exportStar(require("./core"), exports);
22
- __exportStar(require("./errors"), exports);
23
- __exportStar(require("./services"), exports);
24
- __exportStar(require("./modules"), exports);
25
- __exportStar(require("./enums"), exports);
4
+ export * from './utils';
5
+ export * from './core';
6
+ export * from './errors';
7
+ export * from './services';
8
+ export * from './modules';
9
+ export * from './enums';
26
10
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,+CAA6B;AAC7B,6BAA6B;AAC7B,0CAAwB;AACxB,yCAAuB;AACvB,2CAAyB;AACzB,6CAA2B;AAC3B,4CAA0B;AAC1B,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,6BAA6B;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=apollo-context.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=common.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=configuration-file-service.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=configuration-server-service.js.map
@@ -1,8 +1,5 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RESOURCE_SCOPES = exports.ORGANIZATION_SCOPES = exports.REMOTE_MACHINE_SCOPES = exports.LOCAL_MACHINE_SCOPES = exports.ConfigurationTarget = exports.ConfigurationScope = void 0;
4
- const core_1 = require("@workbench-stack/core");
5
- Object.defineProperty(exports, "ConfigurationScope", { enumerable: true, get: function () { return core_1.ConfigurationScope; } });
1
+ import { ConfigurationScope } from '@workbench-stack/core';
2
+ export { ConfigurationScope };
6
3
  // export const enum ConfigurationScope {
7
4
  // /**
8
5
  // * Application specific configuration, which can be configured only in local user settings.
@@ -21,7 +18,7 @@ Object.defineProperty(exports, "ConfigurationScope", { enumerable: true, get: fu
21
18
  // */
22
19
  // RESOURCE,
23
20
  // }
24
- var ConfigurationTarget;
21
+ export var ConfigurationTarget;
25
22
  (function (ConfigurationTarget) {
26
23
  /**
27
24
  * Targets the user/application configuraton file for writing.
@@ -53,9 +50,9 @@ var ConfigurationTarget;
53
50
  * Machine specific conifugration that can also be configured
54
51
  */
55
52
  ConfigurationTarget[ConfigurationTarget["MACHINE_OVERRIDABLE"] = 9] = "MACHINE_OVERRIDABLE";
56
- })(ConfigurationTarget = exports.ConfigurationTarget || (exports.ConfigurationTarget = {}));
57
- exports.LOCAL_MACHINE_SCOPES = [1 /* ConfigurationScope.APPLICATION */, 3 /* ConfigurationScope.WINDOW */, 4 /* ConfigurationScope.RESOURCE */];
58
- exports.REMOTE_MACHINE_SCOPES = [2 /* ConfigurationScope.MACHINE */, 3 /* ConfigurationScope.WINDOW */, 4 /* ConfigurationScope.RESOURCE */];
59
- exports.ORGANIZATION_SCOPES = [3 /* ConfigurationScope.WINDOW */, 4 /* ConfigurationScope.RESOURCE */];
60
- exports.RESOURCE_SCOPES = [4 /* ConfigurationScope.RESOURCE */];
53
+ })(ConfigurationTarget || (ConfigurationTarget = {}));
54
+ export const LOCAL_MACHINE_SCOPES = [1 /* ConfigurationScope.APPLICATION */, 3 /* ConfigurationScope.WINDOW */, 4 /* ConfigurationScope.RESOURCE */];
55
+ export const REMOTE_MACHINE_SCOPES = [2 /* ConfigurationScope.MACHINE */, 3 /* ConfigurationScope.WINDOW */, 4 /* ConfigurationScope.RESOURCE */];
56
+ export const ORGANIZATION_SCOPES = [3 /* ConfigurationScope.WINDOW */, 4 /* ConfigurationScope.RESOURCE */];
57
+ export const RESOURCE_SCOPES = [4 /* ConfigurationScope.RESOURCE */];
61
58
  //# sourceMappingURL=configuration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"configuration.js","sourceRoot":"","sources":["../../../src/interfaces/configuration/configuration.ts"],"names":[],"mappings":";;;AAGA,gDAA2D;AAElD,mGAFA,yBAAkB,OAEA;AAC3B,yCAAyC;AACzC,UAAU;AACV,kGAAkG;AAClG,UAAU;AACV,uBAAuB;AACvB,UAAU;AACV,yGAAyG;AACzG,UAAU;AACV,eAAe;AACf,UAAU;AACV,sGAAsG;AACtG,UAAU;AACV,cAAc;AACd,UAAU;AACV,mHAAmH;AACnH,UAAU;AACV,gBAAgB;AAChB,IAAI;AAEJ,IAAkB,mBA+BjB;AA/BD,WAAkB,mBAAmB;IACjC;;OAEG;IACH,6DAAQ,CAAA;IACR;;OAEG;IACH,2EAAW,CAAA;IACX;;OAEG;IACH,mEAAO,CAAA;IACP;;OAEG;IACH,6EAAY,CAAA;IACZ;;OAEG;IACH,+FAAqB,CAAA;IACrB,mEAAO,CAAA;IACP,iEAAM,CAAA;IACN;;OAEG;IACH,6FAAoB,CAAA;IACpB;;OAEG;IACH,2FAAmB,CAAA;AACvB,CAAC,EA/BiB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA+BpC;AAGY,QAAA,oBAAoB,GAAG,gHAAwF,CAAC;AAChH,QAAA,qBAAqB,GAAG,4GAAoF,CAAC;AAC7G,QAAA,mBAAmB,GAAG,wEAAwD,CAAC;AAC/E,QAAA,eAAe,GAAG,qCAA6B,CAAC"}
1
+ {"version":3,"file":"configuration.js","sourceRoot":"","sources":["../../../src/interfaces/configuration/configuration.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAC9B,yCAAyC;AACzC,UAAU;AACV,kGAAkG;AAClG,UAAU;AACV,uBAAuB;AACvB,UAAU;AACV,yGAAyG;AACzG,UAAU;AACV,eAAe;AACf,UAAU;AACV,sGAAsG;AACtG,UAAU;AACV,cAAc;AACd,UAAU;AACV,mHAAmH;AACnH,UAAU;AACV,gBAAgB;AAChB,IAAI;AAEJ,MAAM,CAAN,IAAkB,mBA+BjB;AA/BD,WAAkB,mBAAmB;IACjC;;OAEG;IACH,6DAAQ,CAAA;IACR;;OAEG;IACH,2EAAW,CAAA;IACX;;OAEG;IACH,mEAAO,CAAA;IACP;;OAEG;IACH,6EAAY,CAAA;IACZ;;OAEG;IACH,+FAAqB,CAAA;IACrB,mEAAO,CAAA;IACP,iEAAM,CAAA;IACN;;OAEG;IACH,6FAAoB,CAAA;IACpB;;OAEG;IACH,2FAAmB,CAAA;AACvB,CAAC,EA/BiB,mBAAmB,KAAnB,mBAAmB,QA+BpC;AAGD,MAAM,CAAC,MAAM,oBAAoB,GAAG,gHAAwF,CAAC;AAC7H,MAAM,CAAC,MAAM,qBAAqB,GAAG,4GAAoF,CAAC;AAC1H,MAAM,CAAC,MAAM,mBAAmB,GAAG,wEAAwD,CAAC;AAC5F,MAAM,CAAC,MAAM,eAAe,GAAG,qCAA6B,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=configurationRegistry.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=configuraton-service.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=event.js.map
@@ -1,23 +1,7 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./configuration"), exports);
18
- __exportStar(require("./event"), exports);
19
- __exportStar(require("./configuraton-service"), exports);
20
- __exportStar(require("./configuration-server-service"), exports);
21
- __exportStar(require("./configuration-file-service"), exports);
22
- __exportStar(require("./configurationRegistry"), exports);
1
+ export * from './configuration';
2
+ export * from './event';
3
+ export * from './configuraton-service';
4
+ export * from './configuration-server-service';
5
+ export * from './configuration-file-service';
6
+ export * from './configurationRegistry';
23
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/interfaces/configuration/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,0CAAwB;AACxB,yDAAuC;AACvC,iEAA+C;AAC/C,+DAA6C;AAC7C,0DAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/interfaces/configuration/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=contex-key-service.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=database-migration.js.map
@@ -1,10 +1,9 @@
1
- "use strict";
2
1
  // export enum StackType {
3
2
  // IDE_STACK = 'IDE_STACK',
4
3
  // CUSTOM_STACK = 'CUSTOM_STACK',
5
4
  // MONOCULAR_STACK = 'MONOCULAR_STACK',
6
5
  // }
7
- Object.defineProperty(exports, "__esModule", { value: true });
6
+ export {};
8
7
  // /**
9
8
  // * @description
10
9
  // * WorkspaceStatus: Different status the workspace can be on.
@@ -1 +1 @@
1
- {"version":3,"file":"enum.js","sourceRoot":"","sources":["../../src/interfaces/enum.ts"],"names":[],"mappings":";AAEA,0BAA0B;AAC1B,+BAA+B;AAC/B,qCAAqC;AACrC,2CAA2C;AAC3C,IAAI;;AAyDJ,MAAM;AACN,kBAAkB;AAClB,gEAAgE;AAChE,KAAK;AACL,eAAe;AACf,+GAA+G;AAC/G,eAAe;AACf,mFAAmF;AACnF,eAAe;AACf,8EAA8E;AAC9E,eAAe;AACf,+EAA+E;AAC/E,eAAe;AACf,wDAAwD;AACxD,MAAM;AACN,gCAAgC;AAChC,uEAAuE;AACvE,iEAAiE;AACjE,6DAA6D;AAC7D,+DAA+D;AAC/D,6DAA6D;AAC7D,+DAA+D;AAC/D,6DAA6D;AAC7D,+DAA+D;AAC/D,+DAA+D;AAC/D,6DAA6D;AAC7D,+DAA+D;AAC/D,2DAA2D;AAC3D,+DAA+D;AAC/D,6DAA6D;AAC7D,6DAA6D;AAC7D,6DAA6D;AAC7D,iEAAiE;AACjE,+DAA+D;AAC/D,IAAI;AAEJ,MAAM;AACN,oEAAoE;AACpE,mDAAmD;AACnD,MAAM;AACN,sCAAsC;AACtC,2DAA2D;AAC3D,2DAA2D;AAC3D,2DAA2D;AAC3D,2DAA2D;AAC3D,2DAA2D;AAC3D,IAAI;AAEJ,4CAA4C;AAC5C,6CAA6C;AAC7C,6CAA6C;AAC7C,2CAA2C;AAC3C,yCAAyC;AACzC,6CAA6C;AAC7C,IAAI;AAEJ,yCAAyC;AACzC,yCAAyC;AACzC,6CAA6C;AAC7C,6CAA6C;AAC7C,2CAA2C;AAC3C,yCAAyC;AACzC,6CAA6C;AAE7C,2DAA2D;AAC3D,6DAA6D;AAC7D,IAAI"}
1
+ {"version":3,"file":"enum.js","sourceRoot":"","sources":["../../src/interfaces/enum.ts"],"names":[],"mappings":"AAEA,0BAA0B;AAC1B,+BAA+B;AAC/B,qCAAqC;AACrC,2CAA2C;AAC3C,IAAI;;AAyDJ,MAAM;AACN,kBAAkB;AAClB,gEAAgE;AAChE,KAAK;AACL,eAAe;AACf,+GAA+G;AAC/G,eAAe;AACf,mFAAmF;AACnF,eAAe;AACf,8EAA8E;AAC9E,eAAe;AACf,+EAA+E;AAC/E,eAAe;AACf,wDAAwD;AACxD,MAAM;AACN,gCAAgC;AAChC,uEAAuE;AACvE,iEAAiE;AACjE,6DAA6D;AAC7D,+DAA+D;AAC/D,6DAA6D;AAC7D,+DAA+D;AAC/D,6DAA6D;AAC7D,+DAA+D;AAC/D,+DAA+D;AAC/D,6DAA6D;AAC7D,+DAA+D;AAC/D,2DAA2D;AAC3D,+DAA+D;AAC/D,6DAA6D;AAC7D,6DAA6D;AAC7D,6DAA6D;AAC7D,iEAAiE;AACjE,+DAA+D;AAC/D,IAAI;AAEJ,MAAM;AACN,oEAAoE;AACpE,mDAAmD;AACnD,MAAM;AACN,sCAAsC;AACtC,2DAA2D;AAC3D,2DAA2D;AAC3D,2DAA2D;AAC3D,2DAA2D;AAC3D,2DAA2D;AAC3D,IAAI;AAEJ,4CAA4C;AAC5C,6CAA6C;AAC7C,6CAA6C;AAC7C,2CAA2C;AAC3C,yCAAyC;AACzC,6CAA6C;AAC7C,IAAI;AAEJ,yCAAyC;AACzC,yCAAyC;AACzC,6CAA6C;AAC7C,6CAA6C;AAC7C,2CAA2C;AAC3C,yCAAyC;AACzC,6CAA6C;AAE7C,2DAA2D;AAC3D,6DAA6D;AAC7D,IAAI"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=argv.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=environment-service.js.map
@@ -1,19 +1,3 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./environment-service"), exports);
18
- __exportStar(require("./argv"), exports);
1
+ export * from './environment-service';
2
+ export * from './argv';
19
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/interfaces/environment/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,yCAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/interfaces/environment/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,QAAQ,CAAC"}
@@ -1412,6 +1412,7 @@ export type IMutation = {
1412
1412
  resetUserPassword?: Maybe<Scalars['Boolean']>;
1413
1413
  sendEmailVerificationToken?: Maybe<Scalars['Boolean']>;
1414
1414
  sendOrganizationInvitation?: Maybe<Scalars['Boolean']>;
1415
+ sendPhoneOTP: Scalars['Boolean'];
1415
1416
  sendUserPasswordResetEmail?: Maybe<Scalars['Boolean']>;
1416
1417
  setSettingsValueByResource?: Maybe<Scalars['Boolean']>;
1417
1418
  /** Triggers onUserLoggedIn events */
@@ -1432,6 +1433,7 @@ export type IMutation = {
1432
1433
  updateUserAccount?: Maybe<Scalars['Boolean']>;
1433
1434
  validatePasswordResetOtp?: Maybe<Scalars['Boolean']>;
1434
1435
  validateUserEmailVerificationToken?: Maybe<Scalars['Boolean']>;
1436
+ verifyPhoneOtp: Scalars['Boolean'];
1435
1437
  };
1436
1438
  export type IMutationAcceptOrganizationInvitationArgs = {
1437
1439
  id: Scalars['ID'];
@@ -1570,6 +1572,9 @@ export type IMutationSendEmailVerificationTokenArgs = {
1570
1572
  export type IMutationSendOrganizationInvitationArgs = {
1571
1573
  request?: Maybe<IOrganizationInvitationRequest>;
1572
1574
  };
1575
+ export type IMutationSendPhoneOtpArgs = {
1576
+ phoneNumber: IPhoneNumberInput;
1577
+ };
1573
1578
  export type IMutationSendUserPasswordResetEmailArgs = {
1574
1579
  email: Scalars['String'];
1575
1580
  };
@@ -1668,6 +1673,10 @@ export type IMutationValidatePasswordResetOtpArgs = {
1668
1673
  export type IMutationValidateUserEmailVerificationTokenArgs = {
1669
1674
  code: Scalars['String'];
1670
1675
  };
1676
+ export type IMutationVerifyPhoneOtpArgs = {
1677
+ phoneNumber: IPhoneNumberInput;
1678
+ otp: Scalars['String'];
1679
+ };
1671
1680
  /** An object with an ID. */
1672
1681
  export type INode = {
1673
1682
  /** The ID of the node. */
@@ -3329,6 +3338,12 @@ export type IResetUserPasswordMutationVariables = Exact<{
3329
3338
  export type IResetUserPasswordMutation = ({
3330
3339
  __typename?: 'Mutation';
3331
3340
  } & Pick<IMutation, 'resetUserPassword'>);
3341
+ export type ISendPhoneOtpMutationVariables = Exact<{
3342
+ phoneNumber: IPhoneNumberInput;
3343
+ }>;
3344
+ export type ISendPhoneOtpMutation = ({
3345
+ __typename?: 'Mutation';
3346
+ } & Pick<IMutation, 'sendPhoneOTP'>);
3332
3347
  export type ISendUserPasswordResetEmailMutationVariables = Exact<{
3333
3348
  email: Scalars['String'];
3334
3349
  }>;
@@ -3411,6 +3426,13 @@ export type IValidateUserEmailVerificationMutationVariables = Exact<{
3411
3426
  export type IValidateUserEmailVerificationMutation = ({
3412
3427
  __typename?: 'Mutation';
3413
3428
  } & Pick<IMutation, 'validateUserEmailVerificationToken'>);
3429
+ export type IVerifyPhoneOtpMutationVariables = Exact<{
3430
+ phoneNumber: IPhoneNumberInput;
3431
+ otp: Scalars['String'];
3432
+ }>;
3433
+ export type IVerifyPhoneOtpMutation = ({
3434
+ __typename?: 'Mutation';
3435
+ } & Pick<IMutation, 'verifyPhoneOtp'>);
3414
3436
  export type IGetUserOrganizationsListQueryVariables = Exact<{
3415
3437
  [key: string]: never;
3416
3438
  }>;
@@ -5263,6 +5285,30 @@ export declare function useResetUserPasswordMutation(baseOptions?: Apollo.Mutati
5263
5285
  export type ResetUserPasswordMutationHookResult = ReturnType<typeof useResetUserPasswordMutation>;
5264
5286
  export type ResetUserPasswordMutationResult = Apollo.MutationResult<IResetUserPasswordMutation>;
5265
5287
  export type ResetUserPasswordMutationOptions = Apollo.BaseMutationOptions<IResetUserPasswordMutation, IResetUserPasswordMutationVariables>;
5288
+ export declare const SendPhoneOtpDocument: DocumentNode;
5289
+ /**
5290
+ * __useSendPhoneOtpMutation__
5291
+ *
5292
+ * To run a mutation, you first call `useSendPhoneOtpMutation` within a React component and pass it any options that fit your needs.
5293
+ * When your component renders, `useSendPhoneOtpMutation` returns a tuple that includes:
5294
+ * - A mutate function that you can call at any time to execute the mutation
5295
+ * - An object with fields that represent the current status of the mutation's execution
5296
+ *
5297
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
5298
+ *
5299
+ * @example
5300
+ * const [sendPhoneOtpMutation, { data, loading, error }] = useSendPhoneOtpMutation({
5301
+ * variables: {
5302
+ * phoneNumber: // value for 'phoneNumber'
5303
+ * },
5304
+ * });
5305
+ */
5306
+ export declare function useSendPhoneOtpMutation(baseOptions?: Apollo.MutationHookOptions<ISendPhoneOtpMutation, ISendPhoneOtpMutationVariables>): Apollo.MutationTuple<ISendPhoneOtpMutation, Exact<{
5307
+ phoneNumber: IPhoneNumberInput;
5308
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
5309
+ export type SendPhoneOtpMutationHookResult = ReturnType<typeof useSendPhoneOtpMutation>;
5310
+ export type SendPhoneOtpMutationResult = Apollo.MutationResult<ISendPhoneOtpMutation>;
5311
+ export type SendPhoneOtpMutationOptions = Apollo.BaseMutationOptions<ISendPhoneOtpMutation, ISendPhoneOtpMutationVariables>;
5266
5312
  export declare const SendUserPasswordResetEmailDocument: DocumentNode;
5267
5313
  /**
5268
5314
  * __useSendUserPasswordResetEmailMutation__
@@ -5495,6 +5541,32 @@ export declare function useValidateUserEmailVerificationMutation(baseOptions?: A
5495
5541
  export type ValidateUserEmailVerificationMutationHookResult = ReturnType<typeof useValidateUserEmailVerificationMutation>;
5496
5542
  export type ValidateUserEmailVerificationMutationResult = Apollo.MutationResult<IValidateUserEmailVerificationMutation>;
5497
5543
  export type ValidateUserEmailVerificationMutationOptions = Apollo.BaseMutationOptions<IValidateUserEmailVerificationMutation, IValidateUserEmailVerificationMutationVariables>;
5544
+ export declare const VerifyPhoneOtpDocument: DocumentNode;
5545
+ /**
5546
+ * __useVerifyPhoneOtpMutation__
5547
+ *
5548
+ * To run a mutation, you first call `useVerifyPhoneOtpMutation` within a React component and pass it any options that fit your needs.
5549
+ * When your component renders, `useVerifyPhoneOtpMutation` returns a tuple that includes:
5550
+ * - A mutate function that you can call at any time to execute the mutation
5551
+ * - An object with fields that represent the current status of the mutation's execution
5552
+ *
5553
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
5554
+ *
5555
+ * @example
5556
+ * const [verifyPhoneOtpMutation, { data, loading, error }] = useVerifyPhoneOtpMutation({
5557
+ * variables: {
5558
+ * phoneNumber: // value for 'phoneNumber'
5559
+ * otp: // value for 'otp'
5560
+ * },
5561
+ * });
5562
+ */
5563
+ export declare function useVerifyPhoneOtpMutation(baseOptions?: Apollo.MutationHookOptions<IVerifyPhoneOtpMutation, IVerifyPhoneOtpMutationVariables>): Apollo.MutationTuple<IVerifyPhoneOtpMutation, Exact<{
5564
+ phoneNumber: IPhoneNumberInput;
5565
+ otp: string;
5566
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
5567
+ export type VerifyPhoneOtpMutationHookResult = ReturnType<typeof useVerifyPhoneOtpMutation>;
5568
+ export type VerifyPhoneOtpMutationResult = Apollo.MutationResult<IVerifyPhoneOtpMutation>;
5569
+ export type VerifyPhoneOtpMutationOptions = Apollo.BaseMutationOptions<IVerifyPhoneOtpMutation, IVerifyPhoneOtpMutationVariables>;
5498
5570
  export declare const GetUserOrganizationsListDocument: DocumentNode;
5499
5571
  /**
5500
5572
  * __useGetUserOrganizationsListQuery__
@@ -8840,6 +8912,7 @@ export type IMutationResolvers<ContextType = MyContext, ParentType extends IReso
8840
8912
  resetUserPassword?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationResetUserPasswordArgs, 'input'>>;
8841
8913
  sendEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSendEmailVerificationTokenArgs, 'email'>>;
8842
8914
  sendOrganizationInvitation?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSendOrganizationInvitationArgs, never>>;
8915
+ sendPhoneOTP?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType, RequireFields<IMutationSendPhoneOtpArgs, 'phoneNumber'>>;
8843
8916
  sendUserPasswordResetEmail?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSendUserPasswordResetEmailArgs, 'email'>>;
8844
8917
  setSettingsValueByResource?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSetSettingsValueByResourceArgs, never>>;
8845
8918
  updateAuth0UserPassword?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationUpdateAuth0UserPasswordArgs, never>>;
@@ -8859,6 +8932,7 @@ export type IMutationResolvers<ContextType = MyContext, ParentType extends IReso
8859
8932
  updateUserAccount?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationUpdateUserAccountArgs, never>>;
8860
8933
  validatePasswordResetOtp?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationValidatePasswordResetOtpArgs, 'email' | 'code'>>;
8861
8934
  validateUserEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationValidateUserEmailVerificationTokenArgs, 'code'>>;
8935
+ verifyPhoneOtp?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType, RequireFields<IMutationVerifyPhoneOtpArgs, 'phoneNumber' | 'otp'>>;
8862
8936
  };
8863
8937
  export type INodeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Node'] = IResolversParentTypes['Node']> = {
8864
8938
  __resolveType: TypeResolveFn<'AccessToken' | 'ApiExternalAccount' | 'ApiManagement' | 'UserAccount', ParentType, ContextType>;