File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace PochtaSdk.Otpravka
55 /// <summary>
66 /// Post marks for the domestic and international shippings
77 /// Коды отметок внутренних и международных отправлений
8- /// https://otpravka.pochta.ru/specification#/enums-base-transport-type
8+ /// https://otpravka.pochta.ru/specification#/enums-base-postmarks
99 /// </summary>
1010 [ DataContract ]
1111 public enum PostMark
@@ -89,6 +89,12 @@ public enum PostMark
8989 [ EnumMember ( Value = "NONSTANDARD" ) ]
9090 NonStandard ,
9191
92+ /// <summary>
93+ /// Заграничная (?) — нет документации
94+ /// </summary>
95+ [ EnumMember ( Value = "BORDER" ) ]
96+ Border ,
97+
9298 /// <summary>
9399 /// С ОЦ
94100 /// </summary>
@@ -178,5 +184,11 @@ public enum PostMark
178184 /// </summary>
179185 [ EnumMember ( Value = "EASY_RETURN" ) ]
180186 EasyReturn ,
187+
188+ /// <summary>
189+ /// СМС-уведомление получателю (?) — нет документации
190+ /// </summary>
191+ [ EnumMember ( Value = "SMS_NOTICE_RECIPIENT" ) ]
192+ SmsNoticeRecipient ,
181193 }
182194}
Original file line number Diff line number Diff line change 9797 <PropertyGroup >
9898 <WarningLevel >6</WarningLevel >
9999 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
100- <NoWarn >1591;1701;1702;0108</NoWarn >
100+ <NoWarn >1591;1701;1702;0108;1903 </NoWarn >
101101 </PropertyGroup >
102102
103103</Project >
You can’t perform that action at this time.
0 commit comments