feed-common 1.48.1 → 1.49.0

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,18 @@
1
+ # [1.49.0](https://github.com/advertikon/package-maxify-feed-common/compare/v1.48.2...v1.49.0) (2024-10-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * rework GMC API template ([3c1e3bf](https://github.com/advertikon/package-maxify-feed-common/commit/3c1e3bfc927a68c40ec6ccb9c87abe3ee25bca3a))
7
+
8
+ ## [1.48.2](https://github.com/advertikon/package-maxify-feed-common/compare/v1.48.1...v1.48.2) (2024-09-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * coment out google api remplate ([72667c8](https://github.com/advertikon/package-maxify-feed-common/commit/72667c88cb0c9c29b710ca454c564be5ed30e2d9))
14
+ * remove support of Excel from custom feed ([acc6d90](https://github.com/advertikon/package-maxify-feed-common/commit/acc6d904c5510ca3819f175371e04f8cd33fd93c))
15
+
1
16
  ## [1.48.1](https://github.com/advertikon/package-maxify-feed-common/compare/v1.48.0...v1.48.1) (2024-09-20)
2
17
 
3
18
 
@@ -1,6 +1,6 @@
1
1
  import { XmlFeedFormat } from '../../constants/profile.constants.js';
2
2
  export const customFeedTemplate = {
3
- formats: [XmlFeedFormat.CSV, XmlFeedFormat.TSV, XmlFeedFormat.XLSX, XmlFeedFormat.XLS, XmlFeedFormat.XML],
3
+ formats: [XmlFeedFormat.CSV, XmlFeedFormat.TSV, XmlFeedFormat.XML],
4
4
  mapping: [],
5
5
  };
6
6
  //# sourceMappingURL=custom.template.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"custom.template.js","sourceRoot":"","sources":["../../../src/utils/feed-templates/custom.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAGrE,MAAM,CAAC,MAAM,kBAAkB,GAAwB;IACnD,OAAO,EAAE,CAAC,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,IAAI,EAAE,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,GAAG,CAAC;IACzG,OAAO,EAAE,EAAE;CACd,CAAC"}
1
+ {"version":3,"file":"custom.template.js","sourceRoot":"","sources":["../../../src/utils/feed-templates/custom.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAGrE,MAAM,CAAC,MAAM,kBAAkB,GAAwB;IACnD,OAAO,EAAE,CAAC,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,GAAG,EAAE,aAAa,CAAC,GAAG,CAAC;IAClE,OAAO,EAAE,EAAE;CACd,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { XmlFeedTemplateType } from '../../types/profile.types.js';
2
+ export declare const googleApiTemplate: XmlFeedTemplateType;
3
+ //# sourceMappingURL=google-api.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-api.template.d.ts","sourceRoot":"","sources":["../../../src/utils/feed-templates/google-api.template.ts"],"names":[],"mappings":"AAKA,OAAO,EAA0B,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AA4B3F,eAAO,MAAM,iBAAiB,EAAE,mBAu+B/B,CAAC"}