speakeasy_client_sdk_ruby 1.23.5 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sdk/models/operations/deleteapi.rb +3 -3
- data/lib/sdk/models/operations/deleteapiendpoint.rb +3 -3
- data/lib/sdk/models/operations/deleteschema.rb +3 -3
- data/lib/sdk/models/operations/deleteversionmetadata.rb +3 -3
- data/lib/sdk/models/operations/downloadschema.rb +3 -3
- data/lib/sdk/models/operations/downloadschemarevision.rb +3 -3
- data/lib/sdk/models/operations/findapiendpoint.rb +3 -3
- data/lib/sdk/models/operations/generateopenapispec.rb +3 -3
- data/lib/sdk/models/operations/generateopenapispecforapiendpoint.rb +3 -3
- data/lib/sdk/models/operations/generatepostmancollection.rb +3 -3
- data/lib/sdk/models/operations/generatepostmancollectionforapiendpoint.rb +3 -3
- data/lib/sdk/models/operations/generaterequestpostmancollection.rb +3 -3
- data/lib/sdk/models/operations/getallapiendpoints.rb +3 -3
- data/lib/sdk/models/operations/getallapiversions.rb +3 -3
- data/lib/sdk/models/operations/getallforversionapiendpoints.rb +3 -3
- data/lib/sdk/models/operations/getapiendpoint.rb +3 -3
- data/lib/sdk/models/operations/getapis.rb +3 -3
- data/lib/sdk/models/operations/getembedaccesstoken.rb +3 -3
- data/lib/sdk/models/operations/getplugins.rb +3 -3
- data/lib/sdk/models/operations/getrequestfromeventlog.rb +3 -3
- data/lib/sdk/models/operations/getschema.rb +3 -3
- data/lib/sdk/models/operations/getschemadiff.rb +3 -3
- data/lib/sdk/models/operations/getschemarevision.rb +3 -3
- data/lib/sdk/models/operations/getschemas.rb +3 -3
- data/lib/sdk/models/operations/getvalidembedaccesstokens.rb +3 -3
- data/lib/sdk/models/operations/getversionmetadata.rb +3 -3
- data/lib/sdk/models/operations/insertversionmetadata.rb +3 -3
- data/lib/sdk/models/operations/queryeventlog.rb +3 -3
- data/lib/sdk/models/operations/registerschema.rb +3 -3
- data/lib/sdk/models/operations/revokeembedaccesstoken.rb +3 -3
- data/lib/sdk/models/operations/runplugin.rb +3 -3
- data/lib/sdk/models/operations/upsertapi.rb +3 -3
- data/lib/sdk/models/operations/upsertapiendpoint.rb +3 -3
- data/lib/sdk/models/operations/upsertplugin.rb +3 -3
- data/lib/sdk/models/operations/validateapikey.rb +3 -3
- data/lib/sdk/sdkconfiguration.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8114741305516943fb32a6bd9358e88c09a5ebfb8375bb83d42b2aa1db391a0
|
4
|
+
data.tar.gz: 2b196c951957012159cc067ed46324b677d3ae491cd73378d52473aeaae3a140
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bcf1fea6d4c1cb6b8a88a670529bc4f36a09693d5b9657bfc2206b571e0480f7aaf90305e8f69daaef4cebd41bb66929fb60c01385f4df719dd9ca0290c6a0b
|
7
|
+
data.tar.gz: '0548f2329ae7d5f4ad6974ed34d1e2cd2f2fe7afe7e79e5262517b6a9d2d5e671f224760eecf808776d86cee4ea3000f8dacdb11cb385430f9a9086490a612ad'
|
@@ -30,13 +30,13 @@ module SpeakeasyClientSDK
|
|
30
30
|
class DeleteApiResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
|
-
|
33
|
+
# HTTP response content type for this operation
|
34
34
|
field :content_type, String
|
35
|
-
|
35
|
+
# HTTP response status code for this operation
|
36
36
|
field :status_code, Integer
|
37
37
|
# Default error response
|
38
38
|
field :error, T.nilable(Shared::Error)
|
39
|
-
|
39
|
+
# Raw HTTP response; suitable for custom response parsing
|
40
40
|
field :raw_response, T.nilable(Faraday::Response)
|
41
41
|
|
42
42
|
|
@@ -33,13 +33,13 @@ module SpeakeasyClientSDK
|
|
33
33
|
class DeleteApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
34
34
|
extend T::Sig
|
35
35
|
|
36
|
-
|
36
|
+
# HTTP response content type for this operation
|
37
37
|
field :content_type, String
|
38
|
-
|
38
|
+
# HTTP response status code for this operation
|
39
39
|
field :status_code, Integer
|
40
40
|
# Default error response
|
41
41
|
field :error, T.nilable(Shared::Error)
|
42
|
-
|
42
|
+
# Raw HTTP response; suitable for custom response parsing
|
43
43
|
field :raw_response, T.nilable(Faraday::Response)
|
44
44
|
|
45
45
|
|
@@ -33,13 +33,13 @@ module SpeakeasyClientSDK
|
|
33
33
|
class DeleteSchemaResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
34
34
|
extend T::Sig
|
35
35
|
|
36
|
-
|
36
|
+
# HTTP response content type for this operation
|
37
37
|
field :content_type, String
|
38
|
-
|
38
|
+
# HTTP response status code for this operation
|
39
39
|
field :status_code, Integer
|
40
40
|
# Default error response
|
41
41
|
field :error, T.nilable(Shared::Error)
|
42
|
-
|
42
|
+
# Raw HTTP response; suitable for custom response parsing
|
43
43
|
field :raw_response, T.nilable(Faraday::Response)
|
44
44
|
|
45
45
|
|
@@ -36,13 +36,13 @@ module SpeakeasyClientSDK
|
|
36
36
|
class DeleteVersionMetadataResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
37
37
|
extend T::Sig
|
38
38
|
|
39
|
-
|
39
|
+
# HTTP response content type for this operation
|
40
40
|
field :content_type, String
|
41
|
-
|
41
|
+
# HTTP response status code for this operation
|
42
42
|
field :status_code, Integer
|
43
43
|
# Default error response
|
44
44
|
field :error, T.nilable(Shared::Error)
|
45
|
-
|
45
|
+
# Raw HTTP response; suitable for custom response parsing
|
46
46
|
field :raw_response, T.nilable(Faraday::Response)
|
47
47
|
|
48
48
|
|
@@ -30,13 +30,13 @@ module SpeakeasyClientSDK
|
|
30
30
|
class DownloadSchemaResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
|
-
|
33
|
+
# HTTP response content type for this operation
|
34
34
|
field :content_type, String
|
35
|
-
|
35
|
+
# HTTP response status code for this operation
|
36
36
|
field :status_code, Integer
|
37
37
|
# Default error response
|
38
38
|
field :error, T.nilable(Shared::Error)
|
39
|
-
|
39
|
+
# Raw HTTP response; suitable for custom response parsing
|
40
40
|
field :raw_response, T.nilable(Faraday::Response)
|
41
41
|
# OK
|
42
42
|
field :schema, T.nilable(String)
|
@@ -33,13 +33,13 @@ module SpeakeasyClientSDK
|
|
33
33
|
class DownloadSchemaRevisionResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
34
34
|
extend T::Sig
|
35
35
|
|
36
|
-
|
36
|
+
# HTTP response content type for this operation
|
37
37
|
field :content_type, String
|
38
|
-
|
38
|
+
# HTTP response status code for this operation
|
39
39
|
field :status_code, Integer
|
40
40
|
# Default error response
|
41
41
|
field :error, T.nilable(Shared::Error)
|
42
|
-
|
42
|
+
# Raw HTTP response; suitable for custom response parsing
|
43
43
|
field :raw_response, T.nilable(Faraday::Response)
|
44
44
|
# OK
|
45
45
|
field :schema, T.nilable(String)
|
@@ -34,15 +34,15 @@ module SpeakeasyClientSDK
|
|
34
34
|
class FindApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
35
35
|
extend T::Sig
|
36
36
|
|
37
|
-
|
37
|
+
# HTTP response content type for this operation
|
38
38
|
field :content_type, String
|
39
|
-
|
39
|
+
# HTTP response status code for this operation
|
40
40
|
field :status_code, Integer
|
41
41
|
# OK
|
42
42
|
field :api_endpoint, T.nilable(Shared::ApiEndpoint)
|
43
43
|
# Default error response
|
44
44
|
field :error, T.nilable(Shared::Error)
|
45
|
-
|
45
|
+
# Raw HTTP response; suitable for custom response parsing
|
46
46
|
field :raw_response, T.nilable(Faraday::Response)
|
47
47
|
|
48
48
|
|
@@ -31,15 +31,15 @@ module SpeakeasyClientSDK
|
|
31
31
|
class GenerateOpenApiSpecResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
32
32
|
extend T::Sig
|
33
33
|
|
34
|
-
|
34
|
+
# HTTP response content type for this operation
|
35
35
|
field :content_type, String
|
36
|
-
|
36
|
+
# HTTP response status code for this operation
|
37
37
|
field :status_code, Integer
|
38
38
|
# Default error response
|
39
39
|
field :error, T.nilable(Shared::Error)
|
40
40
|
# OK
|
41
41
|
field :generate_open_api_spec_diff, T.nilable(Shared::GenerateOpenApiSpecDiff)
|
42
|
-
|
42
|
+
# Raw HTTP response; suitable for custom response parsing
|
43
43
|
field :raw_response, T.nilable(Faraday::Response)
|
44
44
|
|
45
45
|
|
@@ -34,15 +34,15 @@ module SpeakeasyClientSDK
|
|
34
34
|
class GenerateOpenApiSpecForApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
35
35
|
extend T::Sig
|
36
36
|
|
37
|
-
|
37
|
+
# HTTP response content type for this operation
|
38
38
|
field :content_type, String
|
39
|
-
|
39
|
+
# HTTP response status code for this operation
|
40
40
|
field :status_code, Integer
|
41
41
|
# Default error response
|
42
42
|
field :error, T.nilable(Shared::Error)
|
43
43
|
# OK
|
44
44
|
field :generate_open_api_spec_diff, T.nilable(Shared::GenerateOpenApiSpecDiff)
|
45
|
-
|
45
|
+
# Raw HTTP response; suitable for custom response parsing
|
46
46
|
field :raw_response, T.nilable(Faraday::Response)
|
47
47
|
|
48
48
|
|
@@ -30,15 +30,15 @@ module SpeakeasyClientSDK
|
|
30
30
|
class GeneratePostmanCollectionResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
|
-
|
33
|
+
# HTTP response content type for this operation
|
34
34
|
field :content_type, String
|
35
|
-
|
35
|
+
# HTTP response status code for this operation
|
36
36
|
field :status_code, Integer
|
37
37
|
# Default error response
|
38
38
|
field :error, T.nilable(Shared::Error)
|
39
39
|
# OK
|
40
40
|
field :postman_collection, T.nilable(String)
|
41
|
-
|
41
|
+
# Raw HTTP response; suitable for custom response parsing
|
42
42
|
field :raw_response, T.nilable(Faraday::Response)
|
43
43
|
|
44
44
|
|
@@ -33,15 +33,15 @@ module SpeakeasyClientSDK
|
|
33
33
|
class GeneratePostmanCollectionForApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
34
34
|
extend T::Sig
|
35
35
|
|
36
|
-
|
36
|
+
# HTTP response content type for this operation
|
37
37
|
field :content_type, String
|
38
|
-
|
38
|
+
# HTTP response status code for this operation
|
39
39
|
field :status_code, Integer
|
40
40
|
# Default error response
|
41
41
|
field :error, T.nilable(Shared::Error)
|
42
42
|
# OK
|
43
43
|
field :postman_collection, T.nilable(String)
|
44
|
-
|
44
|
+
# Raw HTTP response; suitable for custom response parsing
|
45
45
|
field :raw_response, T.nilable(Faraday::Response)
|
46
46
|
|
47
47
|
|
@@ -27,15 +27,15 @@ module SpeakeasyClientSDK
|
|
27
27
|
class GenerateRequestPostmanCollectionResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
28
28
|
extend T::Sig
|
29
29
|
|
30
|
-
|
30
|
+
# HTTP response content type for this operation
|
31
31
|
field :content_type, String
|
32
|
-
|
32
|
+
# HTTP response status code for this operation
|
33
33
|
field :status_code, Integer
|
34
34
|
# Default error response
|
35
35
|
field :error, T.nilable(Shared::Error)
|
36
36
|
# OK
|
37
37
|
field :postman_collection, T.nilable(String)
|
38
|
-
|
38
|
+
# Raw HTTP response; suitable for custom response parsing
|
39
39
|
field :raw_response, T.nilable(Faraday::Response)
|
40
40
|
|
41
41
|
|
@@ -27,15 +27,15 @@ module SpeakeasyClientSDK
|
|
27
27
|
class GetAllApiEndpointsResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
28
28
|
extend T::Sig
|
29
29
|
|
30
|
-
|
30
|
+
# HTTP response content type for this operation
|
31
31
|
field :content_type, String
|
32
|
-
|
32
|
+
# HTTP response status code for this operation
|
33
33
|
field :status_code, Integer
|
34
34
|
# OK
|
35
35
|
field :api_endpoints, T.nilable(T::Array[Shared::ApiEndpoint])
|
36
36
|
# Default error response
|
37
37
|
field :error, T.nilable(Shared::Error)
|
38
|
-
|
38
|
+
# Raw HTTP response; suitable for custom response parsing
|
39
39
|
field :raw_response, T.nilable(Faraday::Response)
|
40
40
|
|
41
41
|
|
@@ -47,15 +47,15 @@ module SpeakeasyClientSDK
|
|
47
47
|
class GetAllApiVersionsResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
48
48
|
extend T::Sig
|
49
49
|
|
50
|
-
|
50
|
+
# HTTP response content type for this operation
|
51
51
|
field :content_type, String
|
52
|
-
|
52
|
+
# HTTP response status code for this operation
|
53
53
|
field :status_code, Integer
|
54
54
|
# OK
|
55
55
|
field :apis, T.nilable(T::Array[Shared::Api])
|
56
56
|
# Default error response
|
57
57
|
field :error, T.nilable(Shared::Error)
|
58
|
-
|
58
|
+
# Raw HTTP response; suitable for custom response parsing
|
59
59
|
field :raw_response, T.nilable(Faraday::Response)
|
60
60
|
|
61
61
|
|
@@ -30,15 +30,15 @@ module SpeakeasyClientSDK
|
|
30
30
|
class GetAllForVersionApiEndpointsResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
|
-
|
33
|
+
# HTTP response content type for this operation
|
34
34
|
field :content_type, String
|
35
|
-
|
35
|
+
# HTTP response status code for this operation
|
36
36
|
field :status_code, Integer
|
37
37
|
# OK
|
38
38
|
field :api_endpoints, T.nilable(T::Array[Shared::ApiEndpoint])
|
39
39
|
# Default error response
|
40
40
|
field :error, T.nilable(Shared::Error)
|
41
|
-
|
41
|
+
# Raw HTTP response; suitable for custom response parsing
|
42
42
|
field :raw_response, T.nilable(Faraday::Response)
|
43
43
|
|
44
44
|
|
@@ -34,15 +34,15 @@ module SpeakeasyClientSDK
|
|
34
34
|
class GetApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
35
35
|
extend T::Sig
|
36
36
|
|
37
|
-
|
37
|
+
# HTTP response content type for this operation
|
38
38
|
field :content_type, String
|
39
|
-
|
39
|
+
# HTTP response status code for this operation
|
40
40
|
field :status_code, Integer
|
41
41
|
# OK
|
42
42
|
field :api_endpoint, T.nilable(Shared::ApiEndpoint)
|
43
43
|
# Default error response
|
44
44
|
field :error, T.nilable(Shared::Error)
|
45
|
-
|
45
|
+
# Raw HTTP response; suitable for custom response parsing
|
46
46
|
field :raw_response, T.nilable(Faraday::Response)
|
47
47
|
|
48
48
|
|
@@ -44,15 +44,15 @@ module SpeakeasyClientSDK
|
|
44
44
|
class GetApisResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
45
45
|
extend T::Sig
|
46
46
|
|
47
|
-
|
47
|
+
# HTTP response content type for this operation
|
48
48
|
field :content_type, String
|
49
|
-
|
49
|
+
# HTTP response status code for this operation
|
50
50
|
field :status_code, Integer
|
51
51
|
# OK
|
52
52
|
field :apis, T.nilable(T::Array[Shared::Api])
|
53
53
|
# Default error response
|
54
54
|
field :error, T.nilable(Shared::Error)
|
55
|
-
|
55
|
+
# Raw HTTP response; suitable for custom response parsing
|
56
56
|
field :raw_response, T.nilable(Faraday::Response)
|
57
57
|
|
58
58
|
|
@@ -35,15 +35,15 @@ module SpeakeasyClientSDK
|
|
35
35
|
class GetEmbedAccessTokenResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
36
36
|
extend T::Sig
|
37
37
|
|
38
|
-
|
38
|
+
# HTTP response content type for this operation
|
39
39
|
field :content_type, String
|
40
|
-
|
40
|
+
# HTTP response status code for this operation
|
41
41
|
field :status_code, Integer
|
42
42
|
# OK
|
43
43
|
field :embed_access_token_response, T.nilable(Shared::EmbedAccessTokenResponse)
|
44
44
|
# Default error response
|
45
45
|
field :error, T.nilable(Shared::Error)
|
46
|
-
|
46
|
+
# Raw HTTP response; suitable for custom response parsing
|
47
47
|
field :raw_response, T.nilable(Faraday::Response)
|
48
48
|
|
49
49
|
|
@@ -13,15 +13,15 @@ module SpeakeasyClientSDK
|
|
13
13
|
class GetPluginsResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
|
-
|
16
|
+
# HTTP response content type for this operation
|
17
17
|
field :content_type, String
|
18
|
-
|
18
|
+
# HTTP response status code for this operation
|
19
19
|
field :status_code, Integer
|
20
20
|
# Default error response
|
21
21
|
field :error, T.nilable(Shared::Error)
|
22
22
|
# OK
|
23
23
|
field :plugins, T.nilable(T::Array[Shared::Plugin])
|
24
|
-
|
24
|
+
# Raw HTTP response; suitable for custom response parsing
|
25
25
|
field :raw_response, T.nilable(Faraday::Response)
|
26
26
|
|
27
27
|
|
@@ -28,13 +28,13 @@ module SpeakeasyClientSDK
|
|
28
28
|
class GetRequestFromEventLogResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
29
29
|
extend T::Sig
|
30
30
|
|
31
|
-
|
31
|
+
# HTTP response content type for this operation
|
32
32
|
field :content_type, String
|
33
|
-
|
33
|
+
# HTTP response status code for this operation
|
34
34
|
field :status_code, Integer
|
35
35
|
# Default error response
|
36
36
|
field :error, T.nilable(Shared::Error)
|
37
|
-
|
37
|
+
# Raw HTTP response; suitable for custom response parsing
|
38
38
|
field :raw_response, T.nilable(Faraday::Response)
|
39
39
|
# OK
|
40
40
|
field :unbounded_request, T.nilable(Shared::UnboundedRequest)
|
@@ -31,13 +31,13 @@ module SpeakeasyClientSDK
|
|
31
31
|
class GetSchemaResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
32
32
|
extend T::Sig
|
33
33
|
|
34
|
-
|
34
|
+
# HTTP response content type for this operation
|
35
35
|
field :content_type, String
|
36
|
-
|
36
|
+
# HTTP response status code for this operation
|
37
37
|
field :status_code, Integer
|
38
38
|
# Default error response
|
39
39
|
field :error, T.nilable(Shared::Error)
|
40
|
-
|
40
|
+
# Raw HTTP response; suitable for custom response parsing
|
41
41
|
field :raw_response, T.nilable(Faraday::Response)
|
42
42
|
# OK
|
43
43
|
field :schema, T.nilable(Shared::Schema)
|
@@ -37,13 +37,13 @@ module SpeakeasyClientSDK
|
|
37
37
|
class GetSchemaDiffResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
38
38
|
extend T::Sig
|
39
39
|
|
40
|
-
|
40
|
+
# HTTP response content type for this operation
|
41
41
|
field :content_type, String
|
42
|
-
|
42
|
+
# HTTP response status code for this operation
|
43
43
|
field :status_code, Integer
|
44
44
|
# Default error response
|
45
45
|
field :error, T.nilable(Shared::Error)
|
46
|
-
|
46
|
+
# Raw HTTP response; suitable for custom response parsing
|
47
47
|
field :raw_response, T.nilable(Faraday::Response)
|
48
48
|
# OK
|
49
49
|
field :schema_diff, T.nilable(Shared::SchemaDiff)
|
@@ -34,13 +34,13 @@ module SpeakeasyClientSDK
|
|
34
34
|
class GetSchemaRevisionResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
35
35
|
extend T::Sig
|
36
36
|
|
37
|
-
|
37
|
+
# HTTP response content type for this operation
|
38
38
|
field :content_type, String
|
39
|
-
|
39
|
+
# HTTP response status code for this operation
|
40
40
|
field :status_code, Integer
|
41
41
|
# Default error response
|
42
42
|
field :error, T.nilable(Shared::Error)
|
43
|
-
|
43
|
+
# Raw HTTP response; suitable for custom response parsing
|
44
44
|
field :raw_response, T.nilable(Faraday::Response)
|
45
45
|
# OK
|
46
46
|
field :schema, T.nilable(Shared::Schema)
|
@@ -30,13 +30,13 @@ module SpeakeasyClientSDK
|
|
30
30
|
class GetSchemasResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
|
-
|
33
|
+
# HTTP response content type for this operation
|
34
34
|
field :content_type, String
|
35
|
-
|
35
|
+
# HTTP response status code for this operation
|
36
36
|
field :status_code, Integer
|
37
37
|
# Default error response
|
38
38
|
field :error, T.nilable(Shared::Error)
|
39
|
-
|
39
|
+
# Raw HTTP response; suitable for custom response parsing
|
40
40
|
field :raw_response, T.nilable(Faraday::Response)
|
41
41
|
# OK
|
42
42
|
field :schemata, T.nilable(T::Array[Shared::Schema])
|
@@ -13,15 +13,15 @@ module SpeakeasyClientSDK
|
|
13
13
|
class GetValidEmbedAccessTokensResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
|
-
|
16
|
+
# HTTP response content type for this operation
|
17
17
|
field :content_type, String
|
18
|
-
|
18
|
+
# HTTP response status code for this operation
|
19
19
|
field :status_code, Integer
|
20
20
|
# OK
|
21
21
|
field :embed_tokens, T.nilable(T::Array[Shared::EmbedToken])
|
22
22
|
# Default error response
|
23
23
|
field :error, T.nilable(Shared::Error)
|
24
|
-
|
24
|
+
# Raw HTTP response; suitable for custom response parsing
|
25
25
|
field :raw_response, T.nilable(Faraday::Response)
|
26
26
|
|
27
27
|
|
@@ -30,13 +30,13 @@ module SpeakeasyClientSDK
|
|
30
30
|
class GetVersionMetadataResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
31
31
|
extend T::Sig
|
32
32
|
|
33
|
-
|
33
|
+
# HTTP response content type for this operation
|
34
34
|
field :content_type, String
|
35
|
-
|
35
|
+
# HTTP response status code for this operation
|
36
36
|
field :status_code, Integer
|
37
37
|
# Default error response
|
38
38
|
field :error, T.nilable(Shared::Error)
|
39
|
-
|
39
|
+
# Raw HTTP response; suitable for custom response parsing
|
40
40
|
field :raw_response, T.nilable(Faraday::Response)
|
41
41
|
# OK
|
42
42
|
field :version_metadata, T.nilable(T::Array[Shared::VersionMetadata])
|
@@ -34,13 +34,13 @@ module SpeakeasyClientSDK
|
|
34
34
|
class InsertVersionMetadataResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
35
35
|
extend T::Sig
|
36
36
|
|
37
|
-
|
37
|
+
# HTTP response content type for this operation
|
38
38
|
field :content_type, String
|
39
|
-
|
39
|
+
# HTTP response status code for this operation
|
40
40
|
field :status_code, Integer
|
41
41
|
# Default error response
|
42
42
|
field :error, T.nilable(Shared::Error)
|
43
|
-
|
43
|
+
# Raw HTTP response; suitable for custom response parsing
|
44
44
|
field :raw_response, T.nilable(Faraday::Response)
|
45
45
|
# OK
|
46
46
|
field :version_metadata, T.nilable(Shared::VersionMetadata)
|
@@ -28,15 +28,15 @@ module SpeakeasyClientSDK
|
|
28
28
|
class QueryEventLogResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
29
29
|
extend T::Sig
|
30
30
|
|
31
|
-
|
31
|
+
# HTTP response content type for this operation
|
32
32
|
field :content_type, String
|
33
|
-
|
33
|
+
# HTTP response status code for this operation
|
34
34
|
field :status_code, Integer
|
35
35
|
# OK
|
36
36
|
field :bounded_requests, T.nilable(T::Array[Shared::BoundedRequest])
|
37
37
|
# Default error response
|
38
38
|
field :error, T.nilable(Shared::Error)
|
39
|
-
|
39
|
+
# Raw HTTP response; suitable for custom response parsing
|
40
40
|
field :raw_response, T.nilable(Faraday::Response)
|
41
41
|
|
42
42
|
|
@@ -64,13 +64,13 @@ module SpeakeasyClientSDK
|
|
64
64
|
class RegisterSchemaResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
65
65
|
extend T::Sig
|
66
66
|
|
67
|
-
|
67
|
+
# HTTP response content type for this operation
|
68
68
|
field :content_type, String
|
69
|
-
|
69
|
+
# HTTP response status code for this operation
|
70
70
|
field :status_code, Integer
|
71
71
|
# Default error response
|
72
72
|
field :error, T.nilable(Shared::Error)
|
73
|
-
|
73
|
+
# Raw HTTP response; suitable for custom response parsing
|
74
74
|
field :raw_response, T.nilable(Faraday::Response)
|
75
75
|
|
76
76
|
|
@@ -27,13 +27,13 @@ module SpeakeasyClientSDK
|
|
27
27
|
class RevokeEmbedAccessTokenResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
28
28
|
extend T::Sig
|
29
29
|
|
30
|
-
|
30
|
+
# HTTP response content type for this operation
|
31
31
|
field :content_type, String
|
32
|
-
|
32
|
+
# HTTP response status code for this operation
|
33
33
|
field :status_code, Integer
|
34
34
|
# Default error response
|
35
35
|
field :error, T.nilable(Shared::Error)
|
36
|
-
|
36
|
+
# Raw HTTP response; suitable for custom response parsing
|
37
37
|
field :raw_response, T.nilable(Faraday::Response)
|
38
38
|
|
39
39
|
|
@@ -31,15 +31,15 @@ module SpeakeasyClientSDK
|
|
31
31
|
class RunPluginResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
32
32
|
extend T::Sig
|
33
33
|
|
34
|
-
|
34
|
+
# HTTP response content type for this operation
|
35
35
|
field :content_type, String
|
36
|
-
|
36
|
+
# HTTP response status code for this operation
|
37
37
|
field :status_code, Integer
|
38
38
|
# OK
|
39
39
|
field :bounded_requests, T.nilable(T::Array[Shared::BoundedRequest])
|
40
40
|
# Default error response
|
41
41
|
field :error, T.nilable(Shared::Error)
|
42
|
-
|
42
|
+
# Raw HTTP response; suitable for custom response parsing
|
43
43
|
field :raw_response, T.nilable(Faraday::Response)
|
44
44
|
|
45
45
|
|
@@ -31,15 +31,15 @@ module SpeakeasyClientSDK
|
|
31
31
|
class UpsertApiResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
32
32
|
extend T::Sig
|
33
33
|
|
34
|
-
|
34
|
+
# HTTP response content type for this operation
|
35
35
|
field :content_type, String
|
36
|
-
|
36
|
+
# HTTP response status code for this operation
|
37
37
|
field :status_code, Integer
|
38
38
|
# OK
|
39
39
|
field :api, T.nilable(Shared::Api)
|
40
40
|
# Default error response
|
41
41
|
field :error, T.nilable(Shared::Error)
|
42
|
-
|
42
|
+
# Raw HTTP response; suitable for custom response parsing
|
43
43
|
field :raw_response, T.nilable(Faraday::Response)
|
44
44
|
|
45
45
|
|
@@ -37,15 +37,15 @@ module SpeakeasyClientSDK
|
|
37
37
|
class UpsertApiEndpointResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
38
38
|
extend T::Sig
|
39
39
|
|
40
|
-
|
40
|
+
# HTTP response content type for this operation
|
41
41
|
field :content_type, String
|
42
|
-
|
42
|
+
# HTTP response status code for this operation
|
43
43
|
field :status_code, Integer
|
44
44
|
# OK
|
45
45
|
field :api_endpoint, T.nilable(Shared::ApiEndpoint)
|
46
46
|
# Default error response
|
47
47
|
field :error, T.nilable(Shared::Error)
|
48
|
-
|
48
|
+
# Raw HTTP response; suitable for custom response parsing
|
49
49
|
field :raw_response, T.nilable(Faraday::Response)
|
50
50
|
|
51
51
|
|
@@ -14,15 +14,15 @@ module SpeakeasyClientSDK
|
|
14
14
|
class UpsertPluginResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
15
15
|
extend T::Sig
|
16
16
|
|
17
|
-
|
17
|
+
# HTTP response content type for this operation
|
18
18
|
field :content_type, String
|
19
|
-
|
19
|
+
# HTTP response status code for this operation
|
20
20
|
field :status_code, Integer
|
21
21
|
# Default error response
|
22
22
|
field :error, T.nilable(Shared::Error)
|
23
23
|
# OK
|
24
24
|
field :plugin, T.nilable(Shared::Plugin)
|
25
|
-
|
25
|
+
# Raw HTTP response; suitable for custom response parsing
|
26
26
|
field :raw_response, T.nilable(Faraday::Response)
|
27
27
|
|
28
28
|
|
@@ -13,13 +13,13 @@ module SpeakeasyClientSDK
|
|
13
13
|
class ValidateApiKeyResponse < SpeakeasyClientSDK::Utils::FieldAugmented
|
14
14
|
extend T::Sig
|
15
15
|
|
16
|
-
|
16
|
+
# HTTP response content type for this operation
|
17
17
|
field :content_type, String
|
18
|
-
|
18
|
+
# HTTP response status code for this operation
|
19
19
|
field :status_code, Integer
|
20
20
|
# Default error response
|
21
21
|
field :error, T.nilable(Shared::Error)
|
22
|
-
|
22
|
+
# Raw HTTP response; suitable for custom response parsing
|
23
23
|
field :raw_response, T.nilable(Faraday::Response)
|
24
24
|
|
25
25
|
|
data/lib/sdk/sdkconfiguration.rb
CHANGED
@@ -38,8 +38,8 @@ module OpenApiSDK
|
|
38
38
|
@server = server_url.nil? ? '' : server_url
|
39
39
|
@language = 'ruby'
|
40
40
|
@openapi_doc_version = '0.3.0'
|
41
|
-
@sdk_version = '1.
|
42
|
-
@gen_version = '2.
|
41
|
+
@sdk_version = '1.24.0'
|
42
|
+
@gen_version = '2.129.1'
|
43
43
|
end
|
44
44
|
|
45
45
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: speakeasy_client_sdk_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Speakeasy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|