@restorecommerce/facade 2.2.16 → 2.2.17
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/CHANGELOG.md +8 -0
- package/dist/modules/catalog/gql/schema.generated.d.ts +18 -18
- package/dist/modules/catalog/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/fulfillment/gql/schema.generated.d.ts +12 -12
- package/dist/modules/fulfillment/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/invoicing/gql/schema.generated.d.ts +12 -12
- package/dist/modules/invoicing/gql/schema.generated.d.ts.map +1 -1
- package/dist/modules/ordering/gql/schema.generated.d.ts +12 -12
- package/dist/modules/ordering/gql/schema.generated.d.ts.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +4 -4
@@ -520,7 +520,7 @@ export type IoRestorecommerceProductProduct = {
|
|
520
520
|
tags?: Maybe<Array<Scalars['String']['output']>>;
|
521
521
|
associations?: Maybe<Array<IoRestorecommerceProductAssociation>>;
|
522
522
|
data?: Maybe<GoogleProtobufAny>;
|
523
|
-
|
523
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
524
524
|
};
|
525
525
|
export type IoRestorecommerceProductIndividualProduct = {
|
526
526
|
__typename?: 'IoRestorecommerceProductIndividualProduct';
|
@@ -600,7 +600,7 @@ export type IoRestorecommerceProductPhysicalVariant = {
|
|
600
600
|
active?: Maybe<Scalars['Boolean']['output']>;
|
601
601
|
validFrom?: Maybe<Scalars['DateTime']['output']>;
|
602
602
|
validTo?: Maybe<Scalars['DateTime']['output']>;
|
603
|
-
|
603
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
604
604
|
package?: Maybe<IoRestorecommerceProductPackage>;
|
605
605
|
taricCode?: Maybe<Scalars['String']['output']>;
|
606
606
|
hsCode?: Maybe<Scalars['String']['output']>;
|
@@ -671,7 +671,7 @@ export type IoRestorecommerceProductServiceVariant = {
|
|
671
671
|
active?: Maybe<Scalars['Boolean']['output']>;
|
672
672
|
validFrom?: Maybe<Scalars['DateTime']['output']>;
|
673
673
|
validTo?: Maybe<Scalars['DateTime']['output']>;
|
674
|
-
|
674
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
675
675
|
};
|
676
676
|
export type IoRestorecommerceProductVirtualProduct = {
|
677
677
|
__typename?: 'IoRestorecommerceProductVirtualProduct';
|
@@ -694,7 +694,7 @@ export type IoRestorecommerceProductVirtualVariant = {
|
|
694
694
|
active?: Maybe<Scalars['Boolean']['output']>;
|
695
695
|
validFrom?: Maybe<Scalars['DateTime']['output']>;
|
696
696
|
validTo?: Maybe<Scalars['DateTime']['output']>;
|
697
|
-
|
697
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
698
698
|
};
|
699
699
|
export type IoRestorecommerceProductBundle = {
|
700
700
|
__typename?: 'IoRestorecommerceProductBundle';
|
@@ -704,7 +704,7 @@ export type IoRestorecommerceProductBundle = {
|
|
704
704
|
products?: Maybe<Array<IoRestorecommerceProductBundleProduct>>;
|
705
705
|
price?: Maybe<IoRestorecommercePricePrice>;
|
706
706
|
prePackaged?: Maybe<IoRestorecommerceProductPackage>;
|
707
|
-
|
707
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
708
708
|
validFrom?: Maybe<Scalars['DateTime']['output']>;
|
709
709
|
validTo?: Maybe<Scalars['DateTime']['output']>;
|
710
710
|
};
|
@@ -724,7 +724,7 @@ export type IoRestorecommerceProductAssociation = {
|
|
724
724
|
type?: Maybe<IoRestorecommerceProductAssociationType>;
|
725
725
|
tags?: Maybe<Array<Scalars['String']['output']>>;
|
726
726
|
data?: Maybe<GoogleProtobufAny>;
|
727
|
-
|
727
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
728
728
|
};
|
729
729
|
export declare enum IoRestorecommerceProductAssociationType {
|
730
730
|
Miscellaneous = 0,
|
@@ -1987,7 +1987,7 @@ export type IoRestorecommerceProductProductResolvers<ContextType = InvoicingCont
|
|
1987
1987
|
tags?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
|
1988
1988
|
associations?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductAssociation']>>, ParentType, ContextType>;
|
1989
1989
|
data?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
|
1990
|
-
|
1990
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
1991
1991
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
1992
1992
|
}>;
|
1993
1993
|
export type IoRestorecommerceProductIndividualProductResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductIndividualProduct'] = ResolversParentTypes['IoRestorecommerceProductIndividualProduct']> = ResolversObject<{
|
@@ -2067,7 +2067,7 @@ export type IoRestorecommerceProductPhysicalVariantResolvers<ContextType = Invoi
|
|
2067
2067
|
active?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
|
2068
2068
|
validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2069
2069
|
validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2070
|
-
|
2070
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2071
2071
|
package?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductPackage']>, ParentType, ContextType>;
|
2072
2072
|
taricCode?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2073
2073
|
hsCode?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
@@ -2138,7 +2138,7 @@ export type IoRestorecommerceProductServiceVariantResolvers<ContextType = Invoic
|
|
2138
2138
|
active?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
|
2139
2139
|
validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2140
2140
|
validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2141
|
-
|
2141
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2142
2142
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2143
2143
|
}>;
|
2144
2144
|
export type IoRestorecommerceProductVirtualProductResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductVirtualProduct'] = ResolversParentTypes['IoRestorecommerceProductVirtualProduct']> = ResolversObject<{
|
@@ -2161,7 +2161,7 @@ export type IoRestorecommerceProductVirtualVariantResolvers<ContextType = Invoic
|
|
2161
2161
|
active?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
|
2162
2162
|
validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2163
2163
|
validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2164
|
-
|
2164
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2165
2165
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2166
2166
|
}>;
|
2167
2167
|
export type IoRestorecommerceProductBundleResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductBundle'] = ResolversParentTypes['IoRestorecommerceProductBundle']> = ResolversObject<{
|
@@ -2171,7 +2171,7 @@ export type IoRestorecommerceProductBundleResolvers<ContextType = InvoicingConte
|
|
2171
2171
|
products?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductBundleProduct']>>, ParentType, ContextType>;
|
2172
2172
|
price?: Resolver<Maybe<ResolversTypes['IoRestorecommercePricePrice']>, ParentType, ContextType>;
|
2173
2173
|
prePackaged?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductPackage']>, ParentType, ContextType>;
|
2174
|
-
|
2174
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2175
2175
|
validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2176
2176
|
validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2177
2177
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -2191,7 +2191,7 @@ export type IoRestorecommerceProductAssociationResolvers<ContextType = Invoicing
|
|
2191
2191
|
type?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductAssociationType']>, ParentType, ContextType>;
|
2192
2192
|
tags?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
|
2193
2193
|
data?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
|
2194
|
-
|
2194
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2195
2195
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2196
2196
|
}>;
|
2197
2197
|
export type IoRestorecommerceProductAssociationTypeResolvers = {
|