@restorecommerce/facade 2.2.5 → 2.2.7

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/interfaces.d.ts.map +1 -1
  3. package/dist/interfaces.js.map +1 -1
  4. package/dist/modules/catalog/gql/schema.generated.d.ts +41 -5
  5. package/dist/modules/catalog/gql/schema.generated.d.ts.map +1 -1
  6. package/dist/modules/catalog/gql/schema.generated.js.map +1 -1
  7. package/dist/modules/fulfillment/gql/schema.generated.d.ts +44 -4
  8. package/dist/modules/fulfillment/gql/schema.generated.d.ts.map +1 -1
  9. package/dist/modules/fulfillment/gql/schema.generated.js +6 -0
  10. package/dist/modules/fulfillment/gql/schema.generated.js.map +1 -1
  11. package/dist/modules/identity/gql/schema.generated.d.ts +3 -0
  12. package/dist/modules/identity/gql/schema.generated.d.ts.map +1 -1
  13. package/dist/modules/identity/gql/schema.generated.js.map +1 -1
  14. package/dist/modules/invoicing/gql/schema.generated.d.ts +44 -4
  15. package/dist/modules/invoicing/gql/schema.generated.d.ts.map +1 -1
  16. package/dist/modules/invoicing/gql/schema.generated.js +6 -0
  17. package/dist/modules/invoicing/gql/schema.generated.js.map +1 -1
  18. package/dist/modules/master_data/gql/schema.generated.d.ts +161 -0
  19. package/dist/modules/master_data/gql/schema.generated.d.ts.map +1 -1
  20. package/dist/modules/master_data/gql/schema.generated.js +6 -0
  21. package/dist/modules/master_data/gql/schema.generated.js.map +1 -1
  22. package/dist/modules/master_data/gql/types.d.ts.map +1 -1
  23. package/dist/modules/master_data/gql/types.js +2 -0
  24. package/dist/modules/master_data/gql/types.js.map +1 -1
  25. package/dist/modules/master_data/grpc/index.d.ts +2 -0
  26. package/dist/modules/master_data/grpc/index.d.ts.map +1 -1
  27. package/dist/modules/master_data/grpc/index.js +3 -0
  28. package/dist/modules/master_data/grpc/index.js.map +1 -1
  29. package/dist/modules/ordering/gql/schema.generated.d.ts +44 -4
  30. package/dist/modules/ordering/gql/schema.generated.d.ts.map +1 -1
  31. package/dist/modules/ordering/gql/schema.generated.js +6 -0
  32. package/dist/modules/ordering/gql/schema.generated.js.map +1 -1
  33. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  34. package/package.json +4 -4
@@ -168,6 +168,7 @@ export type IoRestorecommerceUserUser = {
168
168
  totpSecret?: Maybe<Scalars['String']['output']>;
169
169
  totpSecretProcessing?: Maybe<Scalars['String']['output']>;
170
170
  totpSessionTokens?: Maybe<Array<Scalars['String']['output']>>;
171
+ passwordHashHistory?: Maybe<Array<Scalars['String']['output']>>;
171
172
  };
