Skip to content

Commit

Permalink
Release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Oct 4, 2023
1 parent 844e1c6 commit 8f0584e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion access_codes_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func (a *accessCodesClient) Delete(ctx context.Context, request *AccessCodesDele
ctx,
a.httpClient,
endpointURL,
http.MethodPost,
http.MethodDelete,
request,
&response,
false,
Expand Down
2 changes: 1 addition & 1 deletion accesscodes/unmanaged_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (u *unmanagedClient) Delete(ctx context.Context, request *UnmanagedDeleteRe
ctx,
u.httpClient,
endpointURL,
http.MethodPost,
http.MethodDelete,
request,
&response,
false,
Expand Down
2 changes: 1 addition & 1 deletion client_sessions_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (c *clientSessionsClient) Delete(ctx context.Context, request *ClientSessio
ctx,
c.httpClient,
endpointURL,
http.MethodPost,
http.MethodDelete,
request,
&response,
false,
Expand Down
2 changes: 1 addition & 1 deletion connect_webviews_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (c *connectWebviewsClient) Delete(ctx context.Context, request *ConnectWebv
ctx,
c.httpClient,
endpointURL,
http.MethodPost,
http.MethodDelete,
request,
&response,
false,
Expand Down
2 changes: 1 addition & 1 deletion connected_accounts_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (c *connectedAccountsClient) Delete(ctx context.Context, request *Connected
ctx,
c.httpClient,
endpointURL,
http.MethodPost,
http.MethodDelete,
request,
&response,
false,
Expand Down
2 changes: 1 addition & 1 deletion devices_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (d *devicesClient) Delete(ctx context.Context, request *DevicesDeleteReques
ctx,
d.httpClient,
endpointURL,
http.MethodPost,
http.MethodDelete,
request,
&response,
false,
Expand Down
2 changes: 1 addition & 1 deletion noisesensors/noise_thresholds_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (n *noiseThresholdsClient) Delete(ctx context.Context, request *NoiseThresh
ctx,
n.httpClient,
endpointURL,
http.MethodPost,
http.MethodDelete,
request,
&response,
false,
Expand Down
2 changes: 1 addition & 1 deletion thermostats/climate_setting_schedules_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (c *climateSettingSchedulesClient) Delete(ctx context.Context, request *Cli
ctx,
c.httpClient,
endpointURL,
http.MethodPost,
http.MethodDelete,
request,
&response,
false,
Expand Down
2 changes: 1 addition & 1 deletion webhooks_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (w *webhooksClient) Delete(ctx context.Context, request *WebhooksDeleteRequ
ctx,
w.httpClient,
endpointURL,
http.MethodPost,
http.MethodDelete,
request,
&response,
false,
Expand Down

0 comments on commit 8f0584e

Please sign in to comment.