@restorecommerce/facade 1.2.0 → 1.3.1
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/.eslintignore +3 -0
- package/.eslintrc.cjs +13 -0
- package/CHANGELOG.md +22 -0
- package/codegen/index.d.ts +1 -1
- package/codegen/index.js +18 -44
- package/debug-run.ts +7 -6
- package/dist/gql/index.d.ts +1 -1
- package/dist/gql/index.js +1 -17
- package/dist/gql/protos/federation.d.ts +3 -3
- package/dist/gql/protos/federation.js +16 -24
- package/dist/gql/protos/graphql.d.ts +4 -4
- package/dist/gql/protos/graphql.js +64 -42
- package/dist/gql/protos/index.d.ts +6 -6
- package/dist/gql/protos/index.js +6 -22
- package/dist/gql/protos/registry.d.ts +6 -6
- package/dist/gql/protos/registry.js +157 -176
- package/dist/gql/protos/resolvers.d.ts +3 -3
- package/dist/gql/protos/resolvers.js +78 -104
- package/dist/gql/protos/schema.d.ts +4 -4
- package/dist/gql/protos/schema.js +40 -53
- package/dist/gql/protos/types.d.ts +3 -3
- package/dist/gql/protos/types.js +1 -4
- package/dist/gql/protos/utils.d.ts +3 -3
- package/dist/gql/protos/utils.js +23 -62
- package/dist/gql/types/AccessControlTypes.js +13 -16
- package/dist/gql/types/DateType.js +4 -7
- package/dist/gql/types/FilterType.js +7 -10
- package/dist/gql/types/MetaType.js +8 -11
- package/dist/gql/types/ScopeType.js +4 -7
- package/dist/gql/types/SortType.js +5 -8
- package/dist/gql/types/StatusType.js +4 -7
- package/dist/gql/types/index.d.ts +7 -7
- package/dist/gql/types/index.js +7 -23
- package/dist/index.d.ts +14 -14
- package/dist/index.js +195 -207
- package/dist/interfaces.d.ts +8 -8
- package/dist/interfaces.js +1 -2
- package/dist/middlewares/index.d.ts +1 -1
- package/dist/middlewares/index.js +1 -17
- package/dist/middlewares/req-res-logger/index.d.ts +2 -2
- package/dist/middlewares/req-res-logger/index.js +33 -31
- package/dist/modules/access-control/gql/federation.d.ts +1 -1
- package/dist/modules/access-control/gql/federation.js +10 -17
- package/dist/modules/access-control/gql/schema.d.ts +1 -1
- package/dist/modules/access-control/gql/schema.generated.d.ts +136 -110
- package/dist/modules/access-control/gql/schema.generated.js +22 -25
- package/dist/modules/access-control/gql/schema.js +5 -9
- package/dist/modules/access-control/gql/types.d.ts +2 -2
- package/dist/modules/access-control/gql/types.js +13 -17
- package/dist/modules/access-control/grpc/index.d.ts +5 -5
- package/dist/modules/access-control/grpc/index.js +10 -14
- package/dist/modules/access-control/index.d.ts +2 -2
- package/dist/modules/access-control/index.js +20 -17
- package/dist/modules/access-control/interfaces.d.ts +3 -3
- package/dist/modules/access-control/interfaces.js +1 -4
- package/dist/modules/catalog/gql/federation.d.ts +1 -1
- package/dist/modules/catalog/gql/federation.js +10 -17
- package/dist/modules/catalog/gql/schema.d.ts +1 -1
- package/dist/modules/catalog/gql/schema.generated.d.ts +252 -226
- package/dist/modules/catalog/gql/schema.generated.js +20 -23
- package/dist/modules/catalog/gql/schema.js +5 -9
- package/dist/modules/catalog/gql/types.d.ts +2 -2
- package/dist/modules/catalog/gql/types.js +15 -19
- package/dist/modules/catalog/grpc/index.d.ts +6 -6
- package/dist/modules/catalog/grpc/index.js +12 -16
- package/dist/modules/catalog/index.d.ts +2 -2
- package/dist/modules/catalog/index.js +20 -17
- package/dist/modules/catalog/interfaces.d.ts +3 -3
- package/dist/modules/catalog/interfaces.js +1 -4
- package/dist/modules/facade-status/gql/index.js +8 -14
- package/dist/modules/facade-status/gql/resolvers.d.ts +1 -1
- package/dist/modules/facade-status/gql/resolvers.js +14 -8
- package/dist/modules/facade-status/gql/schema.d.ts +1 -1
- package/dist/modules/facade-status/gql/schema.generated.d.ts +34 -11
- package/dist/modules/facade-status/gql/schema.generated.js +1 -2
- package/dist/modules/facade-status/gql/schema.js +6 -9
- package/dist/modules/facade-status/gql/types.js +3 -6
- package/dist/modules/facade-status/index.d.ts +1 -1
- package/dist/modules/facade-status/index.js +4 -7
- package/dist/modules/facade-status/interfaces.d.ts +1 -1
- package/dist/modules/facade-status/interfaces.js +1 -2
- package/dist/modules/fulfillment/gql/federation.d.ts +1 -1
- package/dist/modules/fulfillment/gql/federation.js +10 -17
- package/dist/modules/fulfillment/gql/schema.d.ts +1 -1
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +249 -223
- package/dist/modules/fulfillment/gql/schema.generated.js +20 -23
- package/dist/modules/fulfillment/gql/schema.js +5 -9
- package/dist/modules/fulfillment/gql/types.d.ts +2 -2
- package/dist/modules/fulfillment/gql/types.js +11 -15
- package/dist/modules/fulfillment/grpc/index.d.ts +3 -3
- package/dist/modules/fulfillment/grpc/index.js +6 -10
- package/dist/modules/fulfillment/index.d.ts +2 -2
- package/dist/modules/fulfillment/index.js +20 -17
- package/dist/modules/fulfillment/interfaces.d.ts +3 -3
- package/dist/modules/fulfillment/interfaces.js +1 -4
- package/dist/modules/identity/api-key/api-key.d.ts +2 -2
- package/dist/modules/identity/api-key/api-key.js +45 -65
- package/dist/modules/identity/gql/federation.d.ts +2 -2
- package/dist/modules/identity/gql/federation.js +5 -9
- package/dist/modules/identity/gql/schema.d.ts +1 -1
- package/dist/modules/identity/gql/schema.generated.d.ts +284 -255
- package/dist/modules/identity/gql/schema.generated.js +20 -23
- package/dist/modules/identity/gql/schema.js +5 -9
- package/dist/modules/identity/gql/types.d.ts +2 -2
- package/dist/modules/identity/gql/types.js +17 -21
- package/dist/modules/identity/grpc/index.d.ts +6 -6
- package/dist/modules/identity/grpc/index.js +12 -16
- package/dist/modules/identity/index.d.ts +4 -4
- package/dist/modules/identity/index.js +24 -21
- package/dist/modules/identity/interfaces.d.ts +5 -5
- package/dist/modules/identity/interfaces.js +1 -4
- package/dist/modules/identity/oauth/oauth.d.ts +4 -4
- package/dist/modules/identity/oauth/oauth.js +109 -135
- package/dist/modules/identity/oidc/adapter.d.ts +3 -3
- package/dist/modules/identity/oidc/adapter.js +111 -92
- package/dist/modules/identity/oidc/in-memory-adapter.d.ts +1 -1
- package/dist/modules/identity/oidc/in-memory-adapter.js +64 -50
- package/dist/modules/identity/oidc/index.d.ts +6 -6
- package/dist/modules/identity/oidc/index.js +29 -30
- package/dist/modules/identity/oidc/interfaces.d.ts +6 -6
- package/dist/modules/identity/oidc/interfaces.js +2 -6
- package/dist/modules/identity/oidc/password-grant.d.ts +1 -1
- package/dist/modules/identity/oidc/password-grant.js +43 -66
- package/dist/modules/identity/oidc/router.d.ts +6 -6
- package/dist/modules/identity/oidc/router.js +31 -26
- package/dist/modules/identity/oidc/templates.d.ts +1 -1
- package/dist/modules/identity/oidc/templates.js +45 -41
- package/dist/modules/identity/oidc/user.d.ts +4 -4
- package/dist/modules/identity/oidc/user.js +31 -29
- package/dist/modules/identity/oidc/utils.d.ts +2 -2
- package/dist/modules/identity/oidc/utils.js +6 -13
- package/dist/modules/index.d.ts +13 -13
- package/dist/modules/index.js +13 -29
- package/dist/modules/indexing/gql/federation.d.ts +1 -1
- package/dist/modules/indexing/gql/federation.js +10 -17
- package/dist/modules/indexing/gql/schema.d.ts +1 -1
- package/dist/modules/indexing/gql/schema.generated.d.ts +45 -19
- package/dist/modules/indexing/gql/schema.generated.js +2 -5
- package/dist/modules/indexing/gql/schema.js +5 -9
- package/dist/modules/indexing/gql/types.d.ts +2 -2
- package/dist/modules/indexing/gql/types.js +7 -11
- package/dist/modules/indexing/grpc/index.d.ts +2 -2
- package/dist/modules/indexing/grpc/index.js +4 -8
- package/dist/modules/indexing/index.d.ts +2 -2
- package/dist/modules/indexing/index.js +20 -17
- package/dist/modules/indexing/interfaces.d.ts +3 -3
- package/dist/modules/indexing/interfaces.js +1 -4
- package/dist/modules/invoicing/gql/federation.d.ts +1 -1
- package/dist/modules/invoicing/gql/federation.js +10 -17
- package/dist/modules/invoicing/gql/schema.d.ts +1 -1
- package/dist/modules/invoicing/gql/schema.generated.d.ts +209 -183
- package/dist/modules/invoicing/gql/schema.generated.js +20 -23
- package/dist/modules/invoicing/gql/schema.js +5 -9
- package/dist/modules/invoicing/gql/types.d.ts +2 -2
- package/dist/modules/invoicing/gql/types.js +7 -11
- package/dist/modules/invoicing/grpc/index.d.ts +2 -2
- package/dist/modules/invoicing/grpc/index.js +4 -8
- package/dist/modules/invoicing/index.d.ts +2 -2
- package/dist/modules/invoicing/index.js +20 -17
- package/dist/modules/invoicing/interfaces.d.ts +3 -3
- package/dist/modules/invoicing/interfaces.js +1 -4
- package/dist/modules/notification/gql/federation.d.ts +1 -1
- package/dist/modules/notification/gql/federation.js +10 -17
- package/dist/modules/notification/gql/schema.d.ts +1 -1
- package/dist/modules/notification/gql/schema.generated.d.ts +100 -74
- package/dist/modules/notification/gql/schema.generated.js +18 -21
- package/dist/modules/notification/gql/schema.js +5 -9
- package/dist/modules/notification/gql/types.d.ts +2 -2
- package/dist/modules/notification/gql/types.js +7 -11
- package/dist/modules/notification/grpc/index.d.ts +2 -2
- package/dist/modules/notification/grpc/index.js +4 -8
- package/dist/modules/notification/index.d.ts +2 -2
- package/dist/modules/notification/index.js +20 -17
- package/dist/modules/notification/interfaces.d.ts +3 -3
- package/dist/modules/notification/interfaces.js +1 -4
- package/dist/modules/ordering/gql/federation.d.ts +1 -1
- package/dist/modules/ordering/gql/federation.js +10 -17
- package/dist/modules/ordering/gql/schema.d.ts +1 -1
- package/dist/modules/ordering/gql/schema.generated.d.ts +221 -195
- package/dist/modules/ordering/gql/schema.generated.js +22 -25
- package/dist/modules/ordering/gql/schema.js +5 -9
- package/dist/modules/ordering/gql/types.d.ts +2 -2
- package/dist/modules/ordering/gql/types.js +7 -11
- package/dist/modules/ordering/grpc/index.d.ts +2 -2
- package/dist/modules/ordering/grpc/index.js +4 -8
- package/dist/modules/ordering/index.d.ts +2 -2
- package/dist/modules/ordering/index.js +20 -17
- package/dist/modules/ordering/interfaces.d.ts +3 -3
- package/dist/modules/ordering/interfaces.js +1 -4
- package/dist/modules/ostorage/gql/federation.d.ts +1 -1
- package/dist/modules/ostorage/gql/federation.js +10 -17
- package/dist/modules/ostorage/gql/schema.d.ts +1 -1
- package/dist/modules/ostorage/gql/schema.generated.d.ts +126 -94
- package/dist/modules/ostorage/gql/schema.generated.js +8 -11
- package/dist/modules/ostorage/gql/schema.js +5 -9
- package/dist/modules/ostorage/gql/types.d.ts +2 -2
- package/dist/modules/ostorage/gql/types.js +7 -11
- package/dist/modules/ostorage/grpc/index.d.ts +2 -2
- package/dist/modules/ostorage/grpc/index.js +4 -8
- package/dist/modules/ostorage/index.d.ts +2 -2
- package/dist/modules/ostorage/index.js +20 -17
- package/dist/modules/ostorage/interfaces.d.ts +3 -3
- package/dist/modules/ostorage/interfaces.js +1 -4
- package/dist/modules/payment/gql/federation.d.ts +1 -1
- package/dist/modules/payment/gql/federation.js +10 -17
- package/dist/modules/payment/gql/schema.d.ts +1 -1
- package/dist/modules/payment/gql/schema.generated.d.ts +67 -44
- package/dist/modules/payment/gql/schema.generated.js +4 -7
- package/dist/modules/payment/gql/schema.js +5 -9
- package/dist/modules/payment/gql/types.d.ts +2 -2
- package/dist/modules/payment/gql/types.js +7 -11
- package/dist/modules/payment/grpc/index.d.ts +2 -2
- package/dist/modules/payment/grpc/index.js +4 -8
- package/dist/modules/payment/index.d.ts +2 -2
- package/dist/modules/payment/index.js +20 -17
- package/dist/modules/payment/interfaces.d.ts +3 -3
- package/dist/modules/payment/interfaces.js +1 -4
- package/dist/modules/resource/gql/federation.d.ts +1 -1
- package/dist/modules/resource/gql/federation.js +10 -17
- package/dist/modules/resource/gql/schema.d.ts +1 -1
- package/dist/modules/resource/gql/schema.generated.d.ts +348 -322
- package/dist/modules/resource/gql/schema.generated.js +28 -31
- package/dist/modules/resource/gql/schema.js +5 -9
- package/dist/modules/resource/gql/types.d.ts +2 -2
- package/dist/modules/resource/gql/types.js +31 -35
- package/dist/modules/resource/grpc/index.d.ts +13 -13
- package/dist/modules/resource/grpc/index.js +28 -32
- package/dist/modules/resource/index.d.ts +2 -2
- package/dist/modules/resource/index.js +20 -17
- package/dist/modules/resource/interfaces.d.ts +3 -3
- package/dist/modules/resource/interfaces.js +1 -4
- package/dist/modules/scheduling/gql/federation.d.ts +1 -1
- package/dist/modules/scheduling/gql/federation.js +10 -17
- package/dist/modules/scheduling/gql/schema.d.ts +1 -1
- package/dist/modules/scheduling/gql/schema.generated.d.ts +109 -83
- package/dist/modules/scheduling/gql/schema.generated.js +10 -13
- package/dist/modules/scheduling/gql/schema.js +5 -9
- package/dist/modules/scheduling/gql/types.d.ts +2 -2
- package/dist/modules/scheduling/gql/types.js +7 -11
- package/dist/modules/scheduling/grpc/index.d.ts +2 -2
- package/dist/modules/scheduling/grpc/index.js +4 -8
- package/dist/modules/scheduling/index.d.ts +2 -2
- package/dist/modules/scheduling/index.js +20 -17
- package/dist/modules/scheduling/interfaces.d.ts +3 -3
- package/dist/modules/scheduling/interfaces.js +1 -4
- package/dist/utils.d.ts +3 -3
- package/dist/utils.js +4 -9
- package/generate.ts +42 -42
- package/jest.config.cjs +23 -0
- package/package.json +18 -13
- package/tsconfig-base.json +8 -0
- package/tsconfig.debug.json +5 -1
- package/tsconfig.test.json +17 -2
- package/jest.config.js +0 -14
@@ -1,5 +1,5 @@
|
|
1
1
|
import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
|
2
|
-
import { IdentityContext } from '../interfaces';
|
2
|
+
import { IdentityContext } from '../interfaces.js';
|
3
3
|
export type Maybe<T> = T | null | undefined;
|
4
4
|
export type InputMaybe<T> = T | null | undefined;
|
5
5
|
export type Exact<T extends {
|
@@ -13,18 +13,47 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
13
13
|
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
14
14
|
[SubKey in K]: Maybe<T[SubKey]>;
|
15
15
|
};
|
16
|
+
export type MakeEmpty<T extends {
|
17
|
+
[key: string]: unknown;
|
18
|
+
}, K extends keyof T> = {
|
19
|
+
[_ in K]?: never;
|
20
|
+
};
|
21
|
+
export type Incremental<T> = T | {
|
22
|
+
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
23
|
+
};
|
16
24
|
export type RequireFields<T, K extends keyof T> = Omit<T, K> & {
|
17
25
|
[P in K]-?: NonNullable<T[P]>;
|
18
26
|
};
|
19
27
|
/** All built-in and custom scalars, mapped to their actual values */
|
20
28
|
export type Scalars = {
|
21
|
-
ID:
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
29
|
+
ID: {
|
30
|
+
input: string | number;
|
31
|
+
output: string;
|
32
|
+
};
|
33
|
+
String: {
|
34
|
+
input: string;
|
35
|
+
output: string;
|
36
|
+
};
|
37
|
+
Boolean: {
|
38
|
+
input: boolean;
|
39
|
+
output: boolean;
|
40
|
+
};
|
41
|
+
Int: {
|
42
|
+
input: number;
|
43
|
+
output: number;
|
44
|
+
};
|
45
|
+
Float: {
|
46
|
+
input: number;
|
47
|
+
output: number;
|
48
|
+
};
|
49
|
+
GoogleProtobufAnyValue: {
|
50
|
+
input: any;
|
51
|
+
output: any;
|
52
|
+
};
|
53
|
+
MapScalar: {
|
54
|
+
input: any;
|
55
|
+
output: any;
|
56
|
+
};
|
28
57
|
};
|
29
58
|
export type Query = {
|
30
59
|
__typename?: 'Query';
|
@@ -63,7 +92,7 @@ export type ProtoIoRestorecommerceUserUserListWithRoleResponse = {
|
|
63
92
|
export type IoRestorecommerceUserUserListWithRoleResponse = {
|
64
93
|
__typename?: 'IoRestorecommerceUserUserListWithRoleResponse';
|
65
94
|
items?: Maybe<Array<IoRestorecommerceUserUserRoleResponse>>;
|
66
|
-
totalCount?: Maybe<Scalars['Int']>;
|
95
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
67
96
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
68
97
|
};
|
69
98
|
export type IoRestorecommerceUserUserRoleResponse = {
|
@@ -73,48 +102,48 @@ export type IoRestorecommerceUserUserRoleResponse = {
|
|
73
102
|
};
|
74
103
|
export type IoRestorecommerceUserUserRole = {
|
75
104
|
__typename?: 'IoRestorecommerceUserUserRole';
|
76
|
-
id?: Maybe<Scalars['String']>;
|
105
|
+
id?: Maybe<Scalars['String']['output']>;
|
77
106
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
78
|
-
name?: Maybe<Scalars['String']>;
|
79
|
-
firstName?: Maybe<Scalars['String']>;
|
80
|
-
lastName?: Maybe<Scalars['String']>;
|
81
|
-
email?: Maybe<Scalars['String']>;
|
82
|
-
newEmail?: Maybe<Scalars['String']>;
|
83
|
-
active?: Maybe<Scalars['Boolean']>;
|
84
|
-
activationCode?: Maybe<Scalars['String']>;
|
85
|
-
password?: Maybe<Scalars['String']>;
|
86
|
-
passwordHash?: Maybe<Scalars['String']>;
|
107
|
+
name?: Maybe<Scalars['String']['output']>;
|
108
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
109
|
+
lastName?: Maybe<Scalars['String']['output']>;
|
110
|
+
email?: Maybe<Scalars['String']['output']>;
|
111
|
+
newEmail?: Maybe<Scalars['String']['output']>;
|
112
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
113
|
+
activationCode?: Maybe<Scalars['String']['output']>;
|
114
|
+
password?: Maybe<Scalars['String']['output']>;
|
115
|
+
passwordHash?: Maybe<Scalars['String']['output']>;
|
87
116
|
roleAssociations?: Maybe<Array<IoRestorecommerceAuthRoleAssociation>>;
|
88
|
-
timezoneId?: Maybe<Scalars['String']>;
|
117
|
+
timezoneId?: Maybe<Scalars['String']['output']>;
|
89
118
|
timezone?: Maybe<IoRestorecommerceTimezoneTimezone>;
|
90
|
-
localeId?: Maybe<Scalars['String']>;
|
119
|
+
localeId?: Maybe<Scalars['String']['output']>;
|
91
120
|
locale?: Maybe<IoRestorecommerceLocaleLocale>;
|
92
|
-
defaultScope?: Maybe<Scalars['String']>;
|
93
|
-
unauthenticated?: Maybe<Scalars['Boolean']>;
|
94
|
-
guest?: Maybe<Scalars['Boolean']>;
|
121
|
+
defaultScope?: Maybe<Scalars['String']['output']>;
|
122
|
+
unauthenticated?: Maybe<Scalars['Boolean']['output']>;
|
123
|
+
guest?: Maybe<Scalars['Boolean']['output']>;
|
95
124
|
image?: Maybe<IoRestorecommerceImageImage>;
|
96
125
|
userType?: Maybe<IoRestorecommerceUserUserType>;
|
97
|
-
invite?: Maybe<Scalars['Boolean']>;
|
98
|
-
invitedByUserName?: Maybe<Scalars['String']>;
|
99
|
-
invitedByUserFirstName?: Maybe<Scalars['String']>;
|
100
|
-
invitedByUserLastName?: Maybe<Scalars['String']>;
|
126
|
+
invite?: Maybe<Scalars['Boolean']['output']>;
|
127
|
+
invitedByUserName?: Maybe<Scalars['String']['output']>;
|
128
|
+
invitedByUserFirstName?: Maybe<Scalars['String']['output']>;
|
129
|
+
invitedByUserLastName?: Maybe<Scalars['String']['output']>;
|
101
130
|
tokens?: Maybe<Array<IoRestorecommerceAuthTokens>>;
|
102
|
-
lastAccess?: Maybe<Scalars['Float']>;
|
131
|
+
lastAccess?: Maybe<Scalars['Float']['output']>;
|
103
132
|
data?: Maybe<GoogleProtobufAny>;
|
104
133
|
roles?: Maybe<Array<IoRestorecommerceRoleRole>>;
|
105
134
|
};
|
106
135
|
export type IoRestorecommerceMetaMeta = {
|
107
136
|
__typename?: 'IoRestorecommerceMetaMeta';
|
108
|
-
created?: Maybe<Scalars['Float']>;
|
109
|
-
modified?: Maybe<Scalars['Float']>;
|
110
|
-
modifiedBy?: Maybe<Scalars['String']>;
|
137
|
+
created?: Maybe<Scalars['Float']['output']>;
|
138
|
+
modified?: Maybe<Scalars['Float']['output']>;
|
139
|
+
modifiedBy?: Maybe<Scalars['String']['output']>;
|
111
140
|
owners?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
112
141
|
acls?: Maybe<Array<IoRestorecommerceAttributeAttributeObj>>;
|
113
142
|
};
|
114
143
|
export type IoRestorecommerceAttributeAttribute = {
|
115
144
|
__typename?: 'IoRestorecommerceAttributeAttribute';
|
116
|
-
id?: Maybe<Scalars['String']>;
|
117
|
-
value?: Maybe<Scalars['String']>;
|
145
|
+
id?: Maybe<Scalars['String']['output']>;
|
146
|
+
value?: Maybe<Scalars['String']['output']>;
|
118
147
|
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
119
148
|
};
|
120
149
|
export type IoRestorecommerceAttributeAttributeObj = {
|
@@ -123,36 +152,36 @@ export type IoRestorecommerceAttributeAttributeObj = {
|
|
123
152
|
};
|
124
153
|
export type IoRestorecommerceAuthRoleAssociation = {
|
125
154
|
__typename?: 'IoRestorecommerceAuthRoleAssociation';
|
126
|
-
role?: Maybe<Scalars['String']>;
|
155
|
+
role?: Maybe<Scalars['String']['output']>;
|
127
156
|
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
128
|
-
id?: Maybe<Scalars['String']>;
|
129
|
-
created?: Maybe<Scalars['Float']>;
|
157
|
+
id?: Maybe<Scalars['String']['output']>;
|
158
|
+
created?: Maybe<Scalars['Float']['output']>;
|
130
159
|
};
|
131
160
|
export type IoRestorecommerceTimezoneTimezone = {
|
132
161
|
__typename?: 'IoRestorecommerceTimezoneTimezone';
|
133
|
-
id?: Maybe<Scalars['String']>;
|
162
|
+
id?: Maybe<Scalars['String']['output']>;
|
134
163
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
135
|
-
description?: Maybe<Scalars['String']>;
|
164
|
+
description?: Maybe<Scalars['String']['output']>;
|
136
165
|
};
|
137
166
|
export type IoRestorecommerceLocaleLocale = {
|
138
167
|
__typename?: 'IoRestorecommerceLocaleLocale';
|
139
|
-
id?: Maybe<Scalars['String']>;
|
168
|
+
id?: Maybe<Scalars['String']['output']>;
|
140
169
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
141
|
-
value?: Maybe<Scalars['String']>;
|
142
|
-
description?: Maybe<Scalars['String']>;
|
170
|
+
value?: Maybe<Scalars['String']['output']>;
|
171
|
+
description?: Maybe<Scalars['String']['output']>;
|
143
172
|
};
|
144
173
|
export type IoRestorecommerceImageImage = {
|
145
174
|
__typename?: 'IoRestorecommerceImageImage';
|
146
|
-
id?: Maybe<Scalars['String']>;
|
147
|
-
caption?: Maybe<Scalars['String']>;
|
148
|
-
filename?: Maybe<Scalars['String']>;
|
149
|
-
contentType?: Maybe<Scalars['String']>;
|
150
|
-
url?: Maybe<Scalars['String']>;
|
151
|
-
width?: Maybe<Scalars['Float']>;
|
152
|
-
height?: Maybe<Scalars['Float']>;
|
153
|
-
length?: Maybe<Scalars['Float']>;
|
154
|
-
tags?: Maybe<Array<Scalars['String']>>;
|
155
|
-
index?: Maybe<Scalars['Int']>;
|
175
|
+
id?: Maybe<Scalars['String']['output']>;
|
176
|
+
caption?: Maybe<Scalars['String']['output']>;
|
177
|
+
filename?: Maybe<Scalars['String']['output']>;
|
178
|
+
contentType?: Maybe<Scalars['String']['output']>;
|
179
|
+
url?: Maybe<Scalars['String']['output']>;
|
180
|
+
width?: Maybe<Scalars['Float']['output']>;
|
181
|
+
height?: Maybe<Scalars['Float']['output']>;
|
182
|
+
length?: Maybe<Scalars['Float']['output']>;
|
183
|
+
tags?: Maybe<Array<Scalars['String']['output']>>;
|
184
|
+
index?: Maybe<Scalars['Int']['output']>;
|
156
185
|
};
|
157
186
|
export declare enum IoRestorecommerceUserUserType {
|
158
187
|
OrgUser = 0,
|
@@ -162,53 +191,53 @@ export declare enum IoRestorecommerceUserUserType {
|
|
162
191
|
}
|
163
192
|
export type IoRestorecommerceAuthTokens = {
|
164
193
|
__typename?: 'IoRestorecommerceAuthTokens';
|
165
|
-
name?: Maybe<Scalars['String']>;
|
166
|
-
expiresIn?: Maybe<Scalars['Float']>;
|
167
|
-
token?: Maybe<Scalars['String']>;
|
168
|
-
scopes?: Maybe<Array<Scalars['String']>>;
|
169
|
-
type?: Maybe<Scalars['String']>;
|
170
|
-
interactive?: Maybe<Scalars['Boolean']>;
|
171
|
-
lastLogin?: Maybe<Scalars['Float']>;
|
194
|
+
name?: Maybe<Scalars['String']['output']>;
|
195
|
+
expiresIn?: Maybe<Scalars['Float']['output']>;
|
196
|
+
token?: Maybe<Scalars['String']['output']>;
|
197
|
+
scopes?: Maybe<Array<Scalars['String']['output']>>;
|
198
|
+
type?: Maybe<Scalars['String']['output']>;
|
199
|
+
interactive?: Maybe<Scalars['Boolean']['output']>;
|
200
|
+
lastLogin?: Maybe<Scalars['Float']['output']>;
|
172
201
|
};
|
173
202
|
export type GoogleProtobufAny = {
|
174
203
|
__typename?: 'GoogleProtobufAny';
|
175
|
-
typeUrl?: Maybe<Scalars['String']>;
|
176
|
-
value?: Maybe<Scalars['GoogleProtobufAnyValue']>;
|
204
|
+
typeUrl?: Maybe<Scalars['String']['output']>;
|
205
|
+
value?: Maybe<Scalars['GoogleProtobufAnyValue']['output']>;
|
177
206
|
};
|
178
207
|
export type IoRestorecommerceRoleRole = {
|
179
208
|
__typename?: 'IoRestorecommerceRoleRole';
|
180
|
-
id?: Maybe<Scalars['String']>;
|
209
|
+
id?: Maybe<Scalars['String']['output']>;
|
181
210
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
182
|
-
name?: Maybe<Scalars['String']>;
|
183
|
-
description?: Maybe<Scalars['String']>;
|
184
|
-
assignableByRoles?: Maybe<Array<Scalars['String']>>;
|
211
|
+
name?: Maybe<Scalars['String']['output']>;
|
212
|
+
description?: Maybe<Scalars['String']['output']>;
|
213
|
+
assignableByRoles?: Maybe<Array<Scalars['String']['output']>>;
|
185
214
|
};
|
186
215
|
export type IoRestorecommerceStatusStatus = {
|
187
216
|
__typename?: 'IoRestorecommerceStatusStatus';
|
188
|
-
id?: Maybe<Scalars['String']>;
|
189
|
-
code?: Maybe<Scalars['Int']>;
|
190
|
-
message?: Maybe<Scalars['String']>;
|
217
|
+
id?: Maybe<Scalars['String']['output']>;
|
218
|
+
code?: Maybe<Scalars['Int']['output']>;
|
219
|
+
message?: Maybe<Scalars['String']['output']>;
|
191
220
|
};
|
192
221
|
export type IoRestorecommerceStatusOperationStatus = {
|
193
222
|
__typename?: 'IoRestorecommerceStatusOperationStatus';
|
194
|
-
code?: Maybe<Scalars['Int']>;
|
195
|
-
message?: Maybe<Scalars['String']>;
|
223
|
+
code?: Maybe<Scalars['Int']['output']>;
|
224
|
+
message?: Maybe<Scalars['String']['output']>;
|
196
225
|
};
|
197
226
|
export type IIoRestorecommerceResourcebaseReadRequest = {
|
198
|
-
offset?: InputMaybe<Scalars['Int']>;
|
199
|
-
limit?: InputMaybe<Scalars['Int']>;
|
227
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
228
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
200
229
|
sorts?: InputMaybe<Array<IIoRestorecommerceResourcebaseSort>>;
|
201
230
|
filters?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilterOp>>;
|
202
231
|
fields?: InputMaybe<Array<IIoRestorecommerceResourcebaseFieldFilter>>;
|
203
|
-
localesLimiter?: InputMaybe<Array<Scalars['String']>>;
|
204
|
-
customQueries?: InputMaybe<Array<Scalars['String']>>;
|
232
|
+
localesLimiter?: InputMaybe<Array<Scalars['String']['input']>>;
|
233
|
+
customQueries?: InputMaybe<Array<Scalars['String']['input']>>;
|
205
234
|
customArguments?: InputMaybe<IGoogleProtobufAny>;
|
206
235
|
search?: InputMaybe<IIoRestorecommerceResourcebaseSearch>;
|
207
236
|
/** target scope */
|
208
|
-
scope?: InputMaybe<Scalars['String']>;
|
237
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
209
238
|
};
|
210
239
|
export type IIoRestorecommerceResourcebaseSort = {
|
211
|
-
field?: InputMaybe<Scalars['String']>;
|
240
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
212
241
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
213
242
|
};
|
214
243
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
@@ -221,9 +250,9 @@ export type IIoRestorecommerceResourcebaseFilterOp = {
|
|
221
250
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
222
251
|
};
|
223
252
|
export type IIoRestorecommerceResourcebaseFilter = {
|
224
|
-
field?: InputMaybe<Scalars['String']>;
|
253
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
225
254
|
operation?: InputMaybe<IoRestorecommerceResourcebaseFilterOperation>;
|
226
|
-
value?: InputMaybe<Scalars['String']>;
|
255
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
227
256
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
228
257
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
229
258
|
};
|
@@ -250,9 +279,9 @@ export type IIoRestorecommerceFilterFilterOp = {
|
|
250
279
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
251
280
|
};
|
252
281
|
export type IIoRestorecommerceFilterFilter = {
|
253
|
-
field?: InputMaybe<Scalars['String']>;
|
282
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
254
283
|
operation?: InputMaybe<IoRestorecommerceFilterFilterOperation>;
|
255
|
-
value?: InputMaybe<Scalars['String']>;
|
284
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
256
285
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
257
286
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
258
287
|
};
|
@@ -283,17 +312,17 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
283
312
|
Or = 1
|
284
313
|
}
|
285
314
|
export type IIoRestorecommerceResourcebaseFieldFilter = {
|
286
|
-
name?: InputMaybe<Scalars['String']>;
|
287
|
-
include?: InputMaybe<Scalars['Boolean']>;
|
315
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
316
|
+
include?: InputMaybe<Scalars['Boolean']['input']>;
|
288
317
|
};
|
289
318
|
export type IGoogleProtobufAny = {
|
290
|
-
typeUrl?: InputMaybe<Scalars['String']>;
|
291
|
-
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']>;
|
319
|
+
typeUrl?: InputMaybe<Scalars['String']['input']>;
|
320
|
+
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']['input']>;
|
292
321
|
};
|
293
322
|
export type IIoRestorecommerceResourcebaseSearch = {
|
294
|
-
search?: InputMaybe<Scalars['String']>;
|
295
|
-
fields?: InputMaybe<Array<Scalars['String']>>;
|
296
|
-
caseSensitive?: InputMaybe<Scalars['Boolean']>;
|
323
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
324
|
+
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
325
|
+
caseSensitive?: InputMaybe<Scalars['Boolean']['input']>;
|
297
326
|
};
|
298
327
|
export type ProtoIoRestorecommerceUserUserListResponse = {
|
299
328
|
__typename?: 'ProtoIoRestorecommerceUserUserListResponse';
|
@@ -302,7 +331,7 @@ export type ProtoIoRestorecommerceUserUserListResponse = {
|
|
302
331
|
export type IoRestorecommerceUserUserListResponse = {
|
303
332
|
__typename?: 'IoRestorecommerceUserUserListResponse';
|
304
333
|
items?: Maybe<Array<IoRestorecommerceUserUserResponse>>;
|
305
|
-
totalCount?: Maybe<Scalars['Int']>;
|
334
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
306
335
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
307
336
|
};
|
308
337
|
export type IoRestorecommerceUserUserResponse = {
|
@@ -312,47 +341,47 @@ export type IoRestorecommerceUserUserResponse = {
|
|
312
341
|
};
|
313
342
|
export type IoRestorecommerceUserUser = {
|
314
343
|
__typename?: 'IoRestorecommerceUserUser';
|
315
|
-
id?: Maybe<Scalars['String']>;
|
344
|
+
id?: Maybe<Scalars['String']['output']>;
|
316
345
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
317
|
-
name?: Maybe<Scalars['String']>;
|
318
|
-
firstName?: Maybe<Scalars['String']>;
|
319
|
-
lastName?: Maybe<Scalars['String']>;
|
320
|
-
email?: Maybe<Scalars['String']>;
|
321
|
-
newEmail?: Maybe<Scalars['String']>;
|
322
|
-
active?: Maybe<Scalars['Boolean']>;
|
323
|
-
activationCode?: Maybe<Scalars['String']>;
|
324
|
-
password?: Maybe<Scalars['String']>;
|
325
|
-
passwordHash?: Maybe<Scalars['String']>;
|
346
|
+
name?: Maybe<Scalars['String']['output']>;
|
347
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
348
|
+
lastName?: Maybe<Scalars['String']['output']>;
|
349
|
+
email?: Maybe<Scalars['String']['output']>;
|
350
|
+
newEmail?: Maybe<Scalars['String']['output']>;
|
351
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
352
|
+
activationCode?: Maybe<Scalars['String']['output']>;
|
353
|
+
password?: Maybe<Scalars['String']['output']>;
|
354
|
+
passwordHash?: Maybe<Scalars['String']['output']>;
|
326
355
|
roleAssociations?: Maybe<Array<IoRestorecommerceAuthRoleAssociation>>;
|
327
|
-
timezoneId?: Maybe<Scalars['String']>;
|
356
|
+
timezoneId?: Maybe<Scalars['String']['output']>;
|
328
357
|
timezone?: Maybe<IoRestorecommerceTimezoneTimezone>;
|
329
|
-
localeId?: Maybe<Scalars['String']>;
|
358
|
+
localeId?: Maybe<Scalars['String']['output']>;
|
330
359
|
locale?: Maybe<IoRestorecommerceLocaleLocale>;
|
331
|
-
defaultScope?: Maybe<Scalars['String']>;
|
332
|
-
unauthenticated?: Maybe<Scalars['Boolean']>;
|
333
|
-
guest?: Maybe<Scalars['Boolean']>;
|
360
|
+
defaultScope?: Maybe<Scalars['String']['output']>;
|
361
|
+
unauthenticated?: Maybe<Scalars['Boolean']['output']>;
|
362
|
+
guest?: Maybe<Scalars['Boolean']['output']>;
|
334
363
|
image?: Maybe<IoRestorecommerceImageImage>;
|
335
364
|
userType?: Maybe<IoRestorecommerceUserUserType>;
|
336
|
-
invite?: Maybe<Scalars['Boolean']>;
|
337
|
-
invitedByUserName?: Maybe<Scalars['String']>;
|
338
|
-
invitedByUserFirstName?: Maybe<Scalars['String']>;
|
339
|
-
invitedByUserLastName?: Maybe<Scalars['String']>;
|
365
|
+
invite?: Maybe<Scalars['Boolean']['output']>;
|
366
|
+
invitedByUserName?: Maybe<Scalars['String']['output']>;
|
367
|
+
invitedByUserFirstName?: Maybe<Scalars['String']['output']>;
|
368
|
+
invitedByUserLastName?: Maybe<Scalars['String']['output']>;
|
340
369
|
tokens?: Maybe<Array<IoRestorecommerceAuthTokens>>;
|
341
|
-
lastAccess?: Maybe<Scalars['Float']>;
|
370
|
+
lastAccess?: Maybe<Scalars['Float']['output']>;
|
342
371
|
data?: Maybe<GoogleProtobufAny>;
|
343
372
|
};
|
344
373
|
export type IIoRestorecommerceUserFindRequest = {
|
345
|
-
id?: InputMaybe<Scalars['String']>;
|
346
|
-
name?: InputMaybe<Scalars['String']>;
|
347
|
-
email?: InputMaybe<Scalars['String']>;
|
374
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
375
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
376
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
348
377
|
};
|
349
378
|
export type IIoRestorecommerceUserFindByRoleRequest = {
|
350
|
-
role?: InputMaybe<Scalars['String']>;
|
379
|
+
role?: InputMaybe<Scalars['String']['input']>;
|
351
380
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
352
381
|
};
|
353
382
|
export type IIoRestorecommerceAttributeAttribute = {
|
354
|
-
id?: InputMaybe<Scalars['String']>;
|
355
|
-
value?: InputMaybe<Scalars['String']>;
|
383
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
384
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
356
385
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
357
386
|
};
|
358
387
|
export type ProtoIoRestorecommerceUserUserResponse = {
|
@@ -360,7 +389,7 @@ export type ProtoIoRestorecommerceUserUserResponse = {
|
|
360
389
|
details?: Maybe<IoRestorecommerceUserUserResponse>;
|
361
390
|
};
|
362
391
|
export type IIoRestorecommerceUserFindByTokenRequest = {
|
363
|
-
token?: InputMaybe<Scalars['String']>;
|
392
|
+
token?: InputMaybe<Scalars['String']['input']>;
|
364
393
|
};
|
365
394
|
export type IdentityRoleQuery = {
|
366
395
|
__typename?: 'IdentityRoleQuery';
|
@@ -376,7 +405,7 @@ export type ProtoIoRestorecommerceRoleRoleListResponse = {
|
|
376
405
|
export type IoRestorecommerceRoleRoleListResponse = {
|
377
406
|
__typename?: 'IoRestorecommerceRoleRoleListResponse';
|
378
407
|
items?: Maybe<Array<IoRestorecommerceRoleRoleResponse>>;
|
379
|
-
totalCount?: Maybe<Scalars['Int']>;
|
408
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
380
409
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
381
410
|
};
|
382
411
|
export type IoRestorecommerceRoleRoleResponse = {
|
@@ -398,7 +427,7 @@ export type ProtoIoRestorecommerceAuthenticationLogAuthenticationLogListResponse
|
|
398
427
|
export type IoRestorecommerceAuthenticationLogAuthenticationLogListResponse = {
|
399
428
|
__typename?: 'IoRestorecommerceAuthenticationLogAuthenticationLogListResponse';
|
400
429
|
items?: Maybe<Array<IoRestorecommerceAuthenticationLogAuthenticationLogResponse>>;
|
401
|
-
totalCount?: Maybe<Scalars['Int']>;
|
430
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
402
431
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
403
432
|
};
|
404
433
|
export type IoRestorecommerceAuthenticationLogAuthenticationLogResponse = {
|
@@ -408,16 +437,16 @@ export type IoRestorecommerceAuthenticationLogAuthenticationLogResponse = {
|
|
408
437
|
};
|
409
438
|
export type IoRestorecommerceAuthenticationLogAuthenticationLog = {
|
410
439
|
__typename?: 'IoRestorecommerceAuthenticationLogAuthenticationLog';
|
411
|
-
id?: Maybe<Scalars['String']>;
|
412
|
-
ipv4Address?: Maybe<Scalars['String']>;
|
413
|
-
ipv6Address?: Maybe<Scalars['String']>;
|
414
|
-
operatingSystem?: Maybe<Scalars['String']>;
|
415
|
-
userAgent?: Maybe<Scalars['String']>;
|
416
|
-
date?: Maybe<Scalars['Float']>;
|
417
|
-
activity?: Maybe<Scalars['String']>;
|
440
|
+
id?: Maybe<Scalars['String']['output']>;
|
441
|
+
ipv4Address?: Maybe<Scalars['String']['output']>;
|
442
|
+
ipv6Address?: Maybe<Scalars['String']['output']>;
|
443
|
+
operatingSystem?: Maybe<Scalars['String']['output']>;
|
444
|
+
userAgent?: Maybe<Scalars['String']['output']>;
|
445
|
+
date?: Maybe<Scalars['Float']['output']>;
|
446
|
+
activity?: Maybe<Scalars['String']['output']>;
|
418
447
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
419
|
-
subjectId?: Maybe<Scalars['String']>;
|
420
|
-
tokenName?: Maybe<Scalars['String']>;
|
448
|
+
subjectId?: Maybe<Scalars['String']['output']>;
|
449
|
+
tokenName?: Maybe<Scalars['String']['output']>;
|
421
450
|
};
|
422
451
|
export type IdentityTokenQuery = {
|
423
452
|
__typename?: 'IdentityTokenQuery';
|
@@ -431,8 +460,8 @@ export type ProtoGoogleProtobufAny = {
|
|
431
460
|
details?: Maybe<GoogleProtobufAny>;
|
432
461
|
};
|
433
462
|
export type IIoRestorecommerceTokenIdentifier = {
|
434
|
-
id?: InputMaybe<Scalars['String']>;
|
435
|
-
type?: InputMaybe<Scalars['String']>;
|
463
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
464
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
436
465
|
};
|
437
466
|
export type Mutation = {
|
438
467
|
__typename?: 'Mutation';
|
@@ -511,43 +540,43 @@ export type IdentityUserMutationSendActivationEmailArgs = {
|
|
511
540
|
};
|
512
541
|
export type IIoRestorecommerceUserUserList = {
|
513
542
|
items?: InputMaybe<Array<IIoRestorecommerceUserUser>>;
|
514
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
543
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
515
544
|
mode?: InputMaybe<ModeType>;
|
516
545
|
/** target scope */
|
517
|
-
scope?: InputMaybe<Scalars['String']>;
|
546
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
518
547
|
};
|
519
548
|
export type IIoRestorecommerceUserUser = {
|
520
|
-
id?: InputMaybe<Scalars['String']>;
|
549
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
521
550
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
522
|
-
name?: InputMaybe<Scalars['String']>;
|
523
|
-
firstName?: InputMaybe<Scalars['String']>;
|
524
|
-
lastName?: InputMaybe<Scalars['String']>;
|
525
|
-
email?: InputMaybe<Scalars['String']>;
|
526
|
-
newEmail?: InputMaybe<Scalars['String']>;
|
527
|
-
active?: InputMaybe<Scalars['Boolean']>;
|
528
|
-
activationCode?: InputMaybe<Scalars['String']>;
|
529
|
-
password?: InputMaybe<Scalars['String']>;
|
530
|
-
passwordHash?: InputMaybe<Scalars['String']>;
|
551
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
552
|
+
firstName?: InputMaybe<Scalars['String']['input']>;
|
553
|
+
lastName?: InputMaybe<Scalars['String']['input']>;
|
554
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
555
|
+
newEmail?: InputMaybe<Scalars['String']['input']>;
|
556
|
+
active?: InputMaybe<Scalars['Boolean']['input']>;
|
557
|
+
activationCode?: InputMaybe<Scalars['String']['input']>;
|
558
|
+
password?: InputMaybe<Scalars['String']['input']>;
|
559
|
+
passwordHash?: InputMaybe<Scalars['String']['input']>;
|
531
560
|
roleAssociations?: InputMaybe<Array<IIoRestorecommerceAuthRoleAssociation>>;
|
532
|
-
timezoneId?: InputMaybe<Scalars['String']>;
|
533
|
-
localeId?: InputMaybe<Scalars['String']>;
|
534
|
-
defaultScope?: InputMaybe<Scalars['String']>;
|
535
|
-
unauthenticated?: InputMaybe<Scalars['Boolean']>;
|
536
|
-
guest?: InputMaybe<Scalars['Boolean']>;
|
561
|
+
timezoneId?: InputMaybe<Scalars['String']['input']>;
|
562
|
+
localeId?: InputMaybe<Scalars['String']['input']>;
|
563
|
+
defaultScope?: InputMaybe<Scalars['String']['input']>;
|
564
|
+
unauthenticated?: InputMaybe<Scalars['Boolean']['input']>;
|
565
|
+
guest?: InputMaybe<Scalars['Boolean']['input']>;
|
537
566
|
image?: InputMaybe<IIoRestorecommerceImageImage>;
|
538
567
|
userType?: InputMaybe<IoRestorecommerceUserUserType>;
|
539
|
-
invite?: InputMaybe<Scalars['Boolean']>;
|
540
|
-
invitedByUserName?: InputMaybe<Scalars['String']>;
|
541
|
-
invitedByUserFirstName?: InputMaybe<Scalars['String']>;
|
542
|
-
invitedByUserLastName?: InputMaybe<Scalars['String']>;
|
568
|
+
invite?: InputMaybe<Scalars['Boolean']['input']>;
|
569
|
+
invitedByUserName?: InputMaybe<Scalars['String']['input']>;
|
570
|
+
invitedByUserFirstName?: InputMaybe<Scalars['String']['input']>;
|
571
|
+
invitedByUserLastName?: InputMaybe<Scalars['String']['input']>;
|
543
572
|
tokens?: InputMaybe<Array<IIoRestorecommerceAuthTokens>>;
|
544
|
-
lastAccess?: InputMaybe<Scalars['Float']>;
|
573
|
+
lastAccess?: InputMaybe<Scalars['Float']['input']>;
|
545
574
|
data?: InputMaybe<IGoogleProtobufAny>;
|
546
575
|
};
|
547
576
|
export type IIoRestorecommerceMetaMeta = {
|
548
|
-
created?: InputMaybe<Scalars['Float']>;
|
549
|
-
modified?: InputMaybe<Scalars['Float']>;
|
550
|
-
modifiedBy?: InputMaybe<Scalars['String']>;
|
577
|
+
created?: InputMaybe<Scalars['Float']['input']>;
|
578
|
+
modified?: InputMaybe<Scalars['Float']['input']>;
|
579
|
+
modifiedBy?: InputMaybe<Scalars['String']['input']>;
|
551
580
|
owners?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
552
581
|
acls?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
553
582
|
};
|
@@ -555,31 +584,31 @@ export type IIoRestorecommerceAttributeAttributeObj = {
|
|
555
584
|
attributes?: InputMaybe<IIoRestorecommerceAttributeAttribute>;
|
556
585
|
};
|
557
586
|
export type IIoRestorecommerceAuthRoleAssociation = {
|
558
|
-
role?: InputMaybe<Scalars['String']>;
|
587
|
+
role?: InputMaybe<Scalars['String']['input']>;
|
559
588
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
560
|
-
id?: InputMaybe<Scalars['String']>;
|
561
|
-
created?: InputMaybe<Scalars['Float']>;
|
589
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
590
|
+
created?: InputMaybe<Scalars['Float']['input']>;
|
562
591
|
};
|
563
592
|
export type IIoRestorecommerceImageImage = {
|
564
|
-
id?: InputMaybe<Scalars['String']>;
|
565
|
-
caption?: InputMaybe<Scalars['String']>;
|
566
|
-
filename?: InputMaybe<Scalars['String']>;
|
567
|
-
contentType?: InputMaybe<Scalars['String']>;
|
568
|
-
url?: InputMaybe<Scalars['String']>;
|
569
|
-
width?: InputMaybe<Scalars['Float']>;
|
570
|
-
height?: InputMaybe<Scalars['Float']>;
|
571
|
-
length?: InputMaybe<Scalars['Float']>;
|
572
|
-
tags?: InputMaybe<Array<Scalars['String']>>;
|
573
|
-
index?: InputMaybe<Scalars['Int']>;
|
593
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
594
|
+
caption?: InputMaybe<Scalars['String']['input']>;
|
595
|
+
filename?: InputMaybe<Scalars['String']['input']>;
|
596
|
+
contentType?: InputMaybe<Scalars['String']['input']>;
|
597
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
598
|
+
width?: InputMaybe<Scalars['Float']['input']>;
|
599
|
+
height?: InputMaybe<Scalars['Float']['input']>;
|
600
|
+
length?: InputMaybe<Scalars['Float']['input']>;
|
601
|
+
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
602
|
+
index?: InputMaybe<Scalars['Int']['input']>;
|
574
603
|
};
|
575
604
|
export type IIoRestorecommerceAuthTokens = {
|
576
|
-
name?: InputMaybe<Scalars['String']>;
|
577
|
-
expiresIn?: InputMaybe<Scalars['Float']>;
|
578
|
-
token?: InputMaybe<Scalars['String']>;
|
579
|
-
scopes?: InputMaybe<Array<Scalars['String']>>;
|
580
|
-
type?: InputMaybe<Scalars['String']>;
|
581
|
-
interactive?: InputMaybe<Scalars['Boolean']>;
|
582
|
-
lastLogin?: InputMaybe<Scalars['Float']>;
|
605
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
606
|
+
expiresIn?: InputMaybe<Scalars['Float']['input']>;
|
607
|
+
token?: InputMaybe<Scalars['String']['input']>;
|
608
|
+
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
609
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
610
|
+
interactive?: InputMaybe<Scalars['Boolean']['input']>;
|
611
|
+
lastLogin?: InputMaybe<Scalars['Float']['input']>;
|
583
612
|
};
|
584
613
|
export declare enum ModeType {
|
585
614
|
Create = "CREATE",
|
@@ -596,27 +625,27 @@ export type IoRestorecommerceResourcebaseDeleteResponse = {
|
|
596
625
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
597
626
|
};
|
598
627
|
export type IIoRestorecommerceResourcebaseDeleteRequest = {
|
599
|
-
collection?: InputMaybe<Scalars['Boolean']>;
|
600
|
-
ids?: InputMaybe<Array<Scalars['String']>>;
|
601
|
-
views?: InputMaybe<Array<Scalars['String']>>;
|
602
|
-
analyzers?: InputMaybe<Array<Scalars['String']>>;
|
628
|
+
collection?: InputMaybe<Scalars['Boolean']['input']>;
|
629
|
+
ids?: InputMaybe<Array<Scalars['String']['input']>>;
|
630
|
+
views?: InputMaybe<Array<Scalars['String']['input']>>;
|
631
|
+
analyzers?: InputMaybe<Array<Scalars['String']['input']>>;
|
603
632
|
/** target scope */
|
604
|
-
scope?: InputMaybe<Scalars['String']>;
|
633
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
605
634
|
};
|
606
635
|
export type IIoRestorecommerceUserRegisterRequest = {
|
607
|
-
id?: InputMaybe<Scalars['String']>;
|
608
|
-
guest?: InputMaybe<Scalars['Boolean']>;
|
636
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
637
|
+
guest?: InputMaybe<Scalars['Boolean']['input']>;
|
609
638
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
610
|
-
name?: InputMaybe<Scalars['String']>;
|
611
|
-
firstName?: InputMaybe<Scalars['String']>;
|
612
|
-
lastName?: InputMaybe<Scalars['String']>;
|
613
|
-
email?: InputMaybe<Scalars['String']>;
|
614
|
-
password?: InputMaybe<Scalars['String']>;
|
615
|
-
timezoneId?: InputMaybe<Scalars['String']>;
|
616
|
-
localeId?: InputMaybe<Scalars['String']>;
|
617
|
-
defaultScope?: InputMaybe<Scalars['String']>;
|
639
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
640
|
+
firstName?: InputMaybe<Scalars['String']['input']>;
|
641
|
+
lastName?: InputMaybe<Scalars['String']['input']>;
|
642
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
643
|
+
password?: InputMaybe<Scalars['String']['input']>;
|
644
|
+
timezoneId?: InputMaybe<Scalars['String']['input']>;
|
645
|
+
localeId?: InputMaybe<Scalars['String']['input']>;
|
646
|
+
defaultScope?: InputMaybe<Scalars['String']['input']>;
|
618
647
|
userType?: InputMaybe<IoRestorecommerceUserUserType>;
|
619
|
-
captchaCode?: InputMaybe<Scalars['String']>;
|
648
|
+
captchaCode?: InputMaybe<Scalars['String']['input']>;
|
620
649
|
};
|
621
650
|
export type ProtoIoRestorecommerceStatusOperationStatusObj = {
|
622
651
|
__typename?: 'ProtoIoRestorecommerceStatusOperationStatusObj';
|
@@ -627,36 +656,36 @@ export type IoRestorecommerceStatusOperationStatusObj = {
|
|
627
656
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
628
657
|
};
|
629
658
|
export type IIoRestorecommerceUserActivateRequest = {
|
630
|
-
identifier?: InputMaybe<Scalars['String']>;
|
631
|
-
activationCode?: InputMaybe<Scalars['String']>;
|
659
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
660
|
+
activationCode?: InputMaybe<Scalars['String']['input']>;
|
632
661
|
};
|
633
662
|
export type IIoRestorecommerceUserChangePasswordRequest = {
|
634
|
-
password?: InputMaybe<Scalars['String']>;
|
635
|
-
newPassword?: InputMaybe<Scalars['String']>;
|
663
|
+
password?: InputMaybe<Scalars['String']['input']>;
|
664
|
+
newPassword?: InputMaybe<Scalars['String']['input']>;
|
636
665
|
};
|
637
666
|
export type IIoRestorecommerceUserRequestPasswordChangeRequest = {
|
638
|
-
identifier?: InputMaybe<Scalars['String']>;
|
667
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
639
668
|
};
|
640
669
|
export type IIoRestorecommerceUserChangeEmailRequest = {
|
641
|
-
identifier?: InputMaybe<Scalars['String']>;
|
642
|
-
newEmail?: InputMaybe<Scalars['String']>;
|
670
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
671
|
+
newEmail?: InputMaybe<Scalars['String']['input']>;
|
643
672
|
};
|
644
673
|
export type IIoRestorecommerceUserConfirmPasswordChangeRequest = {
|
645
|
-
identifier?: InputMaybe<Scalars['String']>;
|
646
|
-
activationCode?: InputMaybe<Scalars['String']>;
|
647
|
-
password?: InputMaybe<Scalars['String']>;
|
674
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
675
|
+
activationCode?: InputMaybe<Scalars['String']['input']>;
|
676
|
+
password?: InputMaybe<Scalars['String']['input']>;
|
648
677
|
};
|
649
678
|
export type IIoRestorecommerceUserConfirmEmailChangeRequest = {
|
650
|
-
identifier?: InputMaybe<Scalars['String']>;
|
651
|
-
activationCode?: InputMaybe<Scalars['String']>;
|
679
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
680
|
+
activationCode?: InputMaybe<Scalars['String']['input']>;
|
652
681
|
};
|
653
682
|
export type IIoRestorecommerceUserUnregisterRequest = {
|
654
|
-
identifier?: InputMaybe<Scalars['String']>;
|
683
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
655
684
|
};
|
656
685
|
export type IIoRestorecommerceUserLoginRequest = {
|
657
|
-
identifier?: InputMaybe<Scalars['String']>;
|
658
|
-
password?: InputMaybe<Scalars['String']>;
|
659
|
-
token?: InputMaybe<Scalars['String']>;
|
686
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
687
|
+
password?: InputMaybe<Scalars['String']['input']>;
|
688
|
+
token?: InputMaybe<Scalars['String']['input']>;
|
660
689
|
};
|
661
690
|
export type ProtoIoRestorecommerceUserDeleteUsersByOrgResponse = {
|
662
691
|
__typename?: 'ProtoIoRestorecommerceUserDeleteUsersByOrgResponse';
|
@@ -664,23 +693,23 @@ export type ProtoIoRestorecommerceUserDeleteUsersByOrgResponse = {
|
|
664
693
|
};
|
665
694
|
export type IoRestorecommerceUserDeleteUsersByOrgResponse = {
|
666
695
|
__typename?: 'IoRestorecommerceUserDeleteUsersByOrgResponse';
|
667
|
-
userIds?: Maybe<Array<Scalars['String']>>;
|
696
|
+
userIds?: Maybe<Array<Scalars['String']['output']>>;
|
668
697
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
669
698
|
};
|
670
699
|
export type IIoRestorecommerceUserOrgIdRequest = {
|
671
|
-
orgIds?: InputMaybe<Array<Scalars['String']>>;
|
700
|
+
orgIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
672
701
|
};
|
673
702
|
export type IIoRestorecommerceUserConfirmUserInvitationRequest = {
|
674
|
-
identifier?: InputMaybe<Scalars['String']>;
|
675
|
-
password?: InputMaybe<Scalars['String']>;
|
676
|
-
activationCode?: InputMaybe<Scalars['String']>;
|
703
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
704
|
+
password?: InputMaybe<Scalars['String']['input']>;
|
705
|
+
activationCode?: InputMaybe<Scalars['String']['input']>;
|
677
706
|
};
|
678
707
|
export type IIoRestorecommerceUserSendInvitationEmailRequest = {
|
679
|
-
identifier?: InputMaybe<Scalars['String']>;
|
680
|
-
invitedByUserIdentifier?: InputMaybe<Scalars['String']>;
|
708
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
709
|
+
invitedByUserIdentifier?: InputMaybe<Scalars['String']['input']>;
|
681
710
|
};
|
682
711
|
export type IIoRestorecommerceUserSendActivationEmailRequest = {
|
683
|
-
identifier?: InputMaybe<Scalars['String']>;
|
712
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
684
713
|
};
|
685
714
|
export type IdentityRoleMutation = {
|
686
715
|
__typename?: 'IdentityRoleMutation';
|
@@ -695,17 +724,17 @@ export type IdentityRoleMutationDeleteArgs = {
|
|
695
724
|
};
|
696
725
|
export type IIoRestorecommerceRoleRoleList = {
|
697
726
|
items?: InputMaybe<Array<IIoRestorecommerceRoleRole>>;
|
698
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
727
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
699
728
|
mode?: InputMaybe<ModeType>;
|
700
729
|
/** target scope */
|
701
|
-
scope?: InputMaybe<Scalars['String']>;
|
730
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
702
731
|
};
|
703
732
|
export type IIoRestorecommerceRoleRole = {
|
704
|
-
id?: InputMaybe<Scalars['String']>;
|
733
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
705
734
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
706
|
-
name?: InputMaybe<Scalars['String']>;
|
707
|
-
description?: InputMaybe<Scalars['String']>;
|
708
|
-
assignableByRoles?: InputMaybe<Array<Scalars['String']>>;
|
735
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
736
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
737
|
+
assignableByRoles?: InputMaybe<Array<Scalars['String']['input']>>;
|
709
738
|
};
|
710
739
|
export type IdentityAuthenticationLogMutation = {
|
711
740
|
__typename?: 'IdentityAuthenticationLogMutation';
|
@@ -720,22 +749,22 @@ export type IdentityAuthenticationLogMutationDeleteArgs = {
|
|
720
749
|
};
|
721
750
|
export type IIoRestorecommerceAuthenticationLogAuthenticationLogList = {
|
722
751
|
items?: InputMaybe<Array<IIoRestorecommerceAuthenticationLogAuthenticationLog>>;
|
723
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
752
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
724
753
|
mode?: InputMaybe<ModeType>;
|
725
754
|
/** target scope */
|
726
|
-
scope?: InputMaybe<Scalars['String']>;
|
755
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
727
756
|
};
|
728
757
|
export type IIoRestorecommerceAuthenticationLogAuthenticationLog = {
|
729
|
-
id?: InputMaybe<Scalars['String']>;
|
730
|
-
ipv4Address?: InputMaybe<Scalars['String']>;
|
731
|
-
ipv6Address?: InputMaybe<Scalars['String']>;
|
732
|
-
operatingSystem?: InputMaybe<Scalars['String']>;
|
733
|
-
userAgent?: InputMaybe<Scalars['String']>;
|
734
|
-
date?: InputMaybe<Scalars['Float']>;
|
735
|
-
activity?: InputMaybe<Scalars['String']>;
|
758
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
759
|
+
ipv4Address?: InputMaybe<Scalars['String']['input']>;
|
760
|
+
ipv6Address?: InputMaybe<Scalars['String']['input']>;
|
761
|
+
operatingSystem?: InputMaybe<Scalars['String']['input']>;
|
762
|
+
userAgent?: InputMaybe<Scalars['String']['input']>;
|
763
|
+
date?: InputMaybe<Scalars['Float']['input']>;
|
764
|
+
activity?: InputMaybe<Scalars['String']['input']>;
|
736
765
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
737
|
-
subjectId?: InputMaybe<Scalars['String']>;
|
738
|
-
tokenName?: InputMaybe<Scalars['String']>;
|
766
|
+
subjectId?: InputMaybe<Scalars['String']['input']>;
|
767
|
+
tokenName?: InputMaybe<Scalars['String']['input']>;
|
739
768
|
};
|
740
769
|
export type IdentityTokenMutation = {
|
741
770
|
__typename?: 'IdentityTokenMutation';
|
@@ -757,13 +786,13 @@ export type IdentityTokenMutationConsumeArgs = {
|
|
757
786
|
input: IIoRestorecommerceTokenIdentifier;
|
758
787
|
};
|
759
788
|
export type IIoRestorecommerceTokenTokenData = {
|
760
|
-
id?: InputMaybe<Scalars['String']>;
|
789
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
761
790
|
payload?: InputMaybe<IGoogleProtobufAny>;
|
762
|
-
expiresIn?: InputMaybe<Scalars['Float']>;
|
763
|
-
type?: InputMaybe<Scalars['String']>;
|
791
|
+
expiresIn?: InputMaybe<Scalars['Float']['input']>;
|
792
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
764
793
|
};
|
765
794
|
export type IIoRestorecommerceTokenGrantId = {
|
766
|
-
grantId?: InputMaybe<Scalars['String']>;
|
795
|
+
grantId?: InputMaybe<Scalars['String']['input']>;
|
767
796
|
};
|
768
797
|
export type IdentityOAuthMutation = {
|
769
798
|
__typename?: 'IdentityOAuthMutation';
|
@@ -784,7 +813,7 @@ export type ProtoIoRestorecommerceOauthServicesResponse = {
|
|
784
813
|
};
|
785
814
|
export type IoRestorecommerceOauthServicesResponse = {
|
786
815
|
__typename?: 'IoRestorecommerceOauthServicesResponse';
|
787
|
-
services?: Maybe<Array<Scalars['String']>>;
|
816
|
+
services?: Maybe<Array<Scalars['String']['output']>>;
|
788
817
|
};
|
789
818
|
export type ProtoIoRestorecommerceOauthGenerateLinksResponse = {
|
790
819
|
__typename?: 'ProtoIoRestorecommerceOauthGenerateLinksResponse';
|
@@ -792,7 +821,7 @@ export type ProtoIoRestorecommerceOauthGenerateLinksResponse = {
|
|
792
821
|
};
|
793
822
|
export type IoRestorecommerceOauthGenerateLinksResponse = {
|
794
823
|
__typename?: 'IoRestorecommerceOauthGenerateLinksResponse';
|
795
|
-
links?: Maybe<Scalars['MapScalar']>;
|
824
|
+
links?: Maybe<Scalars['MapScalar']['output']>;
|
796
825
|
};
|
797
826
|
export type ProtoIoRestorecommerceOauthExchangeCodeResponse = {
|
798
827
|
__typename?: 'ProtoIoRestorecommerceOauthExchangeCodeResponse';
|
@@ -801,13 +830,13 @@ export type ProtoIoRestorecommerceOauthExchangeCodeResponse = {
|
|
801
830
|
export type IoRestorecommerceOauthExchangeCodeResponse = {
|
802
831
|
__typename?: 'IoRestorecommerceOauthExchangeCodeResponse';
|
803
832
|
user?: Maybe<IoRestorecommerceUserUserResponse>;
|
804
|
-
email?: Maybe<Scalars['String']>;
|
833
|
+
email?: Maybe<Scalars['String']['output']>;
|
805
834
|
token?: Maybe<IoRestorecommerceAuthTokens>;
|
806
835
|
};
|
807
836
|
export type IIoRestorecommerceOauthExchangeCodeRequest = {
|
808
|
-
service?: InputMaybe<Scalars['String']>;
|
809
|
-
code?: InputMaybe<Scalars['String']>;
|
810
|
-
state?: InputMaybe<Scalars['String']>;
|
837
|
+
service?: InputMaybe<Scalars['String']['input']>;
|
838
|
+
code?: InputMaybe<Scalars['String']['input']>;
|
839
|
+
state?: InputMaybe<Scalars['String']['input']>;
|
811
840
|
};
|
812
841
|
export type ProtoIoRestorecommerceOauthGetTokenResponse = {
|
813
842
|
__typename?: 'ProtoIoRestorecommerceOauthGetTokenResponse';
|
@@ -816,10 +845,10 @@ export type ProtoIoRestorecommerceOauthGetTokenResponse = {
|
|
816
845
|
export type IoRestorecommerceOauthGetTokenResponse = {
|
817
846
|
__typename?: 'IoRestorecommerceOauthGetTokenResponse';
|
818
847
|
status?: Maybe<IoRestorecommerceStatusStatus>;
|
819
|
-
token?: Maybe<Scalars['String']>;
|
848
|
+
token?: Maybe<Scalars['String']['output']>;
|
820
849
|
};
|
821
850
|
export type IIoRestorecommerceOauthGetTokenRequest = {
|
822
|
-
service?: InputMaybe<Scalars['String']>;
|
851
|
+
service?: InputMaybe<Scalars['String']['input']>;
|
823
852
|
};
|
824
853
|
export type Subscription = {
|
825
854
|
__typename?: 'Subscription';
|
@@ -850,7 +879,7 @@ export type SubscriptionIdentityUsersArgs = {
|
|
850
879
|
};
|
851
880
|
export type SubscriptionOutput = {
|
852
881
|
__typename?: 'SubscriptionOutput';
|
853
|
-
id?: Maybe<Scalars['String']>;
|
882
|
+
id?: Maybe<Scalars['String']['output']>;
|
854
883
|
};
|
855
884
|
export declare enum SubscriptionAction {
|
856
885
|
Created = "CREATED",
|
@@ -894,21 +923,21 @@ export type ResolversTypes = ResolversObject<{
|
|
894
923
|
IoRestorecommerceUserUserListWithRoleResponse: ResolverTypeWrapper<IoRestorecommerceUserUserListWithRoleResponse>;
|
895
924
|
IoRestorecommerceUserUserRoleResponse: ResolverTypeWrapper<IoRestorecommerceUserUserRoleResponse>;
|
896
925
|
IoRestorecommerceUserUserRole: ResolverTypeWrapper<IoRestorecommerceUserUserRole>;
|
897
|
-
String: ResolverTypeWrapper<Scalars['String']>;
|
926
|
+
String: ResolverTypeWrapper<Scalars['String']['output']>;
|
898
927
|
IoRestorecommerceMetaMeta: ResolverTypeWrapper<IoRestorecommerceMetaMeta>;
|
899
|
-
Float: ResolverTypeWrapper<Scalars['Float']>;
|
928
|
+
Float: ResolverTypeWrapper<Scalars['Float']['output']>;
|
900
929
|
IoRestorecommerceAttributeAttribute: ResolverTypeWrapper<IoRestorecommerceAttributeAttribute>;
|
901
930
|
IoRestorecommerceAttributeAttributeObj: ResolverTypeWrapper<IoRestorecommerceAttributeAttributeObj>;
|
902
|
-
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
931
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
|
903
932
|
IoRestorecommerceAuthRoleAssociation: ResolverTypeWrapper<IoRestorecommerceAuthRoleAssociation>;
|
904
933
|
IoRestorecommerceTimezoneTimezone: ResolverTypeWrapper<IoRestorecommerceTimezoneTimezone>;
|
905
934
|
IoRestorecommerceLocaleLocale: ResolverTypeWrapper<IoRestorecommerceLocaleLocale>;
|
906
935
|
IoRestorecommerceImageImage: ResolverTypeWrapper<IoRestorecommerceImageImage>;
|
907
|
-
Int: ResolverTypeWrapper<Scalars['Int']>;
|
936
|
+
Int: ResolverTypeWrapper<Scalars['Int']['output']>;
|
908
937
|
IoRestorecommerceUserUserType: IoRestorecommerceUserUserType;
|
909
938
|
IoRestorecommerceAuthTokens: ResolverTypeWrapper<IoRestorecommerceAuthTokens>;
|
910
939
|
GoogleProtobufAny: ResolverTypeWrapper<GoogleProtobufAny>;
|
911
|
-
GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']>;
|
940
|
+
GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']['output']>;
|
912
941
|
IoRestorecommerceRoleRole: ResolverTypeWrapper<IoRestorecommerceRoleRole>;
|
913
942
|
IoRestorecommerceStatusStatus: ResolverTypeWrapper<IoRestorecommerceStatusStatus>;
|
914
943
|
IoRestorecommerceStatusOperationStatus: ResolverTypeWrapper<IoRestorecommerceStatusOperationStatus>;
|
@@ -994,7 +1023,7 @@ export type ResolversTypes = ResolversObject<{
|
|
994
1023
|
IoRestorecommerceOauthServicesResponse: ResolverTypeWrapper<IoRestorecommerceOauthServicesResponse>;
|
995
1024
|
ProtoIoRestorecommerceOauthGenerateLinksResponse: ResolverTypeWrapper<ProtoIoRestorecommerceOauthGenerateLinksResponse>;
|
996
1025
|
IoRestorecommerceOauthGenerateLinksResponse: ResolverTypeWrapper<IoRestorecommerceOauthGenerateLinksResponse>;
|
997
|
-
MapScalar: ResolverTypeWrapper<Scalars['MapScalar']>;
|
1026
|
+
MapScalar: ResolverTypeWrapper<Scalars['MapScalar']['output']>;
|
998
1027
|
ProtoIoRestorecommerceOauthExchangeCodeResponse: ResolverTypeWrapper<ProtoIoRestorecommerceOauthExchangeCodeResponse>;
|
999
1028
|
IoRestorecommerceOauthExchangeCodeResponse: ResolverTypeWrapper<IoRestorecommerceOauthExchangeCodeResponse>;
|
1000
1029
|
IIoRestorecommerceOauthExchangeCodeRequest: IIoRestorecommerceOauthExchangeCodeRequest;
|
@@ -1014,20 +1043,20 @@ export type ResolversParentTypes = ResolversObject<{
|
|
1014
1043
|
IoRestorecommerceUserUserListWithRoleResponse: IoRestorecommerceUserUserListWithRoleResponse;
|
1015
1044
|
IoRestorecommerceUserUserRoleResponse: IoRestorecommerceUserUserRoleResponse;
|
1016
1045
|
IoRestorecommerceUserUserRole: IoRestorecommerceUserUserRole;
|
1017
|
-
String: Scalars['String'];
|
1046
|
+
String: Scalars['String']['output'];
|
1018
1047
|
IoRestorecommerceMetaMeta: IoRestorecommerceMetaMeta;
|
1019
|
-
Float: Scalars['Float'];
|
1048
|
+
Float: Scalars['Float']['output'];
|
1020
1049
|
IoRestorecommerceAttributeAttribute: IoRestorecommerceAttributeAttribute;
|
1021
1050
|
IoRestorecommerceAttributeAttributeObj: IoRestorecommerceAttributeAttributeObj;
|
1022
|
-
Boolean: Scalars['Boolean'];
|
1051
|
+
Boolean: Scalars['Boolean']['output'];
|
1023
1052
|
IoRestorecommerceAuthRoleAssociation: IoRestorecommerceAuthRoleAssociation;
|
1024
1053
|
IoRestorecommerceTimezoneTimezone: IoRestorecommerceTimezoneTimezone;
|
1025
1054
|
IoRestorecommerceLocaleLocale: IoRestorecommerceLocaleLocale;
|
1026
1055
|
IoRestorecommerceImageImage: IoRestorecommerceImageImage;
|
1027
|
-
Int: Scalars['Int'];
|
1056
|
+
Int: Scalars['Int']['output'];
|
1028
1057
|
IoRestorecommerceAuthTokens: IoRestorecommerceAuthTokens;
|
1029
1058
|
GoogleProtobufAny: GoogleProtobufAny;
|
1030
|
-
GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue'];
|
1059
|
+
GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue']['output'];
|
1031
1060
|
IoRestorecommerceRoleRole: IoRestorecommerceRoleRole;
|
1032
1061
|
IoRestorecommerceStatusStatus: IoRestorecommerceStatusStatus;
|
1033
1062
|
IoRestorecommerceStatusOperationStatus: IoRestorecommerceStatusOperationStatus;
|
@@ -1105,7 +1134,7 @@ export type ResolversParentTypes = ResolversObject<{
|
|
1105
1134
|
IoRestorecommerceOauthServicesResponse: IoRestorecommerceOauthServicesResponse;
|
1106
1135
|
ProtoIoRestorecommerceOauthGenerateLinksResponse: ProtoIoRestorecommerceOauthGenerateLinksResponse;
|
1107
1136
|
IoRestorecommerceOauthGenerateLinksResponse: IoRestorecommerceOauthGenerateLinksResponse;
|
1108
|
-
MapScalar: Scalars['MapScalar'];
|
1137
|
+
MapScalar: Scalars['MapScalar']['output'];
|
1109
1138
|
ProtoIoRestorecommerceOauthExchangeCodeResponse: ProtoIoRestorecommerceOauthExchangeCodeResponse;
|
1110
1139
|
IoRestorecommerceOauthExchangeCodeResponse: IoRestorecommerceOauthExchangeCodeResponse;
|
1111
1140
|
IIoRestorecommerceOauthExchangeCodeRequest: IIoRestorecommerceOauthExchangeCodeRequest;
|