pim-import 2.78.1 → 2.78.2
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/package.json +5 -1
- package/tsconfig.json +2 -1
- package/types/algolia/clean.d.ts +10 -0
- package/types/algolia/config.d.ts +96 -0
- package/types/algolia/downloads.d.ts +36 -0
- package/types/algolia/families.d.ts +48 -0
- package/types/algolia/models.d.ts +31 -0
- package/types/algolia/news.d.ts +33 -0
- package/types/algolia/pipedreamReindex.d.ts +4 -0
- package/types/algolia/pressRelease.d.ts +33 -0
- package/types/algolia/pressReview.d.ts +33 -0
- package/types/algolia/products.d.ts +75 -0
- package/types/algolia/projects.d.ts +43 -0
- package/types/algolia/stories.d.ts +43 -0
- package/types/algolia/subFamilies.d.ts +28 -0
- package/types/algolia/subModels.d.ts +29 -0
- package/types/downloads/classes/manageEntry.d.ts +10 -0
- package/types/downloads/import.d.ts +1 -0
- package/types/index.d.ts +32 -0
- package/types/libs/contentful-cda.d.ts +20 -0
- package/types/libs/contentful.d.ts +59 -0
- package/types/libs/imgix.d.ts +14 -0
- package/types/libs/logs.d.ts +8 -0
- package/types/libs/puppeteer.d.ts +11 -0
- package/types/libs/s3.d.ts +22 -0
- package/types/libs/sentry.d.ts +2 -0
- package/types/pim/config.d.ts +13 -0
- package/types/pim/endpoints.d.ts +20 -0
- package/types/pim/methods/catalogs.d.ts +21 -0
- package/types/pim/methods/dailyProductsUpdate.d.ts +2 -0
- package/types/pim/methods/dictionary.d.ts +6 -0
- package/types/pim/methods/families.d.ts +4 -0
- package/types/pim/methods/latestProducts.d.ts +12 -0
- package/types/pim/methods/models.d.ts +2 -0
- package/types/pim/methods/pages/catalogs.d.ts +3 -0
- package/types/pim/methods/pages/families.d.ts +6 -0
- package/types/pim/methods/pages/subfamilies.d.ts +12 -0
- package/types/pim/methods/products.d.ts +47 -0
- package/types/pim/methods/subfamilies.d.ts +13 -0
- package/types/pim/methods/submodels.d.ts +2 -0
- package/types/pim/request.d.ts +5 -0
- package/types/resources/AllProducts.d.ts +42 -0
- package/types/resources/Audit.d.ts +24 -0
- package/types/resources/CatalogDetails.d.ts +46 -0
- package/types/resources/CollectionModels.d.ts +41 -0
- package/types/resources/CollectionSubFamilies.d.ts +45 -0
- package/types/resources/CollectionSubModels.d.ts +36 -0
- package/types/resources/DProductSubLine.d.ts +34 -0
- package/types/resources/FamilyDetails.d.ts +31 -0
- package/types/resources/ProductDetails.d.ts +346 -0
- package/types/resources/ProductRelation.d.ts +25 -0
- package/types/resources/cfFields.d.ts +8 -0
- package/types/types.d.ts +188 -0
- package/types/utils.d.ts +19 -0
- package/dist/browser.js +0 -117
- package/dist/browser.js.map +0 -1
- package/src/browser.ts +0 -117
package/dist/browser.js
DELETED
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.reindexModel = exports.removeSubModelObject = exports.reindexSubModels = exports.reindexSubModel = exports.removeProductObject = exports.reindexProducts = exports.reindexProduct = exports.removeSubFamilyObject = exports.reindexSubFamily = exports.reindexSubFamilies = exports.pipedreamReindex = exports.removeFamilyObject = exports.reindexFamily = exports.reindexFamilies = exports.resetIndexSettings = exports.removeAllProductModelProductRelations = exports.removeProductFromColorVariantsByProductLine = exports.setProductAutodescriptionByTopicId = exports.getProductAutodescription = exports.setProductsAutodescription = exports.generateTechSpecPdf = exports.audit = exports.getAllProductEntriesByCatalog = exports.setProductRelationships = exports.setProductsRelationships = exports.importProductByCode = exports.importFamilies = exports.importSubFamilies = exports.importSubModels = exports.importModels = exports.dailyProductsUpdate = exports.importLatestProducts = exports.importCategories = exports.importDictionaryProductSubLine = exports.importDictionaryProductLine = exports.importDictionaryIcons = exports.importDictionaryFields = exports.savePDFToS3 = exports.getFileFromS3 = exports.saveJsonToS3 = exports.uploadS3 = exports.initS3 = exports.getTopicPage = exports.getEntryByID = exports.deleteEntries = exports.deletePages = exports.initBaseEntries = exports.initContentful = exports.initPim = exports.reportError = void 0;
|
|
4
|
-
exports.generatePDFByUrl = exports.removeRecordsByStatus = exports.setLogOptions = exports.setLogId = exports.log = exports.getStaticDailyProducts = exports.getLocalISOTime = exports.importDownloads = exports.removePostObject = exports.reindexPosts = exports.reindexPost = exports.removePressReleaseObject = exports.reindexPressReleases = exports.reindexPressRelease = exports.removePressReviewObject = exports.reindexPressReviews = exports.reindexPressReview = exports.removeStoryObject = exports.reindexStories = exports.reindexStory = exports.removeProjectObject = exports.reindexProjects = exports.reindexProject = exports.removeDownloadObject = exports.reindexDownloads = exports.reindexDownload = exports.removeModelObject = exports.reindexModels = void 0;
|
|
5
|
-
const sentry_1 = require("./libs/sentry");
|
|
6
|
-
sentry_1.initSentry();
|
|
7
|
-
var sentry_2 = require("./libs/sentry");
|
|
8
|
-
Object.defineProperty(exports, "reportError", { enumerable: true, get: function () { return sentry_2.reportError; } });
|
|
9
|
-
var config_1 = require("./pim/config");
|
|
10
|
-
Object.defineProperty(exports, "initPim", { enumerable: true, get: function () { return config_1.init; } });
|
|
11
|
-
var contentful_1 = require("./libs/contentful");
|
|
12
|
-
Object.defineProperty(exports, "initContentful", { enumerable: true, get: function () { return contentful_1.init; } });
|
|
13
|
-
Object.defineProperty(exports, "initBaseEntries", { enumerable: true, get: function () { return contentful_1.initBaseEntries; } });
|
|
14
|
-
Object.defineProperty(exports, "deletePages", { enumerable: true, get: function () { return contentful_1.deletePages; } });
|
|
15
|
-
Object.defineProperty(exports, "deleteEntries", { enumerable: true, get: function () { return contentful_1.deleteEntries; } });
|
|
16
|
-
Object.defineProperty(exports, "getEntryByID", { enumerable: true, get: function () { return contentful_1.getEntryByID; } });
|
|
17
|
-
Object.defineProperty(exports, "getTopicPage", { enumerable: true, get: function () { return contentful_1.getTopicPage; } });
|
|
18
|
-
var s3_1 = require("./libs/s3");
|
|
19
|
-
Object.defineProperty(exports, "initS3", { enumerable: true, get: function () { return s3_1.init; } });
|
|
20
|
-
Object.defineProperty(exports, "uploadS3", { enumerable: true, get: function () { return s3_1.upload; } });
|
|
21
|
-
Object.defineProperty(exports, "saveJsonToS3", { enumerable: true, get: function () { return s3_1.saveJsonToS3; } });
|
|
22
|
-
Object.defineProperty(exports, "getFileFromS3", { enumerable: true, get: function () { return s3_1.getFileFromS3; } });
|
|
23
|
-
Object.defineProperty(exports, "savePDFToS3", { enumerable: true, get: function () { return s3_1.savePDFToS3; } });
|
|
24
|
-
var dictionary_1 = require("./pim/methods/dictionary");
|
|
25
|
-
Object.defineProperty(exports, "importDictionaryFields", { enumerable: true, get: function () { return dictionary_1.importDictionaryFields; } });
|
|
26
|
-
Object.defineProperty(exports, "importDictionaryIcons", { enumerable: true, get: function () { return dictionary_1.importDictionaryIcons; } });
|
|
27
|
-
Object.defineProperty(exports, "importDictionaryProductLine", { enumerable: true, get: function () { return dictionary_1.importDictionaryProductLine; } });
|
|
28
|
-
Object.defineProperty(exports, "importDictionaryProductSubLine", { enumerable: true, get: function () { return dictionary_1.importDictionaryProductSubLine; } });
|
|
29
|
-
var catalogs_1 = require("./pim/methods/catalogs");
|
|
30
|
-
Object.defineProperty(exports, "importCategories", { enumerable: true, get: function () { return catalogs_1.importCategories; } });
|
|
31
|
-
var latestProducts_1 = require("./pim/methods/latestProducts");
|
|
32
|
-
Object.defineProperty(exports, "importLatestProducts", { enumerable: true, get: function () { return latestProducts_1.importLatestProducts; } });
|
|
33
|
-
var dailyProductsUpdate_1 = require("./pim/methods/dailyProductsUpdate");
|
|
34
|
-
Object.defineProperty(exports, "dailyProductsUpdate", { enumerable: true, get: function () { return dailyProductsUpdate_1.dailyProductsUpdate; } });
|
|
35
|
-
var models_1 = require("./pim/methods/models");
|
|
36
|
-
Object.defineProperty(exports, "importModels", { enumerable: true, get: function () { return models_1.importModels; } });
|
|
37
|
-
var submodels_1 = require("./pim/methods/submodels");
|
|
38
|
-
Object.defineProperty(exports, "importSubModels", { enumerable: true, get: function () { return submodels_1.importSubModels; } });
|
|
39
|
-
var subfamilies_1 = require("./pim/methods/subfamilies");
|
|
40
|
-
Object.defineProperty(exports, "importSubFamilies", { enumerable: true, get: function () { return subfamilies_1.importSubFamilies; } });
|
|
41
|
-
var families_1 = require("./pim/methods/families");
|
|
42
|
-
Object.defineProperty(exports, "importFamilies", { enumerable: true, get: function () { return families_1.importFamilies; } });
|
|
43
|
-
var products_1 = require("./pim/methods/products");
|
|
44
|
-
Object.defineProperty(exports, "importProductByCode", { enumerable: true, get: function () { return products_1.importProductByCode; } });
|
|
45
|
-
Object.defineProperty(exports, "setProductsRelationships", { enumerable: true, get: function () { return products_1.setProductsRelationships; } });
|
|
46
|
-
Object.defineProperty(exports, "setProductRelationships", { enumerable: true, get: function () { return products_1.setProductRelationships; } });
|
|
47
|
-
Object.defineProperty(exports, "getAllProductEntriesByCatalog", { enumerable: true, get: function () { return products_1.getAllProductEntriesByCatalog; } });
|
|
48
|
-
Object.defineProperty(exports, "audit", { enumerable: true, get: function () { return products_1.audit; } });
|
|
49
|
-
Object.defineProperty(exports, "generateTechSpecPdf", { enumerable: true, get: function () { return products_1.generateTechSpecPdf; } });
|
|
50
|
-
Object.defineProperty(exports, "setProductsAutodescription", { enumerable: true, get: function () { return products_1.setProductsAutodescription; } });
|
|
51
|
-
Object.defineProperty(exports, "getProductAutodescription", { enumerable: true, get: function () { return products_1.getProductAutodescription; } });
|
|
52
|
-
Object.defineProperty(exports, "setProductAutodescriptionByTopicId", { enumerable: true, get: function () { return products_1.setProductAutodescriptionByTopicId; } });
|
|
53
|
-
Object.defineProperty(exports, "removeProductFromColorVariantsByProductLine", { enumerable: true, get: function () { return products_1.removeProductFromColorVariantsByProductLine; } });
|
|
54
|
-
Object.defineProperty(exports, "removeAllProductModelProductRelations", { enumerable: true, get: function () { return products_1.removeAllProductModelProductRelations; } });
|
|
55
|
-
var config_2 = require("./algolia/config");
|
|
56
|
-
Object.defineProperty(exports, "resetIndexSettings", { enumerable: true, get: function () { return config_2.resetIndexSettings; } });
|
|
57
|
-
var families_2 = require("./algolia/families");
|
|
58
|
-
Object.defineProperty(exports, "reindexFamilies", { enumerable: true, get: function () { return families_2.reindexFamilies; } });
|
|
59
|
-
Object.defineProperty(exports, "reindexFamily", { enumerable: true, get: function () { return families_2.reindexFamily; } });
|
|
60
|
-
Object.defineProperty(exports, "removeFamilyObject", { enumerable: true, get: function () { return families_2.removeFamilyObject; } });
|
|
61
|
-
var pipedreamReindex_1 = require("./algolia/pipedreamReindex");
|
|
62
|
-
Object.defineProperty(exports, "pipedreamReindex", { enumerable: true, get: function () { return pipedreamReindex_1.pipedreamReindex; } });
|
|
63
|
-
var subFamilies_1 = require("./algolia/subFamilies");
|
|
64
|
-
Object.defineProperty(exports, "reindexSubFamilies", { enumerable: true, get: function () { return subFamilies_1.reindexSubFamilies; } });
|
|
65
|
-
Object.defineProperty(exports, "reindexSubFamily", { enumerable: true, get: function () { return subFamilies_1.reindexSubFamily; } });
|
|
66
|
-
Object.defineProperty(exports, "removeSubFamilyObject", { enumerable: true, get: function () { return subFamilies_1.removeSubFamilyObject; } });
|
|
67
|
-
var products_2 = require("./algolia/products");
|
|
68
|
-
Object.defineProperty(exports, "reindexProduct", { enumerable: true, get: function () { return products_2.reindexProduct; } });
|
|
69
|
-
Object.defineProperty(exports, "reindexProducts", { enumerable: true, get: function () { return products_2.reindexProducts; } });
|
|
70
|
-
Object.defineProperty(exports, "removeProductObject", { enumerable: true, get: function () { return products_2.removeProductObject; } });
|
|
71
|
-
var subModels_1 = require("./algolia/subModels");
|
|
72
|
-
Object.defineProperty(exports, "reindexSubModel", { enumerable: true, get: function () { return subModels_1.reindexSubModel; } });
|
|
73
|
-
Object.defineProperty(exports, "reindexSubModels", { enumerable: true, get: function () { return subModels_1.reindexSubModels; } });
|
|
74
|
-
Object.defineProperty(exports, "removeSubModelObject", { enumerable: true, get: function () { return subModels_1.removeSubModelObject; } });
|
|
75
|
-
var models_2 = require("./algolia/models");
|
|
76
|
-
Object.defineProperty(exports, "reindexModel", { enumerable: true, get: function () { return models_2.reindexModel; } });
|
|
77
|
-
Object.defineProperty(exports, "reindexModels", { enumerable: true, get: function () { return models_2.reindexModels; } });
|
|
78
|
-
Object.defineProperty(exports, "removeModelObject", { enumerable: true, get: function () { return models_2.removeModelObject; } });
|
|
79
|
-
var downloads_1 = require("./algolia/downloads");
|
|
80
|
-
Object.defineProperty(exports, "reindexDownload", { enumerable: true, get: function () { return downloads_1.reindexDownload; } });
|
|
81
|
-
Object.defineProperty(exports, "reindexDownloads", { enumerable: true, get: function () { return downloads_1.reindexDownloads; } });
|
|
82
|
-
Object.defineProperty(exports, "removeDownloadObject", { enumerable: true, get: function () { return downloads_1.removeDownloadObject; } });
|
|
83
|
-
var projects_1 = require("./algolia/projects");
|
|
84
|
-
Object.defineProperty(exports, "reindexProject", { enumerable: true, get: function () { return projects_1.reindexProject; } });
|
|
85
|
-
Object.defineProperty(exports, "reindexProjects", { enumerable: true, get: function () { return projects_1.reindexProjects; } });
|
|
86
|
-
Object.defineProperty(exports, "removeProjectObject", { enumerable: true, get: function () { return projects_1.removeProjectObject; } });
|
|
87
|
-
var stories_1 = require("./algolia/stories");
|
|
88
|
-
Object.defineProperty(exports, "reindexStory", { enumerable: true, get: function () { return stories_1.reindexStory; } });
|
|
89
|
-
Object.defineProperty(exports, "reindexStories", { enumerable: true, get: function () { return stories_1.reindexStories; } });
|
|
90
|
-
Object.defineProperty(exports, "removeStoryObject", { enumerable: true, get: function () { return stories_1.removeStoryObject; } });
|
|
91
|
-
var pressReview_1 = require("./algolia/pressReview");
|
|
92
|
-
Object.defineProperty(exports, "reindexPressReview", { enumerable: true, get: function () { return pressReview_1.reindexPressReview; } });
|
|
93
|
-
Object.defineProperty(exports, "reindexPressReviews", { enumerable: true, get: function () { return pressReview_1.reindexPressReviews; } });
|
|
94
|
-
Object.defineProperty(exports, "removePressReviewObject", { enumerable: true, get: function () { return pressReview_1.removePressReviewObject; } });
|
|
95
|
-
var pressRelease_1 = require("./algolia/pressRelease");
|
|
96
|
-
Object.defineProperty(exports, "reindexPressRelease", { enumerable: true, get: function () { return pressRelease_1.reindexPressRelease; } });
|
|
97
|
-
Object.defineProperty(exports, "reindexPressReleases", { enumerable: true, get: function () { return pressRelease_1.reindexPressReleases; } });
|
|
98
|
-
Object.defineProperty(exports, "removePressReleaseObject", { enumerable: true, get: function () { return pressRelease_1.removePressReleaseObject; } });
|
|
99
|
-
var news_1 = require("./algolia/news");
|
|
100
|
-
Object.defineProperty(exports, "reindexPost", { enumerable: true, get: function () { return news_1.reindexPost; } });
|
|
101
|
-
Object.defineProperty(exports, "reindexPosts", { enumerable: true, get: function () { return news_1.reindexPosts; } });
|
|
102
|
-
Object.defineProperty(exports, "removePostObject", { enumerable: true, get: function () { return news_1.removePostObject; } });
|
|
103
|
-
var import_1 = require("./downloads/import");
|
|
104
|
-
Object.defineProperty(exports, "importDownloads", { enumerable: true, get: function () { return import_1.importDownloads; } });
|
|
105
|
-
var utils_1 = require("./utils");
|
|
106
|
-
Object.defineProperty(exports, "getLocalISOTime", { enumerable: true, get: function () { return utils_1.getLocalISOTime; } });
|
|
107
|
-
var endpoints_1 = require("./pim/endpoints");
|
|
108
|
-
Object.defineProperty(exports, "getStaticDailyProducts", { enumerable: true, get: function () { return endpoints_1.getStaticDailyProducts; } });
|
|
109
|
-
var logs_1 = require("./libs/logs");
|
|
110
|
-
Object.defineProperty(exports, "log", { enumerable: true, get: function () { return logs_1.log; } });
|
|
111
|
-
Object.defineProperty(exports, "setLogId", { enumerable: true, get: function () { return logs_1.setLogId; } });
|
|
112
|
-
Object.defineProperty(exports, "setLogOptions", { enumerable: true, get: function () { return logs_1.setLogOptions; } });
|
|
113
|
-
var clean_1 = require("./algolia/clean");
|
|
114
|
-
Object.defineProperty(exports, "removeRecordsByStatus", { enumerable: true, get: function () { return clean_1.removeRecordsByStatus; } });
|
|
115
|
-
var puppeteer_1 = require("./libs/puppeteer");
|
|
116
|
-
Object.defineProperty(exports, "generatePDFByUrl", { enumerable: true, get: function () { return puppeteer_1.generatePDFByUrl; } });
|
|
117
|
-
//# sourceMappingURL=browser.js.map
|
package/dist/browser.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser.js","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"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"}
|
package/src/browser.ts
DELETED
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import { initSentry } from "./libs/sentry";
|
|
2
|
-
initSentry();
|
|
3
|
-
export { reportError } from "./libs/sentry";
|
|
4
|
-
export { init as initPim } from "./pim/config";
|
|
5
|
-
export {
|
|
6
|
-
init as initContentful,
|
|
7
|
-
initBaseEntries,
|
|
8
|
-
deletePages,
|
|
9
|
-
deleteEntries,
|
|
10
|
-
getEntryByID,
|
|
11
|
-
getTopicPage,
|
|
12
|
-
} from "./libs/contentful";
|
|
13
|
-
export {
|
|
14
|
-
init as initS3,
|
|
15
|
-
upload as uploadS3,
|
|
16
|
-
saveJsonToS3,
|
|
17
|
-
getFileFromS3,
|
|
18
|
-
savePDFToS3,
|
|
19
|
-
} from "./libs/s3";
|
|
20
|
-
export {
|
|
21
|
-
importDictionaryFields,
|
|
22
|
-
importDictionaryIcons,
|
|
23
|
-
importDictionaryProductLine,
|
|
24
|
-
importDictionaryProductSubLine,
|
|
25
|
-
} from "./pim/methods/dictionary";
|
|
26
|
-
export { importCategories } from "./pim/methods/catalogs";
|
|
27
|
-
export { importLatestProducts } from "./pim/methods/latestProducts";
|
|
28
|
-
export { dailyProductsUpdate } from "./pim/methods/dailyProductsUpdate";
|
|
29
|
-
export { importModels } from "./pim/methods/models";
|
|
30
|
-
export { importSubModels } from "./pim/methods/submodels";
|
|
31
|
-
export { importSubFamilies } from "./pim/methods/subfamilies";
|
|
32
|
-
export { importFamilies } from "./pim/methods/families";
|
|
33
|
-
export {
|
|
34
|
-
importProductByCode,
|
|
35
|
-
setProductsRelationships,
|
|
36
|
-
setProductRelationships,
|
|
37
|
-
getAllProductEntriesByCatalog,
|
|
38
|
-
audit,
|
|
39
|
-
generateTechSpecPdf,
|
|
40
|
-
setProductsAutodescription,
|
|
41
|
-
getProductAutodescription,
|
|
42
|
-
setProductAutodescriptionByTopicId,
|
|
43
|
-
removeProductFromColorVariantsByProductLine,
|
|
44
|
-
removeAllProductModelProductRelations,
|
|
45
|
-
} from "./pim/methods/products";
|
|
46
|
-
// export {
|
|
47
|
-
// createOrUpdateCatalogPages,
|
|
48
|
-
// createOrUpdateCatalogPageByCode,
|
|
49
|
-
// } from "./pim/methods/pages/catalogs";
|
|
50
|
-
export { resetIndexSettings } from "./algolia/config";
|
|
51
|
-
export {
|
|
52
|
-
reindexFamilies,
|
|
53
|
-
reindexFamily,
|
|
54
|
-
removeFamilyObject,
|
|
55
|
-
} from "./algolia/families";
|
|
56
|
-
export { pipedreamReindex } from "./algolia/pipedreamReindex";
|
|
57
|
-
// export {
|
|
58
|
-
// createOrUpdateFamilyPages,
|
|
59
|
-
// createOrUpdateFamilyPageByCode,
|
|
60
|
-
// } from "./pim/methods/pages/families";
|
|
61
|
-
export {
|
|
62
|
-
reindexSubFamilies,
|
|
63
|
-
reindexSubFamily,
|
|
64
|
-
removeSubFamilyObject,
|
|
65
|
-
} from "./algolia/subFamilies";
|
|
66
|
-
// export {
|
|
67
|
-
// createOrUpdateSubFamilyPages,
|
|
68
|
-
// createOrUpdateSubFamilyPageByCode,
|
|
69
|
-
// createOrUpdateSubFamilyPagesByCatalog,
|
|
70
|
-
// } from "./pim/methods/pages/subfamilies";
|
|
71
|
-
export {
|
|
72
|
-
reindexProduct,
|
|
73
|
-
reindexProducts,
|
|
74
|
-
removeProductObject,
|
|
75
|
-
} from "./algolia/products";
|
|
76
|
-
export {
|
|
77
|
-
reindexSubModel,
|
|
78
|
-
reindexSubModels,
|
|
79
|
-
removeSubModelObject,
|
|
80
|
-
} from "./algolia/subModels";
|
|
81
|
-
export {
|
|
82
|
-
reindexModel,
|
|
83
|
-
reindexModels,
|
|
84
|
-
removeModelObject,
|
|
85
|
-
} from "./algolia/models";
|
|
86
|
-
export {
|
|
87
|
-
reindexDownload,
|
|
88
|
-
reindexDownloads,
|
|
89
|
-
removeDownloadObject,
|
|
90
|
-
} from "./algolia/downloads";
|
|
91
|
-
export {
|
|
92
|
-
reindexProject,
|
|
93
|
-
reindexProjects,
|
|
94
|
-
removeProjectObject,
|
|
95
|
-
} from "./algolia/projects";
|
|
96
|
-
export {
|
|
97
|
-
reindexStory,
|
|
98
|
-
reindexStories,
|
|
99
|
-
removeStoryObject,
|
|
100
|
-
} from "./algolia/stories";
|
|
101
|
-
export {
|
|
102
|
-
reindexPressReview,
|
|
103
|
-
reindexPressReviews,
|
|
104
|
-
removePressReviewObject,
|
|
105
|
-
} from "./algolia/pressReview";
|
|
106
|
-
export {
|
|
107
|
-
reindexPressRelease,
|
|
108
|
-
reindexPressReleases,
|
|
109
|
-
removePressReleaseObject,
|
|
110
|
-
} from "./algolia/pressRelease";
|
|
111
|
-
export { reindexPost, reindexPosts, removePostObject } from "./algolia/news";
|
|
112
|
-
export { importDownloads } from "./downloads/import";
|
|
113
|
-
export { getLocalISOTime } from "./utils";
|
|
114
|
-
export { getStaticDailyProducts } from "./pim/endpoints";
|
|
115
|
-
export { log, setLogId, setLogOptions } from "./libs/logs";
|
|
116
|
-
export { removeRecordsByStatus } from "./algolia/clean";
|
|
117
|
-
export { generatePDFByUrl } from "./libs/puppeteer";
|