@koralabs/kora-labs-common 4.0.16 → 4.0.17

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.
@@ -205,7 +205,26 @@ export interface ISubHandleSettingsDatum {
205
205
  buy_down_paid?: number;
206
206
  buy_down_price?: number;
207
207
  agreed_terms?: string;
208
+ migrate_sig_required?: BoolInt;
208
209
  }
210
+ export type ISubHandleSettingsItemDatumStruct = [
211
+ BoolInt,
212
+ BoolInt,
213
+ [
214
+ number,
215
+ number
216
+ ][],
217
+ ISubHandleSettingsCreatorDefaults,
218
+ number
219
+ ];
220
+ export type ISubHandleSettingsDatumStruct = [
221
+ ISubHandleSettingsItemDatumStruct,
222
+ ISubHandleSettingsItemDatumStruct,
223
+ number,
224
+ number,
225
+ string,
226
+ BoolInt
227
+ ];
209
228
  export interface IHandleFileContent {
210
229
  slot: number;
211
230
  hash: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koralabs/kora-labs-common",
3
- "version": "4.0.16",
3
+ "version": "4.0.17",
4
4
  "description": "Kora Labs Common Utilities",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",