@adminide-stack/core 1.1.3-alpha.108 → 1.1.3-alpha.111

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,7 +44,7 @@ export declare type Scalars = {
44
44
  URIInput: URI | UriComponents;
45
45
  };
46
46
  export declare type IAccessRole = IDefaultRole | IOrganizationRole | IResourceRole | IApplicationRolePermission;
47
- export declare const enum IAccountBroadcasterActions {
47
+ export declare enum IAccountBroadcasterActions {
48
48
  onAccountCreated = "onAccountCreated",
49
49
  onAccountUpdated = "onAccountUpdated",
50
50
  onEmailVerified = "onEmailVerified",
@@ -89,7 +89,7 @@ export declare type IAccountServiceverifyUserEmailVerificationTokenArgs = {
89
89
  userId?: Maybe<Scalars['String']>;
90
90
  token?: Maybe<Scalars['String']>;
91
91
  };
92
- export declare const enum IAccountServiceAction {
92
+ export declare enum IAccountServiceAction {
93
93
  createDefaultAccount = "createDefaultAccount",
94
94
  createAccount = "createAccount",
95
95
  findAccountById = "findAccountById",
@@ -172,7 +172,7 @@ export declare type IActivityRecordInput = {
172
172
  timestamp?: Maybe<Scalars['Int']>;
173
173
  payload?: Maybe<Scalars['AnyObject']>;
174
174
  };
175
- export declare const enum IActivityServiceCommands {
175
+ export declare enum IActivityServiceCommands {
176
176
  user = "user",
177
177
  team = "team",
178
178
  organization = "organization",
@@ -189,7 +189,7 @@ export declare type IAdminIdeSettings = IIActivitySettings & {
189
189
  activityVersion?: Maybe<Scalars['String']>;
190
190
  dummy?: Maybe<Scalars['Int']>;
191
191
  };
192
- export declare const enum IApplicationBillingPlanPolicy {
192
+ export declare enum IApplicationBillingPlanPolicy {
193
193
  Invoicing = "Invoicing",
194
194
  ManagerRole = "ManagerRole",
195
195
  ProjectTemplates = "ProjectTemplates",
@@ -213,7 +213,7 @@ export declare type IApplicationRolePermission = IIConfigurationModel & {
213
213
  keys?: Maybe<Array<Maybe<Scalars['String']>>>;
214
214
  overrides?: Maybe<Array<Maybe<IOverrides>>>;
215
215
  };
216
- export declare const enum IApplicationRoles {
216
+ export declare enum IApplicationRoles {
217
217
  /** Admin of an Organization */
218
218
  ADMIN = "ADMIN",
219
219
  /** Project Contributors */
@@ -264,7 +264,7 @@ export declare type IAuth0IdentityProfileData = {
264
264
  email?: Maybe<Scalars['String']>;
265
265
  connection?: Maybe<Scalars['String']>;
266
266
  };
267
- export declare const enum IAuthErrorCodes {
267
+ export declare enum IAuthErrorCodes {
268
268
  UNAUTHENTICATED = "UNAUTHENTICATED",
269
269
  INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR"
270
270
  }
@@ -297,7 +297,7 @@ export declare type IAuthUser_Input = {
297
297
  picture?: Maybe<Scalars['String']>;
298
298
  phoneNo?: Maybe<Scalars['Int']>;
299
299
  };
300
- export declare const enum ICacheControlScope {
300
+ export declare enum ICacheControlScope {
301
301
  PUBLIC = "PUBLIC",
302
302
  PRIVATE = "PRIVATE"
303
303
  }
@@ -313,7 +313,7 @@ export declare type ICityUpdateInput = {
313
313
  name?: Maybe<Scalars['String']>;
314
314
  state: ITerritorialStateUpdateInput;
315
315
  };
316
- export declare const enum IClientCacheTypeNames {
316
+ export declare enum IClientCacheTypeNames {
317
317
  ApplicationPolicy = "ApplicationPolicy",
318
318
  ApplicationRolePermission = "ApplicationRolePermission",
319
319
  Configuration = "Configuration",
@@ -343,7 +343,7 @@ export declare const enum IClientCacheTypeNames {
343
343
  SettingsSection = "SettingsSection",
344
344
  UserConfiguration = "UserConfiguration"
345
345
  }
346
- export declare const enum IClientContainerService {
346
+ export declare enum IClientContainerService {
347
347
  ApolloErrorHandler = "ApolloErrorHandler",
348
348
  Auth0Authentication = "Auth0Authentication",
349
349
  IConfigurationFileService = "IConfigurationFileService",
@@ -359,11 +359,11 @@ export declare const enum IClientContainerService {
359
359
  IPreferenceService = "IPreferenceService",
360
360
  ITeamKeyContextService = "ITeamKeyContextService"
361
361
  }
362
- export declare const enum IClientTypes {
362
+ export declare enum IClientTypes {
363
363
  Business = "Business",
364
364
  Individuals = "Individuals"
365
365
  }
366
- export declare const enum IConfigCollectionName {
366
+ export declare enum IConfigCollectionName {
367
367
  application = "application",
368
368
  accounts = "accounts",
369
369
  organizations = "organizations",
@@ -373,7 +373,7 @@ export declare const enum IConfigCollectionName {
373
373
  projects = "projects",
374
374
  clients = "clients"
375
375
  }
376
- export declare const enum IConfigFragmentName {
376
+ export declare enum IConfigFragmentName {
377
377
  resources = "resources",
378
378
  settings = "settings",
379
379
  policies = "policies",
@@ -388,7 +388,7 @@ export declare const enum IConfigFragmentName {
388
388
  billingPlanPolicies = "billingPlanPolicies"
389
389
  }
390
390
  export declare type IConfiguration = IDefaultConfiguration | IMachineConfiguration | IUserConfiguration | IOrganizationConfiguration | IOrganizationResourceConfiguration;
391
- export declare const enum IConfigurationContributionNames {
391
+ export declare enum IConfigurationContributionNames {
392
392
  defaultPermissions = "defaultPermissions",
393
393
  defaultSettings = "defaultSettings",
394
394
  defaultPolicies = "defaultPolicies"
@@ -458,7 +458,7 @@ export declare type IContext = {
458
458
  teamResource?: Maybe<Scalars['URI']>;
459
459
  teamUri?: Maybe<Scalars['URI']>;
460
460
  };
461
- export declare const enum IContextServiceAction {
461
+ export declare enum IContextServiceAction {
462
462
  onResourceCreated = "onResourceCreated",
463
463
  onResourceUpdated = "onResourceUpdated",
464
464
  onResourceDeleted = "onResourceDeleted",
@@ -599,7 +599,7 @@ export declare type IDeviceInfoInput = {
599
599
  browserName?: Maybe<Scalars['String']>;
600
600
  isMobile: Scalars['Boolean'];
601
601
  };
602
- export declare const enum IEActivityScopes {
602
+ export declare enum IEActivityScopes {
603
603
  User = "User",
604
604
  Team = "Team",
605
605
  Cluster = "Cluster",
@@ -607,7 +607,7 @@ export declare const enum IEActivityScopes {
607
607
  Workspace = "Workspace",
608
608
  Organization = "Organization"
609
609
  }
610
- export declare const enum IEditPresentationTypes {
610
+ export declare enum IEditPresentationTypes {
611
611
  Multiline = "Multiline",
612
612
  Singleline = "Singleline"
613
613
  }
@@ -650,12 +650,12 @@ export declare type IGeoLocation = {
650
650
  __typename?: 'GeoLocation';
651
651
  coordinates?: Maybe<Array<Maybe<Scalars['Float']>>>;
652
652
  };
653
- export declare const enum IGlobalCurrencies {
653
+ export declare enum IGlobalCurrencies {
654
654
  USD = "USD",
655
655
  EURO = "EURO",
656
656
  AUD = "AUD"
657
657
  }
658
- export declare const enum IGlobalLanguages {
658
+ export declare enum IGlobalLanguages {
659
659
  English = "English",
660
660
  Spanish = "Spanish",
661
661
  French = "French",
@@ -851,7 +851,7 @@ export declare type IIntegraitonConfigurationId = {
851
851
  __typename?: 'IntegraitonConfigurationId';
852
852
  id?: Maybe<Scalars['String']>;
853
853
  };
854
- export declare const enum IIntegrationConfigServiceAction {
854
+ export declare enum IIntegrationConfigServiceAction {
855
855
  onIntegrationConfigurationDeleted = "onIntegrationConfigurationDeleted"
856
856
  }
857
857
  export declare type IIntegrationConfiguration = {
@@ -895,7 +895,7 @@ export declare type IInviteMember = {
895
895
  role?: Maybe<IApplicationRoles>;
896
896
  status?: Maybe<IInviteStatus>;
897
897
  };
898
- export declare const enum IInviteStatus {
898
+ export declare enum IInviteStatus {
899
899
  PENDING = "PENDING",
900
900
  ACCEPTED = "ACCEPTED",
901
901
  DECLINED = "DECLINED"
@@ -944,7 +944,7 @@ export declare type IMachineSettings = IISettingsSubject & {
944
944
  */
945
945
  settingsCascade: ISettingsCascade;
946
946
  };
947
- export declare const enum IMailTemplateId {
947
+ export declare enum IMailTemplateId {
948
948
  BillingNotificationId = "BillingNotificationId",
949
949
  /** Prefix with Db to make sure it look into the database */
950
950
  DbTeamInivitationId = "DbTeamInivitationId",
@@ -985,7 +985,7 @@ export declare type IMenuItem = {
985
985
  strict?: Maybe<Scalars['Boolean']>;
986
986
  children?: Maybe<Array<Maybe<IMenuItem>>>;
987
987
  };
988
- export declare const enum IMenuPosition {
988
+ export declare enum IMenuPosition {
989
989
  LOGO = "LOGO",
990
990
  UPPER = "UPPER",
991
991
  MIDDLE = "MIDDLE",
@@ -993,7 +993,7 @@ export declare const enum IMenuPosition {
993
993
  BOTTOM = "BOTTOM"
994
994
  }
995
995
  /** All Moleculer Topic names are extended from this. */
996
- export declare const enum IMoleculerServiceName {
996
+ export declare enum IMoleculerServiceName {
997
997
  AccountOrganization = "AccountOrganization",
998
998
  AccountTeam = "AccountTeam",
999
999
  AccountUser = "AccountUser",
@@ -1187,9 +1187,11 @@ export declare type IMutationremoveTeamMemberArgs = {
1187
1187
  };
1188
1188
  export declare type IMutationremoveUserAuthSessionArgs = {
1189
1189
  sessionId?: Maybe<Scalars['String']>;
1190
+ isMobile?: Maybe<Scalars['Boolean']>;
1190
1191
  };
1191
1192
  export declare type IMutationrenewAuthTokenArgs = {
1192
1193
  sessionId?: Maybe<Scalars['String']>;
1194
+ isMobile?: Maybe<Scalars['Boolean']>;
1193
1195
  };
1194
1196
  export declare type IMutationresendOrganizationInvitationArgs = {
1195
1197
  id: Scalars['ID'];
@@ -1339,7 +1341,7 @@ export declare type IOrgUserAccunt = INode & {
1339
1341
  username?: Maybe<Scalars['String']>;
1340
1342
  emailVerified?: Maybe<Scalars['Boolean']>;
1341
1343
  };
1342
- export declare const enum IOrgUserRole {
1344
+ export declare enum IOrgUserRole {
1343
1345
  BILLING_LEADER = "BILLING_LEADER",
1344
1346
  MEMBER = "MEMBER",
1345
1347
  ADMIN = "ADMIN",
@@ -1360,7 +1362,7 @@ export declare type IOrgUser_Input = {
1360
1362
  * DIRECT_MEMBER: The user is invited to be a direct member of the organization.
1361
1363
  * REINSTATE: The user's previous role will be reinstated.
1362
1364
  */
1363
- export declare const enum IOrgainizationInvitationRole {
1365
+ export declare enum IOrgainizationInvitationRole {
1364
1366
  ADMIN = "ADMIN",
1365
1367
  REINSTATE = "REINSTATE",
1366
1368
  DIRECT_MEMBER = "DIRECT_MEMBER",
@@ -1429,7 +1431,7 @@ export declare type IOrganizationConfiguration = IIConfigurationModel & {
1429
1431
  overrides?: Maybe<Array<Maybe<IOverrides>>>;
1430
1432
  };
1431
1433
  /** Subscription event for context */
1432
- export declare const enum IOrganizationContextPubSubEvents {
1434
+ export declare enum IOrganizationContextPubSubEvents {
1433
1435
  OrganizationContextUpdated = "OrganizationContextUpdated",
1434
1436
  OrganizationPolicyUpdated = "OrganizationPolicyUpdated",
1435
1437
  OrganizationConfigurationUpdated = "OrganizationConfigurationUpdated",
@@ -1625,7 +1627,7 @@ export declare type IOrganizationServicesendInvitationArgs = {
1625
1627
  export declare type IOrganizationServicedeclineInvitationArgs = {
1626
1628
  id: Scalars['String'];
1627
1629
  };
1628
- export declare const enum IOrganizationServiceAction {
1630
+ export declare enum IOrganizationServiceAction {
1629
1631
  getOrganization = "getOrganization",
1630
1632
  createDefaultOrganization = "createDefaultOrganization",
1631
1633
  getUserOrganizations = "getUserOrganizations",
@@ -1705,7 +1707,7 @@ export declare type IPageInfo = {
1705
1707
  __typename?: 'PageInfo';
1706
1708
  hasNextPage: Scalars['Boolean'];
1707
1709
  };
1708
- export declare const enum IPermissionAction {
1710
+ export declare enum IPermissionAction {
1709
1711
  Create = "Create",
1710
1712
  Delete = "Delete",
1711
1713
  Edit = "Edit",
@@ -1713,7 +1715,7 @@ export declare const enum IPermissionAction {
1713
1715
  Manage = "Manage",
1714
1716
  View = "View"
1715
1717
  }
1716
- export declare const enum IPermissionResource {
1718
+ export declare enum IPermissionResource {
1717
1719
  Members = "Members",
1718
1720
  Organization = "Organization",
1719
1721
  Permissions = "Permissions",
@@ -1730,7 +1732,7 @@ export declare type IPermissionSubject = {
1730
1732
  /** The stringified JSON contents of the permissions. */
1731
1733
  permissions: Scalars['AnyObject'];
1732
1734
  };
1733
- export declare const enum IPermissionType {
1735
+ export declare enum IPermissionType {
1734
1736
  Allow = "Allow",
1735
1737
  Deny = "Deny",
1736
1738
  NotSet = "NotSet"
@@ -1758,7 +1760,7 @@ export declare type IPolicySubject = {
1758
1760
  /** The stringified JSON contents of the permissions. */
1759
1761
  policies: Scalars['AnyObject'];
1760
1762
  };
1761
- export declare const enum IPortalLanguage {
1763
+ export declare enum IPortalLanguage {
1762
1764
  English = "English",
1763
1765
  Hindi = "Hindi",
1764
1766
  Gujarati = "Gujarati",
@@ -1770,7 +1772,7 @@ export declare type IPosition = {
1770
1772
  line?: Maybe<Scalars['Int']>;
1771
1773
  character?: Maybe<Scalars['Int']>;
1772
1774
  };
1773
- export declare const enum IPreDefinedRole {
1775
+ export declare enum IPreDefinedRole {
1774
1776
  OWNER = "OWNER",
1775
1777
  ADMIN = "ADMIN",
1776
1778
  MAINTAINER = "MAINTAINER",
@@ -2122,7 +2124,7 @@ export declare type IRange = {
2122
2124
  endColumn?: Maybe<Scalars['Int']>;
2123
2125
  };
2124
2126
  /** Registry Extensions */
2125
- export declare const enum IRegistryExtensions {
2127
+ export declare enum IRegistryExtensions {
2126
2128
  UserRole = "UserRole",
2127
2129
  Permissions = "Permissions",
2128
2130
  Policies = "Policies",
@@ -2134,7 +2136,7 @@ export declare type IResourceAccessRole = {
2134
2136
  accessRoles?: Maybe<Array<Maybe<IAccessRole>>>;
2135
2137
  resourceUserRoles?: Maybe<Array<Maybe<IResourceUser>>>;
2136
2138
  };
2137
- export declare const enum IResourceAuthority {
2139
+ export declare enum IResourceAuthority {
2138
2140
  defaultsettings = "defaultsettings",
2139
2141
  defaultpermissions = "defaultpermissions",
2140
2142
  defaultpolicies = "defaultpolicies"
@@ -2178,7 +2180,7 @@ export declare type IResourceUser = IIResourceUserRole & {
2178
2180
  isSelf?: Maybe<Scalars['Boolean']>;
2179
2181
  orgName?: Maybe<Scalars['String']>;
2180
2182
  };
2181
- export declare const enum IRole {
2183
+ export declare enum IRole {
2182
2184
  ADMIN = "ADMIN",
2183
2185
  REVIEWER = "REVIEWER",
2184
2186
  USER = "USER",
@@ -2197,11 +2199,11 @@ export declare type IRouteData = {
2197
2199
  key?: Maybe<Scalars['String']>;
2198
2200
  tab?: Maybe<Scalars['String']>;
2199
2201
  };
2200
- export declare const enum IRouteParams {
2202
+ export declare enum IRouteParams {
2201
2203
  orgName = "orgName",
2202
2204
  teamName = "teamName"
2203
2205
  }
2204
- export declare const enum ISettingValueType {
2206
+ export declare enum ISettingValueType {
2205
2207
  Null = "Null",
2206
2208
  Enum = "Enum",
2207
2209
  String = "String",
@@ -2304,7 +2306,7 @@ export declare type ISshKeyServiceupdateSshKeyArgs = {
2304
2306
  id: Scalars['String'];
2305
2307
  input: ISshKeyInput;
2306
2308
  };
2307
- export declare const enum ISshKeyServiceAction {
2309
+ export declare enum ISshKeyServiceAction {
2308
2310
  getSshKey = "getSshKey",
2309
2311
  deleteSshKey = "deleteSshKey",
2310
2312
  addSshKey = "addSshKey",
@@ -2316,7 +2318,7 @@ export declare type ISshKeySettings = IISshKeySettings & {
2316
2318
  subTopic?: Maybe<Scalars['String']>;
2317
2319
  sshNamespace?: Maybe<Scalars['String']>;
2318
2320
  };
2319
- export declare const enum ISshKeyType {
2321
+ export declare enum ISshKeyType {
2320
2322
  RSA = "RSA",
2321
2323
  ED25519 = "ED25519"
2322
2324
  }
@@ -2432,7 +2434,7 @@ export declare type ITeamServicesendProjectNotificationArgs = {
2432
2434
  teamId?: Maybe<Scalars['String']>;
2433
2435
  projectName?: Maybe<Scalars['String']>;
2434
2436
  };
2435
- export declare const enum ITeamServiceAction {
2437
+ export declare enum ITeamServiceAction {
2436
2438
  getTeam = "getTeam",
2437
2439
  getUserTeams = "getUserTeams",
2438
2440
  createTeam = "createTeam",
@@ -2490,7 +2492,7 @@ export declare type ITerritorialStateUpdateInput = {
2490
2492
  * @property
2491
2493
  * userOgs: the orgs and roles for this user on each.
2492
2494
  */
2493
- export declare const enum ITokenTypesEnum {
2495
+ export declare enum ITokenTypesEnum {
2494
2496
  EMAIL_VERIFICATION = "EMAIL_VERIFICATION",
2495
2497
  PASSWORD_RESET = "PASSWORD_RESET"
2496
2498
  }
@@ -2598,7 +2600,7 @@ export declare type IUserAuth0UpdateFields = {
2598
2600
  zip_code?: Maybe<Scalars['Int']>;
2599
2601
  email_verified?: Maybe<Scalars['Boolean']>;
2600
2602
  };
2601
- export declare const enum IUserBroadcasterAction {
2603
+ export declare enum IUserBroadcasterAction {
2602
2604
  onUserLoggedIn = "onUserLoggedIn",
2603
2605
  onUserCreated = "onUserCreated",
2604
2606
  onUserUpdated = "onUserUpdated",
@@ -2655,7 +2657,7 @@ export declare type IUserMetadata = IIUserMetadata & {
2655
2657
  dob?: Maybe<Scalars['Date']>;
2656
2658
  zip_code?: Maybe<Scalars['Int']>;
2657
2659
  };
2658
- export declare const enum IUserOrderBy {
2660
+ export declare enum IUserOrderBy {
2659
2661
  auth0UserId_ASC = "auth0UserId_ASC",
2660
2662
  auth0UserId_DESC = "auth0UserId_DESC",
2661
2663
  createdAt_ASC = "createdAt_ASC",
@@ -2830,11 +2832,11 @@ export declare type IViewerSettingsSubject = {
2830
2832
  /** Graphql typed settings */
2831
2833
  settings?: Maybe<IPreferences>;
2832
2834
  };
2833
- export declare const enum IVisibility {
2835
+ export declare enum IVisibility {
2834
2836
  private = "private",
2835
2837
  public = "public"
2836
2838
  }
2837
- export declare const enum IZipkinRoutes {
2839
+ export declare enum IZipkinRoutes {
2838
2840
  tags = "tags",
2839
2841
  service = "service",
2840
2842
  trace = "trace",