@restorecommerce/facade 2.0.1 → 2.0.2

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.
@@ -723,7 +723,7 @@ export type IoRestorecommerceShopShop = {
723
723
  shopNumber?: Maybe<Scalars['String']['output']>;
724
724
  name?: Maybe<Scalars['String']['output']>;
725
725
  description?: Maybe<Scalars['String']['output']>;
726
- domain?: Maybe<Scalars['String']['output']>;
726
+ domains?: Maybe<Array<Scalars['String']['output']>>;
727
727
  organizationId?: Maybe<Scalars['String']['output']>;
728
728
  organization?: Maybe<IoRestorecommerceOrganizationOrganization>;
729
729
  settings?: Maybe<Array<IoRestorecommerceAttributeAttribute>>;
@@ -1362,7 +1362,7 @@ export type IIoRestorecommerceShopShop = {
1362
1362
  shopNumber?: InputMaybe<Scalars['String']['input']>;
1363
1363
  name?: InputMaybe<Scalars['String']['input']>;
1364
1364
  description?: InputMaybe<Scalars['String']['input']>;
1365
- domain?: InputMaybe<Scalars['String']['input']>;
1365
+ domains?: InputMaybe<Array<Scalars['String']['input']>>;
1366
1366
  organizationId?: InputMaybe<Scalars['String']['input']>;
1367
1367
  settings?: InputMaybe<Array<IIoRestorecommerceAttributeAttribute>>;
1368
1368
  };
@@ -2553,7 +2553,7 @@ export type IoRestorecommerceShopShopResolvers<ContextType = ResourceContext, Pa
2553
2553
  shopNumber?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2554
2554
  name?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2555
2555
  description?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2556
- domain?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2556
+ domains?: Resolver<Maybe<Array<ResolversTypes['String']>>, ParentType, ContextType>;
2557
2557
  organizationId?: Resolver<Maybe<ResolversTypes['String']>, ParentType, ContextType>;
2558
2558
  organization?: Resolver<Maybe<ResolversTypes['IoRestorecommerceOrganizationOrganization']>, ParentType, ContextType>;
2559
2559
  settings?: Resolver<Maybe<Array<ResolversTypes['IoRestorecommerceAttributeAttribute']>>, ParentType, ContextType>;