@agility/cli
Version:
Agility CLI for working with your content. (Public Beta)
229 lines • 15.1 kB
JavaScript
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
var __generator = (this && this.__generator) || function (thisArg, body) {
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
function verb(n) { return function (v) { return step([n, v]); }; }
function step(op) {
if (f) throw new TypeError("Generator is already executing.");
while (g && (g = 0, op[0] && (_ = 0)), _) try {
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;
if (y = 0, t) op = [op[0] & 2, t.value];
switch (op[0]) {
case 0: case 1: t = op; break;
case 4: _.label++; return { value: op[1], done: false };
case 5: _.label++; y = op[1]; op = [0]; continue;
case 7: op = _.ops.pop(); _.trys.pop(); continue;
default:
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
if (t[2]) _.ops.pop();
_.trys.pop(); continue;
}
op = body.call(thisArg, _);
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
}
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.content = void 0;
var mgmtApi = __importStar(require("@agility/management-sdk"));
var fileOperations_1 = require("./fileOperations");
var content = /** @class */ (function () {
function content(options, multibar, guid, locale) {
this._options = options;
this._multibar = multibar;
this._guid = guid;
this._locale = locale;
this._rootPath = 'agility-files';
this._isPreview = true;
this.skippedContentItems = {};
}
content.prototype.updateContentItems = function (selectedContentItems) {
return __awaiter(this, void 0, void 0, function () {
var apiClient, fileOperation, contentItemsArray, contentItemArr, index, successfulItems, notOnDestination, notOnSource, modelMismatch, _loop_1, this_1, i;
return __generator(this, function (_a) {
switch (_a.label) {
case 0:
apiClient = new mgmtApi.ApiClient(this._options);
fileOperation = new fileOperations_1.fileOperations(this._guid, this._locale);
contentItemsArray = [];
fileOperation.createLogFile("logs", "instancelog");
console.log("Updating content items...", selectedContentItems.split(", "));
contentItemArr = selectedContentItems.split(",");
if (!(contentItemArr && contentItemArr.length > 0)) return [3 /*break*/, 5];
index = 1;
successfulItems = [];
notOnDestination = [];
notOnSource = [];
modelMismatch = [];
_loop_1 = function (i) {
var contentItemId, _b, file, contentItem, containerFile, container, modelId, modelFile, model, currentModel, modelFields_1, currentModelFields_1, missingFields, extraFields, _c, err_1, _d;
return __generator(this, function (_e) {
switch (_e.label) {
case 0:
contentItemId = parseInt(contentItemArr[i], 10);
index += 1;
_e.label = 1;
case 1:
_e.trys.push([1, 3, , 4]);
return [4 /*yield*/, apiClient.contentMethods.getContentItem(contentItemId, this_1._guid, this_1._locale)];
case 2:
_e.sent();
return [3 /*break*/, 4];
case 3:
_b = _e.sent();
notOnDestination.push(contentItemId);
this_1.skippedContentItems[contentItemId] = contentItemId.toString();
fileOperation.appendLogFile("\n There was a problem reading content item ID ".concat(contentItemId));
return [2 /*return*/, "continue"];
case 4:
_e.trys.push([4, 15, , 16]);
file = fileOperation.readFile(".agility-files/".concat(this_1._locale, "/item/").concat(contentItemId, ".json"));
contentItem = JSON.parse(file);
_e.label = 5;
case 5:
_e.trys.push([5, 13, , 14]);
containerFile = fileOperation.readFile(".agility-files/containers/".concat(this_1.camelize(contentItem.properties.referenceName), ".json"));
container = JSON.parse(containerFile);
modelId = container.contentDefinitionID;
modelFile = fileOperation.readFile(".agility-files/models/".concat(modelId, ".json"));
model = JSON.parse(modelFile);
return [4 /*yield*/, apiClient.modelMethods.getContentModel(modelId, this_1._guid)];
case 6:
currentModel = _e.sent();
modelFields_1 = model.fields.map(function (field) { return ({ name: field.name, type: field.type }); });
currentModelFields_1 = currentModel.fields.map(function (field) { return ({ name: field.name, type: field.type }); });
missingFields = modelFields_1.filter(function (field) {
return !currentModelFields_1.some(function (currentField) { return currentField.name === field.name && currentField.type === field.type; });
});
extraFields = currentModelFields_1.filter(function (currentField) {
return !modelFields_1.some(function (field) { return field.name === currentField.name && field.type === currentField.type; });
});
if (missingFields.length > 0) {
console.log("Missing fields in local model: ".concat(missingFields
.map(function (field) { return "".concat(field.name, " (").concat(field.type, ")"); })
.join(", ")));
fileOperation.appendLogFile("\n Missing fields in local model: ".concat(missingFields
.map(function (field) { return "".concat(field.name, " (").concat(field.type, ")"); })
.join(", ")));
}
if (extraFields.length > 0) {
console.log("Extra fields in local model: ".concat(extraFields.map(function (field) { return "".concat(field.name, " (").concat(field.type, ")"); }).join(", ")));
fileOperation.appendLogFile("\n Extra fields in local model: ".concat(extraFields
.map(function (field) { return "".concat(field.name, " (").concat(field.type, ")"); })
.join(", ")));
}
if (!(!missingFields.length && !extraFields.length)) return [3 /*break*/, 11];
_e.label = 7;
case 7:
_e.trys.push([7, 9, , 10]);
return [4 /*yield*/, apiClient.contentMethods.saveContentItem(contentItem, this_1._guid, this_1._locale)];
case 8:
_e.sent();
return [3 /*break*/, 10];
case 9:
_c = _e.sent();
this_1.skippedContentItems[contentItemId] = contentItemId.toString();
fileOperation.appendLogFile("\n Unable to update content item ID ".concat(contentItemId));
return [2 /*return*/, "continue"];
case 10:
contentItemsArray.push(contentItem);
successfulItems.push(contentItemId);
return [3 /*break*/, 12];
case 11:
modelMismatch.push(contentItemId);
fileOperation.appendLogFile("\n Model mismatch for content item ID ".concat(contentItemId));
return [2 /*return*/, "continue"];
case 12: return [3 /*break*/, 14];
case 13:
err_1 = _e.sent();
console.log("Container - > Error", err_1);
this_1.skippedContentItems[contentItemId] = contentItemId.toString();
fileOperation.appendLogFile("\n Unable to find a container for content item ID ".concat(contentItemId));
return [2 /*return*/, "continue"];
case 14: return [3 /*break*/, 16];
case 15:
_d = _e.sent();
notOnSource.push(contentItemId);
this_1.skippedContentItems[contentItemId] = contentItemId.toString();
fileOperation.appendLogFile("\n There was a problem reading .agility-files/".concat(this_1._locale, "/item/").concat(contentItemId, ".json"));
return [2 /*return*/, "continue"];
case 16: return [2 /*return*/];
}
});
};
this_1 = this;
i = 0;
_a.label = 1;
case 1:
if (!(i < contentItemArr.length)) return [3 /*break*/, 4];
return [5 /*yield**/, _loop_1(i)];
case 2:
_a.sent();
_a.label = 3;
case 3:
i++;
return [3 /*break*/, 1];
case 4: return [2 /*return*/, {
contentItemsArray: contentItemsArray,
successfulItems: successfulItems,
notOnDestination: notOnDestination,
notOnSource: notOnSource,
modelMismatch: modelMismatch,
}];
case 5: return [2 /*return*/];
}
});
});
};
content.prototype.camelize = function (str) {
return str.replace(/(?:^\w|[A-Z]|\b\w)/g, function (char, index) { return (index === 0 ? char.toLowerCase() : char); }).replace(/[_\s]+/g, '');
};
return content;
}());
exports.content = content;
//# sourceMappingURL=content.js.map