File tree Expand file tree Collapse file tree 5 files changed +4
-64
lines changed
commercetools.Sdk/commercetools.Sdk.ImportApi/Generated/commercetoolsSdkImportApi/Models/Errors Expand file tree Collapse file tree 5 files changed +4
-64
lines changed Original file line number Diff line number Diff line change 1- ** Api changes**
1+ ** Import changes**
22
33<details >
4- <summary >Changed Property (s)</summary >
4+ <summary >Removed Type (s)</summary >
55
6- - :warning : changed property ` line ` of type ` GraphQLErrorLocation ` from type ` integer ` to ` number `
7- - :warning : changed property ` column ` of type ` GraphQLErrorLocation ` from type ` integer ` to ` number `
8- - :warning : changed property ` totalPrice ` of type ` StagedOrder ` from type ` TypedMoney ` to ` CentPrecisionMoney `
9- - :warning : changed property ` totalPrice ` of type ` Order ` from type ` TypedMoney ` to ` CentPrecisionMoney `
10- </details >
11-
12-
13- <details >
14- <summary >Added QueryParameter(s)</summary >
15-
16- - added query parameter ` where ` to method ` get /{projectKey}/product-selections/key={key}/products `
17- - added query parameter ` where ` to method ` get /{projectKey}/product-selections/{ID}/products `
6+ - :warning : removed type ` ReferencedResourceNotFound `
187</details >
198
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ namespace commercetools.Sdk.ImportApi.Models.Errors
2424 [ SubTypeDiscriminator ( "InvalidOperation" , typeof ( commercetools . Sdk . ImportApi . Models . Errors . InvalidOperation ) ) ]
2525 [ SubTypeDiscriminator ( "InvalidTransition" , typeof ( commercetools . Sdk . ImportApi . Models . Errors . InvalidStateTransitionError ) ) ]
2626 [ SubTypeDiscriminator ( "NewMasterVariantAdditionNotAllowed" , typeof ( commercetools . Sdk . ImportApi . Models . Errors . NewMasterVariantAdditionNotAllowedError ) ) ]
27- [ SubTypeDiscriminator ( "ReferencedResourceNotFound" , typeof ( commercetools . Sdk . ImportApi . Models . Errors . ReferencedResourceNotFound ) ) ]
2827 [ SubTypeDiscriminator ( "RequiredField" , typeof ( commercetools . Sdk . ImportApi . Models . Errors . RequiredFieldError ) ) ]
2928 [ SubTypeDiscriminator ( "ResourceCreation" , typeof ( commercetools . Sdk . ImportApi . Models . Errors . ResourceCreationError ) ) ]
3029 [ SubTypeDiscriminator ( "ResourceDeletion" , typeof ( commercetools . Sdk . ImportApi . Models . Errors . ResourceDeletionError ) ) ]
@@ -150,12 +149,6 @@ static commercetools.Sdk.ImportApi.Models.Errors.NewMasterVariantAdditionNotAllo
150149 init ? . Invoke ( t ) ;
151150 return t ;
152151 }
153- static commercetools . Sdk . ImportApi . Models . Errors . ReferencedResourceNotFound ReferencedResourceNotFound ( Action < commercetools . Sdk . ImportApi . Models . Errors . ReferencedResourceNotFound > init = null )
154- {
155- var t = new commercetools . Sdk . ImportApi . Models . Errors . ReferencedResourceNotFound ( ) ;
156- init ? . Invoke ( t ) ;
157- return t ;
158- }
159152 static commercetools . Sdk . ImportApi . Models . Errors . RequiredFieldError RequiredField ( Action < commercetools . Sdk . ImportApi . Models . Errors . RequiredFieldError > init = null )
160153 {
161154 var t = new commercetools . Sdk . ImportApi . Models . Errors . RequiredFieldError ( ) ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -300,3 +300,4 @@ f254d17f05343dcc4299fc53ff9b335b5ef63d69
300300b747e1fa4f246b748a89bccbfd8a43f5b6f51175
301301f4cb4be0d9a27d8799b209eeb70db38bd80d5f57
3023027375cdc26481ba55e756479a87270432635bfcf7
303+ df53588d26d7953dfdf44166866ca03045f0a70b
You can’t perform that action at this time.
0 commit comments