ch-api-client-typescript2 5.90.35 → 5.90.39
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/lib/models/appointment-status.d.ts +1 -1
- package/lib/models/appointment-status.js +1 -1
- package/lib/models/appointment-type.d.ts +1 -1
- package/lib/models/appointment-type.js +1 -1
- package/lib/models/article-status.d.ts +1 -1
- package/lib/models/article-status.js +1 -1
- package/lib/models/article-type.d.ts +1 -1
- package/lib/models/article-type.js +1 -1
- package/lib/models/call-status.d.ts +1 -1
- package/lib/models/call-status.js +1 -1
- package/lib/models/charge-status.d.ts +1 -1
- package/lib/models/charge-status.js +1 -1
- package/lib/models/contact-type.d.ts +1 -1
- package/lib/models/contact-type.js +1 -1
- package/lib/models/contribution-type.d.ts +1 -1
- package/lib/models/contribution-type.js +1 -1
- package/lib/models/deal-target-gender.d.ts +1 -1
- package/lib/models/deal-target-gender.js +1 -1
- package/lib/models/doctor-prefix.d.ts +1 -1
- package/lib/models/doctor-prefix.js +1 -1
- package/lib/models/filter-operator.d.ts +1 -1
- package/lib/models/filter-operator.js +1 -1
- package/lib/models/form-result-by-hospital-sorting-field.d.ts +1 -1
- package/lib/models/form-result-by-hospital-sorting-field.js +1 -1
- package/lib/models/form-result-status.d.ts +1 -1
- package/lib/models/form-result-status.js +1 -1
- package/lib/models/form-template-status.d.ts +1 -1
- package/lib/models/form-template-status.js +1 -1
- package/lib/models/form-template-type.d.ts +1 -1
- package/lib/models/form-template-type.js +1 -1
- package/lib/models/frequently-asked-question-categories.d.ts +1 -1
- package/lib/models/frequently-asked-question-categories.js +1 -1
- package/lib/models/frequently-asked-question-subcategories.d.ts +1 -1
- package/lib/models/frequently-asked-question-subcategories.js +1 -1
- package/lib/models/gender.d.ts +1 -1
- package/lib/models/gender.js +1 -1
- package/lib/models/header-navigation-dynamic-sub-item-detail-type.d.ts +1 -1
- package/lib/models/header-navigation-dynamic-sub-item-detail-type.js +1 -1
- package/lib/models/header-navigation-dynamic-sub-item-type.d.ts +1 -1
- package/lib/models/header-navigation-dynamic-sub-item-type.js +1 -1
- package/lib/models/marketing-type.d.ts +1 -1
- package/lib/models/marketing-type.js +1 -1
- package/lib/models/media-type.d.ts +1 -1
- package/lib/models/media-type.js +1 -1
- package/lib/models/notice-status.d.ts +1 -1
- package/lib/models/notice-status.js +1 -1
- package/lib/models/notification-code.d.ts +1 -1
- package/lib/models/notification-code.js +1 -1
- package/lib/models/page-block-link-type.d.ts +1 -1
- package/lib/models/page-block-link-type.js +1 -1
- package/lib/models/page-block-type.d.ts +1 -1
- package/lib/models/page-block-type.js +1 -1
- package/lib/models/page-item-status.d.ts +1 -1
- package/lib/models/page-item-status.js +1 -1
- package/lib/models/page-section-list-type.d.ts +1 -1
- package/lib/models/page-section-list-type.js +1 -1
- package/lib/models/payment-method.d.ts +1 -1
- package/lib/models/payment-method.js +1 -1
- package/lib/models/payment-status.d.ts +1 -1
- package/lib/models/payment-status.js +1 -1
- package/lib/models/platform.d.ts +1 -1
- package/lib/models/platform.js +1 -1
- package/lib/models/procedure.d.ts +1 -1
- package/lib/models/procedure.js +1 -1
- package/lib/models/promotion-type.d.ts +1 -1
- package/lib/models/promotion-type.js +1 -1
- package/lib/models/recurring-interval.d.ts +1 -1
- package/lib/models/recurring-interval.js +1 -1
- package/lib/models/refund-policy.d.ts +1 -1
- package/lib/models/refund-policy.js +1 -1
- package/lib/models/refund-status.d.ts +1 -1
- package/lib/models/refund-status.js +1 -1
- package/lib/models/reject-reason.d.ts +1 -1
- package/lib/models/reject-reason.js +1 -1
- package/lib/models/review-type.d.ts +1 -1
- package/lib/models/review-type.js +1 -1
- package/lib/models/sns-type.d.ts +1 -1
- package/lib/models/sns-type.js +1 -1
- package/lib/models/sorting-direction.d.ts +1 -1
- package/lib/models/sorting-direction.js +1 -1
- package/lib/models/survey-form-element-types.d.ts +1 -1
- package/lib/models/survey-form-element-types.js +1 -1
- package/lib/models/survey-form-status.d.ts +1 -1
- package/lib/models/survey-form-status.js +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Values: - `New`: New - `Rejected`: Rejected - `Approved`: Approved - `RescheduleRequested`: RescheduleRequested - `Paid`: Paid - `Canceled`: Canceled - `RefundRequested`: RefundRequested - `RefundRequestedByManager`: RefundRequestedByManager - `Refunded`: Refunded - `Completed`: Completed
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.AppointmentStatus = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `New`: New - `Rejected`: Rejected - `Approved`: Approved - `RescheduleRequested`: RescheduleRequested - `Paid`: Paid - `Canceled`: Canceled - `RefundRequested`: RefundRequested - `RefundRequestedByManager`: RefundRequestedByManager - `Refunded`: Refunded - `Completed`: Completed
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.AppointmentType = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `Hospital`: Hospital - `Doctor`: Doctor - `DealPackage`: DealPackage - `HospitalSpecialty`: HospitalSpecialty - `HospitalService`: HospitalService
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Values: - `All`: All - `GeneralHealth`: GeneralHealth - `Beauty`: Beauty - `Tech`: Tech - `MedicalContent`: MedicalContent - `Press`: Press - `Insights`: Insights - `News`: News
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ArticleType = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `All`: All - `GeneralHealth`: GeneralHealth - `Beauty`: Beauty - `Tech`: Tech - `MedicalContent`: MedicalContent - `Press`: Press - `Insights`: Insights - `News`: News
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Values: - `Started`: Started - `Ringing`: Ringing - `Answered`: Answered - `Busy`: Busy - `Cancelled`: Cancelled - `Unanswered`: Unanswered - `Disconnected`: Disconnected - `Rejected`: Rejected - `Failed`: Failed - `Completed`: Completed - `Timeout`: Timeout
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.CallStatus = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `Started`: Started - `Ringing`: Ringing - `Answered`: Answered - `Busy`: Busy - `Cancelled`: Cancelled - `Unanswered`: Unanswered - `Disconnected`: Disconnected - `Rejected`: Rejected - `Failed`: Failed - `Completed`: Completed - `Timeout`: Timeout
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Values: - `Voip`: Voip - `Emergency`: Emergency - `Appointment`: Appointment - `Phone`: Phone - `Email`: Email - `Telegram`: Telegram - `WhatsApp`: WhatsApp - `Kakao`: Kakao - `WeChat`: WeChat - `Line`: Line
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.ContactType = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `Voip`: Voip - `Emergency`: Emergency - `Appointment`: Appointment - `Phone`: Phone - `Email`: Email - `Telegram`: Telegram - `WhatsApp`: WhatsApp - `Kakao`: Kakao - `WeChat`: WeChat - `Line`: Line
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Values: - `Hospital`: Hospital - `Doctor`: Doctor - `Deal`: Deal - `Article`: Article - `GeneralArticle`: GeneralArticle - `HospitalSpecialty`: HospitalSpecialty - `Service`: Service - `SpecialtyType`: SpecialtyType - `Specialty`: Specialty
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.FrequentlyAskedQuestionSubcategories = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `Hospital`: Hospital - `Doctor`: Doctor - `Deal`: Deal - `Article`: Article - `GeneralArticle`: GeneralArticle - `HospitalSpecialty`: HospitalSpecialty - `Service`: Service - `SpecialtyType`: SpecialtyType - `Specialty`: Specialty
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
package/lib/models/gender.d.ts
CHANGED
package/lib/models/gender.js
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.Gender = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `NotSpecified`: NotSpecified - `Male`: Male - `Female`: Female - `NonBinary`: NonBinary - `PreferNotToSay`: PreferNotToSay
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.HeaderNavigationDynamicSubItemDetailType = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `AllItems`: AllItems - `Top16Items`: Top16Items - `Top36Items`: Top36Items
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Values: - `Photo`: Photo - `Video`: Video - `Youtube`: Youtube - `Document`: Document - `Frontal`: Frontal - `Diagonal`: Diagonal - `Side`: Side - `Vimeo`: Vimeo
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
package/lib/models/media-type.js
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.MediaType = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `Photo`: Photo - `Video`: Video - `Youtube`: Youtube - `Document`: Document - `Frontal`: Frontal - `Diagonal`: Diagonal - `Side`: Side - `Vimeo`: Vimeo
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Values: - `WelcomeEmail`: WelcomeEmail - `DirectMessageSent`: DirectMessageSent - `BookingNew`: BookingNew - `BookingUpdated`: BookingUpdated - `BookingRejected`: BookingRejected - `BookingApproved`: BookingApproved - `BookingPaid`: BookingPaid - `BookingCanceled`: BookingCanceled - `BookingRefundRequested`: BookingRefundRequested - `BookingRefunded`: BookingRefunded - `ConsultationNew`: ConsultationNew - `ConsultationUpdated`: ConsultationUpdated - `ConsultationRejected`: ConsultationRejected - `ConsultationApproved`: ConsultationApproved - `ConsultationPaid`: ConsultationPaid - `ConsultationCanceled`: ConsultationCanceled - `ConsultationRefundRequested`: ConsultationRefundRequested - `ConsultationRefunded`: ConsultationRefunded - `ConsultationReady`: ConsultationReady - `CallCompleted`: CallCompleted - `FormSubmitted`: FormSubmitted - `AppointmentNew`: AppointmentNew - `AppointmentUpdated`: AppointmentUpdated - `AppointmentRejected`: AppointmentRejected - `AppointmentApproved`: AppointmentApproved - `AppointmentPaid`: AppointmentPaid - `AppointmentCanceled`: AppointmentCanceled - `AppointmentCanceledByPatient`: AppointmentCanceledByPatient - `AppointmentCanceledByManager`: AppointmentCanceledByManager - `AppointmentRefundRequested`: AppointmentRefundRequested - `AppointmentRefunded`: AppointmentRefunded - `AppointmentRescheduleRequested`: AppointmentRescheduleRequested - `AppointmentRescheduleRequestApproved`: AppointmentRescheduleRequestApproved - `AppointmentReady`: AppointmentReady - `HandoffRequested`: HandoffRequested - `SessionDeleted`: SessionDeleted - `TransferAgent`: TransferAgent - `LeaveAgent`: LeaveAgent - `JoinAgent`: JoinAgent - `UpdateSession`: UpdateSession - `ConvertToSignInUser`: ConvertToSignInUser - `PatchIntakeForm`: PatchIntakeForm - `UpdateChatSessionStatus`: UpdateChatSessionStatus - `CreateIntakeForm`: CreateIntakeForm - `CheckedChatSession`: CheckedChatSession - `RecreateChatSession`: RecreateChatSession - `UnassignedNotification`: UnassignedNotification - `AssignedNotification`: AssignedNotification - `AutoAgentRemoval`: AutoAgentRemoval - `ChangedConsultStatus`: ChangedConsultStatus - `ForceSignOut`: ForceSignOut
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.NotificationCode = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `WelcomeEmail`: WelcomeEmail - `DirectMessageSent`: DirectMessageSent - `BookingNew`: BookingNew - `BookingUpdated`: BookingUpdated - `BookingRejected`: BookingRejected - `BookingApproved`: BookingApproved - `BookingPaid`: BookingPaid - `BookingCanceled`: BookingCanceled - `BookingRefundRequested`: BookingRefundRequested - `BookingRefunded`: BookingRefunded - `ConsultationNew`: ConsultationNew - `ConsultationUpdated`: ConsultationUpdated - `ConsultationRejected`: ConsultationRejected - `ConsultationApproved`: ConsultationApproved - `ConsultationPaid`: ConsultationPaid - `ConsultationCanceled`: ConsultationCanceled - `ConsultationRefundRequested`: ConsultationRefundRequested - `ConsultationRefunded`: ConsultationRefunded - `ConsultationReady`: ConsultationReady - `CallCompleted`: CallCompleted - `FormSubmitted`: FormSubmitted - `AppointmentNew`: AppointmentNew - `AppointmentUpdated`: AppointmentUpdated - `AppointmentRejected`: AppointmentRejected - `AppointmentApproved`: AppointmentApproved - `AppointmentPaid`: AppointmentPaid - `AppointmentCanceled`: AppointmentCanceled - `AppointmentCanceledByPatient`: AppointmentCanceledByPatient - `AppointmentCanceledByManager`: AppointmentCanceledByManager - `AppointmentRefundRequested`: AppointmentRefundRequested - `AppointmentRefunded`: AppointmentRefunded - `AppointmentRescheduleRequested`: AppointmentRescheduleRequested - `AppointmentRescheduleRequestApproved`: AppointmentRescheduleRequestApproved - `AppointmentReady`: AppointmentReady - `HandoffRequested`: HandoffRequested - `SessionDeleted`: SessionDeleted - `TransferAgent`: TransferAgent - `LeaveAgent`: LeaveAgent - `JoinAgent`: JoinAgent - `UpdateSession`: UpdateSession - `ConvertToSignInUser`: ConvertToSignInUser - `PatchIntakeForm`: PatchIntakeForm - `UpdateChatSessionStatus`: UpdateChatSessionStatus - `CreateIntakeForm`: CreateIntakeForm - `CheckedChatSession`: CheckedChatSession - `RecreateChatSession`: RecreateChatSession - `UnassignedNotification`: UnassignedNotification - `AssignedNotification`: AssignedNotification - `AutoAgentRemoval`: AutoAgentRemoval - `ChangedConsultStatus`: ChangedConsultStatus - `ForceSignOut`: ForceSignOut
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Values: - `Title`: Title - `Title1`: Title1 - `Title2`: Title2 - `Title3`: Title3 - `Title4`: Title4 - `About`: About - `ListItem`: ListItem - `DialogCard`: DialogCard - `Form`: Form - `MediasCard`: MediasCard - `StatsCard`: StatsCard - `Doctors`: Doctors - `Articles`: Articles - `Specialties`: Specialties - `Services`: Services - `SurgeryReviews`: SurgeryReviews - `Deals`: Deals - `ServicePhotoReviews`: ServicePhotoReviews
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.PageBlockType = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `Title`: Title - `Title1`: Title1 - `Title2`: Title2 - `Title3`: Title3 - `Title4`: Title4 - `About`: About - `ListItem`: ListItem - `DialogCard`: DialogCard - `Form`: Form - `MediasCard`: MediasCard - `StatsCard`: StatsCard - `Doctors`: Doctors - `Articles`: Articles - `Specialties`: Specialties - `Services`: Services - `SurgeryReviews`: SurgeryReviews - `Deals`: Deals - `ServicePhotoReviews`: ServicePhotoReviews
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.PaymentMethod = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `Stripe`: Stripe - `Paypal`: Paypal - `BankTransfer`: BankTransfer - `Upi`: Upi - `HospitalPaymentGateway`: HospitalPaymentGateway - `Cash`: Cash
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
package/lib/models/platform.d.ts
CHANGED
package/lib/models/platform.js
CHANGED
package/lib/models/procedure.js
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.RefundPolicy = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `NonRefundable`: NonRefundable - `Refundable`: Refundable - `PartialRefundable`: PartialRefundable
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Values: - `AssessmentNotCompleted`: AssessmentNotCompleted - `PaymentNotCompleted`: PaymentNotCompleted - `ScheduleNotAvailable`: ScheduleNotAvailable - `OtherReason`: OtherReason
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.RejectReason = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `AssessmentNotCompleted`: AssessmentNotCompleted - `PaymentNotCompleted`: PaymentNotCompleted - `ScheduleNotAvailable`: ScheduleNotAvailable - `OtherReason`: OtherReason
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
package/lib/models/sns-type.d.ts
CHANGED
package/lib/models/sns-type.js
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.SnsType = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `Twitter`: Twitter - `Facebook`: Facebook - `Instagram`: Instagram - `LinkedIn`: LinkedIn - `Youtube`: Youtube - `KakaoTalk`: Kakao Talk
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Values: - `SingleLineText`: SingleLineText - `MultiLineText`: MultiLineText - `Email`: Email - `DateTime`: DateTime - `Date`: Date - `Time`: Time - `NumberInteger`: NumberInteger - `NumberFloat`: NumberFloat - `Select`: Select - `Checkbox`: Checkbox - `Radio`: Radio - `File`: File - `Countries`: Countries - `Phone`: Phone - `HospitalContacts`: HospitalContacts
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.SurveyFormElementTypes = void 0;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Values: - `SingleLineText`: SingleLineText - `MultiLineText`: MultiLineText - `Email`: Email - `DateTime`: DateTime - `Date`: Date - `Time`: Time - `NumberInteger`: NumberInteger - `NumberFloat`: NumberFloat - `Select`: Select - `Checkbox`: Checkbox - `Radio`: Radio - `File`: File - `Countries`: Countries - `Phone`: Phone - `HospitalContacts`: HospitalContacts
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|