Skip to content

Commit 97bf4ae

Browse files
feat(api): api update
1 parent 8e0a84d commit 97bf4ae

6 files changed

Lines changed: 439 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 29
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-f59a2fe653b8ffaf4db2369ed4faaf97babf6525836c332bfcf3bbaf253de229.yml
3-
openapi_spec_hash: 2597723172f71e3be691d3dda87fcea8
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-0a15ddd7e03addf08468ff36ac294458f86a3a990277a71870e4bc293635bef9.yml
3+
openapi_spec_hash: 8640228f8a86e5dc464dfa2c8205a2a7
44
config_hash: 70cdb57c982c578d1961657c07b8b397

src/ArcadeDotnet/Models/Admin/AuthProviders/AuthProviderCreateParams.cs

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,24 @@ public required string Endpoint
491491
}
492492
}
493493

494+
public string? AuthHeaderValueFormat
495+
{
496+
get
497+
{
498+
if (!this._properties.TryGetValue("auth_header_value_format", out JsonElement element))
499+
return null;
500+
501+
return JsonSerializer.Deserialize<string?>(element, ModelBase.SerializerOptions);
502+
}
503+
init
504+
{
505+
this._properties["auth_header_value_format"] = JsonSerializer.SerializeToElement(
506+
value,
507+
ModelBase.SerializerOptions
508+
);
509+
}
510+
}
511+
494512
public string? AuthMethod
495513
{
496514
get
@@ -614,6 +632,7 @@ public Dictionary<string, string>? ResponseMap
614632
public override void Validate()
615633
{
616634
_ = this.Endpoint;
635+
_ = this.AuthHeaderValueFormat;
617636
_ = this.AuthMethod;
618637
_ = this.Method;
619638
_ = this.Params;
@@ -837,6 +856,24 @@ public required string Endpoint
837856
}
838857
}
839858

859+
public string? AuthHeaderValueFormat
860+
{
861+
get
862+
{
863+
if (!this._properties.TryGetValue("auth_header_value_format", out JsonElement element))
864+
return null;
865+
866+
return JsonSerializer.Deserialize<string?>(element, ModelBase.SerializerOptions);
867+
}
868+
init
869+
{
870+
this._properties["auth_header_value_format"] = JsonSerializer.SerializeToElement(
871+
value,
872+
ModelBase.SerializerOptions
873+
);
874+
}
875+
}
876+
840877
public string? AuthMethod
841878
{
842879
get
@@ -960,6 +997,7 @@ public Dictionary<string, string>? ResponseMap
960997
public override void Validate()
961998
{
962999
_ = this.Endpoint;
1000+
_ = this.AuthHeaderValueFormat;
9631001
_ = this.AuthMethod;
9641002
_ = this.Method;
9651003
_ = this.Params;
@@ -1189,6 +1227,24 @@ public required Triggers Triggers
11891227
}
11901228
}
11911229

1230+
public string? AuthHeaderValueFormat
1231+
{
1232+
get
1233+
{
1234+
if (!this._properties.TryGetValue("auth_header_value_format", out JsonElement element))
1235+
return null;
1236+
1237+
return JsonSerializer.Deserialize<string?>(element, ModelBase.SerializerOptions);
1238+
}
1239+
init
1240+
{
1241+
this._properties["auth_header_value_format"] = JsonSerializer.SerializeToElement(
1242+
value,
1243+
ModelBase.SerializerOptions
1244+
);
1245+
}
1246+
}
1247+
11921248
public string? AuthMethod
11931249
{
11941250
get
@@ -1313,6 +1369,7 @@ public override void Validate()
13131369
{
13141370
_ = this.Endpoint;
13151371
this.Triggers.Validate();
1372+
_ = this.AuthHeaderValueFormat;
13161373
_ = this.AuthMethod;
13171374
_ = this.Method;
13181375
_ = this.Params;
@@ -1530,6 +1587,24 @@ public required string Endpoint
15301587
}
15311588
}
15321589

1590+
public string? AuthHeaderValueFormat
1591+
{
1592+
get
1593+
{
1594+
if (!this._properties.TryGetValue("auth_header_value_format", out JsonElement element))
1595+
return null;
1596+
1597+
return JsonSerializer.Deserialize<string?>(element, ModelBase.SerializerOptions);
1598+
}
1599+
init
1600+
{
1601+
this._properties["auth_header_value_format"] = JsonSerializer.SerializeToElement(
1602+
value,
1603+
ModelBase.SerializerOptions
1604+
);
1605+
}
1606+
}
1607+
15331608
public string? AuthMethod
15341609
{
15351610
get
@@ -1653,6 +1728,7 @@ public Dictionary<string, string>? ResponseMap
16531728
public override void Validate()
16541729
{
16551730
_ = this.Endpoint;
1731+
_ = this.AuthHeaderValueFormat;
16561732
_ = this.AuthMethod;
16571733
_ = this.Method;
16581734
_ = this.Params;
@@ -1834,6 +1910,24 @@ public required TriggersModel Triggers
18341910
}
18351911
}
18361912

1913+
public string? AuthHeaderValueFormat
1914+
{
1915+
get
1916+
{
1917+
if (!this._properties.TryGetValue("auth_header_value_format", out JsonElement element))
1918+
return null;
1919+
1920+
return JsonSerializer.Deserialize<string?>(element, ModelBase.SerializerOptions);
1921+
}
1922+
init
1923+
{
1924+
this._properties["auth_header_value_format"] = JsonSerializer.SerializeToElement(
1925+
value,
1926+
ModelBase.SerializerOptions
1927+
);
1928+
}
1929+
}
1930+
18371931
public string? AuthMethod
18381932
{
18391933
get
@@ -1958,6 +2052,7 @@ public override void Validate()
19582052
{
19592053
_ = this.Endpoint;
19602054
this.Triggers.Validate();
2055+
_ = this.AuthHeaderValueFormat;
19612056
_ = this.AuthMethod;
19622057
_ = this.Method;
19632058
_ = this.Params;

src/ArcadeDotnet/Models/Admin/AuthProviders/AuthProviderCreateRequest.cs

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,24 @@ public required string Endpoint
455455
}
456456
}
457457

