solid-logic 1.3.12 → 1.3.13-2814f205
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/.babelrc +0 -0
- package/.eslintrc.js +0 -0
- package/.github/workflows/ci.yml +38 -5
- package/.github/workflows/release.yml +0 -0
- package/LICENSE +0 -0
- package/README.md +0 -0
- package/jest.config.js +0 -0
- package/jest.setup.ts +0 -0
- package/lib/authn/NoAuthnLogic.d.ts +0 -0
- package/lib/authn/NoAuthnLogic.d.ts.map +0 -0
- package/lib/authn/NoAuthnLogic.js +0 -0
- package/lib/authn/NoAuthnLogic.js.map +0 -0
- package/lib/authn/SolidAuthnLogic.d.ts +0 -0
- package/lib/authn/SolidAuthnLogic.d.ts.map +0 -0
- package/lib/authn/SolidAuthnLogic.js +0 -0
- package/lib/authn/SolidAuthnLogic.js.map +0 -0
- package/lib/authn/index.d.ts +0 -0
- package/lib/authn/index.d.ts.map +0 -0
- package/lib/authn/index.js +0 -0
- package/lib/authn/index.js.map +0 -0
- package/lib/chat/ChatLogic.d.ts +2 -2
- package/lib/chat/ChatLogic.d.ts.map +1 -1
- package/lib/chat/ChatLogic.js +37 -32
- package/lib/chat/ChatLogic.js.map +1 -1
- package/lib/chat/determineChatContainer.d.ts +0 -0
- package/lib/chat/determineChatContainer.d.ts.map +0 -0
- package/lib/chat/determineChatContainer.js +0 -0
- package/lib/chat/determineChatContainer.js.map +0 -0
- package/lib/chat/integration.test.d.ts +0 -0
- package/lib/chat/integration.test.d.ts.map +0 -0
- package/lib/chat/integration.test.js +0 -0
- package/lib/chat/integration.test.js.map +0 -0
- package/lib/debug.d.ts +0 -0
- package/lib/debug.d.ts.map +0 -0
- package/lib/debug.js +0 -0
- package/lib/debug.js.map +0 -0
- package/lib/inbox/InboxLogic.d.ts +2 -2
- package/lib/inbox/InboxLogic.d.ts.map +1 -1
- package/lib/inbox/InboxLogic.js +14 -13
- package/lib/inbox/InboxLogic.js.map +1 -1
- package/lib/inbox/unit.test.d.ts +0 -0
- package/lib/inbox/unit.test.d.ts.map +0 -0
- package/lib/inbox/unit.test.js +0 -0
- package/lib/inbox/unit.test.js.map +0 -0
- package/lib/index.d.ts +2 -7
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -0
- package/lib/index.js.map +1 -1
- package/lib/profile/ProfileLogic.d.ts +2 -2
- package/lib/profile/ProfileLogic.d.ts.map +1 -1
- package/lib/profile/ProfileLogic.js +10 -8
- package/lib/profile/ProfileLogic.js.map +1 -1
- package/lib/uri.d.ts +0 -0
- package/lib/uri.d.ts.map +0 -0
- package/lib/uri.js +0 -0
- package/lib/uri.js.map +0 -0
- package/lib/util/UtilityLogic.d.ts +2 -2
- package/lib/util/UtilityLogic.d.ts.map +1 -1
- package/lib/util/UtilityLogic.js +10 -8
- package/lib/util/UtilityLogic.js.map +1 -1
- package/lib/util/unit.test.d.ts +0 -0
- package/lib/util/unit.test.d.ts.map +0 -0
- package/lib/util/unit.test.js +0 -0
- package/lib/util/unit.test.js.map +0 -0
- package/package.json +3 -3
- package/renovate.json +0 -0
- package/src/authn/NoAuthnLogic.ts +0 -0
- package/src/authn/SolidAuthnLogic.ts +0 -0
- package/src/authn/index.ts +0 -0
- package/src/chat/ChatLogic.ts +12 -12
- package/src/chat/determineChatContainer.ts +0 -0
- package/src/chat/integration.test.ts +0 -0
- package/src/debug.ts +0 -0
- package/src/inbox/InboxLogic.ts +3 -3
- package/src/inbox/unit.test.ts +0 -0
- package/src/index.ts +3 -2
- package/src/profile/ProfileLogic.ts +4 -4
- package/src/uri.ts +0 -0
- package/src/util/UtilityLogic.ts +4 -4
- package/src/util/unit.test.ts +0 -0
- package/tsconfig.json +0 -0
- package/lib/index-alain.d.ts +0 -75
- package/lib/index-alain.d.ts.map +0 -1
- package/lib/index-alain.js +0 -398
- package/lib/index-alain.js.map +0 -1
- package/lib/util/UtilityLogic-alain.d.ts +0 -32
- package/lib/util/UtilityLogic-alain.d.ts.map +0 -1
- package/lib/util/UtilityLogic-alain.js +0 -248
- package/lib/util/UtilityLogic-alain.js.map +0 -1
- package/src/index-alain.txt +0 -316
- package/src/util/UtilityLogic-alain.txt +0 -181
package/lib/index-alain.js
DELETED
|
@@ -1,398 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
-
if (k2 === undefined) k2 = k;
|
|
19
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
-
}) : (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = k;
|
|
22
|
-
o[k2] = m[k];
|
|
23
|
-
}));
|
|
24
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
-
}) : function(o, v) {
|
|
27
|
-
o["default"] = v;
|
|
28
|
-
});
|
|
29
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
-
if (mod && mod.__esModule) return mod;
|
|
31
|
-
var result = {};
|
|
32
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
-
__setModuleDefault(result, mod);
|
|
34
|
-
return result;
|
|
35
|
-
};
|
|
36
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
37
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
38
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
39
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
40
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
41
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
42
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
43
|
-
});
|
|
44
|
-
};
|
|
45
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
46
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
47
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
48
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
49
|
-
function step(op) {
|
|
50
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
51
|
-
while (_) try {
|
|
52
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
53
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
54
|
-
switch (op[0]) {
|
|
55
|
-
case 0: case 1: t = op; break;
|
|
56
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
57
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
58
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
59
|
-
default:
|
|
60
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
61
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
62
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
63
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
64
|
-
if (t[2]) _.ops.pop();
|
|
65
|
-
_.trys.pop(); continue;
|
|
66
|
-
}
|
|
67
|
-
op = body.call(thisArg, _);
|
|
68
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
69
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
70
|
-
}
|
|
71
|
-
};
|
|
72
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
73
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
74
|
-
};
|
|
75
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
76
|
-
exports.FetchError = exports.NotFoundError = exports.SameOriginForbiddenError = exports.CrossOriginForbiddenError = exports.UnauthorizedError = exports.SolidLogic = exports.ACL_LINK = void 0;
|
|
77
|
-
var rdf = __importStar(require("rdflib"));
|
|
78
|
-
var solid_namespace_1 = __importDefault(require("solid-namespace"));
|
|
79
|
-
var NoAuthnLogic_1 = require("./authn/NoAuthnLogic");
|
|
80
|
-
var SolidAuthnLogic_1 = require("./authn/SolidAuthnLogic");
|
|
81
|
-
var ChatLogic_1 = require("./chat/ChatLogic");
|
|
82
|
-
var debug = __importStar(require("./debug"));
|
|
83
|
-
var ProfileLogic_1 = require("./profile/ProfileLogic");
|
|
84
|
-
var UtilityLogic_1 = require("./util/UtilityLogic");
|
|
85
|
-
var UtilityLogic_2 = require("./util/UtilityLogic");
|
|
86
|
-
Object.defineProperty(exports, "ACL_LINK", { enumerable: true, get: function () { return UtilityLogic_2.ACL_LINK; } });
|
|
87
|
-
var ns = (0, solid_namespace_1.default)(rdf);
|
|
88
|
-
var SolidLogic = /** @class */ (function () {
|
|
89
|
-
function SolidLogic(fetcher, solidAuthSession) {
|
|
90
|
-
this.store = rdf.graph(); // Make a Quad store
|
|
91
|
-
rdf.fetcher(this.store, fetcher); // Attach a web I/O module, store.fetcher
|
|
92
|
-
this.store.updater = new rdf.UpdateManager(this.store); // Add real-time live updates store.updater
|
|
93
|
-
this.cache = {
|
|
94
|
-
profileDocument: {},
|
|
95
|
-
preferencesFile: {},
|
|
96
|
-
};
|
|
97
|
-
this.fetcher = fetcher;
|
|
98
|
-
/*this._fetch = this.fetcher.fetch
|
|
99
|
-
|| typeof global !== 'undefined' && global.solidFetch
|
|
100
|
-
|| typeof window !== 'undefined' && window.solidFetch
|
|
101
|
-
|| crossFetch
|
|
102
|
-
if (!this._fetch) {
|
|
103
|
-
throw new Error('No _fetch function available for Fetcher')
|
|
104
|
-
} */
|
|
105
|
-
if (solidAuthSession) {
|
|
106
|
-
this.authn = new SolidAuthnLogic_1.SolidAuthnLogic(solidAuthSession);
|
|
107
|
-
}
|
|
108
|
-
else {
|
|
109
|
-
this.authn = new NoAuthnLogic_1.NoAuthnLogic();
|
|
110
|
-
}
|
|
111
|
-
this.profile = new ProfileLogic_1.ProfileLogic(this.store, ns, this.authn);
|
|
112
|
-
this.chat = new ChatLogic_1.ChatLogic(this.store, ns, this.profile);
|
|
113
|
-
this.util = new UtilityLogic_1.UtilityLogic(this.store, ns, this.fetcher);
|
|
114
|
-
}
|
|
115
|
-
SolidLogic.prototype.findAclDocUrl = function (url) {
|
|
116
|
-
return this.util.findAclDocUrl(url);
|
|
117
|
-
};
|
|
118
|
-
SolidLogic.prototype.loadDoc = function (doc) {
|
|
119
|
-
return this.util.loadDoc(doc);
|
|
120
|
-
};
|
|
121
|
-
SolidLogic.prototype.loadProfile = function (me) {
|
|
122
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
123
|
-
var profileDocument, err_1, message;
|
|
124
|
-
return __generator(this, function (_a) {
|
|
125
|
-
switch (_a.label) {
|
|
126
|
-
case 0:
|
|
127
|
-
// console.log('loadProfile', me)
|
|
128
|
-
if (this.cache.profileDocument[me.value]) {
|
|
129
|
-
return [2 /*return*/, this.cache.profileDocument[me.value]];
|
|
130
|
-
}
|
|
131
|
-
_a.label = 1;
|
|
132
|
-
case 1:
|
|
133
|
-
_a.trys.push([1, 3, , 4]);
|
|
134
|
-
profileDocument = me.doc();
|
|
135
|
-
return [4 /*yield*/, this.loadDoc(profileDocument)];
|
|
136
|
-
case 2:
|
|
137
|
-
_a.sent();
|
|
138
|
-
return [2 /*return*/, profileDocument];
|
|
139
|
-
case 3:
|
|
140
|
-
err_1 = _a.sent();
|
|
141
|
-
message = "Logged in but cannot load profile ".concat(profileDocument, " : ").concat(err_1);
|
|
142
|
-
throw new Error(message);
|
|
143
|
-
case 4: return [2 /*return*/];
|
|
144
|
-
}
|
|
145
|
-
});
|
|
146
|
-
});
|
|
147
|
-
};
|
|
148
|
-
SolidLogic.prototype.loadPreferences = function (me) {
|
|
149
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
150
|
-
// console.log('this.store.any()', this.store.any())
|
|
151
|
-
/**
|
|
152
|
-
* Are we working cross-origin?
|
|
153
|
-
* Returns True if we are in a webapp at an origin, and the file origin is different
|
|
154
|
-
*/
|
|
155
|
-
function differentOrigin() {
|
|
156
|
-
if (!preferencesFile) {
|
|
157
|
-
return true;
|
|
158
|
-
}
|
|
159
|
-
return ("".concat(window.location.origin, "/") !== new URL(preferencesFile.value).origin);
|
|
160
|
-
}
|
|
161
|
-
var preferencesFile, err_2, status_1;
|
|
162
|
-
return __generator(this, function (_a) {
|
|
163
|
-
switch (_a.label) {
|
|
164
|
-
case 0:
|
|
165
|
-
// console.log('loadPreferences', me)
|
|
166
|
-
if (this.cache.preferencesFile[me.value]) {
|
|
167
|
-
return [2 /*return*/, this.cache.preferencesFile[me.value]];
|
|
168
|
-
}
|
|
169
|
-
preferencesFile = this.store.any(me, ns.space("preferencesFile"));
|
|
170
|
-
if (!preferencesFile) {
|
|
171
|
-
throw new Error("Can't find a preference file pointer in profile ".concat(me.doc()));
|
|
172
|
-
}
|
|
173
|
-
if (!this.store.fetcher) {
|
|
174
|
-
throw new Error("Cannot load doc, have no fetcher");
|
|
175
|
-
}
|
|
176
|
-
_a.label = 1;
|
|
177
|
-
case 1:
|
|
178
|
-
_a.trys.push([1, 3, , 4]);
|
|
179
|
-
return [4 /*yield*/, this.store.fetcher.load(preferencesFile, {
|
|
180
|
-
withCredentials: true,
|
|
181
|
-
})];
|
|
182
|
-
case 2:
|
|
183
|
-
_a.sent();
|
|
184
|
-
return [3 /*break*/, 4];
|
|
185
|
-
case 3:
|
|
186
|
-
err_2 = _a.sent();
|
|
187
|
-
status_1 = err_2.status;
|
|
188
|
-
debug.log("HTTP status ".concat(status_1, " for preference file ").concat(preferencesFile));
|
|
189
|
-
if (status_1 === 401) {
|
|
190
|
-
throw new UnauthorizedError();
|
|
191
|
-
}
|
|
192
|
-
if (status_1 === 403) {
|
|
193
|
-
if (differentOrigin()) {
|
|
194
|
-
throw new CrossOriginForbiddenError();
|
|
195
|
-
}
|
|
196
|
-
throw new SameOriginForbiddenError();
|
|
197
|
-
}
|
|
198
|
-
if (status_1 === 404) {
|
|
199
|
-
throw new NotFoundError(preferencesFile.value);
|
|
200
|
-
}
|
|
201
|
-
throw new FetchError(err_2.status, err_2.message);
|
|
202
|
-
case 4: return [2 /*return*/, preferencesFile];
|
|
203
|
-
}
|
|
204
|
-
});
|
|
205
|
-
});
|
|
206
|
-
};
|
|
207
|
-
SolidLogic.prototype.getTypeIndex = function (me, preferencesFile, isPublic) {
|
|
208
|
-
// console.log('getTypeIndex', this.store.each(me, undefined, undefined, preferencesFile), isPublic, preferencesFile)
|
|
209
|
-
return this.store.each(me, isPublic ? ns.solid("publicTypeIndex") : ns.solid("privateTypeIndex"), undefined, preferencesFile);
|
|
210
|
-
};
|
|
211
|
-
SolidLogic.prototype.getRegistrations = function (instance, theClass) {
|
|
212
|
-
var _this = this;
|
|
213
|
-
return this.store
|
|
214
|
-
.each(undefined, ns.solid("instance"), instance)
|
|
215
|
-
.filter(function (r) {
|
|
216
|
-
return _this.store.holds(r, ns.solid("forClass"), theClass);
|
|
217
|
-
});
|
|
218
|
-
};
|
|
219
|
-
SolidLogic.prototype.load = function (doc) {
|
|
220
|
-
if (!this.store.fetcher) {
|
|
221
|
-
throw new Error("Cannot load doc(s), have no fetcher");
|
|
222
|
-
}
|
|
223
|
-
return this.store.fetcher.load(doc);
|
|
224
|
-
};
|
|
225
|
-
SolidLogic.prototype.loadIndexes = function (me, publicProfile, preferencesFile, onWarning) {
|
|
226
|
-
var _this = this;
|
|
227
|
-
if (onWarning === void 0) { onWarning = function (_err) { return __awaiter(_this, void 0, void 0, function () {
|
|
228
|
-
return __generator(this, function (_a) {
|
|
229
|
-
return [2 /*return*/, undefined];
|
|
230
|
-
});
|
|
231
|
-
}); }; }
|
|
232
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
233
|
-
var privateIndexes, publicIndexes, err_3, err_4;
|
|
234
|
-
return __generator(this, function (_a) {
|
|
235
|
-
switch (_a.label) {
|
|
236
|
-
case 0:
|
|
237
|
-
privateIndexes = [];
|
|
238
|
-
publicIndexes = [];
|
|
239
|
-
if (!publicProfile) return [3 /*break*/, 4];
|
|
240
|
-
publicIndexes = this.getTypeIndex(me, publicProfile, true);
|
|
241
|
-
_a.label = 1;
|
|
242
|
-
case 1:
|
|
243
|
-
_a.trys.push([1, 3, , 4]);
|
|
244
|
-
return [4 /*yield*/, this.load(publicIndexes)];
|
|
245
|
-
case 2:
|
|
246
|
-
_a.sent();
|
|
247
|
-
return [3 /*break*/, 4];
|
|
248
|
-
case 3:
|
|
249
|
-
err_3 = _a.sent();
|
|
250
|
-
onWarning(new Error("loadIndex: loading public type index(es) ".concat(err_3)));
|
|
251
|
-
return [3 /*break*/, 4];
|
|
252
|
-
case 4:
|
|
253
|
-
if (!preferencesFile) return [3 /*break*/, 9];
|
|
254
|
-
privateIndexes = this.getTypeIndex(me, preferencesFile, false);
|
|
255
|
-
if (!(privateIndexes.length === 0)) return [3 /*break*/, 6];
|
|
256
|
-
return [4 /*yield*/, onWarning(new Error("Your preference file ".concat(preferencesFile, " does not point to a private type index.")))];
|
|
257
|
-
case 5:
|
|
258
|
-
_a.sent();
|
|
259
|
-
return [3 /*break*/, 9];
|
|
260
|
-
case 6:
|
|
261
|
-
_a.trys.push([6, 8, , 9]);
|
|
262
|
-
return [4 /*yield*/, this.load(privateIndexes)];
|
|
263
|
-
case 7:
|
|
264
|
-
_a.sent();
|
|
265
|
-
return [3 /*break*/, 9];
|
|
266
|
-
case 8:
|
|
267
|
-
err_4 = _a.sent();
|
|
268
|
-
onWarning(new Error("loadIndex: loading private type index(es) ".concat(err_4)));
|
|
269
|
-
return [3 /*break*/, 9];
|
|
270
|
-
case 9: return [2 /*return*/, {
|
|
271
|
-
private: privateIndexes,
|
|
272
|
-
public: publicIndexes,
|
|
273
|
-
}];
|
|
274
|
-
}
|
|
275
|
-
});
|
|
276
|
-
});
|
|
277
|
-
};
|
|
278
|
-
SolidLogic.prototype.createEmptyRdfDoc = function (doc, comment) {
|
|
279
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
280
|
-
return __generator(this, function (_a) {
|
|
281
|
-
switch (_a.label) {
|
|
282
|
-
case 0:
|
|
283
|
-
if (!this.store.fetcher) {
|
|
284
|
-
throw new Error("Cannot create empty rdf doc, have no fetcher");
|
|
285
|
-
}
|
|
286
|
-
return [4 /*yield*/, this.store.fetcher.webOperation("PUT", doc.uri, {
|
|
287
|
-
data: "# ".concat(new Date(), " ").concat(comment, "\n"),
|
|
288
|
-
contentType: "text/turtle",
|
|
289
|
-
})];
|
|
290
|
-
case 1:
|
|
291
|
-
_a.sent();
|
|
292
|
-
return [2 /*return*/];
|
|
293
|
-
}
|
|
294
|
-
});
|
|
295
|
-
});
|
|
296
|
-
};
|
|
297
|
-
// @@@@ use the one in rdflib.js when it is available and delete this
|
|
298
|
-
SolidLogic.prototype.updatePromise = function (del, ins) {
|
|
299
|
-
var _this = this;
|
|
300
|
-
if (ins === void 0) { ins = []; }
|
|
301
|
-
return new Promise(function (resolve, reject) {
|
|
302
|
-
if (!_this.store.updater) {
|
|
303
|
-
throw new Error("Cannot updatePromise, have no updater");
|
|
304
|
-
}
|
|
305
|
-
_this.store.updater.update(del, ins, function (_uri, ok, errorBody) {
|
|
306
|
-
if (!ok) {
|
|
307
|
-
reject(new Error(errorBody));
|
|
308
|
-
}
|
|
309
|
-
else {
|
|
310
|
-
resolve();
|
|
311
|
-
}
|
|
312
|
-
}); // callback
|
|
313
|
-
}); // promise
|
|
314
|
-
};
|
|
315
|
-
SolidLogic.prototype.isContainer = function (url) {
|
|
316
|
-
return this.util.isContainer(url);
|
|
317
|
-
};
|
|
318
|
-
SolidLogic.prototype.getContainerElements = function (containerNode) {
|
|
319
|
-
return this.util.getContainerElements(containerNode);
|
|
320
|
-
};
|
|
321
|
-
SolidLogic.prototype.getContainerMembers = function (containerUrl) {
|
|
322
|
-
return this.util.getContainerMembers(containerUrl);
|
|
323
|
-
};
|
|
324
|
-
SolidLogic.prototype.recursiveDelete = function (url) {
|
|
325
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
326
|
-
return __generator(this, function (_a) {
|
|
327
|
-
return [2 /*return*/, this.util.recursiveDelete(url)];
|
|
328
|
-
});
|
|
329
|
-
});
|
|
330
|
-
};
|
|
331
|
-
SolidLogic.prototype.clearStore = function () {
|
|
332
|
-
return this.util.clearStore();
|
|
333
|
-
};
|
|
334
|
-
SolidLogic.prototype.fetch = function (url, options) {
|
|
335
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
336
|
-
return __generator(this, function (_a) {
|
|
337
|
-
return [2 /*return*/, this.fetcher.fetch(url, options)];
|
|
338
|
-
});
|
|
339
|
-
});
|
|
340
|
-
};
|
|
341
|
-
return SolidLogic;
|
|
342
|
-
}());
|
|
343
|
-
exports.SolidLogic = SolidLogic;
|
|
344
|
-
var CustomError = /** @class */ (function (_super) {
|
|
345
|
-
__extends(CustomError, _super);
|
|
346
|
-
function CustomError(message) {
|
|
347
|
-
var _newTarget = this.constructor;
|
|
348
|
-
var _this = _super.call(this, message) || this;
|
|
349
|
-
// see: typescriptlang.org/docs/handbook/release-notes/typescript-2-2.html
|
|
350
|
-
Object.setPrototypeOf(_this, _newTarget.prototype); // restore prototype chain
|
|
351
|
-
_this.name = _newTarget.name; // stack traces display correctly now
|
|
352
|
-
return _this;
|
|
353
|
-
}
|
|
354
|
-
return CustomError;
|
|
355
|
-
}(Error));
|
|
356
|
-
var UnauthorizedError = /** @class */ (function (_super) {
|
|
357
|
-
__extends(UnauthorizedError, _super);
|
|
358
|
-
function UnauthorizedError() {
|
|
359
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
360
|
-
}
|
|
361
|
-
return UnauthorizedError;
|
|
362
|
-
}(CustomError));
|
|
363
|
-
exports.UnauthorizedError = UnauthorizedError;
|
|
364
|
-
var CrossOriginForbiddenError = /** @class */ (function (_super) {
|
|
365
|
-
__extends(CrossOriginForbiddenError, _super);
|
|
366
|
-
function CrossOriginForbiddenError() {
|
|
367
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
368
|
-
}
|
|
369
|
-
return CrossOriginForbiddenError;
|
|
370
|
-
}(CustomError));
|
|
371
|
-
exports.CrossOriginForbiddenError = CrossOriginForbiddenError;
|
|
372
|
-
var SameOriginForbiddenError = /** @class */ (function (_super) {
|
|
373
|
-
__extends(SameOriginForbiddenError, _super);
|
|
374
|
-
function SameOriginForbiddenError() {
|
|
375
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
376
|
-
}
|
|
377
|
-
return SameOriginForbiddenError;
|
|
378
|
-
}(CustomError));
|
|
379
|
-
exports.SameOriginForbiddenError = SameOriginForbiddenError;
|
|
380
|
-
var NotFoundError = /** @class */ (function (_super) {
|
|
381
|
-
__extends(NotFoundError, _super);
|
|
382
|
-
function NotFoundError() {
|
|
383
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
384
|
-
}
|
|
385
|
-
return NotFoundError;
|
|
386
|
-
}(CustomError));
|
|
387
|
-
exports.NotFoundError = NotFoundError;
|
|
388
|
-
var FetchError = /** @class */ (function (_super) {
|
|
389
|
-
__extends(FetchError, _super);
|
|
390
|
-
function FetchError(status, message) {
|
|
391
|
-
var _this = _super.call(this, message) || this;
|
|
392
|
-
_this.status = status;
|
|
393
|
-
return _this;
|
|
394
|
-
}
|
|
395
|
-
return FetchError;
|
|
396
|
-
}(CustomError));
|
|
397
|
-
exports.FetchError = FetchError;
|
|
398
|
-
//# sourceMappingURL=index-alain.js.map
|
package/lib/index-alain.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-alain.js","sourceRoot":"","sources":["../src/index-alain.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { NamedNode } from "rdflib";
|
|
2
|
-
import { LiveStore, SolidNamespace } from "../index";
|
|
3
|
-
export declare const ACL_LINK: NamedNode;
|
|
4
|
-
/**
|
|
5
|
-
* Utility-related logic
|
|
6
|
-
*/
|
|
7
|
-
export declare class UtilityLogic {
|
|
8
|
-
store: LiveStore;
|
|
9
|
-
ns: SolidNamespace;
|
|
10
|
-
fetcher: any;
|
|
11
|
-
_fetch: Function;
|
|
12
|
-
constructor(store: LiveStore, ns: SolidNamespace, fetcher: {
|
|
13
|
-
fetch: (url: string, options?: any) => any;
|
|
14
|
-
});
|
|
15
|
-
findAclDocUrl(url: string): Promise<string>;
|
|
16
|
-
setSinglePeerAccess(options: {
|
|
17
|
-
ownerWebId: string;
|
|
18
|
-
peerWebId: string;
|
|
19
|
-
accessToModes?: string;
|
|
20
|
-
defaultModes?: string;
|
|
21
|
-
target: string;
|
|
22
|
-
}): Promise<any>;
|
|
23
|
-
loadDoc(doc: NamedNode): Promise<void>;
|
|
24
|
-
isContainer(url: string): boolean;
|
|
25
|
-
createContainer(url: string): Promise<void>;
|
|
26
|
-
getContainerElements(containerNode: NamedNode): NamedNode[];
|
|
27
|
-
getContainerMembers(containerUrl: string): Promise<string[]>;
|
|
28
|
-
recursiveDelete(url: string): Promise<any>;
|
|
29
|
-
clearStore(): void;
|
|
30
|
-
getArchiveUrl(baseUrl: string, date: Date): string;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=UtilityLogic-alain.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UtilityLogic-alain.d.ts","sourceRoot":"","sources":["../../src/util/UtilityLogic-alain.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAkC,MAAM,QAAQ,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAKrD,eAAO,MAAM,QAAQ,WAEpB,CAAC;AAYF;;GAEG;AACH,qBAAa,YAAY;IACvB,KAAK,EAAE,SAAS,CAAC;IACjB,EAAE,EAAE,cAAc,CAAC;IACnB,OAAO,EAAE,GAAG,CAAC;IACb,MAAM,EAAE,QAAQ,CAAC;gBAEL,KAAK,EAAE,SAAS,EAAE,EAAE,EAAE,cAAc,EAAE,OAAO,EAAE;QAAE,KAAK,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,KAAK,GAAG,CAAA;KAAE;IAYnG,aAAa,CAAC,GAAG,EAAE,MAAM;IAWzB,mBAAmB,CAAC,OAAO,EAAE;QACjC,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE,MAAM,CAAC;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,MAAM,EAAE,MAAM,CAAA;KACf;IAsCK,OAAO,CAAC,GAAG,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC;IAe5C,WAAW,CAAC,GAAG,EAAE,MAAM;IAIjB,eAAe,CAAC,GAAG,EAAE,MAAM;IAmBjC,oBAAoB,CAAC,aAAa,EAAE,SAAS,GAAG,SAAS,EAAE;IAWrD,mBAAmB,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAO5D,eAAe,CAAC,GAAG,EAAE,MAAM;IAgBjC,UAAU;IAIV,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI;CAQ1C"}
|