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

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",
@@ -1339,7 +1339,7 @@ export declare type IOrgUserAccunt = INode & {
1339
1339
  username?: Maybe<Scalars['String']>;
1340
1340
  emailVerified?: Maybe<Scalars['Boolean']>;
1341
1341
  };
1342
- export declare const enum IOrgUserRole {
1342
+ export declare enum IOrgUserRole {
1343
1343
  BILLING_LEADER = "BILLING_LEADER",
1344
1344
  MEMBER = "MEMBER",
1345
1345
  ADMIN = "ADMIN",
@@ -1360,7 +1360,7 @@ export declare type IOrgUser_Input = {
1360
1360
  * DIRECT_MEMBER: The user is invited to be a direct member of the organization.
1361
1361
  * REINSTATE: The user's previous role will be reinstated.
1362
1362
  */
1363
- export declare const enum IOrgainizationInvitationRole {
1363
+ export declare enum IOrgainizationInvitationRole {
1364
1364
  ADMIN = "ADMIN",
1365
1365
  REINSTATE = "REINSTATE",
1366
1366
  DIRECT_MEMBER = "DIRECT_MEMBER",
@@ -1429,7 +1429,7 @@ export declare type IOrganizationConfiguration = IIConfigurationModel & {
1429
1429
  overrides?: Maybe<Array<Maybe<IOverrides>>>;
1430
1430
  };
1431
1431
  /** Subscription event for context */
1432
- export declare const enum IOrganizationContextPubSubEvents {
1432
+ export declare enum IOrganizationContextPubSubEvents {
1433
1433
  OrganizationContextUpdated = "OrganizationContextUpdated",
1434
1434
  OrganizationPolicyUpdated = "OrganizationPolicyUpdated",
1435
1435
  OrganizationConfigurationUpdated = "OrganizationConfigurationUpdated",
@@ -1625,7 +1625,7 @@ export declare type IOrganizationServicesendInvitationArgs = {
1625
1625
  export declare type IOrganizationServicedeclineInvitationArgs = {
1626
1626
  id: Scalars['String'];
1627
1627
  };
1628
- export declare const enum IOrganizationServiceAction {
1628
+ export declare enum IOrganizationServiceAction {
1629
1629
  getOrganization = "getOrganization",
1630
1630
  createDefaultOrganization = "createDefaultOrganization",
1631
1631
  getUserOrganizations = "getUserOrganizations",
@@ -1705,7 +1705,7 @@ export declare type IPageInfo = {
1705
1705
  __typename?: 'PageInfo';
1706
1706
  hasNextPage: Scalars['Boolean'];
1707
1707
  };
1708
- export declare const enum IPermissionAction {
1708
+ export declare enum IPermissionAction {
1709
1709
  Create = "Create",
1710
1710
  Delete = "Delete",
1711
1711
  Edit = "Edit",
@@ -1713,7 +1713,7 @@ export declare const enum IPermissionAction {
1713
1713
  Manage = "Manage",
1714
1714
  View = "View"
1715
1715
  }
1716
- export declare const enum IPermissionResource {
1716
+ export declare enum IPermissionResource {
1717
1717
  Members = "Members",
1718
1718
  Organization = "Organization",
1719
1719
  Permissions = "Permissions",
@@ -1730,7 +1730,7 @@ export declare type IPermissionSubject = {
1730
1730
  /** The stringified JSON contents of the permissions. */
1731
1731
  permissions: Scalars['AnyObject'];
1732
1732
  };
1733
- export declare const enum IPermissionType {
1733
+ export declare enum IPermissionType {
1734
1734
  Allow = "Allow",
1735
1735
  Deny = "Deny",
1736
1736
  NotSet = "NotSet"
@@ -1758,7 +1758,7 @@ export declare type IPolicySubject = {
1758
1758
  /** The stringified JSON contents of the permissions. */
1759
1759
  policies: Scalars['AnyObject'];
1760
1760
  };
1761
- export declare const enum IPortalLanguage {
1761
+ export declare enum IPortalLanguage {
1762
1762
  English = "English",
1763
1763
  Hindi = "Hindi",
1764
1764
  Gujarati = "Gujarati",
@@ -1770,7 +1770,7 @@ export declare type IPosition = {
1770
1770
  line?: Maybe<Scalars['Int']>;
1771
1771
  character?: Maybe<Scalars['Int']>;
1772
1772
  };
1773
- export declare const enum IPreDefinedRole {
1773
+ export declare enum IPreDefinedRole {
1774
1774
  OWNER = "OWNER",
1775
1775
  ADMIN = "ADMIN",
1776
1776
  MAINTAINER = "MAINTAINER",
@@ -2122,7 +2122,7 @@ export declare type IRange = {
2122
2122
  endColumn?: Maybe<Scalars['Int']>;
2123
2123
  };
2124
2124
  /** Registry Extensions */
2125
- export declare const enum IRegistryExtensions {
2125
+ export declare enum IRegistryExtensions {
2126
2126
  UserRole = "UserRole",
2127
2127
  Permissions = "Permissions",
2128
2128
  Policies = "Policies",
@@ -2134,7 +2134,7 @@ export declare type IResourceAccessRole = {
2134
2134
  accessRoles?: Maybe<Array<Maybe<IAccessRole>>>;
2135
2135
  resourceUserRoles?: Maybe<Array<Maybe<IResourceUser>>>;
2136
2136
  };
2137
- export declare const enum IResourceAuthority {
2137
+ export declare enum IResourceAuthority {
2138
2138
  defaultsettings = "defaultsettings",
2139
2139
  defaultpermissions = "defaultpermissions",
2140
2140
  defaultpolicies = "defaultpolicies"
@@ -2178,7 +2178,7 @@ export declare type IResourceUser = IIResourceUserRole & {
2178
2178
  isSelf?: Maybe<Scalars['Boolean']>;
2179
2179
  orgName?: Maybe<Scalars['String']>;
2180
2180
  };
2181
- export declare const enum IRole {
2181
+ export declare enum IRole {
2182
2182
  ADMIN = "ADMIN",
2183
2183
  REVIEWER = "REVIEWER",
2184
2184
  USER = "USER",
@@ -2197,11 +2197,11 @@ export declare type IRouteData = {
2197
2197
  key?: Maybe<Scalars['String']>;
2198
2198
  tab?: Maybe<Scalars['String']>;
2199
2199
  };
2200
- export declare const enum IRouteParams {
2200
+ export declare enum IRouteParams {
2201
2201
  orgName = "orgName",
2202
2202
  teamName = "teamName"
2203
2203
  }
2204
- export declare const enum ISettingValueType {
2204
+ export declare enum ISettingValueType {
2205
2205
  Null = "Null",
2206
2206
  Enum = "Enum",
2207
2207
  String = "String",
@@ -2304,7 +2304,7 @@ export declare type ISshKeyServiceupdateSshKeyArgs = {
2304
2304
  id: Scalars['String'];
2305
2305
  input: ISshKeyInput;
2306
2306
  };
2307
- export declare const enum ISshKeyServiceAction {
2307
+ export declare enum ISshKeyServiceAction {
2308
2308
  getSshKey = "getSshKey",
2309
2309
  deleteSshKey = "deleteSshKey",
2310
2310
  addSshKey = "addSshKey",
@@ -2316,7 +2316,7 @@ export declare type ISshKeySettings = IISshKeySettings & {
2316
2316
  subTopic?: Maybe<Scalars['String']>;
2317
2317
  sshNamespace?: Maybe<Scalars['String']>;
2318
2318
  };
2319
- export declare const enum ISshKeyType {
2319
+ export declare enum ISshKeyType {
2320
2320
  RSA = "RSA",
2321
2321
  ED25519 = "ED25519"
2322
2322
  }
@@ -2432,7 +2432,7 @@ export declare type ITeamServicesendProjectNotificationArgs = {
2432
2432
  teamId?: Maybe<Scalars['String']>;
2433
2433
  projectName?: Maybe<Scalars['String']>;
2434
2434
  };
2435
- export declare const enum ITeamServiceAction {
2435
+ export declare enum ITeamServiceAction {
2436
2436
  getTeam = "getTeam",
2437
2437
  getUserTeams = "getUserTeams",
2438
2438
  createTeam = "createTeam",
@@ -2490,7 +2490,7 @@ export declare type ITerritorialStateUpdateInput = {
2490
2490
  * @property
2491
2491
  * userOgs: the orgs and roles for this user on each.
2492
2492
  */
2493
- export declare const enum ITokenTypesEnum {
2493
+ export declare enum ITokenTypesEnum {
2494
2494
  EMAIL_VERIFICATION = "EMAIL_VERIFICATION",
2495
2495
  PASSWORD_RESET = "PASSWORD_RESET"
2496
2496
  }
@@ -2598,7 +2598,7 @@ export declare type IUserAuth0UpdateFields = {
2598
2598
  zip_code?: Maybe<Scalars['Int']>;
2599
2599
  email_verified?: Maybe<Scalars['Boolean']>;
2600
2600
  };
2601
- export declare const enum IUserBroadcasterAction {
2601
+ export declare enum IUserBroadcasterAction {
2602
2602
  onUserLoggedIn = "onUserLoggedIn",
2603
2603
  onUserCreated = "onUserCreated",
2604
2604
  onUserUpdated = "onUserUpdated",
@@ -2655,7 +2655,7 @@ export declare type IUserMetadata = IIUserMetadata & {
2655
2655
  dob?: Maybe<Scalars['Date']>;
2656
2656
  zip_code?: Maybe<Scalars['Int']>;
2657
2657
  };
2658
- export declare const enum IUserOrderBy {
2658
+ export declare enum IUserOrderBy {
2659
2659
  auth0UserId_ASC = "auth0UserId_ASC",
2660
2660
  auth0UserId_DESC = "auth0UserId_DESC",
2661
2661
  createdAt_ASC = "createdAt_ASC",
@@ -2830,11 +2830,11 @@ export declare type IViewerSettingsSubject = {
2830
2830
  /** Graphql typed settings */
2831
2831
  settings?: Maybe<IPreferences>;
2832
2832
  };
2833
- export declare const enum IVisibility {
2833
+ export declare enum IVisibility {
2834
2834
  private = "private",
2835
2835
  public = "public"
2836
2836
  }
2837
- export declare const enum IZipkinRoutes {
2837
+ export declare enum IZipkinRoutes {
2838
2838
  tags = "tags",
2839
2839
  service = "service",
2840
2840
  trace = "trace",