Skip to content

Commit 40b9f87

Browse files
stainless-app[bot]stainless-bot
authored andcommittedNov 21, 2024·
feat(api): api update (#3661)
1 parent 908fcac commit 40b9f87

5 files changed

+105
-1028
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1449
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1c6fe7515b7879a7cd51bbe9433aeee5d3d30feaf519f42d0d81c64b19f45875.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-f3bf5786ed274253519d4c0cf9abb19fb072872380a2c0bf90917f78f16cfaa6.yml

‎zero_trust/accessapplication.go

+90-956
Large diffs are not rendered by default.

‎zero_trust/accessapplication_test.go

+12-44
Original file line numberDiff line numberDiff line change
@@ -50,28 +50,12 @@ func TestAccessApplicationNewWithOptionalParams(t *testing.T) {
5050
CustomDenyURL: cloudflare.F("custom_deny_url"),
5151
CustomNonIdentityDenyURL: cloudflare.F("custom_non_identity_deny_url"),
5252
CustomPages: cloudflare.F([]string{"699d98642c564d2e855e9661899b7252"}),
53-
Destinations: cloudflare.F([]zero_trust.AccessApplicationNewParamsBodySelfHostedApplicationDestination{{
54-
Type: cloudflare.F(zero_trust.AccessApplicationNewParamsBodySelfHostedApplicationDestinationsTypePublic),
55-
URI: cloudflare.F("test.example.com/admin"),
56-
}, {
57-
Type: cloudflare.F(zero_trust.AccessApplicationNewParamsBodySelfHostedApplicationDestinationsTypePublic),
58-
URI: cloudflare.F("test.anotherexample.com/staff"),
59-
}, {
60-
Type: cloudflare.F(zero_trust.AccessApplicationNewParamsBodySelfHostedApplicationDestinationsTypePublic),
61-
URI: cloudflare.F("10.5.0.2"),
62-
}, {
63-
Type: cloudflare.F(zero_trust.AccessApplicationNewParamsBodySelfHostedApplicationDestinationsTypePublic),
64-
URI: cloudflare.F("10.5.0.3/32:1234-4321"),
65-
}, {
66-
Type: cloudflare.F(zero_trust.AccessApplicationNewParamsBodySelfHostedApplicationDestinationsTypePublic),
67-
URI: cloudflare.F("private-sni.example.com"),
68-
}}),
69-
EnableBindingCookie: cloudflare.F(true),
70-
HTTPOnlyCookieAttribute: cloudflare.F(true),
71-
LogoURL: cloudflare.F("https://www.cloudflare.com/img/logo-web-badges/cf-logo-on-white-bg.svg"),
72-
Name: cloudflare.F("Admin Site"),
73-
OptionsPreflightBypass: cloudflare.F(true),
74-
PathCookieAttribute: cloudflare.F(true),
53+
EnableBindingCookie: cloudflare.F(true),
54+
HTTPOnlyCookieAttribute: cloudflare.F(true),
55+
LogoURL: cloudflare.F("https://www.cloudflare.com/img/logo-web-badges/cf-logo-on-white-bg.svg"),
56+
Name: cloudflare.F("Admin Site"),
57+
OptionsPreflightBypass: cloudflare.F(true),
58+
PathCookieAttribute: cloudflare.F(true),
7559
Policies: cloudflare.F([]zero_trust.AccessApplicationNewParamsBodySelfHostedApplicationPolicyUnion{zero_trust.AccessApplicationNewParamsBodySelfHostedApplicationPoliciesAccessAppPolicyLink{
7660
ID: cloudflare.F("f174e90a-fafe-4643-bbbc-4a0ed4fc8415"),
7761
Precedence: cloudflare.F(int64(0)),
@@ -156,28 +140,12 @@ func TestAccessApplicationUpdateWithOptionalParams(t *testing.T) {
156140
CustomDenyURL: cloudflare.F("custom_deny_url"),
157141
CustomNonIdentityDenyURL: cloudflare.F("custom_non_identity_deny_url"),
158142
CustomPages: cloudflare.F([]string{"699d98642c564d2e855e9661899b7252"}),
159-
Destinations: cloudflare.F([]zero_trust.AccessApplicationUpdateParamsBodySelfHostedApplicationDestination{{
160-
Type: cloudflare.F(zero_trust.AccessApplicationUpdateParamsBodySelfHostedApplicationDestinationsTypePublic),
161-
URI: cloudflare.F("test.example.com/admin"),
162-
}, {
163-
Type: cloudflare.F(zero_trust.AccessApplicationUpdateParamsBodySelfHostedApplicationDestinationsTypePublic),
164-
URI: cloudflare.F("test.anotherexample.com/staff"),
165-
}, {
166-
Type: cloudflare.F(zero_trust.AccessApplicationUpdateParamsBodySelfHostedApplicationDestinationsTypePublic),
167-
URI: cloudflare.F("10.5.0.2"),
168-
}, {
169-
Type: cloudflare.F(zero_trust.AccessApplicationUpdateParamsBodySelfHostedApplicationDestinationsTypePublic),
170-
URI: cloudflare.F("10.5.0.3/32:1234-4321"),
171-
}, {
172-
Type: cloudflare.F(zero_trust.AccessApplicationUpdateParamsBodySelfHostedApplicationDestinationsTypePublic),
173-
URI: cloudflare.F("private-sni.example.com"),
174-
}}),
175-
EnableBindingCookie: cloudflare.F(true),
176-
HTTPOnlyCookieAttribute: cloudflare.F(true),
177-
LogoURL: cloudflare.F("https://www.cloudflare.com/img/logo-web-badges/cf-logo-on-white-bg.svg"),
178-
Name: cloudflare.F("Admin Site"),
179-
OptionsPreflightBypass: cloudflare.F(true),
180-
PathCookieAttribute: cloudflare.F(true),
143+
EnableBindingCookie: cloudflare.F(true),
144+
HTTPOnlyCookieAttribute: cloudflare.F(true),
145+
LogoURL: cloudflare.F("https://www.cloudflare.com/img/logo-web-badges/cf-logo-on-white-bg.svg"),
146+
Name: cloudflare.F("Admin Site"),
147+
OptionsPreflightBypass: cloudflare.F(true),
148+
PathCookieAttribute: cloudflare.F(true),
181149
Policies: cloudflare.F([]zero_trust.AccessApplicationUpdateParamsBodySelfHostedApplicationPolicyUnion{zero_trust.AccessApplicationUpdateParamsBodySelfHostedApplicationPoliciesAccessAppPolicyLink{
182150
ID: cloudflare.F("f174e90a-fafe-4643-bbbc-4a0ed4fc8415"),
183151
Precedence: cloudflare.F(int64(0)),

‎zero_trust/organization.go

-21
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ import (
77
"errors"
88
"fmt"
99
"net/http"
10-
"net/url"
1110
"time"
1211

1312
"github.com/cloudflare/cloudflare-go/v3/internal/apijson"
14-
"github.com/cloudflare/cloudflare-go/v3/internal/apiquery"
1513
"github.com/cloudflare/cloudflare-go/v3/internal/param"
1614
"github.com/cloudflare/cloudflare-go/v3/internal/requestconfig"
1715
"github.com/cloudflare/cloudflare-go/v3/option"
@@ -553,31 +551,12 @@ type OrganizationRevokeUsersParams struct {
553551
AccountID param.Field[string] `path:"account_id"`
554552
// The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
555553
ZoneID param.Field[string] `path:"zone_id"`
556-
// When set to `true`, all devices associated with the user will be revoked.
557-
QueryDevices param.Field[bool] `query:"devices"`
558-
// When set to `true`, all devices associated with the user will be revoked.
559-
BodyDevices param.Field[bool] `json:"devices"`
560-
// The uuid of the user to revoke.
561-
UserUID param.Field[string] `json:"user_uid"`
562-
// When set to `true`, the user will be required to re-authenticate to WARP for all
563-
// Gateway policies that enforce a WARP client session duration. When `false`, the
564-
// user’s WARP session will remain active
565-
WARPSessionReauth param.Field[bool] `json:"warp_session_reauth"`
566554
}
567555

568556
func (r OrganizationRevokeUsersParams) MarshalJSON() (data []byte, err error) {
569557
return apijson.MarshalRoot(r)
570558
}
571559

572-
// URLQuery serializes [OrganizationRevokeUsersParams]'s query parameters as
573-
// `url.Values`.
574-
func (r OrganizationRevokeUsersParams) URLQuery() (v url.Values) {
575-
return apiquery.MarshalWithSettings(r, apiquery.QuerySettings{
576-
ArrayFormat: apiquery.ArrayQueryFormatRepeat,
577-
NestedFormat: apiquery.NestedQueryFormatDots,
578-
})
579-
}
580-
581560
type OrganizationRevokeUsersResponseEnvelope struct {
582561
Result OrganizationRevokeUsersResponse `json:"result"`
583562
Success OrganizationRevokeUsersResponseEnvelopeSuccess `json:"success"`

‎zero_trust/organization_test.go

+2-6
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,8 @@ func TestOrganizationRevokeUsersWithOptionalParams(t *testing.T) {
143143
option.WithAPIEmail("user@example.com"),
144144
)
145145
_, err := client.ZeroTrust.Organizations.RevokeUsers(context.TODO(), zero_trust.OrganizationRevokeUsersParams{
146-
Email: cloudflare.F("test@example.com"),
147-
AccountID: cloudflare.F("account_id"),
148-
QueryDevices: cloudflare.F(true),
149-
BodyDevices: cloudflare.F(true),
150-
UserUID: cloudflare.F("699d98642c564d2e855e9661899b7252"),
151-
WARPSessionReauth: cloudflare.F(true),
146+
Email: cloudflare.F("test@example.com"),
147+
AccountID: cloudflare.F("account_id"),
152148
})
153149
if err != nil {
154150
var apierr *cloudflare.Error

0 commit comments

Comments
 (0)
Please sign in to comment.