@kommerz/ts-client 1.147.3 → 1.148.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.
@@ -28,6 +28,10 @@ export declare const Permissions: {
28
28
  readonly WritingEdit: "WRITING_EDIT";
29
29
  readonly WritingDelete: "WRITING_DELETE";
30
30
  readonly WritingFinalize: "WRITING_FINALIZE";
31
+ readonly CustomerRead: "CUSTOMER_READ";
32
+ readonly CustomerCreate: "CUSTOMER_CREATE";
33
+ readonly CustomerEdit: "CUSTOMER_EDIT";
34
+ readonly CustomerDelete: "CUSTOMER_DELETE";
31
35
  };
32
36
  export type Permissions = typeof Permissions[keyof typeof Permissions];
33
37
  export declare function instanceOfPermissions(value: any): boolean;
@@ -37,7 +37,11 @@ exports.Permissions = {
37
37
  WritingCreate: 'WRITING_CREATE',
38
38
  WritingEdit: 'WRITING_EDIT',
39
39
  WritingDelete: 'WRITING_DELETE',
40
- WritingFinalize: 'WRITING_FINALIZE'
40
+ WritingFinalize: 'WRITING_FINALIZE',
41
+ CustomerRead: 'CUSTOMER_READ',
42
+ CustomerCreate: 'CUSTOMER_CREATE',
43
+ CustomerEdit: 'CUSTOMER_EDIT',
44
+ CustomerDelete: 'CUSTOMER_DELETE'
41
45
  };
42
46
  function instanceOfPermissions(value) {
43
47
  for (var key in exports.Permissions) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kommerz/ts-client",
3
- "version": "1.147.3",
3
+ "version": "1.148.0",
4
4
  "description": "Typescript client for Kommerz API",
5
5
  "author": "Kommerz.App",
6
6
  "license": "MIT",