adamo-types 1.2.116-sit → 1.2.117-sit

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.
@@ -28,8 +28,9 @@ export declare class PatchCustomerProductMultipleTransitionProcessOrderDataSaved
28
28
  notes?: string;
29
29
  }
30
30
  export declare class CustomerProductMultipleTransitionProcessStepRelatedProductDto {
31
- originalId: string;
32
31
  id: string;
32
+ name: string;
33
+ originalId: string;
33
34
  }
34
35
  export declare class CustomerProductMultipleTransitionProcessStepDto {
35
36
  id?: number;
@@ -138,7 +138,7 @@ __decorate([
138
138
  exports.PatchCustomerProductMultipleTransitionProcessOrderDataSavedDto = PatchCustomerProductMultipleTransitionProcessOrderDataSavedDto;
139
139
  class CustomerProductMultipleTransitionProcessStepRelatedProductDto {
140
140
  static _OPENAPI_METADATA_FACTORY() {
141
- return { originalId: { required: true, type: () => String }, id: { required: true, type: () => String } };
141
+ return { id: { required: true, type: () => String }, name: { required: true, type: () => String }, originalId: { required: true, type: () => String } };
142
142
  }
143
143
  }
144
144
  exports.CustomerProductMultipleTransitionProcessStepRelatedProductDto = CustomerProductMultipleTransitionProcessStepRelatedProductDto;