@koralabs/kora-labs-common 5.1.29 → 5.1.30

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.
@@ -112,6 +112,7 @@ export interface SavePersonalizationInput {
112
112
  hex: string;
113
113
  name: string;
114
114
  personalization: IPersonalization;
115
+ policy: string;
115
116
  reference_token: IReferenceToken;
116
117
  personalizationDatum: IPzDatumConvertedUsingSchema | null;
117
118
  metadata: IHandleMetadata | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koralabs/kora-labs-common",
3
- "version": "5.1.29",
3
+ "version": "5.1.30",
4
4
  "description": "Kora Labs Common Utilities",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",