@restorecommerce/facade 1.2.0 → 1.3.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/.eslintignore +3 -0
- package/.eslintrc.cjs +13 -0
- package/CHANGELOG.md +11 -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 +17 -12
- 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 { InvoicingContext } from '../interfaces';
|
2
|
+
import { InvoicingContext } 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,17 +13,43 @@ 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
|
-
|
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
|
+
};
|
27
53
|
};
|
28
54
|
export type Query = {
|
29
55
|
__typename?: 'Query';
|
@@ -47,7 +73,7 @@ export type ProtoIoRestorecommerceInvoiceInvoiceListResponse = {
|
|
47
73
|
export type IoRestorecommerceInvoiceInvoiceListResponse = {
|
48
74
|
__typename?: 'IoRestorecommerceInvoiceInvoiceListResponse';
|
49
75
|
items?: Maybe<Array<IoRestorecommerceInvoiceInvoiceResponse>>;
|
50
|
-
totalCount?: Maybe<Scalars['Int']>;
|
76
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
51
77
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
52
78
|
};
|
53
79
|
export type IoRestorecommerceInvoiceInvoiceResponse = {
|
@@ -57,31 +83,31 @@ export type IoRestorecommerceInvoiceInvoiceResponse = {
|
|
57
83
|
};
|
58
84
|
export type IoRestorecommerceInvoiceInvoice = {
|
59
85
|
__typename?: 'IoRestorecommerceInvoiceInvoice';
|
60
|
-
id?: Maybe<Scalars['String']>;
|
86
|
+
id?: Maybe<Scalars['String']['output']>;
|
61
87
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
62
|
-
timestamp?: Maybe<Scalars['String']>;
|
63
|
-
customerId?: Maybe<Scalars['String']>;
|
88
|
+
timestamp?: Maybe<Scalars['String']['output']>;
|
89
|
+
customerId?: Maybe<Scalars['String']['output']>;
|
64
90
|
customer?: Maybe<IoRestorecommerceCustomerCustomer>;
|
65
|
-
paymentStatus?: Maybe<Scalars['String']>;
|
66
|
-
totalAmount?: Maybe<Scalars['Float']>;
|
67
|
-
netAmount?: Maybe<Scalars['Float']>;
|
68
|
-
vatAmount?: Maybe<Scalars['Float']>;
|
69
|
-
document?: Maybe<Scalars['String']>;
|
70
|
-
invoiceNumber?: Maybe<Scalars['String']>;
|
71
|
-
customerRemark?: Maybe<Scalars['String']>;
|
91
|
+
paymentStatus?: Maybe<Scalars['String']['output']>;
|
92
|
+
totalAmount?: Maybe<Scalars['Float']['output']>;
|
93
|
+
netAmount?: Maybe<Scalars['Float']['output']>;
|
94
|
+
vatAmount?: Maybe<Scalars['Float']['output']>;
|
95
|
+
document?: Maybe<Scalars['String']['output']>;
|
96
|
+
invoiceNumber?: Maybe<Scalars['String']['output']>;
|
97
|
+
customerRemark?: Maybe<Scalars['String']['output']>;
|
72
98
|
};
|
73
99
|
export type IoRestorecommerceMetaMeta = {
|
74
100
|
__typename?: 'IoRestorecommerceMetaMeta';
|
75
|
-
created?: Maybe<Scalars['Float']>;
|
76
|
-
modified?: Maybe<Scalars['Float']>;
|
77
|
-
modifiedBy?: Maybe<Scalars['String']>;
|
101
|
+
created?: Maybe<Scalars['Float']['output']>;
|
102
|
+
modified?: Maybe<Scalars['Float']['output']>;
|
103
|
+
modifiedBy?: Maybe<Scalars['String']['output']>;
|
78
104
|
owners?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
79
105
|
acls?: Maybe<Array<IoRestorecommerceAttributeAttributeObj>>;
|
80
106
|
};
|
81
107
|
export type IoRestorecommerceAttributeAttribute = {
|
82
108
|
__typename?: 'IoRestorecommerceAttributeAttribute';
|
83
|
-
id?: Maybe<Scalars['String']>;
|
84
|
-
value?: Maybe<Scalars['String']>;
|
109
|
+
id?: Maybe<Scalars['String']['output']>;
|
110
|
+
value?: Maybe<Scalars['String']['output']>;
|
85
111
|
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
86
112
|
};
|
87
113
|
export type IoRestorecommerceAttributeAttributeObj = {
|
@@ -90,7 +116,7 @@ export type IoRestorecommerceAttributeAttributeObj = {
|
|
90
116
|
};
|
91
117
|
export type IoRestorecommerceCustomerCustomer = {
|
92
118
|
__typename?: 'IoRestorecommerceCustomerCustomer';
|
93
|
-
id?: Maybe<Scalars['String']>;
|
119
|
+
id?: Maybe<Scalars['String']['output']>;
|
94
120
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
95
121
|
individualUser?: Maybe<IoRestorecommerceCustomerIndividualUser>;
|
96
122
|
orgUser?: Maybe<IoRestorecommerceCustomerOrgUser>;
|
@@ -98,76 +124,76 @@ export type IoRestorecommerceCustomerCustomer = {
|
|
98
124
|
};
|
99
125
|
export type IoRestorecommerceCustomerIndividualUser = {
|
100
126
|
__typename?: 'IoRestorecommerceCustomerIndividualUser';
|
101
|
-
userId?: Maybe<Scalars['String']>;
|
127
|
+
userId?: Maybe<Scalars['String']['output']>;
|
102
128
|
user?: Maybe<IoRestorecommerceUserUser>;
|
103
|
-
addressId?: Maybe<Scalars['String']>;
|
129
|
+
addressId?: Maybe<Scalars['String']['output']>;
|
104
130
|
address?: Maybe<IoRestorecommerceAddressAddress>;
|
105
|
-
contactPointIds?: Maybe<Array<Scalars['String']>>;
|
131
|
+
contactPointIds?: Maybe<Array<Scalars['String']['output']>>;
|
106
132
|
contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
|
107
133
|
};
|
108
134
|
export type IoRestorecommerceUserUser = {
|
109
135
|
__typename?: 'IoRestorecommerceUserUser';
|
110
|
-
id?: Maybe<Scalars['String']>;
|
136
|
+
id?: Maybe<Scalars['String']['output']>;
|
111
137
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
112
|
-
name?: Maybe<Scalars['String']>;
|
113
|
-
firstName?: Maybe<Scalars['String']>;
|
114
|
-
lastName?: Maybe<Scalars['String']>;
|
115
|
-
email?: Maybe<Scalars['String']>;
|
116
|
-
newEmail?: Maybe<Scalars['String']>;
|
117
|
-
active?: Maybe<Scalars['Boolean']>;
|
118
|
-
activationCode?: Maybe<Scalars['String']>;
|
119
|
-
password?: Maybe<Scalars['String']>;
|
120
|
-
passwordHash?: Maybe<Scalars['String']>;
|
138
|
+
name?: Maybe<Scalars['String']['output']>;
|
139
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
140
|
+
lastName?: Maybe<Scalars['String']['output']>;
|
141
|
+
email?: Maybe<Scalars['String']['output']>;
|
142
|
+
newEmail?: Maybe<Scalars['String']['output']>;
|
143
|
+
active?: Maybe<Scalars['Boolean']['output']>;
|
144
|
+
activationCode?: Maybe<Scalars['String']['output']>;
|
145
|
+
password?: Maybe<Scalars['String']['output']>;
|
146
|
+
passwordHash?: Maybe<Scalars['String']['output']>;
|
121
147
|
roleAssociations?: Maybe<Array<IoRestorecommerceAuthRoleAssociation>>;
|
122
|
-
timezoneId?: Maybe<Scalars['String']>;
|
148
|
+
timezoneId?: Maybe<Scalars['String']['output']>;
|
123
149
|
timezone?: Maybe<IoRestorecommerceTimezoneTimezone>;
|
124
|
-
localeId?: Maybe<Scalars['String']>;
|
150
|
+
localeId?: Maybe<Scalars['String']['output']>;
|
125
151
|
locale?: Maybe<IoRestorecommerceLocaleLocale>;
|
126
|
-
defaultScope?: Maybe<Scalars['String']>;
|
127
|
-
unauthenticated?: Maybe<Scalars['Boolean']>;
|
128
|
-
guest?: Maybe<Scalars['Boolean']>;
|
152
|
+
defaultScope?: Maybe<Scalars['String']['output']>;
|
153
|
+
unauthenticated?: Maybe<Scalars['Boolean']['output']>;
|
154
|
+
guest?: Maybe<Scalars['Boolean']['output']>;
|
129
155
|
image?: Maybe<IoRestorecommerceImageImage>;
|
130
156
|
userType?: Maybe<IoRestorecommerceUserUserType>;
|
131
|
-
invite?: Maybe<Scalars['Boolean']>;
|
132
|
-
invitedByUserName?: Maybe<Scalars['String']>;
|
133
|
-
invitedByUserFirstName?: Maybe<Scalars['String']>;
|
134
|
-
invitedByUserLastName?: Maybe<Scalars['String']>;
|
157
|
+
invite?: Maybe<Scalars['Boolean']['output']>;
|
158
|
+
invitedByUserName?: Maybe<Scalars['String']['output']>;
|
159
|
+
invitedByUserFirstName?: Maybe<Scalars['String']['output']>;
|
160
|
+
invitedByUserLastName?: Maybe<Scalars['String']['output']>;
|
135
161
|
tokens?: Maybe<Array<IoRestorecommerceAuthTokens>>;
|
136
|
-
lastAccess?: Maybe<Scalars['Float']>;
|
162
|
+
lastAccess?: Maybe<Scalars['Float']['output']>;
|
137
163
|
data?: Maybe<GoogleProtobufAny>;
|
138
164
|
};
|
139
165
|
export type IoRestorecommerceAuthRoleAssociation = {
|
140
166
|
__typename?: 'IoRestorecommerceAuthRoleAssociation';
|
141
|
-
role?: Maybe<Scalars['String']>;
|
167
|
+
role?: Maybe<Scalars['String']['output']>;
|
142
168
|
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
143
|
-
id?: Maybe<Scalars['String']>;
|
144
|
-
created?: Maybe<Scalars['Float']>;
|
169
|
+
id?: Maybe<Scalars['String']['output']>;
|
170
|
+
created?: Maybe<Scalars['Float']['output']>;
|
145
171
|
};
|
146
172
|
export type IoRestorecommerceTimezoneTimezone = {
|
147
173
|
__typename?: 'IoRestorecommerceTimezoneTimezone';
|
148
|
-
id?: Maybe<Scalars['String']>;
|
174
|
+
id?: Maybe<Scalars['String']['output']>;
|
149
175
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
150
|
-
description?: Maybe<Scalars['String']>;
|
176
|
+
description?: Maybe<Scalars['String']['output']>;
|
151
177
|
};
|
152
178
|
export type IoRestorecommerceLocaleLocale = {
|
153
179
|
__typename?: 'IoRestorecommerceLocaleLocale';
|
154
|
-
id?: Maybe<Scalars['String']>;
|
180
|
+
id?: Maybe<Scalars['String']['output']>;
|
155
181
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
156
|
-
value?: Maybe<Scalars['String']>;
|
157
|
-
description?: Maybe<Scalars['String']>;
|
182
|
+
value?: Maybe<Scalars['String']['output']>;
|
183
|
+
description?: Maybe<Scalars['String']['output']>;
|
158
184
|
};
|
159
185
|
export type IoRestorecommerceImageImage = {
|
160
186
|
__typename?: 'IoRestorecommerceImageImage';
|
161
|
-
id?: Maybe<Scalars['String']>;
|
162
|
-
caption?: Maybe<Scalars['String']>;
|
163
|
-
filename?: Maybe<Scalars['String']>;
|
164
|
-
contentType?: Maybe<Scalars['String']>;
|
165
|
-
url?: Maybe<Scalars['String']>;
|
166
|
-
width?: Maybe<Scalars['Float']>;
|
167
|
-
height?: Maybe<Scalars['Float']>;
|
168
|
-
length?: Maybe<Scalars['Float']>;
|
169
|
-
tags?: Maybe<Array<Scalars['String']>>;
|
170
|
-
index?: Maybe<Scalars['Int']>;
|
187
|
+
id?: Maybe<Scalars['String']['output']>;
|
188
|
+
caption?: Maybe<Scalars['String']['output']>;
|
189
|
+
filename?: Maybe<Scalars['String']['output']>;
|
190
|
+
contentType?: Maybe<Scalars['String']['output']>;
|
191
|
+
url?: Maybe<Scalars['String']['output']>;
|
192
|
+
width?: Maybe<Scalars['Float']['output']>;
|
193
|
+
height?: Maybe<Scalars['Float']['output']>;
|
194
|
+
length?: Maybe<Scalars['Float']['output']>;
|
195
|
+
tags?: Maybe<Array<Scalars['String']['output']>>;
|
196
|
+
index?: Maybe<Scalars['Int']['output']>;
|
171
197
|
};
|
172
198
|
export declare enum IoRestorecommerceUserUserType {
|
173
199
|
OrgUser = 0,
|
@@ -177,32 +203,32 @@ export declare enum IoRestorecommerceUserUserType {
|
|
177
203
|
}
|
178
204
|
export type IoRestorecommerceAuthTokens = {
|
179
205
|
__typename?: 'IoRestorecommerceAuthTokens';
|
180
|
-
name?: Maybe<Scalars['String']>;
|
181
|
-
expiresIn?: Maybe<Scalars['Float']>;
|
182
|
-
token?: Maybe<Scalars['String']>;
|
183
|
-
scopes?: Maybe<Array<Scalars['String']>>;
|
184
|
-
type?: Maybe<Scalars['String']>;
|
185
|
-
interactive?: Maybe<Scalars['Boolean']>;
|
186
|
-
lastLogin?: Maybe<Scalars['Float']>;
|
206
|
+
name?: Maybe<Scalars['String']['output']>;
|
207
|
+
expiresIn?: Maybe<Scalars['Float']['output']>;
|
208
|
+
token?: Maybe<Scalars['String']['output']>;
|
209
|
+
scopes?: Maybe<Array<Scalars['String']['output']>>;
|
210
|
+
type?: Maybe<Scalars['String']['output']>;
|
211
|
+
interactive?: Maybe<Scalars['Boolean']['output']>;
|
212
|
+
lastLogin?: Maybe<Scalars['Float']['output']>;
|
187
213
|
};
|
188
214
|
export type GoogleProtobufAny = {
|
189
215
|
__typename?: 'GoogleProtobufAny';
|
190
|
-
typeUrl?: Maybe<Scalars['String']>;
|
191
|
-
value?: Maybe<Scalars['GoogleProtobufAnyValue']>;
|
216
|
+
typeUrl?: Maybe<Scalars['String']['output']>;
|
217
|
+
value?: Maybe<Scalars['GoogleProtobufAnyValue']['output']>;
|
192
218
|
};
|
193
219
|
export type IoRestorecommerceAddressAddress = {
|
194
220
|
__typename?: 'IoRestorecommerceAddressAddress';
|
195
|
-
id?: Maybe<Scalars['String']>;
|
221
|
+
id?: Maybe<Scalars['String']['output']>;
|
196
222
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
197
|
-
postcode?: Maybe<Scalars['String']>;
|
198
|
-
countryId?: Maybe<Scalars['String']>;
|
223
|
+
postcode?: Maybe<Scalars['String']['output']>;
|
224
|
+
countryId?: Maybe<Scalars['String']['output']>;
|
199
225
|
country?: Maybe<IoRestorecommerceCountryCountry>;
|
200
|
-
locality?: Maybe<Scalars['String']>;
|
201
|
-
street?: Maybe<Scalars['String']>;
|
202
|
-
region?: Maybe<Scalars['String']>;
|
226
|
+
locality?: Maybe<Scalars['String']['output']>;
|
227
|
+
street?: Maybe<Scalars['String']['output']>;
|
228
|
+
region?: Maybe<Scalars['String']['output']>;
|
203
229
|
geoCoordinates?: Maybe<IoRestorecommerceAddressGeoPoint>;
|
204
|
-
altitude?: Maybe<Scalars['Float']>;
|
205
|
-
buildingNumber?: Maybe<Scalars['String']>;
|
230
|
+
altitude?: Maybe<Scalars['Float']['output']>;
|
231
|
+
buildingNumber?: Maybe<Scalars['String']['output']>;
|
206
232
|
addressAddition?: Maybe<IoRestorecommerceAddressAddressAddition>;
|
207
233
|
businessAddress?: Maybe<IoRestorecommerceAddressBusinessAddress>;
|
208
234
|
residentialAddress?: Maybe<IoRestorecommerceAddressResidentialAddress>;
|
@@ -210,124 +236,124 @@ export type IoRestorecommerceAddressAddress = {
|
|
210
236
|
};
|
211
237
|
export type IoRestorecommerceCountryCountry = {
|
212
238
|
__typename?: 'IoRestorecommerceCountryCountry';
|
213
|
-
id?: Maybe<Scalars['String']>;
|
239
|
+
id?: Maybe<Scalars['String']['output']>;
|
214
240
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
215
|
-
name?: Maybe<Scalars['String']>;
|
216
|
-
countryCode?: Maybe<Scalars['String']>;
|
217
|
-
geographicalName?: Maybe<Scalars['String']>;
|
218
|
-
economicAreas?: Maybe<Array<Scalars['String']>>;
|
241
|
+
name?: Maybe<Scalars['String']['output']>;
|
242
|
+
countryCode?: Maybe<Scalars['String']['output']>;
|
243
|
+
geographicalName?: Maybe<Scalars['String']['output']>;
|
244
|
+
economicAreas?: Maybe<Array<Scalars['String']['output']>>;
|
219
245
|
};
|
220
246
|
export type IoRestorecommerceAddressGeoPoint = {
|
221
247
|
__typename?: 'IoRestorecommerceAddressGeoPoint';
|
222
|
-
latitude?: Maybe<Scalars['Float']>;
|
223
|
-
longitude?: Maybe<Scalars['Float']>;
|
248
|
+
latitude?: Maybe<Scalars['Float']['output']>;
|
249
|
+
longitude?: Maybe<Scalars['Float']['output']>;
|
224
250
|
};
|
225
251
|
export type IoRestorecommerceAddressAddressAddition = {
|
226
252
|
__typename?: 'IoRestorecommerceAddressAddressAddition';
|
227
|
-
field1?: Maybe<Scalars['String']>;
|
228
|
-
field2?: Maybe<Scalars['String']>;
|
253
|
+
field1?: Maybe<Scalars['String']['output']>;
|
254
|
+
field2?: Maybe<Scalars['String']['output']>;
|
229
255
|
};
|
230
256
|
export type IoRestorecommerceAddressBusinessAddress = {
|
231
257
|
__typename?: 'IoRestorecommerceAddressBusinessAddress';
|
232
|
-
name?: Maybe<Scalars['String']>;
|
258
|
+
name?: Maybe<Scalars['String']['output']>;
|
233
259
|
};
|
234
260
|
export type IoRestorecommerceAddressResidentialAddress = {
|
235
261
|
__typename?: 'IoRestorecommerceAddressResidentialAddress';
|
236
|
-
title?: Maybe<Scalars['String']>;
|
237
|
-
givenName?: Maybe<Scalars['String']>;
|
238
|
-
midName?: Maybe<Scalars['String']>;
|
239
|
-
familyName?: Maybe<Scalars['String']>;
|
262
|
+
title?: Maybe<Scalars['String']['output']>;
|
263
|
+
givenName?: Maybe<Scalars['String']['output']>;
|
264
|
+
midName?: Maybe<Scalars['String']['output']>;
|
265
|
+
familyName?: Maybe<Scalars['String']['output']>;
|
240
266
|
};
|
241
267
|
export type IoRestorecommerceAddressPackStation = {
|
242
268
|
__typename?: 'IoRestorecommerceAddressPackStation';
|
243
|
-
provider?: Maybe<Scalars['String']>;
|
244
|
-
stationNumber?: Maybe<Scalars['String']>;
|
245
|
-
postNumber?: Maybe<Scalars['String']>;
|
269
|
+
provider?: Maybe<Scalars['String']['output']>;
|
270
|
+
stationNumber?: Maybe<Scalars['String']['output']>;
|
271
|
+
postNumber?: Maybe<Scalars['String']['output']>;
|
246
272
|
};
|
247
273
|
export type IoRestorecommerceContactPointContactPoint = {
|
248
274
|
__typename?: 'IoRestorecommerceContactPointContactPoint';
|
249
|
-
id?: Maybe<Scalars['String']>;
|
275
|
+
id?: Maybe<Scalars['String']['output']>;
|
250
276
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
251
|
-
physicalAddressId?: Maybe<Scalars['String']>;
|
277
|
+
physicalAddressId?: Maybe<Scalars['String']['output']>;
|
252
278
|
physicalAddress?: Maybe<IoRestorecommerceAddressAddress>;
|
253
|
-
website?: Maybe<Scalars['String']>;
|
254
|
-
email?: Maybe<Scalars['String']>;
|
255
|
-
contactPointTypeId?: Maybe<Scalars['String']>;
|
279
|
+
website?: Maybe<Scalars['String']['output']>;
|
280
|
+
email?: Maybe<Scalars['String']['output']>;
|
281
|
+
contactPointTypeId?: Maybe<Scalars['String']['output']>;
|
256
282
|
contactPointType?: Maybe<IoRestorecommerceContactPointTypeContactPointType>;
|
257
|
-
telephone?: Maybe<Scalars['String']>;
|
258
|
-
timezoneId?: Maybe<Scalars['String']>;
|
283
|
+
telephone?: Maybe<Scalars['String']['output']>;
|
284
|
+
timezoneId?: Maybe<Scalars['String']['output']>;
|
259
285
|
timezone?: Maybe<IoRestorecommerceTimezoneTimezone>;
|
260
|
-
localeId?: Maybe<Scalars['String']>;
|
286
|
+
localeId?: Maybe<Scalars['String']['output']>;
|
261
287
|
locale?: Maybe<IoRestorecommerceLocaleLocale>;
|
262
288
|
};
|
263
289
|
export type IoRestorecommerceContactPointTypeContactPointType = {
|
264
290
|
__typename?: 'IoRestorecommerceContactPointTypeContactPointType';
|
265
|
-
id?: Maybe<Scalars['String']>;
|
291
|
+
id?: Maybe<Scalars['String']['output']>;
|
266
292
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
267
|
-
type?: Maybe<Scalars['String']>;
|
293
|
+
type?: Maybe<Scalars['String']['output']>;
|
268
294
|
};
|
269
295
|
export type IoRestorecommerceCustomerOrgUser = {
|
270
296
|
__typename?: 'IoRestorecommerceCustomerOrgUser';
|
271
|
-
userId?: Maybe<Scalars['String']>;
|
297
|
+
userId?: Maybe<Scalars['String']['output']>;
|
272
298
|
user?: Maybe<IoRestorecommerceUserUser>;
|
273
|
-
organizationId?: Maybe<Scalars['String']>;
|
299
|
+
organizationId?: Maybe<Scalars['String']['output']>;
|
274
300
|
organization?: Maybe<IoRestorecommerceOrganizationOrganization>;
|
275
301
|
};
|
276
302
|
export type IoRestorecommerceOrganizationOrganization = {
|
277
303
|
__typename?: 'IoRestorecommerceOrganizationOrganization';
|
278
|
-
id?: Maybe<Scalars['String']>;
|
304
|
+
id?: Maybe<Scalars['String']['output']>;
|
279
305
|
meta?: Maybe<IoRestorecommerceMetaMeta>;
|
280
|
-
addressId?: Maybe<Scalars['String']>;
|
306
|
+
addressId?: Maybe<Scalars['String']['output']>;
|
281
307
|
address?: Maybe<IoRestorecommerceAddressAddress>;
|
282
|
-
parentId?: Maybe<Scalars['String']>;
|
308
|
+
parentId?: Maybe<Scalars['String']['output']>;
|
283
309
|
parent?: Maybe<IoRestorecommerceOrganizationOrganization>;
|
284
|
-
contactPointIds?: Maybe<Array<Scalars['String']>>;
|
310
|
+
contactPointIds?: Maybe<Array<Scalars['String']['output']>>;
|
285
311
|
contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
|
286
|
-
website?: Maybe<Scalars['String']>;
|
287
|
-
email?: Maybe<Scalars['String']>;
|
288
|
-
logo?: Maybe<Scalars['String']>;
|
289
|
-
vatId?: Maybe<Scalars['String']>;
|
290
|
-
isicV4?: Maybe<Scalars['String']>;
|
291
|
-
registration?: Maybe<Scalars['String']>;
|
292
|
-
registrationCourt?: Maybe<Scalars['String']>;
|
293
|
-
name?: Maybe<Scalars['String']>;
|
294
|
-
paymentMethodIds?: Maybe<Array<Scalars['String']>>;
|
312
|
+
website?: Maybe<Scalars['String']['output']>;
|
313
|
+
email?: Maybe<Scalars['String']['output']>;
|
314
|
+
logo?: Maybe<Scalars['String']['output']>;
|
315
|
+
vatId?: Maybe<Scalars['String']['output']>;
|
316
|
+
isicV4?: Maybe<Scalars['String']['output']>;
|
317
|
+
registration?: Maybe<Scalars['String']['output']>;
|
318
|
+
registrationCourt?: Maybe<Scalars['String']['output']>;
|
319
|
+
name?: Maybe<Scalars['String']['output']>;
|
320
|
+
paymentMethodIds?: Maybe<Array<Scalars['String']['output']>>;
|
295
321
|
data?: Maybe<GoogleProtobufAny>;
|
296
322
|
};
|
297
323
|
export type IoRestorecommerceCustomerGuest = {
|
298
324
|
__typename?: 'IoRestorecommerceCustomerGuest';
|
299
|
-
guest?: Maybe<Scalars['Boolean']>;
|
300
|
-
addressId?: Maybe<Scalars['String']>;
|
325
|
+
guest?: Maybe<Scalars['Boolean']['output']>;
|
326
|
+
addressId?: Maybe<Scalars['String']['output']>;
|
301
327
|
address?: Maybe<IoRestorecommerceAddressAddress>;
|
302
|
-
contactPointIds?: Maybe<Array<Scalars['String']>>;
|
328
|
+
contactPointIds?: Maybe<Array<Scalars['String']['output']>>;
|
303
329
|
contactPoints?: Maybe<Array<IoRestorecommerceContactPointContactPoint>>;
|
304
330
|
};
|
305
331
|
export type IoRestorecommerceStatusStatus = {
|
306
332
|
__typename?: 'IoRestorecommerceStatusStatus';
|
307
|
-
id?: Maybe<Scalars['String']>;
|
308
|
-
code?: Maybe<Scalars['Int']>;
|
309
|
-
message?: Maybe<Scalars['String']>;
|
333
|
+
id?: Maybe<Scalars['String']['output']>;
|
334
|
+
code?: Maybe<Scalars['Int']['output']>;
|
335
|
+
message?: Maybe<Scalars['String']['output']>;
|
310
336
|
};
|
311
337
|
export type IoRestorecommerceStatusOperationStatus = {
|
312
338
|
__typename?: 'IoRestorecommerceStatusOperationStatus';
|
313
|
-
code?: Maybe<Scalars['Int']>;
|
314
|
-
message?: Maybe<Scalars['String']>;
|
339
|
+
code?: Maybe<Scalars['Int']['output']>;
|
340
|
+
message?: Maybe<Scalars['String']['output']>;
|
315
341
|
};
|
316
342
|
export type IIoRestorecommerceResourcebaseReadRequest = {
|
317
|
-
offset?: InputMaybe<Scalars['Int']>;
|
318
|
-
limit?: InputMaybe<Scalars['Int']>;
|
343
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
344
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
319
345
|
sorts?: InputMaybe<Array<IIoRestorecommerceResourcebaseSort>>;
|
320
346
|
filters?: InputMaybe<Array<IIoRestorecommerceResourcebaseFilterOp>>;
|
321
347
|
fields?: InputMaybe<Array<IIoRestorecommerceResourcebaseFieldFilter>>;
|
322
|
-
localesLimiter?: InputMaybe<Array<Scalars['String']>>;
|
323
|
-
customQueries?: InputMaybe<Array<Scalars['String']>>;
|
348
|
+
localesLimiter?: InputMaybe<Array<Scalars['String']['input']>>;
|
349
|
+
customQueries?: InputMaybe<Array<Scalars['String']['input']>>;
|
324
350
|
customArguments?: InputMaybe<IGoogleProtobufAny>;
|
325
351
|
search?: InputMaybe<IIoRestorecommerceResourcebaseSearch>;
|
326
352
|
/** target scope */
|
327
|
-
scope?: InputMaybe<Scalars['String']>;
|
353
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
328
354
|
};
|
329
355
|
export type IIoRestorecommerceResourcebaseSort = {
|
330
|
-
field?: InputMaybe<Scalars['String']>;
|
356
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
331
357
|
order?: InputMaybe<IoRestorecommerceResourcebaseSortSortOrder>;
|
332
358
|
};
|
333
359
|
export declare enum IoRestorecommerceResourcebaseSortSortOrder {
|
@@ -340,9 +366,9 @@ export type IIoRestorecommerceResourcebaseFilterOp = {
|
|
340
366
|
operator?: InputMaybe<IoRestorecommerceResourcebaseFilterOpOperator>;
|
341
367
|
};
|
342
368
|
export type IIoRestorecommerceResourcebaseFilter = {
|
343
|
-
field?: InputMaybe<Scalars['String']>;
|
369
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
344
370
|
operation?: InputMaybe<IoRestorecommerceResourcebaseFilterOperation>;
|
345
|
-
value?: InputMaybe<Scalars['String']>;
|
371
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
346
372
|
type?: InputMaybe<IoRestorecommerceResourcebaseFilterValueType>;
|
347
373
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
348
374
|
};
|
@@ -369,9 +395,9 @@ export type IIoRestorecommerceFilterFilterOp = {
|
|
369
395
|
operator?: InputMaybe<IoRestorecommerceFilterFilterOpOperator>;
|
370
396
|
};
|
371
397
|
export type IIoRestorecommerceFilterFilter = {
|
372
|
-
field?: InputMaybe<Scalars['String']>;
|
398
|
+
field?: InputMaybe<Scalars['String']['input']>;
|
373
399
|
operation?: InputMaybe<IoRestorecommerceFilterFilterOperation>;
|
374
|
-
value?: InputMaybe<Scalars['String']>;
|
400
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
375
401
|
type?: InputMaybe<IoRestorecommerceFilterFilterValueType>;
|
376
402
|
filters?: InputMaybe<Array<IIoRestorecommerceFilterFilterOp>>;
|
377
403
|
};
|
@@ -402,17 +428,17 @@ export declare enum IoRestorecommerceResourcebaseFilterOpOperator {
|
|
402
428
|
Or = 1
|
403
429
|
}
|
404
430
|
export type IIoRestorecommerceResourcebaseFieldFilter = {
|
405
|
-
name?: InputMaybe<Scalars['String']>;
|
406
|
-
include?: InputMaybe<Scalars['Boolean']>;
|
431
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
432
|
+
include?: InputMaybe<Scalars['Boolean']['input']>;
|
407
433
|
};
|
408
434
|
export type IGoogleProtobufAny = {
|
409
|
-
typeUrl?: InputMaybe<Scalars['String']>;
|
410
|
-
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']>;
|
435
|
+
typeUrl?: InputMaybe<Scalars['String']['input']>;
|
436
|
+
value?: InputMaybe<Scalars['GoogleProtobufAnyValue']['input']>;
|
411
437
|
};
|
412
438
|
export type IIoRestorecommerceResourcebaseSearch = {
|
413
|
-
search?: InputMaybe<Scalars['String']>;
|
414
|
-
fields?: InputMaybe<Array<Scalars['String']>>;
|
415
|
-
caseSensitive?: InputMaybe<Scalars['Boolean']>;
|
439
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
440
|
+
fields?: InputMaybe<Array<Scalars['String']['input']>>;
|
441
|
+
caseSensitive?: InputMaybe<Scalars['Boolean']['input']>;
|
416
442
|
};
|
417
443
|
export type Mutation = {
|
418
444
|
__typename?: 'Mutation';
|
@@ -439,34 +465,34 @@ export type InvoicingInvoiceMutationGenerateInvoiceNumberArgs = {
|
|
439
465
|
};
|
440
466
|
export type IIoRestorecommerceInvoiceInvoiceList = {
|
441
467
|
items?: InputMaybe<Array<IIoRestorecommerceInvoiceInvoice>>;
|
442
|
-
totalCount?: InputMaybe<Scalars['Int']>;
|
468
|
+
totalCount?: InputMaybe<Scalars['Int']['input']>;
|
443
469
|
mode?: InputMaybe<ModeType>;
|
444
470
|
/** target scope */
|
445
|
-
scope?: InputMaybe<Scalars['String']>;
|
471
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
446
472
|
};
|
447
473
|
export type IIoRestorecommerceInvoiceInvoice = {
|
448
|
-
id?: InputMaybe<Scalars['String']>;
|
474
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
449
475
|
meta?: InputMaybe<IIoRestorecommerceMetaMeta>;
|
450
|
-
timestamp?: InputMaybe<Scalars['String']>;
|
451
|
-
customerId?: InputMaybe<Scalars['String']>;
|
452
|
-
paymentStatus?: InputMaybe<Scalars['String']>;
|
453
|
-
totalAmount?: InputMaybe<Scalars['Float']>;
|
454
|
-
netAmount?: InputMaybe<Scalars['Float']>;
|
455
|
-
vatAmount?: InputMaybe<Scalars['Float']>;
|
456
|
-
document?: InputMaybe<Scalars['String']>;
|
457
|
-
invoiceNumber?: InputMaybe<Scalars['String']>;
|
458
|
-
customerRemark?: InputMaybe<Scalars['String']>;
|
476
|
+
timestamp?: InputMaybe<Scalars['String']['input']>;
|
477
|
+
customerId?: InputMaybe<Scalars['String']['input']>;
|
478
|
+
paymentStatus?: InputMaybe<Scalars['String']['input']>;
|
479
|
+
totalAmount?: InputMaybe<Scalars['Float']['input']>;
|
480
|
+
netAmount?: InputMaybe<Scalars['Float']['input']>;
|
481
|
+
vatAmount?: InputMaybe<Scalars['Float']['input']>;
|
482
|
+
document?: InputMaybe<Scalars['String']['input']>;
|
483
|
+
invoiceNumber?: InputMaybe<Scalars['String']['input']>;
|
484
|
+
customerRemark?: InputMaybe<Scalars['String']['input']>;
|
459
485
|
};
|
460
486
|
export type IIoRestorecommerceMetaMeta = {
|
461
|
-
created?: InputMaybe<Scalars['Float']>;
|
462
|
-
modified?: InputMaybe<Scalars['Float']>;
|
463
|
-
modifiedBy?: InputMaybe<Scalars['String']>;
|
487
|
+
created?: InputMaybe<Scalars['Float']['input']>;
|
488
|
+
modified?: InputMaybe<Scalars['Float']['input']>;
|
489
|
+
modifiedBy?: InputMaybe<Scalars['String']['input']>;
|
464
490
|
owners?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
465
491
|
acls?: InputMaybe<Array<IIoRestorecommerceAttributeAttributeObj>>;
|
466
492
|
};
|
467
493
|
export type IIoRestorecommerceAttributeAttribute = {
|
468
|
-
id?: InputMaybe<Scalars['String']>;
|
469
|
-
value?: InputMaybe<Scalars['String']>;
|
494
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
495
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
470
496
|
attributes?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
|
471
497
|
};
|
472
498
|
export type IIoRestorecommerceAttributeAttributeObj = {
|
@@ -487,12 +513,12 @@ export type IoRestorecommerceResourcebaseDeleteResponse = {
|
|
487
513
|
operationStatus?: Maybe<IoRestorecommerceStatusOperationStatus>;
|
488
514
|
};
|
489
515
|
export type IIoRestorecommerceResourcebaseDeleteRequest = {
|
490
|
-
collection?: InputMaybe<Scalars['Boolean']>;
|
491
|
-
ids?: InputMaybe<Array<Scalars['String']>>;
|
492
|
-
views?: InputMaybe<Array<Scalars['String']>>;
|
493
|
-
analyzers?: InputMaybe<Array<Scalars['String']>>;
|
516
|
+
collection?: InputMaybe<Scalars['Boolean']['input']>;
|
517
|
+
ids?: InputMaybe<Array<Scalars['String']['input']>>;
|
518
|
+
views?: InputMaybe<Array<Scalars['String']['input']>>;
|
519
|
+
analyzers?: InputMaybe<Array<Scalars['String']['input']>>;
|
494
520
|
/** target scope */
|
495
|
-
scope?: InputMaybe<Scalars['String']>;
|
521
|
+
scope?: InputMaybe<Scalars['String']['input']>;
|
496
522
|
};
|
497
523
|
export type ProtoIoRestorecommerceInvoiceInvoiceNumberResponse = {
|
498
524
|
__typename?: 'ProtoIoRestorecommerceInvoiceInvoiceNumberResponse';
|
@@ -500,7 +526,7 @@ export type ProtoIoRestorecommerceInvoiceInvoiceNumberResponse = {
|
|
500
526
|
};
|
501
527
|
export type IoRestorecommerceInvoiceInvoiceNumberResponse = {
|
502
528
|
__typename?: 'IoRestorecommerceInvoiceInvoiceNumberResponse';
|
503
|
-
invoiceNo?: Maybe<Scalars['String']>;
|
529
|
+
invoiceNo?: Maybe<Scalars['String']['output']>;
|
504
530
|
};
|
505
531
|
export type IIoRestorecommerceInvoiceRequestInvoiceNumber = {
|
506
532
|
context?: InputMaybe<IGoogleProtobufAny>;
|
@@ -518,7 +544,7 @@ export type SubscriptionCatalogProductsArgs = {
|
|
518
544
|
};
|
519
545
|
export type SubscriptionOutput = {
|
520
546
|
__typename?: 'SubscriptionOutput';
|
521
|
-
id?: Maybe<Scalars['String']>;
|
547
|
+
id?: Maybe<Scalars['String']['output']>;
|
522
548
|
};
|
523
549
|
export declare enum SubscriptionAction {
|
524
550
|
Created = "CREATED",
|
@@ -562,24 +588,24 @@ export type ResolversTypes = ResolversObject<{
|
|
562
588
|
IoRestorecommerceInvoiceInvoiceListResponse: ResolverTypeWrapper<IoRestorecommerceInvoiceInvoiceListResponse>;
|
563
589
|
IoRestorecommerceInvoiceInvoiceResponse: ResolverTypeWrapper<IoRestorecommerceInvoiceInvoiceResponse>;
|
564
590
|
IoRestorecommerceInvoiceInvoice: ResolverTypeWrapper<IoRestorecommerceInvoiceInvoice>;
|
565
|
-
String: ResolverTypeWrapper<Scalars['String']>;
|
591
|
+
String: ResolverTypeWrapper<Scalars['String']['output']>;
|
566
592
|
IoRestorecommerceMetaMeta: ResolverTypeWrapper<IoRestorecommerceMetaMeta>;
|
567
|
-
Float: ResolverTypeWrapper<Scalars['Float']>;
|
593
|
+
Float: ResolverTypeWrapper<Scalars['Float']['output']>;
|
568
594
|
IoRestorecommerceAttributeAttribute: ResolverTypeWrapper<IoRestorecommerceAttributeAttribute>;
|
569
595
|
IoRestorecommerceAttributeAttributeObj: ResolverTypeWrapper<IoRestorecommerceAttributeAttributeObj>;
|
570
596
|
IoRestorecommerceCustomerCustomer: ResolverTypeWrapper<IoRestorecommerceCustomerCustomer>;
|
571
597
|
IoRestorecommerceCustomerIndividualUser: ResolverTypeWrapper<IoRestorecommerceCustomerIndividualUser>;
|
572
598
|
IoRestorecommerceUserUser: ResolverTypeWrapper<IoRestorecommerceUserUser>;
|
573
|
-
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
599
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']['output']>;
|
574
600
|
IoRestorecommerceAuthRoleAssociation: ResolverTypeWrapper<IoRestorecommerceAuthRoleAssociation>;
|
575
601
|
IoRestorecommerceTimezoneTimezone: ResolverTypeWrapper<IoRestorecommerceTimezoneTimezone>;
|
576
602
|
IoRestorecommerceLocaleLocale: ResolverTypeWrapper<IoRestorecommerceLocaleLocale>;
|
577
603
|
IoRestorecommerceImageImage: ResolverTypeWrapper<IoRestorecommerceImageImage>;
|
578
|
-
Int: ResolverTypeWrapper<Scalars['Int']>;
|
604
|
+
Int: ResolverTypeWrapper<Scalars['Int']['output']>;
|
579
605
|
IoRestorecommerceUserUserType: IoRestorecommerceUserUserType;
|
580
606
|
IoRestorecommerceAuthTokens: ResolverTypeWrapper<IoRestorecommerceAuthTokens>;
|
581
607
|
GoogleProtobufAny: ResolverTypeWrapper<GoogleProtobufAny>;
|
582
|
-
GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']>;
|
608
|
+
GoogleProtobufAnyValue: ResolverTypeWrapper<Scalars['GoogleProtobufAnyValue']['output']>;
|
583
609
|
IoRestorecommerceAddressAddress: ResolverTypeWrapper<IoRestorecommerceAddressAddress>;
|
584
610
|
IoRestorecommerceCountryCountry: ResolverTypeWrapper<IoRestorecommerceCountryCountry>;
|
585
611
|
IoRestorecommerceAddressGeoPoint: ResolverTypeWrapper<IoRestorecommerceAddressGeoPoint>;
|
@@ -638,23 +664,23 @@ export type ResolversParentTypes = ResolversObject<{
|
|
638
664
|
IoRestorecommerceInvoiceInvoiceListResponse: IoRestorecommerceInvoiceInvoiceListResponse;
|
639
665
|
IoRestorecommerceInvoiceInvoiceResponse: IoRestorecommerceInvoiceInvoiceResponse;
|
640
666
|
IoRestorecommerceInvoiceInvoice: IoRestorecommerceInvoiceInvoice;
|
641
|
-
String: Scalars['String'];
|
667
|
+
String: Scalars['String']['output'];
|
642
668
|
IoRestorecommerceMetaMeta: IoRestorecommerceMetaMeta;
|
643
|
-
Float: Scalars['Float'];
|
669
|
+
Float: Scalars['Float']['output'];
|
644
670
|
IoRestorecommerceAttributeAttribute: IoRestorecommerceAttributeAttribute;
|
645
671
|
IoRestorecommerceAttributeAttributeObj: IoRestorecommerceAttributeAttributeObj;
|
646
672
|
IoRestorecommerceCustomerCustomer: IoRestorecommerceCustomerCustomer;
|
647
673
|
IoRestorecommerceCustomerIndividualUser: IoRestorecommerceCustomerIndividualUser;
|
648
674
|
IoRestorecommerceUserUser: IoRestorecommerceUserUser;
|
649
|
-
Boolean: Scalars['Boolean'];
|
675
|
+
Boolean: Scalars['Boolean']['output'];
|
650
676
|
IoRestorecommerceAuthRoleAssociation: IoRestorecommerceAuthRoleAssociation;
|
651
677
|
IoRestorecommerceTimezoneTimezone: IoRestorecommerceTimezoneTimezone;
|
652
678
|
IoRestorecommerceLocaleLocale: IoRestorecommerceLocaleLocale;
|
653
679
|
IoRestorecommerceImageImage: IoRestorecommerceImageImage;
|
654
|
-
Int: Scalars['Int'];
|
680
|
+
Int: Scalars['Int']['output'];
|
655
681
|
IoRestorecommerceAuthTokens: IoRestorecommerceAuthTokens;
|
656
682
|
GoogleProtobufAny: GoogleProtobufAny;
|
657
|
-
GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue'];
|
683
|
+
GoogleProtobufAnyValue: Scalars['GoogleProtobufAnyValue']['output'];
|
658
684
|
IoRestorecommerceAddressAddress: IoRestorecommerceAddressAddress;
|
659
685
|
IoRestorecommerceCountryCountry: IoRestorecommerceCountryCountry;
|
660
686
|
IoRestorecommerceAddressGeoPoint: IoRestorecommerceAddressGeoPoint;
|