@seedprotocol/sdk 0.1.126 → 0.1.127
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/dist/{index-BcHvHPr-.js → index-Bonkz33x.js} +2 -2
- package/dist/index-Bonkz33x.js.map +1 -0
- package/dist/{index-DUt28tMW.js → index-CSWCwkb_.js} +6 -6
- package/dist/{index-DUt28tMW.js.map → index-CSWCwkb_.js.map} +1 -1
- package/dist/main.js +1 -1
- package/dist/{seed.schema.config-CRyEhrSQ.js → seed.schema.config-CRQPn2Sv.js} +2 -2
- package/dist/{seed.schema.config-CRyEhrSQ.js.map → seed.schema.config-CRQPn2Sv.js.map} +1 -1
- package/dist/src/getPublishPayload.ts +2 -2
- package/package.json +1 -1
- package/dist/index-BcHvHPr-.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { g as GET_ALL_PROPERTIES_FOR_ALL_VERSIONS, f as GET_PROPERTIES, G as GET_SCHEMAS, a as GET_SCHEMA_BY_NAME, b as GET_SEEDS, c as GET_SEED_IDS, d as GET_STORAGE_TRANSACTION_ID, e as GET_VERSIONS, I as Item, h as itemMachineAll, i as itemMachineSingle } from './index-
|
|
1
|
+
export { g as GET_ALL_PROPERTIES_FOR_ALL_VERSIONS, f as GET_PROPERTIES, G as GET_SCHEMAS, a as GET_SCHEMA_BY_NAME, b as GET_SEEDS, c as GET_SEED_IDS, d as GET_STORAGE_TRANSACTION_ID, e as GET_VERSIONS, I as Item, h as itemMachineAll, i as itemMachineSingle } from './index-CSWCwkb_.js';
|
|
2
2
|
import 'tslib';
|
|
3
3
|
import 'reflect-metadata';
|
|
4
4
|
import '@sinclair/typebox';
|
|
@@ -33,4 +33,4 @@ import 'arweave';
|
|
|
33
33
|
import './constants-B6s6tGup.js';
|
|
34
34
|
import '@ethereum-attestation-service/eas-sdk';
|
|
35
35
|
import 'thirdweb';
|
|
36
|
-
//# sourceMappingURL=index-
|
|
36
|
+
//# sourceMappingURL=index-Bonkz33x.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-Bonkz33x.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2114,7 +2114,7 @@ const addModelsToDb = fromCallback(({ sendBack, input: { context } }) => {
|
|
|
2114
2114
|
if (!models$1) {
|
|
2115
2115
|
return;
|
|
2116
2116
|
}
|
|
2117
|
-
const { models: SeedModels } = yield import('./seed.schema.config-
|
|
2117
|
+
const { models: SeedModels } = yield import('./seed.schema.config-CRQPn2Sv.js');
|
|
2118
2118
|
const allModels = Object.assign(Object.assign({}, SeedModels), models$1);
|
|
2119
2119
|
let hasModelsInDb = false;
|
|
2120
2120
|
const schemaDefsByModelName = new Map();
|
|
@@ -5536,7 +5536,7 @@ const processRelationProperty = (relationProperty, multiPublishPayload, uploaded
|
|
|
5536
5536
|
listOfAttestations: [],
|
|
5537
5537
|
propertiesToUpdate: [
|
|
5538
5538
|
{
|
|
5539
|
-
publishLocalId: relationProperty.
|
|
5539
|
+
publishLocalId: relationProperty.seedLocalId,
|
|
5540
5540
|
propertySchemaUid: relationProperty.schemaUid,
|
|
5541
5541
|
},
|
|
5542
5542
|
],
|
|
@@ -5586,7 +5586,7 @@ const processListProperty = (listProperty, uploadTransactions, multiPublishPaylo
|
|
|
5586
5586
|
listOfAttestations: [],
|
|
5587
5587
|
propertiesToUpdate: [
|
|
5588
5588
|
{
|
|
5589
|
-
publishLocalId: listProperty.
|
|
5589
|
+
publishLocalId: listProperty.seedLocalId,
|
|
5590
5590
|
propertySchemaUid: listProperty.schemaUid,
|
|
5591
5591
|
},
|
|
5592
5592
|
],
|
|
@@ -6616,7 +6616,7 @@ const client = {
|
|
|
6616
6616
|
addresses,
|
|
6617
6617
|
arweaveDomain,
|
|
6618
6618
|
});
|
|
6619
|
-
import('./seed.schema.config-
|
|
6619
|
+
import('./seed.schema.config-CRQPn2Sv.js').then(({ models }) => {
|
|
6620
6620
|
for (const [key, value] of Object.entries(models)) {
|
|
6621
6621
|
setModel(key, value);
|
|
6622
6622
|
}
|
|
@@ -7296,7 +7296,7 @@ const hydrateFromDb = fromCallback(({ sendBack, input: { context } }) => {
|
|
|
7296
7296
|
if (propertyRecordSchema &&
|
|
7297
7297
|
propertyRecordSchema.storageType &&
|
|
7298
7298
|
propertyRecordSchema.storageType === 'ItemStorage') {
|
|
7299
|
-
const { Item } = yield import('./index-
|
|
7299
|
+
const { Item } = yield import('./index-Bonkz33x.js');
|
|
7300
7300
|
const item = yield Item.find({
|
|
7301
7301
|
seedLocalId,
|
|
7302
7302
|
modelName,
|
|
@@ -8253,4 +8253,4 @@ if (isNode()) {
|
|
|
8253
8253
|
}
|
|
8254
8254
|
|
|
8255
8255
|
export { GET_SCHEMAS as G, Item as I, Json as J, List as L, Model as M, Property as P, Relation as R, Text as T, GET_SCHEMA_BY_NAME as a, GET_SEEDS as b, GET_SEED_IDS as c, GET_STORAGE_TRANSACTION_ID as d, GET_VERSIONS as e, GET_PROPERTIES as f, GET_ALL_PROPERTIES_FOR_ALL_VERSIONS as g, itemMachineAll as h, itemMachineSingle as i, ImageSrc as j, ItemProperty as k, useItem as l, useItemProperties as m, useCreateItem as n, useItemProperty as o, useDeleteItem as p, useGlobalServiceStatus as q, useServices as r, getGlobalService as s, client as t, useItems as u, getCorrectId as v, withSeed as w };
|
|
8256
|
-
//# sourceMappingURL=index-
|
|
8256
|
+
//# sourceMappingURL=index-CSWCwkb_.js.map
|