@neo-edi/types 1.0.0 → 1.0.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/dist/index.d.mts CHANGED
@@ -298,6 +298,7 @@ interface CsvDataTransformationConfig {
298
298
  }
299
299
  interface IngestCsvRequest {
300
300
  partnerId: string;
301
+ customerId: string;
301
302
  mappingConfig: CsvHeaderMappingCollection;
302
303
  transformationConfig?: CsvDataTransformationConfig;
303
304
  dryRun?: boolean;
package/dist/index.d.ts CHANGED
@@ -298,6 +298,7 @@ interface CsvDataTransformationConfig {
298
298
  }
299
299
  interface IngestCsvRequest {
300
300
  partnerId: string;
301
+ customerId: string;
301
302
  mappingConfig: CsvHeaderMappingCollection;
302
303
  transformationConfig?: CsvDataTransformationConfig;
303
304
  dryRun?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo-edi/types",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "TypeScript types for the Neo-EDI platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",