@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
@@ -491,7 +491,7 @@ export type IoRestorecommerceProductProduct = {
|
|
491
491
|
tags?: Maybe<Array<Scalars['String']['output']>>;
|
492
492
|
associations?: Maybe<Array<IoRestorecommerceProductAssociation>>;
|
493
493
|
data?: Maybe<GoogleProtobufAny>;
|
494
|
-
|
494
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
495
495
|
};
|
496
496
|
export type IoRestorecommerceProductIndividualProduct = {
|
497
497
|
__typename?: 'IoRestorecommerceProductIndividualProduct';
|
@@ -571,7 +571,7 @@ export type IoRestorecommerceProductPhysicalVariant = {
|
|
571
571
|
active?: Maybe<Scalars['Boolean']['output']>;
|
572
572
|
validFrom?: Maybe<Scalars['DateTime']['output']>;
|
573
573
|
validTo?: Maybe<Scalars['DateTime']['output']>;
|
574
|
-
|
574
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
575
575
|
package?: Maybe<IoRestorecommerceProductPackage>;
|
576
576
|
taricCode?: Maybe<Scalars['String']['output']>;
|
577
577
|
hsCode?: Maybe<Scalars['String']['output']>;
|
@@ -642,7 +642,7 @@ export type IoRestorecommerceProductServiceVariant = {
|
|
642
642
|
active?: Maybe<Scalars['Boolean']['output']>;
|
643
643
|
validFrom?: Maybe<Scalars['DateTime']['output']>;
|
644
644
|
validTo?: Maybe<Scalars['DateTime']['output']>;
|
645
|
-
|
645
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
646
646
|
};
|
647
647
|
export type IoRestorecommerceProductVirtualProduct = {
|
648
648
|
__typename?: 'IoRestorecommerceProductVirtualProduct';
|
@@ -665,7 +665,7 @@ export type IoRestorecommerceProductVirtualVariant = {
|
|
665
665
|
active?: Maybe<Scalars['Boolean']['output']>;
|
666
666
|
validFrom?: Maybe<Scalars['DateTime']['output']>;
|
667
667
|
validTo?: Maybe<Scalars['DateTime']['output']>;
|
668
|
-
|
668
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
669
669
|
};
|
670
670
|
export type IoRestorecommerceProductBundle = {
|
671
671
|
__typename?: 'IoRestorecommerceProductBundle';
|
@@ -675,7 +675,7 @@ export type IoRestorecommerceProductBundle = {
|
|
675
675
|
products?: Maybe<Array<IoRestorecommerceProductBundleProduct>>;
|
676
676
|
price?: Maybe<IoRestorecommercePricePrice>;
|
677
677
|
prePackaged?: Maybe<IoRestorecommerceProductPackage>;
|
678
|
-
|
678
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
679
679
|
validFrom?: Maybe<Scalars['DateTime']['output']>;
|
680
680
|
validTo?: Maybe<Scalars['DateTime']['output']>;
|
681
681
|
};
|
@@ -695,7 +695,7 @@ export type IoRestorecommerceProductAssociation = {
|
|
695
695
|
type?: Maybe<IoRestorecommerceProductAssociationType>;
|
696
696
|
tags?: Maybe<Array<Scalars['String']['output']>>;
|
697
697
|
data?: Maybe<GoogleProtobufAny>;
|
698
|
-
|
698
|
+
attributes?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
|
699
699
|
};
|
700
700
|
export declare enum IoRestorecommerceProductAssociationType {
|
701
701
|
Miscellaneous = 0,
|
@@ -2228,7 +2228,7 @@ export type IoRestorecommerceProductProductResolvers<ContextType = OrderingConte
|
|
2228
2228
|
tags?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
|
2229
2229
|
associations?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductAssociation']>>, ParentType, ContextType>;
|
2230
2230
|
data?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
|
2231
|
-
|
2231
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2232
2232
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2233
2233
|
}>;
|
2234
2234
|
export type IoRestorecommerceProductIndividualProductResolvers<ContextType = OrderingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductIndividualProduct'] = ResolversParentTypes['IoRestorecommerceProductIndividualProduct']> = ResolversObject<{
|
@@ -2308,7 +2308,7 @@ export type IoRestorecommerceProductPhysicalVariantResolvers<ContextType = Order
|
|
2308
2308
|
active?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
|
2309
2309
|
validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2310
2310
|
validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2311
|
-
|
2311
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2312
2312
|
package?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductPackage']>, ParentType, ContextType>;
|
2313
2313
|
taricCode?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
2314
2314
|
hsCode?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
|
@@ -2379,7 +2379,7 @@ export type IoRestorecommerceProductServiceVariantResolvers<ContextType = Orderi
|
|
2379
2379
|
active?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
|
2380
2380
|
validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2381
2381
|
validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2382
|
-
|
2382
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2383
2383
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2384
2384
|
}>;
|
2385
2385
|
export type IoRestorecommerceProductVirtualProductResolvers<ContextType = OrderingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductVirtualProduct'] = ResolversParentTypes['IoRestorecommerceProductVirtualProduct']> = ResolversObject<{
|
@@ -2402,7 +2402,7 @@ export type IoRestorecommerceProductVirtualVariantResolvers<ContextType = Orderi
|
|
2402
2402
|
active?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
|
2403
2403
|
validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2404
2404
|
validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2405
|
-
|
2405
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2406
2406
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2407
2407
|
}>;
|
2408
2408
|
export type IoRestorecommerceProductBundleResolvers<ContextType = OrderingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductBundle'] = ResolversParentTypes['IoRestorecommerceProductBundle']> = ResolversObject<{
|
@@ -2412,7 +2412,7 @@ export type IoRestorecommerceProductBundleResolvers<ContextType = OrderingContex
|
|
2412
2412
|
products?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductBundleProduct']>>, ParentType, ContextType>;
|
2413
2413
|
price?: Resolver<Maybe<ResolversTypes['IoRestorecommercePricePrice']>, ParentType, ContextType>;
|
2414
2414
|
prePackaged?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductPackage']>, ParentType, ContextType>;
|
2415
|
-
|
2415
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2416
2416
|
validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2417
2417
|
validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
|
2418
2418
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -2432,7 +2432,7 @@ export type IoRestorecommerceProductAssociationResolvers<ContextType = OrderingC
|
|
2432
2432
|
type?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductAssociationType']>, ParentType, ContextType>;
|
2433
2433
|
tags?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
|
2434
2434
|
data?: Resolver<Maybe<ResolversTypes['GoogleProtobufAny']>, ParentType, ContextType>;
|
2435
|
-
|
2435
|
+
attributes?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;
|
2436
2436
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
2437
2437
|
}>;
|
2438
2438
|
export type IoRestorecommerceProductAssociationTypeResolvers = {
|