@unchainedshop/platform 2.0.0-rc.2 → 2.0.0-rc.4
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/lib/bulk-importer/createBulkImporter.d.ts +2 -2
- package/lib/bulk-importer/createBulkImporter.js +3 -3
- package/lib/bulk-importer/createBulkImporter.js.map +1 -1
- package/lib/bulk-importer/handlers/assortment/create.d.ts +1 -1
- package/lib/bulk-importer/handlers/assortment/create.js +6 -6
- package/lib/bulk-importer/handlers/assortment/create.js.map +1 -1
- package/lib/bulk-importer/handlers/assortment/index.d.ts +3 -3
- package/lib/bulk-importer/handlers/assortment/index.js +3 -3
- package/lib/bulk-importer/handlers/assortment/index.js.map +1 -1
- package/lib/bulk-importer/handlers/assortment/remove.d.ts +1 -1
- package/lib/bulk-importer/handlers/assortment/update.d.ts +1 -1
- package/lib/bulk-importer/handlers/assortment/update.js +6 -6
- package/lib/bulk-importer/handlers/assortment/update.js.map +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertAssortmentChildren.d.ts +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertAssortmentChildren.js +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertAssortmentChildren.js.map +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertAssortmentContent.d.ts +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertAssortmentFilters.d.ts +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertAssortmentFilters.js +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertAssortmentFilters.js.map +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertAssortmentProducts.d.ts +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertAssortmentProducts.js +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertAssortmentProducts.js.map +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertMedia.d.ts +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertMedia.js +1 -1
- package/lib/bulk-importer/handlers/assortment/upsertMedia.js.map +1 -1
- package/lib/bulk-importer/handlers/filter/create.d.ts +1 -1
- package/lib/bulk-importer/handlers/filter/create.js +2 -2
- package/lib/bulk-importer/handlers/filter/create.js.map +1 -1
- package/lib/bulk-importer/handlers/filter/index.d.ts +3 -3
- package/lib/bulk-importer/handlers/filter/index.js +3 -3
- package/lib/bulk-importer/handlers/filter/index.js.map +1 -1
- package/lib/bulk-importer/handlers/filter/remove.d.ts +1 -1
- package/lib/bulk-importer/handlers/filter/update.d.ts +1 -1
- package/lib/bulk-importer/handlers/filter/update.js +2 -2
- package/lib/bulk-importer/handlers/filter/update.js.map +1 -1
- package/lib/bulk-importer/handlers/filter/upsertFilterContent.d.ts +2 -2
- package/lib/bulk-importer/handlers/filter/upsertFilterOptionContent.d.ts +1 -1
- package/lib/bulk-importer/handlers/product/create.d.ts +1 -1
- package/lib/bulk-importer/handlers/product/create.js +4 -4
- package/lib/bulk-importer/handlers/product/create.js.map +1 -1
- package/lib/bulk-importer/handlers/product/index.d.ts +3 -3
- package/lib/bulk-importer/handlers/product/index.js +3 -3
- package/lib/bulk-importer/handlers/product/index.js.map +1 -1
- package/lib/bulk-importer/handlers/product/remove.d.ts +1 -1
- package/lib/bulk-importer/handlers/product/transformSpecificationToProductStructure.js +1 -1
- package/lib/bulk-importer/handlers/product/transformSpecificationToProductStructure.js.map +1 -1
- package/lib/bulk-importer/handlers/product/update.d.ts +1 -1
- package/lib/bulk-importer/handlers/product/update.js +4 -4
- package/lib/bulk-importer/handlers/product/update.js.map +1 -1
- package/lib/bulk-importer/handlers/product/upsertMedia.d.ts +1 -1
- package/lib/bulk-importer/handlers/product/upsertMedia.js +2 -2
- package/lib/bulk-importer/handlers/product/upsertMedia.js.map +1 -1
- package/lib/bulk-importer/handlers/product/upsertProductContent.d.ts +1 -1
- package/lib/bulk-importer/handlers/product/upsertVariations.d.ts +1 -1
- package/lib/bulk-importer/upsertAsset.d.ts +2 -2
- package/lib/context/index.d.ts +2 -2
- package/lib/context/index.js +2 -2
- package/lib/context/index.js.map +1 -1
- package/lib/context/setAccessToken.d.ts +1 -1
- package/lib/context/withAccessToken.d.ts +1 -1
- package/lib/migrations/createMigrationRunner.d.ts +1 -1
- package/lib/migrations/migrationRepository.d.ts +2 -2
- package/lib/migrations/runMigrations.d.ts +1 -1
- package/lib/migrations/runMigrations.js +1 -1
- package/lib/migrations/runMigrations.js.map +1 -1
- package/lib/platform-index.d.ts +2 -2
- package/lib/platform-index.js +2 -2
- package/lib/platform-index.js.map +1 -1
- package/lib/setup/setupAccounts.d.ts +1 -1
- package/lib/setup/setupCarts.d.ts +2 -2
- package/lib/setup/setupTemplates.js +7 -7
- package/lib/setup/setupTemplates.js.map +1 -1
- package/lib/setup/setupWorkqueue.d.ts +2 -2
- package/lib/startPlatform.d.ts +3 -3
- package/lib/startPlatform.js +10 -9
- package/lib/startPlatform.js.map +1 -1
- package/lib/templates/resolveAccountActionTemplate.d.ts +1 -1
- package/lib/templates/resolveEnrollmentStatusTemplate.d.ts +1 -1
- package/lib/templates/resolveForwardDeliveryTemplate.d.ts +1 -1
- package/lib/templates/resolveForwardDeliveryTemplate.js +2 -2
- package/lib/templates/resolveForwardDeliveryTemplate.js.map +1 -1
- package/lib/templates/resolveOrderConfirmationTemplate.d.ts +1 -1
- package/lib/templates/resolveOrderConfirmationTemplate.js +3 -3
- package/lib/templates/resolveOrderConfirmationTemplate.js.map +1 -1
- package/lib/templates/resolveOrderRejectionTemplate.d.ts +1 -1
- package/lib/templates/resolveQuotationStatusTemplate.d.ts +1 -1
- package/lib/templates/utils/getOrderAttachmentsData.d.ts +2 -2
- package/lib/templates/utils/getOrderPositionsData.d.ts +3 -3
- package/package.json +11 -11
- package/src/bulk-importer/createBulkImporter.ts +5 -5
- package/src/bulk-importer/handlers/assortment/create.ts +7 -7
- package/src/bulk-importer/handlers/assortment/index.ts +3 -3
- package/src/bulk-importer/handlers/assortment/remove.ts +1 -1
- package/src/bulk-importer/handlers/assortment/update.ts +7 -7
- package/src/bulk-importer/handlers/assortment/upsertAssortmentChildren.ts +3 -3
- package/src/bulk-importer/handlers/assortment/upsertAssortmentContent.ts +2 -2
- package/src/bulk-importer/handlers/assortment/upsertAssortmentFilters.ts +3 -3
- package/src/bulk-importer/handlers/assortment/upsertAssortmentProducts.ts +3 -3
- package/src/bulk-importer/handlers/assortment/upsertMedia.ts +3 -3
- package/src/bulk-importer/handlers/filter/create.ts +3 -3
- package/src/bulk-importer/handlers/filter/index.ts +3 -3
- package/src/bulk-importer/handlers/filter/remove.ts +1 -1
- package/src/bulk-importer/handlers/filter/update.ts +3 -3
- package/src/bulk-importer/handlers/filter/upsertFilterContent.ts +2 -2
- package/src/bulk-importer/handlers/filter/upsertFilterOptionContent.ts +2 -2
- package/src/bulk-importer/handlers/product/create.ts +5 -5
- package/src/bulk-importer/handlers/product/index.ts +3 -3
- package/src/bulk-importer/handlers/product/remove.ts +1 -1
- package/src/bulk-importer/handlers/product/transformSpecificationToProductStructure.ts +1 -1
- package/src/bulk-importer/handlers/product/update.ts +5 -5
- package/src/bulk-importer/handlers/product/upsertMedia.ts +4 -4
- package/src/bulk-importer/handlers/product/upsertProductContent.ts +2 -2
- package/src/bulk-importer/handlers/product/upsertVariations.ts +2 -2
- package/src/bulk-importer/upsertAsset.ts +2 -2
- package/src/context/index.ts +2 -2
- package/src/context/setAccessToken.ts +1 -1
- package/src/context/withAccessToken.ts +1 -1
- package/src/migrations/migrationRepository.ts +2 -2
- package/src/migrations/runMigrations.ts +2 -2
- package/src/platform-index.ts +2 -2
- package/src/setup/setupAccounts.ts +2 -2
- package/src/setup/setupCarts.ts +2 -2
- package/src/setup/setupTemplates.ts +7 -7
- package/src/setup/setupWorkqueue.ts +2 -2
- package/src/startPlatform.ts +11 -9
- package/src/templates/resolveAccountActionTemplate.ts +1 -1
- package/src/templates/resolveEnrollmentStatusTemplate.ts +1 -1
- package/src/templates/resolveForwardDeliveryTemplate.ts +3 -3
- package/src/templates/resolveOrderConfirmationTemplate.ts +4 -4
- package/src/templates/resolveOrderRejectionTemplate.ts +1 -1
- package/src/templates/resolveQuotationStatusTemplate.ts +1 -1
- package/src/templates/utils/getOrderAttachmentsData.ts +2 -2
- package/src/templates/utils/getOrderPositionsData.ts +3 -3
- package/tsconfig.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createLogger } from '@unchainedshop/logger';
|
|
2
2
|
import { generateDbFilterById } from '@unchainedshop/utils';
|
|
3
|
-
import { createMigrationRunner } from './createMigrationRunner';
|
|
3
|
+
import { createMigrationRunner } from './createMigrationRunner.js';
|
|
4
4
|
export const runMigrations = async ({ migrationRepository, logger = createLogger('unchained:migrations'), unchainedAPI, }) => {
|
|
5
5
|
const LastMigration = migrationRepository.db.collection('last-migration');
|
|
6
6
|
const findCurrentId = async () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runMigrations.js","sourceRoot":"","sources":["../../src/migrations/runMigrations.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"runMigrations.js","sourceRoot":"","sources":["../../src/migrations/runMigrations.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,EAAE,EAClC,mBAAmB,EACnB,MAAM,GAAG,YAAY,CAAC,sBAAsB,CAAC,EAC7C,YAAY,GAKb,EAAE,EAAE;IACH,MAAM,aAAa,GAAG,mBAAmB,CAAC,EAAE,CAAC,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAE1E,MAAM,aAAa,GAAG,KAAK,IAAI,EAAE;QAC/B,MAAM,IAAI,GAAG,MAAM,aAAa,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QAC3F,MAAM,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;QAC/B,MAAM,CAAC,OAAO,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;QAClD,OAAO,EAAE,CAAC;IACZ,CAAC,CAAC;IAEF,MAAM,mBAAmB,GAAG,KAAK,EAAE,EAAU,EAAE,MAAc,EAAE,EAAE;QAC/D,MAAM,aAAa,CAAC,SAAS,CAC3B,oBAAoB,CAAC,EAAE,EAAE,EAAE,QAAQ,EAAE,WAAW,EAAE,CAAC,EACnD;YACE,IAAI,EAAE;gBACJ,GAAG,EAAE,EAAE;gBACP,MAAM;gBACN,QAAQ,EAAE,WAAW;gBACrB,SAAS,EAAE,IAAI,IAAI,EAAE;aACtB;SACF,EACD;YACE,MAAM,EAAE,IAAI;SACb,CACF,CAAC;QACF,MAAM,CAAC,OAAO,CAAC,aAAa,MAAM,QAAQ,EAAE,EAAE,CAAC,CAAC;QAChD,OAAO,EAAE,CAAC;IACZ,CAAC,CAAC;IAEF,MAAM,SAAS,GAAG,MAAM,aAAa,EAAE,CAAC;IACxC,MAAM,MAAM,GAAG,qBAAqB,CAAC;QACnC,SAAS;QACT,MAAM;QACN,mBAAmB;QACnB,mBAAmB;QACnB,YAAY;KACb,CAAC,CAAC;IAEH,MAAM,CAAC,eAAe,EAAE,cAAc,CAAC,GAAG,MAAM,MAAM,CAAC,GAAG,EAAE,CAAC;IAE7D,IAAI,cAAc,KAAK,IAAI,EAAE;QAC3B,IAAI,cAAc,GAAG,CAAC,EAAE;YACtB,MAAM,CAAC,IAAI,CAAC,OAAO,cAAc,8CAA8C,eAAe,EAAE,CAAC,CAAC;SACnG;aAAM;YACL,MAAM,CAAC,IAAI,CAAC,4CAA4C,SAAS,EAAE,CAAC,CAAC;SACtE;KACF;SAAM;QACL,MAAM,CAAC,IAAI,CAAC,+CAA+C,eAAe,EAAE,CAAC,CAAC;KAC/E;AACH,CAAC,CAAC"}
|
package/lib/platform-index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './startPlatform';
|
|
2
|
-
export * from './context';
|
|
1
|
+
export * from './startPlatform.js';
|
|
2
|
+
export * from './context/index.js';
|
|
3
3
|
declare const connectPlatformToExpress4: (expressApp: import("express").Express, { apolloGraphQLServer }: {
|
|
4
4
|
apolloGraphQLServer: import("@apollo/server").ApolloServer<import("@apollo/server").BaseContext>;
|
|
5
5
|
}) => void;
|
package/lib/platform-index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { express } from '@unchainedshop/api';
|
|
2
|
-
export * from './startPlatform';
|
|
3
|
-
export * from './context';
|
|
2
|
+
export * from './startPlatform.js';
|
|
3
|
+
export * from './context/index.js';
|
|
4
4
|
const connectPlatformToExpress4 = express.connect;
|
|
5
5
|
export { connectPlatformToExpress4 };
|
|
6
6
|
//# sourceMappingURL=platform-index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform-index.js","sourceRoot":"","sources":["../src/platform-index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,cAAc,
|
|
1
|
+
{"version":3,"file":"platform-index.js","sourceRoot":"","sources":["../src/platform-index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AAEnC,MAAM,yBAAyB,GAAG,OAAO,CAAC,OAAO,CAAC;AAElD,OAAO,EAAE,yBAAyB,EAAE,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
2
|
export declare const setupAccounts: (unchainedAPI: UnchainedCore) => any;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import { SetupCartsOptions } from '@unchainedshop/types/platform';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import { SetupCartsOptions } from '@unchainedshop/types/platform.js';
|
|
3
3
|
export declare const setupCarts: (unchainedAPI: UnchainedCore, options?: SetupCartsOptions) => Promise<void>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { MessageTypes } from '@unchainedshop/types/platform';
|
|
1
|
+
import { MessageTypes } from '@unchainedshop/types/platform.js';
|
|
2
2
|
import { MessagingDirector } from '@unchainedshop/core-messaging';
|
|
3
|
-
import { resolveOrderRejectionTemplate } from '../templates/resolveOrderRejectionTemplate';
|
|
4
|
-
import { resolveAccountActionTemplate } from '../templates/resolveAccountActionTemplate';
|
|
5
|
-
import { resolveForwardDeliveryTemplate } from '../templates/resolveForwardDeliveryTemplate';
|
|
6
|
-
import { resolveOrderConfirmationTemplate } from '../templates/resolveOrderConfirmationTemplate';
|
|
7
|
-
import { resolveQuotationStatusTemplate } from '../templates/resolveQuotationStatusTemplate';
|
|
8
|
-
import { resolveEnrollmentStatusTemplate } from '../templates/resolveEnrollmentStatusTemplate';
|
|
3
|
+
import { resolveOrderRejectionTemplate } from '../templates/resolveOrderRejectionTemplate.js';
|
|
4
|
+
import { resolveAccountActionTemplate } from '../templates/resolveAccountActionTemplate.js';
|
|
5
|
+
import { resolveForwardDeliveryTemplate } from '../templates/resolveForwardDeliveryTemplate.js';
|
|
6
|
+
import { resolveOrderConfirmationTemplate } from '../templates/resolveOrderConfirmationTemplate.js';
|
|
7
|
+
import { resolveQuotationStatusTemplate } from '../templates/resolveQuotationStatusTemplate.js';
|
|
8
|
+
import { resolveEnrollmentStatusTemplate } from '../templates/resolveEnrollmentStatusTemplate.js';
|
|
9
9
|
export const setupTemplates = () => {
|
|
10
10
|
MessagingDirector.registerTemplate(MessageTypes.ACCOUNT_ACTION, resolveAccountActionTemplate);
|
|
11
11
|
MessagingDirector.registerTemplate(MessageTypes.DELIVERY, resolveForwardDeliveryTemplate);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setupTemplates.js","sourceRoot":"","sources":["../../src/setup/setupTemplates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"setupTemplates.js","sourceRoot":"","sources":["../../src/setup/setupTemplates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,8CAA8C,CAAC;AAC5F,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,+BAA+B,EAAE,MAAM,iDAAiD,CAAC;AAElG,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,EAAE;IACjC,iBAAiB,CAAC,gBAAgB,CAAC,YAAY,CAAC,cAAc,EAAE,4BAA4B,CAAC,CAAC;IAC9F,iBAAiB,CAAC,gBAAgB,CAAC,YAAY,CAAC,QAAQ,EAAE,8BAA8B,CAAC,CAAC;IAC1F,iBAAiB,CAAC,gBAAgB,CAAC,YAAY,CAAC,kBAAkB,EAAE,gCAAgC,CAAC,CAAC;IACtG,iBAAiB,CAAC,gBAAgB,CAAC,YAAY,CAAC,eAAe,EAAE,6BAA6B,CAAC,CAAC;IAChG,iBAAiB,CAAC,gBAAgB,CAAC,YAAY,CAAC,gBAAgB,EAAE,8BAA8B,CAAC,CAAC;IAClG,iBAAiB,CAAC,gBAAgB,CAAC,YAAY,CAAC,iBAAiB,EAAE,+BAA+B,CAAC,CAAC;AACtG,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SetupWorkqueueOptions } from '@unchainedshop/types/platform';
|
|
2
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
1
|
+
import { SetupWorkqueueOptions } from '@unchainedshop/types/platform.js';
|
|
2
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
3
3
|
export declare const setupWorkqueue: (unchainedAPI: UnchainedCore, { workerId, batchCount, schedule }?: SetupWorkqueueOptions) => {
|
|
4
4
|
start: () => void;
|
|
5
5
|
stop: () => void;
|
package/lib/startPlatform.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PlatformOptions, MessageTypes } from '@unchainedshop/types/platform';
|
|
2
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
1
|
+
import { PlatformOptions, MessageTypes } from '@unchainedshop/types/platform.js';
|
|
2
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
3
3
|
export { MessageTypes };
|
|
4
4
|
export declare const queueWorkers: Array<any>;
|
|
5
|
-
export declare const startPlatform: ({ modules, services, typeDefs, resolvers, options, rolesOptions, bulkImporter: bulkImporterOptions, schema, plugins, cache, workQueueOptions, context, introspection, playground, tracing, cacheControl, }: PlatformOptions) => Promise<{
|
|
5
|
+
export declare const startPlatform: ({ modules, services, typeDefs, resolvers, options, adminUiConfig, rolesOptions, bulkImporter: bulkImporterOptions, schema, plugins, cache, workQueueOptions, context, introspection, playground, tracing, cacheControl, }: PlatformOptions) => Promise<{
|
|
6
6
|
unchainedAPI: UnchainedCore;
|
|
7
7
|
apolloGraphQLServer: any;
|
|
8
8
|
}>;
|
package/lib/startPlatform.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { MessageTypes } from '@unchainedshop/types/platform';
|
|
1
|
+
import { MessageTypes } from '@unchainedshop/types/platform.js';
|
|
2
2
|
import { startAPIServer, roles } from '@unchainedshop/api';
|
|
3
3
|
import { initCore } from '@unchainedshop/core';
|
|
4
4
|
import { initDb } from '@unchainedshop/mongodb';
|
|
5
5
|
import { createLogger } from '@unchainedshop/logger';
|
|
6
6
|
import { getRegisteredEvents } from '@unchainedshop/events';
|
|
7
7
|
import { WorkerDirector } from '@unchainedshop/core-worker';
|
|
8
|
-
import { createBulkImporterFactory } from './bulk-importer/createBulkImporter';
|
|
9
|
-
import { runMigrations } from './migrations/runMigrations';
|
|
10
|
-
import { setupAccounts } from './setup/setupAccounts';
|
|
11
|
-
import { setupCarts } from './setup/setupCarts';
|
|
12
|
-
import { setupTemplates } from './setup/setupTemplates';
|
|
13
|
-
import { setupWorkqueue } from './setup/setupWorkqueue';
|
|
14
|
-
import { createMigrationRepository } from './migrations/migrationRepository';
|
|
8
|
+
import { createBulkImporterFactory } from './bulk-importer/createBulkImporter.js';
|
|
9
|
+
import { runMigrations } from './migrations/runMigrations.js';
|
|
10
|
+
import { setupAccounts } from './setup/setupAccounts.js';
|
|
11
|
+
import { setupCarts } from './setup/setupCarts.js';
|
|
12
|
+
import { setupTemplates } from './setup/setupTemplates.js';
|
|
13
|
+
import { setupWorkqueue } from './setup/setupWorkqueue.js';
|
|
14
|
+
import { createMigrationRepository } from './migrations/migrationRepository.js';
|
|
15
15
|
export { MessageTypes };
|
|
16
16
|
const logger = createLogger('unchained');
|
|
17
17
|
const REQUIRED_ENV_VARIABLES = ['EMAIL_WEBSITE_NAME', 'EMAIL_WEBSITE_URL', 'EMAIL_FROM'];
|
|
@@ -29,7 +29,7 @@ const checkWorkQueueEnabled = (options) => {
|
|
|
29
29
|
return !UNCHAINED_DISABLE_WORKER;
|
|
30
30
|
};
|
|
31
31
|
export const queueWorkers = [];
|
|
32
|
-
export const startPlatform = async ({ modules = {}, services = {}, typeDefs = [], resolvers = [], options = {}, rolesOptions = {}, bulkImporter: bulkImporterOptions, schema, plugins, cache, workQueueOptions, context, introspection, playground, tracing, cacheControl, }) => {
|
|
32
|
+
export const startPlatform = async ({ modules = {}, services = {}, typeDefs = [], resolvers = [], options = {}, adminUiConfig = {}, rolesOptions = {}, bulkImporter: bulkImporterOptions, schema, plugins, cache, workQueueOptions, context, introspection, playground, tracing, cacheControl, }) => {
|
|
33
33
|
exitOnMissingEnvironmentVariables();
|
|
34
34
|
// Configure database
|
|
35
35
|
const db = await initDb();
|
|
@@ -73,6 +73,7 @@ export const startPlatform = async ({ modules = {}, services = {}, typeDefs = []
|
|
|
73
73
|
playground,
|
|
74
74
|
tracing,
|
|
75
75
|
cacheControl,
|
|
76
|
+
adminUiConfig,
|
|
76
77
|
});
|
|
77
78
|
// Setup work queues for scheduled work
|
|
78
79
|
if (isWorkQueueEnabled) {
|
package/lib/startPlatform.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"startPlatform.js","sourceRoot":"","sources":["../src/startPlatform.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,YAAY,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"startPlatform.js","sourceRoot":"","sources":["../src/startPlatform.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TemplateResolver } from '@unchainedshop/types/messaging';
|
|
1
|
+
import { TemplateResolver } from '@unchainedshop/types/messaging.js';
|
|
2
2
|
export declare const resolveAccountActionTemplate: TemplateResolver;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TemplateResolver } from '@unchainedshop/types/messaging';
|
|
1
|
+
import { TemplateResolver } from '@unchainedshop/types/messaging.js';
|
|
2
2
|
export declare const resolveEnrollmentStatusTemplate: TemplateResolver;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TemplateResolver } from '@unchainedshop/types/messaging';
|
|
1
|
+
import { TemplateResolver } from '@unchainedshop/types/messaging.js';
|
|
2
2
|
export declare const resolveForwardDeliveryTemplate: TemplateResolver;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { systemLocale } from '@unchainedshop/utils';
|
|
2
|
-
import { getOrderAttachmentsData } from './utils/getOrderAttachmentsData';
|
|
3
|
-
import { getOrderPositionsData } from './utils/getOrderPositionsData';
|
|
2
|
+
import { getOrderAttachmentsData } from './utils/getOrderAttachmentsData.js';
|
|
3
|
+
import { getOrderPositionsData } from './utils/getOrderPositionsData.js';
|
|
4
4
|
const { EMAIL_FROM, EMAIL_WEBSITE_NAME, ROOT_URL } = process.env;
|
|
5
5
|
const mjmlTemplate = `
|
|
6
6
|
<mjml>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolveForwardDeliveryTemplate.js","sourceRoot":"","sources":["../../src/templates/resolveForwardDeliveryTemplate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"resolveForwardDeliveryTemplate.js","sourceRoot":"","sources":["../../src/templates/resolveForwardDeliveryTemplate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAEzE,MAAM,EAAE,UAAU,EAAE,kBAAkB,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;AAEjE,MAAM,YAAY,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCpB,CAAC;AAEF,MAAM,YAAY,GAAG;;;;;;;;;;;;;;;;;;;;;;CAsBpB,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAAqB,KAAK,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE;IACrG,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAC5B,MAAM,KAAK,GAAG,MAAM,OAAO,CAAC,MAAM,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC;IAC1D,MAAM,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;IAExD,MAAM,SAAS,GAAG,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,cAAc,EAAE,CAAC;IAE3D,MAAM,WAAW,GAAG,MAAM,uBAAuB,CAAC,KAAK,EAAE,EAAE,QAAQ,EAAE,eAAe,EAAE,EAAE,OAAO,CAAC,CAAC;IAEjG,MAAM,OAAO,GAAG,KAAK,CAAC,cAAc,CAAC;IACrC,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE;QACzD,OAAO;YACL,GAAG,GAAG;YACN,CAAC,GAAG,CAAC,EAAE,KAAK;SACb,CAAC;IACJ,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,OAAO,GAAG,GAAG,kBAAkB,iBAAiB,KAAK,CAAC,WAAW,EAAE,CAAC;IAE1E,MAAM,WAAW,GAAG,GAAG,QAAQ,qBAAqB,KAAK,CAAC,GAAG,EAAE,CAAC;IAEhE,MAAM,IAAI,GAAG;QACX,OAAO,EAAE,KAAK,CAAC,OAAO,IAAI,EAAE;QAC5B,WAAW;QACX,KAAK,EAAE,qBAAqB,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,YAAY,EAAE,EAAE,OAAO,CAAC;QACtE,SAAS;QACT,WAAW,EAAE,KAAK,CAAC,WAAW;QAC9B,QAAQ,EAAE,kBAAkB;QAC5B,OAAO;QACP,KAAK,EAAE,YAAY,CAAC,KAAK,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,GAAG,GAAG;QAC9D,GAAG,YAAY;QACf,OAAO;KACR,CAAC;IAEF,OAAO;QACL;YACE,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACL,IAAI,EAAE,YAAY,CAAC,IAAI,IAAI,UAAU,IAAI,yBAAyB;gBAClE,EAAE,EAAE,YAAY,CAAC,EAAE,IAAI,wBAAwB;gBAC/C,EAAE,EAAE,YAAY,CAAC,EAAE;gBACnB,OAAO;gBACP,IAAI,EAAE,OAAO,CAAC,SAAS,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,CAAC;gBACxD,IAAI,EAAE,OAAO,CAAC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,CAAC;gBAC5D,WAAW;aACZ;SACF;KACF,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TemplateResolver } from '@unchainedshop/types/messaging';
|
|
1
|
+
import { TemplateResolver } from '@unchainedshop/types/messaging.js';
|
|
2
2
|
export declare const resolveOrderConfirmationTemplate: TemplateResolver;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { OrderPricingRowCategory } from '@unchainedshop/types/orders.pricing';
|
|
2
|
-
import { getOrderAttachmentsData } from './utils/getOrderAttachmentsData';
|
|
3
|
-
import { getOrderPositionsData } from './utils/getOrderPositionsData';
|
|
1
|
+
import { OrderPricingRowCategory } from '@unchainedshop/types/orders.pricing.js';
|
|
2
|
+
import { getOrderAttachmentsData } from './utils/getOrderAttachmentsData.js';
|
|
3
|
+
import { getOrderPositionsData } from './utils/getOrderPositionsData.js';
|
|
4
4
|
const { EMAIL_FROM, EMAIL_WEBSITE_NAME, EMAIL_WEBSITE_URL } = process.env;
|
|
5
5
|
const mjmlTemplate = `
|
|
6
6
|
<mjml>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolveOrderConfirmationTemplate.js","sourceRoot":"","sources":["../../src/templates/resolveOrderConfirmationTemplate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"resolveOrderConfirmationTemplate.js","sourceRoot":"","sources":["../../src/templates/resolveOrderConfirmationTemplate.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TemplateResolver } from '@unchainedshop/types/messaging';
|
|
1
|
+
import { TemplateResolver } from '@unchainedshop/types/messaging.js';
|
|
2
2
|
export declare const resolveOrderRejectionTemplate: TemplateResolver;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TemplateResolver } from '@unchainedshop/types/messaging';
|
|
1
|
+
import { TemplateResolver } from '@unchainedshop/types/messaging.js';
|
|
2
2
|
export declare const resolveQuotationStatusTemplate: TemplateResolver;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import { Order } from '@unchainedshop/types/orders';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import { Order } from '@unchainedshop/types/orders.js';
|
|
3
3
|
export declare const getOrderAttachmentsData: (order: Order, params: {
|
|
4
4
|
fileType: string;
|
|
5
5
|
}, { modules }: UnchainedCore) => Promise<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Locale } from '@unchainedshop/types/common';
|
|
2
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
3
|
-
import { Order } from '@unchainedshop/types/orders';
|
|
1
|
+
import { Locale } from '@unchainedshop/types/common.js';
|
|
2
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
3
|
+
import { Order } from '@unchainedshop/types/orders.js';
|
|
4
4
|
export declare const getOrderPositionsData: (order: Order, params: {
|
|
5
5
|
locale?: Locale;
|
|
6
6
|
}, context: UnchainedCore) => Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/platform",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.4",
|
|
4
4
|
"main": "lib/platform-index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./lib/platform-index.js",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/unchainedshop/unchained#readme",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@unchainedshop/api": "^2.0.0-rc.
|
|
35
|
-
"@unchainedshop/core": "^2.0.0-rc.
|
|
36
|
-
"@unchainedshop/events": "^2.0.0-rc.
|
|
37
|
-
"@unchainedshop/file-upload": "^2.0.0-rc.
|
|
38
|
-
"@unchainedshop/logger": "^2.0.0-rc.
|
|
39
|
-
"@unchainedshop/mongodb": "^2.0.0-rc.
|
|
40
|
-
"@unchainedshop/plugins": "^2.0.0-rc.
|
|
41
|
-
"@unchainedshop/roles": "^2.0.0-rc.
|
|
42
|
-
"@unchainedshop/utils": "^2.0.0-rc.
|
|
34
|
+
"@unchainedshop/api": "^2.0.0-rc.4",
|
|
35
|
+
"@unchainedshop/core": "^2.0.0-rc.4",
|
|
36
|
+
"@unchainedshop/events": "^2.0.0-rc.4",
|
|
37
|
+
"@unchainedshop/file-upload": "^2.0.0-rc.4",
|
|
38
|
+
"@unchainedshop/logger": "^2.0.0-rc.4",
|
|
39
|
+
"@unchainedshop/mongodb": "^2.0.0-rc.4",
|
|
40
|
+
"@unchainedshop/plugins": "^2.0.0-rc.4",
|
|
41
|
+
"@unchainedshop/roles": "^2.0.0-rc.4",
|
|
42
|
+
"@unchainedshop/utils": "^2.0.0-rc.4",
|
|
43
43
|
"event-iterator": "^2.0.0",
|
|
44
44
|
"JSONStream": "^1.3.5",
|
|
45
45
|
"moniker": "0.1.2",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/node": "^18.11.18",
|
|
50
|
-
"@unchainedshop/types": "^2.0.0-rc.
|
|
50
|
+
"@unchainedshop/types": "^2.0.0-rc.4",
|
|
51
51
|
"cross-env": "^7.0.3",
|
|
52
52
|
"jest": "^29.3.1",
|
|
53
53
|
"ts-jest": "^29.0.3",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import mongodb from 'mongodb';
|
|
2
|
-
import { BulkImportHandler, BulkImportOperation } from '@unchainedshop/types/platform';
|
|
3
|
-
import { BulkImporter, UnchainedCore } from '@unchainedshop/types/core';
|
|
4
|
-
import * as AssortmentHandlers from './handlers/assortment';
|
|
5
|
-
import * as FilterHandlers from './handlers/filter';
|
|
6
|
-
import * as ProductHandlers from './handlers/product';
|
|
2
|
+
import { BulkImportHandler, BulkImportOperation } from '@unchainedshop/types/platform.js';
|
|
3
|
+
import { BulkImporter, UnchainedCore } from '@unchainedshop/types/core.js';
|
|
4
|
+
import * as AssortmentHandlers from './handlers/assortment/index.js';
|
|
5
|
+
import * as FilterHandlers from './handlers/filter/index.js';
|
|
6
|
+
import * as ProductHandlers from './handlers/product/index.js';
|
|
7
7
|
|
|
8
8
|
let bulkOperationHandlers: Record<string, BulkImportHandler> = {};
|
|
9
9
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase';
|
|
3
|
-
import upsertAssortmentChildren from './upsertAssortmentChildren';
|
|
4
|
-
import upsertAssortmentContent from './upsertAssortmentContent';
|
|
5
|
-
import upsertAssortmentFilters from './upsertAssortmentFilters';
|
|
6
|
-
import upsertAssortmentProducts from './upsertAssortmentProducts';
|
|
7
|
-
import upsertMedia from './upsertMedia';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase.js';
|
|
3
|
+
import upsertAssortmentChildren from './upsertAssortmentChildren.js';
|
|
4
|
+
import upsertAssortmentContent from './upsertAssortmentContent.js';
|
|
5
|
+
import upsertAssortmentFilters from './upsertAssortmentFilters.js';
|
|
6
|
+
import upsertAssortmentProducts from './upsertAssortmentProducts.js';
|
|
7
|
+
import upsertMedia from './upsertMedia.js';
|
|
8
8
|
|
|
9
9
|
export default async function createAssortment(
|
|
10
10
|
payload: any,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default as create } from './create';
|
|
2
|
-
export { default as update } from './update';
|
|
3
|
-
export { default as remove } from './remove';
|
|
1
|
+
export { default as create } from './create.js';
|
|
2
|
+
export { default as update } from './update.js';
|
|
3
|
+
export { default as remove } from './remove.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import upsertAssortmentContent from './upsertAssortmentContent';
|
|
3
|
-
import upsertAssortmentProducts from './upsertAssortmentProducts';
|
|
4
|
-
import upsertAssortmentChildren from './upsertAssortmentChildren';
|
|
5
|
-
import upsertAssortmentFilters from './upsertAssortmentFilters';
|
|
6
|
-
import upsertMedia from './upsertMedia';
|
|
7
|
-
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import upsertAssortmentContent from './upsertAssortmentContent.js';
|
|
3
|
+
import upsertAssortmentProducts from './upsertAssortmentProducts.js';
|
|
4
|
+
import upsertAssortmentChildren from './upsertAssortmentChildren.js';
|
|
5
|
+
import upsertAssortmentFilters from './upsertAssortmentFilters.js';
|
|
6
|
+
import upsertMedia from './upsertMedia.js';
|
|
7
|
+
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase.js';
|
|
8
8
|
|
|
9
9
|
export default async function updateAssortment(payload: any, { logger }, unchainedAPI: UnchainedCore) {
|
|
10
10
|
const { modules } = unchainedAPI;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AssortmentLink } from '@unchainedshop/types/assortments';
|
|
2
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
3
|
-
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase';
|
|
1
|
+
import { AssortmentLink } from '@unchainedshop/types/assortments.js';
|
|
2
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
3
|
+
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase.js';
|
|
4
4
|
|
|
5
5
|
const upsert = async (assortmentLink: AssortmentLink, { modules }: UnchainedCore) => {
|
|
6
6
|
if (
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AssortmentText } from '@unchainedshop/types/assortments';
|
|
2
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
1
|
+
import { AssortmentText } from '@unchainedshop/types/assortments.js';
|
|
2
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
3
3
|
|
|
4
4
|
export default async ({ assortmentId, content }, { modules }: UnchainedCore) => {
|
|
5
5
|
await Promise.all(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AssortmentFilter } from '@unchainedshop/types/assortments';
|
|
2
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
3
|
-
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase';
|
|
1
|
+
import { AssortmentFilter } from '@unchainedshop/types/assortments.js';
|
|
2
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
3
|
+
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase.js';
|
|
4
4
|
|
|
5
5
|
const upsert = async (assortmentFilter: AssortmentFilter, { modules }: UnchainedCore) => {
|
|
6
6
|
if (
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AssortmentProduct } from '@unchainedshop/types/assortments';
|
|
2
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
3
|
-
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase';
|
|
1
|
+
import { AssortmentProduct } from '@unchainedshop/types/assortments.js';
|
|
2
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
3
|
+
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase.js';
|
|
4
4
|
|
|
5
5
|
const upsert = async (assortmentProduct: AssortmentProduct, unchainedAPI: UnchainedCore) => {
|
|
6
6
|
const { modules } = unchainedAPI;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AssortmentMediaText } from '@unchainedshop/types/assortments.media';
|
|
2
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
3
|
-
import upsertAsset from '../../upsertAsset';
|
|
1
|
+
import { AssortmentMediaText } from '@unchainedshop/types/assortments.media.js';
|
|
2
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
3
|
+
import upsertAsset from '../../upsertAsset.js';
|
|
4
4
|
|
|
5
5
|
const upsertMediaObject = async (media, unchainedAPI: UnchainedCore) => {
|
|
6
6
|
const { modules } = unchainedAPI;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import upsertFilterContent from './upsertFilterContent';
|
|
3
|
-
import upsertFilterOptionContent from './upsertFilterOptionContent';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import upsertFilterContent from './upsertFilterContent.js';
|
|
3
|
+
import upsertFilterOptionContent from './upsertFilterOptionContent.js';
|
|
4
4
|
|
|
5
5
|
export default async function createFilter(
|
|
6
6
|
payload: any,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default as create } from './create';
|
|
2
|
-
export { default as update } from './update';
|
|
3
|
-
export { default as remove } from './remove';
|
|
1
|
+
export { default as create } from './create.js';
|
|
2
|
+
export { default as update } from './update.js';
|
|
3
|
+
export { default as remove } from './remove.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import upsertFilterContent from './upsertFilterContent';
|
|
3
|
-
import upsertFilterOptionContent from './upsertFilterOptionContent';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import upsertFilterContent from './upsertFilterContent.js';
|
|
3
|
+
import upsertFilterOptionContent from './upsertFilterOptionContent.js';
|
|
4
4
|
|
|
5
5
|
export default async function updateFilter(
|
|
6
6
|
payload: any,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import { FilterText } from '@unchainedshop/types/filters';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import { FilterText } from '@unchainedshop/types/filters.js';
|
|
3
3
|
|
|
4
4
|
export default async function upsertFilterContent({ content, filterId }, unchainedAPI: UnchainedCore) {
|
|
5
5
|
return Promise.all(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import { FilterText } from '@unchainedshop/types/filters';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import { FilterText } from '@unchainedshop/types/filters.js';
|
|
3
3
|
|
|
4
4
|
export default async function upsertFilterOptionContent(
|
|
5
5
|
{ options, filterId },
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import upsertVariations from './upsertVariations';
|
|
3
|
-
import upsertMedia from './upsertMedia';
|
|
4
|
-
import upsertProductContent from './upsertProductContent';
|
|
5
|
-
import transformSpecificationToProductStructure from './transformSpecificationToProductStructure';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import upsertVariations from './upsertVariations.js';
|
|
3
|
+
import upsertMedia from './upsertMedia.js';
|
|
4
|
+
import upsertProductContent from './upsertProductContent.js';
|
|
5
|
+
import transformSpecificationToProductStructure from './transformSpecificationToProductStructure.js';
|
|
6
6
|
|
|
7
7
|
export default async function createProduct(
|
|
8
8
|
payload: any,
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default as create } from './create';
|
|
2
|
-
export { default as update } from './update';
|
|
3
|
-
export { default as remove } from './remove';
|
|
1
|
+
export { default as create } from './create.js';
|
|
2
|
+
export { default as update } from './update.js';
|
|
3
|
+
export { default as remove } from './remove.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import upsertVariations from './upsertVariations';
|
|
3
|
-
import upsertMedia from './upsertMedia';
|
|
4
|
-
import upsertProductContent from './upsertProductContent';
|
|
5
|
-
import transformSpecificationToProductStructure from './transformSpecificationToProductStructure';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import upsertVariations from './upsertVariations.js';
|
|
3
|
+
import upsertMedia from './upsertMedia.js';
|
|
4
|
+
import upsertProductContent from './upsertProductContent.js';
|
|
5
|
+
import transformSpecificationToProductStructure from './transformSpecificationToProductStructure.js';
|
|
6
6
|
|
|
7
7
|
export default async function createProduct(payload: any, { logger }, unchainedAPI: UnchainedCore) {
|
|
8
8
|
const { modules } = unchainedAPI;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ProductMedia, ProductMediaText } from '@unchainedshop/types/products.media';
|
|
2
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
3
|
-
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase';
|
|
4
|
-
import upsertAsset from '../../upsertAsset';
|
|
1
|
+
import { ProductMedia, ProductMediaText } from '@unchainedshop/types/products.media.js';
|
|
2
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
3
|
+
import convertTagsToLowerCase from '../utils/convertTagsToLowerCase.js';
|
|
4
|
+
import upsertAsset from '../../upsertAsset.js';
|
|
5
5
|
|
|
6
6
|
const upsertProductMedia = async (productMedia: ProductMedia, { modules }: UnchainedCore) => {
|
|
7
7
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import { ProductText } from '@unchainedshop/types/products';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import { ProductText } from '@unchainedshop/types/products.js';
|
|
3
3
|
|
|
4
4
|
export default async function upsertProductContent({ productId, content }, { modules }: UnchainedCore) {
|
|
5
5
|
await Promise.all(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import { ProductVariation, ProductVariationText } from '@unchainedshop/types/products.variations';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import { ProductVariation, ProductVariationText } from '@unchainedshop/types/products.variations.js';
|
|
3
3
|
|
|
4
4
|
const upsert = async (productVariation: ProductVariation, unchainedAPI: UnchainedCore) => {
|
|
5
5
|
const { modules } = unchainedAPI;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UnchainedCore } from '@unchainedshop/types/core';
|
|
2
|
-
import { File } from '@unchainedshop/types/files';
|
|
1
|
+
import { UnchainedCore } from '@unchainedshop/types/core.js';
|
|
2
|
+
import { File } from '@unchainedshop/types/files.js';
|
|
3
3
|
|
|
4
4
|
const upsertAsset = async (
|
|
5
5
|
directoryName: string,
|