File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
ItemProperties/ExternalConnectionProperties
ItemUpdateParamsProperties/ExternalConnectionProperties Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 118
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-2c9291de1fd876908ebe56144e90762ab6e390e3f25102da815ab3fca6335d38 .yml
3- openapi_spec_hash : eabe2d8e58ceed1d61d41fe7a44020ca
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d661add554c414c758c2ab668ddfe60da8b4c5cd81c44e59ccca1c2c5c91e898 .yml
3+ openapi_spec_hash : 3765a1f72610d1018727f51138dfffc3
44config_hash : 1f73a949b649ecfe6ec68ba1bb459dc2
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ public enum ExternalConnectionName
1414 Taxjar ,
1515 Avalara ,
1616 Anrok ,
17+ Numeral ,
1718}
1819
1920sealed class ExternalConnectionNameConverter : JsonConverter < ExternalConnectionName >
@@ -33,6 +34,7 @@ JsonSerializerOptions options
3334 "taxjar" => ExternalConnectionName . Taxjar ,
3435 "avalara" => ExternalConnectionName . Avalara ,
3536 "anrok" => ExternalConnectionName . Anrok ,
37+ "numeral" => ExternalConnectionName . Numeral ,
3638 _ => ( ExternalConnectionName ) ( - 1 ) ,
3739 } ;
3840 }
@@ -54,6 +56,7 @@ JsonSerializerOptions options
5456 ExternalConnectionName . Taxjar => "taxjar" ,
5557 ExternalConnectionName . Avalara => "avalara" ,
5658 ExternalConnectionName . Anrok => "anrok" ,
59+ ExternalConnectionName . Numeral => "numeral" ,
5760 _ => throw new ArgumentOutOfRangeException ( nameof ( value ) ) ,
5861 } ,
5962 options
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ public enum ExternalConnectionName
1414 Taxjar ,
1515 Avalara ,
1616 Anrok ,
17+ Numeral ,
1718}
1819
1920sealed class ExternalConnectionNameConverter : JsonConverter < ExternalConnectionName >
@@ -33,6 +34,7 @@ JsonSerializerOptions options
3334 "taxjar" => ExternalConnectionName . Taxjar ,
3435 "avalara" => ExternalConnectionName . Avalara ,
3536 "anrok" => ExternalConnectionName . Anrok ,
37+ "numeral" => ExternalConnectionName . Numeral ,
3638 _ => ( ExternalConnectionName ) ( - 1 ) ,
3739 } ;
3840 }
@@ -54,6 +56,7 @@ JsonSerializerOptions options
5456 ExternalConnectionName . Taxjar => "taxjar" ,
5557 ExternalConnectionName . Avalara => "avalara" ,
5658 ExternalConnectionName . Anrok => "anrok" ,
59+ ExternalConnectionName . Numeral => "numeral" ,
5760 _ => throw new ArgumentOutOfRangeException ( nameof ( value ) ) ,
5861 } ,
5962 options
You can’t perform that action at this time.
0 commit comments