@aristid/leav-types 1.9.0-9bef3a12 → 1.9.0-c5bd551d

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.
@@ -10,6 +10,7 @@ export type ICreateRecordValue = Override<Omit<IValue, 'version'>, {
10
10
  }>;
11
11
  export interface ICreateRecordParams {
12
12
  library: string;
13
+ skipActivate?: boolean;
13
14
  data?: {
14
15
  values: ICreateRecordValue[];
15
16
  version: IValueVersionFromGql;
@@ -50,6 +50,7 @@ export interface IRecordDomain {
50
50
  library: string;
51
51
  values?: ISaveValue[];
52
52
  verifyRequiredAttributes?: boolean;
53
+ skipActivate?: boolean;
53
54
  ctx: IQueryInfos;
54
55
  }): Promise<ICreateRecordResult>;
55
56
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aristid/leav-types",
3
- "version": "1.9.0-9bef3a12",
3
+ "version": "1.9.0-c5bd551d",
4
4
  "description": "Shared Leav types",
5
5
  "scripts": {
6
6
  "tscheck": "",