@veeroute/lss-account-angular 7.35.3290 → 7.38.3336

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veeroute/lss-account-angular",
3
- "version": "7.35.3290",
3
+ "version": "7.38.3336",
4
4
  "description": "OpenAPI client for @veeroute/lss-account-angular",
5
5
  "author": "Veeroute Team",
6
6
  "keywords": [
@@ -6,7 +6,7 @@ import { InjectionToken, ModuleWithProviders, EnvironmentProviders } from '@angu
6
6
  /**
7
7
  * VRt.Account [AC]
8
8
  *
9
- * The version of the OpenAPI document: 7.35.3290
9
+ * The version of the OpenAPI document: 7.38.3336
10
10
  * Contact: support@veeroute.com
11
11
  *
12
12
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -26,7 +26,7 @@ interface AuditCountersDetailAccount {
26
26
  /**
27
27
  * VRt.Account [AC]
28
28
  *
29
- * The version of the OpenAPI document: 7.35.3290
29
+ * The version of the OpenAPI document: 7.38.3336
30
30
  * Contact: support@veeroute.com
31
31
  *
32
32
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -45,7 +45,7 @@ interface AuditCountersAccount {
45
45
  /**
46
46
  * VRt.Account [AC]
47
47
  *
48
- * The version of the OpenAPI document: 7.35.3290
48
+ * The version of the OpenAPI document: 7.38.3336
49
49
  * Contact: support@veeroute.com
50
50
  *
51
51
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -70,7 +70,7 @@ declare enum ServiceAccount {
70
70
  /**
71
71
  * VRt.Account [AC]
72
72
  *
73
- * The version of the OpenAPI document: 7.35.3290
73
+ * The version of the OpenAPI document: 7.38.3336
74
74
  * Contact: support@veeroute.com
75
75
  *
76
76
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -93,7 +93,7 @@ declare enum CalculationStatusAccount {
93
93
  /**
94
94
  * VRt.Account [AC]
95
95
  *
96
- * The version of the OpenAPI document: 7.35.3290
96
+ * The version of the OpenAPI document: 7.38.3336
97
97
  * Contact: support@veeroute.com
98
98
  *
99
99
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -143,7 +143,7 @@ interface CalculationInfoAccount {
143
143
  /**
144
144
  * VRt.Account [AC]
145
145
  *
146
- * The version of the OpenAPI document: 7.35.3290
146
+ * The version of the OpenAPI document: 7.38.3336
147
147
  * Contact: support@veeroute.com
148
148
  *
149
149
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -169,7 +169,7 @@ interface AuditActionStatisticsAccount {
169
169
  /**
170
170
  * VRt.Account [AC]
171
171
  *
172
- * The version of the OpenAPI document: 7.35.3290
172
+ * The version of the OpenAPI document: 7.38.3336
173
173
  * Contact: support@veeroute.com
174
174
  *
175
175
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -191,7 +191,7 @@ declare enum ProcessTypeAccount {
191
191
  /**
192
192
  * VRt.Account [AC]
193
193
  *
194
- * The version of the OpenAPI document: 7.35.3290
194
+ * The version of the OpenAPI document: 7.38.3336
195
195
  * Contact: support@veeroute.com
196
196
  *
197
197
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -241,7 +241,7 @@ interface TracedataAccount {
241
241
  /**
242
242
  * VRt.Account [AC]
243
243
  *
244
- * The version of the OpenAPI document: 7.35.3290
244
+ * The version of the OpenAPI document: 7.38.3336
245
245
  * Contact: support@veeroute.com
246
246
  *
247
247
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -289,7 +289,7 @@ interface AuditActionAccount {
289
289
  /**
290
290
  * VRt.Account [AC]
291
291
  *
292
- * The version of the OpenAPI document: 7.35.3290
292
+ * The version of the OpenAPI document: 7.38.3336
293
293
  * Contact: support@veeroute.com
294
294
  *
295
295
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -454,7 +454,7 @@ declare class Configuration {
454
454
  /**
455
455
  * VRt.Account [AC]
456
456
  *
457
- * The version of the OpenAPI document: 7.35.3290
457
+ * The version of the OpenAPI document: 7.38.3336
458
458
  * Contact: support@veeroute.com
459
459
  *
460
460
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -475,7 +475,7 @@ declare class BaseService {
475
475
  /**
476
476
  * VRt.Account [AC]
477
477
  *
478
- * The version of the OpenAPI document: 7.35.3290
478
+ * The version of the OpenAPI document: 7.38.3336
479
479
  * Contact: support@veeroute.com
480
480
  *
481
481
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -494,12 +494,16 @@ interface AttributeAccount {
494
494
  * Attribute\'s value.
495
495
  */
496
496
  value: string;
497
+ /**
498
+ * Attribute processing strategy: * `LASTMILE_REF_TIME` - when sending a task to the scheduler, the value (format [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6)) of the attribute is replaced with a relative time; if the value is not in the format, the calculation stops with the `FAILED` status.
499
+ */
500
+ strategy?: string | null;
497
501
  }
