feed-common 1.9.2 → 1.9.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/CHANGELOG.md
    CHANGED
    
    | @@ -1,3 +1,17 @@ | |
| 1 | 
            +
            ## [1.9.4](https://github.com/advertikon/package-maxify-feed-common/compare/v1.9.3...v1.9.4) (2024-05-05)
         | 
| 2 | 
            +
             | 
| 3 | 
            +
             | 
| 4 | 
            +
            ### Bug Fixes
         | 
| 5 | 
            +
             | 
| 6 | 
            +
            * add weight and weigh_unit to variant type ([be7cef6](https://github.com/advertikon/package-maxify-feed-common/commit/be7cef62adf596282032607a8b94e3bbcfa87ff5))
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            ## [1.9.3](https://github.com/advertikon/package-maxify-feed-common/compare/v1.9.2...v1.9.3) (2024-05-05)
         | 
| 9 | 
            +
             | 
| 10 | 
            +
             | 
| 11 | 
            +
            ### Bug Fixes
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            * change variant_id to number[] ([c99380e](https://github.com/advertikon/package-maxify-feed-common/commit/c99380e4989398a0d01e24ca1a395c50f8aa14a6))
         | 
| 14 | 
            +
             | 
| 1 15 | 
             
            ## [1.9.2](https://github.com/advertikon/package-maxify-feed-common/compare/v1.9.1...v1.9.2) (2024-05-05)
         | 
| 2 16 |  | 
| 3 17 |  | 
| @@ -1,14 +1,8 @@ | |
| 1 1 | 
             
            import { GmcProductSyncStatus } from '../constants/google.constants.js';
         | 
| 2 2 | 
             
            import { ProductSyncStatus } from '../constants/product.constants.js';
         | 
| 3 | 
            +
            import { ShopifyProductVariant } from './shopify.types.js';
         | 
| 3 4 | 
             
            export type AppProductStatus = 'active' | 'draft' | 'archived';
         | 
| 4 | 
            -
            export type AppProductVariant = {
         | 
| 5 | 
            -
                id: number;
         | 
| 6 | 
            -
                title: string;
         | 
| 7 | 
            -
                price: string;
         | 
| 8 | 
            -
                sku: string | null;
         | 
| 9 | 
            -
                image_id: number | null;
         | 
| 10 | 
            -
                inventory_quantity: number | null;
         | 
| 11 | 
            -
                inventory_policy: string | null;
         | 
| 5 | 
            +
            export type AppProductVariant = Pick<ShopifyProductVariant, 'id' | 'title' | 'price' | 'sku' | 'inventory_quantity' | 'inventory_policy' | 'compare_at_price' | 'weight' | 'weight_unit'> | {
         | 
| 12 6 | 
             
                gmcProduct?: GmcProductId;
         | 
| 13 7 | 
             
            };
         | 
| 14 8 | 
             
            export type GmcProductId = {
         | 
| @@ -48,7 +42,7 @@ export type AppProduct = { | |
| 48 42 | 
             
                images: {
         | 
| 49 43 | 
             
                    src: string;
         | 
| 50 44 | 
             
                    id: string;
         | 
| 51 | 
            -
                    variant_ids:  | 
| 45 | 
            +
                    variant_ids: number[];
         | 
| 52 46 | 
             
                }[];
         | 
| 53 47 | 
             
                collections: AppCollection[];
         | 
| 54 48 | 
             
                tags: string[];
         | 
| @@ -1 +1 @@ | |
| 1 | 
            -
            {"version":3,"file":"product.types.d.ts","sourceRoot":"","sources":["../../src/types/product.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC; | 
| 1 | 
            +
            {"version":3,"file":"product.types.d.ts","sourceRoot":"","sources":["../../src/types/product.types.ts"],"names":[],"mappings":"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"}
         | 
    
        package/package.json
    CHANGED
    
    
| @@ -1,18 +1,25 @@ | |
| 1 1 | 
             
            import { GmcProductSyncStatus } from '../constants/google.constants.js';
         | 
| 2 2 | 
             
            import { ProductSyncStatus } from '../constants/product.constants.js';
         | 
| 3 | 
            +
            import { ShopifyProductVariant } from './shopify.types.js';
         | 
| 3 4 |  | 
| 4 5 | 
             
            export type AppProductStatus = 'active' | 'draft' | 'archived';
         | 
| 5 6 |  | 
| 6 | 
            -
            export type AppProductVariant = | 
| 7 | 
            -
               | 
| 8 | 
            -
             | 
| 9 | 
            -
             | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
| 12 | 
            -
             | 
| 13 | 
            -
             | 
| 14 | 
            -
             | 
| 15 | 
            -
             | 
| 7 | 
            +
            export type AppProductVariant =
         | 
| 8 | 
            +
              | Pick<
         | 
| 9 | 
            +
                  ShopifyProductVariant,
         | 
| 10 | 
            +
                  | 'id'
         | 
| 11 | 
            +
                  | 'title'
         | 
| 12 | 
            +
                  | 'price'
         | 
| 13 | 
            +
                  | 'sku'
         | 
| 14 | 
            +
                  | 'inventory_quantity'
         | 
| 15 | 
            +
                  | 'inventory_policy'
         | 
| 16 | 
            +
                  | 'compare_at_price'
         | 
| 17 | 
            +
                  | 'weight'
         | 
| 18 | 
            +
                  | 'weight_unit'
         | 
| 19 | 
            +
                >
         | 
| 20 | 
            +
              | {
         | 
| 21 | 
            +
                  gmcProduct?: GmcProductId;
         | 
| 22 | 
            +
                };
         | 
| 16 23 |  | 
| 17 24 | 
             
            export type GmcProductId = {
         | 
| 18 25 | 
             
              id: string;
         | 
| @@ -21,7 +28,7 @@ export type GmcProductId = { | |
| 21 28 | 
             
              uploaded_at: string;
         | 
| 22 29 | 
             
              status?: GmcProductSyncStatus;
         | 
| 23 30 | 
             
              uploadError?: string;
         | 
| 24 | 
            -
              issues?: gmcIssue[]
         | 
| 31 | 
            +
              issues?: gmcIssue[];
         | 
| 25 32 | 
             
            };
         | 
| 26 33 |  | 
| 27 34 | 
             
            export type GoogleProductIssue = {
         | 
| @@ -58,7 +65,7 @@ export type AppProduct = { | |
| 58 65 | 
             
              images: {
         | 
| 59 66 | 
             
                src: string;
         | 
| 60 67 | 
             
                id: string;
         | 
| 61 | 
            -
                variant_ids:  | 
| 68 | 
            +
                variant_ids: number[];
         | 
| 62 69 | 
             
              }[];
         | 
| 63 70 | 
             
              collections: AppCollection[];
         | 
| 64 71 | 
             
              tags: string[];
         | 
| @@ -67,7 +74,10 @@ export type AppProduct = { | |
| 67 74 | 
             
              syncStatus: ProductSyncStatus;
         | 
| 68 75 | 
             
            };
         | 
| 69 76 |  | 
| 70 | 
            -
            export type AppVariant = Omit< | 
| 77 | 
            +
            export type AppVariant = Omit<
         | 
| 78 | 
            +
              AppProduct,
         | 
| 79 | 
            +
              'variants' | 'gmcIssues' | 'gmcProductId'
         | 
| 80 | 
            +
            > & { variant: AppProductVariant };
         | 
| 71 81 |  | 
| 72 82 | 
             
            export type GetProductsQuery = {
         | 
| 73 83 | 
             
              before?: string;
         |