Some moments has been missing
This commit is contained in:
parent
8b6aa36d36
commit
5bc944a908
|
|
@ -1406,6 +1406,8 @@ components:
|
||||||
type: "object"
|
type: "object"
|
||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
|
- "CreationMoment"
|
||||||
|
- "LastModificationMoment"
|
||||||
- "Designation"
|
- "Designation"
|
||||||
- "SequenceNumber"
|
- "SequenceNumber"
|
||||||
- "ProvidedByShopOperator"
|
- "ProvidedByShopOperator"
|
||||||
|
|
@ -1413,6 +1415,14 @@ components:
|
||||||
Guid:
|
Guid:
|
||||||
type: "string"
|
type: "string"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
CreationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
|
LastModificationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
Designation:
|
Designation:
|
||||||
type: "string"
|
type: "string"
|
||||||
SequenceNumber:
|
SequenceNumber:
|
||||||
|
|
@ -1425,6 +1435,8 @@ components:
|
||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
- "GuidCalculationProfile"
|
- "GuidCalculationProfile"
|
||||||
|
- "CreationMoment"
|
||||||
|
- "LastModificationMoment"
|
||||||
- "Designation"
|
- "Designation"
|
||||||
- "SequenceNumber"
|
- "SequenceNumber"
|
||||||
properties:
|
properties:
|
||||||
|
|
@ -1433,6 +1445,14 @@ components:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
GuidCalculationProfile:
|
GuidCalculationProfile:
|
||||||
type: "string"
|
type: "string"
|
||||||
|
CreationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
|
LastModificationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
Designation:
|
Designation:
|
||||||
type: "string"
|
type: "string"
|
||||||
SequenceNumber:
|
SequenceNumber:
|
||||||
|
|
@ -1454,6 +1474,8 @@ components:
|
||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
- "GuidCalculation"
|
- "GuidCalculation"
|
||||||
|
- "CreationMoment"
|
||||||
|
- "LastModificationMoment"
|
||||||
- "SequenceNumber"
|
- "SequenceNumber"
|
||||||
- "NetPrice"
|
- "NetPrice"
|
||||||
- "Mode"
|
- "Mode"
|
||||||
|
|
@ -1465,6 +1487,14 @@ components:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
GuidCalculation:
|
GuidCalculation:
|
||||||
type: "string"
|
type: "string"
|
||||||
|
CreationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
|
LastModificationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
SequenceNumber:
|
SequenceNumber:
|
||||||
type: "integer"
|
type: "integer"
|
||||||
PriceNet:
|
PriceNet:
|
||||||
|
|
@ -1573,6 +1603,8 @@ components:
|
||||||
type: "object"
|
type: "object"
|
||||||
required:
|
required:
|
||||||
- "Guid"
|
- "Guid"
|
||||||
|
- "CreationMoment"
|
||||||
|
- "LastModificationMoment"
|
||||||
- "SequenceNumber"
|
- "SequenceNumber"
|
||||||
- "Designation"
|
- "Designation"
|
||||||
- "IsUsedByDefault"
|
- "IsUsedByDefault"
|
||||||
|
|
@ -1583,6 +1615,14 @@ components:
|
||||||
Guid:
|
Guid:
|
||||||
type: "string"
|
type: "string"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
CreationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
|
LastModificationMoment:
|
||||||
|
type: "string"
|
||||||
|
format: "date-time"
|
||||||
|
readOnly: true
|
||||||
SequenceNumber:
|
SequenceNumber:
|
||||||
type: "integer"
|
type: "integer"
|
||||||
Designation:
|
Designation:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue