@commercetools-frontend/application-shell-connectors 20.10.6 → 20.11.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/dist/commercetools-frontend-application-shell-connectors.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-application-shell-connectors.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-application-shell-connectors.esm.js +1 -1
- package/dist/declarations/src/components/application-context/application-context.d.ts +2 -2
- package/dist/declarations/src/components/project-extension-image-regex/project-extension-image-regex.d.ts +3 -3
- package/dist/declarations/src/test-utils/test-utils.d.ts +15 -15
- package/dist/declarations/src/types/generated/mc.d.ts +189 -195
- package/dist/declarations/src/types/generated/settings.d.ts +1425 -2504
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare type Maybe<T> = T |
|
|
1
|
+
export declare type Maybe<T> = T | null;
|
|
2
2
|
export declare type Exact<T extends {
|
|
3
3
|
[key: string]: unknown;
|
|
4
4
|
}> = {
|
|
@@ -23,15 +23,15 @@ export declare type TAdditionalUserInfo = {
|
|
|
23
23
|
};
|
|
24
24
|
export declare type TAllPermissionsForAllApplications = {
|
|
25
25
|
__typename?: 'AllPermissionsForAllApplications';
|
|
26
|
-
allAppliedPermissions: Array<TAppliedPermission>;
|
|
27
|
-
allAppliedDataFences: Array<TAppliedDataFence>;
|
|
28
26
|
allAppliedActionRights: Array<TAppliedActionRight>;
|
|
27
|
+
allAppliedDataFences: Array<TAppliedDataFence>;
|
|
29
28
|
allAppliedMenuVisibilities: Array<TAppliedMenuVisibilities>;
|
|
29
|
+
allAppliedPermissions: Array<TAppliedPermission>;
|
|
30
30
|
};
|
|
31
31
|
export declare type TAppliedActionRight = {
|
|
32
32
|
__typename?: 'AppliedActionRight';
|
|
33
|
-
name: Scalars['String'];
|
|
34
33
|
group: Scalars['String'];
|
|
34
|
+
name: Scalars['String'];
|
|
35
35
|
value: Scalars['Boolean'];
|
|
36
36
|
};
|
|
37
37
|
export declare type TAppliedDataFence = TStoreDataFence;
|
|
@@ -47,11 +47,11 @@ export declare type TAppliedPermission = {
|
|
|
47
47
|
};
|
|
48
48
|
export declare type TCartClassificationValue = {
|
|
49
49
|
__typename?: 'CartClassificationValue';
|
|
50
|
-
key: Scalars['String'];
|
|
51
50
|
allLocaleLabels: Array<Maybe<TLocalizedField>>;
|
|
51
|
+
key: Scalars['String'];
|
|
52
52
|
};
|
|
53
53
|
export declare type TChangeUserBusinessRole = {
|
|
54
|
-
businessRole
|
|
54
|
+
businessRole?: Maybe<Scalars['String']>;
|
|
55
55
|
};
|
|
56
56
|
export declare type TChangeUserLanguage = {
|
|
57
57
|
language: Scalars['String'];
|
|
@@ -71,7 +71,7 @@ export declare type TDataFence = {
|
|
|
71
71
|
};
|
|
72
72
|
export declare type TDeleteAccountRequest = {
|
|
73
73
|
__typename?: 'DeleteAccountRequest';
|
|
74
|
-
jwt
|
|
74
|
+
jwt?: Maybe<Scalars['String']>;
|
|
75
75
|
};
|
|
76
76
|
export declare type TDeletedUser = {
|
|
77
77
|
__typename?: 'DeletedUser';
|
|
@@ -80,8 +80,8 @@ export declare type TDeletedUser = {
|
|
|
80
80
|
export declare type TFeature = {
|
|
81
81
|
__typename?: 'Feature';
|
|
82
82
|
name: Scalars['String'];
|
|
83
|
+
reason?: Maybe<Scalars['String']>;
|
|
83
84
|
value: Scalars['Boolean'];
|
|
84
|
-
reason: Maybe<Scalars['String']>;
|
|
85
85
|
};
|
|
86
86
|
export declare type TInvitationInput = {
|
|
87
87
|
emails: Array<Scalars['String']>;
|
|
@@ -90,22 +90,22 @@ export declare type TInvitationInput = {
|
|
|
90
90
|
};
|
|
91
91
|
export declare type TInvitationOrganizationInput = {
|
|
92
92
|
id: Scalars['ID'];
|
|
93
|
+
name?: Maybe<Scalars['String']>;
|
|
93
94
|
version: Scalars['Int'];
|
|
94
|
-
name: Maybe<Scalars['String']>;
|
|
95
95
|
};
|
|
96
96
|
export declare type TInvitationQueryResult = {
|
|
97
97
|
__typename?: 'InvitationQueryResult';
|
|
98
|
-
|
|
98
|
+
gravatarHash?: Maybe<Scalars['String']>;
|
|
99
|
+
hasValidEmail: Scalars['Boolean'];
|
|
99
100
|
isAlreadyAMemberOfTeam: Scalars['Boolean'];
|
|
100
101
|
isKnownUser: Scalars['Boolean'];
|
|
101
|
-
|
|
102
|
-
gravatarHash: Maybe<Scalars['String']>;
|
|
102
|
+
version: Scalars['Int'];
|
|
103
103
|
};
|
|
104
104
|
export declare type TInvitationResult = {
|
|
105
105
|
__typename?: 'InvitationResult';
|
|
106
|
-
status: TInvitationStatus;
|
|
107
106
|
email: Scalars['String'];
|
|
108
|
-
jwt
|
|
107
|
+
jwt?: Maybe<Scalars['String']>;
|
|
108
|
+
status: TInvitationStatus;
|
|
109
109
|
};
|
|
110
110
|
export declare enum TInvitationStatus {
|
|
111
111
|
InvitationFailure = "InvitationFailure",
|
|
@@ -126,89 +126,88 @@ export declare type TLocalizedField = {
|
|
|
126
126
|
value: Scalars['String'];
|
|
127
127
|
};
|
|
128
128
|
export declare type TMetaData = {
|
|
129
|
-
version: Maybe<Scalars['Int']>;
|
|
130
129
|
createdAt: Scalars['String'];
|
|
131
130
|
lastModifiedAt: Scalars['String'];
|
|
131
|
+
version?: Maybe<Scalars['Int']>;
|
|
132
132
|
};
|
|
133
133
|
export declare type TMutation = {
|
|
134
134
|
__typename?: 'Mutation';
|
|
135
|
-
|
|
136
|
-
|
|
135
|
+
createMyOrganization?: Maybe<TOrganizationCreated>;
|
|
136
|
+
createMyProject?: Maybe<TProjectPendingCreation>;
|
|
137
|
+
createOAuthClient: TOAuthClient;
|
|
138
|
+
deleteAccount: TDeletedUser;
|
|
139
|
+
deleteOAuthClient: TOAuthClient;
|
|
137
140
|
invite: Array<TInvitationResult>;
|
|
138
|
-
|
|
139
|
-
createMyOrganization: Maybe<TOrganizationCreated>;
|
|
140
|
-
sendLinkToResetPassword: Maybe<TResetPasswordRequest>;
|
|
141
|
+
random: Scalars['String'];
|
|
141
142
|
resetPassword: TResetUser;
|
|
142
|
-
|
|
143
|
+
sendLinkToDeleteAccount?: Maybe<TDeleteAccountRequest>;
|
|
144
|
+
sendLinkToResetPassword?: Maybe<TResetPasswordRequest>;
|
|
145
|
+
sendLinkToSignUp?: Maybe<TSignUpRequest>;
|
|
143
146
|
signUp: TSignedUpUser;
|
|
144
|
-
|
|
145
|
-
deleteAccount: TDeletedUser;
|
|
146
|
-
createOAuthClient: TOAuthClient;
|
|
147
|
-
deleteOAuthClient: TOAuthClient;
|
|
148
|
-
};
|
|
149
|
-
export declare type TMutation_RandomArgs = {
|
|
150
|
-
byteLength: Scalars['Int'];
|
|
151
|
-
};
|
|
152
|
-
export declare type TMutation_UpdateUserArgs = {
|
|
153
|
-
version: Scalars['Int'];
|
|
154
|
-
actions: Array<TUserUpdateAction>;
|
|
147
|
+
updateUser: TUser;
|
|
155
148
|
};
|
|
156
|
-
export declare type
|
|
157
|
-
draft:
|
|
158
|
-
origin: Maybe<Scalars['String']>;
|
|
149
|
+
export declare type TMutation_CreateMyOrganizationArgs = {
|
|
150
|
+
draft: TOrganizationDraftType;
|
|
159
151
|
};
|
|
160
152
|
export declare type TMutation_CreateMyProjectArgs = {
|
|
161
153
|
draft: TProjectDraftType;
|
|
162
154
|
myPermission: TMyPermissionInitializationInput;
|
|
163
155
|
};
|
|
164
|
-
export declare type
|
|
165
|
-
draft:
|
|
156
|
+
export declare type TMutation_CreateOAuthClientArgs = {
|
|
157
|
+
draft: TOAuthClientCreationInput;
|
|
166
158
|
};
|
|
167
|
-
export declare type
|
|
168
|
-
|
|
169
|
-
origin
|
|
159
|
+
export declare type TMutation_DeleteAccountArgs = {
|
|
160
|
+
jwt: Scalars['String'];
|
|
161
|
+
origin?: Maybe<Scalars['String']>;
|
|
162
|
+
};
|
|
163
|
+
export declare type TMutation_DeleteOAuthClientArgs = {
|
|
164
|
+
id: Scalars['ID'];
|
|
165
|
+
};
|
|
166
|
+
export declare type TMutation_InviteArgs = {
|
|
167
|
+
draft: TInvitationInput;
|
|
168
|
+
origin?: Maybe<Scalars['String']>;
|
|
169
|
+
};
|
|
170
|
+
export declare type TMutation_RandomArgs = {
|
|
171
|
+
byteLength: Scalars['Int'];
|
|
170
172
|
};
|
|
171
173
|
export declare type TMutation_ResetPasswordArgs = {
|
|
172
|
-
jwt: Scalars['String'];
|
|
173
174
|
draft: TResetPasswordDraft;
|
|
174
|
-
|
|
175
|
+
jwt: Scalars['String'];
|
|
176
|
+
origin?: Maybe<Scalars['String']>;
|
|
177
|
+
};
|
|
178
|
+
export declare type TMutation_SendLinkToDeleteAccountArgs = {
|
|
179
|
+
origin?: Maybe<Scalars['String']>;
|
|
180
|
+
};
|
|
181
|
+
export declare type TMutation_SendLinkToResetPasswordArgs = {
|
|
182
|
+
email: Scalars['String'];
|
|
183
|
+
origin?: Maybe<Scalars['String']>;
|
|
175
184
|
};
|
|
176
185
|
export declare type TMutation_SendLinkToSignUpArgs = {
|
|
186
|
+
additionalInfo?: Maybe<TAdditionalUserInfo>;
|
|
177
187
|
email: Scalars['String'];
|
|
178
|
-
language
|
|
179
|
-
origin
|
|
180
|
-
additionalInfo: Maybe<TAdditionalUserInfo>;
|
|
188
|
+
language?: Maybe<Scalars['String']>;
|
|
189
|
+
origin?: Maybe<Scalars['String']>;
|
|
181
190
|
};
|
|
182
191
|
export declare type TMutation_SignUpArgs = {
|
|
183
|
-
jwt: Scalars['String'];
|
|
184
192
|
draft: TUserDraft;
|
|
185
|
-
trackingConfigs: Maybe<Array<TTrackingConfig>>;
|
|
186
|
-
};
|
|
187
|
-
export declare type TMutation_SendLinkToDeleteAccountArgs = {
|
|
188
|
-
origin: Maybe<Scalars['String']>;
|
|
189
|
-
};
|
|
190
|
-
export declare type TMutation_DeleteAccountArgs = {
|
|
191
193
|
jwt: Scalars['String'];
|
|
192
|
-
origin: Maybe<Scalars['String']>;
|
|
193
194
|
};
|
|
194
|
-
export declare type
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
export declare type TMutation_DeleteOAuthClientArgs = {
|
|
198
|
-
id: Scalars['ID'];
|
|
195
|
+
export declare type TMutation_UpdateUserArgs = {
|
|
196
|
+
actions: Array<TUserUpdateAction>;
|
|
197
|
+
version: Scalars['Int'];
|
|
199
198
|
};
|
|
200
199
|
export declare type TMyPermissionInitializationInput = {
|
|
201
200
|
teamId: Scalars['String'];
|
|
202
201
|
};
|
|
203
202
|
export declare type TOAuthClient = {
|
|
204
203
|
__typename?: 'OAuthClient';
|
|
204
|
+
createdAt?: Maybe<Scalars['String']>;
|
|
205
205
|
id: Scalars['ID'];
|
|
206
|
+
lastUsedAt?: Maybe<Scalars['String']>;
|
|
206
207
|
name: Scalars['String'];
|
|
207
|
-
createdAt: Maybe<Scalars['String']>;
|
|
208
|
-
lastUsedAt: Maybe<Scalars['String']>;
|
|
209
|
-
secret: Scalars['String'];
|
|
210
208
|
ownerId: Scalars['ID'];
|
|
211
209
|
permissions: Array<TProjectPermission>;
|
|
210
|
+
secret: Scalars['String'];
|
|
212
211
|
};
|
|
213
212
|
export declare type TOAuthClientCreationInput = {
|
|
214
213
|
name: Scalars['String'];
|
|
@@ -219,8 +218,8 @@ export declare type TOAuthClientQueryResult = TQueryResult & {
|
|
|
219
218
|
__typename?: 'OAuthClientQueryResult';
|
|
220
219
|
count: Scalars['Int'];
|
|
221
220
|
offset: Scalars['Int'];
|
|
222
|
-
total: Scalars['Int'];
|
|
223
221
|
results: Array<TOAuthClient>;
|
|
222
|
+
total: Scalars['Int'];
|
|
224
223
|
};
|
|
225
224
|
export declare type TOAuthClientTemplate = {
|
|
226
225
|
__typename?: 'OAuthClientTemplate';
|
|
@@ -229,8 +228,8 @@ export declare type TOAuthClientTemplate = {
|
|
|
229
228
|
};
|
|
230
229
|
export declare type TOrganization = {
|
|
231
230
|
__typename?: 'Organization';
|
|
232
|
-
id: Scalars['ID'];
|
|
233
231
|
createdAt: Scalars['String'];
|
|
232
|
+
id: Scalars['ID'];
|
|
234
233
|
name: Scalars['String'];
|
|
235
234
|
};
|
|
236
235
|
export declare type TOrganizationCreated = {
|
|
@@ -253,11 +252,18 @@ export declare enum TPermissionScope {
|
|
|
253
252
|
GetPermissionForAnyProject = "get_permission_for_any_project",
|
|
254
253
|
IntrospectOauthTokens = "introspect_oauth_tokens",
|
|
255
254
|
ManageApiClients = "manage_api_clients",
|
|
255
|
+
ManageAuditLog = "manage_audit_log",
|
|
256
|
+
ManageCartDiscounts = "manage_cart_discounts",
|
|
257
|
+
ManageCategories = "manage_categories",
|
|
258
|
+
ManageChangeHistory = "manage_change_history",
|
|
259
|
+
ManageCustomerGroups = "manage_customer_groups",
|
|
256
260
|
ManageCustomers = "manage_customers",
|
|
257
261
|
ManageDiscountCodes = "manage_discount_codes",
|
|
258
262
|
ManageExtensions = "manage_extensions",
|
|
259
263
|
ManageGlobalSubscriptions = "manage_global_subscriptions",
|
|
264
|
+
ManageImportContainers = "manage_import_containers",
|
|
260
265
|
ManageImportSinks = "manage_import_sinks",
|
|
266
|
+
ManageKeyValueDocuments = "manage_key_value_documents",
|
|
261
267
|
ManageMyOrders = "manage_my_orders",
|
|
262
268
|
ManageMyPayments = "manage_my_payments",
|
|
263
269
|
ManageMyProfile = "manage_my_profile",
|
|
@@ -268,112 +274,107 @@ export declare enum TPermissionScope {
|
|
|
268
274
|
ManageProducts = "manage_products",
|
|
269
275
|
ManageProject = "manage_project",
|
|
270
276
|
ManageProjectSettings = "manage_project_settings",
|
|
277
|
+
ManageShippingMethods = "manage_shipping_methods",
|
|
271
278
|
ManageShoppingLists = "manage_shopping_lists",
|
|
272
279
|
ManageStates = "manage_states",
|
|
273
280
|
ManageStores = "manage_stores",
|
|
274
281
|
ManageSubscriptions = "manage_subscriptions",
|
|
275
|
-
ManageTypes = "manage_types",
|
|
276
|
-
ManageCustomerGroups = "manage_customer_groups",
|
|
277
|
-
ManageCartDiscounts = "manage_cart_discounts",
|
|
278
|
-
ManageShippingMethods = "manage_shipping_methods",
|
|
279
282
|
ManageTaxCategories = "manage_tax_categories",
|
|
280
|
-
|
|
281
|
-
ManageAuditLog = "manage_audit_log",
|
|
282
|
-
ManageKeyValueDocuments = "manage_key_value_documents",
|
|
283
|
-
ManageChangeHistory = "manage_change_history",
|
|
283
|
+
ManageTypes = "manage_types",
|
|
284
284
|
ViewApiClients = "view_api_clients",
|
|
285
|
+
ViewAuditLog = "view_audit_log",
|
|
286
|
+
ViewCartDiscounts = "view_cart_discounts",
|
|
287
|
+
ViewCategories = "view_categories",
|
|
288
|
+
ViewChangeHistory = "view_change_history",
|
|
289
|
+
ViewCustomerGroups = "view_customer_groups",
|
|
285
290
|
ViewCustomers = "view_customers",
|
|
286
291
|
ViewDiscountCodes = "view_discount_codes",
|
|
292
|
+
ViewImportContainers = "view_import_containers",
|
|
287
293
|
ViewImportSinks = "view_import_sinks",
|
|
294
|
+
ViewKeyValueDocuments = "view_key_value_documents",
|
|
288
295
|
ViewMessages = "view_messages",
|
|
289
296
|
ViewOrderEdits = "view_order_edits",
|
|
290
297
|
ViewOrders = "view_orders",
|
|
291
298
|
ViewPayments = "view_payments",
|
|
292
299
|
ViewProducts = "view_products",
|
|
293
|
-
ViewPublishedProducts = "view_published_products",
|
|
294
300
|
ViewProjectSettings = "view_project_settings",
|
|
295
301
|
ViewProjects = "view_projects",
|
|
302
|
+
ViewPublishedProducts = "view_published_products",
|
|
303
|
+
ViewShippingMethods = "view_shipping_methods",
|
|
296
304
|
ViewShoppingLists = "view_shopping_lists",
|
|
297
305
|
ViewStates = "view_states",
|
|
298
306
|
ViewStores = "view_stores",
|
|
299
|
-
ViewTypes = "view_types",
|
|
300
|
-
ViewCustomerGroups = "view_customer_groups",
|
|
301
|
-
ViewCartDiscounts = "view_cart_discounts",
|
|
302
|
-
ViewShippingMethods = "view_shipping_methods",
|
|
303
307
|
ViewTaxCategories = "view_tax_categories",
|
|
304
|
-
|
|
305
|
-
ViewAuditLog = "view_audit_log",
|
|
306
|
-
ViewKeyValueDocuments = "view_key_value_documents",
|
|
307
|
-
ViewChangeHistory = "view_change_history"
|
|
308
|
+
ViewTypes = "view_types"
|
|
308
309
|
}
|
|
309
310
|
export declare type TProject = TMetaData & {
|
|
310
311
|
__typename?: 'Project';
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
312
|
+
allAppliedActionRights: Array<TAppliedActionRight>;
|
|
313
|
+
allAppliedDataFences: Array<TAppliedDataFence>;
|
|
314
|
+
allAppliedMenuVisibilities: Array<TAppliedMenuVisibilities>;
|
|
315
|
+
allAppliedPermissions: Array<TAppliedPermission>;
|
|
316
|
+
allPermissionsForAllApplications: TAllPermissionsForAllApplications;
|
|
314
317
|
apiVersion: Scalars['String'];
|
|
315
318
|
countries: Array<Scalars['String']>;
|
|
319
|
+
createdAt: Scalars['String'];
|
|
316
320
|
currencies: Array<Scalars['String']>;
|
|
317
|
-
|
|
318
|
-
isProductionProject: Scalars['Boolean'];
|
|
321
|
+
expiry: TProjectExpiry;
|
|
319
322
|
initialized: Scalars['Boolean'];
|
|
320
|
-
|
|
323
|
+
isProductionProject: Scalars['Boolean'];
|
|
321
324
|
key: Scalars['String'];
|
|
325
|
+
languages: Array<Scalars['String']>;
|
|
326
|
+
lastModifiedAt: Scalars['String'];
|
|
322
327
|
name: Scalars['String'];
|
|
323
328
|
owner: TOrganization;
|
|
329
|
+
plan: Scalars['String'];
|
|
330
|
+
shippingRateInputType?: Maybe<TShippingRateInputType>;
|
|
324
331
|
suspension: TProjectSuspension;
|
|
325
|
-
|
|
326
|
-
shippingRateInputType: Maybe<TShippingRateInputType>;
|
|
327
|
-
allAppliedPermissions: Array<TAppliedPermission>;
|
|
328
|
-
allAppliedDataFences: Array<TAppliedDataFence>;
|
|
329
|
-
allAppliedActionRights: Array<TAppliedActionRight>;
|
|
330
|
-
allAppliedMenuVisibilities: Array<TAppliedMenuVisibilities>;
|
|
331
|
-
allPermissionsForAllApplications: TAllPermissionsForAllApplications;
|
|
332
|
+
version?: Maybe<Scalars['Int']>;
|
|
332
333
|
};
|
|
333
334
|
export declare type TProjectDraftType = {
|
|
334
|
-
key: Scalars['String'];
|
|
335
|
-
name: Scalars['String'];
|
|
336
335
|
countries: Array<Scalars['String']>;
|
|
337
|
-
languages: Array<Scalars['String']>;
|
|
338
336
|
currencies: Array<Scalars['String']>;
|
|
337
|
+
deleteDaysAfterCreation?: Maybe<Scalars['Int']>;
|
|
338
|
+
key: Scalars['String'];
|
|
339
|
+
languages: Array<Scalars['String']>;
|
|
340
|
+
messagesEnabled?: Maybe<Scalars['Boolean']>;
|
|
341
|
+
name: Scalars['String'];
|
|
339
342
|
ownerId: Scalars['String'];
|
|
340
|
-
messagesEnabled: Maybe<Scalars['Boolean']>;
|
|
341
|
-
deleteDaysAfterCreation: Maybe<Scalars['Int']>;
|
|
342
343
|
};
|
|
343
344
|
export declare type TProjectExpiry = {
|
|
344
345
|
__typename?: 'ProjectExpiry';
|
|
346
|
+
daysLeft?: Maybe<Scalars['Int']>;
|
|
345
347
|
isActive: Scalars['Boolean'];
|
|
346
|
-
daysLeft: Maybe<Scalars['Int']>;
|
|
347
348
|
};
|
|
348
349
|
export declare type TProjectPendingCreation = {
|
|
349
350
|
__typename?: 'ProjectPendingCreation';
|
|
350
351
|
id: Scalars['String'];
|
|
351
352
|
key: Scalars['String'];
|
|
352
|
-
version: Scalars['Int'];
|
|
353
353
|
name: Scalars['String'];
|
|
354
|
+
version: Scalars['Int'];
|
|
354
355
|
};
|
|
355
356
|
export declare type TProjectPermission = {
|
|
356
357
|
__typename?: 'ProjectPermission';
|
|
357
358
|
key: TPermissionScope;
|
|
358
|
-
projectKey
|
|
359
|
-
storeKey
|
|
359
|
+
projectKey?: Maybe<Scalars['String']>;
|
|
360
|
+
storeKey?: Maybe<Scalars['String']>;
|
|
360
361
|
};
|
|
361
362
|
export declare type TProjectPermissionInput = {
|
|
362
363
|
key: TPermissionScope;
|
|
363
|
-
projectKey
|
|
364
|
-
storeKey
|
|
364
|
+
projectKey?: Maybe<Scalars['String']>;
|
|
365
|
+
storeKey?: Maybe<Scalars['String']>;
|
|
365
366
|
};
|
|
366
367
|
export declare type TProjectQueryResult = TQueryResult & {
|
|
367
368
|
__typename?: 'ProjectQueryResult';
|
|
368
369
|
count: Scalars['Int'];
|
|
369
370
|
offset: Scalars['Int'];
|
|
370
|
-
total: Scalars['Int'];
|
|
371
371
|
results: Array<TProject>;
|
|
372
|
+
total: Scalars['Int'];
|
|
372
373
|
};
|
|
373
374
|
export declare type TProjectSuspension = {
|
|
374
375
|
__typename?: 'ProjectSuspension';
|
|
375
376
|
isActive: Scalars['Boolean'];
|
|
376
|
-
reason
|
|
377
|
+
reason?: Maybe<TProjectSuspensionReason>;
|
|
377
378
|
};
|
|
378
379
|
export declare enum TProjectSuspensionReason {
|
|
379
380
|
Other = "Other",
|
|
@@ -382,47 +383,47 @@ export declare enum TProjectSuspensionReason {
|
|
|
382
383
|
}
|
|
383
384
|
export declare type TQuery = {
|
|
384
385
|
__typename?: 'Query';
|
|
385
|
-
|
|
386
|
-
amILoggedIn: Scalars['Boolean'];
|
|
387
|
-
me: Maybe<TUser>;
|
|
388
|
-
project: Maybe<TProject>;
|
|
389
|
-
invitation: Maybe<TInvitationQueryResult>;
|
|
390
|
-
allSupportedResources: Maybe<Array<TSupportedResource>>;
|
|
391
|
-
allSupportedActionRights: Maybe<Array<TSupportedActionRight>>;
|
|
392
|
-
allSupportedStoreScopes: Maybe<Array<TSupportedStoreScope>>;
|
|
393
|
-
allSupportedMenuVisibilities: Maybe<Array<TSupportedMenuVisibility>>;
|
|
394
|
-
allSupportedOAuthScopes: Array<Scalars['String']>;
|
|
386
|
+
allFeatures: Array<TFeature>;
|
|
395
387
|
allImpliedOAuthScopes: Array<Scalars['String']>;
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
388
|
+
allSupportedActionRights?: Maybe<Array<TSupportedActionRight>>;
|
|
389
|
+
allSupportedMenuVisibilities?: Maybe<Array<TSupportedMenuVisibility>>;
|
|
390
|
+
allSupportedOAuthScopes: Array<Scalars['String']>;
|
|
399
391
|
allSupportedOAuthScopesForOAuthClients: Array<TSupportedOAuthScopeForOAuthClient>;
|
|
400
|
-
|
|
392
|
+
allSupportedResources?: Maybe<Array<TSupportedResource>>;
|
|
393
|
+
allSupportedStoreScopes?: Maybe<Array<TSupportedStoreScope>>;
|
|
394
|
+
amILoggedIn: Scalars['Boolean'];
|
|
395
|
+
invitation?: Maybe<TInvitationQueryResult>;
|
|
396
|
+
me?: Maybe<TUser>;
|
|
397
|
+
oAuthClient?: Maybe<TOAuthClient>;
|
|
401
398
|
oAuthClientTemplates: Array<TOAuthClientTemplate>;
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
export declare type TQuery_InvitationArgs = {
|
|
408
|
-
where: Maybe<TInvitationWhereInput>;
|
|
399
|
+
oAuthClients: TOAuthClientQueryResult;
|
|
400
|
+
project?: Maybe<TProject>;
|
|
401
|
+
release?: Maybe<Scalars['String']>;
|
|
402
|
+
releases?: Maybe<TReleaseHistory>;
|
|
403
|
+
storeOAuthScopes: Array<TPermissionScope>;
|
|
409
404
|
};
|
|
410
405
|
export declare type TQuery_AllImpliedOAuthScopesArgs = {
|
|
406
|
+
onlyConfiguredOnTrustedClient?: Maybe<Scalars['Boolean']>;
|
|
411
407
|
resourceAccessPermissions: Array<Scalars['String']>;
|
|
412
|
-
onlyConfiguredOnTrustedClient: Maybe<Scalars['Boolean']>;
|
|
413
408
|
};
|
|
414
|
-
export declare type
|
|
415
|
-
|
|
416
|
-
limit: Maybe<Scalars['Int']>;
|
|
417
|
-
offset: Maybe<Scalars['Int']>;
|
|
409
|
+
export declare type TQuery_InvitationArgs = {
|
|
410
|
+
where?: Maybe<TInvitationWhereInput>;
|
|
418
411
|
};
|
|
419
412
|
export declare type TQuery_OAuthClientArgs = {
|
|
420
413
|
id: Scalars['String'];
|
|
421
414
|
};
|
|
422
415
|
export declare type TQuery_OAuthClientsArgs = {
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
416
|
+
limit?: Maybe<Scalars['Int']>;
|
|
417
|
+
offset?: Maybe<Scalars['Int']>;
|
|
418
|
+
sort?: Maybe<Array<Scalars['String']>>;
|
|
419
|
+
};
|
|
420
|
+
export declare type TQuery_ProjectArgs = {
|
|
421
|
+
key?: Maybe<Scalars['String']>;
|
|
422
|
+
};
|
|
423
|
+
export declare type TQuery_ReleasesArgs = {
|
|
424
|
+
limit?: Maybe<Scalars['Int']>;
|
|
425
|
+
offset?: Maybe<Scalars['Int']>;
|
|
426
|
+
origin: TReleaseOrigin;
|
|
426
427
|
};
|
|
427
428
|
export declare type TQueryResult = {
|
|
428
429
|
count: Scalars['Int'];
|
|
@@ -431,31 +432,31 @@ export declare type TQueryResult = {
|
|
|
431
432
|
};
|
|
432
433
|
export declare type TReference = {
|
|
433
434
|
__typename?: 'Reference';
|
|
434
|
-
typeId: Scalars['String'];
|
|
435
435
|
id: Scalars['String'];
|
|
436
|
+
typeId: Scalars['String'];
|
|
436
437
|
};
|
|
437
438
|
export declare type TReferenceInput = {
|
|
438
|
-
typeId: Scalars['String'];
|
|
439
439
|
id: Scalars['ID'];
|
|
440
|
+
typeId: Scalars['String'];
|
|
440
441
|
};
|
|
441
442
|
export declare type TReleaseEntry = {
|
|
442
443
|
__typename?: 'ReleaseEntry';
|
|
444
|
+
description: Scalars['String'];
|
|
443
445
|
guid: Scalars['String'];
|
|
446
|
+
link: Scalars['String'];
|
|
444
447
|
releasedAt: Scalars['String'];
|
|
445
448
|
title: Scalars['String'];
|
|
446
|
-
link: Scalars['String'];
|
|
447
|
-
description: Scalars['String'];
|
|
448
449
|
};
|
|
449
450
|
export declare type TReleaseHistory = {
|
|
450
451
|
__typename?: 'ReleaseHistory';
|
|
451
|
-
title: Scalars['String'];
|
|
452
452
|
description: Scalars['String'];
|
|
453
|
-
link: Scalars['String'];
|
|
454
453
|
entries: TReleaseQueryResult;
|
|
454
|
+
link: Scalars['String'];
|
|
455
|
+
title: Scalars['String'];
|
|
455
456
|
};
|
|
456
457
|
export declare type TReleaseHistory_EntriesArgs = {
|
|
457
|
-
limit
|
|
458
|
-
offset
|
|
458
|
+
limit?: Maybe<Scalars['Int']>;
|
|
459
|
+
offset?: Maybe<Scalars['Int']>;
|
|
459
460
|
};
|
|
460
461
|
export declare enum TReleaseOrigin {
|
|
461
462
|
Ctp = "ctp",
|
|
@@ -465,27 +466,27 @@ export declare type TReleaseQueryResult = TQueryResult & {
|
|
|
465
466
|
__typename?: 'ReleaseQueryResult';
|
|
466
467
|
count: Scalars['Int'];
|
|
467
468
|
offset: Scalars['Int'];
|
|
468
|
-
total: Scalars['Int'];
|
|
469
469
|
results: Array<TReleaseEntry>;
|
|
470
|
+
total: Scalars['Int'];
|
|
470
471
|
};
|
|
471
472
|
export declare type TResetPasswordDraft = {
|
|
472
473
|
password: Scalars['String'];
|
|
473
474
|
};
|
|
474
475
|
export declare type TResetPasswordRequest = {
|
|
475
476
|
__typename?: 'ResetPasswordRequest';
|
|
476
|
-
jwt
|
|
477
|
+
jwt?: Maybe<Scalars['String']>;
|
|
477
478
|
};
|
|
478
479
|
export declare type TResetUser = {
|
|
479
480
|
__typename?: 'ResetUser';
|
|
480
481
|
id: Scalars['String'];
|
|
481
482
|
};
|
|
482
483
|
export declare type TSetUserTimeZone = {
|
|
483
|
-
timeZone
|
|
484
|
+
timeZone?: Maybe<Scalars['String']>;
|
|
484
485
|
};
|
|
485
486
|
export declare type TShippingRateInputType = {
|
|
486
487
|
__typename?: 'ShippingRateInputType';
|
|
487
488
|
type: TShippingRateType;
|
|
488
|
-
values
|
|
489
|
+
values?: Maybe<Array<Maybe<TCartClassificationValue>>>;
|
|
489
490
|
};
|
|
490
491
|
export declare enum TShippingRateType {
|
|
491
492
|
CartClassification = "CartClassification",
|
|
@@ -494,7 +495,7 @@ export declare enum TShippingRateType {
|
|
|
494
495
|
}
|
|
495
496
|
export declare type TSignUpRequest = {
|
|
496
497
|
__typename?: 'SignUpRequest';
|
|
497
|
-
jwt
|
|
498
|
+
jwt?: Maybe<Scalars['String']>;
|
|
498
499
|
};
|
|
499
500
|
export declare type TSignedUpUser = {
|
|
500
501
|
__typename?: 'SignedUpUser';
|
|
@@ -502,20 +503,20 @@ export declare type TSignedUpUser = {
|
|
|
502
503
|
};
|
|
503
504
|
export declare type TStoreDataFence = TDataFence & {
|
|
504
505
|
__typename?: 'StoreDataFence';
|
|
505
|
-
value: Scalars['String'];
|
|
506
|
-
name: Scalars['String'];
|
|
507
506
|
group: Scalars['String'];
|
|
507
|
+
name: Scalars['String'];
|
|
508
508
|
type: Scalars['String'];
|
|
509
|
+
value: Scalars['String'];
|
|
509
510
|
};
|
|
510
511
|
export declare type TSupportedActionRight = {
|
|
511
512
|
__typename?: 'SupportedActionRight';
|
|
512
|
-
name: Scalars['String'];
|
|
513
513
|
group: Scalars['String'];
|
|
514
|
+
name: Scalars['String'];
|
|
514
515
|
};
|
|
515
516
|
export declare type TSupportedMenuVisibility = {
|
|
516
517
|
__typename?: 'SupportedMenuVisibility';
|
|
517
|
-
name: Scalars['String'];
|
|
518
518
|
group: Scalars['String'];
|
|
519
|
+
name: Scalars['String'];
|
|
519
520
|
};
|
|
520
521
|
export declare type TSupportedOAuthScopeForOAuthClient = {
|
|
521
522
|
__typename?: 'SupportedOAuthScopeForOAuthClient';
|
|
@@ -530,48 +531,41 @@ export declare type TSupportedStoreScope = {
|
|
|
530
531
|
group: Scalars['String'];
|
|
531
532
|
name: Scalars['String'];
|
|
532
533
|
};
|
|
533
|
-
export declare type TTrackingConfig = {
|
|
534
|
-
provider: TTrackingProvider;
|
|
535
|
-
context: Scalars['String'];
|
|
536
|
-
};
|
|
537
|
-
export declare enum TTrackingProvider {
|
|
538
|
-
HubSpot = "HubSpot"
|
|
539
|
-
}
|
|
540
534
|
export declare type TUser = TMetaData & {
|
|
541
535
|
__typename?: 'User';
|
|
542
|
-
|
|
543
|
-
version: Maybe<Scalars['Int']>;
|
|
536
|
+
businessRole?: Maybe<Scalars['String']>;
|
|
544
537
|
createdAt: Scalars['String'];
|
|
545
|
-
|
|
538
|
+
defaultProjectKey?: Maybe<Scalars['String']>;
|
|
546
539
|
email: Scalars['String'];
|
|
547
540
|
firstName: Scalars['String'];
|
|
548
|
-
|
|
541
|
+
gravatarHash: Scalars['String'];
|
|
542
|
+
id: Scalars['ID'];
|
|
549
543
|
language: Scalars['String'];
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
launchdarklyTrackingId: Scalars['String'];
|
|
544
|
+
lastModifiedAt: Scalars['String'];
|
|
545
|
+
lastName: Scalars['String'];
|
|
553
546
|
launchdarklyTrackingGroup: Scalars['String'];
|
|
554
|
-
|
|
555
|
-
|
|
547
|
+
launchdarklyTrackingId: Scalars['String'];
|
|
548
|
+
launchdarklyTrackingSubgroup?: Maybe<Scalars['String']>;
|
|
549
|
+
launchdarklyTrackingTeam?: Maybe<Array<Scalars['String']>>;
|
|
556
550
|
launchdarklyTrackingTenant: Scalars['String'];
|
|
557
|
-
|
|
558
|
-
defaultProjectKey: Maybe<Scalars['String']>;
|
|
551
|
+
numberFormat: Scalars['String'];
|
|
559
552
|
projects: TProjectQueryResult;
|
|
560
|
-
|
|
553
|
+
timeZone?: Maybe<Scalars['String']>;
|
|
554
|
+
version?: Maybe<Scalars['Int']>;
|
|
561
555
|
};
|
|
562
556
|
export declare type TUserDraft = {
|
|
557
|
+
businessRole?: Maybe<Scalars['String']>;
|
|
563
558
|
firstName: Scalars['String'];
|
|
564
559
|
lastName: Scalars['String'];
|
|
565
560
|
password: Scalars['String'];
|
|
566
|
-
businessRole: Maybe<Scalars['String']>;
|
|
567
561
|
};
|
|
568
562
|
export declare type TUserUpdateAction = {
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
changeNumberFormat
|
|
573
|
-
|
|
574
|
-
|
|
563
|
+
changeBusinessRole?: Maybe<TChangeUserBusinessRole>;
|
|
564
|
+
changeLanguage?: Maybe<TChangeUserLanguage>;
|
|
565
|
+
changeName?: Maybe<TChangeUserName>;
|
|
566
|
+
changeNumberFormat?: Maybe<TChangeUserNumberFormat>;
|
|
567
|
+
changePassword?: Maybe<TChangeUserPassword>;
|
|
568
|
+
setTimeZone?: Maybe<TSetUserTimeZone>;
|
|
575
569
|
};
|
|
576
570
|
export declare type TAmILoggedInQueryVariables = Exact<{
|
|
577
571
|
[key: string]: never;
|
|
@@ -585,10 +579,10 @@ export declare type TFetchProjectQueryVariables = Exact<{
|
|
|
585
579
|
}>;
|
|
586
580
|
export declare type TFetchProjectQuery = {
|
|
587
581
|
__typename?: 'Query';
|
|
588
|
-
project
|
|
582
|
+
project?: {
|
|
589
583
|
__typename?: 'Project';
|
|
590
584
|
key: string;
|
|
591
|
-
version
|
|
585
|
+
version?: number | null | undefined;
|
|
592
586
|
name: string;
|
|
593
587
|
countries: Array<string>;
|
|
594
588
|
currencies: Array<string>;
|
|
@@ -597,12 +591,12 @@ export declare type TFetchProjectQuery = {
|
|
|
597
591
|
expiry: {
|
|
598
592
|
__typename?: 'ProjectExpiry';
|
|
599
593
|
isActive: boolean;
|
|
600
|
-
daysLeft
|
|
594
|
+
daysLeft?: number | null | undefined;
|
|
601
595
|
};
|
|
602
596
|
suspension: {
|
|
603
597
|
__typename?: 'ProjectSuspension';
|
|
604
598
|
isActive: boolean;
|
|
605
|
-
reason
|
|
599
|
+
reason?: TProjectSuspensionReason | null | undefined;
|
|
606
600
|
};
|
|
607
601
|
allAppliedPermissions: Array<{
|
|
608
602
|
__typename?: 'AppliedPermission';
|
|
@@ -653,14 +647,14 @@ export declare type TFetchProjectQuery = {
|
|
|
653
647
|
id: string;
|
|
654
648
|
name: string;
|
|
655
649
|
};
|
|
656
|
-
}
|
|
650
|
+
} | null | undefined;
|
|
657
651
|
};
|
|
658
652
|
export declare type TFetchLoggedInUserQueryVariables = Exact<{
|
|
659
653
|
[key: string]: never;
|
|
660
654
|
}>;
|
|
661
655
|
export declare type TFetchLoggedInUserQuery = {
|
|
662
656
|
__typename?: 'Query';
|
|
663
|
-
user
|
|
657
|
+
user?: {
|
|
664
658
|
__typename?: 'User';
|
|
665
659
|
id: string;
|
|
666
660
|
email: string;
|
|
@@ -669,14 +663,14 @@ export declare type TFetchLoggedInUserQuery = {
|
|
|
669
663
|
lastName: string;
|
|
670
664
|
language: string;
|
|
671
665
|
numberFormat: string;
|
|
672
|
-
timeZone
|
|
666
|
+
timeZone?: string | null | undefined;
|
|
673
667
|
launchdarklyTrackingId: string;
|
|
674
668
|
launchdarklyTrackingGroup: string;
|
|
675
|
-
launchdarklyTrackingSubgroup
|
|
676
|
-
launchdarklyTrackingTeam
|
|
669
|
+
launchdarklyTrackingSubgroup?: string | null | undefined;
|
|
670
|
+
launchdarklyTrackingTeam?: Array<string> | null | undefined;
|
|
677
671
|
launchdarklyTrackingTenant: string;
|
|
678
|
-
defaultProjectKey
|
|
679
|
-
businessRole
|
|
672
|
+
defaultProjectKey?: string | null | undefined;
|
|
673
|
+
businessRole?: string | null | undefined;
|
|
680
674
|
projects: {
|
|
681
675
|
__typename?: 'ProjectQueryResult';
|
|
682
676
|
total: number;
|
|
@@ -694,14 +688,14 @@ export declare type TFetchLoggedInUserQuery = {
|
|
|
694
688
|
};
|
|
695
689
|
}>;
|
|
696
690
|
};
|
|
697
|
-
}
|
|
691
|
+
} | null | undefined;
|
|
698
692
|
};
|
|
699
693
|
export declare type TFetchUserProjectsQueryVariables = Exact<{
|
|
700
694
|
[key: string]: never;
|
|
701
695
|
}>;
|
|
702
696
|
export declare type TFetchUserProjectsQuery = {
|
|
703
697
|
__typename?: 'Query';
|
|
704
|
-
user
|
|
698
|
+
user?: {
|
|
705
699
|
__typename?: 'User';
|
|
706
700
|
id: string;
|
|
707
701
|
projects: {
|
|
@@ -720,7 +714,7 @@ export declare type TFetchUserProjectsQuery = {
|
|
|
720
714
|
};
|
|
721
715
|
}>;
|
|
722
716
|
};
|
|
723
|
-
}
|
|
717
|
+
} | null | undefined;
|
|
724
718
|
};
|
|
725
719
|
export declare type TAllFeaturesQueryVariables = Exact<{
|
|
726
720
|
[key: string]: never;
|
|
@@ -731,7 +725,7 @@ export declare type TAllFeaturesQuery = {
|
|
|
731
725
|
__typename?: 'Feature';
|
|
732
726
|
name: string;
|
|
733
727
|
value: boolean;
|
|
734
|
-
reason
|
|
728
|
+
reason?: string | null | undefined;
|
|
735
729
|
}>;
|
|
736
730
|
};
|
|
737
731
|
export declare type TFetchUserIdQueryVariables = Exact<{
|
|
@@ -739,8 +733,8 @@ export declare type TFetchUserIdQueryVariables = Exact<{
|
|
|
739
733
|
}>;
|
|
740
734
|
export declare type TFetchUserIdQuery = {
|
|
741
735
|
__typename?: 'Query';
|
|
742
|
-
user
|
|
736
|
+
user?: {
|
|
743
737
|
__typename?: 'User';
|
|
744
738
|
id: string;
|
|
745
|
-
}
|
|
739
|
+
} | null | undefined;
|
|
746
740
|
};
|