@adtrackify/at-tracking-event-types 4.60.0 → 4.60.1

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.
@@ -1,2 +1,2 @@
1
1
  export * from './cost-line-api-types.js';
2
- export * from './cog-line-api-types.js';
2
+ export * from './product-cog-line-api-types.js';
@@ -15,5 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./cost-line-api-types.js"), exports);
18
- __exportStar(require("./cog-line-api-types.js"), exports);
18
+ __exportStar(require("./product-cog-line-api-types.js"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/costs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,2DAAyC;AACzC,0DAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/costs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,2DAAyC;AACzC,kEAAgD"}
@@ -1,23 +1,23 @@
1
1
  import { type ProductVariantRecord } from '../../products/product-types.js';
2
- export interface AddCogLineRequest {
2
+ export interface AddProductCogLineRequest {
3
3
  cost: number;
4
4
  effectiveStartDate: string;
5
5
  effectiveEndDate?: string | null;
6
6
  description?: string;
7
7
  }
8
- export interface AddCogLineResponse {
8
+ export interface AddProductCogLineResponse {
9
9
  variant: ProductVariantRecord;
10
10
  }
11
- export interface UpdateCogLineRequest {
11
+ export interface UpdateProductCogLineRequest {
12
12
  cost?: number;
13
13
  effectiveStartDate?: string;
14
14
  effectiveEndDate?: string | null;
15
15
  description?: string;
16
16
  }
17
- export interface UpdateCogLineResponse {
17
+ export interface UpdateProductCogLineResponse {
18
18
  variant: ProductVariantRecord;
19
19
  }
20
- export interface DeleteCogLineResponse {
20
+ export interface DeleteProductCogLineResponse {
21
21
  variant: ProductVariantRecord;
22
22
  }
23
23
  export interface GetProductCostResponse {
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=cog-line-api-types.js.map
3
+ //# sourceMappingURL=product-cog-line-api-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-cog-line-api-types.js","sourceRoot":"","sources":["../../../../../src/types/api/costs/product-cog-line-api-types.ts"],"names":[],"mappings":""}
@@ -1,2 +1,2 @@
1
1
  export * from './cost-line-api-types.js';
2
- export * from './cog-line-api-types.js';
2
+ export * from './product-cog-line-api-types.js';
@@ -1,3 +1,3 @@
1
1
  export * from './cost-line-api-types.js';
2
- export * from './cog-line-api-types.js';
2
+ export * from './product-cog-line-api-types.js';
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/costs/index.ts"],"names":[],"mappings":"AAKA,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/costs/index.ts"],"names":[],"mappings":"AAKA,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC"}
@@ -1,23 +1,23 @@
1
1
  import { type ProductVariantRecord } from '../../products/product-types.js';
2
- export interface AddCogLineRequest {
2
+ export interface AddProductCogLineRequest {
3
3
  cost: number;
4
4
  effectiveStartDate: string;
5
5
  effectiveEndDate?: string | null;
6
6
  description?: string;
7
7
  }
8
- export interface AddCogLineResponse {
8
+ export interface AddProductCogLineResponse {
9
9
  variant: ProductVariantRecord;
10
10
  }
11
- export interface UpdateCogLineRequest {
11
+ export interface UpdateProductCogLineRequest {
12
12
  cost?: number;
13
13
  effectiveStartDate?: string;
14
14
  effectiveEndDate?: string | null;
15
15
  description?: string;
16
16
  }
17
- export interface UpdateCogLineResponse {
17
+ export interface UpdateProductCogLineResponse {
18
18
  variant: ProductVariantRecord;
19
19
  }
20
- export interface DeleteCogLineResponse {
20
+ export interface DeleteProductCogLineResponse {
21
21
  variant: ProductVariantRecord;
22
22
  }
23
23
  export interface GetProductCostResponse {
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=product-cog-line-api-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-cog-line-api-types.js","sourceRoot":"","sources":["../../../../../src/types/api/costs/product-cog-line-api-types.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.60.0",
3
+ "version": "4.60.1",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"
@@ -1 +0,0 @@
1
- {"version":3,"file":"cog-line-api-types.js","sourceRoot":"","sources":["../../../../../src/types/api/costs/cog-line-api-types.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=cog-line-api-types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cog-line-api-types.js","sourceRoot":"","sources":["../../../../../src/types/api/costs/cog-line-api-types.ts"],"names":[],"mappings":""}