172
173
  export type IoRestorecommerceAuthRoleAssociation = {
173
174
  __typename?: 'IoRestorecommerceAuthRoleAssociation';
@@ -494,8 +495,8 @@ export type IoRestorecommerceProductProduct = {
494
495
  meta?: Maybe<IoRestorecommerceMetaMeta>;
495
496
  product?: Maybe<IoRestorecommerceProductIndividualProduct>;
496
497
  bundle?: Maybe<IoRestorecommerceProductBundle>;
497
- shopId?: Maybe<Scalars['String']['output']>;
498
- shop?: Maybe<IoRestorecommerceShopShop>;
498
+ shopIds?: Maybe<Array<Scalars['String']['output']>>;
499
+ shops?: Maybe<Array<IoRestorecommerceShopShop>>;
499
500
  active?: Maybe<Scalars['Boolean']['output']>;
500
501
  tags?: Maybe<Array<Scalars['String']['output']>>;
501
502
  associations?: Maybe<Array<IoRestorecommerceProductAssociation>>;
@@ -562,6 +563,7 @@ export type IoRestorecommerceProductCategoryParent = {
562
563
  export type IoRestorecommerceProductPhysicalProduct = {
563
564
  __typename?: 'IoRestorecommerceProductPhysicalProduct';
564
565
  variants?: Maybe<Array<IoRestorecommerceProductPhysicalVariant>>;
566
+ templates?: Maybe<Array<IoRestorecommerceProductPhysicalVariant>>;
565
567
  };
566
568
  export type IoRestorecommerceProductPhysicalVariant = {
567
569
  __typename?: 'IoRestorecommerceProductPhysicalVariant';
@@ -576,6 +578,9 @@ export type IoRestorecommerceProductPhysicalVariant = {
576
578
  parentVariantId?: Maybe<Scalars['String']['output']>;
577
579
  properties?: Maybe<Array<IoRestorecommercePropertyProperty>>;
578
580
  taxIds?: Maybe<Array<Scalars['String']['output']>>;
581
+ active?: Maybe<Scalars['Boolean']['output']>;
582
+ validFrom?: Maybe<Scalars['DateTime']['output']>;
583
+ validTo?: Maybe<Scalars['DateTime']['output']>;
579
584
  package?: Maybe<IoRestorecommerceProductPackage>;
580
585
  };
581
586
  export type IoRestorecommercePricePrice = {
@@ -624,6 +629,7 @@ export type IoRestorecommerceGeometryBoundingBox3D = {
624
629
  export type IoRestorecommerceProductServiceProduct = {
625
630
  __typename?: 'IoRestorecommerceProductServiceProduct';
626
631
  variants?: Maybe<Array<IoRestorecommerceProductServiceVariant>>;
632
+ templates?: Maybe<Array<IoRestorecommerceProductServiceVariant>>;
627
633
  };
628
634
  export type IoRestorecommerceProductServiceVariant = {
629
635
  __typename?: 'IoRestorecommerceProductServiceVariant';
@@ -638,10 +644,14 @@ export type IoRestorecommerceProductServiceVariant = {
638
644
  parentVariantId?: Maybe<Scalars['String']['output']>;
639
645
  properties?: Maybe<Array<IoRestorecommercePropertyProperty>>;
640
646
  taxIds?: Maybe<Array<Scalars['String']['output']>>;
647
+ active?: Maybe<Scalars['Boolean']['output']>;
648
+ validFrom?: Maybe<Scalars['DateTime']['output']>;
649
+ validTo?: Maybe<Scalars['DateTime']['output']>;
641
650
  };
642
651
  export type IoRestorecommerceProductVirtualProduct = {
643
652
  __typename?: 'IoRestorecommerceProductVirtualProduct';
644
653
  variants?: Maybe<Array<IoRestorecommerceProductVirtualVariant>>;
654
+ templates?: Maybe<Array<IoRestorecommerceProductVirtualVariant>>;
645
655
  };
646
656
  export type IoRestorecommerceProductVirtualVariant = {
647
657
  __typename?: 'IoRestorecommerceProductVirtualVariant';
@@ -656,6 +666,9 @@ export type IoRestorecommerceProductVirtualVariant = {
656
666
  parentVariantId?: Maybe<Scalars['String']['output']>;
657
667
  properties?: Maybe<Array<IoRestorecommercePropertyProperty>>;
658
668
  taxIds?: Maybe<Array<Scalars['String']['output']>>;
669
+ active?: Maybe<Scalars['Boolean']['output']>;
670
+ validFrom?: Maybe<Scalars['DateTime']['output']>;
671
+ validTo?: Maybe<Scalars['DateTime']['output']>;
659
672
  };
660
673
  export type IoRestorecommerceProductBundle = {
661
674
  __typename?: 'IoRestorecommerceProductBundle';
@@ -766,6 +779,7 @@ export type IoRestorecommerceTaxTax = {
766
779
  type?: Maybe<IoRestorecommerceTaxTypeTaxType>;
767
780
  name?: Maybe<Scalars['String']['output']>;
768
781
  abbreviation?: Maybe<Scalars['String']['output']>;
782
+ roundMode?: Maybe<IoRestorecommerceTaxRoundMode>;
769
783
  };
770
784
  export type IoRestorecommerceTaxTypeTaxType = {
771
785
  __typename?: 'IoRestorecommerceTaxTypeTaxType';
@@ -774,6 +788,11 @@ export type IoRestorecommerceTaxTypeTaxType = {
774
788
  type?: Maybe<Scalars['String']['output']>;
775
789
  description?: Maybe<Scalars['String']['output']>;
776
790
  };
791
+ export declare enum IoRestorecommerceTaxRoundMode {
792
+ Half = 0,
793
+ Ceil = 1,
794
+ Floor = 2
795
+ }
777
796
  export type IoRestorecommerceStatusStatus = {
778
797
  __typename?: 'IoRestorecommerceStatusStatus';
779
798
  id?: Maybe<Scalars['String']['output']>;
@@ -1276,6 +1295,7 @@ export type ResolversTypes = ResolversObject<{
1276
1295
  IoRestorecommerceAmountVAT: ResolverTypeWrapper<IoRestorecommerceAmountVat>;
1277
1296
  IoRestorecommerceTaxTax: ResolverTypeWrapper<IoRestorecommerceTaxTax>;
1278
1297
  IoRestorecommerceTaxTypeTaxType: ResolverTypeWrapper<IoRestorecommerceTaxTypeTaxType>;
1298
+ IoRestorecommerceTaxRoundMode: IoRestorecommerceTaxRoundMode;
1279
1299
  IoRestorecommerceStatusStatus: ResolverTypeWrapper<IoRestorecommerceStatusStatus>;
1280
1300
  IoRestorecommerceStatusOperationStatus: ResolverTypeWrapper<IoRestorecommerceStatusOperationStatus>;
1281
1301
  IIoRestorecommerceResourcebaseReadRequest: IIoRestorecommerceResourcebaseReadRequest;
@@ -1578,6 +1598,7 @@ export type IoRestorecommerceUserUserResolvers<ContextType = InvoicingContext, P
1578
1598
  totpSecret?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
1579
1599
  totpSecretProcessing?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
1580
1600
  totpSessionTokens?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
1601
+ passwordHashHistory?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
1581
1602
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1582
1603
  }>;
1583
1604
  export type IoRestorecommerceAuthRoleAssociationResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceAuthRoleAssociation'] = ResolversParentTypes['IoRestorecommerceAuthRoleAssociation']> = ResolversObject<{
@@ -1907,8 +1928,8 @@ export type IoRestorecommerceProductProductResolvers<ContextType = InvoicingCont
1907
1928
  meta?: Resolver<Maybe<ResolversTypes['IoRestorecommerceMetaMeta']>, ParentType, ContextType>;
1908
1929
  product?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductIndividualProduct']>, ParentType, ContextType>;
1909
1930
  bundle?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductBundle']>, ParentType, ContextType>;
1910
- shopId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
1911
- shop?: Resolver<Maybe<ResolversTypes['IoRestorecommerceShopShop']>, ParentType, ContextType>;
1931
+ shopIds?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
1932
+ shops?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceShopShop']>>, ParentType, ContextType>;
1912
1933
  active?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
1913
1934
  tags?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
1914
1935
  associations?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductAssociation']>>, ParentType, ContextType>;
@@ -1975,6 +1996,7 @@ export type IoRestorecommerceProductCategoryParentResolvers<ContextType = Invoic
1975
1996
  }>;
1976
1997
  export type IoRestorecommerceProductPhysicalProductResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductPhysicalProduct'] = ResolversParentTypes['IoRestorecommerceProductPhysicalProduct']> = ResolversObject<{
1977
1998
  variants?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductPhysicalVariant']>>, ParentType, ContextType>;
1999
+ templates?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductPhysicalVariant']>>, ParentType, ContextType>;
1978
2000
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1979
2001
  }>;
1980
2002
  export type IoRestorecommerceProductPhysicalVariantResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductPhysicalVariant'] = ResolversParentTypes['IoRestorecommerceProductPhysicalVariant']> = ResolversObject<{
@@ -1989,6 +2011,9 @@ export type IoRestorecommerceProductPhysicalVariantResolvers<ContextType = Invoi
1989
2011
  parentVariantId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
1990
2012
  properties?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommercePropertyProperty']>>, ParentType, ContextType>;
1991
2013
  taxIds?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
2014
+ active?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
2015
+ validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
2016
+ validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
1992
2017
  package?: Resolver<Maybe<ResolversTypes['IoRestorecommerceProductPackage']>, ParentType, ContextType>;
1993
2018
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
1994
2019
  }>;
@@ -2037,6 +2062,7 @@ export type IoRestorecommerceGeometryBoundingBox3DResolvers<ContextType = Invoic
2037
2062
  }>;
2038
2063
  export type IoRestorecommerceProductServiceProductResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductServiceProduct'] = ResolversParentTypes['IoRestorecommerceProductServiceProduct']> = ResolversObject<{
2039
2064
  variants?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductServiceVariant']>>, ParentType, ContextType>;
2065
+ templates?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductServiceVariant']>>, ParentType, ContextType>;
2040
2066
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2041
2067
  }>;
2042
2068
  export type IoRestorecommerceProductServiceVariantResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductServiceVariant'] = ResolversParentTypes['IoRestorecommerceProductServiceVariant']> = ResolversObject<{
@@ -2051,10 +2077,14 @@ export type IoRestorecommerceProductServiceVariantResolvers<ContextType = Invoic
2051
2077
  parentVariantId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2052
2078
  properties?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommercePropertyProperty']>>, ParentType, ContextType>;
2053
2079
  taxIds?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
2080
+ active?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
2081
+ validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
2082
+ validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
2054
2083
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2055
2084
  }>;
2056
2085
  export type IoRestorecommerceProductVirtualProductResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductVirtualProduct'] = ResolversParentTypes['IoRestorecommerceProductVirtualProduct']> = ResolversObject<{
2057
2086
  variants?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductVirtualVariant']>>, ParentType, ContextType>;
2087
+ templates?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceProductVirtualVariant']>>, ParentType, ContextType>;
2058
2088
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2059
2089
  }>;
2060
2090
  export type IoRestorecommerceProductVirtualVariantResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductVirtualVariant'] = ResolversParentTypes['IoRestorecommerceProductVirtualVariant']> = ResolversObject<{
@@ -2069,6 +2099,9 @@ export type IoRestorecommerceProductVirtualVariantResolvers<ContextType = Invoic
2069
2099
  parentVariantId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2070
2100
  properties?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommercePropertyProperty']>>, ParentType, ContextType>;
2071
2101
  taxIds?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
2102
+ active?: Resolver<Maybe<ResolversTypes['Boolean']>, ParentType, ContextType>;
2103
+ validFrom?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
2104
+ validTo?: Resolver<Maybe<ResolversTypes['DateTime']>, ParentType, ContextType>;
2072
2105
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2073
2106
  }>;
2074
2107
  export type IoRestorecommerceProductBundleResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceProductBundle'] = ResolversParentTypes['IoRestorecommerceProductBundle']> = ResolversObject<{
@@ -2179,6 +2212,7 @@ export type IoRestorecommerceTaxTaxResolvers<ContextType = InvoicingContext, Par
2179
2212
  type?: Resolver<Maybe<ResolversTypes['IoRestorecommerceTaxTypeTaxType']>, ParentType, ContextType>;
2180
2213
  name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2181
2214
  abbreviation?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2215
+ roundMode?: Resolver<Maybe<ResolversTypes['IoRestorecommerceTaxRoundMode']>, ParentType, ContextType>;
2182
2216
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2183
2217
  }>;
2184
2218
  export type IoRestorecommerceTaxTypeTaxTypeResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceTaxTypeTaxType'] = ResolversParentTypes['IoRestorecommerceTaxTypeTaxType']> = ResolversObject<{
@@ -2188,6 +2222,11 @@ export type IoRestorecommerceTaxTypeTaxTypeResolvers<ContextType = InvoicingCont
2188
2222
  description?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2189
2223
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
2190
2224
  }>;
2225
+ export type IoRestorecommerceTaxRoundModeResolvers = {
2226
+ HALF: 0;
2227
+ CEIL: 1;
2228
+ FLOOR: 2;
2229
+ };
2191
2230
  export type IoRestorecommerceStatusStatusResolvers<ContextType = InvoicingContext, ParentType extends ResolversParentTypes['IoRestorecommerceStatusStatus'] = ResolversParentTypes['IoRestorecommerceStatusStatus']> = ResolversObject<{
2192
2231
  id?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2193
2232
  code?: Resolver<Maybe<ResolversTypes['Int']>, ParentType, ContextType>;
@@ -2384,6 +2423,7 @@ export type Resolvers<ContextType = InvoicingContext> = ResolversObject<{
2384
2423
  IoRestorecommerceAmountVAT?: IoRestorecommerceAmountVatResolvers<ContextType>;
2385
2424
  IoRestorecommerceTaxTax?: IoRestorecommerceTaxTaxResolvers<ContextType>;
2386
2425
  IoRestorecommerceTaxTypeTaxType?: IoRestorecommerceTaxTypeTaxTypeResolvers<ContextType>;
2426
+ IoRestorecommerceTaxRoundMode?: IoRestorecommerceTaxRoundModeResolvers;
2387
2427
  IoRestorecommerceStatusStatus?: IoRestorecommerceStatusStatusResolvers<ContextType>;
2388
2428
  IoRestorecommerceStatusOperationStatus?: IoRestorecommerceStatusOperationStatusResolvers<ContextType>;
2389
2429
  IoRestorecommerceResourcebaseSortSortOrder?: IoRestorecommerceResourcebaseSortSortOrderResolvers;