@koralabs/kora-labs-common 4.4.3 → 4.4.4

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.
@@ -216,6 +216,34 @@ export interface IPzDatum {
216
216
  original_address?: HexStringOrEmpty;
217
217
  pz_enabled?: BoolInt;
218
218
  }
219
+ /**
220
+ * Comes from handleDatumSchema[2]
221
+ */
222
+ export interface IPzDatumConvertedUsingSchema {
223
+ standard_image: string;
224
+ bg_image: string;
225
+ pfp_image: string;
226
+ portal: string;
227
+ designer: string;
228
+ socials: string;
229
+ vendor: string;
230
+ default: boolean;
231
+ resolved_addresses: {
232
+ ada: HexString;
233
+ [key: string]: string;
234
+ };
235
+ migrate_sig_required: boolean;
236
+ trial: boolean;
237
+ nsfw: boolean;
238
+ svg_version: string;
239
+ virtual: {
240
+ expires_time: number;
241
+ public_mint: boolean;
242
+ };
243
+ original_address: HexString;
244
+ agreed_terms: string;
245
+ pz_enabled: boolean;
246
+ }
219
247
  export interface ISubHandleSettingsDefaultStyles extends IPersonalizationDesigner {
220
248
  bg_image?: string;
221
249
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koralabs/kora-labs-common",
3
- "version": "4.4.3",
3
+ "version": "4.4.4",
4
4
  "description": "Kora Labs Common Utilities",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -1,3 +1,6 @@
1
+ /**
2
+ * If updating, also update IPzDatumConvertedUsingSchema
3
+ */
1
4
  export declare const handleDatumSchema: {
2
5
  constructor_0: {
3
6
  '[0]': {
@@ -1,6 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.handleDatumSchema = void 0;
4
+ /**
5
+ * If updating, also update IPzDatumConvertedUsingSchema
6
+ */
4
7
  exports.handleDatumSchema = {
5
8
  constructor_0: {
6
9
  '[0]': {