@@ -46184,6 +46184,10 @@ components:
4618446184 type: "boolean"
4618546185 customerGroup:
4618646186 $ref: '#/components/schemas/CustomerGroupReference'
46187+ customerGroupAssignments:
46188+ type: "array"
46189+ items:
46190+ $ref: '#/components/schemas/CustomerGroupAssignment'
4618746191 custom:
4618846192 $ref: '#/components/schemas/CustomFields'
4618946193 locale:
@@ -46196,10 +46200,6 @@ components:
4619646200 $ref: '#/components/schemas/StoreKeyReference'
4619746201 authenticationMode:
4619846202 $ref: '#/components/schemas/AuthenticationMode'
46199- customerGroupAssignments:
46200- type: "array"
46201- items:
46202- $ref: '#/components/schemas/CustomerGroupAssignment'
4620346203 CustomerChangePassword:
4620446204 type: "object"
4620546205 required:
@@ -46305,6 +46305,10 @@ components:
4630546305 type: "boolean"
4630646306 customerGroup:
4630746307 $ref: '#/components/schemas/CustomerGroupResourceIdentifier'
46308+ customerGroupAssignments:
46309+ type: "array"
46310+ items:
46311+ $ref: '#/components/schemas/CustomerGroupAssignmentDraft'
4630846312 custom:
4630946313 $ref: '#/components/schemas/CustomFieldsDraft'
4631046314 locale:
@@ -46317,10 +46321,6 @@ components:
4631746321 $ref: '#/components/schemas/StoreResourceIdentifier'
4631846322 authenticationMode:
4631946323 $ref: '#/components/schemas/AuthenticationMode'
46320- customerGroupAssignments:
46321- type: "array"
46322- items:
46323- $ref: '#/components/schemas/CustomerGroupAssignmentDraft'
4632446324 CustomerEmailTokenReference:
4632546325 allOf:
4632646326 - $ref: '#/components/schemas/Reference'
0 commit comments