@hapl/api-queries 1.0.3 → 1.0.4--canary.235.ba85007.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.
@@ -27,6 +27,7 @@ export declare type UpdateBuyerBody = {
27
27
  realtyShow?: {
28
28
  scheduledAt: string;
29
29
  };
30
+ offer?: string;
30
31
  };
31
32
  export declare type UpdateBuyerConfig = {
32
33
  baseURL?: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.3",
2
+ "version": "1.0.4--canary.235.ba85007.0",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -16,9 +16,8 @@ export type UpdateBuyerBody = {
16
16
  name?: string;
17
17
  status?: BuyerStatus;
18
18
  comment?: string;
19
- realtyShow?: {
20
- scheduledAt: string;
21
- };
19
+ realtyShow?: { scheduledAt: string };
20
+ offer?: string;
22
21
  };
23
22
  export type UpdateBuyerConfig = {
24
23
  baseURL?: string;
@@ -66,7 +66,7 @@ export const UserDictionary = {
66
66
  [UserRole.Developer]: 'Разработчик',
67
67
  [UserRole.Lawyer]: 'Юрист',
68
68
  [UserRole.LawyerHead]: 'Главный юрист',
69
- [UserRole.Finance]: 'Люба',
69
+ [UserRole.Finance]: 'Финансы',
70
70
  [UserRole.FinanceHead]: 'Директор финансового отдела',
71
71
  [UserRole.ExternalPartner]: 'Внешний партнёр',
72
72
  [UserRole.QualityAssessor]: 'Контролёр',