@escapenavigator/types 1.4.83 → 1.4.85
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.
- package/dist/certificate-sale/certificate-sale.ro.d.ts +2 -0
- package/dist/certificate-sale/create-certificatesale.dto.d.ts +2 -2
- package/dist/certificate-sale/create-certificatesale.dto.js +20 -21
- package/dist/client/client-form.dto.d.ts +11 -0
- package/dist/client/client-form.dto.js +66 -0
- package/dist/client/client.ro.d.ts +2 -0
- package/dist/client/create-client.dto.d.ts +2 -6
- package/dist/client/create-client.dto.js +2 -28
- package/dist/location/create-location.dto.d.ts +3 -0
- package/dist/location/create-location.dto.js +15 -0
- package/dist/location/location.ro.d.ts +2 -0
- package/dist/profile/{update-agb.dto.js → agb/update-agb.dto.js} +1 -1
- package/dist/profile/cross-sale/cross-sale.dto.d.ts +11 -0
- package/dist/profile/{update-customization.dto.js → cross-sale/cross-sale.dto.js} +10 -31
- package/dist/profile/cross-sale/cross-sale.ro.d.ts +10 -0
- package/dist/profile/customization/customization.ro.d.ts +7 -0
- package/dist/profile/customization/customization.ro.js +2 -0
- package/dist/profile/customization/update-customization.dto.d.ts +6 -0
- package/dist/{widget-openapi/openapi-create-client.dto.js → profile/customization/update-customization.dto.js} +14 -18
- package/dist/role/create-role.dto.d.ts +0 -2
- package/dist/role/create-role.dto.js +0 -12
- package/dist/role/role.ro.d.ts +0 -2
- package/dist/slot/slot.ro.d.ts +2 -0
- package/dist/slot-rule/rule.ro.d.ts +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/user/crud/user.ro.d.ts +1 -0
- package/dist/user/current/update-current-avatar.dto.d.ts +3 -0
- package/dist/user/current/update-current-avatar.dto.js +22 -0
- package/dist/user/current/update-current-preferences.dto copy.d.ts +5 -0
- package/dist/user/current/update-current-preferences.dto copy.js +29 -0
- package/dist/user/current/update-current-user.dto.d.ts +0 -3
- package/dist/user/current/update-current-user.dto.js +1 -12
- package/dist/user/setup/complite-setup.dto.d.ts +1 -0
- package/dist/user/setup/complite-setup.dto.js +5 -0
- package/dist/widget-openapi/openapi-create-bookeo-order.dto.d.ts +3 -2
- package/dist/widget-openapi/openapi-create-bookeo-order.dto.js +7 -2
- package/dist/widget-openapi/openapi-create-certificate.dto.d.ts +4 -3
- package/dist/widget-openapi/openapi-create-certificate.dto.js +28 -21
- package/dist/widget-openapi/openapi-create-order.dto.d.ts +2 -2
- package/dist/widget-openapi/openapi-create-order.dto.js +2 -2
- package/dist/widget-openapi/openapi-slot-add-hold.dto.d.ts +1 -0
- package/dist/widget-openapi/openapi-slot-add-hold.dto.js +5 -0
- package/dist/widget-openapi/openapi-slot-add-hold.ro.d.ts +4 -1
- package/dist/widget-openapi/openapi-slot-add-hold.ro.js +9 -1
- package/dist/widget-openapi/openapi-slot-get-bookeo-price.dto.d.ts +1 -1
- package/dist/widget-openapi/openapi-slot-get-bookeo-price.dto.js +3 -3
- package/dist/widget-openapi/openapi-slot-remove-hold.dto.d.ts +3 -2
- package/dist/widget-openapi/openapi-slot-remove-hold.dto.js +8 -3
- package/dist/widget-openapi/openapi-slots.ro.d.ts +14 -13
- package/dist/widget-openapi/openapi-slots.ro.js +92 -0
- package/dist/widget-openapi/openapi-widget.ro.d.ts +0 -1
- package/package.json +2 -2
- package/dist/client/update-client.dto.d.ts +0 -9
- package/dist/client/update-client.dto.js +0 -59
- package/dist/profile/customization.ro.d.ts +0 -15
- package/dist/profile/update-customization.dto.d.ts +0 -16
- package/dist/widget-openapi/openapi-create-client.dto.d.ts +0 -6
- /package/dist/profile/{profile-agb.ro.d.ts → agb/profile-agb.ro.d.ts} +0 -0
- /package/dist/profile/{profile-agb.ro.js → agb/profile-agb.ro.js} +0 -0
- /package/dist/profile/{update-agb.dto.d.ts → agb/update-agb.dto.d.ts} +0 -0
- /package/dist/profile/{customization.ro.js → cross-sale/cross-sale.ro.js} +0 -0
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.UpdateClientDto = void 0;
|
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const class_validator_1 = require("class-validator");
|
|
15
|
-
class UpdateClientDto {
|
|
16
|
-
}
|
|
17
|
-
__decorate([
|
|
18
|
-
(0, class_validator_1.IsOptional)(),
|
|
19
|
-
(0, class_validator_1.IsString)(),
|
|
20
|
-
(0, class_transformer_1.Expose)(),
|
|
21
|
-
__metadata("design:type", String)
|
|
22
|
-
], UpdateClientDto.prototype, "name", void 0);
|
|
23
|
-
__decorate([
|
|
24
|
-
(0, class_validator_1.IsOptional)(),
|
|
25
|
-
(0, class_validator_1.IsString)(),
|
|
26
|
-
(0, class_transformer_1.Expose)(),
|
|
27
|
-
__metadata("design:type", String)
|
|
28
|
-
], UpdateClientDto.prototype, "surname", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
(0, class_validator_1.IsOptional)(),
|
|
31
|
-
(0, class_validator_1.IsString)(),
|
|
32
|
-
(0, class_transformer_1.Expose)(),
|
|
33
|
-
__metadata("design:type", String)
|
|
34
|
-
], UpdateClientDto.prototype, "phone", void 0);
|
|
35
|
-
__decorate([
|
|
36
|
-
(0, class_validator_1.IsOptional)(),
|
|
37
|
-
(0, class_transformer_1.Expose)(),
|
|
38
|
-
__metadata("design:type", String)
|
|
39
|
-
], UpdateClientDto.prototype, "phone2", void 0);
|
|
40
|
-
__decorate([
|
|
41
|
-
(0, class_validator_1.IsOptional)(),
|
|
42
|
-
(0, class_validator_1.IsEmail)(),
|
|
43
|
-
(0, class_transformer_1.Transform)(({ value }) => value === null || value === void 0 ? void 0 : value.trim().toLowerCase()),
|
|
44
|
-
(0, class_transformer_1.Expose)(),
|
|
45
|
-
__metadata("design:type", String)
|
|
46
|
-
], UpdateClientDto.prototype, "email", void 0);
|
|
47
|
-
__decorate([
|
|
48
|
-
(0, class_validator_1.IsOptional)(),
|
|
49
|
-
(0, class_validator_1.IsString)(),
|
|
50
|
-
(0, class_transformer_1.Expose)(),
|
|
51
|
-
__metadata("design:type", String)
|
|
52
|
-
], UpdateClientDto.prototype, "address", void 0);
|
|
53
|
-
__decorate([
|
|
54
|
-
(0, class_validator_1.IsOptional)(),
|
|
55
|
-
(0, class_validator_1.IsBoolean)(),
|
|
56
|
-
(0, class_transformer_1.Expose)(),
|
|
57
|
-
__metadata("design:type", Boolean)
|
|
58
|
-
], UpdateClientDto.prototype, "sendAds", void 0);
|
|
59
|
-
exports.UpdateClientDto = UpdateClientDto;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Languages } from '../shared/enum/languages.enum';
|
|
2
|
-
import { ResponseObject } from '../shared/ro';
|
|
3
|
-
import { WidgetBookingFiledEnum } from '../widget/enum/widget-booking-filed.enum';
|
|
4
|
-
export declare type CustomizationRO = ResponseObject & {
|
|
5
|
-
allowOrdersOnlinePayments: boolean;
|
|
6
|
-
bookingFields: WidgetBookingFiledEnum[];
|
|
7
|
-
color: string;
|
|
8
|
-
prepareText: string;
|
|
9
|
-
feedbackText: string;
|
|
10
|
-
locales: Array<{
|
|
11
|
-
language: Languages;
|
|
12
|
-
prepareText: string;
|
|
13
|
-
feedbackText: string;
|
|
14
|
-
}>;
|
|
15
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Languages } from '../shared/enum/languages.enum';
|
|
2
|
-
import { WidgetBookingFiledEnum } from '../widget/enum/widget-booking-filed.enum';
|
|
3
|
-
declare class Locale {
|
|
4
|
-
language: Languages;
|
|
5
|
-
feedbackText: string;
|
|
6
|
-
prepareText: string;
|
|
7
|
-
}
|
|
8
|
-
export declare class UpdateCustomizationDto {
|
|
9
|
-
allowOrdersOnlinePayments: boolean;
|
|
10
|
-
color: string;
|
|
11
|
-
feedbackText: string;
|
|
12
|
-
prepareText: string;
|
|
13
|
-
bookingFields: WidgetBookingFiledEnum[];
|
|
14
|
-
locales: Locale[];
|
|
15
|
-
}
|
|
16
|
-
export {};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|