458+
public string? AuthHeaderValueFormat
459+
{
460+
get
461+
{
462+
if (!this._properties.TryGetValue("auth_header_value_format", out JsonElement element))
463+
return null;
464+
465+
return JsonSerializer.Deserialize<string?>(element, ModelBase.SerializerOptions);
466+
}
467+
init
468+
{
469+
this._properties["auth_header_value_format"] = JsonSerializer.SerializeToElement(
470+
value,
471+
ModelBase.SerializerOptions
472+
);
473+
}
474+
}
475+
458476
public string? AuthMethod
459477
{
460478
get
@@ -578,6 +596,7 @@ public Dictionary<string, string>? ResponseMap
578596
public override void Validate()
579597
{
580598
_ = this.Endpoint;
599+
_ = this.AuthHeaderValueFormat;
581600
_ = this.AuthMethod;
582601
_ = this.Method;
583602
_ = this.Params;
@@ -802,6 +821,24 @@ public required string Endpoint
802821
}
803822
}
804823

824+
public string? AuthHeaderValueFormat
825+
{
826+
get
827+
{
828+
if (!this._properties.TryGetValue("auth_header_value_format", out JsonElement element))
829+
return null;
830+
831+
return JsonSerializer.Deserialize<string?>(element, ModelBase.SerializerOptions);
832+
}
833+
init
834+
{
835+
this._properties["auth_header_value_format"] = JsonSerializer.SerializeToElement(
836+
value,
837+
ModelBase.SerializerOptions
838+
);
839+
}
840+
}
841+
805842
public string? AuthMethod
806843
{
807844
get
@@ -925,6 +962,7 @@ public Dictionary<string, string>? ResponseMap
925962
public override void Validate()
926963
{
927964
_ = this.Endpoint;
965+
_ = this.AuthHeaderValueFormat;
928966
_ = this.AuthMethod;
929967
_ = this.Method;
930968
_ = this.Params;
@@ -1154,6 +1192,24 @@ public required Triggers2 Triggers
11541192
}
11551193
}
11561194

1195+
public string? AuthHeaderValueFormat
1196+
{
1197+
get
1198+
{
1199+
if (!this._properties.TryGetValue("auth_header_value_format", out JsonElement element))
1200+
return null;
1201+
1202+
return JsonSerializer.Deserialize<string?>(element, ModelBase.SerializerOptions);
1203+
}
1204+
init
1205+
{
1206+
this._properties["auth_header_value_format"] = JsonSerializer.SerializeToElement(
1207+
value,
1208+
ModelBase.SerializerOptions
1209+
);
1210+
}
1211+
}
1212+
11571213
public string? AuthMethod
11581214
{
11591215
get
@@ -1278,6 +1334,7 @@ public override void Validate()
12781334
{
12791335
_ = this.Endpoint;
12801336
this.Triggers.Validate();
1337+
_ = this.AuthHeaderValueFormat;
12811338
_ = this.AuthMethod;
12821339
_ = this.Method;
12831340
_ = this.Params;
@@ -1495,6 +1552,24 @@ public required string Endpoint
14951552
}
14961553
}
14971554

1555+
public string? AuthHeaderValueFormat
1556+
{
1557+
get
1558+
{
1559+
if (!this._properties.TryGetValue("auth_header_value_format", out JsonElement element))
1560+
return null;
1561+
1562+
return JsonSerializer.Deserialize<string?>(element, ModelBase.SerializerOptions);
1563+
}
1564+
init
1565+
{
1566+
this._properties["auth_header_value_format"] = JsonSerializer.SerializeToElement(
1567+
value,
1568+
ModelBase.SerializerOptions
1569+
);
1570+
}
1571+
}
1572+
14981573
public string? AuthMethod
14991574
{
15001575
get
@@ -1618,6 +1693,7 @@ public Dictionary<string, string>? ResponseMap
16181693
public override void Validate()
16191694
{
16201695
_ = this.Endpoint;
1696+
_ = this.AuthHeaderValueFormat;
16211697
_ = this.AuthMethod;
16221698
_ = this.Method;
16231699
_ = this.Params;
@@ -1801,6 +1877,24 @@ public required Triggers3 Triggers
18011877
}
18021878
}
18031879

1880+
public string? AuthHeaderValueFormat
1881+
{
1882+
get
1883+
{
1884+
if (!this._properties.TryGetValue("auth_header_value_format", out JsonElement element))
1885+
return null;
1886+
1887+
return JsonSerializer.Deserialize<string?>(element, ModelBase.SerializerOptions);
1888+
}
1889+
init
1890+
{
1891+
this._properties["auth_header_value_format"] = JsonSerializer.SerializeToElement(
1892+
value,
1893+
ModelBase.SerializerOptions
1894+
);
1895+
}
1896+
}
1897+
18041898
public string? AuthMethod
18051899
{
18061900
get
@@ -1925,6 +2019,7 @@ public override void Validate()
19252019
{
19262020
_ = this.Endpoint;
19272021
this.Triggers.Validate();
2022+
_ = this.AuthHeaderValueFormat;
19282023
_ = this.AuthMethod;
19292024
_ = this.Method;
19302025
_ = this.Params;

0 commit comments

Comments
 (0)