@ketch-sdk/ketch-types 1.28.2 → 1.28.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3307,7 +3307,7 @@ export interface RightFormMapping {
3307
3307
  */
3308
3308
  export interface RightMappingDetail {
3309
3309
  canonicalRight?: CanonicalRightCode;
3310
- defaultFormId?: string;
3310
+ defaultFormCode?: string;
3311
3311
  rightFormMappings?: RightFormMapping[];
3312
3312
  }
3313
3313
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ketch-sdk/ketch-types",
3
- "version": "1.28.2",
3
+ "version": "1.28.3",
4
4
  "description": "Ketch Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",