speakeasy_client_sdk_ruby 2.2.1 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sdk/embeds.rb +1 -1
- data/lib/sdk/models/operations/deleteapi.rb +2 -2
- data/lib/sdk/models/operations/deleteapiendpoint.rb +2 -2
- data/lib/sdk/models/operations/deleteschema.rb +2 -2
- data/lib/sdk/models/operations/deleteversionmetadata.rb +2 -2
- data/lib/sdk/models/operations/downloadschema.rb +2 -2
- data/lib/sdk/models/operations/downloadschemarevision.rb +2 -2
- data/lib/sdk/models/operations/findapiendpoint.rb +2 -2
- data/lib/sdk/models/operations/generateopenapispec.rb +2 -2
- data/lib/sdk/models/operations/generateopenapispecforapiendpoint.rb +2 -2
- data/lib/sdk/models/operations/generatepostmancollection.rb +2 -2
- data/lib/sdk/models/operations/generatepostmancollectionforapiendpoint.rb +2 -2
- data/lib/sdk/models/operations/generaterequestpostmancollection.rb +2 -2
- data/lib/sdk/models/operations/getallapiendpoints.rb +2 -2
- data/lib/sdk/models/operations/getallapiversions.rb +3 -3
- data/lib/sdk/models/operations/getallforversionapiendpoints.rb +2 -2
- data/lib/sdk/models/operations/getapiendpoint.rb +2 -2
- data/lib/sdk/models/operations/getapis.rb +3 -3
- data/lib/sdk/models/operations/getembedaccesstoken.rb +2 -2
- data/lib/sdk/models/operations/getplugins.rb +1 -1
- data/lib/sdk/models/operations/getrequestfromeventlog.rb +2 -2
- data/lib/sdk/models/operations/getschema.rb +2 -2
- data/lib/sdk/models/operations/getschemadiff.rb +2 -2
- data/lib/sdk/models/operations/getschemarevision.rb +2 -2
- data/lib/sdk/models/operations/getschemas.rb +2 -2
- data/lib/sdk/models/operations/getvalidembedaccesstokens.rb +1 -1
- data/lib/sdk/models/operations/getversionmetadata.rb +2 -2
- data/lib/sdk/models/operations/insertversionmetadata.rb +2 -2
- data/lib/sdk/models/operations/queryeventlog.rb +2 -2
- data/lib/sdk/models/operations/registerschema.rb +4 -4
- data/lib/sdk/models/operations/revokeembedaccesstoken.rb +2 -2
- data/lib/sdk/models/operations/runplugin.rb +2 -2
- data/lib/sdk/models/operations/upsertapi.rb +2 -2
- data/lib/sdk/models/operations/upsertapiendpoint.rb +2 -2
- data/lib/sdk/models/operations/upsertplugin.rb +1 -1
- data/lib/sdk/models/operations/validateapikey.rb +1 -1
- data/lib/sdk/models/shared/api.rb +9 -9
- data/lib/sdk/models/shared/api_input.rb +5 -5
- data/lib/sdk/models/shared/apiendpoint.rb +12 -12
- data/lib/sdk/models/shared/apiendpoint_input.rb +7 -7
- data/lib/sdk/models/shared/boundedrequest.rb +15 -15
- data/lib/sdk/models/shared/embedaccesstokenresponse.rb +2 -2
- data/lib/sdk/models/shared/embedtoken.rb +11 -11
- data/lib/sdk/models/shared/error.rb +3 -3
- data/lib/sdk/models/shared/filter.rb +4 -4
- data/lib/sdk/models/shared/filters.rb +5 -5
- data/lib/sdk/models/shared/generateopenapispecdiff.rb +3 -3
- data/lib/sdk/models/shared/plugin.rb +8 -8
- data/lib/sdk/models/shared/requestmetadata.rb +3 -3
- data/lib/sdk/models/shared/schema.rb +7 -7
- data/lib/sdk/models/shared/schemadiff.rb +7 -7
- data/lib/sdk/models/shared/security.rb +1 -1
- data/lib/sdk/models/shared/unboundedrequest.rb +6 -6
- data/lib/sdk/models/shared/versionmetadata.rb +7 -7
- data/lib/sdk/models/shared/versionmetadata_input.rb +3 -3
- data/lib/sdk/plugins.rb +1 -1
- data/lib/sdk/sdk.rb +1 -1
- data/lib/sdk/sdkconfiguration.rb +5 -5
- data/lib/sdk/utils/utils.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e29b19047ef027ff4f9c4668dae723d973fc991446638c66176488fa366ffefc
|
4
|
+
data.tar.gz: b5c2e7dd9962f292ef75ed7391250b5a10b783102c308f5b1e2dc5b2b8723ea5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 202690f014baa7bef72e383f7a13fc0c7576b33d9cac7d9215820d2c1689673368969dec675e6cf3a10c9373faf98ee7b5f22070df85e0e4ad638ab7a0bf428f
|
7
|
+
data.tar.gz: b06ff2375733ac12753ee4012e32f4761b43043b330db3d1f07734ce90fd370250b3f5245c13e8f91220698a49162af626b9db901c9c967bd47ed869810adb02
|
data/lib/sdk/embeds.rb
CHANGED
@@ -56,7 +56,7 @@ module SpeakeasyClientSDK
|
|
56
56
|
res
|
57
57
|
end
|
58
58
|
|
59
|
-
sig { returns(Utils::FieldAugmented) }
|
59
|
+
sig { returns(::SpeakeasyClientSDK::Utils::FieldAugmented) }
|
60
60
|
def get_valid_embed_access_tokens
|
61
61
|
# get_valid_embed_access_tokens - Get all valid embed access tokens for the current workspace.
|
62
62
|
url, params = @sdk_configuration.get_server_details
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class DeleteApiRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class DeleteApiRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the Api to delete.
|
@@ -27,7 +27,7 @@ module SpeakeasyClientSDK
|
|
27
27
|
end
|
28
28
|
|
29
29
|
|
30
|
-
class DeleteApiResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
30
|
+
class DeleteApiResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
33
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class DeleteApiEndpointRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class DeleteApiEndpointRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the ApiEndpoint to delete.
|
@@ -30,7 +30,7 @@ module SpeakeasyClientSDK
|
|
30
30
|
end
|
31
31
|
|
32
32
|
|
33
|
-
class DeleteApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
33
|
+
class DeleteApiEndpointResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
34
34
|
extend T::Sig
|
35
35
|
|
36
36
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class DeleteSchemaRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class DeleteSchemaRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the Api to delete schemas for.
|
@@ -30,7 +30,7 @@ module SpeakeasyClientSDK
|
|
30
30
|
end
|
31
31
|
|
32
32
|
|
33
|
-
class DeleteSchemaResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
33
|
+
class DeleteSchemaResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
34
34
|
extend T::Sig
|
35
35
|
|
36
36
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class DeleteVersionMetadataRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class DeleteVersionMetadataRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the Api to delete metadata for.
|
@@ -33,7 +33,7 @@ module SpeakeasyClientSDK
|
|
33
33
|
end
|
34
34
|
|
35
35
|
|
36
|
-
class DeleteVersionMetadataResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
36
|
+
class DeleteVersionMetadataResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
37
37
|
extend T::Sig
|
38
38
|
|
39
39
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class DownloadSchemaRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class DownloadSchemaRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the Api to download the schema for.
|
@@ -27,7 +27,7 @@ module SpeakeasyClientSDK
|
|
27
27
|
end
|
28
28
|
|
29
29
|
|
30
|
-
class DownloadSchemaResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
30
|
+
class DownloadSchemaResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
33
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class DownloadSchemaRevisionRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class DownloadSchemaRevisionRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the Api to retrieve schemas for.
|
@@ -30,7 +30,7 @@ module SpeakeasyClientSDK
|
|
30
30
|
end
|
31
31
|
|
32
32
|
|
33
|
-
class DownloadSchemaRevisionResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
33
|
+
class DownloadSchemaRevisionResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
34
34
|
extend T::Sig
|
35
35
|
|
36
36
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/error'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class FindApiEndpointRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class FindApiEndpointRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The ID of the Api the ApiEndpoint belongs to.
|
@@ -31,7 +31,7 @@ module SpeakeasyClientSDK
|
|
31
31
|
end
|
32
32
|
|
33
33
|
|
34
|
-
class FindApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
34
|
+
class FindApiEndpointResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
35
35
|
extend T::Sig
|
36
36
|
|
37
37
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/generateopenapispecdiff'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class GenerateOpenApiSpecRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class GenerateOpenApiSpecRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The ID of the Api to generate an OpenAPI specification for.
|
@@ -28,7 +28,7 @@ module SpeakeasyClientSDK
|
|
28
28
|
end
|
29
29
|
|
30
30
|
|
31
|
-
class GenerateOpenApiSpecResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
31
|
+
class GenerateOpenApiSpecResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
32
32
|
extend T::Sig
|
33
33
|
|
34
34
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/generateopenapispecdiff'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class GenerateOpenApiSpecForApiEndpointRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class GenerateOpenApiSpecForApiEndpointRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The ID of the ApiEndpoint to generate an OpenAPI specification for.
|
@@ -31,7 +31,7 @@ module SpeakeasyClientSDK
|
|
31
31
|
end
|
32
32
|
|
33
33
|
|
34
|
-
class GenerateOpenApiSpecForApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
34
|
+
class GenerateOpenApiSpecForApiEndpointResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
35
35
|
extend T::Sig
|
36
36
|
|
37
37
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class GeneratePostmanCollectionRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class GeneratePostmanCollectionRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the Api to generate a Postman collection for.
|
@@ -27,7 +27,7 @@ module SpeakeasyClientSDK
|
|
27
27
|
end
|
28
28
|
|
29
29
|
|
30
|
-
class GeneratePostmanCollectionResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
30
|
+
class GeneratePostmanCollectionResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
33
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class GeneratePostmanCollectionForApiEndpointRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class GeneratePostmanCollectionForApiEndpointRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the ApiEndpoint to generate a Postman collection for.
|
@@ -30,7 +30,7 @@ module SpeakeasyClientSDK
|
|
30
30
|
end
|
31
31
|
|
32
32
|
|
33
|
-
class GeneratePostmanCollectionForApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
33
|
+
class GeneratePostmanCollectionForApiEndpointResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
34
34
|
extend T::Sig
|
35
35
|
|
36
36
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class GenerateRequestPostmanCollectionRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class GenerateRequestPostmanCollectionRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the request to retrieve.
|
@@ -24,7 +24,7 @@ module SpeakeasyClientSDK
|
|
24
24
|
end
|
25
25
|
|
26
26
|
|
27
|
-
class GenerateRequestPostmanCollectionResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
27
|
+
class GenerateRequestPostmanCollectionResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
28
28
|
extend T::Sig
|
29
29
|
|
30
30
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class GetAllApiEndpointsRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class GetAllApiEndpointsRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the Api to retrieve ApiEndpoints for.
|
@@ -24,7 +24,7 @@ module SpeakeasyClientSDK
|
|
24
24
|
end
|
25
25
|
|
26
26
|
|
27
|
-
class GetAllApiEndpointsResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
27
|
+
class GetAllApiEndpointsResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
28
28
|
extend T::Sig
|
29
29
|
|
30
30
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
# Configuration for filter operations
|
13
|
-
class Op < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class Op < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# Whether to AND or OR the filters
|
@@ -24,7 +24,7 @@ module SpeakeasyClientSDK
|
|
24
24
|
end
|
25
25
|
|
26
26
|
|
27
|
-
class GetAllApiVersionsRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
27
|
+
class GetAllApiVersionsRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
28
28
|
extend T::Sig
|
29
29
|
|
30
30
|
# The ID of the Api to retrieve.
|
@@ -44,7 +44,7 @@ module SpeakeasyClientSDK
|
|
44
44
|
end
|
45
45
|
|
46
46
|
|
47
|
-
class GetAllApiVersionsResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
47
|
+
class GetAllApiVersionsResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
48
48
|
extend T::Sig
|
49
49
|
|
50
50
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class GetAllForVersionApiEndpointsRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class GetAllForVersionApiEndpointsRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the Api to retrieve ApiEndpoints for.
|
@@ -27,7 +27,7 @@ module SpeakeasyClientSDK
|
|
27
27
|
end
|
28
28
|
|
29
29
|
|
30
|
-
class GetAllForVersionApiEndpointsResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
30
|
+
class GetAllForVersionApiEndpointsResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
33
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/error'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class GetApiEndpointRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class GetApiEndpointRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The ID of the ApiEndpoint to retrieve.
|
@@ -31,7 +31,7 @@ module SpeakeasyClientSDK
|
|
31
31
|
end
|
32
32
|
|
33
33
|
|
34
|
-
class GetApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
34
|
+
class GetApiEndpointResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
35
35
|
extend T::Sig
|
36
36
|
|
37
37
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
# Configuration for filter operations
|
13
|
-
class QueryParamOp < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class QueryParamOp < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# Whether to AND or OR the filters
|
@@ -24,7 +24,7 @@ module SpeakeasyClientSDK
|
|
24
24
|
end
|
25
25
|
|
26
26
|
|
27
|
-
class GetApisRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
27
|
+
class GetApisRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
28
28
|
extend T::Sig
|
29
29
|
|
30
30
|
# Metadata to filter Apis on
|
@@ -41,7 +41,7 @@ module SpeakeasyClientSDK
|
|
41
41
|
end
|
42
42
|
|
43
43
|
|
44
|
-
class GetApisResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
44
|
+
class GetApisResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
45
45
|
extend T::Sig
|
46
46
|
|
47
47
|
# HTTP response content type for this operation
|
@@ -12,7 +12,7 @@ require_relative '../shared/error'
|
|
12
12
|
module SpeakeasyClientSDK
|
13
13
|
module Operations
|
14
14
|
|
15
|
-
class GetEmbedAccessTokenRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
15
|
+
class GetEmbedAccessTokenRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
16
16
|
extend T::Sig
|
17
17
|
|
18
18
|
# The description of the embed access token.
|
@@ -32,7 +32,7 @@ module SpeakeasyClientSDK
|
|
32
32
|
end
|
33
33
|
|
34
34
|
|
35
|
-
class GetEmbedAccessTokenResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
35
|
+
class GetEmbedAccessTokenResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
36
36
|
extend T::Sig
|
37
37
|
|
38
38
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class GetPluginsResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class GetPluginsResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/unboundedrequest'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class GetRequestFromEventLogRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class GetRequestFromEventLogRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The ID of the request to retrieve.
|
@@ -25,7 +25,7 @@ module SpeakeasyClientSDK
|
|
25
25
|
end
|
26
26
|
|
27
27
|
|
28
|
-
class GetRequestFromEventLogResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
28
|
+
class GetRequestFromEventLogResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
29
29
|
extend T::Sig
|
30
30
|
|
31
31
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/schema'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class GetSchemaRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class GetSchemaRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The ID of the Api to get the schema for.
|
@@ -28,7 +28,7 @@ module SpeakeasyClientSDK
|
|
28
28
|
end
|
29
29
|
|
30
30
|
|
31
|
-
class GetSchemaResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
31
|
+
class GetSchemaResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
32
32
|
extend T::Sig
|
33
33
|
|
34
34
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/schemadiff'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class GetSchemaDiffRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class GetSchemaDiffRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The ID of the Api to retrieve schemas for.
|
@@ -34,7 +34,7 @@ module SpeakeasyClientSDK
|
|
34
34
|
end
|
35
35
|
|
36
36
|
|
37
|
-
class GetSchemaDiffResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
37
|
+
class GetSchemaDiffResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
38
38
|
extend T::Sig
|
39
39
|
|
40
40
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/schema'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class GetSchemaRevisionRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class GetSchemaRevisionRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The ID of the Api to retrieve schemas for.
|
@@ -31,7 +31,7 @@ module SpeakeasyClientSDK
|
|
31
31
|
end
|
32
32
|
|
33
33
|
|
34
|
-
class GetSchemaRevisionResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
34
|
+
class GetSchemaRevisionResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
35
35
|
extend T::Sig
|
36
36
|
|
37
37
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class GetSchemasRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class GetSchemasRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the Api to retrieve schemas for.
|
@@ -27,7 +27,7 @@ module SpeakeasyClientSDK
|
|
27
27
|
end
|
28
28
|
|
29
29
|
|
30
|
-
class GetSchemasResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
30
|
+
class GetSchemasResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
33
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class GetValidEmbedAccessTokensResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class GetValidEmbedAccessTokensResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class GetVersionMetadataRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class GetVersionMetadataRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the Api to retrieve metadata for.
|
@@ -27,7 +27,7 @@ module SpeakeasyClientSDK
|
|
27
27
|
end
|
28
28
|
|
29
29
|
|
30
|
-
class GetVersionMetadataResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
30
|
+
class GetVersionMetadataResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
33
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/error'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class InsertVersionMetadataRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class InsertVersionMetadataRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The ID of the Api to insert metadata for.
|
@@ -31,7 +31,7 @@ module SpeakeasyClientSDK
|
|
31
31
|
end
|
32
32
|
|
33
33
|
|
34
|
-
class InsertVersionMetadataResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
34
|
+
class InsertVersionMetadataResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
35
35
|
extend T::Sig
|
36
36
|
|
37
37
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/error'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class QueryEventLogRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class QueryEventLogRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The filter to apply to the query.
|
@@ -25,7 +25,7 @@ module SpeakeasyClientSDK
|
|
25
25
|
end
|
26
26
|
|
27
27
|
|
28
|
-
class QueryEventLogResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
28
|
+
class QueryEventLogResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
29
29
|
extend T::Sig
|
30
30
|
|
31
31
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class File < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class File < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
|
@@ -27,7 +27,7 @@ module SpeakeasyClientSDK
|
|
27
27
|
end
|
28
28
|
|
29
29
|
# The schema file to upload provided as a multipart/form-data file segment.
|
30
|
-
class RegisterSchemaRequestBody < SpeakeasyClientSDK::Utils::FieldAugmented
|
30
|
+
class RegisterSchemaRequestBody < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
33
|
|
@@ -41,7 +41,7 @@ module SpeakeasyClientSDK
|
|
41
41
|
end
|
42
42
|
|
43
43
|
|
44
|
-
class RegisterSchemaRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
44
|
+
class RegisterSchemaRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
45
45
|
extend T::Sig
|
46
46
|
|
47
47
|
# The ID of the Api to get the schema for.
|
@@ -61,7 +61,7 @@ module SpeakeasyClientSDK
|
|
61
61
|
end
|
62
62
|
|
63
63
|
|
64
|
-
class RegisterSchemaResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
64
|
+
class RegisterSchemaResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
65
65
|
extend T::Sig
|
66
66
|
|
67
67
|
# HTTP response content type for this operation
|
@@ -10,7 +10,7 @@ require_relative '../shared/error'
|
|
10
10
|
module SpeakeasyClientSDK
|
11
11
|
module Operations
|
12
12
|
|
13
|
-
class RevokeEmbedAccessTokenRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
13
|
+
class RevokeEmbedAccessTokenRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
16
|
# The ID of the EmbedToken to revoke.
|
@@ -24,7 +24,7 @@ module SpeakeasyClientSDK
|
|
24
24
|
end
|
25
25
|
|
26
26
|
|
27
|
-
class RevokeEmbedAccessTokenResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
27
|
+
class RevokeEmbedAccessTokenResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
28
28
|
extend T::Sig
|
29
29
|
|
30
30
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/error'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class RunPluginRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class RunPluginRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# The ID of the plugin to run.
|
@@ -28,7 +28,7 @@ module SpeakeasyClientSDK
|
|
28
28
|
end
|
29
29
|
|
30
30
|
|
31
|
-
class RunPluginResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
31
|
+
class RunPluginResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
32
32
|
extend T::Sig
|
33
33
|
|
34
34
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/error'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class UpsertApiRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class UpsertApiRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# A JSON representation of the Api to upsert
|
@@ -28,7 +28,7 @@ module SpeakeasyClientSDK
|
|
28
28
|
end
|
29
29
|
|
30
30
|
|
31
|
-
class UpsertApiResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
31
|
+
class UpsertApiResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
32
32
|
extend T::Sig
|
33
33
|
|
34
34
|
# HTTP response content type for this operation
|
@@ -11,7 +11,7 @@ require_relative '../shared/error'
|
|
11
11
|
module SpeakeasyClientSDK
|
12
12
|
module Operations
|
13
13
|
|
14
|
-
class UpsertApiEndpointRequest < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
|
+
class UpsertApiEndpointRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
17
|
# A JSON representation of the ApiEndpoint to upsert.
|
@@ -34,7 +34,7 @@ module SpeakeasyClientSDK
|
|
34
34
|
end
|
35
35
|
|
36
36
|
|
37
|
-
class UpsertApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
37
|
+
class UpsertApiEndpointResponse < ::SpeakeasyClientSDK::Utils::FieldAugmented
|
38
38
|
extend T::Sig
|
39
39
|
|
40
40
|
# HTTP response content type for this operation
|