498
502
 
499
503
  /**
500
504
  * VRt.Account [AC]
501
505
  *
502
- * The version of the OpenAPI document: 7.35.3290
506
+ * The version of the OpenAPI document: 7.38.3336
503
507
  * Contact: support@veeroute.com
504
508
  *
505
509
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -519,7 +523,7 @@ interface CheckResultAccount {
519
523
  /**
520
524
  * VRt.Account [AC]
521
525
  *
522
- * The version of the OpenAPI document: 7.35.3290
526
+ * The version of the OpenAPI document: 7.38.3336
523
527
  * Contact: support@veeroute.com
524
528
  *
525
529
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -553,7 +557,7 @@ interface ProcessStatisticsAccount {
553
557
  /**
554
558
  * VRt.Account [AC]
555
559
  *
556
- * The version of the OpenAPI document: 7.35.3290
560
+ * The version of the OpenAPI document: 7.38.3336
557
561
  * Contact: support@veeroute.com
558
562
  *
559
563
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -575,7 +579,7 @@ interface ServiceStatisticsAccount {
575
579
  /**
576
580
  * VRt.Account [AC]
577
581
  *
578
- * The version of the OpenAPI document: 7.35.3290
582
+ * The version of the OpenAPI document: 7.38.3336
579
583
  * Contact: support@veeroute.com
580
584
  *
581
585
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -600,7 +604,7 @@ interface DateStatisticsAccount {
600
604
  /**
601
605
  * VRt.Account [AC]
602
606
  *
603
- * The version of the OpenAPI document: 7.35.3290
607
+ * The version of the OpenAPI document: 7.38.3336
604
608
  * Contact: support@veeroute.com
605
609
  *
606
610
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -616,7 +620,7 @@ declare enum FlowStageAccount {
616
620
  /**
617
621
  * VRt.Account [AC]
618
622
  *
619
- * The version of the OpenAPI document: 7.35.3290
623
+ * The version of the OpenAPI document: 7.38.3336
620
624
  * Contact: support@veeroute.com
621
625
  *
622
626
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -633,7 +637,7 @@ declare enum FlowTypeAccount {
633
637
  /**
634
638
  * VRt.Account [AC]
635
639
  *
636
- * The version of the OpenAPI document: 7.35.3290
640
+ * The version of the OpenAPI document: 7.38.3336
637
641
  * Contact: support@veeroute.com
638
642
  *
639
643
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -657,7 +661,7 @@ interface SchemaErrorAccount {
657
661
  /**
658
662
  * VRt.Account [AC]
659
663
  *
660
- * The version of the OpenAPI document: 7.35.3290
664
+ * The version of the OpenAPI document: 7.38.3336
661
665
  * Contact: support@veeroute.com
662
666
  *
663
667
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -683,7 +687,7 @@ interface General400Account {
683
687
  /**
684
688
  * VRt.Account [AC]
685
689
  *
686
- * The version of the OpenAPI document: 7.35.3290
690
+ * The version of the OpenAPI document: 7.38.3336
687
691
  * Contact: support@veeroute.com
688
692
  *
689
693
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -705,7 +709,7 @@ interface General402Account {
705
709
  /**
706
710
  * VRt.Account [AC]
707
711
  *
708
- * The version of the OpenAPI document: 7.35.3290
712
+ * The version of the OpenAPI document: 7.38.3336
709
713
  * Contact: support@veeroute.com
710
714
  *
711
715
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -727,7 +731,7 @@ interface General403Account {
727
731
  /**
728
732
  * VRt.Account [AC]
729
733
  *
730
- * The version of the OpenAPI document: 7.35.3290
734
+ * The version of the OpenAPI document: 7.38.3336
731
735
  * Contact: support@veeroute.com
732
736
  *
733
737
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -745,7 +749,7 @@ interface General404DetailAccount {
745
749
  /**
746
750
  * VRt.Account [AC]
747
751
  *
748
- * The version of the OpenAPI document: 7.35.3290
752
+ * The version of the OpenAPI document: 7.38.3336
749
753
  * Contact: support@veeroute.com
750
754
  *
751
755
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -767,7 +771,7 @@ interface General404Account {
767
771
  /**
768
772
  * VRt.Account [AC]
769
773
  *
770
- * The version of the OpenAPI document: 7.35.3290
774
+ * The version of the OpenAPI document: 7.38.3336
771
775
  * Contact: support@veeroute.com
772
776
  *
773
777
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -789,7 +793,7 @@ interface General429Account {
789
793
  /**
790
794
  * VRt.Account [AC]
791
795
  *
792
- * The version of the OpenAPI document: 7.35.3290
796
+ * The version of the OpenAPI document: 7.38.3336
793
797
  * Contact: support@veeroute.com
794
798
  *
795
799
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -811,7 +815,7 @@ interface General500Account {
811
815
  /**
812
816
  * VRt.Account [AC]
813
817
  *
814
- * The version of the OpenAPI document: 7.35.3290
818
+ * The version of the OpenAPI document: 7.38.3336
815
819
  * Contact: support@veeroute.com
816
820
  *
817
821
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -844,7 +848,7 @@ interface InfoChangeRequestAccount {
844
848
  /**
845
849
  * VRt.Account [AC]
846
850
  *
847
- * The version of the OpenAPI document: 7.35.3290
851
+ * The version of the OpenAPI document: 7.38.3336
848
852
  * Contact: support@veeroute.com
849
853
  *
850
854
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -868,7 +872,7 @@ interface PasswordChangeRequestAccount {
868
872
  /**
869
873
  * VRt.Account [AC]
870
874
  *
871
- * The version of the OpenAPI document: 7.35.3290
875
+ * The version of the OpenAPI document: 7.38.3336
872
876
  * Contact: support@veeroute.com
873
877
  *
874
878
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -898,7 +902,7 @@ interface ProcessQuotaAccount {
898
902
  /**
899
903
  * VRt.Account [AC]
900
904
  *
901
- * The version of the OpenAPI document: 7.35.3290
905
+ * The version of the OpenAPI document: 7.38.3336
902
906
  * Contact: support@veeroute.com
903
907
  *
904
908
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -920,7 +924,7 @@ interface ServiceQuotaAccount {
920
924
  /**
921
925
  * VRt.Account [AC]
922
926
  *
923
- * The version of the OpenAPI document: 7.35.3290
927
+ * The version of the OpenAPI document: 7.38.3336
924
928
  * Contact: support@veeroute.com
925
929
  *
926
930
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -941,7 +945,7 @@ interface QuotaBaseAccount {
941
945
  /**
942
946
  * VRt.Account [AC]
943
947
  *
944
- * The version of the OpenAPI document: 7.35.3290
948
+ * The version of the OpenAPI document: 7.38.3336
945
949
  * Contact: support@veeroute.com
946
950
  *
947
951
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -959,7 +963,7 @@ interface QuotasResultAccount {
959
963
  /**
960
964
  * VRt.Account [AC]
961
965
  *
962
- * The version of the OpenAPI document: 7.35.3290
966
+ * The version of the OpenAPI document: 7.38.3336
963
967
  * Contact: support@veeroute.com
964
968
  *
965
969
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -987,7 +991,7 @@ interface TokenRequestAccount {
987
991
  /**
988
992
  * VRt.Account [AC]
989
993
  *
990
- * The version of the OpenAPI document: 7.35.3290
994
+ * The version of the OpenAPI document: 7.38.3336
991
995
  * Contact: support@veeroute.com
992
996
  *
993
997
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1010,7 +1014,7 @@ declare enum UserRoleAccount {
1010
1014
  /**
1011
1015
  * VRt.Account [AC]
1012
1016
  *
1013
- * The version of the OpenAPI document: 7.35.3290
1017
+ * The version of the OpenAPI document: 7.38.3336
1014
1018
  * Contact: support@veeroute.com
1015
1019
  *
1016
1020
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1035,7 +1039,7 @@ interface TokenValidationResultAccount {
1035
1039
  /**
1036
1040
  * VRt.Account [AC]
1037
1041
  *
1038
- * The version of the OpenAPI document: 7.35.3290
1042
+ * The version of the OpenAPI document: 7.38.3336
1039
1043
  * Contact: support@veeroute.com
1040
1044
  *
1041
1045
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1100,7 +1104,7 @@ interface UserAccount {
1100
1104
  /**
1101
1105
  * VRt.Account [AC]
1102
1106
  *
1103
- * The version of the OpenAPI document: 7.35.3290
1107
+ * The version of the OpenAPI document: 7.38.3336
1104
1108
  * Contact: support@veeroute.com
1105
1109
  *
1106
1110
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1125,7 +1129,7 @@ interface UserStatisticsAccount {
1125
1129
  /**
1126
1130
  * VRt.Account [AC]
1127
1131
  *
1128
- * The version of the OpenAPI document: 7.35.3290
1132
+ * The version of the OpenAPI document: 7.38.3336
1129
1133
  * Contact: support@veeroute.com
1130
1134
  *
1131
1135
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1153,7 +1157,7 @@ interface VersionResultAccount {
1153
1157
  /**
1154
1158
  * VRt.Account [AC]
1155
1159
  *
1156
- * The version of the OpenAPI document: 7.35.3290
1160
+ * The version of the OpenAPI document: 7.38.3336
1157
1161
  * Contact: support@veeroute.com
1158
1162
  *
1159
1163
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1215,7 +1219,7 @@ declare class AuditService extends BaseService implements AuditServiceInterface
1215
1219
  /**
1216
1220
  * VRt.Account [AC]
1217
1221
  *
1218
- * The version of the OpenAPI document: 7.35.3290
1222
+ * The version of the OpenAPI document: 7.38.3336
1219
1223
  * Contact: support@veeroute.com
1220
1224
  *
1221
1225
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1330,7 +1334,7 @@ declare class AuthService extends BaseService implements AuthServiceInterface {
1330
1334
  /**
1331
1335
  * VRt.Account [AC]
1332
1336
  *
1333
- * The version of the OpenAPI document: 7.35.3290
1337
+ * The version of the OpenAPI document: 7.38.3336
1334
1338
  * Contact: support@veeroute.com
1335
1339
  *
1336
1340
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1385,7 +1389,7 @@ declare class DataService extends BaseService implements DataServiceInterface {
1385
1389
  /**
1386
1390
  * VRt.Account [AC]
1387
1391
  *
1388
- * The version of the OpenAPI document: 7.35.3290
1392
+ * The version of the OpenAPI document: 7.38.3336
1389
1393
  * Contact: support@veeroute.com
1390
1394
  *
1391
1395
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1464,7 +1468,7 @@ declare class InfoService extends BaseService implements InfoServiceInterface {
1464
1468
  /**
1465
1469
  * VRt.Account [AC]
1466
1470
  *
1467
- * The version of the OpenAPI document: 7.35.3290
1471
+ * The version of the OpenAPI document: 7.38.3336
1468
1472
  * Contact: support@veeroute.com
1469
1473
  *
1470
1474
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1512,7 +1516,7 @@ declare class QuotaService extends BaseService implements QuotaServiceInterface
1512
1516
  /**
1513
1517
  * VRt.Account [AC]
1514
1518
  *
1515
- * The version of the OpenAPI document: 7.35.3290
1519
+ * The version of the OpenAPI document: 7.38.3336
1516
1520
  * Contact: support@veeroute.com
1517
1521
  *
1518
1522
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1602,7 +1606,7 @@ declare class StatisticsService extends BaseService implements StatisticsService
1602
1606
  /**
1603
1607
  * VRt.Account [AC]
1604
1608
  *
1605
- * The version of the OpenAPI document: 7.35.3290
1609
+ * The version of the OpenAPI document: 7.38.3336
1606
1610
  * Contact: support@veeroute.com
1607
1611
  *
1608
1612
  * NOTE: This class is auto generated by OpenAPI Generator.