@springtree/eva-services-core-management 3.0.0-beta.74 → 3.0.0-beta.76

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.
@@ -160,6 +160,12 @@ export class SvcCleanupUntypedSettings {
160
160
  request;
161
161
  response;
162
162
  }
163
+ export class SvcCopySurvey {
164
+ name = 'CopySurvey';
165
+ path = '/message/CopySurvey';
166
+ request;
167
+ response;
168
+ }
163
169
  export class SvcCorrectProductCostPriceLedgers {
164
170
  name = 'CorrectProductCostPriceLedgers';
165
171
  path = '/message/CorrectProductCostPriceLedgers';
@@ -172,6 +178,12 @@ export class SvcCreateAccount {
172
178
  request;
173
179
  response;
174
180
  }
181
+ export class SvcCreateAppointmentCancellationReason {
182
+ name = 'CreateAppointmentCancellationReason';
183
+ path = '/message/CreateAppointmentCancellationReason';
184
+ request;
185
+ response;
186
+ }
175
187
  export class SvcCreateAssortment {
176
188
  name = 'CreateAssortment';
177
189
  path = '/message/CreateAssortment';
@@ -322,6 +334,24 @@ export class SvcCreateEntityFieldValidator {
322
334
  request;
323
335
  response;
324
336
  }
337
+ export class SvcCreateEvent {
338
+ name = 'CreateEvent';
339
+ path = '/message/CreateEvent';
340
+ request;
341
+ response;
342
+ }
343
+ export class SvcCreateEventLocation {
344
+ name = 'CreateEventLocation';
345
+ path = '/message/CreateEventLocation';
346
+ request;
347
+ response;
348
+ }
349
+ export class SvcCreateEventType {
350
+ name = 'CreateEventType';
351
+ path = '/message/CreateEventType';
352
+ request;
353
+ response;
354
+ }
325
355
  export class SvcCreateFraudItem {
326
356
  name = 'CreateFraudItem';
327
357
  path = '/message/CreateFraudItem';
@@ -598,6 +628,12 @@ export class SvcCreateRefundCorrectionReason {
598
628
  request;
599
629
  response;
600
630
  }
631
+ export class SvcCreateResendReason {
632
+ name = 'CreateResendReason';
633
+ path = '/message/CreateResendReason';
634
+ request;
635
+ response;
636
+ }
601
637
  export class SvcCreateReturnReason {
602
638
  name = 'CreateReturnReason';
603
639
  path = '/message/CreateReturnReason';
@@ -712,6 +748,12 @@ export class SvcCreateUnitPriceCorrectionReason {
712
748
  request;
713
749
  response;
714
750
  }
751
+ export class SvcCreateUserAgreement {
752
+ name = 'CreateUserAgreement';
753
+ path = '/message/CreateUserAgreement';
754
+ request;
755
+ response;
756
+ }
715
757
  export class SvcCreateUserOrigin {
716
758
  name = 'CreateUserOrigin';
717
759
  path = '/message/CreateUserOrigin';
@@ -748,6 +790,12 @@ export class SvcDeleteAccount {
748
790
  request;
749
791
  response;
750
792
  }
793
+ export class SvcDeleteAppointmentCancellationReason {
794
+ name = 'DeleteAppointmentCancellationReason';
795
+ path = '/message/DeleteAppointmentCancellationReason';
796
+ request;
797
+ response;
798
+ }
751
799
  export class SvcDeleteAssortment {
752
800
  name = 'DeleteAssortment';
753
801
  path = '/message/DeleteAssortment';
@@ -874,6 +922,24 @@ export class SvcDeleteEntityFieldValidator {
874
922
  request;
875
923
  response;
876
924
  }
925
+ export class SvcDeleteEvent {
926
+ name = 'DeleteEvent';
927
+ path = '/message/DeleteEvent';
928
+ request;
929
+ response;
930
+ }
931
+ export class SvcDeleteEventLocation {
932
+ name = 'DeleteEventLocation';
933
+ path = '/message/DeleteEventLocation';
934
+ request;
935
+ response;
936
+ }
937
+ export class SvcDeleteEventType {
938
+ name = 'DeleteEventType';
939
+ path = '/message/DeleteEventType';
940
+ request;
941
+ response;
942
+ }
877
943
  export class SvcDeleteFraudItem {
878
944
  name = 'DeleteFraudItem';
879
945
  path = '/message/DeleteFraudItem';
@@ -1108,6 +1174,12 @@ export class SvcDeleteRefundCorrectionReason {
1108
1174
  request;
1109
1175
  response;
1110
1176
  }
1177
+ export class SvcDeleteResendReason {
1178
+ name = 'DeleteResendReason';
1179
+ path = '/message/DeleteResendReason';
1180
+ request;
1181
+ response;
1182
+ }
1111
1183
  export class SvcDeleteReturnReason {
1112
1184
  name = 'DeleteReturnReason';
1113
1185
  path = '/message/DeleteReturnReason';
@@ -1216,6 +1288,12 @@ export class SvcDeleteUnprocessedPaymentSettlementFile {
1216
1288
  request;
1217
1289
  response;
1218
1290
  }
1291
+ export class SvcDeleteUserAgreement {
1292
+ name = 'DeleteUserAgreement';
1293
+ path = '/message/DeleteUserAgreement';
1294
+ request;
1295
+ response;
1296
+ }
1219
1297
  export class SvcDeleteUserBoughtProductDetail {
1220
1298
  name = 'DeleteUserBoughtProductDetail';
1221
1299
  path = '/message/DeleteUserBoughtProductDetail';
@@ -1282,6 +1360,18 @@ export class SvcDownloadAssortmentProducts {
1282
1360
  request;
1283
1361
  response;
1284
1362
  }
1363
+ export class SvcDownloadAssortmentProducts_Async {
1364
+ name = 'DownloadAssortmentProducts_Async';
1365
+ path = '/async-message/DownloadAssortmentProducts';
1366
+ request;
1367
+ response;
1368
+ }
1369
+ export class SvcDownloadAssortmentProducts_AsyncResult {
1370
+ name = 'DownloadAssortmentProducts_AsyncResult';
1371
+ path = '/async-result/DownloadAssortmentProducts';
1372
+ request;
1373
+ response;
1374
+ }
1285
1375
  export class SvcDownloadCouponExcel_Async {
1286
1376
  name = 'DownloadCouponExcel_Async';
1287
1377
  path = '/async-message/DownloadCouponExcel';
@@ -1546,6 +1636,12 @@ export class SvcGetAccount {
1546
1636
  request;
1547
1637
  response;
1548
1638
  }
1639
+ export class SvcGetAppointmentCancellationReason {
1640
+ name = 'GetAppointmentCancellationReason';
1641
+ path = '/message/GetAppointmentCancellationReason';
1642
+ request;
1643
+ response;
1644
+ }
1549
1645
  export class SvcGetAppSettingsAutocompleteInfo {
1550
1646
  name = 'GetAppSettingsAutocompleteInfo';
1551
1647
  path = '/message/GetAppSettingsAutocompleteInfo';
@@ -1822,6 +1918,24 @@ export class SvcGetEntityFieldValidator {
1822
1918
  request;
1823
1919
  response;
1824
1920
  }
1921
+ export class SvcGetEvent {
1922
+ name = 'GetEvent';
1923
+ path = '/message/GetEvent';
1924
+ request;
1925
+ response;
1926
+ }
1927
+ export class SvcGetEventLocation {
1928
+ name = 'GetEventLocation';
1929
+ path = '/message/GetEventLocation';
1930
+ request;
1931
+ response;
1932
+ }
1933
+ export class SvcGetEventType {
1934
+ name = 'GetEventType';
1935
+ path = '/message/GetEventType';
1936
+ request;
1937
+ response;
1938
+ }
1825
1939
  export class SvcGetFieldValidatorsForEntity {
1826
1940
  name = 'GetFieldValidatorsForEntity';
1827
1941
  path = '/message/GetFieldValidatorsForEntity';
@@ -2116,6 +2230,12 @@ export class SvcGetRefundCorrectionReason {
2116
2230
  request;
2117
2231
  response;
2118
2232
  }
2233
+ export class SvcGetResendReason {
2234
+ name = 'GetResendReason';
2235
+ path = '/message/GetResendReason';
2236
+ request;
2237
+ response;
2238
+ }
2119
2239
  export class SvcGetReturnReasonsByType {
2120
2240
  name = 'GetReturnReasonsByType';
2121
2241
  path = '/message/GetReturnReasonsByType';
@@ -2158,6 +2278,12 @@ export class SvcGetSettingHistory {
2158
2278
  request;
2159
2279
  response;
2160
2280
  }
2281
+ export class SvcGetSettingImpact {
2282
+ name = 'GetSettingImpact';
2283
+ path = '/message/GetSettingImpact';
2284
+ request;
2285
+ response;
2286
+ }
2161
2287
  export class SvcGetShippingCostByID {
2162
2288
  name = 'GetShippingCostByID';
2163
2289
  path = '/message/GetShippingCostByID';
@@ -2248,6 +2374,12 @@ export class SvcGetUnitOfMeasures {
2248
2374
  request;
2249
2375
  response;
2250
2376
  }
2377
+ export class SvcGetUserAgreementByID {
2378
+ name = 'GetUserAgreementByID';
2379
+ path = '/message/GetUserAgreementByID';
2380
+ request;
2381
+ response;
2382
+ }
2251
2383
  export class SvcGetUserBoughtProduct {
2252
2384
  name = 'GetUserBoughtProduct';
2253
2385
  path = '/message/GetUserBoughtProduct';
@@ -2356,6 +2488,12 @@ export class SvcListAMLConfigurations {
2356
2488
  request;
2357
2489
  response;
2358
2490
  }
2491
+ export class SvcListAppointmentCancellationReasons {
2492
+ name = 'ListAppointmentCancellationReasons';
2493
+ path = '/message/ListAppointmentCancellationReasons';
2494
+ request;
2495
+ response;
2496
+ }
2359
2497
  export class SvcListAppSettingHistory {
2360
2498
  name = 'ListAppSettingHistory';
2361
2499
  path = '/message/ListAppSettingHistory';
@@ -2542,6 +2680,24 @@ export class SvcListEntityFieldValidators {
2542
2680
  request;
2543
2681
  response;
2544
2682
  }
2683
+ export class SvcListEventLocations {
2684
+ name = 'ListEventLocations';
2685
+ path = '/message/ListEventLocations';
2686
+ request;
2687
+ response;
2688
+ }
2689
+ export class SvcListEvents {
2690
+ name = 'ListEvents';
2691
+ path = '/message/ListEvents';
2692
+ request;
2693
+ response;
2694
+ }
2695
+ export class SvcListEventTypes {
2696
+ name = 'ListEventTypes';
2697
+ path = '/message/ListEventTypes';
2698
+ request;
2699
+ response;
2700
+ }
2545
2701
  export class SvcListExchangeRates {
2546
2702
  name = 'ListExchangeRates';
2547
2703
  path = '/message/ListExchangeRates';
@@ -2824,6 +2980,12 @@ export class SvcListRefundCorrectionReasons {
2824
2980
  request;
2825
2981
  response;
2826
2982
  }
2983
+ export class SvcListResendReasons {
2984
+ name = 'ListResendReasons';
2985
+ path = '/message/ListResendReasons';
2986
+ request;
2987
+ response;
2988
+ }
2827
2989
  export class SvcListRestockedProducts {
2828
2990
  name = 'ListRestockedProducts';
2829
2991
  path = '/message/ListRestockedProducts';
@@ -2956,6 +3118,12 @@ export class SvcListUnitPriceCorrectionReasons {
2956
3118
  request;
2957
3119
  response;
2958
3120
  }
3121
+ export class SvcListUserAgreements {
3122
+ name = 'ListUserAgreements';
3123
+ path = '/message/ListUserAgreements';
3124
+ request;
3125
+ response;
3126
+ }
2959
3127
  export class SvcListUserBoughtProducts {
2960
3128
  name = 'ListUserBoughtProducts';
2961
3129
  path = '/message/ListUserBoughtProducts';
@@ -3430,6 +3598,12 @@ export class SvcUpdateAccount {
3430
3598
  request;
3431
3599
  response;
3432
3600
  }
3601
+ export class SvcUpdateAppointmentCancellationReason {
3602
+ name = 'UpdateAppointmentCancellationReason';
3603
+ path = '/message/UpdateAppointmentCancellationReason';
3604
+ request;
3605
+ response;
3606
+ }
3433
3607
  export class SvcUpdateAssortment {
3434
3608
  name = 'UpdateAssortment';
3435
3609
  path = '/message/UpdateAssortment';
@@ -3586,6 +3760,24 @@ export class SvcUpdateEntityFieldValidator {
3586
3760
  request;
3587
3761
  response;
3588
3762
  }
3763
+ export class SvcUpdateEvent {
3764
+ name = 'UpdateEvent';
3765
+ path = '/message/UpdateEvent';
3766
+ request;
3767
+ response;
3768
+ }
3769
+ export class SvcUpdateEventLocation {
3770
+ name = 'UpdateEventLocation';
3771
+ path = '/message/UpdateEventLocation';
3772
+ request;
3773
+ response;
3774
+ }
3775
+ export class SvcUpdateEventType {
3776
+ name = 'UpdateEventType';
3777
+ path = '/message/UpdateEventType';
3778
+ request;
3779
+ response;
3780
+ }
3589
3781
  export class SvcUpdateFraudItem {
3590
3782
  name = 'UpdateFraudItem';
3591
3783
  path = '/message/UpdateFraudItem';
@@ -3826,6 +4018,12 @@ export class SvcUpdateRefundCorrectionReason {
3826
4018
  request;
3827
4019
  response;
3828
4020
  }
4021
+ export class SvcUpdateResendReason {
4022
+ name = 'UpdateResendReason';
4023
+ path = '/message/UpdateResendReason';
4024
+ request;
4025
+ response;
4026
+ }
3829
4027
  export class SvcUpdateReturnReason {
3830
4028
  name = 'UpdateReturnReason';
3831
4029
  path = '/message/UpdateReturnReason';
@@ -3964,6 +4162,12 @@ export class SvcUpdateUnitPriceCorrectionReason {
3964
4162
  request;
3965
4163
  response;
3966
4164
  }
4165
+ export class SvcUpdateUserAgreement {
4166
+ name = 'UpdateUserAgreement';
4167
+ path = '/message/UpdateUserAgreement';
4168
+ request;
4169
+ response;
4170
+ }
3967
4171
  export class SvcUpdateUserBoughtProductDetail {
3968
4172
  name = 'UpdateUserBoughtProductDetail';
3969
4173
  path = '/message/UpdateUserBoughtProductDetail';