@adminide-stack/core 5.0.1-alpha.8 → 6.0.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/constants/billing-plan.js +1 -2
- package/lib/constants/configuration.js +7 -8
- package/lib/constants/constants.js +2 -3
- package/lib/constants/default-workspace-config.js +3 -4
- package/lib/constants/routes.js +2 -4
- package/lib/constants/types.js +4 -5
- package/lib/constants/urls.js +2 -3
- package/lib/core/configurations/configuration.js +6 -15
- package/lib/core/configurations/events/ConfigurationChangeEvent.js +3 -10
- package/lib/core/configurations/helpers/configuration.js +14 -18
- package/lib/core/configurations/models/ConfigurationModel.js +3 -8
- package/lib/core/disposable.js +4 -6
- package/lib/core/event.js +4 -5
- package/lib/core/organization/configuration.js +3 -5
- package/lib/core/organization/helpers/organization-helpers.js +6 -9
- package/lib/core/organization/organization.js +7 -13
- package/lib/core/path.js +2 -3
- package/lib/enums/connection-status.js +2 -3
- package/lib/enums/integration-configuration-status.js +2 -3
- package/lib/enums/integrations-configuration-steps.js +2 -3
- package/lib/enums/integrations-connection-names.js +2 -3
- package/lib/enums/integrations.js +2 -3
- package/lib/enums/permissions.js +2 -3
- package/lib/enums/team-member-status.js +2 -3
- package/lib/errors/auth-error-messages.js +3 -4
- package/lib/errors/auth-error.js +2 -4
- package/lib/index.js +1 -10
- package/lib/interfaces/apollo-context.d.ts +2 -1
- package/lib/interfaces/configuration/configuration.js +6 -9
- package/lib/interfaces/generated/generated-models.d.ts +4877 -3007
- package/lib/interfaces/generated/generated-models.js +676 -438
- package/lib/interfaces/organization/organization-context.js +4 -6
- package/lib/interfaces/platform.d.ts +1 -0
- package/lib/modules/account-api/enums/index.js +2 -3
- package/lib/modules/billing-api/enums/index.js +3 -4
- package/lib/modules/inbox/enums/index.js +2 -3
- package/lib/services/abstract-configuration.d.ts +1 -1
- package/lib/services/abstract-configuration.js +4 -25
- package/lib/services/abstract-organization-context-service.js +2 -27
- package/lib/utils/configuration-utils.js +2 -3
- package/lib/utils/date-utils.js +2 -3
- package/lib/utils/flatten-utils.js +2 -38
- package/lib/utils/generate-uri.js +8 -15
- package/lib/utils/generated-settings-id.js +3 -5
- package/lib/utils/omit-deep.js +2 -4
- package/lib/utils/roles-utils.js +2 -6
- package/lib/utils/uri.js +4 -6
- package/lib/utils/utils.js +4 -5
- package/lib/utils/validations.js +2 -3
- package/package.json +9 -6
- package/lib/constants/billing-plan.js.map +0 -1
- package/lib/constants/configuration.js.map +0 -1
- package/lib/constants/constants.js.map +0 -1
- package/lib/constants/default-workspace-config.js.map +0 -1
- package/lib/constants/index.js +0 -8
- package/lib/constants/index.js.map +0 -1
- package/lib/constants/routes.js.map +0 -1
- package/lib/constants/types.js.map +0 -1
- package/lib/constants/urls.js.map +0 -1
- package/lib/core/configurations/configuration.js.map +0 -1
- package/lib/core/configurations/configuration.test.js +0 -18
- package/lib/core/configurations/configuration.test.js.map +0 -1
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.d.ts +0 -0
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.js +0 -25
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.js.map +0 -1
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.d.ts +0 -0
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.js +0 -27
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.js.map +0 -1
- package/lib/core/configurations/events/ConfigurationChangeEvent.js.map +0 -1
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.d.ts +0 -0
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.js +0 -37
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.js.map +0 -1
- package/lib/core/configurations/events/index.js +0 -5
- package/lib/core/configurations/events/index.js.map +0 -1
- package/lib/core/configurations/helpers/configuration.js.map +0 -1
- package/lib/core/configurations/helpers/index.js +0 -2
- package/lib/core/configurations/helpers/index.js.map +0 -1
- package/lib/core/configurations/index.js +0 -5
- package/lib/core/configurations/index.js.map +0 -1
- package/lib/core/configurations/models/ConfigurationModel.js.map +0 -1
- package/lib/core/configurations/models/ConfigurationModel.test.js +0 -170
- package/lib/core/configurations/models/ConfigurationModel.test.js.map +0 -1
- package/lib/core/configurations/models/index.js +0 -2
- package/lib/core/configurations/models/index.js.map +0 -1
- package/lib/core/disposable.js.map +0 -1
- package/lib/core/event.js.map +0 -1
- package/lib/core/event.test.js +0 -13
- package/lib/core/event.test.js.map +0 -1
- package/lib/core/index.js +0 -7
- package/lib/core/index.js.map +0 -1
- package/lib/core/organization/configuration.js.map +0 -1
- package/lib/core/organization/helpers/index.js +0 -2
- package/lib/core/organization/helpers/index.js.map +0 -1
- package/lib/core/organization/helpers/organization-helpers.js.map +0 -1
- package/lib/core/organization/index.js +0 -4
- package/lib/core/organization/index.js.map +0 -1
- package/lib/core/organization/organization.js.map +0 -1
- package/lib/core/path.js.map +0 -1
- package/lib/core/path.test.js +0 -203
- package/lib/core/path.test.js.map +0 -1
- package/lib/core/types.js +0 -2
- package/lib/core/types.js.map +0 -1
- package/lib/core/uri.js +0 -174
- package/lib/core/uri.js.map +0 -1
- package/lib/core/uri.test.js +0 -134
- package/lib/core/uri.test.js.map +0 -1
- package/lib/enums/connection-status.js.map +0 -1
- package/lib/enums/index.js +0 -8
- package/lib/enums/index.js.map +0 -1
- package/lib/enums/integration-configuration-status.js.map +0 -1
- package/lib/enums/integrations-configuration-steps.js.map +0 -1
- package/lib/enums/integrations-connection-names.js.map +0 -1
- package/lib/enums/integrations.js.map +0 -1
- package/lib/enums/permissions.js.map +0 -1
- package/lib/enums/team-member-status.js.map +0 -1
- package/lib/errors/auth-error-messages.js.map +0 -1
- package/lib/errors/auth-error.js.map +0 -1
- package/lib/errors/index.js +0 -3
- package/lib/errors/index.js.map +0 -1
- package/lib/index.js.map +0 -1
- package/lib/interfaces/apollo-context.js +0 -2
- package/lib/interfaces/apollo-context.js.map +0 -1
- package/lib/interfaces/common.js +0 -2
- package/lib/interfaces/common.js.map +0 -1
- package/lib/interfaces/configuration/configuration-file-service.js +0 -2
- package/lib/interfaces/configuration/configuration-file-service.js.map +0 -1
- package/lib/interfaces/configuration/configuration-server-service.js +0 -2
- package/lib/interfaces/configuration/configuration-server-service.js.map +0 -1
- package/lib/interfaces/configuration/configuration.js.map +0 -1
- package/lib/interfaces/configuration/configurationRegistry.js +0 -2
- package/lib/interfaces/configuration/configurationRegistry.js.map +0 -1
- package/lib/interfaces/configuration/configuraton-service.js +0 -2
- package/lib/interfaces/configuration/configuraton-service.js.map +0 -1
- package/lib/interfaces/configuration/event.js +0 -2
- package/lib/interfaces/configuration/event.js.map +0 -1
- package/lib/interfaces/configuration/index.js +0 -7
- package/lib/interfaces/configuration/index.js.map +0 -1
- package/lib/interfaces/contex-key-service.js +0 -2
- package/lib/interfaces/contex-key-service.js.map +0 -1
- package/lib/interfaces/database-migration.js +0 -2
- package/lib/interfaces/database-migration.js.map +0 -1
- package/lib/interfaces/enum.js +0 -70
- package/lib/interfaces/enum.js.map +0 -1
- package/lib/interfaces/environment/argv.js +0 -2
- package/lib/interfaces/environment/argv.js.map +0 -1
- package/lib/interfaces/environment/environment-service.js +0 -2
- package/lib/interfaces/environment/environment-service.js.map +0 -1
- package/lib/interfaces/environment/index.js +0 -3
- package/lib/interfaces/environment/index.js.map +0 -1
- package/lib/interfaces/generated/generated-models.js.map +0 -1
- package/lib/interfaces/generated/index.js +0 -2
- package/lib/interfaces/generated/index.js.map +0 -1
- package/lib/interfaces/index.js +0 -20
- package/lib/interfaces/index.js.map +0 -1
- package/lib/interfaces/lifecycle-service.js +0 -2
- package/lib/interfaces/lifecycle-service.js.map +0 -1
- package/lib/interfaces/log/index.js +0 -2
- package/lib/interfaces/log/index.js.map +0 -1
- package/lib/interfaces/log/log-service.js +0 -2
- package/lib/interfaces/log/log-service.js.map +0 -1
- package/lib/interfaces/nav-items.js +0 -2
- package/lib/interfaces/nav-items.js.map +0 -1
- package/lib/interfaces/organization/index.js +0 -4
- package/lib/interfaces/organization/index.js.map +0 -1
- package/lib/interfaces/organization/organization-context-service.js +0 -2
- package/lib/interfaces/organization/organization-context-service.js.map +0 -1
- package/lib/interfaces/organization/organization-context.js.map +0 -1
- package/lib/interfaces/organization/organizations-context.js +0 -2
- package/lib/interfaces/organization/organizations-context.js.map +0 -1
- package/lib/interfaces/page-store.js +0 -2
- package/lib/interfaces/page-store.js.map +0 -1
- package/lib/interfaces/permissions.js +0 -2
- package/lib/interfaces/permissions.js.map +0 -1
- package/lib/interfaces/platform.js +0 -2
- package/lib/interfaces/platform.js.map +0 -1
- package/lib/interfaces/preferences-service.js +0 -2
- package/lib/interfaces/preferences-service.js.map +0 -1
- package/lib/interfaces/service.js +0 -2
- package/lib/interfaces/service.js.map +0 -1
- package/lib/interfaces/workbench-exports.js +0 -5
- package/lib/interfaces/workbench-exports.js.map +0 -1
- package/lib/modules/account-api/enums/index.js.map +0 -1
- package/lib/modules/account-api/index.js +0 -2
- package/lib/modules/account-api/index.js.map +0 -1
- package/lib/modules/billing-api/enums/index.js.map +0 -1
- package/lib/modules/billing-api/index.js +0 -2
- package/lib/modules/billing-api/index.js.map +0 -1
- package/lib/modules/inbox/enums/index.js.map +0 -1
- package/lib/modules/inbox/index.js +0 -2
- package/lib/modules/inbox/index.js.map +0 -1
- package/lib/modules/index.js +0 -4
- package/lib/modules/index.js.map +0 -1
- package/lib/services/abstract-configuration.js.map +0 -1
- package/lib/services/abstract-organization-context-service.js.map +0 -1
- package/lib/services/index.js +0 -3
- package/lib/services/index.js.map +0 -1
- package/lib/utils/configuration-utils.js.map +0 -1
- package/lib/utils/date-utils.js.map +0 -1
- package/lib/utils/flatten-utils.js.map +0 -1
- package/lib/utils/generate-uri.js.map +0 -1
- package/lib/utils/generated-settings-id.js.map +0 -1
- package/lib/utils/index.js +0 -10
- package/lib/utils/index.js.map +0 -1
- package/lib/utils/omit-deep.js.map +0 -1
- package/lib/utils/roles-utils.js.map +0 -1
- package/lib/utils/uri.js.map +0 -1
- package/lib/utils/utils.js.map +0 -1
- package/lib/utils/validations.js.map +0 -1
@@ -1,51 +1,48 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
import * as Apollo from '@apollo/client';
|
4
|
-
const defaultOptions = {};
|
5
|
-
export var IAccountServiceAction;
|
1
|
+
export{ConfigurationTarget}from'../configuration/configuration.js';import*as Apollo from'@apollo/client/index.js';const defaultOptions = {};
|
2
|
+
var IAccountServiceAction;
|
6
3
|
(function (IAccountServiceAction) {
|
7
|
-
IAccountServiceAction["
|
8
|
-
IAccountServiceAction["
|
9
|
-
IAccountServiceAction["OnAccountUpdated"] = "onAccountUpdated";
|
10
|
-
IAccountServiceAction["OnEmailVerified"] = "onEmailVerified";
|
11
|
-
IAccountServiceAction["OnPasswordReset"] = "onPasswordReset";
|
12
|
-
IAccountServiceAction["OnPictureChanged"] = "onPictureChanged";
|
13
|
-
IAccountServiceAction["CreateDefaultAccount"] = "createDefaultAccount";
|
14
|
-
IAccountServiceAction["UpdateUserAccount"] = "updateUserAccount";
|
4
|
+
IAccountServiceAction["AccountOnBoarding"] = "accountOnBoarding";
|
5
|
+
IAccountServiceAction["AddUserToken"] = "addUserToken";
|
15
6
|
IAccountServiceAction["CreateAccount"] = "createAccount";
|
16
|
-
IAccountServiceAction["
|
17
|
-
IAccountServiceAction["FindAccountByUser"] = "findAccountByUser";
|
18
|
-
IAccountServiceAction["FindAccountByEmail"] = "findAccountByEmail";
|
19
|
-
IAccountServiceAction["GetUsers"] = "getUsers";
|
20
|
-
IAccountServiceAction["UpdateAccount"] = "updateAccount";
|
7
|
+
IAccountServiceAction["CreateDefaultAccount"] = "createDefaultAccount";
|
21
8
|
IAccountServiceAction["DeleteAccount"] = "deleteAccount";
|
22
|
-
IAccountServiceAction["AccountOnBoarding"] = "accountOnBoarding";
|
23
|
-
IAccountServiceAction["VerifyUserEmailVerificationToken"] = "verifyUserEmailVerificationToken";
|
24
9
|
IAccountServiceAction["DeleteUserAccount"] = "deleteUserAccount";
|
25
|
-
IAccountServiceAction["ResendUserEmailVerificationEmail"] = "resendUserEmailVerificationEmail";
|
26
|
-
IAccountServiceAction["DispatchUserVerificationEmail"] = "dispatchUserVerificationEmail";
|
27
10
|
IAccountServiceAction["DispatchUserPasswordResetEmail"] = "dispatchUserPasswordResetEmail";
|
28
|
-
IAccountServiceAction["
|
29
|
-
IAccountServiceAction["
|
30
|
-
IAccountServiceAction["
|
11
|
+
IAccountServiceAction["DispatchUserVerificationEmail"] = "dispatchUserVerificationEmail";
|
12
|
+
IAccountServiceAction["FindAccountByEmail"] = "findAccountByEmail";
|
13
|
+
IAccountServiceAction["FindAccountById"] = "findAccountById";
|
14
|
+
IAccountServiceAction["FindAccountByUser"] = "findAccountByUser";
|
31
15
|
IAccountServiceAction["GetAllUserTokens"] = "getAllUserTokens";
|
16
|
+
IAccountServiceAction["GetUserAccountByEmail"] = "getUserAccountByEmail";
|
17
|
+
IAccountServiceAction["GetUserTokenDetails"] = "getUserTokenDetails";
|
32
18
|
IAccountServiceAction["GetUserTokens"] = "getUserTokens";
|
19
|
+
IAccountServiceAction["GetUsers"] = "getUsers";
|
33
20
|
IAccountServiceAction["InitiatePasswordResetProcess"] = "initiatePasswordResetProcess";
|
21
|
+
IAccountServiceAction["OnAccountCreated"] = "onAccountCreated";
|
22
|
+
IAccountServiceAction["OnAccountDeleted"] = "onAccountDeleted";
|
23
|
+
IAccountServiceAction["OnAccountUpdated"] = "onAccountUpdated";
|
24
|
+
IAccountServiceAction["OnEmailVerified"] = "onEmailVerified";
|
25
|
+
IAccountServiceAction["OnPasswordReset"] = "onPasswordReset";
|
26
|
+
IAccountServiceAction["OnPictureChanged"] = "onPictureChanged";
|
27
|
+
IAccountServiceAction["RemoveUserToken"] = "removeUserToken";
|
28
|
+
IAccountServiceAction["ResendUserEmailVerificationEmail"] = "resendUserEmailVerificationEmail";
|
34
29
|
IAccountServiceAction["ResetUserPassword"] = "resetUserPassword";
|
35
30
|
IAccountServiceAction["SendEmailVerificationCode"] = "sendEmailVerificationCode";
|
31
|
+
IAccountServiceAction["UpdateAccount"] = "updateAccount";
|
32
|
+
IAccountServiceAction["UpdateUserAccount"] = "updateUserAccount";
|
36
33
|
IAccountServiceAction["ValidateEmailVerificationCode"] = "validateEmailVerificationCode";
|
37
|
-
IAccountServiceAction["
|
34
|
+
IAccountServiceAction["VerifyUserEmailVerificationToken"] = "verifyUserEmailVerificationToken";
|
38
35
|
})(IAccountServiceAction || (IAccountServiceAction = {}));
|
39
|
-
|
36
|
+
var IApplicationBillingPlanPolicy;
|
40
37
|
(function (IApplicationBillingPlanPolicy) {
|
38
|
+
IApplicationBillingPlanPolicy["Alerts"] = "Alerts";
|
39
|
+
IApplicationBillingPlanPolicy["CustomFields"] = "CustomFields";
|
41
40
|
IApplicationBillingPlanPolicy["Invoicing"] = "Invoicing";
|
42
41
|
IApplicationBillingPlanPolicy["ManagerRole"] = "ManagerRole";
|
43
42
|
IApplicationBillingPlanPolicy["ProjectTemplates"] = "ProjectTemplates";
|
44
43
|
IApplicationBillingPlanPolicy["ScheduledReports"] = "ScheduledReports";
|
45
|
-
IApplicationBillingPlanPolicy["Alerts"] = "Alerts";
|
46
|
-
IApplicationBillingPlanPolicy["CustomFields"] = "CustomFields";
|
47
44
|
})(IApplicationBillingPlanPolicy || (IApplicationBillingPlanPolicy = {}));
|
48
|
-
|
45
|
+
var IApplicationRoles;
|
49
46
|
(function (IApplicationRoles) {
|
50
47
|
/** Admin of an Organization */
|
51
48
|
IApplicationRoles["Admin"] = "ADMIN";
|
@@ -69,17 +66,17 @@ export var IApplicationRoles;
|
|
69
66
|
/** User who is logged in */
|
70
67
|
IApplicationRoles["User"] = "USER";
|
71
68
|
})(IApplicationRoles || (IApplicationRoles = {}));
|
72
|
-
|
69
|
+
var IAuthErrorCodes;
|
73
70
|
(function (IAuthErrorCodes) {
|
74
|
-
IAuthErrorCodes["Unauthenticated"] = "UNAUTHENTICATED";
|
75
71
|
IAuthErrorCodes["InternalServerError"] = "INTERNAL_SERVER_ERROR";
|
72
|
+
IAuthErrorCodes["Unauthenticated"] = "UNAUTHENTICATED";
|
76
73
|
})(IAuthErrorCodes || (IAuthErrorCodes = {}));
|
77
|
-
|
74
|
+
var ICacheControlScope;
|
78
75
|
(function (ICacheControlScope) {
|
79
|
-
ICacheControlScope["Public"] = "PUBLIC";
|
80
76
|
ICacheControlScope["Private"] = "PRIVATE";
|
77
|
+
ICacheControlScope["Public"] = "PUBLIC";
|
81
78
|
})(ICacheControlScope || (ICacheControlScope = {}));
|
82
|
-
|
79
|
+
var IClientCacheTypeNames;
|
83
80
|
(function (IClientCacheTypeNames) {
|
84
81
|
IClientCacheTypeNames["ApplicationConfiguration"] = "ApplicationConfiguration";
|
85
82
|
IClientCacheTypeNames["ApplicationPolicy"] = "ApplicationPolicy";
|
@@ -113,7 +110,7 @@ export var IClientCacheTypeNames;
|
|
113
110
|
IClientCacheTypeNames["UserAccount"] = "UserAccount";
|
114
111
|
IClientCacheTypeNames["UserConfiguration"] = "UserConfiguration";
|
115
112
|
})(IClientCacheTypeNames || (IClientCacheTypeNames = {}));
|
116
|
-
|
113
|
+
var IClientContainerService;
|
117
114
|
(function (IClientContainerService) {
|
118
115
|
IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
|
119
116
|
IClientContainerService["Auth0Authentication"] = "Auth0Authentication";
|
@@ -130,12 +127,12 @@ export var IClientContainerService;
|
|
130
127
|
IClientContainerService["IPreferenceService"] = "IPreferenceService";
|
131
128
|
IClientContainerService["ITeamKeyContextService"] = "ITeamKeyContextService";
|
132
129
|
})(IClientContainerService || (IClientContainerService = {}));
|
133
|
-
|
130
|
+
var IClientTypes;
|
134
131
|
(function (IClientTypes) {
|
135
132
|
IClientTypes["Business"] = "Business";
|
136
133
|
IClientTypes["Individuals"] = "Individuals";
|
137
134
|
})(IClientTypes || (IClientTypes = {}));
|
138
|
-
|
135
|
+
var IConfigCollectionName;
|
139
136
|
(function (IConfigCollectionName) {
|
140
137
|
IConfigCollectionName["Accounts"] = "accounts";
|
141
138
|
IConfigCollectionName["Application"] = "application";
|
@@ -150,22 +147,22 @@ export var IConfigCollectionName;
|
|
150
147
|
IConfigCollectionName["Teams"] = "teams";
|
151
148
|
IConfigCollectionName["Workspaces"] = "workspaces";
|
152
149
|
})(IConfigCollectionName || (IConfigCollectionName = {}));
|
153
|
-
|
150
|
+
var IConfigFragmentName;
|
154
151
|
(function (IConfigFragmentName) {
|
155
|
-
IConfigFragmentName["Resources"] = "resources";
|
156
|
-
IConfigFragmentName["Settings"] = "settings";
|
157
|
-
IConfigFragmentName["Policies"] = "policies";
|
158
152
|
IConfigFragmentName["ApplicationPolicies"] = "applicationPolicies";
|
159
|
-
|
153
|
+
/** Billing */
|
154
|
+
IConfigFragmentName["BillingPlanPolicies"] = "billingPlanPolicies";
|
160
155
|
IConfigFragmentName["ContributionRoles"] = "contributionRoles";
|
161
|
-
/** Team Members Document with role value */
|
162
|
-
IConfigFragmentName["TeamMembers"] = "teamMembers";
|
163
156
|
/** Organization Members Document with role value */
|
164
157
|
IConfigFragmentName["OrgMembers"] = "orgMembers";
|
165
|
-
|
166
|
-
IConfigFragmentName["
|
158
|
+
IConfigFragmentName["Policies"] = "policies";
|
159
|
+
IConfigFragmentName["Resources"] = "resources";
|
160
|
+
IConfigFragmentName["Roles"] = "roles";
|
161
|
+
IConfigFragmentName["Settings"] = "settings";
|
162
|
+
/** Team Members Document with role value */
|
163
|
+
IConfigFragmentName["TeamMembers"] = "teamMembers";
|
167
164
|
})(IConfigFragmentName || (IConfigFragmentName = {}));
|
168
|
-
|
165
|
+
var IConfigurationContributionNames;
|
169
166
|
(function (IConfigurationContributionNames) {
|
170
167
|
IConfigurationContributionNames["DefaultPermissions"] = "defaultPermissions";
|
171
168
|
IConfigurationContributionNames["DefaultPolicies"] = "defaultPolicies";
|
@@ -173,8 +170,7 @@ export var IConfigurationContributionNames;
|
|
173
170
|
/** Integration settings */
|
174
171
|
IConfigurationContributionNames["Integration"] = "integration";
|
175
172
|
})(IConfigurationContributionNames || (IConfigurationContributionNames = {}));
|
176
|
-
|
177
|
-
export var IConfigurationServiceAction;
|
173
|
+
var IConfigurationServiceAction;
|
178
174
|
(function (IConfigurationServiceAction) {
|
179
175
|
IConfigurationServiceAction["GetAllConfigurationData"] = "getAllConfigurationData";
|
180
176
|
IConfigurationServiceAction["GetConfiguration"] = "getConfiguration";
|
@@ -184,51 +180,50 @@ export var IConfigurationServiceAction;
|
|
184
180
|
IConfigurationServiceAction["ReadFile"] = "readFile";
|
185
181
|
IConfigurationServiceAction["UpdateValue"] = "updateValue";
|
186
182
|
})(IConfigurationServiceAction || (IConfigurationServiceAction = {}));
|
187
|
-
|
188
|
-
export var IContextServiceAction;
|
183
|
+
var IContextServiceAction;
|
189
184
|
(function (IContextServiceAction) {
|
190
185
|
IContextServiceAction["OnResourceCreated"] = "onResourceCreated";
|
191
|
-
IContextServiceAction["OnResourceUpdated"] = "onResourceUpdated";
|
192
|
-
IContextServiceAction["OnResourceDeleted"] = "onResourceDeleted";
|
193
186
|
IContextServiceAction["OnResourceDeactivated"] = "onResourceDeactivated";
|
187
|
+
IContextServiceAction["OnResourceDeleted"] = "onResourceDeleted";
|
188
|
+
IContextServiceAction["OnResourceUpdated"] = "onResourceUpdated";
|
194
189
|
})(IContextServiceAction || (IContextServiceAction = {}));
|
195
|
-
|
190
|
+
var IDeviceInfoPlatform;
|
196
191
|
(function (IDeviceInfoPlatform) {
|
192
|
+
IDeviceInfoPlatform["Extension"] = "EXTENSION";
|
197
193
|
IDeviceInfoPlatform["Mobile"] = "MOBILE";
|
198
194
|
IDeviceInfoPlatform["Web"] = "WEB";
|
199
|
-
IDeviceInfoPlatform["Extension"] = "EXTENSION";
|
200
195
|
})(IDeviceInfoPlatform || (IDeviceInfoPlatform = {}));
|
201
|
-
|
196
|
+
var IEditPresentationTypes;
|
202
197
|
(function (IEditPresentationTypes) {
|
203
198
|
IEditPresentationTypes["Multiline"] = "Multiline";
|
204
199
|
IEditPresentationTypes["Singleline"] = "Singleline";
|
205
200
|
})(IEditPresentationTypes || (IEditPresentationTypes = {}));
|
206
|
-
|
201
|
+
var IGlobalCurrencies;
|
207
202
|
(function (IGlobalCurrencies) {
|
208
|
-
IGlobalCurrencies["Usd"] = "USD";
|
209
|
-
IGlobalCurrencies["Euro"] = "EURO";
|
210
203
|
IGlobalCurrencies["Aud"] = "AUD";
|
204
|
+
IGlobalCurrencies["Euro"] = "EURO";
|
205
|
+
IGlobalCurrencies["Usd"] = "USD";
|
211
206
|
})(IGlobalCurrencies || (IGlobalCurrencies = {}));
|
212
|
-
|
207
|
+
var IGlobalLanguages;
|
213
208
|
(function (IGlobalLanguages) {
|
214
209
|
IGlobalLanguages["English"] = "English";
|
215
|
-
IGlobalLanguages["Spanish"] = "Spanish";
|
216
210
|
IGlobalLanguages["French"] = "French";
|
217
211
|
IGlobalLanguages["Russian"] = "Russian";
|
212
|
+
IGlobalLanguages["Spanish"] = "Spanish";
|
218
213
|
})(IGlobalLanguages || (IGlobalLanguages = {}));
|
219
|
-
|
214
|
+
var IIntegrationWorkflowServiceAction;
|
220
215
|
(function (IIntegrationWorkflowServiceAction) {
|
221
216
|
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowCreated"] = "onIntegrationWorkflowCreated";
|
222
|
-
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowUpdated"] = "onIntegrationWorkflowUpdated";
|
223
217
|
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowDeleted"] = "onIntegrationWorkflowDeleted";
|
218
|
+
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowUpdated"] = "onIntegrationWorkflowUpdated";
|
224
219
|
})(IIntegrationWorkflowServiceAction || (IIntegrationWorkflowServiceAction = {}));
|
225
|
-
|
220
|
+
var IInviteStatus;
|
226
221
|
(function (IInviteStatus) {
|
227
|
-
IInviteStatus["Pending"] = "PENDING";
|
228
222
|
IInviteStatus["Accepted"] = "ACCEPTED";
|
229
223
|
IInviteStatus["Declined"] = "DECLINED";
|
224
|
+
IInviteStatus["Pending"] = "PENDING";
|
230
225
|
})(IInviteStatus || (IInviteStatus = {}));
|
231
|
-
|
226
|
+
var IMailTemplateId;
|
232
227
|
(function (IMailTemplateId) {
|
233
228
|
IMailTemplateId["BillingNotificationId"] = "BillingNotificationId";
|
234
229
|
/** Prefix with Db to make sure it look into the database */
|
@@ -245,16 +240,16 @@ export var IMailTemplateId;
|
|
245
240
|
IMailTemplateId["UserPasswordReset"] = "USER_PASSWORD_RESET";
|
246
241
|
IMailTemplateId["Dummy"] = "dummy";
|
247
242
|
})(IMailTemplateId || (IMailTemplateId = {}));
|
248
|
-
|
243
|
+
var IMenuPosition;
|
249
244
|
(function (IMenuPosition) {
|
245
|
+
IMenuPosition["Bottom"] = "BOTTOM";
|
250
246
|
IMenuPosition["Logo"] = "LOGO";
|
251
|
-
IMenuPosition["Upper"] = "UPPER";
|
252
|
-
IMenuPosition["Middle"] = "MIDDLE";
|
253
247
|
IMenuPosition["Lower"] = "LOWER";
|
254
|
-
IMenuPosition["
|
248
|
+
IMenuPosition["Middle"] = "MIDDLE";
|
249
|
+
IMenuPosition["Upper"] = "UPPER";
|
255
250
|
})(IMenuPosition || (IMenuPosition = {}));
|
256
251
|
/** All Moleculer Topic names are extended from this. */
|
257
|
-
|
252
|
+
var IMoleculerServiceName;
|
258
253
|
(function (IMoleculerServiceName) {
|
259
254
|
IMoleculerServiceName["AccountOrganization"] = "AccountOrganization";
|
260
255
|
IMoleculerServiceName["AccountTeam"] = "AccountTeam";
|
@@ -274,11 +269,11 @@ export var IMoleculerServiceName;
|
|
274
269
|
/** Actions */
|
275
270
|
IMoleculerServiceName["OnConfigurationUpdated"] = "onConfigurationUpdated";
|
276
271
|
})(IMoleculerServiceName || (IMoleculerServiceName = {}));
|
277
|
-
|
272
|
+
var IOrgUserRole;
|
278
273
|
(function (IOrgUserRole) {
|
274
|
+
IOrgUserRole["Admin"] = "ADMIN";
|
279
275
|
IOrgUserRole["BillingLeader"] = "BILLING_LEADER";
|
280
276
|
IOrgUserRole["Member"] = "MEMBER";
|
281
|
-
IOrgUserRole["Admin"] = "ADMIN";
|
282
277
|
IOrgUserRole["Owner"] = "OWNER";
|
283
278
|
})(IOrgUserRole || (IOrgUserRole = {}));
|
284
279
|
/**
|
@@ -290,43 +285,43 @@ export var IOrgUserRole;
|
|
290
285
|
* DIRECT_MEMBER: The user is invited to be a direct member of the organization.
|
291
286
|
* REINSTATE: The user's previous role will be reinstated.
|
292
287
|
*/
|
293
|
-
|
288
|
+
var IOrgainizationInvitationRole;
|
294
289
|
(function (IOrgainizationInvitationRole) {
|
295
290
|
IOrgainizationInvitationRole["Admin"] = "ADMIN";
|
296
|
-
IOrgainizationInvitationRole["Reinstate"] = "REINSTATE";
|
297
|
-
IOrgainizationInvitationRole["DirectMember"] = "DIRECT_MEMBER";
|
298
291
|
IOrgainizationInvitationRole["BillingManager"] = "BILLING_MANAGER";
|
292
|
+
IOrgainizationInvitationRole["DirectMember"] = "DIRECT_MEMBER";
|
293
|
+
IOrgainizationInvitationRole["Reinstate"] = "REINSTATE";
|
299
294
|
})(IOrgainizationInvitationRole || (IOrgainizationInvitationRole = {}));
|
300
295
|
/** Subscription event for context */
|
301
|
-
|
296
|
+
var IOrganizationContextPubSubEvents;
|
302
297
|
(function (IOrganizationContextPubSubEvents) {
|
303
|
-
IOrganizationContextPubSubEvents["OrganizationContextUpdated"] = "OrganizationContextUpdated";
|
304
|
-
IOrganizationContextPubSubEvents["OrganizationPolicyUpdated"] = "OrganizationPolicyUpdated";
|
305
298
|
IOrganizationContextPubSubEvents["OrganizationConfigurationUpdated"] = "OrganizationConfigurationUpdated";
|
299
|
+
IOrganizationContextPubSubEvents["OrganizationContextUpdated"] = "OrganizationContextUpdated";
|
306
300
|
IOrganizationContextPubSubEvents["OrganizationPermissionUpdated"] = "OrganizationPermissionUpdated";
|
301
|
+
IOrganizationContextPubSubEvents["OrganizationPolicyUpdated"] = "OrganizationPolicyUpdated";
|
307
302
|
})(IOrganizationContextPubSubEvents || (IOrganizationContextPubSubEvents = {}));
|
308
|
-
|
303
|
+
var IOrganizationServiceAction;
|
309
304
|
(function (IOrganizationServiceAction) {
|
310
|
-
IOrganizationServiceAction["GetOrganization"] = "getOrganization";
|
311
305
|
IOrganizationServiceAction["CreateDefaultOrganization"] = "createDefaultOrganization";
|
312
|
-
IOrganizationServiceAction["GetUserOrganizations"] = "getUserOrganizations";
|
313
306
|
IOrganizationServiceAction["CreateOrganization"] = "createOrganization";
|
314
|
-
IOrganizationServiceAction["
|
315
|
-
IOrganizationServiceAction["
|
307
|
+
IOrganizationServiceAction["GetOrganization"] = "getOrganization";
|
308
|
+
IOrganizationServiceAction["GetUserOrganizations"] = "getUserOrganizations";
|
309
|
+
IOrganizationServiceAction["OnCreateOrganization"] = "onCreateOrganization";
|
310
|
+
IOrganizationServiceAction["OnCreateTeam"] = "onCreateTeam";
|
311
|
+
IOrganizationServiceAction["OnOrgMemberRemoved"] = "onOrgMemberRemoved";
|
316
312
|
IOrganizationServiceAction["OnOrganizationCreated"] = "onOrganizationCreated";
|
317
|
-
IOrganizationServiceAction["OnOrganizationUpdated"] = "onOrganizationUpdated";
|
318
313
|
IOrganizationServiceAction["OnOrganizationDeleted"] = "onOrganizationDeleted";
|
319
|
-
IOrganizationServiceAction["
|
314
|
+
IOrganizationServiceAction["OnOrganizationUpdated"] = "onOrganizationUpdated";
|
320
315
|
IOrganizationServiceAction["OnOrganizationsDeactivated"] = "onOrganizationsDeactivated";
|
321
|
-
IOrganizationServiceAction["
|
322
|
-
IOrganizationServiceAction["OnUserInvitationSend"] = "onUserInvitationSend";
|
323
|
-
IOrganizationServiceAction["OnUserInvitationResend"] = "onUserInvitationResend";
|
324
|
-
IOrganizationServiceAction["OnOrgMemberRemoved"] = "onOrgMemberRemoved";
|
325
|
-
IOrganizationServiceAction["OnCreateOrganization"] = "onCreateOrganization";
|
326
|
-
IOrganizationServiceAction["OnCreateTeam"] = "onCreateTeam";
|
316
|
+
IOrganizationServiceAction["OnOrganizationsDeleted"] = "onOrganizationsDeleted";
|
327
317
|
IOrganizationServiceAction["OnSendInvitation"] = "onSendInvitation";
|
318
|
+
IOrganizationServiceAction["OnUserInvitationResend"] = "onUserInvitationResend";
|
319
|
+
IOrganizationServiceAction["OnUserInvitationSend"] = "onUserInvitationSend";
|
320
|
+
IOrganizationServiceAction["OnUserJoinedOrganization"] = "onUserJoinedOrganization";
|
321
|
+
IOrganizationServiceAction["RemoveOrganization"] = "removeOrganization";
|
322
|
+
IOrganizationServiceAction["UpdateOrganization"] = "updateOrganization";
|
328
323
|
})(IOrganizationServiceAction || (IOrganizationServiceAction = {}));
|
329
|
-
|
324
|
+
var IPermissionAction;
|
330
325
|
(function (IPermissionAction) {
|
331
326
|
IPermissionAction["Create"] = "Create";
|
332
327
|
IPermissionAction["Delete"] = "Delete";
|
@@ -335,7 +330,7 @@ export var IPermissionAction;
|
|
335
330
|
IPermissionAction["Manage"] = "Manage";
|
336
331
|
IPermissionAction["View"] = "View";
|
337
332
|
})(IPermissionAction || (IPermissionAction = {}));
|
338
|
-
|
333
|
+
var IPermissionResource;
|
339
334
|
(function (IPermissionResource) {
|
340
335
|
IPermissionResource["Members"] = "Members";
|
341
336
|
IPermissionResource["Organization"] = "Organization";
|
@@ -344,109 +339,109 @@ export var IPermissionResource;
|
|
344
339
|
IPermissionResource["Settings"] = "Settings";
|
345
340
|
IPermissionResource["Teams"] = "Teams";
|
346
341
|
})(IPermissionResource || (IPermissionResource = {}));
|
347
|
-
|
342
|
+
var IPermissionType;
|
348
343
|
(function (IPermissionType) {
|
349
344
|
IPermissionType["Allow"] = "Allow";
|
350
345
|
IPermissionType["Deny"] = "Deny";
|
351
346
|
IPermissionType["NotSet"] = "NotSet";
|
352
347
|
})(IPermissionType || (IPermissionType = {}));
|
353
|
-
|
348
|
+
var IPortalLanguage;
|
354
349
|
(function (IPortalLanguage) {
|
355
350
|
IPortalLanguage["English"] = "English";
|
356
|
-
IPortalLanguage["Hindi"] = "Hindi";
|
357
351
|
IPortalLanguage["Gujarati"] = "Gujarati";
|
358
|
-
IPortalLanguage["
|
352
|
+
IPortalLanguage["Hindi"] = "Hindi";
|
359
353
|
IPortalLanguage["Russian"] = "Russian";
|
354
|
+
IPortalLanguage["Spanish"] = "Spanish";
|
360
355
|
})(IPortalLanguage || (IPortalLanguage = {}));
|
361
|
-
|
356
|
+
var IPreDefinedRole;
|
362
357
|
(function (IPreDefinedRole) {
|
363
|
-
IPreDefinedRole["Owner"] = "OWNER";
|
364
358
|
IPreDefinedRole["Admin"] = "ADMIN";
|
359
|
+
IPreDefinedRole["BillingLeader"] = "BILLING_LEADER";
|
360
|
+
IPreDefinedRole["Contributors"] = "CONTRIBUTORS";
|
361
|
+
IPreDefinedRole["DirectMember"] = "DIRECT_MEMBER";
|
362
|
+
IPreDefinedRole["Guest"] = "GUEST";
|
365
363
|
IPreDefinedRole["Maintainer"] = "MAINTAINER";
|
366
364
|
IPreDefinedRole["Member"] = "MEMBER";
|
365
|
+
IPreDefinedRole["Owner"] = "OWNER";
|
367
366
|
IPreDefinedRole["ProjectAdmin"] = "PROJECT_ADMIN";
|
368
|
-
IPreDefinedRole["BillingLeader"] = "BILLING_LEADER";
|
369
|
-
IPreDefinedRole["DirectMember"] = "DIRECT_MEMBER";
|
370
367
|
IPreDefinedRole["Viewer"] = "VIEWER";
|
371
|
-
IPreDefinedRole["Guest"] = "GUEST";
|
372
|
-
IPreDefinedRole["Contributors"] = "CONTRIBUTORS";
|
373
368
|
})(IPreDefinedRole || (IPreDefinedRole = {}));
|
374
369
|
/** Registry Extensions */
|
375
|
-
|
370
|
+
var IRegistryExtensions;
|
376
371
|
(function (IRegistryExtensions) {
|
377
|
-
IRegistryExtensions["UserRole"] = "UserRole";
|
378
|
-
IRegistryExtensions["Permissions"] = "Permissions";
|
379
|
-
IRegistryExtensions["Policies"] = "Policies";
|
380
372
|
IRegistryExtensions["Configuration"] = "Configuration";
|
381
373
|
IRegistryExtensions["JsonContribution"] = "JSONContribution";
|
374
|
+
IRegistryExtensions["Permissions"] = "Permissions";
|
375
|
+
IRegistryExtensions["Policies"] = "Policies";
|
376
|
+
IRegistryExtensions["UserRole"] = "UserRole";
|
382
377
|
})(IRegistryExtensions || (IRegistryExtensions = {}));
|
383
|
-
|
378
|
+
var IResourceAuthority;
|
384
379
|
(function (IResourceAuthority) {
|
385
|
-
IResourceAuthority["Defaultsettings"] = "defaultsettings";
|
386
380
|
IResourceAuthority["Defaultpermissions"] = "defaultpermissions";
|
387
381
|
IResourceAuthority["Defaultpolicies"] = "defaultpolicies";
|
382
|
+
IResourceAuthority["Defaultsettings"] = "defaultsettings";
|
388
383
|
})(IResourceAuthority || (IResourceAuthority = {}));
|
389
|
-
|
384
|
+
var IRole;
|
390
385
|
(function (IRole) {
|
391
386
|
IRole["Admin"] = "ADMIN";
|
392
387
|
IRole["Reviewer"] = "REVIEWER";
|
393
|
-
IRole["User"] = "USER";
|
394
388
|
IRole["Unknown"] = "UNKNOWN";
|
389
|
+
IRole["User"] = "USER";
|
395
390
|
})(IRole || (IRole = {}));
|
396
|
-
|
391
|
+
var IRouteParams;
|
397
392
|
(function (IRouteParams) {
|
398
393
|
IRouteParams["OrgName"] = "orgName";
|
399
394
|
IRouteParams["TeamName"] = "teamName";
|
400
395
|
})(IRouteParams || (IRouteParams = {}));
|
401
|
-
|
396
|
+
var ISettingValueType;
|
402
397
|
(function (ISettingValueType) {
|
403
|
-
ISettingValueType["Null"] = "Null";
|
404
|
-
ISettingValueType["Enum"] = "Enum";
|
405
|
-
ISettingValueType["String"] = "String";
|
406
|
-
ISettingValueType["Integer"] = "Integer";
|
407
|
-
ISettingValueType["Number"] = "Number";
|
408
398
|
ISettingValueType["Boolean"] = "Boolean";
|
409
|
-
ISettingValueType["Exclude"] = "Exclude";
|
410
399
|
ISettingValueType["Complex"] = "Complex";
|
400
|
+
ISettingValueType["Enum"] = "Enum";
|
401
|
+
ISettingValueType["Exclude"] = "Exclude";
|
402
|
+
ISettingValueType["Integer"] = "Integer";
|
403
|
+
ISettingValueType["Null"] = "Null";
|
411
404
|
ISettingValueType["NullableInteger"] = "NullableInteger";
|
412
405
|
ISettingValueType["NullableNumber"] = "NullableNumber";
|
406
|
+
ISettingValueType["Number"] = "Number";
|
407
|
+
ISettingValueType["String"] = "String";
|
413
408
|
})(ISettingValueType || (ISettingValueType = {}));
|
414
|
-
|
409
|
+
var ISortEnum;
|
415
410
|
(function (ISortEnum) {
|
416
411
|
ISortEnum["Asc"] = "ASC";
|
417
412
|
ISortEnum["Desc"] = "DESC";
|
418
413
|
})(ISortEnum || (ISortEnum = {}));
|
419
|
-
|
414
|
+
var ITeamServiceAction;
|
420
415
|
(function (ITeamServiceAction) {
|
416
|
+
ITeamServiceAction["AcceptInvitation"] = "acceptInvitation";
|
417
|
+
ITeamServiceAction["AddWorkspaces"] = "addWorkspaces";
|
418
|
+
ITeamServiceAction["CreateDefaultTeam"] = "createDefaultTeam";
|
419
|
+
ITeamServiceAction["CreateTeam"] = "createTeam";
|
420
|
+
ITeamServiceAction["DeclineInvitation"] = "declineInvitation";
|
421
|
+
ITeamServiceAction["GetInvitation"] = "getInvitation";
|
421
422
|
ITeamServiceAction["GetTeam"] = "getTeam";
|
422
423
|
ITeamServiceAction["GetUserTeams"] = "getUserTeams";
|
423
|
-
ITeamServiceAction["CreateTeam"] = "createTeam";
|
424
|
-
ITeamServiceAction["UpdateTeam"] = "updateTeam";
|
425
|
-
ITeamServiceAction["AddWorkspaces"] = "addWorkspaces";
|
426
|
-
ITeamServiceAction["ResendInvitation"] = "resendInvitation";
|
427
424
|
ITeamServiceAction["RemoveTeam"] = "removeTeam";
|
428
|
-
ITeamServiceAction["
|
425
|
+
ITeamServiceAction["ResendInvitation"] = "resendInvitation";
|
429
426
|
ITeamServiceAction["SendInvitation"] = "sendInvitation";
|
430
|
-
ITeamServiceAction["CreateDefaultTeam"] = "createDefaultTeam";
|
431
|
-
ITeamServiceAction["AcceptInvitation"] = "acceptInvitation";
|
432
|
-
ITeamServiceAction["DeclineInvitation"] = "declineInvitation";
|
433
427
|
ITeamServiceAction["SendProjectNotificaiton"] = "sendProjectNotificaiton";
|
428
|
+
ITeamServiceAction["UpdateTeam"] = "updateTeam";
|
434
429
|
})(ITeamServiceAction || (ITeamServiceAction = {}));
|
435
|
-
|
430
|
+
var ITokenTypesEnum;
|
436
431
|
(function (ITokenTypesEnum) {
|
437
432
|
ITokenTypesEnum["EmailVerification"] = "EMAIL_VERIFICATION";
|
438
433
|
ITokenTypesEnum["PasswordReset"] = "PASSWORD_RESET";
|
439
434
|
})(ITokenTypesEnum || (ITokenTypesEnum = {}));
|
440
|
-
|
435
|
+
var IUserBroadcasterAction;
|
441
436
|
(function (IUserBroadcasterAction) {
|
442
|
-
IUserBroadcasterAction["OnUserLoggedIn"] = "onUserLoggedIn";
|
443
437
|
IUserBroadcasterAction["OnUserCreated"] = "onUserCreated";
|
444
|
-
IUserBroadcasterAction["OnUserUpdated"] = "onUserUpdated";
|
445
438
|
IUserBroadcasterAction["OnUserDeleted"] = "onUserDeleted";
|
446
|
-
IUserBroadcasterAction["
|
439
|
+
IUserBroadcasterAction["OnUserLoggedIn"] = "onUserLoggedIn";
|
447
440
|
IUserBroadcasterAction["OnUserSessionInitialized"] = "onUserSessionInitialized";
|
441
|
+
IUserBroadcasterAction["OnUserSessionRevoked"] = "onUserSessionRevoked";
|
442
|
+
IUserBroadcasterAction["OnUserUpdated"] = "onUserUpdated";
|
448
443
|
})(IUserBroadcasterAction || (IUserBroadcasterAction = {}));
|
449
|
-
|
444
|
+
var IUserOrderBy;
|
450
445
|
(function (IUserOrderBy) {
|
451
446
|
IUserOrderBy["Auth0UserIdAsc"] = "auth0UserId_ASC";
|
452
447
|
IUserOrderBy["Auth0UserIdDesc"] = "auth0UserId_DESC";
|
@@ -459,39 +454,39 @@ export var IUserOrderBy;
|
|
459
454
|
IUserOrderBy["UpdatedAtAsc"] = "updatedAt_ASC";
|
460
455
|
IUserOrderBy["UpdatedAtDesc"] = "updatedAt_DESC";
|
461
456
|
})(IUserOrderBy || (IUserOrderBy = {}));
|
462
|
-
|
457
|
+
var IUserServiceAction;
|
463
458
|
(function (IUserServiceAction) {
|
464
459
|
IUserServiceAction["OnEmailVerified"] = "onEmailVerified";
|
465
460
|
})(IUserServiceAction || (IUserServiceAction = {}));
|
466
|
-
|
461
|
+
var IVisibility;
|
467
462
|
(function (IVisibility) {
|
468
463
|
IVisibility["Private"] = "private";
|
469
464
|
IVisibility["Public"] = "public";
|
470
465
|
})(IVisibility || (IVisibility = {}));
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
466
|
+
const AllContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AllContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceName" } }] } }] };
|
467
|
+
const OrgUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
468
|
+
const UserCreationEventFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "UserCreationEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserProfile" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "nickname" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "given_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "family_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email_verified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_metadata" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "last_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "first_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone_number" } }, { "kind": "Field", "name": { "kind": "Name", "value": "work_email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "company_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "dob" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip_code" } }] } }] } }] };
|
469
|
+
const ConfigurationUpdateEventFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
470
|
+
const DefaultSettingFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
471
|
+
const OverWriteRoleValueFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OverWriteRoleValue" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] };
|
472
|
+
const ConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
473
|
+
const ResourceDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
474
|
+
const ContextConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
475
|
+
const DefaultContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
476
|
+
const MachineConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MachineConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
477
|
+
const OrgNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
478
|
+
const OrgContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
|
479
|
+
const OrganizationUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
480
|
+
const OrgUserIdContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUserIdContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
481
|
+
const ResourceUserRoleFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceUserRole" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
482
|
+
const RoleTargetFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "RoleTarget" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionRoles" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "target" } }] } }] };
|
483
|
+
const TeamNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
484
|
+
const TeamContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
|
485
|
+
const TeamWithOrgOnContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamWithOrgOnContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
486
|
+
const AccountBillingPreferencesFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AccountBillingPreferences" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Preferences" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billing" } }] } }] } }] } }] };
|
487
|
+
const ConfigurationModelFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationModel" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }] } }] };
|
488
|
+
const OrganizationDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
489
|
+
const AcceptOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "acceptOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationNotificationValues" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "acceptOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "notification" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } } }] }] } }] };
|
495
490
|
/**
|
496
491
|
* __useAcceptOrganizationInvitationMutation__
|
497
492
|
*
|
@@ -510,11 +505,11 @@ export const AcceptOrganizationInvitationDocument = { "kind": "Document", "defin
|
|
510
505
|
* },
|
511
506
|
* });
|
512
507
|
*/
|
513
|
-
|
508
|
+
function useAcceptOrganizationInvitationMutation(baseOptions) {
|
514
509
|
const options = { ...defaultOptions, ...baseOptions };
|
515
510
|
return Apollo.useMutation(AcceptOrganizationInvitationDocument, options);
|
516
511
|
}
|
517
|
-
|
512
|
+
const AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AccountOnBoarding" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOnBoardingParams" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountOnBoarding" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
|
518
513
|
/**
|
519
514
|
* __useAccountOnBoardingMutation__
|
520
515
|
*
|
@@ -532,11 +527,11 @@ export const AccountOnBoardingDocument = { "kind": "Document", "definitions": [{
|
|
532
527
|
* },
|
533
528
|
* });
|
534
529
|
*/
|
535
|
-
|
530
|
+
function useAccountOnBoardingMutation(baseOptions) {
|
536
531
|
const options = { ...defaultOptions, ...baseOptions };
|
537
532
|
return Apollo.useMutation(AccountOnBoardingDocument, options);
|
538
533
|
}
|
539
|
-
|
534
|
+
const AddTeamMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddTeamMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addTeamMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberIds" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } } }] }] } }] };
|
540
535
|
/**
|
541
536
|
* __useAddTeamMembersMutation__
|
542
537
|
*
|
@@ -556,11 +551,11 @@ export const AddTeamMembersDocument = { "kind": "Document", "definitions": [{ "k
|
|
556
551
|
* },
|
557
552
|
* });
|
558
553
|
*/
|
559
|
-
|
554
|
+
function useAddTeamMembersMutation(baseOptions) {
|
560
555
|
const options = { ...defaultOptions, ...baseOptions };
|
561
556
|
return Apollo.useMutation(AddTeamMembersDocument, options);
|
562
557
|
}
|
563
|
-
|
558
|
+
const ChangeMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
|
564
559
|
/**
|
565
560
|
* __useChangeMemberRoleMutation__
|
566
561
|
*
|
@@ -581,11 +576,11 @@ export const ChangeMemberRoleDocument = { "kind": "Document", "definitions": [{
|
|
581
576
|
* },
|
582
577
|
* });
|
583
578
|
*/
|
584
|
-
|
579
|
+
function useChangeMemberRoleMutation(baseOptions) {
|
585
580
|
const options = { ...defaultOptions, ...baseOptions };
|
586
581
|
return Apollo.useMutation(ChangeMemberRoleDocument, options);
|
587
582
|
}
|
588
|
-
|
583
|
+
const ChangeOrgMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRoles" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
|
589
584
|
/**
|
590
585
|
* __useChangeOrgMemberRoleMutation__
|
591
586
|
*
|
@@ -604,11 +599,11 @@ export const ChangeOrgMemberRoleDocument = { "kind": "Document", "definitions":
|
|
604
599
|
* },
|
605
600
|
* });
|
606
601
|
*/
|
607
|
-
|
602
|
+
function useChangeOrgMemberRoleMutation(baseOptions) {
|
608
603
|
const options = { ...defaultOptions, ...baseOptions };
|
609
604
|
return Apollo.useMutation(ChangeOrgMemberRoleDocument, options);
|
610
605
|
}
|
611
|
-
|
606
|
+
const CreateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationCreateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
|
612
607
|
/**
|
613
608
|
* __useCreateOrganizationMutation__
|
614
609
|
*
|
@@ -626,11 +621,11 @@ export const CreateOrganizationDocument = { "kind": "Document", "definitions": [
|
|
626
621
|
* },
|
627
622
|
* });
|
628
623
|
*/
|
629
|
-
|
624
|
+
function useCreateOrganizationMutation(baseOptions) {
|
630
625
|
const options = { ...defaultOptions, ...baseOptions };
|
631
626
|
return Apollo.useMutation(CreateOrganizationDocument, options);
|
632
627
|
}
|
633
|
-
|
628
|
+
const CreateTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TeamCreationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
|
634
629
|
/**
|
635
630
|
* __useCreateTeamMutation__
|
636
631
|
*
|
@@ -648,11 +643,11 @@ export const CreateTeamDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
648
643
|
* },
|
649
644
|
* });
|
650
645
|
*/
|
651
|
-
|
646
|
+
function useCreateTeamMutation(baseOptions) {
|
652
647
|
const options = { ...defaultOptions, ...baseOptions };
|
653
648
|
return Apollo.useMutation(CreateTeamDocument, options);
|
654
649
|
}
|
655
|
-
|
650
|
+
const DeclineOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "DeclineOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "declineOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
656
651
|
/**
|
657
652
|
* __useDeclineOrganizationInvitationMutation__
|
658
653
|
*
|
@@ -670,11 +665,11 @@ export const DeclineOrganizationInvitationDocument = { "kind": "Document", "defi
|
|
670
665
|
* },
|
671
666
|
* });
|
672
667
|
*/
|
673
|
-
|
668
|
+
function useDeclineOrganizationInvitationMutation(baseOptions) {
|
674
669
|
const options = { ...defaultOptions, ...baseOptions };
|
675
670
|
return Apollo.useMutation(DeclineOrganizationInvitationDocument, options);
|
676
671
|
}
|
677
|
-
|
672
|
+
const DeleteUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "deleteUserAccount" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "deleteUserAccount" } }] } }] };
|
678
673
|
/**
|
679
674
|
* __useDeleteUserAccountMutation__
|
680
675
|
*
|
@@ -691,11 +686,11 @@ export const DeleteUserAccountDocument = { "kind": "Document", "definitions": [{
|
|
691
686
|
* },
|
692
687
|
* });
|
693
688
|
*/
|
694
|
-
|
689
|
+
function useDeleteUserAccountMutation(baseOptions) {
|
695
690
|
const options = { ...defaultOptions, ...baseOptions };
|
696
691
|
return Apollo.useMutation(DeleteUserAccountDocument, options);
|
697
692
|
}
|
698
|
-
|
693
|
+
const RegisterAccountUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "registerAccountUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "registerAccountUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
|
699
694
|
/**
|
700
695
|
* __useRegisterAccountUserMutation__
|
701
696
|
*
|
@@ -713,11 +708,11 @@ export const RegisterAccountUserDocument = { "kind": "Document", "definitions":
|
|
713
708
|
* },
|
714
709
|
* });
|
715
710
|
*/
|
716
|
-
|
711
|
+
function useRegisterAccountUserMutation(baseOptions) {
|
717
712
|
const options = { ...defaultOptions, ...baseOptions };
|
718
713
|
return Apollo.useMutation(RegisterAccountUserDocument, options);
|
719
714
|
}
|
720
|
-
|
715
|
+
const RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveOrgMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrgMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
|
721
716
|
/**
|
722
717
|
* __useRemoveOrgMemberMutation__
|
723
718
|
*
|
@@ -735,11 +730,11 @@ export const RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "
|
|
735
730
|
* },
|
736
731
|
* });
|
737
732
|
*/
|
738
|
-
|
733
|
+
function useRemoveOrgMemberMutation(baseOptions) {
|
739
734
|
const options = { ...defaultOptions, ...baseOptions };
|
740
735
|
return Apollo.useMutation(RemoveOrgMemberDocument, options);
|
741
736
|
}
|
742
|
-
|
737
|
+
const RemoveOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRemoveRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }] }] } }] };
|
743
738
|
/**
|
744
739
|
* __useRemoveOrganizationMutation__
|
745
740
|
*
|
@@ -757,11 +752,11 @@ export const RemoveOrganizationDocument = { "kind": "Document", "definitions": [
|
|
757
752
|
* },
|
758
753
|
* });
|
759
754
|
*/
|
760
|
-
|
755
|
+
function useRemoveOrganizationMutation(baseOptions) {
|
761
756
|
const options = { ...defaultOptions, ...baseOptions };
|
762
757
|
return Apollo.useMutation(RemoveOrganizationDocument, options);
|
763
758
|
}
|
764
|
-
|
759
|
+
const RemoveTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
|
765
760
|
/**
|
766
761
|
* __useRemoveTeamMutation__
|
767
762
|
*
|
@@ -779,11 +774,11 @@ export const RemoveTeamDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
779
774
|
* },
|
780
775
|
* });
|
781
776
|
*/
|
782
|
-
|
777
|
+
function useRemoveTeamMutation(baseOptions) {
|
783
778
|
const options = { ...defaultOptions, ...baseOptions };
|
784
779
|
return Apollo.useMutation(RemoveTeamDocument, options);
|
785
780
|
}
|
786
|
-
|
781
|
+
const RemoveTeamMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTeamMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeamMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
|
787
782
|
/**
|
788
783
|
* __useRemoveTeamMemberMutation__
|
789
784
|
*
|
@@ -803,11 +798,11 @@ export const RemoveTeamMemberDocument = { "kind": "Document", "definitions": [{
|
|
803
798
|
* },
|
804
799
|
* });
|
805
800
|
*/
|
806
|
-
|
801
|
+
function useRemoveTeamMemberMutation(baseOptions) {
|
807
802
|
const options = { ...defaultOptions, ...baseOptions };
|
808
803
|
return Apollo.useMutation(RemoveTeamMemberDocument, options);
|
809
804
|
}
|
810
|
-
|
805
|
+
const ResendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
811
806
|
/**
|
812
807
|
* __useResendOrganizationInvitationMutation__
|
813
808
|
*
|
@@ -825,11 +820,11 @@ export const ResendOrganizationInvitationDocument = { "kind": "Document", "defin
|
|
825
820
|
* },
|
826
821
|
* });
|
827
822
|
*/
|
828
|
-
|
823
|
+
function useResendOrganizationInvitationMutation(baseOptions) {
|
829
824
|
const options = { ...defaultOptions, ...baseOptions };
|
830
825
|
return Apollo.useMutation(ResendOrganizationInvitationDocument, options);
|
831
826
|
}
|
832
|
-
|
827
|
+
const ResetUserPasswordDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResetUserPassword" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserPasswordResetInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resetUserPassword" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
|
833
828
|
/**
|
834
829
|
* __useResetUserPasswordMutation__
|
835
830
|
*
|
@@ -847,11 +842,11 @@ export const ResetUserPasswordDocument = { "kind": "Document", "definitions": [{
|
|
847
842
|
* },
|
848
843
|
* });
|
849
844
|
*/
|
850
|
-
|
845
|
+
function useResetUserPasswordMutation(baseOptions) {
|
851
846
|
const options = { ...defaultOptions, ...baseOptions };
|
852
847
|
return Apollo.useMutation(ResetUserPasswordDocument, options);
|
853
848
|
}
|
854
|
-
|
849
|
+
const SendPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendPhoneOTP" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendPhoneOTP" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }] }] } }] };
|
855
850
|
/**
|
856
851
|
* __useSendPhoneOtpMutation__
|
857
852
|
*
|
@@ -869,11 +864,11 @@ export const SendPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kin
|
|
869
864
|
* },
|
870
865
|
* });
|
871
866
|
*/
|
872
|
-
|
867
|
+
function useSendPhoneOtpMutation(baseOptions) {
|
873
868
|
const options = { ...defaultOptions, ...baseOptions };
|
874
869
|
return Apollo.useMutation(SendPhoneOtpDocument, options);
|
875
870
|
}
|
876
|
-
|
871
|
+
const SendUserPasswordResetEmailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendUserPasswordResetEmail" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendUserPasswordResetEmail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
|
877
872
|
/**
|
878
873
|
* __useSendUserPasswordResetEmailMutation__
|
879
874
|
*
|
@@ -891,11 +886,11 @@ export const SendUserPasswordResetEmailDocument = { "kind": "Document", "definit
|
|
891
886
|
* },
|
892
887
|
* });
|
893
888
|
*/
|
894
|
-
|
889
|
+
function useSendUserPasswordResetEmailMutation(baseOptions) {
|
895
890
|
const options = { ...defaultOptions, ...baseOptions };
|
896
891
|
return Apollo.useMutation(SendUserPasswordResetEmailDocument, options);
|
897
892
|
}
|
898
|
-
|
893
|
+
const SendEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
|
899
894
|
/**
|
900
895
|
* __useSendEmailVerificationMutation__
|
901
896
|
*
|
@@ -913,11 +908,11 @@ export const SendEmailVerificationDocument = { "kind": "Document", "definitions"
|
|
913
908
|
* },
|
914
909
|
* });
|
915
910
|
*/
|
916
|
-
|
911
|
+
function useSendEmailVerificationMutation(baseOptions) {
|
917
912
|
const options = { ...defaultOptions, ...baseOptions };
|
918
913
|
return Apollo.useMutation(SendEmailVerificationDocument, options);
|
919
914
|
}
|
920
|
-
|
915
|
+
const SendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationInvitationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
921
916
|
/**
|
922
917
|
* __useSendOrganizationInvitationMutation__
|
923
918
|
*
|
@@ -935,11 +930,11 @@ export const SendOrganizationInvitationDocument = { "kind": "Document", "definit
|
|
935
930
|
* },
|
936
931
|
* });
|
937
932
|
*/
|
938
|
-
|
933
|
+
function useSendOrganizationInvitationMutation(baseOptions) {
|
939
934
|
const options = { ...defaultOptions, ...baseOptions };
|
940
935
|
return Apollo.useMutation(SendOrganizationInvitationDocument, options);
|
941
936
|
}
|
942
|
-
|
937
|
+
const UpdateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "addToTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "removeFromTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } } }] }] } }] };
|
943
938
|
/**
|
944
939
|
* __useUpdateOrgMemberTeamsMutation__
|
945
940
|
*
|
@@ -960,11 +955,11 @@ export const UpdateOrgMemberTeamsDocument = { "kind": "Document", "definitions":
|
|
960
955
|
* },
|
961
956
|
* });
|
962
957
|
*/
|
963
|
-
|
958
|
+
function useUpdateOrgMemberTeamsMutation(baseOptions) {
|
964
959
|
const options = { ...defaultOptions, ...baseOptions };
|
965
960
|
return Apollo.useMutation(UpdateOrgMemberTeamsDocument, options);
|
966
961
|
}
|
967
|
-
|
962
|
+
const UpdateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationUpdateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
|
968
963
|
/**
|
969
964
|
* __useUpdateOrganizationMutation__
|
970
965
|
*
|
@@ -982,11 +977,11 @@ export const UpdateOrganizationDocument = { "kind": "Document", "definitions": [
|
|
982
977
|
* },
|
983
978
|
* });
|
984
979
|
*/
|
985
|
-
|
980
|
+
function useUpdateOrganizationMutation(baseOptions) {
|
986
981
|
const options = { ...defaultOptions, ...baseOptions };
|
987
982
|
return Apollo.useMutation(UpdateOrganizationDocument, options);
|
988
983
|
}
|
989
|
-
|
984
|
+
const UpdateTeamConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateTeamConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] } }] } }] };
|
990
985
|
/**
|
991
986
|
* __useUpdateTeamConfigurationMutation__
|
992
987
|
*
|
@@ -1008,11 +1003,11 @@ export const UpdateTeamConfigurationDocument = { "kind": "Document", "definition
|
|
1008
1003
|
* },
|
1009
1004
|
* });
|
1010
1005
|
*/
|
1011
|
-
|
1006
|
+
function useUpdateTeamConfigurationMutation(baseOptions) {
|
1012
1007
|
const options = { ...defaultOptions, ...baseOptions };
|
1013
1008
|
return Apollo.useMutation(UpdateTeamConfigurationDocument, options);
|
1014
1009
|
}
|
1015
|
-
|
1010
|
+
const UpdateUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }] }] } }] };
|
1016
1011
|
/**
|
1017
1012
|
* __useUpdateUserAccountMutation__
|
1018
1013
|
*
|
@@ -1030,11 +1025,11 @@ export const UpdateUserAccountDocument = { "kind": "Document", "definitions": [{
|
|
1030
1025
|
* },
|
1031
1026
|
* });
|
1032
1027
|
*/
|
1033
|
-
|
1028
|
+
function useUpdateUserAccountMutation(baseOptions) {
|
1034
1029
|
const options = { ...defaultOptions, ...baseOptions };
|
1035
1030
|
return Apollo.useMutation(UpdateUserAccountDocument, options);
|
1036
1031
|
}
|
1037
|
-
|
1032
|
+
const ValidatePasswordResetOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidatePasswordResetOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validatePasswordResetOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
|
1038
1033
|
/**
|
1039
1034
|
* __useValidatePasswordResetOtpMutation__
|
1040
1035
|
*
|
@@ -1053,11 +1048,11 @@ export const ValidatePasswordResetOtpDocument = { "kind": "Document", "definitio
|
|
1053
1048
|
* },
|
1054
1049
|
* });
|
1055
1050
|
*/
|
1056
|
-
|
1051
|
+
function useValidatePasswordResetOtpMutation(baseOptions) {
|
1057
1052
|
const options = { ...defaultOptions, ...baseOptions };
|
1058
1053
|
return Apollo.useMutation(ValidatePasswordResetOtpDocument, options);
|
1059
1054
|
}
|
1060
|
-
|
1055
|
+
const ValidateUserEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidateUserEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validateUserEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
|
1061
1056
|
/**
|
1062
1057
|
* __useValidateUserEmailVerificationMutation__
|
1063
1058
|
*
|
@@ -1075,11 +1070,11 @@ export const ValidateUserEmailVerificationDocument = { "kind": "Document", "defi
|
|
1075
1070
|
* },
|
1076
1071
|
* });
|
1077
1072
|
*/
|
1078
|
-
|
1073
|
+
function useValidateUserEmailVerificationMutation(baseOptions) {
|
1079
1074
|
const options = { ...defaultOptions, ...baseOptions };
|
1080
1075
|
return Apollo.useMutation(ValidateUserEmailVerificationDocument, options);
|
1081
1076
|
}
|
1082
|
-
|
1077
|
+
const VerifyPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "otp" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } } }] }] } }] };
|
1083
1078
|
/**
|
1084
1079
|
* __useVerifyPhoneOtpMutation__
|
1085
1080
|
*
|
@@ -1098,11 +1093,11 @@ export const VerifyPhoneOtpDocument = { "kind": "Document", "definitions": [{ "k
|
|
1098
1093
|
* },
|
1099
1094
|
* });
|
1100
1095
|
*/
|
1101
|
-
|
1096
|
+
function useVerifyPhoneOtpMutation(baseOptions) {
|
1102
1097
|
const options = { ...defaultOptions, ...baseOptions };
|
1103
1098
|
return Apollo.useMutation(VerifyPhoneOtpDocument, options);
|
1104
1099
|
}
|
1105
|
-
|
1100
|
+
const GetUserOrganizationsListDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserOrganizationsList" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
1106
1101
|
/**
|
1107
1102
|
* __useGetUserOrganizationsListQuery__
|
1108
1103
|
*
|
@@ -1118,15 +1113,19 @@ export const GetUserOrganizationsListDocument = { "kind": "Document", "definitio
|
|
1118
1113
|
* },
|
1119
1114
|
* });
|
1120
1115
|
*/
|
1121
|
-
|
1116
|
+
function useGetUserOrganizationsListQuery(baseOptions) {
|
1122
1117
|
const options = { ...defaultOptions, ...baseOptions };
|
1123
1118
|
return Apollo.useQuery(GetUserOrganizationsListDocument, options);
|
1124
1119
|
}
|
1125
|
-
|
1120
|
+
function useGetUserOrganizationsListLazyQuery(baseOptions) {
|
1126
1121
|
const options = { ...defaultOptions, ...baseOptions };
|
1127
1122
|
return Apollo.useLazyQuery(GetUserOrganizationsListDocument, options);
|
1128
1123
|
}
|
1129
|
-
|
1124
|
+
function useGetUserOrganizationsListSuspenseQuery(baseOptions) {
|
1125
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1126
|
+
return Apollo.useSuspenseQuery(GetUserOrganizationsListDocument, options);
|
1127
|
+
}
|
1128
|
+
const DecodeOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DecodeOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "decodeOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "token" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitationId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitedBy" } }] } }] } }] };
|
1130
1129
|
/**
|
1131
1130
|
* __useDecodeOrganizationInvitationQuery__
|
1132
1131
|
*
|
@@ -1143,15 +1142,19 @@ export const DecodeOrganizationInvitationDocument = { "kind": "Document", "defin
|
|
1143
1142
|
* },
|
1144
1143
|
* });
|
1145
1144
|
*/
|
1146
|
-
|
1145
|
+
function useDecodeOrganizationInvitationQuery(baseOptions) {
|
1147
1146
|
const options = { ...defaultOptions, ...baseOptions };
|
1148
1147
|
return Apollo.useQuery(DecodeOrganizationInvitationDocument, options);
|
1149
1148
|
}
|
1150
|
-
|
1149
|
+
function useDecodeOrganizationInvitationLazyQuery(baseOptions) {
|
1151
1150
|
const options = { ...defaultOptions, ...baseOptions };
|
1152
1151
|
return Apollo.useLazyQuery(DecodeOrganizationInvitationDocument, options);
|
1153
1152
|
}
|
1154
|
-
|
1153
|
+
function useDecodeOrganizationInvitationSuspenseQuery(baseOptions) {
|
1154
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1155
|
+
return Apollo.useSuspenseQuery(DecodeOrganizationInvitationDocument, options);
|
1156
|
+
}
|
1157
|
+
const GetAccountsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccounts" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAccounts" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
|
1155
1158
|
/**
|
1156
1159
|
* __useGetAccountsQuery__
|
1157
1160
|
*
|
@@ -1168,15 +1171,19 @@ export const GetAccountsDocument = { "kind": "Document", "definitions": [{ "kind
|
|
1168
1171
|
* },
|
1169
1172
|
* });
|
1170
1173
|
*/
|
1171
|
-
|
1174
|
+
function useGetAccountsQuery(baseOptions) {
|
1172
1175
|
const options = { ...defaultOptions, ...baseOptions };
|
1173
1176
|
return Apollo.useQuery(GetAccountsDocument, options);
|
1174
1177
|
}
|
1175
|
-
|
1178
|
+
function useGetAccountsLazyQuery(baseOptions) {
|
1176
1179
|
const options = { ...defaultOptions, ...baseOptions };
|
1177
1180
|
return Apollo.useLazyQuery(GetAccountsDocument, options);
|
1178
1181
|
}
|
1179
|
-
|
1182
|
+
function useGetAccountsSuspenseQuery(baseOptions) {
|
1183
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1184
|
+
return Apollo.useSuspenseQuery(GetAccountsDocument, options);
|
1185
|
+
}
|
1186
|
+
const GetAllCountriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllCountries" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "JSON" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllCountries" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "criteria" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phoneCode" } }] } }] } }] };
|
1180
1187
|
/**
|
1181
1188
|
* __useGetAllCountriesQuery__
|
1182
1189
|
*
|
@@ -1193,15 +1200,19 @@ export const GetAllCountriesDocument = { "kind": "Document", "definitions": [{ "
|
|
1193
1200
|
* },
|
1194
1201
|
* });
|
1195
1202
|
*/
|
1196
|
-
|
1203
|
+
function useGetAllCountriesQuery(baseOptions) {
|
1197
1204
|
const options = { ...defaultOptions, ...baseOptions };
|
1198
1205
|
return Apollo.useQuery(GetAllCountriesDocument, options);
|
1199
1206
|
}
|
1200
|
-
|
1207
|
+
function useGetAllCountriesLazyQuery(baseOptions) {
|
1201
1208
|
const options = { ...defaultOptions, ...baseOptions };
|
1202
1209
|
return Apollo.useLazyQuery(GetAllCountriesDocument, options);
|
1203
1210
|
}
|
1204
|
-
|
1211
|
+
function useGetAllCountriesSuspenseQuery(baseOptions) {
|
1212
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1213
|
+
return Apollo.useSuspenseQuery(GetAllCountriesDocument, options);
|
1214
|
+
}
|
1215
|
+
const GetManageableOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
1205
1216
|
/**
|
1206
1217
|
* __useGetManageableOrganizationsQuery__
|
1207
1218
|
*
|
@@ -1217,15 +1228,19 @@ export const GetManageableOrganizationsDocument = { "kind": "Document", "definit
|
|
1217
1228
|
* },
|
1218
1229
|
* });
|
1219
1230
|
*/
|
1220
|
-
|
1231
|
+
function useGetManageableOrganizationsQuery(baseOptions) {
|
1221
1232
|
const options = { ...defaultOptions, ...baseOptions };
|
1222
1233
|
return Apollo.useQuery(GetManageableOrganizationsDocument, options);
|
1223
1234
|
}
|
1224
|
-
|
1235
|
+
function useGetManageableOrganizationsLazyQuery(baseOptions) {
|
1225
1236
|
const options = { ...defaultOptions, ...baseOptions };
|
1226
1237
|
return Apollo.useLazyQuery(GetManageableOrganizationsDocument, options);
|
1227
1238
|
}
|
1228
|
-
|
1239
|
+
function useGetManageableOrganizationsSuspenseQuery(baseOptions) {
|
1240
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1241
|
+
return Apollo.useSuspenseQuery(GetManageableOrganizationsDocument, options);
|
1242
|
+
}
|
1243
|
+
const GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteLink" } }] } }] } }] } }] };
|
1229
1244
|
/**
|
1230
1245
|
* __useGetOrgInvitationMembersQuery__
|
1231
1246
|
*
|
@@ -1244,15 +1259,19 @@ export const GetOrgInvitationMembersDocument = { "kind": "Document", "definition
|
|
1244
1259
|
* },
|
1245
1260
|
* });
|
1246
1261
|
*/
|
1247
|
-
|
1262
|
+
function useGetOrgInvitationMembersQuery(baseOptions) {
|
1248
1263
|
const options = { ...defaultOptions, ...baseOptions };
|
1249
1264
|
return Apollo.useQuery(GetOrgInvitationMembersDocument, options);
|
1250
1265
|
}
|
1251
|
-
|
1266
|
+
function useGetOrgInvitationMembersLazyQuery(baseOptions) {
|
1252
1267
|
const options = { ...defaultOptions, ...baseOptions };
|
1253
1268
|
return Apollo.useLazyQuery(GetOrgInvitationMembersDocument, options);
|
1254
1269
|
}
|
1255
|
-
|
1270
|
+
function useGetOrgInvitationMembersSuspenseQuery(baseOptions) {
|
1271
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1272
|
+
return Apollo.useSuspenseQuery(GetOrgInvitationMembersDocument, options);
|
1273
|
+
}
|
1274
|
+
const GetOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
|
1256
1275
|
/**
|
1257
1276
|
* __useGetOrganizationInvitationQuery__
|
1258
1277
|
*
|
@@ -1269,15 +1288,19 @@ export const GetOrganizationInvitationDocument = { "kind": "Document", "definiti
|
|
1269
1288
|
* },
|
1270
1289
|
* });
|
1271
1290
|
*/
|
1272
|
-
|
1291
|
+
function useGetOrganizationInvitationQuery(baseOptions) {
|
1273
1292
|
const options = { ...defaultOptions, ...baseOptions };
|
1274
1293
|
return Apollo.useQuery(GetOrganizationInvitationDocument, options);
|
1275
1294
|
}
|
1276
|
-
|
1295
|
+
function useGetOrganizationInvitationLazyQuery(baseOptions) {
|
1277
1296
|
const options = { ...defaultOptions, ...baseOptions };
|
1278
1297
|
return Apollo.useLazyQuery(GetOrganizationInvitationDocument, options);
|
1279
1298
|
}
|
1280
|
-
|
1299
|
+
function useGetOrganizationInvitationSuspenseQuery(baseOptions) {
|
1300
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1301
|
+
return Apollo.useSuspenseQuery(GetOrganizationInvitationDocument, options);
|
1302
|
+
}
|
1303
|
+
const GetOrgTeamInvitationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrgTeamInvitations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgTeamInvitations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitedBy" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
|
1281
1304
|
/**
|
1282
1305
|
* __useGetOrgTeamInvitationsQuery__
|
1283
1306
|
*
|
@@ -1294,15 +1317,19 @@ export const GetOrgTeamInvitationsDocument = { "kind": "Document", "definitions"
|
|
1294
1317
|
* },
|
1295
1318
|
* });
|
1296
1319
|
*/
|
1297
|
-
|
1320
|
+
function useGetOrgTeamInvitationsQuery(baseOptions) {
|
1298
1321
|
const options = { ...defaultOptions, ...baseOptions };
|
1299
1322
|
return Apollo.useQuery(GetOrgTeamInvitationsDocument, options);
|
1300
1323
|
}
|
1301
|
-
|
1324
|
+
function useGetOrgTeamInvitationsLazyQuery(baseOptions) {
|
1302
1325
|
const options = { ...defaultOptions, ...baseOptions };
|
1303
1326
|
return Apollo.useLazyQuery(GetOrgTeamInvitationsDocument, options);
|
1304
1327
|
}
|
1305
|
-
|
1328
|
+
function useGetOrgTeamInvitationsSuspenseQuery(baseOptions) {
|
1329
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1330
|
+
return Apollo.useSuspenseQuery(GetOrgTeamInvitationsDocument, options);
|
1331
|
+
}
|
1332
|
+
const GetOrgUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
1306
1333
|
/**
|
1307
1334
|
* __useGetOrgUserQuery__
|
1308
1335
|
*
|
@@ -1319,15 +1346,19 @@ export const GetOrgUserDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
1319
1346
|
* },
|
1320
1347
|
* });
|
1321
1348
|
*/
|
1322
|
-
|
1349
|
+
function useGetOrgUserQuery(baseOptions) {
|
1323
1350
|
const options = { ...defaultOptions, ...baseOptions };
|
1324
1351
|
return Apollo.useQuery(GetOrgUserDocument, options);
|
1325
1352
|
}
|
1326
|
-
|
1353
|
+
function useGetOrgUserLazyQuery(baseOptions) {
|
1327
1354
|
const options = { ...defaultOptions, ...baseOptions };
|
1328
1355
|
return Apollo.useLazyQuery(GetOrgUserDocument, options);
|
1329
1356
|
}
|
1330
|
-
|
1357
|
+
function useGetOrgUserSuspenseQuery(baseOptions) {
|
1358
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1359
|
+
return Apollo.useSuspenseQuery(GetOrgUserDocument, options);
|
1360
|
+
}
|
1361
|
+
const GetOrganizationMembersWithNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembersWithName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgDetailWhere" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "emailVerified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }] } }] } }] } }] } }] };
|
1331
1362
|
/**
|
1332
1363
|
* __useGetOrganizationMembersWithNameQuery__
|
1333
1364
|
*
|
@@ -1344,15 +1375,19 @@ export const GetOrganizationMembersWithNameDocument = { "kind": "Document", "def
|
|
1344
1375
|
* },
|
1345
1376
|
* });
|
1346
1377
|
*/
|
1347
|
-
|
1378
|
+
function useGetOrganizationMembersWithNameQuery(baseOptions) {
|
1348
1379
|
const options = { ...defaultOptions, ...baseOptions };
|
1349
1380
|
return Apollo.useQuery(GetOrganizationMembersWithNameDocument, options);
|
1350
1381
|
}
|
1351
|
-
|
1382
|
+
function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
|
1352
1383
|
const options = { ...defaultOptions, ...baseOptions };
|
1353
1384
|
return Apollo.useLazyQuery(GetOrganizationMembersWithNameDocument, options);
|
1354
1385
|
}
|
1355
|
-
|
1386
|
+
function useGetOrganizationMembersWithNameSuspenseQuery(baseOptions) {
|
1387
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1388
|
+
return Apollo.useSuspenseQuery(GetOrganizationMembersWithNameDocument, options);
|
1389
|
+
}
|
1390
|
+
const GetOrganizationTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1356
1391
|
/**
|
1357
1392
|
* __useGetOrganizationTeamsQuery__
|
1358
1393
|
*
|
@@ -1369,15 +1404,19 @@ export const GetOrganizationTeamsDocument = { "kind": "Document", "definitions":
|
|
1369
1404
|
* },
|
1370
1405
|
* });
|
1371
1406
|
*/
|
1372
|
-
|
1407
|
+
function useGetOrganizationTeamsQuery(baseOptions) {
|
1373
1408
|
const options = { ...defaultOptions, ...baseOptions };
|
1374
1409
|
return Apollo.useQuery(GetOrganizationTeamsDocument, options);
|
1375
1410
|
}
|
1376
|
-
|
1411
|
+
function useGetOrganizationTeamsLazyQuery(baseOptions) {
|
1377
1412
|
const options = { ...defaultOptions, ...baseOptions };
|
1378
1413
|
return Apollo.useLazyQuery(GetOrganizationTeamsDocument, options);
|
1379
1414
|
}
|
1380
|
-
|
1415
|
+
function useGetOrganizationTeamsSuspenseQuery(baseOptions) {
|
1416
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1417
|
+
return Apollo.useSuspenseQuery(GetOrganizationTeamsDocument, options);
|
1418
|
+
}
|
1419
|
+
const GetTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1381
1420
|
/**
|
1382
1421
|
* __useGetTeamQuery__
|
1383
1422
|
*
|
@@ -1395,15 +1434,19 @@ export const GetTeamDocument = { "kind": "Document", "definitions": [{ "kind": "
|
|
1395
1434
|
* },
|
1396
1435
|
* });
|
1397
1436
|
*/
|
1398
|
-
|
1437
|
+
function useGetTeamQuery(baseOptions) {
|
1399
1438
|
const options = { ...defaultOptions, ...baseOptions };
|
1400
1439
|
return Apollo.useQuery(GetTeamDocument, options);
|
1401
1440
|
}
|
1402
|
-
|
1441
|
+
function useGetTeamLazyQuery(baseOptions) {
|
1403
1442
|
const options = { ...defaultOptions, ...baseOptions };
|
1404
1443
|
return Apollo.useLazyQuery(GetTeamDocument, options);
|
1405
1444
|
}
|
1406
|
-
|
1445
|
+
function useGetTeamSuspenseQuery(baseOptions) {
|
1446
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1447
|
+
return Apollo.useSuspenseQuery(GetTeamDocument, options);
|
1448
|
+
}
|
1449
|
+
const GetTeamByNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeamByName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1407
1450
|
/**
|
1408
1451
|
* __useGetTeamByNameQuery__
|
1409
1452
|
*
|
@@ -1421,15 +1464,19 @@ export const GetTeamByNameDocument = { "kind": "Document", "definitions": [{ "ki
|
|
1421
1464
|
* },
|
1422
1465
|
* });
|
1423
1466
|
*/
|
1424
|
-
|
1467
|
+
function useGetTeamByNameQuery(baseOptions) {
|
1425
1468
|
const options = { ...defaultOptions, ...baseOptions };
|
1426
1469
|
return Apollo.useQuery(GetTeamByNameDocument, options);
|
1427
1470
|
}
|
1428
|
-
|
1471
|
+
function useGetTeamByNameLazyQuery(baseOptions) {
|
1429
1472
|
const options = { ...defaultOptions, ...baseOptions };
|
1430
1473
|
return Apollo.useLazyQuery(GetTeamByNameDocument, options);
|
1431
1474
|
}
|
1432
|
-
|
1475
|
+
function useGetTeamByNameSuspenseQuery(baseOptions) {
|
1476
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1477
|
+
return Apollo.useSuspenseQuery(GetTeamByNameDocument, options);
|
1478
|
+
}
|
1479
|
+
const GetUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
|
1433
1480
|
/**
|
1434
1481
|
* __useGetUserAccountQuery__
|
1435
1482
|
*
|
@@ -1446,15 +1493,19 @@ export const GetUserAccountDocument = { "kind": "Document", "definitions": [{ "k
|
|
1446
1493
|
* },
|
1447
1494
|
* });
|
1448
1495
|
*/
|
1449
|
-
|
1496
|
+
function useGetUserAccountQuery(baseOptions) {
|
1450
1497
|
const options = { ...defaultOptions, ...baseOptions };
|
1451
1498
|
return Apollo.useQuery(GetUserAccountDocument, options);
|
1452
1499
|
}
|
1453
|
-
|
1500
|
+
function useGetUserAccountLazyQuery(baseOptions) {
|
1454
1501
|
const options = { ...defaultOptions, ...baseOptions };
|
1455
1502
|
return Apollo.useLazyQuery(GetUserAccountDocument, options);
|
1456
1503
|
}
|
1457
|
-
|
1504
|
+
function useGetUserAccountSuspenseQuery(baseOptions) {
|
1505
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1506
|
+
return Apollo.useSuspenseQuery(GetUserAccountDocument, options);
|
1507
|
+
}
|
1508
|
+
const GetUserAccountByAuth0IdDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccountByAuth0Id" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccountByAuth0Id" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userAuth0Id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
|
1458
1509
|
/**
|
1459
1510
|
* __useGetUserAccountByAuth0IdQuery__
|
1460
1511
|
*
|
@@ -1471,15 +1522,19 @@ export const GetUserAccountByAuth0IdDocument = { "kind": "Document", "definition
|
|
1471
1522
|
* },
|
1472
1523
|
* });
|
1473
1524
|
*/
|
1474
|
-
|
1525
|
+
function useGetUserAccountByAuth0IdQuery(baseOptions) {
|
1475
1526
|
const options = { ...defaultOptions, ...baseOptions };
|
1476
1527
|
return Apollo.useQuery(GetUserAccountByAuth0IdDocument, options);
|
1477
1528
|
}
|
1478
|
-
|
1529
|
+
function useGetUserAccountByAuth0IdLazyQuery(baseOptions) {
|
1479
1530
|
const options = { ...defaultOptions, ...baseOptions };
|
1480
1531
|
return Apollo.useLazyQuery(GetUserAccountByAuth0IdDocument, options);
|
1481
1532
|
}
|
1482
|
-
|
1533
|
+
function useGetUserAccountByAuth0IdSuspenseQuery(baseOptions) {
|
1534
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1535
|
+
return Apollo.useSuspenseQuery(GetUserAccountByAuth0IdDocument, options);
|
1536
|
+
}
|
1537
|
+
const GetUserTokenDetailsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserTokenDetails" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenTypesEnum" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserTokenDetails" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "type" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valid" } }, { "kind": "Field", "name": { "kind": "Name", "value": "refreshedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "usedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
|
1483
1538
|
/**
|
1484
1539
|
* __useGetUserTokenDetailsQuery__
|
1485
1540
|
*
|
@@ -1497,15 +1552,19 @@ export const GetUserTokenDetailsDocument = { "kind": "Document", "definitions":
|
|
1497
1552
|
* },
|
1498
1553
|
* });
|
1499
1554
|
*/
|
1500
|
-
|
1555
|
+
function useGetUserTokenDetailsQuery(baseOptions) {
|
1501
1556
|
const options = { ...defaultOptions, ...baseOptions };
|
1502
1557
|
return Apollo.useQuery(GetUserTokenDetailsDocument, options);
|
1503
1558
|
}
|
1504
|
-
|
1559
|
+
function useGetUserTokenDetailsLazyQuery(baseOptions) {
|
1505
1560
|
const options = { ...defaultOptions, ...baseOptions };
|
1506
1561
|
return Apollo.useLazyQuery(GetUserTokenDetailsDocument, options);
|
1507
1562
|
}
|
1508
|
-
|
1563
|
+
function useGetUserTokenDetailsSuspenseQuery(baseOptions) {
|
1564
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1565
|
+
return Apollo.useSuspenseQuery(GetUserTokenDetailsDocument, options);
|
1566
|
+
}
|
1567
|
+
const GetUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
|
1509
1568
|
/**
|
1510
1569
|
* __useGetUserOrganizationsQuery__
|
1511
1570
|
*
|
@@ -1522,15 +1581,19 @@ export const GetUserOrganizationsDocument = { "kind": "Document", "definitions":
|
|
1522
1581
|
* },
|
1523
1582
|
* });
|
1524
1583
|
*/
|
1525
|
-
|
1584
|
+
function useGetUserOrganizationsQuery(baseOptions) {
|
1526
1585
|
const options = { ...defaultOptions, ...baseOptions };
|
1527
1586
|
return Apollo.useQuery(GetUserOrganizationsDocument, options);
|
1528
1587
|
}
|
1529
|
-
|
1588
|
+
function useGetUserOrganizationsLazyQuery(baseOptions) {
|
1530
1589
|
const options = { ...defaultOptions, ...baseOptions };
|
1531
1590
|
return Apollo.useLazyQuery(GetUserOrganizationsDocument, options);
|
1532
1591
|
}
|
1533
|
-
|
1592
|
+
function useGetUserOrganizationsSuspenseQuery(baseOptions) {
|
1593
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1594
|
+
return Apollo.useSuspenseQuery(GetUserOrganizationsDocument, options);
|
1595
|
+
}
|
1596
|
+
const GetUserOrganizationsWithRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
1534
1597
|
/**
|
1535
1598
|
* __useGetUserOrganizationsWithRoleQuery__
|
1536
1599
|
*
|
@@ -1547,15 +1610,19 @@ export const GetUserOrganizationsWithRoleDocument = { "kind": "Document", "defin
|
|
1547
1610
|
* },
|
1548
1611
|
* });
|
1549
1612
|
*/
|
1550
|
-
|
1613
|
+
function useGetUserOrganizationsWithRoleQuery(baseOptions) {
|
1551
1614
|
const options = { ...defaultOptions, ...baseOptions };
|
1552
1615
|
return Apollo.useQuery(GetUserOrganizationsWithRoleDocument, options);
|
1553
1616
|
}
|
1554
|
-
|
1617
|
+
function useGetUserOrganizationsWithRoleLazyQuery(baseOptions) {
|
1555
1618
|
const options = { ...defaultOptions, ...baseOptions };
|
1556
1619
|
return Apollo.useLazyQuery(GetUserOrganizationsWithRoleDocument, options);
|
1557
1620
|
}
|
1558
|
-
|
1621
|
+
function useGetUserOrganizationsWithRoleSuspenseQuery(baseOptions) {
|
1622
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1623
|
+
return Apollo.useSuspenseQuery(GetUserOrganizationsWithRoleDocument, options);
|
1624
|
+
}
|
1625
|
+
const GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] } }] } }] };
|
1559
1626
|
/**
|
1560
1627
|
* __useGetOrganizationMembersQuery__
|
1561
1628
|
*
|
@@ -1574,15 +1641,19 @@ export const GetOrganizationMembersDocument = { "kind": "Document", "definitions
|
|
1574
1641
|
* },
|
1575
1642
|
* });
|
1576
1643
|
*/
|
1577
|
-
|
1644
|
+
function useGetOrganizationMembersQuery(baseOptions) {
|
1578
1645
|
const options = { ...defaultOptions, ...baseOptions };
|
1579
1646
|
return Apollo.useQuery(GetOrganizationMembersDocument, options);
|
1580
1647
|
}
|
1581
|
-
|
1648
|
+
function useGetOrganizationMembersLazyQuery(baseOptions) {
|
1582
1649
|
const options = { ...defaultOptions, ...baseOptions };
|
1583
1650
|
return Apollo.useLazyQuery(GetOrganizationMembersDocument, options);
|
1584
1651
|
}
|
1585
|
-
|
1652
|
+
function useGetOrganizationMembersSuspenseQuery(baseOptions) {
|
1653
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1654
|
+
return Apollo.useSuspenseQuery(GetOrganizationMembersDocument, options);
|
1655
|
+
}
|
1656
|
+
const OrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "periodStop" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "periodStart" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingLeaders" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mainBilingLeaderId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeSubscriptionId" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
1586
1657
|
/**
|
1587
1658
|
* __useOrganizationsQuery__
|
1588
1659
|
*
|
@@ -1598,15 +1669,19 @@ export const OrganizationsDocument = { "kind": "Document", "definitions": [{ "ki
|
|
1598
1669
|
* },
|
1599
1670
|
* });
|
1600
1671
|
*/
|
1601
|
-
|
1672
|
+
function useOrganizationsQuery(baseOptions) {
|
1602
1673
|
const options = { ...defaultOptions, ...baseOptions };
|
1603
1674
|
return Apollo.useQuery(OrganizationsDocument, options);
|
1604
1675
|
}
|
1605
|
-
|
1676
|
+
function useOrganizationsLazyQuery(baseOptions) {
|
1606
1677
|
const options = { ...defaultOptions, ...baseOptions };
|
1607
1678
|
return Apollo.useLazyQuery(OrganizationsDocument, options);
|
1608
1679
|
}
|
1609
|
-
|
1680
|
+
function useOrganizationsSuspenseQuery(baseOptions) {
|
1681
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1682
|
+
return Apollo.useSuspenseQuery(OrganizationsDocument, options);
|
1683
|
+
}
|
1684
|
+
const TeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "team" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "team" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1610
1685
|
/**
|
1611
1686
|
* __useTeamQuery__
|
1612
1687
|
*
|
@@ -1623,15 +1698,19 @@ export const TeamDocument = { "kind": "Document", "definitions": [{ "kind": "Ope
|
|
1623
1698
|
* },
|
1624
1699
|
* });
|
1625
1700
|
*/
|
1626
|
-
|
1701
|
+
function useTeamQuery(baseOptions) {
|
1627
1702
|
const options = { ...defaultOptions, ...baseOptions };
|
1628
1703
|
return Apollo.useQuery(TeamDocument, options);
|
1629
1704
|
}
|
1630
|
-
|
1705
|
+
function useTeamLazyQuery(baseOptions) {
|
1631
1706
|
const options = { ...defaultOptions, ...baseOptions };
|
1632
1707
|
return Apollo.useLazyQuery(TeamDocument, options);
|
1633
1708
|
}
|
1634
|
-
|
1709
|
+
function useTeamSuspenseQuery(baseOptions) {
|
1710
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1711
|
+
return Apollo.useSuspenseQuery(TeamDocument, options);
|
1712
|
+
}
|
1713
|
+
const TeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "Teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1635
1714
|
/**
|
1636
1715
|
* __useTeamsQuery__
|
1637
1716
|
*
|
@@ -1647,15 +1726,19 @@ export const TeamsDocument = { "kind": "Document", "definitions": [{ "kind": "Op
|
|
1647
1726
|
* },
|
1648
1727
|
* });
|
1649
1728
|
*/
|
1650
|
-
|
1729
|
+
function useTeamsQuery(baseOptions) {
|
1651
1730
|
const options = { ...defaultOptions, ...baseOptions };
|
1652
1731
|
return Apollo.useQuery(TeamsDocument, options);
|
1653
1732
|
}
|
1654
|
-
|
1733
|
+
function useTeamsLazyQuery(baseOptions) {
|
1655
1734
|
const options = { ...defaultOptions, ...baseOptions };
|
1656
1735
|
return Apollo.useLazyQuery(TeamsDocument, options);
|
1657
1736
|
}
|
1658
|
-
|
1737
|
+
function useTeamsSuspenseQuery(baseOptions) {
|
1738
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1739
|
+
return Apollo.useSuspenseQuery(TeamsDocument, options);
|
1740
|
+
}
|
1741
|
+
const GetViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsURL" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }] } }] } }] } }] } }] };
|
1659
1742
|
/**
|
1660
1743
|
* __useGetViewerSettingsQuery__
|
1661
1744
|
*
|
@@ -1672,15 +1755,19 @@ export const GetViewerSettingsDocument = { "kind": "Document", "definitions": [{
|
|
1672
1755
|
* },
|
1673
1756
|
* });
|
1674
1757
|
*/
|
1675
|
-
|
1758
|
+
function useGetViewerSettingsQuery(baseOptions) {
|
1676
1759
|
const options = { ...defaultOptions, ...baseOptions };
|
1677
1760
|
return Apollo.useQuery(GetViewerSettingsDocument, options);
|
1678
1761
|
}
|
1679
|
-
|
1762
|
+
function useGetViewerSettingsLazyQuery(baseOptions) {
|
1680
1763
|
const options = { ...defaultOptions, ...baseOptions };
|
1681
1764
|
return Apollo.useLazyQuery(GetViewerSettingsDocument, options);
|
1682
1765
|
}
|
1683
|
-
|
1766
|
+
function useGetViewerSettingsSuspenseQuery(baseOptions) {
|
1767
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1768
|
+
return Apollo.useSuspenseQuery(GetViewerSettingsDocument, options);
|
1769
|
+
}
|
1770
|
+
const GetAccountsViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccountsViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }] } }] } }] } }] } }] } }] };
|
1684
1771
|
/**
|
1685
1772
|
* __useGetAccountsViewerSettingsQuery__
|
1686
1773
|
*
|
@@ -1697,15 +1784,19 @@ export const GetAccountsViewerSettingsDocument = { "kind": "Document", "definiti
|
|
1697
1784
|
* },
|
1698
1785
|
* });
|
1699
1786
|
*/
|
1700
|
-
|
1787
|
+
function useGetAccountsViewerSettingsQuery(baseOptions) {
|
1701
1788
|
const options = { ...defaultOptions, ...baseOptions };
|
1702
1789
|
return Apollo.useQuery(GetAccountsViewerSettingsDocument, options);
|
1703
1790
|
}
|
1704
|
-
|
1791
|
+
function useGetAccountsViewerSettingsLazyQuery(baseOptions) {
|
1705
1792
|
const options = { ...defaultOptions, ...baseOptions };
|
1706
1793
|
return Apollo.useLazyQuery(GetAccountsViewerSettingsDocument, options);
|
1707
1794
|
}
|
1708
|
-
|
1795
|
+
function useGetAccountsViewerSettingsSuspenseQuery(baseOptions) {
|
1796
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1797
|
+
return Apollo.useSuspenseQuery(GetAccountsViewerSettingsDocument, options);
|
1798
|
+
}
|
1799
|
+
const GetAccountsApplicationPoliciesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccountsApplicationPolicies" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerPoliciesInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getViewerPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "policies" } }] } }] } }] };
|
1709
1800
|
/**
|
1710
1801
|
* __useGetAccountsApplicationPoliciesQuery__
|
1711
1802
|
*
|
@@ -1722,15 +1813,19 @@ export const GetAccountsApplicationPoliciesDocument = { "kind": "Document", "def
|
|
1722
1813
|
* },
|
1723
1814
|
* });
|
1724
1815
|
*/
|
1725
|
-
|
1816
|
+
function useGetAccountsApplicationPoliciesQuery(baseOptions) {
|
1726
1817
|
const options = { ...defaultOptions, ...baseOptions };
|
1727
1818
|
return Apollo.useQuery(GetAccountsApplicationPoliciesDocument, options);
|
1728
1819
|
}
|
1729
|
-
|
1820
|
+
function useGetAccountsApplicationPoliciesLazyQuery(baseOptions) {
|
1730
1821
|
const options = { ...defaultOptions, ...baseOptions };
|
1731
1822
|
return Apollo.useLazyQuery(GetAccountsApplicationPoliciesDocument, options);
|
1732
1823
|
}
|
1733
|
-
|
1824
|
+
function useGetAccountsApplicationPoliciesSuspenseQuery(baseOptions) {
|
1825
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1826
|
+
return Apollo.useSuspenseQuery(GetAccountsApplicationPoliciesDocument, options);
|
1827
|
+
}
|
1828
|
+
const GetOrgMembersWithRolesUnsecuredDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRolesUnsecured" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetailUnsecured" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
|
1734
1829
|
/**
|
1735
1830
|
* __useGetOrgMembersWithRolesUnsecuredQuery__
|
1736
1831
|
*
|
@@ -1747,15 +1842,19 @@ export const GetOrgMembersWithRolesUnsecuredDocument = { "kind": "Document", "de
|
|
1747
1842
|
* },
|
1748
1843
|
* });
|
1749
1844
|
*/
|
1750
|
-
|
1845
|
+
function useGetOrgMembersWithRolesUnsecuredQuery(baseOptions) {
|
1751
1846
|
const options = { ...defaultOptions, ...baseOptions };
|
1752
1847
|
return Apollo.useQuery(GetOrgMembersWithRolesUnsecuredDocument, options);
|
1753
1848
|
}
|
1754
|
-
|
1849
|
+
function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions) {
|
1755
1850
|
const options = { ...defaultOptions, ...baseOptions };
|
1756
1851
|
return Apollo.useLazyQuery(GetOrgMembersWithRolesUnsecuredDocument, options);
|
1757
1852
|
}
|
1758
|
-
|
1853
|
+
function useGetOrgMembersWithRolesUnsecuredSuspenseQuery(baseOptions) {
|
1854
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1855
|
+
return Apollo.useSuspenseQuery(GetOrgMembersWithRolesUnsecuredDocument, options);
|
1856
|
+
}
|
1857
|
+
const GetOrgMembersWithRolesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRoles" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
|
1759
1858
|
/**
|
1760
1859
|
* __useGetOrgMembersWithRolesQuery__
|
1761
1860
|
*
|
@@ -1772,15 +1871,19 @@ export const GetOrgMembersWithRolesDocument = { "kind": "Document", "definitions
|
|
1772
1871
|
* },
|
1773
1872
|
* });
|
1774
1873
|
*/
|
1775
|
-
|
1874
|
+
function useGetOrgMembersWithRolesQuery(baseOptions) {
|
1776
1875
|
const options = { ...defaultOptions, ...baseOptions };
|
1777
1876
|
return Apollo.useQuery(GetOrgMembersWithRolesDocument, options);
|
1778
1877
|
}
|
1779
|
-
|
1878
|
+
function useGetOrgMembersWithRolesLazyQuery(baseOptions) {
|
1780
1879
|
const options = { ...defaultOptions, ...baseOptions };
|
1781
1880
|
return Apollo.useLazyQuery(GetOrgMembersWithRolesDocument, options);
|
1782
1881
|
}
|
1783
|
-
|
1882
|
+
function useGetOrgMembersWithRolesSuspenseQuery(baseOptions) {
|
1883
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1884
|
+
return Apollo.useSuspenseQuery(GetOrgMembersWithRolesDocument, options);
|
1885
|
+
}
|
1886
|
+
const GetUsersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUsers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUsers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
|
1784
1887
|
/**
|
1785
1888
|
* __useGetUsersQuery__
|
1786
1889
|
*
|
@@ -1797,15 +1900,19 @@ export const GetUsersDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
1797
1900
|
* },
|
1798
1901
|
* });
|
1799
1902
|
*/
|
1800
|
-
|
1903
|
+
function useGetUsersQuery(baseOptions) {
|
1801
1904
|
const options = { ...defaultOptions, ...baseOptions };
|
1802
1905
|
return Apollo.useQuery(GetUsersDocument, options);
|
1803
1906
|
}
|
1804
|
-
|
1907
|
+
function useGetUsersLazyQuery(baseOptions) {
|
1805
1908
|
const options = { ...defaultOptions, ...baseOptions };
|
1806
1909
|
return Apollo.useLazyQuery(GetUsersDocument, options);
|
1807
1910
|
}
|
1808
|
-
|
1911
|
+
function useGetUsersSuspenseQuery(baseOptions) {
|
1912
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1913
|
+
return Apollo.useSuspenseQuery(GetUsersDocument, options);
|
1914
|
+
}
|
1915
|
+
const FilterIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "FilterIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IntegrationConfigurationFilterInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "filterIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "filter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationInfo" } }] } }] } }] };
|
1809
1916
|
/**
|
1810
1917
|
* __useFilterIntegrationConfigurationQuery__
|
1811
1918
|
*
|
@@ -1822,15 +1929,19 @@ export const FilterIntegrationConfigurationDocument = { "kind": "Document", "def
|
|
1822
1929
|
* },
|
1823
1930
|
* });
|
1824
1931
|
*/
|
1825
|
-
|
1932
|
+
function useFilterIntegrationConfigurationQuery(baseOptions) {
|
1826
1933
|
const options = { ...defaultOptions, ...baseOptions };
|
1827
1934
|
return Apollo.useQuery(FilterIntegrationConfigurationDocument, options);
|
1828
1935
|
}
|
1829
|
-
|
1936
|
+
function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
|
1830
1937
|
const options = { ...defaultOptions, ...baseOptions };
|
1831
1938
|
return Apollo.useLazyQuery(FilterIntegrationConfigurationDocument, options);
|
1832
1939
|
}
|
1833
|
-
|
1940
|
+
function useFilterIntegrationConfigurationSuspenseQuery(baseOptions) {
|
1941
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1942
|
+
return Apollo.useSuspenseQuery(FilterIntegrationConfigurationDocument, options);
|
1943
|
+
}
|
1944
|
+
const AddContributionRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddContributionRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "description" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addContributionRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "description" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "description" } } }] }] } }] };
|
1834
1945
|
/**
|
1835
1946
|
* __useAddContributionRoleMutation__
|
1836
1947
|
*
|
@@ -1849,11 +1960,11 @@ export const AddContributionRoleDocument = { "kind": "Document", "definitions":
|
|
1849
1960
|
* },
|
1850
1961
|
* });
|
1851
1962
|
*/
|
1852
|
-
|
1963
|
+
function useAddContributionRoleMutation(baseOptions) {
|
1853
1964
|
const options = { ...defaultOptions, ...baseOptions };
|
1854
1965
|
return Apollo.useMutation(AddContributionRoleDocument, options);
|
1855
1966
|
}
|
1856
|
-
|
1967
|
+
const AddResourceToContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddResourceToContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addResourceToContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
1857
1968
|
/**
|
1858
1969
|
* __useAddResourceToContextMutation__
|
1859
1970
|
*
|
@@ -1871,11 +1982,11 @@ export const AddResourceToContextDocument = { "kind": "Document", "definitions":
|
|
1871
1982
|
* },
|
1872
1983
|
* });
|
1873
1984
|
*/
|
1874
|
-
|
1985
|
+
function useAddResourceToContextMutation(baseOptions) {
|
1875
1986
|
const options = { ...defaultOptions, ...baseOptions };
|
1876
1987
|
return Apollo.useMutation(AddResourceToContextDocument, options);
|
1877
1988
|
}
|
1878
|
-
|
1989
|
+
const ChangeOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ChangeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
1879
1990
|
/**
|
1880
1991
|
* __useChangeOrganizationMutation__
|
1881
1992
|
*
|
@@ -1894,11 +2005,11 @@ export const ChangeOrganizationDocument = { "kind": "Document", "definitions": [
|
|
1894
2005
|
* },
|
1895
2006
|
* });
|
1896
2007
|
*/
|
1897
|
-
|
2008
|
+
function useChangeOrganizationMutation(baseOptions) {
|
1898
2009
|
const options = { ...defaultOptions, ...baseOptions };
|
1899
2010
|
return Apollo.useMutation(ChangeOrganizationDocument, options);
|
1900
2011
|
}
|
1901
|
-
|
2012
|
+
const InitiateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitiateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initiateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }] }] } }] };
|
1902
2013
|
/**
|
1903
2014
|
* __useInitiateConfigurationValueMutation__
|
1904
2015
|
*
|
@@ -1916,11 +2027,11 @@ export const InitiateConfigurationValueDocument = { "kind": "Document", "definit
|
|
1916
2027
|
* },
|
1917
2028
|
* });
|
1918
2029
|
*/
|
1919
|
-
|
2030
|
+
function useInitiateConfigurationValueMutation(baseOptions) {
|
1920
2031
|
const options = { ...defaultOptions, ...baseOptions };
|
1921
2032
|
return Apollo.useMutation(InitiateConfigurationValueDocument, options);
|
1922
2033
|
}
|
1923
|
-
|
2034
|
+
const InitializeOrgNameInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeOrgNameInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeOrgNameInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
1924
2035
|
/**
|
1925
2036
|
* __useInitializeOrgNameInContextMutation__
|
1926
2037
|
*
|
@@ -1938,11 +2049,11 @@ export const InitializeOrgNameInContextDocument = { "kind": "Document", "definit
|
|
1938
2049
|
* },
|
1939
2050
|
* });
|
1940
2051
|
*/
|
1941
|
-
|
2052
|
+
function useInitializeOrgNameInContextMutation(baseOptions) {
|
1942
2053
|
const options = { ...defaultOptions, ...baseOptions };
|
1943
2054
|
return Apollo.useMutation(InitializeOrgNameInContextDocument, options);
|
1944
2055
|
}
|
1945
|
-
|
2056
|
+
const InitializeTeamInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeTeamInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeTeamInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
1946
2057
|
/**
|
1947
2058
|
* __useInitializeTeamInContextMutation__
|
1948
2059
|
*
|
@@ -1961,11 +2072,11 @@ export const InitializeTeamInContextDocument = { "kind": "Document", "definition
|
|
1961
2072
|
* },
|
1962
2073
|
* });
|
1963
2074
|
*/
|
1964
|
-
|
2075
|
+
function useInitializeTeamInContextMutation(baseOptions) {
|
1965
2076
|
const options = { ...defaultOptions, ...baseOptions };
|
1966
2077
|
return Apollo.useMutation(InitializeTeamInContextDocument, options);
|
1967
2078
|
}
|
1968
|
-
|
2079
|
+
const ReassignConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ReassignConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reassignRole" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
1969
2080
|
/**
|
1970
2081
|
* __useReassignConfigurationMutation__
|
1971
2082
|
*
|
@@ -1982,11 +2093,11 @@ export const ReassignConfigurationDocument = { "kind": "Document", "definitions"
|
|
1982
2093
|
* },
|
1983
2094
|
* });
|
1984
2095
|
*/
|
1985
|
-
|
2096
|
+
function useReassignConfigurationMutation(baseOptions) {
|
1986
2097
|
const options = { ...defaultOptions, ...baseOptions };
|
1987
2098
|
return Apollo.useMutation(ReassignConfigurationDocument, options);
|
1988
2099
|
}
|
1989
|
-
|
2100
|
+
const UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInputInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
1990
2101
|
/**
|
1991
2102
|
* __useUpdateConfigurationMutation__
|
1992
2103
|
*
|
@@ -2009,11 +2120,11 @@ export const UpdateConfigurationDocument = { "kind": "Document", "definitions":
|
|
2009
2120
|
* },
|
2010
2121
|
* });
|
2011
2122
|
*/
|
2012
|
-
|
2123
|
+
function useUpdateConfigurationMutation(baseOptions) {
|
2013
2124
|
const options = { ...defaultOptions, ...baseOptions };
|
2014
2125
|
return Apollo.useMutation(UpdateConfigurationDocument, options);
|
2015
2126
|
}
|
2016
|
-
|
2127
|
+
const GetApplicationPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2017
2128
|
/**
|
2018
2129
|
* __useGetApplicationPolicyQuery__
|
2019
2130
|
*
|
@@ -2030,15 +2141,19 @@ export const GetApplicationPolicyDocument = { "kind": "Document", "definitions":
|
|
2030
2141
|
* },
|
2031
2142
|
* });
|
2032
2143
|
*/
|
2033
|
-
|
2144
|
+
function useGetApplicationPolicyQuery(baseOptions) {
|
2034
2145
|
const options = { ...defaultOptions, ...baseOptions };
|
2035
2146
|
return Apollo.useQuery(GetApplicationPolicyDocument, options);
|
2036
2147
|
}
|
2037
|
-
|
2148
|
+
function useGetApplicationPolicyLazyQuery(baseOptions) {
|
2038
2149
|
const options = { ...defaultOptions, ...baseOptions };
|
2039
2150
|
return Apollo.useLazyQuery(GetApplicationPolicyDocument, options);
|
2040
2151
|
}
|
2041
|
-
|
2152
|
+
function useGetApplicationPolicySuspenseQuery(baseOptions) {
|
2153
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2154
|
+
return Apollo.useSuspenseQuery(GetApplicationPolicyDocument, options);
|
2155
|
+
}
|
2156
|
+
const GetApplicationRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2042
2157
|
/**
|
2043
2158
|
* __useGetApplicationRoleQuery__
|
2044
2159
|
*
|
@@ -2055,15 +2170,19 @@ export const GetApplicationRoleDocument = { "kind": "Document", "definitions": [
|
|
2055
2170
|
* },
|
2056
2171
|
* });
|
2057
2172
|
*/
|
2058
|
-
|
2173
|
+
function useGetApplicationRoleQuery(baseOptions) {
|
2059
2174
|
const options = { ...defaultOptions, ...baseOptions };
|
2060
2175
|
return Apollo.useQuery(GetApplicationRoleDocument, options);
|
2061
2176
|
}
|
2062
|
-
|
2177
|
+
function useGetApplicationRoleLazyQuery(baseOptions) {
|
2063
2178
|
const options = { ...defaultOptions, ...baseOptions };
|
2064
2179
|
return Apollo.useLazyQuery(GetApplicationRoleDocument, options);
|
2065
2180
|
}
|
2066
|
-
|
2181
|
+
function useGetApplicationRoleSuspenseQuery(baseOptions) {
|
2182
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2183
|
+
return Apollo.useSuspenseQuery(GetApplicationRoleDocument, options);
|
2184
|
+
}
|
2185
|
+
const DefaultResolveSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultResolveSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "uri" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resolveSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "uri" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "uri" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2067
2186
|
/**
|
2068
2187
|
* __useDefaultResolveSettingsQuery__
|
2069
2188
|
*
|
@@ -2081,15 +2200,19 @@ export const DefaultResolveSettingsDocument = { "kind": "Document", "definitions
|
|
2081
2200
|
* },
|
2082
2201
|
* });
|
2083
2202
|
*/
|
2084
|
-
|
2203
|
+
function useDefaultResolveSettingsQuery(baseOptions) {
|
2085
2204
|
const options = { ...defaultOptions, ...baseOptions };
|
2086
2205
|
return Apollo.useQuery(DefaultResolveSettingsDocument, options);
|
2087
2206
|
}
|
2088
|
-
|
2207
|
+
function useDefaultResolveSettingsLazyQuery(baseOptions) {
|
2089
2208
|
const options = { ...defaultOptions, ...baseOptions };
|
2090
2209
|
return Apollo.useLazyQuery(DefaultResolveSettingsDocument, options);
|
2091
2210
|
}
|
2092
|
-
|
2211
|
+
function useDefaultResolveSettingsSuspenseQuery(baseOptions) {
|
2212
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2213
|
+
return Apollo.useSuspenseQuery(DefaultResolveSettingsDocument, options);
|
2214
|
+
}
|
2215
|
+
const GetConfigurationTargetDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetConfigurationTarget" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationTarget" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
2093
2216
|
/**
|
2094
2217
|
* __useGetConfigurationTargetQuery__
|
2095
2218
|
*
|
@@ -2106,15 +2229,19 @@ export const GetConfigurationTargetDocument = { "kind": "Document", "definitions
|
|
2106
2229
|
* },
|
2107
2230
|
* });
|
2108
2231
|
*/
|
2109
|
-
|
2232
|
+
function useGetConfigurationTargetQuery(baseOptions) {
|
2110
2233
|
const options = { ...defaultOptions, ...baseOptions };
|
2111
2234
|
return Apollo.useQuery(GetConfigurationTargetDocument, options);
|
2112
2235
|
}
|
2113
|
-
|
2236
|
+
function useGetConfigurationTargetLazyQuery(baseOptions) {
|
2114
2237
|
const options = { ...defaultOptions, ...baseOptions };
|
2115
2238
|
return Apollo.useLazyQuery(GetConfigurationTargetDocument, options);
|
2116
2239
|
}
|
2117
|
-
|
2240
|
+
function useGetConfigurationTargetSuspenseQuery(baseOptions) {
|
2241
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2242
|
+
return Apollo.useSuspenseQuery(GetConfigurationTargetDocument, options);
|
2243
|
+
}
|
2244
|
+
const GetContextPropertyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetContextProperty" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "keys" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getContextProperty" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "keys" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "keys" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
2118
2245
|
/**
|
2119
2246
|
* __useGetContextPropertyQuery__
|
2120
2247
|
*
|
@@ -2131,15 +2258,19 @@ export const GetContextPropertyDocument = { "kind": "Document", "definitions": [
|
|
2131
2258
|
* },
|
2132
2259
|
* });
|
2133
2260
|
*/
|
2134
|
-
|
2261
|
+
function useGetContextPropertyQuery(baseOptions) {
|
2135
2262
|
const options = { ...defaultOptions, ...baseOptions };
|
2136
2263
|
return Apollo.useQuery(GetContextPropertyDocument, options);
|
2137
2264
|
}
|
2138
|
-
|
2265
|
+
function useGetContextPropertyLazyQuery(baseOptions) {
|
2139
2266
|
const options = { ...defaultOptions, ...baseOptions };
|
2140
2267
|
return Apollo.useLazyQuery(GetContextPropertyDocument, options);
|
2141
2268
|
}
|
2142
|
-
|
2269
|
+
function useGetContextPropertySuspenseQuery(baseOptions) {
|
2270
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2271
|
+
return Apollo.useSuspenseQuery(GetContextPropertyDocument, options);
|
2272
|
+
}
|
2273
|
+
const GetDefaultApplicationPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultApplicationPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "mergedApplicationPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "roleName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OverWriteRoleValue" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OverWriteRoleValue" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] };
|
2143
2274
|
/**
|
2144
2275
|
* __useGetDefaultApplicationPermissionsQuery__
|
2145
2276
|
*
|
@@ -2156,15 +2287,19 @@ export const GetDefaultApplicationPermissionsDocument = { "kind": "Document", "d
|
|
2156
2287
|
* },
|
2157
2288
|
* });
|
2158
2289
|
*/
|
2159
|
-
|
2290
|
+
function useGetDefaultApplicationPermissionsQuery(baseOptions) {
|
2160
2291
|
const options = { ...defaultOptions, ...baseOptions };
|
2161
2292
|
return Apollo.useQuery(GetDefaultApplicationPermissionsDocument, options);
|
2162
2293
|
}
|
2163
|
-
|
2294
|
+
function useGetDefaultApplicationPermissionsLazyQuery(baseOptions) {
|
2164
2295
|
const options = { ...defaultOptions, ...baseOptions };
|
2165
2296
|
return Apollo.useLazyQuery(GetDefaultApplicationPermissionsDocument, options);
|
2166
2297
|
}
|
2167
|
-
|
2298
|
+
function useGetDefaultApplicationPermissionsSuspenseQuery(baseOptions) {
|
2299
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2300
|
+
return Apollo.useSuspenseQuery(GetDefaultApplicationPermissionsDocument, options);
|
2301
|
+
}
|
2302
|
+
const GetDefaultPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2168
2303
|
/**
|
2169
2304
|
* __useGetDefaultPermissionsQuery__
|
2170
2305
|
*
|
@@ -2181,15 +2316,19 @@ export const GetDefaultPermissionsDocument = { "kind": "Document", "definitions"
|
|
2181
2316
|
* },
|
2182
2317
|
* });
|
2183
2318
|
*/
|
2184
|
-
|
2319
|
+
function useGetDefaultPermissionsQuery(baseOptions) {
|
2185
2320
|
const options = { ...defaultOptions, ...baseOptions };
|
2186
2321
|
return Apollo.useQuery(GetDefaultPermissionsDocument, options);
|
2187
2322
|
}
|
2188
|
-
|
2323
|
+
function useGetDefaultPermissionsLazyQuery(baseOptions) {
|
2189
2324
|
const options = { ...defaultOptions, ...baseOptions };
|
2190
2325
|
return Apollo.useLazyQuery(GetDefaultPermissionsDocument, options);
|
2191
2326
|
}
|
2192
|
-
|
2327
|
+
function useGetDefaultPermissionsSuspenseQuery(baseOptions) {
|
2328
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2329
|
+
return Apollo.useSuspenseQuery(GetDefaultPermissionsDocument, options);
|
2330
|
+
}
|
2331
|
+
const GetDefaultPolicySettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPolicySettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2193
2332
|
/**
|
2194
2333
|
* __useGetDefaultPolicySettingsQuery__
|
2195
2334
|
*
|
@@ -2206,15 +2345,19 @@ export const GetDefaultPolicySettingsDocument = { "kind": "Document", "definitio
|
|
2206
2345
|
* },
|
2207
2346
|
* });
|
2208
2347
|
*/
|
2209
|
-
|
2348
|
+
function useGetDefaultPolicySettingsQuery(baseOptions) {
|
2210
2349
|
const options = { ...defaultOptions, ...baseOptions };
|
2211
2350
|
return Apollo.useQuery(GetDefaultPolicySettingsDocument, options);
|
2212
2351
|
}
|
2213
|
-
|
2352
|
+
function useGetDefaultPolicySettingsLazyQuery(baseOptions) {
|
2214
2353
|
const options = { ...defaultOptions, ...baseOptions };
|
2215
2354
|
return Apollo.useLazyQuery(GetDefaultPolicySettingsDocument, options);
|
2216
2355
|
}
|
2217
|
-
|
2356
|
+
function useGetDefaultPolicySettingsSuspenseQuery(baseOptions) {
|
2357
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2358
|
+
return Apollo.useSuspenseQuery(GetDefaultPolicySettingsDocument, options);
|
2359
|
+
}
|
2360
|
+
const GetDefaultRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultRole" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "ListValue", "values": [{ "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "IntValue", "value": "6" } }] }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2218
2361
|
/**
|
2219
2362
|
* __useGetDefaultRoleQuery__
|
2220
2363
|
*
|
@@ -2230,15 +2373,19 @@ export const GetDefaultRoleDocument = { "kind": "Document", "definitions": [{ "k
|
|
2230
2373
|
* },
|
2231
2374
|
* });
|
2232
2375
|
*/
|
2233
|
-
|
2376
|
+
function useGetDefaultRoleQuery(baseOptions) {
|
2234
2377
|
const options = { ...defaultOptions, ...baseOptions };
|
2235
2378
|
return Apollo.useQuery(GetDefaultRoleDocument, options);
|
2236
2379
|
}
|
2237
|
-
|
2380
|
+
function useGetDefaultRoleLazyQuery(baseOptions) {
|
2238
2381
|
const options = { ...defaultOptions, ...baseOptions };
|
2239
2382
|
return Apollo.useLazyQuery(GetDefaultRoleDocument, options);
|
2240
2383
|
}
|
2241
|
-
|
2384
|
+
function useGetDefaultRoleSuspenseQuery(baseOptions) {
|
2385
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2386
|
+
return Apollo.useSuspenseQuery(GetDefaultRoleDocument, options);
|
2387
|
+
}
|
2388
|
+
const GetTeamContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
|
2242
2389
|
/**
|
2243
2390
|
* __useGetTeamContextQuery__
|
2244
2391
|
*
|
@@ -2254,15 +2401,19 @@ export const GetTeamContextDocument = { "kind": "Document", "definitions": [{ "k
|
|
2254
2401
|
* },
|
2255
2402
|
* });
|
2256
2403
|
*/
|
2257
|
-
|
2404
|
+
function useGetTeamContextQuery(baseOptions) {
|
2258
2405
|
const options = { ...defaultOptions, ...baseOptions };
|
2259
2406
|
return Apollo.useQuery(GetTeamContextDocument, options);
|
2260
2407
|
}
|
2261
|
-
|
2408
|
+
function useGetTeamContextLazyQuery(baseOptions) {
|
2262
2409
|
const options = { ...defaultOptions, ...baseOptions };
|
2263
2410
|
return Apollo.useLazyQuery(GetTeamContextDocument, options);
|
2264
2411
|
}
|
2265
|
-
|
2412
|
+
function useGetTeamContextSuspenseQuery(baseOptions) {
|
2413
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2414
|
+
return Apollo.useSuspenseQuery(GetTeamContextDocument, options);
|
2415
|
+
}
|
2416
|
+
const GetTeamNameFromContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamNameFromContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamNameFromContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamNameInContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
2266
2417
|
/**
|
2267
2418
|
* __useGetTeamNameFromContextQuery__
|
2268
2419
|
*
|
@@ -2278,15 +2429,19 @@ export const GetTeamNameFromContextDocument = { "kind": "Document", "definitions
|
|
2278
2429
|
* },
|
2279
2430
|
* });
|
2280
2431
|
*/
|
2281
|
-
|
2432
|
+
function useGetTeamNameFromContextQuery(baseOptions) {
|
2282
2433
|
const options = { ...defaultOptions, ...baseOptions };
|
2283
2434
|
return Apollo.useQuery(GetTeamNameFromContextDocument, options);
|
2284
2435
|
}
|
2285
|
-
|
2436
|
+
function useGetTeamNameFromContextLazyQuery(baseOptions) {
|
2286
2437
|
const options = { ...defaultOptions, ...baseOptions };
|
2287
2438
|
return Apollo.useLazyQuery(GetTeamNameFromContextDocument, options);
|
2288
2439
|
}
|
2289
|
-
|
2440
|
+
function useGetTeamNameFromContextSuspenseQuery(baseOptions) {
|
2441
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2442
|
+
return Apollo.useSuspenseQuery(GetTeamNameFromContextDocument, options);
|
2443
|
+
}
|
2444
|
+
const GetUserAccessRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserAccessRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccessRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accessRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resourceUserRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2290
2445
|
/**
|
2291
2446
|
* __useGetUserAccessRoleQuery__
|
2292
2447
|
*
|
@@ -2303,15 +2458,19 @@ export const GetUserAccessRoleDocument = { "kind": "Document", "definitions": [{
|
|
2303
2458
|
* },
|
2304
2459
|
* });
|
2305
2460
|
*/
|
2306
|
-
|
2461
|
+
function useGetUserAccessRoleQuery(baseOptions) {
|
2307
2462
|
const options = { ...defaultOptions, ...baseOptions };
|
2308
2463
|
return Apollo.useQuery(GetUserAccessRoleDocument, options);
|
2309
2464
|
}
|
2310
|
-
|
2465
|
+
function useGetUserAccessRoleLazyQuery(baseOptions) {
|
2311
2466
|
const options = { ...defaultOptions, ...baseOptions };
|
2312
2467
|
return Apollo.useLazyQuery(GetUserAccessRoleDocument, options);
|
2313
2468
|
}
|
2314
|
-
|
2469
|
+
function useGetUserAccessRoleSuspenseQuery(baseOptions) {
|
2470
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2471
|
+
return Apollo.useSuspenseQuery(GetUserAccessRoleDocument, options);
|
2472
|
+
}
|
2473
|
+
const GetUserRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userResourceRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] };
|
2315
2474
|
/**
|
2316
2475
|
* __useGetUserRoleQuery__
|
2317
2476
|
*
|
@@ -2329,15 +2488,19 @@ export const GetUserRoleDocument = { "kind": "Document", "definitions": [{ "kind
|
|
2329
2488
|
* },
|
2330
2489
|
* });
|
2331
2490
|
*/
|
2332
|
-
|
2491
|
+
function useGetUserRoleQuery(baseOptions) {
|
2333
2492
|
const options = { ...defaultOptions, ...baseOptions };
|
2334
2493
|
return Apollo.useQuery(GetUserRoleDocument, options);
|
2335
2494
|
}
|
2336
|
-
|
2495
|
+
function useGetUserRoleLazyQuery(baseOptions) {
|
2337
2496
|
const options = { ...defaultOptions, ...baseOptions };
|
2338
2497
|
return Apollo.useLazyQuery(GetUserRoleDocument, options);
|
2339
2498
|
}
|
2340
|
-
|
2499
|
+
function useGetUserRoleSuspenseQuery(baseOptions) {
|
2500
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2501
|
+
return Apollo.useSuspenseQuery(GetUserRoleDocument, options);
|
2502
|
+
}
|
2503
|
+
const OpenPreferencesSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OpenPreferencesSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesOpenOptionsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "openPreferencesSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "jsonEditor" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "options" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "editableSettingsInput" } }, { "kind": "Field", "name": { "kind": "Name", "value": "defaultPreferencesInput" } }] } }] } }] };
|
2341
2504
|
/**
|
2342
2505
|
* __useOpenPreferencesSettingsQuery__
|
2343
2506
|
*
|
@@ -2356,15 +2519,19 @@ export const OpenPreferencesSettingsDocument = { "kind": "Document", "definition
|
|
2356
2519
|
* },
|
2357
2520
|
* });
|
2358
2521
|
*/
|
2359
|
-
|
2522
|
+
function useOpenPreferencesSettingsQuery(baseOptions) {
|
2360
2523
|
const options = { ...defaultOptions, ...baseOptions };
|
2361
2524
|
return Apollo.useQuery(OpenPreferencesSettingsDocument, options);
|
2362
2525
|
}
|
2363
|
-
|
2526
|
+
function useOpenPreferencesSettingsLazyQuery(baseOptions) {
|
2364
2527
|
const options = { ...defaultOptions, ...baseOptions };
|
2365
2528
|
return Apollo.useLazyQuery(OpenPreferencesSettingsDocument, options);
|
2366
2529
|
}
|
2367
|
-
|
2530
|
+
function useOpenPreferencesSettingsSuspenseQuery(baseOptions) {
|
2531
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2532
|
+
return Apollo.useSuspenseQuery(OpenPreferencesSettingsDocument, options);
|
2533
|
+
}
|
2534
|
+
const GetOrgConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2368
2535
|
/**
|
2369
2536
|
* __useGetOrgConfigurationQuery__
|
2370
2537
|
*
|
@@ -2381,15 +2548,19 @@ export const GetOrgConfigurationDocument = { "kind": "Document", "definitions":
|
|
2381
2548
|
* },
|
2382
2549
|
* });
|
2383
2550
|
*/
|
2384
|
-
|
2551
|
+
function useGetOrgConfigurationQuery(baseOptions) {
|
2385
2552
|
const options = { ...defaultOptions, ...baseOptions };
|
2386
2553
|
return Apollo.useQuery(GetOrgConfigurationDocument, options);
|
2387
2554
|
}
|
2388
|
-
|
2555
|
+
function useGetOrgConfigurationLazyQuery(baseOptions) {
|
2389
2556
|
const options = { ...defaultOptions, ...baseOptions };
|
2390
2557
|
return Apollo.useLazyQuery(GetOrgConfigurationDocument, options);
|
2391
2558
|
}
|
2392
|
-
|
2559
|
+
function useGetOrgConfigurationSuspenseQuery(baseOptions) {
|
2560
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2561
|
+
return Apollo.useSuspenseQuery(GetOrgConfigurationDocument, options);
|
2562
|
+
}
|
2563
|
+
const GetOrgPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2393
2564
|
/**
|
2394
2565
|
* __useGetOrgPolicyQuery__
|
2395
2566
|
*
|
@@ -2406,15 +2577,19 @@ export const GetOrgPolicyDocument = { "kind": "Document", "definitions": [{ "kin
|
|
2406
2577
|
* },
|
2407
2578
|
* });
|
2408
2579
|
*/
|
2409
|
-
|
2580
|
+
function useGetOrgPolicyQuery(baseOptions) {
|
2410
2581
|
const options = { ...defaultOptions, ...baseOptions };
|
2411
2582
|
return Apollo.useQuery(GetOrgPolicyDocument, options);
|
2412
2583
|
}
|
2413
|
-
|
2584
|
+
function useGetOrgPolicyLazyQuery(baseOptions) {
|
2414
2585
|
const options = { ...defaultOptions, ...baseOptions };
|
2415
2586
|
return Apollo.useLazyQuery(GetOrgPolicyDocument, options);
|
2416
2587
|
}
|
2417
|
-
|
2588
|
+
function useGetOrgPolicySuspenseQuery(baseOptions) {
|
2589
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2590
|
+
return Apollo.useSuspenseQuery(GetOrgPolicyDocument, options);
|
2591
|
+
}
|
2592
|
+
const GetOrgRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2418
2593
|
/**
|
2419
2594
|
* __useGetOrgRoleQuery__
|
2420
2595
|
*
|
@@ -2431,15 +2606,19 @@ export const GetOrgRoleDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
2431
2606
|
* },
|
2432
2607
|
* });
|
2433
2608
|
*/
|
2434
|
-
|
2609
|
+
function useGetOrgRoleQuery(baseOptions) {
|
2435
2610
|
const options = { ...defaultOptions, ...baseOptions };
|
2436
2611
|
return Apollo.useQuery(GetOrgRoleDocument, options);
|
2437
2612
|
}
|
2438
|
-
|
2613
|
+
function useGetOrgRoleLazyQuery(baseOptions) {
|
2439
2614
|
const options = { ...defaultOptions, ...baseOptions };
|
2440
2615
|
return Apollo.useLazyQuery(GetOrgRoleDocument, options);
|
2441
2616
|
}
|
2442
|
-
|
2617
|
+
function useGetOrgRoleSuspenseQuery(baseOptions) {
|
2618
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2619
|
+
return Apollo.useSuspenseQuery(GetOrgRoleDocument, options);
|
2620
|
+
}
|
2621
|
+
const GetOrgWithResourcesPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourcePolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2443
2622
|
/**
|
2444
2623
|
* __useGetOrgWithResourcesPolicyQuery__
|
2445
2624
|
*
|
@@ -2456,15 +2635,19 @@ export const GetOrgWithResourcesPolicyDocument = { "kind": "Document", "definiti
|
|
2456
2635
|
* },
|
2457
2636
|
* });
|
2458
2637
|
*/
|
2459
|
-
|
2638
|
+
function useGetOrgWithResourcesPolicyQuery(baseOptions) {
|
2460
2639
|
const options = { ...defaultOptions, ...baseOptions };
|
2461
2640
|
return Apollo.useQuery(GetOrgWithResourcesPolicyDocument, options);
|
2462
2641
|
}
|
2463
|
-
|
2642
|
+
function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
|
2464
2643
|
const options = { ...defaultOptions, ...baseOptions };
|
2465
2644
|
return Apollo.useLazyQuery(GetOrgWithResourcesPolicyDocument, options);
|
2466
2645
|
}
|
2467
|
-
|
2646
|
+
function useGetOrgWithResourcesPolicySuspenseQuery(baseOptions) {
|
2647
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2648
|
+
return Apollo.useSuspenseQuery(GetOrgWithResourcesPolicyDocument, options);
|
2649
|
+
}
|
2650
|
+
const GetOrgWithResourcesRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2468
2651
|
/**
|
2469
2652
|
* __useGetOrgWithResourcesRoleQuery__
|
2470
2653
|
*
|
@@ -2481,15 +2664,19 @@ export const GetOrgWithResourcesRoleDocument = { "kind": "Document", "definition
|
|
2481
2664
|
* },
|
2482
2665
|
* });
|
2483
2666
|
*/
|
2484
|
-
|
2667
|
+
function useGetOrgWithResourcesRoleQuery(baseOptions) {
|
2485
2668
|
const options = { ...defaultOptions, ...baseOptions };
|
2486
2669
|
return Apollo.useQuery(GetOrgWithResourcesRoleDocument, options);
|
2487
2670
|
}
|
2488
|
-
|
2671
|
+
function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
|
2489
2672
|
const options = { ...defaultOptions, ...baseOptions };
|
2490
2673
|
return Apollo.useLazyQuery(GetOrgWithResourcesRoleDocument, options);
|
2491
2674
|
}
|
2492
|
-
|
2675
|
+
function useGetOrgWithResourcesRoleSuspenseQuery(baseOptions) {
|
2676
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2677
|
+
return Apollo.useSuspenseQuery(GetOrgWithResourcesRoleDocument, options);
|
2678
|
+
}
|
2679
|
+
const ResolveConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ResolveConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInputInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resolveConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
2493
2680
|
/**
|
2494
2681
|
* __useResolveConfigurationQuery__
|
2495
2682
|
*
|
@@ -2508,15 +2695,19 @@ export const ResolveConfigurationDocument = { "kind": "Document", "definitions":
|
|
2508
2695
|
* },
|
2509
2696
|
* });
|
2510
2697
|
*/
|
2511
|
-
|
2698
|
+
function useResolveConfigurationQuery(baseOptions) {
|
2512
2699
|
const options = { ...defaultOptions, ...baseOptions };
|
2513
2700
|
return Apollo.useQuery(ResolveConfigurationDocument, options);
|
2514
2701
|
}
|
2515
|
-
|
2702
|
+
function useResolveConfigurationLazyQuery(baseOptions) {
|
2516
2703
|
const options = { ...defaultOptions, ...baseOptions };
|
2517
2704
|
return Apollo.useLazyQuery(ResolveConfigurationDocument, options);
|
2518
2705
|
}
|
2519
|
-
|
2706
|
+
function useResolveConfigurationSuspenseQuery(baseOptions) {
|
2707
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2708
|
+
return Apollo.useSuspenseQuery(ResolveConfigurationDocument, options);
|
2709
|
+
}
|
2710
|
+
const GetResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2520
2711
|
/**
|
2521
2712
|
* __useGetResourcesConfigurationQuery__
|
2522
2713
|
*
|
@@ -2533,15 +2724,19 @@ export const GetResourcesConfigurationDocument = { "kind": "Document", "definiti
|
|
2533
2724
|
* },
|
2534
2725
|
* });
|
2535
2726
|
*/
|
2536
|
-
|
2727
|
+
function useGetResourcesConfigurationQuery(baseOptions) {
|
2537
2728
|
const options = { ...defaultOptions, ...baseOptions };
|
2538
2729
|
return Apollo.useQuery(GetResourcesConfigurationDocument, options);
|
2539
2730
|
}
|
2540
|
-
|
2731
|
+
function useGetResourcesConfigurationLazyQuery(baseOptions) {
|
2541
2732
|
const options = { ...defaultOptions, ...baseOptions };
|
2542
2733
|
return Apollo.useLazyQuery(GetResourcesConfigurationDocument, options);
|
2543
2734
|
}
|
2544
|
-
|
2735
|
+
function useGetResourcesConfigurationSuspenseQuery(baseOptions) {
|
2736
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2737
|
+
return Apollo.useSuspenseQuery(GetResourcesConfigurationDocument, options);
|
2738
|
+
}
|
2739
|
+
const GetUserConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2545
2740
|
/**
|
2546
2741
|
* __useGetUserConfigurationQuery__
|
2547
2742
|
*
|
@@ -2558,15 +2753,19 @@ export const GetUserConfigurationDocument = { "kind": "Document", "definitions":
|
|
2558
2753
|
* },
|
2559
2754
|
* });
|
2560
2755
|
*/
|
2561
|
-
|
2756
|
+
function useGetUserConfigurationQuery(baseOptions) {
|
2562
2757
|
const options = { ...defaultOptions, ...baseOptions };
|
2563
2758
|
return Apollo.useQuery(GetUserConfigurationDocument, options);
|
2564
2759
|
}
|
2565
|
-
|
2760
|
+
function useGetUserConfigurationLazyQuery(baseOptions) {
|
2566
2761
|
const options = { ...defaultOptions, ...baseOptions };
|
2567
2762
|
return Apollo.useLazyQuery(GetUserConfigurationDocument, options);
|
2568
2763
|
}
|
2569
|
-
|
2764
|
+
function useGetUserConfigurationSuspenseQuery(baseOptions) {
|
2765
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2766
|
+
return Apollo.useSuspenseQuery(GetUserConfigurationDocument, options);
|
2767
|
+
}
|
2768
|
+
const DefaultSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultViewerSettingsSubject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settingsCascade" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "finalConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultSetting" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2570
2769
|
/**
|
2571
2770
|
* __useDefaultSettingsQuery__
|
2572
2771
|
*
|
@@ -2583,15 +2782,19 @@ export const DefaultSettingsDocument = { "kind": "Document", "definitions": [{ "
|
|
2583
2782
|
* },
|
2584
2783
|
* });
|
2585
2784
|
*/
|
2586
|
-
|
2785
|
+
function useDefaultSettingsQuery(baseOptions) {
|
2587
2786
|
const options = { ...defaultOptions, ...baseOptions };
|
2588
2787
|
return Apollo.useQuery(DefaultSettingsDocument, options);
|
2589
2788
|
}
|
2590
|
-
|
2789
|
+
function useDefaultSettingsLazyQuery(baseOptions) {
|
2591
2790
|
const options = { ...defaultOptions, ...baseOptions };
|
2592
2791
|
return Apollo.useLazyQuery(DefaultSettingsDocument, options);
|
2593
2792
|
}
|
2594
|
-
|
2793
|
+
function useDefaultSettingsSuspenseQuery(baseOptions) {
|
2794
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2795
|
+
return Apollo.useSuspenseQuery(DefaultSettingsDocument, options);
|
2796
|
+
}
|
2797
|
+
const GetContributionRolesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getContributionRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getContributionRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
|
2595
2798
|
/**
|
2596
2799
|
* __useGetContributionRolesQuery__
|
2597
2800
|
*
|
@@ -2607,15 +2810,19 @@ export const GetContributionRolesDocument = { "kind": "Document", "definitions":
|
|
2607
2810
|
* },
|
2608
2811
|
* });
|
2609
2812
|
*/
|
2610
|
-
|
2813
|
+
function useGetContributionRolesQuery(baseOptions) {
|
2611
2814
|
const options = { ...defaultOptions, ...baseOptions };
|
2612
2815
|
return Apollo.useQuery(GetContributionRolesDocument, options);
|
2613
2816
|
}
|
2614
|
-
|
2817
|
+
function useGetContributionRolesLazyQuery(baseOptions) {
|
2615
2818
|
const options = { ...defaultOptions, ...baseOptions };
|
2616
2819
|
return Apollo.useLazyQuery(GetContributionRolesDocument, options);
|
2617
2820
|
}
|
2618
|
-
|
2821
|
+
function useGetContributionRolesSuspenseQuery(baseOptions) {
|
2822
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2823
|
+
return Apollo.useSuspenseQuery(GetContributionRolesDocument, options);
|
2824
|
+
}
|
2825
|
+
const GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
|
2619
2826
|
/**
|
2620
2827
|
* __useGetOrgContextQuery__
|
2621
2828
|
*
|
@@ -2631,15 +2838,19 @@ export const GetOrgContextDocument = { "kind": "Document", "definitions": [{ "ki
|
|
2631
2838
|
* },
|
2632
2839
|
* });
|
2633
2840
|
*/
|
2634
|
-
|
2841
|
+
function useGetOrgContextQuery(baseOptions) {
|
2635
2842
|
const options = { ...defaultOptions, ...baseOptions };
|
2636
2843
|
return Apollo.useQuery(GetOrgContextDocument, options);
|
2637
2844
|
}
|
2638
|
-
|
2845
|
+
function useGetOrgContextLazyQuery(baseOptions) {
|
2639
2846
|
const options = { ...defaultOptions, ...baseOptions };
|
2640
2847
|
return Apollo.useLazyQuery(GetOrgContextDocument, options);
|
2641
2848
|
}
|
2642
|
-
|
2849
|
+
function useGetOrgContextSuspenseQuery(baseOptions) {
|
2850
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2851
|
+
return Apollo.useSuspenseQuery(GetOrgContextDocument, options);
|
2852
|
+
}
|
2853
|
+
const GetOrgNameFromContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgNameFromContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgNameFromContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgNameInContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
2643
2854
|
/**
|
2644
2855
|
* __useGetOrgNameFromContextQuery__
|
2645
2856
|
*
|
@@ -2655,15 +2866,19 @@ export const GetOrgNameFromContextDocument = { "kind": "Document", "definitions"
|
|
2655
2866
|
* },
|
2656
2867
|
* });
|
2657
2868
|
*/
|
2658
|
-
|
2869
|
+
function useGetOrgNameFromContextQuery(baseOptions) {
|
2659
2870
|
const options = { ...defaultOptions, ...baseOptions };
|
2660
2871
|
return Apollo.useQuery(GetOrgNameFromContextDocument, options);
|
2661
2872
|
}
|
2662
|
-
|
2873
|
+
function useGetOrgNameFromContextLazyQuery(baseOptions) {
|
2663
2874
|
const options = { ...defaultOptions, ...baseOptions };
|
2664
2875
|
return Apollo.useLazyQuery(GetOrgNameFromContextDocument, options);
|
2665
2876
|
}
|
2666
|
-
|
2877
|
+
function useGetOrgNameFromContextSuspenseQuery(baseOptions) {
|
2878
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2879
|
+
return Apollo.useSuspenseQuery(GetOrgNameFromContextDocument, options);
|
2880
|
+
}
|
2881
|
+
const GetRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }] } }] } }] } }] };
|
2667
2882
|
/**
|
2668
2883
|
* __useGetRoleQuery__
|
2669
2884
|
*
|
@@ -2680,15 +2895,19 @@ export const GetRoleDocument = { "kind": "Document", "definitions": [{ "kind": "
|
|
2680
2895
|
* },
|
2681
2896
|
* });
|
2682
2897
|
*/
|
2683
|
-
|
2898
|
+
function useGetRoleQuery(baseOptions) {
|
2684
2899
|
const options = { ...defaultOptions, ...baseOptions };
|
2685
2900
|
return Apollo.useQuery(GetRoleDocument, options);
|
2686
2901
|
}
|
2687
|
-
|
2902
|
+
function useGetRoleLazyQuery(baseOptions) {
|
2688
2903
|
const options = { ...defaultOptions, ...baseOptions };
|
2689
2904
|
return Apollo.useLazyQuery(GetRoleDocument, options);
|
2690
2905
|
}
|
2691
|
-
|
2906
|
+
function useGetRoleSuspenseQuery(baseOptions) {
|
2907
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2908
|
+
return Apollo.useSuspenseQuery(GetRoleDocument, options);
|
2909
|
+
}
|
2910
|
+
const GetOrgWithResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2692
2911
|
/**
|
2693
2912
|
* __useGetOrgWithResourcesConfigurationQuery__
|
2694
2913
|
*
|
@@ -2705,15 +2924,19 @@ export const GetOrgWithResourcesConfigurationDocument = { "kind": "Document", "d
|
|
2705
2924
|
* },
|
2706
2925
|
* });
|
2707
2926
|
*/
|
2708
|
-
|
2927
|
+
function useGetOrgWithResourcesConfigurationQuery(baseOptions) {
|
2709
2928
|
const options = { ...defaultOptions, ...baseOptions };
|
2710
2929
|
return Apollo.useQuery(GetOrgWithResourcesConfigurationDocument, options);
|
2711
2930
|
}
|
2712
|
-
|
2931
|
+
function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions) {
|
2713
2932
|
const options = { ...defaultOptions, ...baseOptions };
|
2714
2933
|
return Apollo.useLazyQuery(GetOrgWithResourcesConfigurationDocument, options);
|
2715
2934
|
}
|
2716
|
-
|
2935
|
+
function useGetOrgWithResourcesConfigurationSuspenseQuery(baseOptions) {
|
2936
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2937
|
+
return Apollo.useSuspenseQuery(GetOrgWithResourcesConfigurationDocument, options);
|
2938
|
+
}
|
2939
|
+
const GetUserWithDefaultConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserWithDefaultConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2717
2940
|
/**
|
2718
2941
|
* __useGetUserWithDefaultConfigurationQuery__
|
2719
2942
|
*
|
@@ -2730,15 +2953,19 @@ export const GetUserWithDefaultConfigurationDocument = { "kind": "Document", "de
|
|
2730
2953
|
* },
|
2731
2954
|
* });
|
2732
2955
|
*/
|
2733
|
-
|
2956
|
+
function useGetUserWithDefaultConfigurationQuery(baseOptions) {
|
2734
2957
|
const options = { ...defaultOptions, ...baseOptions };
|
2735
2958
|
return Apollo.useQuery(GetUserWithDefaultConfigurationDocument, options);
|
2736
2959
|
}
|
2737
|
-
|
2960
|
+
function useGetUserWithDefaultConfigurationLazyQuery(baseOptions) {
|
2738
2961
|
const options = { ...defaultOptions, ...baseOptions };
|
2739
2962
|
return Apollo.useLazyQuery(GetUserWithDefaultConfigurationDocument, options);
|
2740
2963
|
}
|
2741
|
-
|
2964
|
+
function useGetUserWithDefaultConfigurationSuspenseQuery(baseOptions) {
|
2965
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2966
|
+
return Apollo.useSuspenseQuery(GetUserWithDefaultConfigurationDocument, options);
|
2967
|
+
}
|
2968
|
+
const SubscribeToConfigurationUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToConfigurationUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToConfigurationUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2742
2969
|
/**
|
2743
2970
|
* __useSubscribeToConfigurationUpdateSubscription__
|
2744
2971
|
*
|
@@ -2755,11 +2982,11 @@ export const SubscribeToConfigurationUpdateDocument = { "kind": "Document", "def
|
|
2755
2982
|
* },
|
2756
2983
|
* });
|
2757
2984
|
*/
|
2758
|
-
|
2985
|
+
function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
|
2759
2986
|
const options = { ...defaultOptions, ...baseOptions };
|
2760
2987
|
return Apollo.useSubscription(SubscribeToConfigurationUpdateDocument, options);
|
2761
2988
|
}
|
2762
|
-
|
2989
|
+
const SubscribeToOrganizationContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "subscribeToOrganizationContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToOrganizationContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgNameFilter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgNameFilter" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2763
2990
|
/**
|
2764
2991
|
* __useSubscribeToOrganizationContextSubscription__
|
2765
2992
|
*
|
@@ -2776,11 +3003,11 @@ export const SubscribeToOrganizationContextDocument = { "kind": "Document", "def
|
|
2776
3003
|
* },
|
2777
3004
|
* });
|
2778
3005
|
*/
|
2779
|
-
|
3006
|
+
function useSubscribeToOrganizationContextSubscription(baseOptions) {
|
2780
3007
|
const options = { ...defaultOptions, ...baseOptions };
|
2781
3008
|
return Apollo.useSubscription(SubscribeToOrganizationContextDocument, options);
|
2782
3009
|
}
|
2783
|
-
|
3010
|
+
const SubscribeToPermissionUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2784
3011
|
/**
|
2785
3012
|
* __useSubscribeToPermissionUpdateSubscription__
|
2786
3013
|
*
|
@@ -2797,11 +3024,11 @@ export const SubscribeToPermissionUpdateDocument = { "kind": "Document", "defini
|
|
2797
3024
|
* },
|
2798
3025
|
* });
|
2799
3026
|
*/
|
2800
|
-
|
3027
|
+
function useSubscribeToPermissionUpdateSubscription(baseOptions) {
|
2801
3028
|
const options = { ...defaultOptions, ...baseOptions };
|
2802
3029
|
return Apollo.useSubscription(SubscribeToPermissionUpdateDocument, options);
|
2803
3030
|
}
|
2804
|
-
|
3031
|
+
const SubscribeToPolicyUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2805
3032
|
/**
|
2806
3033
|
* __useSubscribeToPolicyUpdateSubscription__
|
2807
3034
|
*
|
@@ -2818,11 +3045,11 @@ export const SubscribeToPolicyUpdateDocument = { "kind": "Document", "definition
|
|
2818
3045
|
* },
|
2819
3046
|
* });
|
2820
3047
|
*/
|
2821
|
-
|
3048
|
+
function useSubscribeToPolicyUpdateSubscription(baseOptions) {
|
2822
3049
|
const options = { ...defaultOptions, ...baseOptions };
|
2823
3050
|
return Apollo.useSubscription(SubscribeToPolicyUpdateDocument, options);
|
2824
3051
|
}
|
2825
|
-
|
3052
|
+
const UpdateConfigurationValueByUriDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValueByUri" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValueByUri" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
2826
3053
|
/**
|
2827
3054
|
* __useUpdateConfigurationValueByUriMutation__
|
2828
3055
|
*
|
@@ -2845,11 +3072,11 @@ export const UpdateConfigurationValueByUriDocument = { "kind": "Document", "defi
|
|
2845
3072
|
* },
|
2846
3073
|
* });
|
2847
3074
|
*/
|
2848
|
-
|
3075
|
+
function useUpdateConfigurationValueByUriMutation(baseOptions) {
|
2849
3076
|
const options = { ...defaultOptions, ...baseOptions };
|
2850
3077
|
return Apollo.useMutation(UpdateConfigurationValueByUriDocument, options);
|
2851
3078
|
}
|
2852
|
-
|
3079
|
+
const UpdateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2853
3080
|
/**
|
2854
3081
|
* __useUpdateConfigurationValueMutation__
|
2855
3082
|
*
|
@@ -2871,11 +3098,11 @@ export const UpdateConfigurationValueDocument = { "kind": "Document", "definitio
|
|
2871
3098
|
* },
|
2872
3099
|
* });
|
2873
3100
|
*/
|
2874
|
-
|
3101
|
+
function useUpdateConfigurationValueMutation(baseOptions) {
|
2875
3102
|
const options = { ...defaultOptions, ...baseOptions };
|
2876
3103
|
return Apollo.useMutation(UpdateConfigurationValueDocument, options);
|
2877
3104
|
}
|
2878
|
-
|
3105
|
+
const UpdateOrganizationContextAddResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2879
3106
|
/**
|
2880
3107
|
* __useUpdateOrganizationContextAddResourcesMutation__
|
2881
3108
|
*
|
@@ -2895,11 +3122,11 @@ export const UpdateOrganizationContextAddResourcesDocument = { "kind": "Document
|
|
2895
3122
|
* },
|
2896
3123
|
* });
|
2897
3124
|
*/
|
2898
|
-
|
3125
|
+
function useUpdateOrganizationContextAddResourcesMutation(baseOptions) {
|
2899
3126
|
const options = { ...defaultOptions, ...baseOptions };
|
2900
3127
|
return Apollo.useMutation(UpdateOrganizationContextAddResourcesDocument, options);
|
2901
3128
|
}
|
2902
|
-
|
3129
|
+
const UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2903
3130
|
/**
|
2904
3131
|
* __useUpdateOrganizationContextRemoveResourcesMutation__
|
2905
3132
|
*
|
@@ -2917,11 +3144,11 @@ export const UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Docum
|
|
2917
3144
|
* },
|
2918
3145
|
* });
|
2919
3146
|
*/
|
2920
|
-
|
3147
|
+
function useUpdateOrganizationContextRemoveResourcesMutation(baseOptions) {
|
2921
3148
|
const options = { ...defaultOptions, ...baseOptions };
|
2922
3149
|
return Apollo.useMutation(UpdateOrganizationContextRemoveResourcesDocument, options);
|
2923
3150
|
}
|
2924
|
-
|
3151
|
+
const UpdateOrganizationContextUpdateResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2925
3152
|
/**
|
2926
3153
|
* __useUpdateOrganizationContextUpdateResourcesMutation__
|
2927
3154
|
*
|
@@ -2941,11 +3168,11 @@ export const UpdateOrganizationContextUpdateResourcesDocument = { "kind": "Docum
|
|
2941
3168
|
* },
|
2942
3169
|
* });
|
2943
3170
|
*/
|
2944
|
-
|
3171
|
+
function useUpdateOrganizationContextUpdateResourcesMutation(baseOptions) {
|
2945
3172
|
const options = { ...defaultOptions, ...baseOptions };
|
2946
3173
|
return Apollo.useMutation(UpdateOrganizationContextUpdateResourcesDocument, options);
|
2947
3174
|
}
|
2948
|
-
|
3175
|
+
const UpdatePolicyValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdatePolicyValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationPolicyValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
2949
3176
|
/**
|
2950
3177
|
* __useUpdatePolicyValueMutation__
|
2951
3178
|
*
|
@@ -2967,11 +3194,11 @@ export const UpdatePolicyValueDocument = { "kind": "Document", "definitions": [{
|
|
2967
3194
|
* },
|
2968
3195
|
* });
|
2969
3196
|
*/
|
2970
|
-
|
3197
|
+
function useUpdatePolicyValueMutation(baseOptions) {
|
2971
3198
|
const options = { ...defaultOptions, ...baseOptions };
|
2972
3199
|
return Apollo.useMutation(UpdatePolicyValueDocument, options);
|
2973
3200
|
}
|
2974
|
-
|
3201
|
+
const UpdateRoleValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateRoleValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateRoleValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
2975
3202
|
/**
|
2976
3203
|
* __useUpdateRoleValueMutation__
|
2977
3204
|
*
|
@@ -2993,11 +3220,11 @@ export const UpdateRoleValueDocument = { "kind": "Document", "definitions": [{ "
|
|
2993
3220
|
* },
|
2994
3221
|
* });
|
2995
3222
|
*/
|
2996
|
-
|
3223
|
+
function useUpdateRoleValueMutation(baseOptions) {
|
2997
3224
|
const options = { ...defaultOptions, ...baseOptions };
|
2998
3225
|
return Apollo.useMutation(UpdateRoleValueDocument, options);
|
2999
3226
|
}
|
3000
|
-
|
3227
|
+
const GetConfigurationDataDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaults" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "machine" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "organization" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "isComplete" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
3001
3228
|
/**
|
3002
3229
|
* __useGetConfigurationDataQuery__
|
3003
3230
|
*
|
@@ -3013,15 +3240,19 @@ export const GetConfigurationDataDocument = { "kind": "Document", "definitions":
|
|
3013
3240
|
* },
|
3014
3241
|
* });
|
3015
3242
|
*/
|
3016
|
-
|
3243
|
+
function useGetConfigurationDataQuery(baseOptions) {
|
3017
3244
|
const options = { ...defaultOptions, ...baseOptions };
|
3018
3245
|
return Apollo.useQuery(GetConfigurationDataDocument, options);
|
3019
3246
|
}
|
3020
|
-
|
3247
|
+
function useGetConfigurationDataLazyQuery(baseOptions) {
|
3021
3248
|
const options = { ...defaultOptions, ...baseOptions };
|
3022
3249
|
return Apollo.useLazyQuery(GetConfigurationDataDocument, options);
|
3023
3250
|
}
|
3024
|
-
|
3251
|
+
function useGetConfigurationDataSuspenseQuery(baseOptions) {
|
3252
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3253
|
+
return Apollo.useSuspenseQuery(GetConfigurationDataDocument, options);
|
3254
|
+
}
|
3255
|
+
const OrganizationResourceContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OrganizationResourceContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationResourceContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] };
|
3025
3256
|
/**
|
3026
3257
|
* __useOrganizationResourceContextQuery__
|
3027
3258
|
*
|
@@ -3038,15 +3269,19 @@ export const OrganizationResourceContextDocument = { "kind": "Document", "defini
|
|
3038
3269
|
* },
|
3039
3270
|
* });
|
3040
3271
|
*/
|
3041
|
-
|
3272
|
+
function useOrganizationResourceContextQuery(baseOptions) {
|
3042
3273
|
const options = { ...defaultOptions, ...baseOptions };
|
3043
3274
|
return Apollo.useQuery(OrganizationResourceContextDocument, options);
|
3044
3275
|
}
|
3045
|
-
|
3276
|
+
function useOrganizationResourceContextLazyQuery(baseOptions) {
|
3046
3277
|
const options = { ...defaultOptions, ...baseOptions };
|
3047
3278
|
return Apollo.useLazyQuery(OrganizationResourceContextDocument, options);
|
3048
3279
|
}
|
3049
|
-
|
3280
|
+
function useOrganizationResourceContextSuspenseQuery(baseOptions) {
|
3281
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3282
|
+
return Apollo.useSuspenseQuery(OrganizationResourceContextDocument, options);
|
3283
|
+
}
|
3284
|
+
const ViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "AccountBillingPreferences" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AccountBillingPreferences" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Preferences" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billing" } }] } }] } }] } }] };
|
3050
3285
|
/**
|
3051
3286
|
* __useViewerSettingsQuery__
|
3052
3287
|
*
|
@@ -3063,12 +3298,15 @@ export const ViewerSettingsDocument = { "kind": "Document", "definitions": [{ "k
|
|
3063
3298
|
* },
|
3064
3299
|
* });
|
3065
3300
|
*/
|
3066
|
-
|
3301
|
+
function useViewerSettingsQuery(baseOptions) {
|
3067
3302
|
const options = { ...defaultOptions, ...baseOptions };
|
3068
3303
|
return Apollo.useQuery(ViewerSettingsDocument, options);
|
3069
3304
|
}
|
3070
|
-
|
3305
|
+
function useViewerSettingsLazyQuery(baseOptions) {
|
3071
3306
|
const options = { ...defaultOptions, ...baseOptions };
|
3072
3307
|
return Apollo.useLazyQuery(ViewerSettingsDocument, options);
|
3073
3308
|
}
|
3074
|
-
|
3309
|
+
function useViewerSettingsSuspenseQuery(baseOptions) {
|
3310
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3311
|
+
return Apollo.useSuspenseQuery(ViewerSettingsDocument, options);
|
3312
|
+
}export{AcceptOrganizationInvitationDocument,AccountBillingPreferencesFragmentDoc,AccountOnBoardingDocument,AddContributionRoleDocument,AddResourceToContextDocument,AddTeamMembersDocument,AllContextFragmentDoc,ChangeMemberRoleDocument,ChangeOrgMemberRoleDocument,ChangeOrganizationDocument,ConfigurationFragmentDoc,ConfigurationModelFragmentDoc,ConfigurationUpdateEventFragmentDoc,ContextConfigurationFragmentDoc,CreateOrganizationDocument,CreateTeamDocument,DeclineOrganizationInvitationDocument,DecodeOrganizationInvitationDocument,DefaultContextFragmentDoc,DefaultResolveSettingsDocument,DefaultSettingFragmentDoc,DefaultSettingsDocument,DeleteUserAccountDocument,FilterIntegrationConfigurationDocument,GetAccountsApplicationPoliciesDocument,GetAccountsDocument,GetAccountsViewerSettingsDocument,GetAllCountriesDocument,GetApplicationPolicyDocument,GetApplicationRoleDocument,GetConfigurationDataDocument,GetConfigurationTargetDocument,GetContextPropertyDocument,GetContributionRolesDocument,GetDefaultApplicationPermissionsDocument,GetDefaultPermissionsDocument,GetDefaultPolicySettingsDocument,GetDefaultRoleDocument,GetManageableOrganizationsDocument,GetOrgConfigurationDocument,GetOrgContextDocument,GetOrgInvitationMembersDocument,GetOrgMembersWithRolesDocument,GetOrgMembersWithRolesUnsecuredDocument,GetOrgNameFromContextDocument,GetOrgPolicyDocument,GetOrgRoleDocument,GetOrgTeamInvitationsDocument,GetOrgUserDocument,GetOrgWithResourcesConfigurationDocument,GetOrgWithResourcesPolicyDocument,GetOrgWithResourcesRoleDocument,GetOrganizationInvitationDocument,GetOrganizationMembersDocument,GetOrganizationMembersWithNameDocument,GetOrganizationTeamsDocument,GetResourcesConfigurationDocument,GetRoleDocument,GetTeamByNameDocument,GetTeamContextDocument,GetTeamDocument,GetTeamNameFromContextDocument,GetUserAccessRoleDocument,GetUserAccountByAuth0IdDocument,GetUserAccountDocument,GetUserConfigurationDocument,GetUserOrganizationsDocument,GetUserOrganizationsListDocument,GetUserOrganizationsWithRoleDocument,GetUserRoleDocument,GetUserTokenDetailsDocument,GetUserWithDefaultConfigurationDocument,GetUsersDocument,GetViewerSettingsDocument,IAccountServiceAction,IApplicationBillingPlanPolicy,IApplicationRoles,IAuthErrorCodes,ICacheControlScope,IClientCacheTypeNames,IClientContainerService,IClientTypes,IConfigCollectionName,IConfigFragmentName,IConfigurationContributionNames,IConfigurationServiceAction,IContextServiceAction,IDeviceInfoPlatform,IEditPresentationTypes,IGlobalCurrencies,IGlobalLanguages,IIntegrationWorkflowServiceAction,IInviteStatus,IMailTemplateId,IMenuPosition,IMoleculerServiceName,IOrgUserRole,IOrgainizationInvitationRole,IOrganizationContextPubSubEvents,IOrganizationServiceAction,IPermissionAction,IPermissionResource,IPermissionType,IPortalLanguage,IPreDefinedRole,IRegistryExtensions,IResourceAuthority,IRole,IRouteParams,ISettingValueType,ISortEnum,ITeamServiceAction,ITokenTypesEnum,IUserBroadcasterAction,IUserOrderBy,IUserServiceAction,IVisibility,InitializeOrgNameInContextDocument,InitializeTeamInContextDocument,InitiateConfigurationValueDocument,MachineConfigurationFragmentDoc,OpenPreferencesSettingsDocument,OrgContextFragmentDoc,OrgNameInContextFragmentDoc,OrgUserFragmentDoc,OrgUserIdContextFragmentDoc,OrganizationDataFragmentDoc,OrganizationResourceContextDocument,OrganizationUserFragmentDoc,OrganizationsDocument,OverWriteRoleValueFragmentDoc,ReassignConfigurationDocument,RegisterAccountUserDocument,RemoveOrgMemberDocument,RemoveOrganizationDocument,RemoveTeamDocument,RemoveTeamMemberDocument,ResendOrganizationInvitationDocument,ResetUserPasswordDocument,ResolveConfigurationDocument,ResourceDataFragmentDoc,ResourceUserRoleFragmentDoc,RoleTargetFragmentDoc,SendEmailVerificationDocument,SendOrganizationInvitationDocument,SendPhoneOtpDocument,SendUserPasswordResetEmailDocument,SubscribeToConfigurationUpdateDocument,SubscribeToOrganizationContextDocument,SubscribeToPermissionUpdateDocument,SubscribeToPolicyUpdateDocument,TeamContextFragmentDoc,TeamDocument,TeamNameInContextFragmentDoc,TeamWithOrgOnContextFragmentDoc,TeamsDocument,UpdateConfigurationDocument,UpdateConfigurationValueByUriDocument,UpdateConfigurationValueDocument,UpdateOrgMemberTeamsDocument,UpdateOrganizationContextAddResourcesDocument,UpdateOrganizationContextRemoveResourcesDocument,UpdateOrganizationContextUpdateResourcesDocument,UpdateOrganizationDocument,UpdatePolicyValueDocument,UpdateRoleValueDocument,UpdateTeamConfigurationDocument,UpdateUserAccountDocument,UserCreationEventFragmentDoc,ValidatePasswordResetOtpDocument,ValidateUserEmailVerificationDocument,VerifyPhoneOtpDocument,ViewerSettingsDocument,useAcceptOrganizationInvitationMutation,useAccountOnBoardingMutation,useAddContributionRoleMutation,useAddResourceToContextMutation,useAddTeamMembersMutation,useChangeMemberRoleMutation,useChangeOrgMemberRoleMutation,useChangeOrganizationMutation,useCreateOrganizationMutation,useCreateTeamMutation,useDeclineOrganizationInvitationMutation,useDecodeOrganizationInvitationLazyQuery,useDecodeOrganizationInvitationQuery,useDecodeOrganizationInvitationSuspenseQuery,useDefaultResolveSettingsLazyQuery,useDefaultResolveSettingsQuery,useDefaultResolveSettingsSuspenseQuery,useDefaultSettingsLazyQuery,useDefaultSettingsQuery,useDefaultSettingsSuspenseQuery,useDeleteUserAccountMutation,useFilterIntegrationConfigurationLazyQuery,useFilterIntegrationConfigurationQuery,useFilterIntegrationConfigurationSuspenseQuery,useGetAccountsApplicationPoliciesLazyQuery,useGetAccountsApplicationPoliciesQuery,useGetAccountsApplicationPoliciesSuspenseQuery,useGetAccountsLazyQuery,useGetAccountsQuery,useGetAccountsSuspenseQuery,useGetAccountsViewerSettingsLazyQuery,useGetAccountsViewerSettingsQuery,useGetAccountsViewerSettingsSuspenseQuery,useGetAllCountriesLazyQuery,useGetAllCountriesQuery,useGetAllCountriesSuspenseQuery,useGetApplicationPolicyLazyQuery,useGetApplicationPolicyQuery,useGetApplicationPolicySuspenseQuery,useGetApplicationRoleLazyQuery,useGetApplicationRoleQuery,useGetApplicationRoleSuspenseQuery,useGetConfigurationDataLazyQuery,useGetConfigurationDataQuery,useGetConfigurationDataSuspenseQuery,useGetConfigurationTargetLazyQuery,useGetConfigurationTargetQuery,useGetConfigurationTargetSuspenseQuery,useGetContextPropertyLazyQuery,useGetContextPropertyQuery,useGetContextPropertySuspenseQuery,useGetContributionRolesLazyQuery,useGetContributionRolesQuery,useGetContributionRolesSuspenseQuery,useGetDefaultApplicationPermissionsLazyQuery,useGetDefaultApplicationPermissionsQuery,useGetDefaultApplicationPermissionsSuspenseQuery,useGetDefaultPermissionsLazyQuery,useGetDefaultPermissionsQuery,useGetDefaultPermissionsSuspenseQuery,useGetDefaultPolicySettingsLazyQuery,useGetDefaultPolicySettingsQuery,useGetDefaultPolicySettingsSuspenseQuery,useGetDefaultRoleLazyQuery,useGetDefaultRoleQuery,useGetDefaultRoleSuspenseQuery,useGetManageableOrganizationsLazyQuery,useGetManageableOrganizationsQuery,useGetManageableOrganizationsSuspenseQuery,useGetOrgConfigurationLazyQuery,useGetOrgConfigurationQuery,useGetOrgConfigurationSuspenseQuery,useGetOrgContextLazyQuery,useGetOrgContextQuery,useGetOrgContextSuspenseQuery,useGetOrgInvitationMembersLazyQuery,useGetOrgInvitationMembersQuery,useGetOrgInvitationMembersSuspenseQuery,useGetOrgMembersWithRolesLazyQuery,useGetOrgMembersWithRolesQuery,useGetOrgMembersWithRolesSuspenseQuery,useGetOrgMembersWithRolesUnsecuredLazyQuery,useGetOrgMembersWithRolesUnsecuredQuery,useGetOrgMembersWithRolesUnsecuredSuspenseQuery,useGetOrgNameFromContextLazyQuery,useGetOrgNameFromContextQuery,useGetOrgNameFromContextSuspenseQuery,useGetOrgPolicyLazyQuery,useGetOrgPolicyQuery,useGetOrgPolicySuspenseQuery,useGetOrgRoleLazyQuery,useGetOrgRoleQuery,useGetOrgRoleSuspenseQuery,useGetOrgTeamInvitationsLazyQuery,useGetOrgTeamInvitationsQuery,useGetOrgTeamInvitationsSuspenseQuery,useGetOrgUserLazyQuery,useGetOrgUserQuery,useGetOrgUserSuspenseQuery,useGetOrgWithResourcesConfigurationLazyQuery,useGetOrgWithResourcesConfigurationQuery,useGetOrgWithResourcesConfigurationSuspenseQuery,useGetOrgWithResourcesPolicyLazyQuery,useGetOrgWithResourcesPolicyQuery,useGetOrgWithResourcesPolicySuspenseQuery,useGetOrgWithResourcesRoleLazyQuery,useGetOrgWithResourcesRoleQuery,useGetOrgWithResourcesRoleSuspenseQuery,useGetOrganizationInvitationLazyQuery,useGetOrganizationInvitationQuery,useGetOrganizationInvitationSuspenseQuery,useGetOrganizationMembersLazyQuery,useGetOrganizationMembersQuery,useGetOrganizationMembersSuspenseQuery,useGetOrganizationMembersWithNameLazyQuery,useGetOrganizationMembersWithNameQuery,useGetOrganizationMembersWithNameSuspenseQuery,useGetOrganizationTeamsLazyQuery,useGetOrganizationTeamsQuery,useGetOrganizationTeamsSuspenseQuery,useGetResourcesConfigurationLazyQuery,useGetResourcesConfigurationQuery,useGetResourcesConfigurationSuspenseQuery,useGetRoleLazyQuery,useGetRoleQuery,useGetRoleSuspenseQuery,useGetTeamByNameLazyQuery,useGetTeamByNameQuery,useGetTeamByNameSuspenseQuery,useGetTeamContextLazyQuery,useGetTeamContextQuery,useGetTeamContextSuspenseQuery,useGetTeamLazyQuery,useGetTeamNameFromContextLazyQuery,useGetTeamNameFromContextQuery,useGetTeamNameFromContextSuspenseQuery,useGetTeamQuery,useGetTeamSuspenseQuery,useGetUserAccessRoleLazyQuery,useGetUserAccessRoleQuery,useGetUserAccessRoleSuspenseQuery,useGetUserAccountByAuth0IdLazyQuery,useGetUserAccountByAuth0IdQuery,useGetUserAccountByAuth0IdSuspenseQuery,useGetUserAccountLazyQuery,useGetUserAccountQuery,useGetUserAccountSuspenseQuery,useGetUserConfigurationLazyQuery,useGetUserConfigurationQuery,useGetUserConfigurationSuspenseQuery,useGetUserOrganizationsLazyQuery,useGetUserOrganizationsListLazyQuery,useGetUserOrganizationsListQuery,useGetUserOrganizationsListSuspenseQuery,useGetUserOrganizationsQuery,useGetUserOrganizationsSuspenseQuery,useGetUserOrganizationsWithRoleLazyQuery,useGetUserOrganizationsWithRoleQuery,useGetUserOrganizationsWithRoleSuspenseQuery,useGetUserRoleLazyQuery,useGetUserRoleQuery,useGetUserRoleSuspenseQuery,useGetUserTokenDetailsLazyQuery,useGetUserTokenDetailsQuery,useGetUserTokenDetailsSuspenseQuery,useGetUserWithDefaultConfigurationLazyQuery,useGetUserWithDefaultConfigurationQuery,useGetUserWithDefaultConfigurationSuspenseQuery,useGetUsersLazyQuery,useGetUsersQuery,useGetUsersSuspenseQuery,useGetViewerSettingsLazyQuery,useGetViewerSettingsQuery,useGetViewerSettingsSuspenseQuery,useInitializeOrgNameInContextMutation,useInitializeTeamInContextMutation,useInitiateConfigurationValueMutation,useOpenPreferencesSettingsLazyQuery,useOpenPreferencesSettingsQuery,useOpenPreferencesSettingsSuspenseQuery,useOrganizationResourceContextLazyQuery,useOrganizationResourceContextQuery,useOrganizationResourceContextSuspenseQuery,useOrganizationsLazyQuery,useOrganizationsQuery,useOrganizationsSuspenseQuery,useReassignConfigurationMutation,useRegisterAccountUserMutation,useRemoveOrgMemberMutation,useRemoveOrganizationMutation,useRemoveTeamMemberMutation,useRemoveTeamMutation,useResendOrganizationInvitationMutation,useResetUserPasswordMutation,useResolveConfigurationLazyQuery,useResolveConfigurationQuery,useResolveConfigurationSuspenseQuery,useSendEmailVerificationMutation,useSendOrganizationInvitationMutation,useSendPhoneOtpMutation,useSendUserPasswordResetEmailMutation,useSubscribeToConfigurationUpdateSubscription,useSubscribeToOrganizationContextSubscription,useSubscribeToPermissionUpdateSubscription,useSubscribeToPolicyUpdateSubscription,useTeamLazyQuery,useTeamQuery,useTeamSuspenseQuery,useTeamsLazyQuery,useTeamsQuery,useTeamsSuspenseQuery,useUpdateConfigurationMutation,useUpdateConfigurationValueByUriMutation,useUpdateConfigurationValueMutation,useUpdateOrgMemberTeamsMutation,useUpdateOrganizationContextAddResourcesMutation,useUpdateOrganizationContextRemoveResourcesMutation,useUpdateOrganizationContextUpdateResourcesMutation,useUpdateOrganizationMutation,useUpdatePolicyValueMutation,useUpdateRoleValueMutation,useUpdateTeamConfigurationMutation,useUpdateUserAccountMutation,useValidatePasswordResetOtpMutation,useValidateUserEmailVerificationMutation,useVerifyPhoneOtpMutation,useViewerSettingsLazyQuery,useViewerSettingsQuery,useViewerSettingsSuspenseQuery};
|