@bondsports/types 2.1.8 → 2.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,4 +49,5 @@ export declare class SlotHistory extends OrganizationConnectionBaseEntity {
49
49
  previousProductUsersIds?: number[];
50
50
  colorCodeId?: number;
51
51
  parentHistoryId?: number;
52
+ actionId?: string;
52
53
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SlotHistory.js","sourceRoot":"","sources":["../../../src/types/entity/SlotHistory.ts"],"names":[],"mappings":";;;AACA,yFAAsF;AAItF,MAAa,WAAY,SAAQ,mEAAgC;CAwFhE;AAxFD,kCAwFC"}
1
+ {"version":3,"file":"SlotHistory.js","sourceRoot":"","sources":["../../../src/types/entity/SlotHistory.ts"],"names":[],"mappings":";;;AACA,yFAAsF;AAItF,MAAa,WAAY,SAAQ,mEAAgC;CA0FhE;AA1FD,kCA0FC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {