@commercetools/history-sdk 5.11.0 → 5.13.0
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.
- package/CHANGELOG.md +697 -0
- package/dist/declarations/src/generated/models/change-history.d.ts +1 -1
- package/dist/declarations/src/generated/models/change.d.ts +2 -404
- package/dist/declarations/src/generated/models/change.d.ts.map +1 -1
- package/dist/declarations/src/generated/models/common.d.ts +2 -2
- package/package.json +3 -3
|
@@ -28,7 +28,7 @@ export interface Record {
|
|
|
28
28
|
*/
|
|
29
29
|
readonly previousVersion: number;
|
|
30
30
|
/**
|
|
31
|
-
* Indicates the type
|
|
31
|
+
* Indicates the change type.
|
|
32
32
|
* For creation, update, or deletion, the value is `"ResourceCreated"`, `"ResourceUpdated"`, or `"ResourceDeleted"` respectively.
|
|
33
33
|
*
|
|
34
34
|
*
|