@adminide-stack/core 3.1.4-alpha.94 → 5.0.1-alpha.10
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.
- package/lib/constants/billing-plan.js +1 -4
- package/lib/constants/billing-plan.js.map +1 -1
- package/lib/constants/configuration.js +7 -10
- package/lib/constants/configuration.js.map +1 -1
- package/lib/constants/constants.js +2 -5
- package/lib/constants/constants.js.map +1 -1
- package/lib/constants/default-workspace-config.js +3 -6
- package/lib/constants/default-workspace-config.js.map +1 -1
- package/lib/constants/index.js +7 -23
- package/lib/constants/index.js.map +1 -1
- package/lib/constants/routes.js +2 -5
- package/lib/constants/routes.js.map +1 -1
- package/lib/constants/types.js +5 -8
- package/lib/constants/types.js.map +1 -1
- package/lib/constants/urls.js +2 -5
- package/lib/constants/urls.js.map +1 -1
- package/lib/core/configurations/configuration.js +28 -34
- package/lib/core/configurations/configuration.js.map +1 -1
- package/lib/core/configurations/configuration.test.js +7 -9
- package/lib/core/configurations/configuration.test.js.map +1 -1
- package/lib/core/configurations/events/ConfigurationChangeEvent.js +11 -16
- package/lib/core/configurations/events/ConfigurationChangeEvent.js.map +1 -1
- package/lib/core/configurations/events/index.js +1 -17
- package/lib/core/configurations/events/index.js.map +1 -1
- package/lib/core/configurations/helpers/configuration.js +23 -38
- package/lib/core/configurations/helpers/configuration.js.map +1 -1
- package/lib/core/configurations/helpers/index.js +1 -17
- package/lib/core/configurations/helpers/index.js.map +1 -1
- package/lib/core/configurations/index.js +4 -20
- package/lib/core/configurations/index.js.map +1 -1
- package/lib/core/configurations/models/ConfigurationModel.js +9 -13
- package/lib/core/configurations/models/ConfigurationModel.js.map +1 -1
- package/lib/core/configurations/models/ConfigurationModel.test.js +33 -35
- package/lib/core/configurations/models/ConfigurationModel.test.js.map +1 -1
- package/lib/core/configurations/models/index.js +1 -17
- package/lib/core/configurations/models/index.js.map +1 -1
- package/lib/core/disposable.js +5 -9
- package/lib/core/disposable.js.map +1 -1
- package/lib/core/event.js +5 -9
- package/lib/core/event.js.map +1 -1
- package/lib/core/event.test.js +5 -7
- package/lib/core/event.test.js.map +1 -1
- package/lib/core/index.js +6 -22
- package/lib/core/index.js.map +1 -1
- package/lib/core/organization/configuration.js +2 -6
- package/lib/core/organization/configuration.js.map +1 -1
- package/lib/core/organization/helpers/index.js +1 -17
- package/lib/core/organization/helpers/index.js.map +1 -1
- package/lib/core/organization/helpers/organization-helpers.js +8 -16
- package/lib/core/organization/helpers/organization-helpers.js.map +1 -1
- package/lib/core/organization/index.js +3 -19
- package/lib/core/organization/index.js.map +1 -1
- package/lib/core/organization/organization.js +18 -26
- package/lib/core/organization/organization.js.map +1 -1
- package/lib/core/path.js +1 -5
- package/lib/core/path.js.map +1 -1
- package/lib/core/path.test.js +13 -15
- package/lib/core/path.test.js.map +1 -1
- package/lib/core/types.js +1 -2
- package/lib/core/uri.js +30 -14
- package/lib/core/uri.js.map +1 -1
- package/lib/core/uri.test.js +38 -40
- package/lib/core/uri.test.js.map +1 -1
- package/lib/enums/connection-status.js +2 -5
- package/lib/enums/connection-status.js.map +1 -1
- package/lib/enums/index.js +7 -23
- package/lib/enums/index.js.map +1 -1
- package/lib/enums/integration-configuration-status.js +2 -5
- package/lib/enums/integration-configuration-status.js.map +1 -1
- package/lib/enums/integrations-configuration-steps.js +2 -5
- package/lib/enums/integrations-configuration-steps.js.map +1 -1
- package/lib/enums/integrations-connection-names.js +2 -5
- package/lib/enums/integrations-connection-names.js.map +1 -1
- package/lib/enums/integrations.js +2 -5
- package/lib/enums/integrations.js.map +1 -1
- package/lib/enums/permissions.js +2 -5
- package/lib/enums/permissions.js.map +1 -1
- package/lib/enums/team-member-status.js +2 -5
- package/lib/enums/team-member-status.js.map +1 -1
- package/lib/errors/auth-error-messages.js +3 -6
- package/lib/errors/auth-error-messages.js.map +1 -1
- package/lib/errors/auth-error.js +4 -8
- package/lib/errors/auth-error.js.map +1 -1
- package/lib/errors/index.js +2 -18
- package/lib/errors/index.js.map +1 -1
- package/lib/index.js +8 -24
- package/lib/index.js.map +1 -1
- package/lib/interfaces/apollo-context.d.ts +1 -0
- package/lib/interfaces/apollo-context.js +1 -2
- package/lib/interfaces/common.js +1 -2
- package/lib/interfaces/configuration/configuration-file-service.js +1 -2
- package/lib/interfaces/configuration/configuration-server-service.js +1 -2
- package/lib/interfaces/configuration/configuration.js +8 -11
- package/lib/interfaces/configuration/configuration.js.map +1 -1
- package/lib/interfaces/configuration/configurationRegistry.js +1 -2
- package/lib/interfaces/configuration/configuraton-service.js +1 -2
- package/lib/interfaces/configuration/event.js +1 -2
- package/lib/interfaces/configuration/index.js +6 -22
- package/lib/interfaces/configuration/index.js.map +1 -1
- package/lib/interfaces/contex-key-service.js +1 -2
- package/lib/interfaces/database-migration.js +1 -2
- package/lib/interfaces/enum.js +1 -2
- package/lib/interfaces/enum.js.map +1 -1
- package/lib/interfaces/environment/argv.js +1 -2
- package/lib/interfaces/environment/environment-service.js +1 -2
- package/lib/interfaces/environment/index.js +2 -18
- package/lib/interfaces/environment/index.js.map +1 -1
- package/lib/interfaces/generated/generated-models.d.ts +91 -6
- package/lib/interfaces/generated/generated-models.js +763 -891
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/interfaces/generated/index.js +1 -17
- package/lib/interfaces/generated/index.js.map +1 -1
- package/lib/interfaces/index.js +18 -34
- package/lib/interfaces/index.js.map +1 -1
- package/lib/interfaces/lifecycle-service.js +1 -7
- package/lib/interfaces/lifecycle-service.js.map +1 -1
- package/lib/interfaces/log/index.js +1 -17
- package/lib/interfaces/log/index.js.map +1 -1
- package/lib/interfaces/log/log-service.js +1 -2
- package/lib/interfaces/nav-items.js +1 -2
- package/lib/interfaces/organization/index.js +3 -19
- package/lib/interfaces/organization/index.js.map +1 -1
- package/lib/interfaces/organization/organization-context-service.js +1 -2
- package/lib/interfaces/organization/organization-context.js +8 -11
- package/lib/interfaces/organization/organization-context.js.map +1 -1
- package/lib/interfaces/organization/organizations-context.js +1 -2
- package/lib/interfaces/page-store.js +1 -2
- package/lib/interfaces/permissions.js +1 -2
- package/lib/interfaces/platform.d.ts +1 -0
- package/lib/interfaces/platform.js +1 -2
- package/lib/interfaces/preferences-service.js +1 -2
- package/lib/interfaces/service.js +1 -2
- package/lib/interfaces/workbench-exports.js +1 -5
- package/lib/interfaces/workbench-exports.js.map +1 -1
- package/lib/modules/account-api/enums/index.js +2 -5
- package/lib/modules/account-api/enums/index.js.map +1 -1
- package/lib/modules/account-api/index.js +1 -17
- package/lib/modules/account-api/index.js.map +1 -1
- package/lib/modules/billing-api/enums/index.js +4 -7
- package/lib/modules/billing-api/enums/index.js.map +1 -1
- package/lib/modules/billing-api/index.js +1 -17
- package/lib/modules/billing-api/index.js.map +1 -1
- package/lib/modules/inbox/enums/index.js +2 -5
- package/lib/modules/inbox/enums/index.js.map +1 -1
- package/lib/modules/inbox/index.js +1 -17
- package/lib/modules/inbox/index.js.map +1 -1
- package/lib/modules/index.js +3 -19
- package/lib/modules/index.js.map +1 -1
- package/lib/services/abstract-configuration.js +25 -28
- package/lib/services/abstract-configuration.js.map +1 -1
- package/lib/services/abstract-organization-context-service.js +24 -27
- package/lib/services/abstract-organization-context-service.js.map +1 -1
- package/lib/services/index.js +2 -18
- package/lib/services/index.js.map +1 -1
- package/lib/utils/configuration-utils.js +1 -5
- package/lib/utils/configuration-utils.js.map +1 -1
- package/lib/utils/date-utils.js +1 -5
- package/lib/utils/date-utils.js.map +1 -1
- package/lib/utils/flatten-utils.js +4 -8
- package/lib/utils/flatten-utils.js.map +1 -1
- package/lib/utils/generate-uri.js +14 -24
- package/lib/utils/generate-uri.js.map +1 -1
- package/lib/utils/generated-settings-id.js +3 -7
- package/lib/utils/generated-settings-id.js.map +1 -1
- package/lib/utils/index.js +9 -25
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/omit-deep.js +3 -7
- package/lib/utils/omit-deep.js.map +1 -1
- package/lib/utils/roles-utils.js +5 -9
- package/lib/utils/roles-utils.js.map +1 -1
- package/lib/utils/uri.js +6 -11
- package/lib/utils/uri.js.map +1 -1
- package/lib/utils/utils.js +4 -21
- package/lib/utils/utils.js.map +1 -1
- package/lib/utils/validations.js +1 -5
- package/lib/utils/validations.js.map +1 -1
- package/package.json +3 -2
@@ -755,6 +755,7 @@ export type IContext = {
|
|
755
755
|
teamName?: Maybe<Scalars['String']>;
|
756
756
|
teamResource?: Maybe<Scalars['URI']>;
|
757
757
|
teamUri?: Maybe<Scalars['URI']>;
|
758
|
+
userId?: Maybe<Scalars['String']>;
|
758
759
|
};
|
759
760
|
export declare enum IContextServiceAction {
|
760
761
|
OnResourceCreated = "onResourceCreated",
|
@@ -1411,6 +1412,7 @@ export type IMutation = {
|
|
1411
1412
|
resetUserPassword?: Maybe<Scalars['Boolean']>;
|
1412
1413
|
sendEmailVerificationToken?: Maybe<Scalars['Boolean']>;
|
1413
1414
|
sendOrganizationInvitation?: Maybe<Scalars['Boolean']>;
|
1415
|
+
sendPhoneOTP: Scalars['Boolean'];
|
1414
1416
|
sendUserPasswordResetEmail?: Maybe<Scalars['Boolean']>;
|
1415
1417
|
setSettingsValueByResource?: Maybe<Scalars['Boolean']>;
|
1416
1418
|
/** Triggers onUserLoggedIn events */
|
@@ -1431,6 +1433,7 @@ export type IMutation = {
|
|
1431
1433
|
updateUserAccount?: Maybe<Scalars['Boolean']>;
|
1432
1434
|
validatePasswordResetOtp?: Maybe<Scalars['Boolean']>;
|
1433
1435
|
validateUserEmailVerificationToken?: Maybe<Scalars['Boolean']>;
|
1436
|
+
verifyPhoneOtp?: Maybe<Scalars['Boolean']>;
|
1434
1437
|
};
|
1435
1438
|
export type IMutationAcceptOrganizationInvitationArgs = {
|
1436
1439
|
id: Scalars['ID'];
|
@@ -1569,6 +1572,9 @@ export type IMutationSendEmailVerificationTokenArgs = {
|
|
1569
1572
|
export type IMutationSendOrganizationInvitationArgs = {
|
1570
1573
|
request?: Maybe<IOrganizationInvitationRequest>;
|
1571
1574
|
};
|
1575
|
+
export type IMutationSendPhoneOtpArgs = {
|
1576
|
+
phoneNumber: IPhoneNumberInput;
|
1577
|
+
};
|
1572
1578
|
export type IMutationSendUserPasswordResetEmailArgs = {
|
1573
1579
|
email: Scalars['String'];
|
1574
1580
|
};
|
@@ -1667,6 +1673,10 @@ export type IMutationValidatePasswordResetOtpArgs = {
|
|
1667
1673
|
export type IMutationValidateUserEmailVerificationTokenArgs = {
|
1668
1674
|
code: Scalars['String'];
|
1669
1675
|
};
|
1676
|
+
export type IMutationVerifyPhoneOtpArgs = {
|
1677
|
+
phoneNumber: IPhoneNumberInput;
|
1678
|
+
otp: Scalars['String'];
|
1679
|
+
};
|
1670
1680
|
/** An object with an ID. */
|
1671
1681
|
export type INode = {
|
1672
1682
|
/** The ID of the node. */
|
@@ -2400,7 +2410,7 @@ export type IQueryGetIntegrationConfigurationArgs = {
|
|
2400
2410
|
export type IQueryGetOrgInvitationMembersArgs = {
|
2401
2411
|
offset?: Maybe<Scalars['Int']>;
|
2402
2412
|
limit?: Maybe<Scalars['Int']>;
|
2403
|
-
orgName
|
2413
|
+
orgName?: Maybe<Scalars['String']>;
|
2404
2414
|
};
|
2405
2415
|
export type IQueryGetOrgTeamInvitationsArgs = {
|
2406
2416
|
teamId?: Maybe<Scalars['String']>;
|
@@ -2423,6 +2433,7 @@ export type IQueryGetOrganizationInvitationArgs = {
|
|
2423
2433
|
export type IQueryGetOrganizationMembersArgs = {
|
2424
2434
|
offset?: Maybe<Scalars['Int']>;
|
2425
2435
|
limit?: Maybe<Scalars['Int']>;
|
2436
|
+
orgName?: Maybe<Scalars['String']>;
|
2426
2437
|
};
|
2427
2438
|
export type IQueryGetOrganizationResourceContextArgs = {
|
2428
2439
|
orgId?: Maybe<Scalars['String']>;
|
@@ -3327,6 +3338,12 @@ export type IResetUserPasswordMutationVariables = Exact<{
|
|
3327
3338
|
export type IResetUserPasswordMutation = ({
|
3328
3339
|
__typename?: 'Mutation';
|
3329
3340
|
} & Pick<IMutation, 'resetUserPassword'>);
|
3341
|
+
export type ISendPhoneOtpMutationVariables = Exact<{
|
3342
|
+
phoneNumber: IPhoneNumberInput;
|
3343
|
+
}>;
|
3344
|
+
export type ISendPhoneOtpMutation = ({
|
3345
|
+
__typename?: 'Mutation';
|
3346
|
+
} & Pick<IMutation, 'sendPhoneOTP'>);
|
3330
3347
|
export type ISendUserPasswordResetEmailMutationVariables = Exact<{
|
3331
3348
|
email: Scalars['String'];
|
3332
3349
|
}>;
|
@@ -3409,6 +3426,13 @@ export type IValidateUserEmailVerificationMutationVariables = Exact<{
|
|
3409
3426
|
export type IValidateUserEmailVerificationMutation = ({
|
3410
3427
|
__typename?: 'Mutation';
|
3411
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'>);
|
3412
3436
|
export type IGetUserOrganizationsListQueryVariables = Exact<{
|
3413
3437
|
[key: string]: never;
|
3414
3438
|
}>;
|
@@ -3470,7 +3494,7 @@ export type IGetManageableOrganizationsQuery = ({
|
|
3470
3494
|
export type IGetOrgInvitationMembersQueryVariables = Exact<{
|
3471
3495
|
offset?: Maybe<Scalars['Int']>;
|
3472
3496
|
limit?: Maybe<Scalars['Int']>;
|
3473
|
-
orgName
|
3497
|
+
orgName?: Maybe<Scalars['String']>;
|
3474
3498
|
}>;
|
3475
3499
|
export type IGetOrgInvitationMembersQuery = ({
|
3476
3500
|
__typename?: 'Query';
|
@@ -3637,6 +3661,7 @@ export type IGetUserOrganizationsWithRoleQuery = ({
|
|
3637
3661
|
export type IGetOrganizationMembersQueryVariables = Exact<{
|
3638
3662
|
offset?: Maybe<Scalars['Int']>;
|
3639
3663
|
limit?: Maybe<Scalars['Int']>;
|
3664
|
+
orgName?: Maybe<Scalars['String']>;
|
3640
3665
|
}>;
|
3641
3666
|
export type IGetOrganizationMembersQuery = ({
|
3642
3667
|
__typename?: 'Query';
|
@@ -3954,6 +3979,9 @@ export type IOrgContextFragment = ({
|
|
3954
3979
|
export type IOrganizationUserFragment = ({
|
3955
3980
|
__typename?: 'OrgUser';
|
3956
3981
|
} & Pick<IOrgUser, 'role' | 'orgName' | 'isSelf'>);
|
3982
|
+
export type IOrgUserIdContextFragment = ({
|
3983
|
+
__typename?: 'Context';
|
3984
|
+
} & Pick<IContext, 'orgName' | 'orgUri' | 'userId' | 'teamName'>);
|
3957
3985
|
type IResourceData_ExternalResourceData_Fragment = ({
|
3958
3986
|
__typename?: 'ExternalResourceData';
|
3959
3987
|
} & Pick<IExternalResourceData, 'uri' | 'name' | 'index'>);
|
@@ -4847,6 +4875,7 @@ export declare const MachineConfigurationFragmentDoc: DocumentNode;
|
|
4847
4875
|
export declare const OrgNameInContextFragmentDoc: DocumentNode;
|
4848
4876
|
export declare const OrgContextFragmentDoc: DocumentNode;
|
4849
4877
|
export declare const OrganizationUserFragmentDoc: DocumentNode;
|
4878
|
+
export declare const OrgUserIdContextFragmentDoc: DocumentNode;
|
4850
4879
|
export declare const ResourceUserRoleFragmentDoc: DocumentNode;
|
4851
4880
|
export declare const RoleTargetFragmentDoc: DocumentNode;
|
4852
4881
|
export declare const TeamNameInContextFragmentDoc: DocumentNode;
|
@@ -5256,6 +5285,30 @@ export declare function useResetUserPasswordMutation(baseOptions?: Apollo.Mutati
|
|
5256
5285
|
export type ResetUserPasswordMutationHookResult = ReturnType<typeof useResetUserPasswordMutation>;
|
5257
5286
|
export type ResetUserPasswordMutationResult = Apollo.MutationResult<IResetUserPasswordMutation>;
|
5258
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>;
|
5259
5312
|
export declare const SendUserPasswordResetEmailDocument: DocumentNode;
|
5260
5313
|
/**
|
5261
5314
|
* __useSendUserPasswordResetEmailMutation__
|
@@ -5488,6 +5541,32 @@ export declare function useValidateUserEmailVerificationMutation(baseOptions?: A
|
|
5488
5541
|
export type ValidateUserEmailVerificationMutationHookResult = ReturnType<typeof useValidateUserEmailVerificationMutation>;
|
5489
5542
|
export type ValidateUserEmailVerificationMutationResult = Apollo.MutationResult<IValidateUserEmailVerificationMutation>;
|
5490
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>;
|
5491
5570
|
export declare const GetUserOrganizationsListDocument: DocumentNode;
|
5492
5571
|
/**
|
5493
5572
|
* __useGetUserOrganizationsListQuery__
|
@@ -5635,15 +5714,15 @@ export declare const GetOrgInvitationMembersDocument: DocumentNode;
|
|
5635
5714
|
* },
|
5636
5715
|
* });
|
5637
5716
|
*/
|
5638
|
-
export declare function useGetOrgInvitationMembersQuery(baseOptions
|
5717
|
+
export declare function useGetOrgInvitationMembersQuery(baseOptions?: Apollo.QueryHookOptions<IGetOrgInvitationMembersQuery, IGetOrgInvitationMembersQueryVariables>): Apollo.QueryResult<IGetOrgInvitationMembersQuery, Exact<{
|
5639
5718
|
offset?: number;
|
5640
5719
|
limit?: number;
|
5641
|
-
orgName
|
5720
|
+
orgName?: string;
|
5642
5721
|
}>>;
|
5643
5722
|
export declare function useGetOrgInvitationMembersLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgInvitationMembersQuery, IGetOrgInvitationMembersQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgInvitationMembersQuery, Exact<{
|
5644
5723
|
offset?: number;
|
5645
5724
|
limit?: number;
|
5646
|
-
orgName
|
5725
|
+
orgName?: string;
|
5647
5726
|
}>>;
|
5648
5727
|
export type GetOrgInvitationMembersQueryHookResult = ReturnType<typeof useGetOrgInvitationMembersQuery>;
|
5649
5728
|
export type GetOrgInvitationMembersLazyQueryHookResult = ReturnType<typeof useGetOrgInvitationMembersLazyQuery>;
|
@@ -5984,16 +6063,19 @@ export declare const GetOrganizationMembersDocument: DocumentNode;
|
|
5984
6063
|
* variables: {
|
5985
6064
|
* offset: // value for 'offset'
|
5986
6065
|
* limit: // value for 'limit'
|
6066
|
+
* orgName: // value for 'orgName'
|
5987
6067
|
* },
|
5988
6068
|
* });
|
5989
6069
|
*/
|
5990
6070
|
export declare function useGetOrganizationMembersQuery(baseOptions?: Apollo.QueryHookOptions<IGetOrganizationMembersQuery, IGetOrganizationMembersQueryVariables>): Apollo.QueryResult<IGetOrganizationMembersQuery, Exact<{
|
5991
6071
|
offset?: number;
|
5992
6072
|
limit?: number;
|
6073
|
+
orgName?: string;
|
5993
6074
|
}>>;
|
5994
6075
|
export declare function useGetOrganizationMembersLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrganizationMembersQuery, IGetOrganizationMembersQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrganizationMembersQuery, Exact<{
|
5995
6076
|
offset?: number;
|
5996
6077
|
limit?: number;
|
6078
|
+
orgName?: string;
|
5997
6079
|
}>>;
|
5998
6080
|
export type GetOrganizationMembersQueryHookResult = ReturnType<typeof useGetOrganizationMembersQuery>;
|
5999
6081
|
export type GetOrganizationMembersLazyQueryHookResult = ReturnType<typeof useGetOrganizationMembersLazyQuery>;
|
@@ -8405,6 +8487,7 @@ export type IContextResolvers<ContextType = MyContext, ParentType extends IResol
|
|
8405
8487
|
teamName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8406
8488
|
teamResource?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
8407
8489
|
teamUri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
8490
|
+
userId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8408
8491
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8409
8492
|
};
|
8410
8493
|
export type IContributionRolesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ContributionRoles'] = IResolversParentTypes['ContributionRoles']> = {
|
@@ -8829,6 +8912,7 @@ export type IMutationResolvers<ContextType = MyContext, ParentType extends IReso
|
|
8829
8912
|
resetUserPassword?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationResetUserPasswordArgs, 'input'>>;
|
8830
8913
|
sendEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSendEmailVerificationTokenArgs, 'email'>>;
|
8831
8914
|
sendOrganizationInvitation?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSendOrganizationInvitationArgs, never>>;
|
8915
|
+
sendPhoneOTP?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType, RequireFields<IMutationSendPhoneOtpArgs, 'phoneNumber'>>;
|
8832
8916
|
sendUserPasswordResetEmail?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSendUserPasswordResetEmailArgs, 'email'>>;
|
8833
8917
|
setSettingsValueByResource?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSetSettingsValueByResourceArgs, never>>;
|
8834
8918
|
updateAuth0UserPassword?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationUpdateAuth0UserPasswordArgs, never>>;
|
@@ -8848,6 +8932,7 @@ export type IMutationResolvers<ContextType = MyContext, ParentType extends IReso
|
|
8848
8932
|
updateUserAccount?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationUpdateUserAccountArgs, never>>;
|
8849
8933
|
validatePasswordResetOtp?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationValidatePasswordResetOtpArgs, 'email' | 'code'>>;
|
8850
8934
|
validateUserEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationValidateUserEmailVerificationTokenArgs, 'code'>>;
|
8935
|
+
verifyPhoneOtp?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationVerifyPhoneOtpArgs, 'phoneNumber' | 'otp'>>;
|
8851
8936
|
};
|
8852
8937
|
export type INodeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Node'] = IResolversParentTypes['Node']> = {
|
8853
8938
|
__resolveType: TypeResolveFn<'AccessToken' | 'ApiExternalAccount' | 'ApiManagement' | 'UserAccount', ParentType, ContextType>;
|
@@ -9175,7 +9260,7 @@ export type IQueryResolvers<ContextType = MyContext, ParentType extends IResolve
|
|
9175
9260
|
getIntegrationConfiguration?: Resolver<Maybe<IResolversTypes['IntegrationConfiguration']>, ParentType, ContextType, RequireFields<IQueryGetIntegrationConfigurationArgs, 'id'>>;
|
9176
9261
|
getManageableOrganizations?: Resolver<Maybe<Array<Maybe<IResolversTypes['Organization']>>>, ParentType, ContextType>;
|
9177
9262
|
getOrgContext?: Resolver<Maybe<IResolversTypes['Context']>, ParentType, ContextType>;
|
9178
|
-
getOrgInvitationMembers?: Resolver<Maybe<IResolversTypes['OrgInvitationMembers']>, ParentType, ContextType, RequireFields<IQueryGetOrgInvitationMembersArgs,
|
9263
|
+
getOrgInvitationMembers?: Resolver<Maybe<IResolversTypes['OrgInvitationMembers']>, ParentType, ContextType, RequireFields<IQueryGetOrgInvitationMembersArgs, never>>;
|
9179
9264
|
getOrgNameFromContext?: Resolver<Maybe<IResolversTypes['Context']>, ParentType, ContextType>;
|
9180
9265
|
getOrgTeamInvitations?: Resolver<Maybe<Array<Maybe<IResolversTypes['OrganizationInvitation']>>>, ParentType, ContextType, RequireFields<IQueryGetOrgTeamInvitationsArgs, never>>;
|
9181
9266
|
getOrgUser?: Resolver<Maybe<IResolversTypes['OrgUser']>, ParentType, ContextType, RequireFields<IQueryGetOrgUserArgs, never>>;
|