kos-solution-openapi 0.0.1__py3-none-any.whl

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.
kos_openapi/models.py ADDED
@@ -0,0 +1,885 @@
1
+ from .client import (
2
+ CancelReservationCancelReasonUnspecifiedError,
3
+ CancelReservationReservationNotAllowedByPolicyError,
4
+ CancelReservationReservationStatusNotAvailableError,
5
+ CancelReservationScheduleNotFoundError,
6
+ CreateOccupiedTimeEndDateTimeNotAvailableError,
7
+ CreateOccupiedTimeInvalidTimeRangeError,
8
+ CreateOccupiedTimeReservationGroupNotFoundError,
9
+ CreateOccupiedTimeStartDateTimeNotAvailableError,
10
+ CreateOccupiedTimeZoneNotFoundError,
11
+ DisableAdvertisingAgreementToVisitorsInvalidPhoneNumberError,
12
+ ErrorReason,
13
+ ExchangeTokenApiKeyNotFoundError,
14
+ FindDuplicatedVisitorIdPhoneNumberNotAvailableError,
15
+ FindDuplicatedVisitorIdQueryNotAvailableError,
16
+ FindScheduleByPurchaseIdPurchaseIdNotFoundError,
17
+ FindVisitorPhoneNotAvailableError,
18
+ FindVisitorPhoneNumberNotAvailableError,
19
+ GetCategoriesInvalidSortCriteriaError,
20
+ GetProductOptionsOptionIdsRequiredError,
21
+ GetProductProductNotFoundError,
22
+ GetPurchaseSummariesByVisitorVisitorIdNotAvailableError,
23
+ GetQuestionnaireSubmitVisitorNotFoundError,
24
+ GetReschedulableTimeSlotsInvalidDateTimeRangeError,
25
+ GetReschedulableTimeSlotsScheduleNotFoundError,
26
+ GetReservationSlotsByGroupTimezoneNotAvailableError,
27
+ GetReservationSlotsByGroupsV2EndDateTimeNotAvailableError,
28
+ GetReservationSlotsByGroupsV2InvalidTimeRangeError,
29
+ GetReservationSlotsByGroupsV2ReservationGroupIdsRequiredError,
30
+ GetReservationSlotsByGroupsV2StartDateTimeNotAvailableError,
31
+ GetReservationSlotsByScheduleIdEndDateTimeNotAvailableError,
32
+ GetReservationSlotsByScheduleIdScheduleIdNotAvailableError,
33
+ GetReservationSlotsByScheduleIdStartDateTimeNotAvailableError,
34
+ GetReservationSlotsByScheduleIdV2EndDateTimeNotAvailableError,
35
+ GetReservationSlotsByScheduleIdV2InvalidTimeRangeError,
36
+ GetReservationSlotsByScheduleIdV2ScheduleIdEmptyError,
37
+ GetReservationSlotsByScheduleIdV2StartDateTimeNotAvailableError,
38
+ GetReservationTimeSlotsByVisitorIdInvalidDateTimeRangeError,
39
+ GetReservationTimeSlotsByVisitorIdOccupancyPlanNotFoundError,
40
+ GetReservationTimeSlotsByVisitorIdReservationRuleNotActivatedError,
41
+ GetReservationTimeSlotsByVisitorIdReservationRuleNotFoundError,
42
+ GetReservationTimeSlotsByVisitorIdVisitorNotFoundError,
43
+ GetReservationTimeSlotsInvalidDateTimeRangeError,
44
+ GetReservationTimeSlotsOccupancyPlanNotFoundError,
45
+ GetReservationTimeSlotsReservationRuleNotActivatedError,
46
+ GetReservationTimeSlotsReservationRuleNotFoundError,
47
+ GetSchedulesByFlowStepFlowStepNotAvailableError,
48
+ GetSchedulesByFlowStepReservationStartDateTimeRangeInvalidError,
49
+ GetSchedulesByFlowStepReservationStartDateTimeUtcFromNotAvailableError,
50
+ GetSchedulesByFlowStepReservationStartDateTimeUtcToNotAvailableError,
51
+ GetVisitorQuestionnaireVisitorNotFoundError,
52
+ KosErrorProperties,
53
+ KosErrorResponse,
54
+ RegisterVisitorImagesMemoTooLongError,
55
+ RegisterVisitorImagesPathNotAvailableError,
56
+ RegisterVisitorImagesPathSegmentTooLongError,
57
+ RescheduleByTimeSlotReservationNotAllowedByPolicyError,
58
+ RescheduleByTimeSlotReservationTimeNotAvailableError,
59
+ RescheduleByTimeSlotScheduleNotFoundError,
60
+ RescheduleByTimeSlotScheduleNotReschedulableError,
61
+ ReserveByTimeSlotDuplicatedReservationError,
62
+ ReserveByTimeSlotInvalidVisitorNameError,
63
+ ReserveByTimeSlotReservationRuleNotActivatedError,
64
+ ReserveByTimeSlotReservationRuleNotFoundError,
65
+ ReserveByTimeSlotReservationTimeNotAvailableError,
66
+ ReserveByTimeSlotWithVisitorIdDuplicatedReservationError,
67
+ ReserveByTimeSlotWithVisitorIdReservationRuleNotActivatedError,
68
+ ReserveByTimeSlotWithVisitorIdReservationRuleNotFoundError,
69
+ ReserveByTimeSlotWithVisitorIdReservationTimeNotAvailableError,
70
+ ReserveByTimeSlotWithVisitorIdVisitorNotFoundError,
71
+ ReserveByVisitorIdOverlappingReservationError,
72
+ ReserveByVisitorIdReservationCapacityExceededError,
73
+ ReserveByVisitorIdV2OccupiedResourceConfigurationRequiredError,
74
+ ReserveByVisitorIdV2OccupiedResourceReservationGroupIdNotAvailableError,
75
+ ReserveByVisitorIdV2OccupiedResourceReservationGroupNotFoundError,
76
+ ReserveByVisitorIdV2OccupiedResourceZoneNotInGroupError,
77
+ ReserveByVisitorIdV2OccupiedResourcesDifferentDateError,
78
+ ReserveByVisitorIdV2OccupiedResourcesRequiredError,
79
+ ReserveByVisitorIdV2OverlappingReservationError,
80
+ ReserveByVisitorIdV2ReservationCapacityExceededError,
81
+ ReserveByVisitorIdV2VisitorNotFoundError,
82
+ ReserveByVisitorIdV2ZoneNotFoundError,
83
+ ReserveByVisitorIdVisitorNotFoundError,
84
+ ReserveCommandOverlappingReservationError,
85
+ ReserveCommandReservationCapacityExceededError,
86
+ ReserveCommandVisitorNameNotAvailableError,
87
+ ReserveCommandVisitorNotFoundError,
88
+ ReserveCommandVisitorPhoneCountryCodeNotAvailableError,
89
+ ReserveCommandVisitorPhoneNotAvailableError,
90
+ ReserveCommandVisitorPhoneNumberNotAvailableError,
91
+ ReserveV2OccupiedResourceConfigurationRequiredError,
92
+ ReserveV2OccupiedResourceReservationGroupIdNotAvailableError,
93
+ ReserveV2OccupiedResourceReservationGroupNotFoundError,
94
+ ReserveV2OccupiedResourceZoneNotInGroupError,
95
+ ReserveV2OccupiedResourcesDifferentDateError,
96
+ ReserveV2OccupiedResourcesRequiredError,
97
+ ReserveV2OverlappingReservationError,
98
+ ReserveV2ReservationCapacityExceededError,
99
+ ReserveV2VisitorNameNotAvailableError,
100
+ ReserveV2VisitorNotFoundError,
101
+ ReserveV2VisitorPhoneCountryCodeNotAvailableError,
102
+ ReserveV2VisitorPhoneNotAvailableError,
103
+ ReserveV2VisitorPhoneNumberNotAvailableError,
104
+ ReserveV2ZoneNotFoundError,
105
+ SearchVisitorsDateOfBirthNotAvailableError,
106
+ SearchVisitorsEmailNotAvailableError,
107
+ SearchVisitorsPhoneNotAvailableError,
108
+ SubmitVisitorQuestionnairePhoneNotAvailableError,
109
+ UpdateReservationEndDateTimeEmptyError,
110
+ UpdateReservationModificationNotAllowedByPolicyError,
111
+ UpdateReservationMultipleOccupiedResourcesError,
112
+ UpdateReservationOverlappingReservationError,
113
+ UpdateReservationReservationCapacityExceededError,
114
+ UpdateReservationReservationGroupIdEmptyError,
115
+ UpdateReservationReservationGroupNotFoundError,
116
+ UpdateReservationScheduleIdEmptyError,
117
+ UpdateReservationScheduleNotFoundError,
118
+ UpdateReservationStartDateTimeEmptyError,
119
+ UpdateReservationV2ModificationNotAllowedByPolicyError,
120
+ UpdateReservationV2OccupiedResourceConfigurationRequiredError,
121
+ UpdateReservationV2OccupiedResourceZoneNotInGroupError,
122
+ UpdateReservationV2OccupiedResourcesDifferentDateError,
123
+ UpdateReservationV2OccupiedResourcesRequiredError,
124
+ UpdateReservationV2OverlappingReservationError,
125
+ UpdateReservationV2ReservationCapacityExceededError,
126
+ UpdateReservationV2ScheduleNotFoundError,
127
+ UpdateReservationV2ZoneNotFoundError,
128
+ UpdateReservationZoneIdEmptyError,
129
+ UpdateReservationZoneNotFoundError,
130
+ UpdateScheduleConsultationInfoScheduleNotFoundError,
131
+ DateTimeRangeUtc,
132
+ Money,
133
+ Phone,
134
+ Sort,
135
+ Transls,
136
+ AccountRoleV2Contract,
137
+ RegisterVisitorImageConfiguration,
138
+ CreateReservationRequestedProcedure,
139
+ CreateReservationRequestedProcedureReservationRequestedOptionConfiguration,
140
+ CreateReservationRequestedProcedureReservationRequestedTicketConfiguration,
141
+ DisableAdvertisingAgreementToVisitorsCommand,
142
+ ExchangeTokenCommand,
143
+ ExchangeTokenResponse,
144
+ FindDuplicatedVisitorId,
145
+ FindDuplicatedVisitorIdResponse,
146
+ FindScheduleByPurchaseIdQuery,
147
+ FindScheduleByPurchaseIdQueryResponse,
148
+ FindVisitor,
149
+ FindVisitorResponse,
150
+ GenerateUploadingImageUrl,
151
+ GenerateUploadingImageUrlResponse,
152
+ GetPurchaseSummariesQuery,
153
+ GetPurchaseSummariesQueryResponse,
154
+ GetQuestionnaireAgreementsQueryResponse,
155
+ GetQuestionnaireSubmitQuery,
156
+ GetQuestionnaireSubmitQueryResponse,
157
+ GetReschedulableTimeSlotsQuery,
158
+ GetReschedulableTimeSlotsQueryResponse,
159
+ GetReservationGroupsQueryResponse,
160
+ GetReservationRuleSummariesQuery,
161
+ GetReservationRuleSummariesQueryResponse,
162
+ GetReservationSlotsByGroupQuery,
163
+ GetReservationSlotsByGroupsQuery,
164
+ GetReservationSlotsByGroupsQueryResponse,
165
+ GetReservationSlotsByProductQuery,
166
+ GetReservationSlotsByScheduleIdQuery,
167
+ GetReservationSlotsByScheduleIdQueryV2,
168
+ GetReservationSlotsByScheduleIdQueryV2Response,
169
+ GetReservationSlotsQueryResponse,
170
+ GetReservationTimeSlotsByVisitorIdQuery,
171
+ GetReservationTimeSlotsByVisitorIdQueryResponse,
172
+ GetReservationTimeSlotsQuery,
173
+ GetReservationTimeSlotsQueryResponse,
174
+ GetSchedulesByFlowStepQuery,
175
+ GetSchedulesByFlowStepQueryResponse,
176
+ GetTicketBundlesQuery,
177
+ GetVisitorQuestionnaireQuery,
178
+ GetVisitorQuestionnaireQueryResponse,
179
+ OccupiedReservationGroupResource,
180
+ OpenOccupiedResource,
181
+ OpenCreateOccupiedTimeCommand,
182
+ OpenCreateOccupiedTimeCommandResponse,
183
+ OpenCreateOccupiedTimeCommandResponseData,
184
+ OpenGetCategoriesQuery,
185
+ OpenGetProcedureTaskStatisticsQuery,
186
+ OpenGetProcedureTaskStatisticsQueryResponse,
187
+ OpenGetProductQuery,
188
+ OpenGetProductsQuery,
189
+ OpenGetPurchaseItemStatisticsQuery,
190
+ OpenGetPurchaseItemStatisticsQueryResponse,
191
+ OpenGetScheduleStatisticsQuery,
192
+ OpenGetScheduleStatisticsQueryResponse,
193
+ OpenGetVisitorStatisticsQuery,
194
+ OpenGetVisitorStatisticsQueryResponse,
195
+ OpenProcedureTaskStatisticsItem,
196
+ OpenPurchaseItemCost,
197
+ OpenPurchaseItemStatisticsItem,
198
+ OpenPurchaseMedicalService,
199
+ OpenPurchaseProcedureConfiguration,
200
+ OpenReserveByVisitorIdCommandV2,
201
+ OpenReserveCommandV2,
202
+ OpenReserveCommandV2Response,
203
+ OpenScheduleStatisticsItem,
204
+ OpenScheduleStatisticsReservationGroupOccupiedResource,
205
+ OpenStatisticsAssignee,
206
+ OpenStatisticsReferrerAccount,
207
+ OpenUpdateReservationCommandV2,
208
+ OpenUpdateScheduleConsultationInfoCommand,
209
+ OpenVisitorStatisticsItem,
210
+ RegisterVisitorImages,
211
+ RescheduleByTimeSlotCommand,
212
+ ReservationGroupOccupiedResourceSlot,
213
+ ReservationGroupSlots,
214
+ ReservationSlot,
215
+ ReservationSlotZoneConfiguration,
216
+ ReserveByTimeSlotCommand,
217
+ ReserveByTimeSlotCommandResponse,
218
+ ReserveByTimeSlotWithVisitorIdCommand,
219
+ ReserveByTimeSlotWithVisitorIdCommandResponse,
220
+ ReserveByVisitorIdCommand,
221
+ ReserveCommand,
222
+ ReserveCommandResponse,
223
+ SearchProductOptionSummariesQuery,
224
+ SearchVisitors,
225
+ SearchVisitorsResponse,
226
+ SubmitVisitorQuestionnaireCommand,
227
+ SubmitVisitorQuestionnaireCommandResponse,
228
+ VisitorConnectedInformation,
229
+ Line,
230
+ Unni,
231
+ VisitorInformation,
232
+ Category,
233
+ CommonProcedureConfiguration,
234
+ GetCategoriesQueryResponse,
235
+ GetOpenProductsQueryResponse,
236
+ GetProductOptionsQuery,
237
+ GetProductOptionsQueryResponse,
238
+ GetTargetCountriesQueryResponse,
239
+ MedicineAndMachine,
240
+ OpenProductDetailContract,
241
+ OpenProductGroupOptionComposition,
242
+ OpenProductOptionDetail,
243
+ OpenProductOptionDetailCONSULTATION,
244
+ OpenProductOptionDetailGROUP,
245
+ OpenProductOptionDetailSINGLE,
246
+ OpenProductOptionPrice,
247
+ OpenSearchProductOptionSummariesContract,
248
+ OpenSearchProductOptionSummariesContractCONSULTATION,
249
+ OpenSearchProductOptionSummariesContractGROUP,
250
+ ProductConfiguration,
251
+ OpenSearchProductOptionSummariesContractSINGLE,
252
+ OpenSearchProductOptionSummariesQueryResponse,
253
+ Price,
254
+ ProcedurePriceAmount,
255
+ Procedure,
256
+ ProductCategory,
257
+ ProductGroupOptionComposition,
258
+ ProductOptionDetail,
259
+ ProductOptionDetailCONSULTATION,
260
+ ProductOptionDetailGROUP,
261
+ ProductOptionDetailSINGLE,
262
+ ProductOptionPrice,
263
+ ProductOptionPriceVisitorType,
264
+ ProductOptionSpecialPrice,
265
+ PromotionConfiguration,
266
+ TargetCountryContract,
267
+ Unit,
268
+ MedicalService,
269
+ MedicalServiceMedicalServiceConfiguration,
270
+ MedicalServiceMachine,
271
+ MedicalServiceMedicine,
272
+ MedicalServiceProcedure,
273
+ BusinessCashReceiptConfiguration,
274
+ CardCompany,
275
+ CardTransactionConfiguration,
276
+ CashReceiptConfiguration,
277
+ BUSINESS,
278
+ PERSONAL,
279
+ VOLUNTARY,
280
+ CashTransactionConfiguration,
281
+ EasyPayProvider,
282
+ EasyPayTransactionConfiguration,
283
+ GetPrepaidCardChargingEventsQuery,
284
+ GetPrepaidCardChargingEventsQueryResponse,
285
+ GetPrepaidCardSummariesQuery,
286
+ GetPrepaidCardSummariesQueryResponse,
287
+ GetPurchaseSummariesQueryByVisitorId,
288
+ GetPurchaseSummariesQueryByVisitorIdResponse,
289
+ GetVisitorPrepaidCardBalanceQuery,
290
+ GetVisitorPrepaidCardBalanceQueryResponse,
291
+ InstallmentConfiguration,
292
+ MedicalLoanCompany,
293
+ MedicalLoanTransactionConfiguration,
294
+ PersonalCashReceiptConfiguration,
295
+ PlatformTransactionConfiguration,
296
+ PrepaidCardAmount,
297
+ PrepaidCardChargingEvent,
298
+ PrepaidCardChargingEventAmount,
299
+ PrepaidCardSummaryContract,
300
+ PrepaidCardTransactionConfiguration,
301
+ PrepaidCardVisitor,
302
+ PriceAdjustment,
303
+ PurchaseAssignee,
304
+ PurchaseConversion,
305
+ PurchaseItem,
306
+ ETCETRAPRODUCT,
307
+ PREPAIDCARDPRODUCT,
308
+ PRODUCTOPTION,
309
+ PurchaseItemEtceteraConfiguration,
310
+ PurchaseItemOptionComposition,
311
+ PurchaseItemOptionConfiguration,
312
+ PurchaseItemOptionConfigurationGROUP,
313
+ PurchaseItemOptionConfigurationSINGLE,
314
+ PurchaseItemOptionPromotionConfiguration,
315
+ PurchaseItemPrepaidCardConfiguration,
316
+ PurchaseItemPriceAdjustment,
317
+ PurchaseItemProcedure,
318
+ PurchasePriceAdjustment,
319
+ PurchaseSummary,
320
+ PurchaseSummaryTransaction,
321
+ PurchaseSummaryTransactionCARD,
322
+ PurchaseSummaryTransactionCASH,
323
+ PurchaseSummaryTransactionEASYPAY,
324
+ PurchaseSummaryTransactionMEDICALLOAN,
325
+ PurchaseSummaryTransactionPLATFORM,
326
+ PurchaseSummaryTransactionPREPAIDCARD,
327
+ PurchaseSummaryTransactionTRANSFER,
328
+ RefundingPurchaseItem,
329
+ RevokingPurchaseItem,
330
+ Transaction,
331
+ TransactionCARD,
332
+ TransactionCASH,
333
+ TransactionEASYPAY,
334
+ TransactionMEDICALLOAN,
335
+ TransactionPLATFORM,
336
+ TransactionPREPAIDCARD,
337
+ TransactionTRANSFER,
338
+ TransactionPaymentDateTime,
339
+ TransactionPlatform,
340
+ TransactionPrimaryData,
341
+ TransferTransactionConfiguration,
342
+ VisitorPrepaidCardBalanceContract,
343
+ BreaktimeContract,
344
+ CancelReservationCommand,
345
+ Counselor,
346
+ Doctor,
347
+ EventInitiator,
348
+ Account,
349
+ IntervalCapacityContract,
350
+ ScheduleOccupiedResource,
351
+ OperationTimeContract,
352
+ OperationTimetableContract,
353
+ ReservationAssignee,
354
+ ReservationFunnel,
355
+ ReservationGroupContract,
356
+ ReservationGroupResource,
357
+ ReservationPolicy,
358
+ ClosingRule,
359
+ MinimumAdvanceConfiguration,
360
+ ReservationRule,
361
+ ScheduleReservationRequestedOptionConfiguration,
362
+ ReservationRequestedOptionPrice,
363
+ ReservationRequestedOptionPriceReason,
364
+ GENERAL,
365
+ VISITORTYPE,
366
+ ReservationRequestedProcedure,
367
+ OPTION,
368
+ TICKET,
369
+ ScheduleReservationRequestedTicketConfiguration,
370
+ ReservationRuleSummary,
371
+ RoomContract,
372
+ UpdateReservationCommand,
373
+ VisitorLocation,
374
+ ConsultationContent,
375
+ ConsultationContract,
376
+ ConsultationOptionComposition,
377
+ ConsultationOptionConfiguration,
378
+ ConsultationOptionConfigurationGROUP,
379
+ ConsultationOptionConfigurationSINGLE,
380
+ ConsultationProcedure,
381
+ ConsultationResult,
382
+ ConsultationTicketConfiguration,
383
+ ConsultationVisitor,
384
+ FlowTask,
385
+ ETCETERA,
386
+ PROCEDURE,
387
+ FlowTaskAssignee,
388
+ FlowTaskCalledDoctor,
389
+ FlowTaskDoctor,
390
+ FlowTaskEtceteraConfiguration,
391
+ FlowTaskProcedureConfiguration,
392
+ FlowTaskProcedureConfigurationMedicalServiceConfiguration,
393
+ ProductOptionConfiguration,
394
+ TicketConfiguration,
395
+ FlowTaskResponsibleDoctor,
396
+ FlowTaskZone,
397
+ ProcedureRound,
398
+ ReservationTimeSlot,
399
+ EtceteraWorkConfiguration,
400
+ GetScheduleDetailQuery,
401
+ GetScheduleDetailQueryResponse,
402
+ GetSchedulesByVisitorQuery,
403
+ GetSchedulesByVisitorQueryResponse,
404
+ GetSchedulesSummarizedByTaskQuery,
405
+ GetSchedulesSummarizedByTaskQueryResponse,
406
+ Reaction,
407
+ ScheduleContract,
408
+ ScheduleDetailConsultationContract,
409
+ ScheduleDetailPurchaseContract,
410
+ ScheduleDetailReservationContract,
411
+ ScheduleEtceteraWork,
412
+ ScheduleEtceteraWorkAssignee,
413
+ ScheduleReaction,
414
+ ScheduleReactionAccount,
415
+ ScheduleSummarizedByTask,
416
+ ScheduleVisitorCategoryContract,
417
+ ScheduleVisitorContract,
418
+ ScheduleVisitorTypeContract,
419
+ ZoneSummaryContract,
420
+ GetZoneQuery,
421
+ GetZoneQueryResponse,
422
+ GetZonesResponse,
423
+ ZoneContract,
424
+ Code,
425
+ GetTicketBundlesQueryResponse,
426
+ TicketPriceAmount,
427
+ ReferenceOptionConfiguration,
428
+ ReferenceOptionPromotionConfiguration,
429
+ TicketBundleContract,
430
+ TicketContract,
431
+ TicketSetContract,
432
+ Answers,
433
+ GetQuestionnaireLagacyQueryResponse,
434
+ GetQuestionnaireSubmitLegacyQueryResponse,
435
+ Pages,
436
+ QuestionnaireAgreement,
437
+ QuestionnaireSubmitAnswer,
438
+ Questions,
439
+ SelectedAnswer,
440
+ SnsInfo,
441
+ SubmittedQuestionnaireAgreement,
442
+ )
443
+
444
+ __all__ = [
445
+ "CancelReservationCancelReasonUnspecifiedError",
446
+ "CancelReservationReservationNotAllowedByPolicyError",
447
+ "CancelReservationReservationStatusNotAvailableError",
448
+ "CancelReservationScheduleNotFoundError",
449
+ "CreateOccupiedTimeEndDateTimeNotAvailableError",
450
+ "CreateOccupiedTimeInvalidTimeRangeError",
451
+ "CreateOccupiedTimeReservationGroupNotFoundError",
452
+ "CreateOccupiedTimeStartDateTimeNotAvailableError",
453
+ "CreateOccupiedTimeZoneNotFoundError",
454
+ "DisableAdvertisingAgreementToVisitorsInvalidPhoneNumberError",
455
+ "ErrorReason",
456
+ "ExchangeTokenApiKeyNotFoundError",
457
+ "FindDuplicatedVisitorIdPhoneNumberNotAvailableError",
458
+ "FindDuplicatedVisitorIdQueryNotAvailableError",
459
+ "FindScheduleByPurchaseIdPurchaseIdNotFoundError",
460
+ "FindVisitorPhoneNotAvailableError",
461
+ "FindVisitorPhoneNumberNotAvailableError",
462
+ "GetCategoriesInvalidSortCriteriaError",
463
+ "GetProductOptionsOptionIdsRequiredError",
464
+ "GetProductProductNotFoundError",
465
+ "GetPurchaseSummariesByVisitorVisitorIdNotAvailableError",
466
+ "GetQuestionnaireSubmitVisitorNotFoundError",
467
+ "GetReschedulableTimeSlotsInvalidDateTimeRangeError",
468
+ "GetReschedulableTimeSlotsScheduleNotFoundError",
469
+ "GetReservationSlotsByGroupTimezoneNotAvailableError",
470
+ "GetReservationSlotsByGroupsV2EndDateTimeNotAvailableError",
471
+ "GetReservationSlotsByGroupsV2InvalidTimeRangeError",
472
+ "GetReservationSlotsByGroupsV2ReservationGroupIdsRequiredError",
473
+ "GetReservationSlotsByGroupsV2StartDateTimeNotAvailableError",
474
+ "GetReservationSlotsByScheduleIdEndDateTimeNotAvailableError",
475
+ "GetReservationSlotsByScheduleIdScheduleIdNotAvailableError",
476
+ "GetReservationSlotsByScheduleIdStartDateTimeNotAvailableError",
477
+ "GetReservationSlotsByScheduleIdV2EndDateTimeNotAvailableError",
478
+ "GetReservationSlotsByScheduleIdV2InvalidTimeRangeError",
479
+ "GetReservationSlotsByScheduleIdV2ScheduleIdEmptyError",
480
+ "GetReservationSlotsByScheduleIdV2StartDateTimeNotAvailableError",
481
+ "GetReservationTimeSlotsByVisitorIdInvalidDateTimeRangeError",
482
+ "GetReservationTimeSlotsByVisitorIdOccupancyPlanNotFoundError",
483
+ "GetReservationTimeSlotsByVisitorIdReservationRuleNotActivatedError",
484
+ "GetReservationTimeSlotsByVisitorIdReservationRuleNotFoundError",
485
+ "GetReservationTimeSlotsByVisitorIdVisitorNotFoundError",
486
+ "GetReservationTimeSlotsInvalidDateTimeRangeError",
487
+ "GetReservationTimeSlotsOccupancyPlanNotFoundError",
488
+ "GetReservationTimeSlotsReservationRuleNotActivatedError",
489
+ "GetReservationTimeSlotsReservationRuleNotFoundError",
490
+ "GetSchedulesByFlowStepFlowStepNotAvailableError",
491
+ "GetSchedulesByFlowStepReservationStartDateTimeRangeInvalidError",
492
+ "GetSchedulesByFlowStepReservationStartDateTimeUtcFromNotAvailableError",
493
+ "GetSchedulesByFlowStepReservationStartDateTimeUtcToNotAvailableError",
494
+ "GetVisitorQuestionnaireVisitorNotFoundError",
495
+ "KosErrorProperties",
496
+ "KosErrorResponse",
497
+ "RegisterVisitorImagesMemoTooLongError",
498
+ "RegisterVisitorImagesPathNotAvailableError",
499
+ "RegisterVisitorImagesPathSegmentTooLongError",
500
+ "RescheduleByTimeSlotReservationNotAllowedByPolicyError",
501
+ "RescheduleByTimeSlotReservationTimeNotAvailableError",
502
+ "RescheduleByTimeSlotScheduleNotFoundError",
503
+ "RescheduleByTimeSlotScheduleNotReschedulableError",
504
+ "ReserveByTimeSlotDuplicatedReservationError",
505
+ "ReserveByTimeSlotInvalidVisitorNameError",
506
+ "ReserveByTimeSlotReservationRuleNotActivatedError",
507
+ "ReserveByTimeSlotReservationRuleNotFoundError",
508
+ "ReserveByTimeSlotReservationTimeNotAvailableError",
509
+ "ReserveByTimeSlotWithVisitorIdDuplicatedReservationError",
510
+ "ReserveByTimeSlotWithVisitorIdReservationRuleNotActivatedError",
511
+ "ReserveByTimeSlotWithVisitorIdReservationRuleNotFoundError",
512
+ "ReserveByTimeSlotWithVisitorIdReservationTimeNotAvailableError",
513
+ "ReserveByTimeSlotWithVisitorIdVisitorNotFoundError",
514
+ "ReserveByVisitorIdOverlappingReservationError",
515
+ "ReserveByVisitorIdReservationCapacityExceededError",
516
+ "ReserveByVisitorIdV2OccupiedResourceConfigurationRequiredError",
517
+ "ReserveByVisitorIdV2OccupiedResourceReservationGroupIdNotAvailableError",
518
+ "ReserveByVisitorIdV2OccupiedResourceReservationGroupNotFoundError",
519
+ "ReserveByVisitorIdV2OccupiedResourceZoneNotInGroupError",
520
+ "ReserveByVisitorIdV2OccupiedResourcesDifferentDateError",
521
+ "ReserveByVisitorIdV2OccupiedResourcesRequiredError",
522
+ "ReserveByVisitorIdV2OverlappingReservationError",
523
+ "ReserveByVisitorIdV2ReservationCapacityExceededError",
524
+ "ReserveByVisitorIdV2VisitorNotFoundError",
525
+ "ReserveByVisitorIdV2ZoneNotFoundError",
526
+ "ReserveByVisitorIdVisitorNotFoundError",
527
+ "ReserveCommandOverlappingReservationError",
528
+ "ReserveCommandReservationCapacityExceededError",
529
+ "ReserveCommandVisitorNameNotAvailableError",
530
+ "ReserveCommandVisitorNotFoundError",
531
+ "ReserveCommandVisitorPhoneCountryCodeNotAvailableError",
532
+ "ReserveCommandVisitorPhoneNotAvailableError",
533
+ "ReserveCommandVisitorPhoneNumberNotAvailableError",
534
+ "ReserveV2OccupiedResourceConfigurationRequiredError",
535
+ "ReserveV2OccupiedResourceReservationGroupIdNotAvailableError",
536
+ "ReserveV2OccupiedResourceReservationGroupNotFoundError",
537
+ "ReserveV2OccupiedResourceZoneNotInGroupError",
538
+ "ReserveV2OccupiedResourcesDifferentDateError",
539
+ "ReserveV2OccupiedResourcesRequiredError",
540
+ "ReserveV2OverlappingReservationError",
541
+ "ReserveV2ReservationCapacityExceededError",
542
+ "ReserveV2VisitorNameNotAvailableError",
543
+ "ReserveV2VisitorNotFoundError",
544
+ "ReserveV2VisitorPhoneCountryCodeNotAvailableError",
545
+ "ReserveV2VisitorPhoneNotAvailableError",
546
+ "ReserveV2VisitorPhoneNumberNotAvailableError",
547
+ "ReserveV2ZoneNotFoundError",
548
+ "SearchVisitorsDateOfBirthNotAvailableError",
549
+ "SearchVisitorsEmailNotAvailableError",
550
+ "SearchVisitorsPhoneNotAvailableError",
551
+ "SubmitVisitorQuestionnairePhoneNotAvailableError",
552
+ "UpdateReservationEndDateTimeEmptyError",
553
+ "UpdateReservationModificationNotAllowedByPolicyError",
554
+ "UpdateReservationMultipleOccupiedResourcesError",
555
+ "UpdateReservationOverlappingReservationError",
556
+ "UpdateReservationReservationCapacityExceededError",
557
+ "UpdateReservationReservationGroupIdEmptyError",
558
+ "UpdateReservationReservationGroupNotFoundError",
559
+ "UpdateReservationScheduleIdEmptyError",
560
+ "UpdateReservationScheduleNotFoundError",
561
+ "UpdateReservationStartDateTimeEmptyError",
562
+ "UpdateReservationV2ModificationNotAllowedByPolicyError",
563
+ "UpdateReservationV2OccupiedResourceConfigurationRequiredError",
564
+ "UpdateReservationV2OccupiedResourceZoneNotInGroupError",
565
+ "UpdateReservationV2OccupiedResourcesDifferentDateError",
566
+ "UpdateReservationV2OccupiedResourcesRequiredError",
567
+ "UpdateReservationV2OverlappingReservationError",
568
+ "UpdateReservationV2ReservationCapacityExceededError",
569
+ "UpdateReservationV2ScheduleNotFoundError",
570
+ "UpdateReservationV2ZoneNotFoundError",
571
+ "UpdateReservationZoneIdEmptyError",
572
+ "UpdateReservationZoneNotFoundError",
573
+ "UpdateScheduleConsultationInfoScheduleNotFoundError",
574
+ "DateTimeRangeUtc",
575
+ "Money",
576
+ "Phone",
577
+ "Sort",
578
+ "Transls",
579
+ "AccountRoleV2Contract",
580
+ "RegisterVisitorImageConfiguration",
581
+ "CreateReservationRequestedProcedure",
582
+ "CreateReservationRequestedProcedureReservationRequestedOptionConfiguration",
583
+ "CreateReservationRequestedProcedureReservationRequestedTicketConfiguration",
584
+ "DisableAdvertisingAgreementToVisitorsCommand",
585
+ "ExchangeTokenCommand",
586
+ "ExchangeTokenResponse",
587
+ "FindDuplicatedVisitorId",
588
+ "FindDuplicatedVisitorIdResponse",
589
+ "FindScheduleByPurchaseIdQuery",
590
+ "FindScheduleByPurchaseIdQueryResponse",
591
+ "FindVisitor",
592
+ "FindVisitorResponse",
593
+ "GenerateUploadingImageUrl",
594
+ "GenerateUploadingImageUrlResponse",
595
+ "GetPurchaseSummariesQuery",
596
+ "GetPurchaseSummariesQueryResponse",
597
+ "GetQuestionnaireAgreementsQueryResponse",
598
+ "GetQuestionnaireSubmitQuery",
599
+ "GetQuestionnaireSubmitQueryResponse",
600
+ "GetReschedulableTimeSlotsQuery",
601
+ "GetReschedulableTimeSlotsQueryResponse",
602
+ "GetReservationGroupsQueryResponse",
603
+ "GetReservationRuleSummariesQuery",
604
+ "GetReservationRuleSummariesQueryResponse",
605
+ "GetReservationSlotsByGroupQuery",
606
+ "GetReservationSlotsByGroupsQuery",
607
+ "GetReservationSlotsByGroupsQueryResponse",
608
+ "GetReservationSlotsByProductQuery",
609
+ "GetReservationSlotsByScheduleIdQuery",
610
+ "GetReservationSlotsByScheduleIdQueryV2",
611
+ "GetReservationSlotsByScheduleIdQueryV2Response",
612
+ "GetReservationSlotsQueryResponse",
613
+ "GetReservationTimeSlotsByVisitorIdQuery",
614
+ "GetReservationTimeSlotsByVisitorIdQueryResponse",
615
+ "GetReservationTimeSlotsQuery",
616
+ "GetReservationTimeSlotsQueryResponse",
617
+ "GetSchedulesByFlowStepQuery",
618
+ "GetSchedulesByFlowStepQueryResponse",
619
+ "GetTicketBundlesQuery",
620
+ "GetVisitorQuestionnaireQuery",
621
+ "GetVisitorQuestionnaireQueryResponse",
622
+ "OccupiedReservationGroupResource",
623
+ "OpenOccupiedResource",
624
+ "OpenCreateOccupiedTimeCommand",
625
+ "OpenCreateOccupiedTimeCommandResponse",
626
+ "OpenCreateOccupiedTimeCommandResponseData",
627
+ "OpenGetCategoriesQuery",
628
+ "OpenGetProcedureTaskStatisticsQuery",
629
+ "OpenGetProcedureTaskStatisticsQueryResponse",
630
+ "OpenGetProductQuery",
631
+ "OpenGetProductsQuery",
632
+ "OpenGetPurchaseItemStatisticsQuery",
633
+ "OpenGetPurchaseItemStatisticsQueryResponse",
634
+ "OpenGetScheduleStatisticsQuery",
635
+ "OpenGetScheduleStatisticsQueryResponse",
636
+ "OpenGetVisitorStatisticsQuery",
637
+ "OpenGetVisitorStatisticsQueryResponse",
638
+ "OpenProcedureTaskStatisticsItem",
639
+ "OpenPurchaseItemCost",
640
+ "OpenPurchaseItemStatisticsItem",
641
+ "OpenPurchaseMedicalService",
642
+ "OpenPurchaseProcedureConfiguration",
643
+ "OpenReserveByVisitorIdCommandV2",
644
+ "OpenReserveCommandV2",
645
+ "OpenReserveCommandV2Response",
646
+ "OpenScheduleStatisticsItem",
647
+ "OpenScheduleStatisticsReservationGroupOccupiedResource",
648
+ "OpenStatisticsAssignee",
649
+ "OpenStatisticsReferrerAccount",
650
+ "OpenUpdateReservationCommandV2",
651
+ "OpenUpdateScheduleConsultationInfoCommand",
652
+ "OpenVisitorStatisticsItem",
653
+ "RegisterVisitorImages",
654
+ "RescheduleByTimeSlotCommand",
655
+ "ReservationGroupOccupiedResourceSlot",
656
+ "ReservationGroupSlots",
657
+ "ReservationSlot",
658
+ "ReservationSlotZoneConfiguration",
659
+ "ReserveByTimeSlotCommand",
660
+ "ReserveByTimeSlotCommandResponse",
661
+ "ReserveByTimeSlotWithVisitorIdCommand",
662
+ "ReserveByTimeSlotWithVisitorIdCommandResponse",
663
+ "ReserveByVisitorIdCommand",
664
+ "ReserveCommand",
665
+ "ReserveCommandResponse",
666
+ "SearchProductOptionSummariesQuery",
667
+ "SearchVisitors",
668
+ "SearchVisitorsResponse",
669
+ "SubmitVisitorQuestionnaireCommand",
670
+ "SubmitVisitorQuestionnaireCommandResponse",
671
+ "VisitorConnectedInformation",
672
+ "Line",
673
+ "Unni",
674
+ "VisitorInformation",
675
+ "Category",
676
+ "CommonProcedureConfiguration",
677
+ "GetCategoriesQueryResponse",
678
+ "GetOpenProductsQueryResponse",
679
+ "GetProductOptionsQuery",
680
+ "GetProductOptionsQueryResponse",
681
+ "GetTargetCountriesQueryResponse",
682
+ "MedicineAndMachine",
683
+ "OpenProductDetailContract",
684
+ "OpenProductGroupOptionComposition",
685
+ "OpenProductOptionDetail",
686
+ "OpenProductOptionDetailCONSULTATION",
687
+ "OpenProductOptionDetailGROUP",
688
+ "OpenProductOptionDetailSINGLE",
689
+ "OpenProductOptionPrice",
690
+ "OpenSearchProductOptionSummariesContract",
691
+ "OpenSearchProductOptionSummariesContractCONSULTATION",
692
+ "OpenSearchProductOptionSummariesContractGROUP",
693
+ "ProductConfiguration",
694
+ "OpenSearchProductOptionSummariesContractSINGLE",
695
+ "OpenSearchProductOptionSummariesQueryResponse",
696
+ "Price",
697
+ "ProcedurePriceAmount",
698
+ "Procedure",
699
+ "ProductCategory",
700
+ "ProductGroupOptionComposition",
701
+ "ProductOptionDetail",
702
+ "ProductOptionDetailCONSULTATION",
703
+ "ProductOptionDetailGROUP",
704
+ "ProductOptionDetailSINGLE",
705
+ "ProductOptionPrice",
706
+ "ProductOptionPriceVisitorType",
707
+ "ProductOptionSpecialPrice",
708
+ "PromotionConfiguration",
709
+ "TargetCountryContract",
710
+ "Unit",
711
+ "MedicalService",
712
+ "MedicalServiceMedicalServiceConfiguration",
713
+ "MedicalServiceMachine",
714
+ "MedicalServiceMedicine",
715
+ "MedicalServiceProcedure",
716
+ "BusinessCashReceiptConfiguration",
717
+ "CardCompany",
718
+ "CardTransactionConfiguration",
719
+ "CashReceiptConfiguration",
720
+ "BUSINESS",
721
+ "PERSONAL",
722
+ "VOLUNTARY",
723
+ "CashTransactionConfiguration",
724
+ "EasyPayProvider",
725
+ "EasyPayTransactionConfiguration",
726
+ "GetPrepaidCardChargingEventsQuery",
727
+ "GetPrepaidCardChargingEventsQueryResponse",
728
+ "GetPrepaidCardSummariesQuery",
729
+ "GetPrepaidCardSummariesQueryResponse",
730
+ "GetPurchaseSummariesQueryByVisitorId",
731
+ "GetPurchaseSummariesQueryByVisitorIdResponse",
732
+ "GetVisitorPrepaidCardBalanceQuery",
733
+ "GetVisitorPrepaidCardBalanceQueryResponse",
734
+ "InstallmentConfiguration",
735
+ "MedicalLoanCompany",
736
+ "MedicalLoanTransactionConfiguration",
737
+ "PersonalCashReceiptConfiguration",
738
+ "PlatformTransactionConfiguration",
739
+ "PrepaidCardAmount",
740
+ "PrepaidCardChargingEvent",
741
+ "PrepaidCardChargingEventAmount",
742
+ "PrepaidCardSummaryContract",
743
+ "PrepaidCardTransactionConfiguration",
744
+ "PrepaidCardVisitor",
745
+ "PriceAdjustment",
746
+ "PurchaseAssignee",
747
+ "PurchaseConversion",
748
+ "PurchaseItem",
749
+ "ETCETRAPRODUCT",
750
+ "PREPAIDCARDPRODUCT",
751
+ "PRODUCTOPTION",
752
+ "PurchaseItemEtceteraConfiguration",
753
+ "PurchaseItemOptionComposition",
754
+ "PurchaseItemOptionConfiguration",
755
+ "PurchaseItemOptionConfigurationGROUP",
756
+ "PurchaseItemOptionConfigurationSINGLE",
757
+ "PurchaseItemOptionPromotionConfiguration",
758
+ "PurchaseItemPrepaidCardConfiguration",
759
+ "PurchaseItemPriceAdjustment",
760
+ "PurchaseItemProcedure",
761
+ "PurchasePriceAdjustment",
762
+ "PurchaseSummary",
763
+ "PurchaseSummaryTransaction",
764
+ "PurchaseSummaryTransactionCARD",
765
+ "PurchaseSummaryTransactionCASH",
766
+ "PurchaseSummaryTransactionEASYPAY",
767
+ "PurchaseSummaryTransactionMEDICALLOAN",
768
+ "PurchaseSummaryTransactionPLATFORM",
769
+ "PurchaseSummaryTransactionPREPAIDCARD",
770
+ "PurchaseSummaryTransactionTRANSFER",
771
+ "RefundingPurchaseItem",
772
+ "RevokingPurchaseItem",
773
+ "Transaction",
774
+ "TransactionCARD",
775
+ "TransactionCASH",
776
+ "TransactionEASYPAY",
777
+ "TransactionMEDICALLOAN",
778
+ "TransactionPLATFORM",
779
+ "TransactionPREPAIDCARD",
780
+ "TransactionTRANSFER",
781
+ "TransactionPaymentDateTime",
782
+ "TransactionPlatform",
783
+ "TransactionPrimaryData",
784
+ "TransferTransactionConfiguration",
785
+ "VisitorPrepaidCardBalanceContract",
786
+ "BreaktimeContract",
787
+ "CancelReservationCommand",
788
+ "Counselor",
789
+ "Doctor",
790
+ "EventInitiator",
791
+ "Account",
792
+ "IntervalCapacityContract",
793
+ "ScheduleOccupiedResource",
794
+ "OperationTimeContract",
795
+ "OperationTimetableContract",
796
+ "ReservationAssignee",
797
+ "ReservationFunnel",
798
+ "ReservationGroupContract",
799
+ "ReservationGroupResource",
800
+ "ReservationPolicy",
801
+ "ClosingRule",
802
+ "MinimumAdvanceConfiguration",
803
+ "ReservationRule",
804
+ "ScheduleReservationRequestedOptionConfiguration",
805
+ "ReservationRequestedOptionPrice",
806
+ "ReservationRequestedOptionPriceReason",
807
+ "GENERAL",
808
+ "VISITORTYPE",
809
+ "ReservationRequestedProcedure",
810
+ "OPTION",
811
+ "TICKET",
812
+ "ScheduleReservationRequestedTicketConfiguration",
813
+ "ReservationRuleSummary",
814
+ "RoomContract",
815
+ "UpdateReservationCommand",
816
+ "VisitorLocation",
817
+ "ConsultationContent",
818
+ "ConsultationContract",
819
+ "ConsultationOptionComposition",
820
+ "ConsultationOptionConfiguration",
821
+ "ConsultationOptionConfigurationGROUP",
822
+ "ConsultationOptionConfigurationSINGLE",
823
+ "ConsultationProcedure",
824
+ "ConsultationResult",
825
+ "ConsultationTicketConfiguration",
826
+ "ConsultationVisitor",
827
+ "FlowTask",
828
+ "ETCETERA",
829
+ "PROCEDURE",
830
+ "FlowTaskAssignee",
831
+ "FlowTaskCalledDoctor",
832
+ "FlowTaskDoctor",
833
+ "FlowTaskEtceteraConfiguration",
834
+ "FlowTaskProcedureConfiguration",
835
+ "FlowTaskProcedureConfigurationMedicalServiceConfiguration",
836
+ "ProductOptionConfiguration",
837
+ "TicketConfiguration",
838
+ "FlowTaskResponsibleDoctor",
839
+ "FlowTaskZone",
840
+ "ProcedureRound",
841
+ "ReservationTimeSlot",
842
+ "EtceteraWorkConfiguration",
843
+ "GetScheduleDetailQuery",
844
+ "GetScheduleDetailQueryResponse",
845
+ "GetSchedulesByVisitorQuery",
846
+ "GetSchedulesByVisitorQueryResponse",
847
+ "GetSchedulesSummarizedByTaskQuery",
848
+ "GetSchedulesSummarizedByTaskQueryResponse",
849
+ "Reaction",
850
+ "ScheduleContract",
851
+ "ScheduleDetailConsultationContract",
852
+ "ScheduleDetailPurchaseContract",
853
+ "ScheduleDetailReservationContract",
854
+ "ScheduleEtceteraWork",
855
+ "ScheduleEtceteraWorkAssignee",
856
+ "ScheduleReaction",
857
+ "ScheduleReactionAccount",
858
+ "ScheduleSummarizedByTask",
859
+ "ScheduleVisitorCategoryContract",
860
+ "ScheduleVisitorContract",
861
+ "ScheduleVisitorTypeContract",
862
+ "ZoneSummaryContract",
863
+ "GetZoneQuery",
864
+ "GetZoneQueryResponse",
865
+ "GetZonesResponse",
866
+ "ZoneContract",
867
+ "Code",
868
+ "GetTicketBundlesQueryResponse",
869
+ "TicketPriceAmount",
870
+ "ReferenceOptionConfiguration",
871
+ "ReferenceOptionPromotionConfiguration",
872
+ "TicketBundleContract",
873
+ "TicketContract",
874
+ "TicketSetContract",
875
+ "Answers",
876
+ "GetQuestionnaireLagacyQueryResponse",
877
+ "GetQuestionnaireSubmitLegacyQueryResponse",
878
+ "Pages",
879
+ "QuestionnaireAgreement",
880
+ "QuestionnaireSubmitAnswer",
881
+ "Questions",
882
+ "SelectedAnswer",
883
+ "SnsInfo",
884
+ "SubmittedQuestionnaireAgreement",
885
+ ]