@xeonr/upload-pool-sdk 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -0
- package/dist/errors.d.ts +14 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +15 -0
- package/dist/errors.js.map +1 -0
- package/dist/index.d.ts +27 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +27 -0
- package/dist/index.js.map +1 -0
- package/dist/job-context.d.ts +18 -0
- package/dist/job-context.d.ts.map +1 -0
- package/dist/job-context.js +176 -0
- package/dist/job-context.js.map +1 -0
- package/dist/pool.d.ts +16 -0
- package/dist/pool.d.ts.map +1 -0
- package/dist/pool.js +111 -0
- package/dist/pool.js.map +1 -0
- package/dist/protocol/buf/validate/expression_pb.d.ts +128 -0
- package/dist/protocol/buf/validate/expression_pb.d.ts.map +1 -0
- package/dist/protocol/buf/validate/expression_pb.js +34 -0
- package/dist/protocol/buf/validate/expression_pb.js.map +1 -0
- package/dist/protocol/buf/validate/priv/private_pb.d.ts +54 -0
- package/dist/protocol/buf/validate/priv/private_pb.d.ts.map +1 -0
- package/dist/protocol/buf/validate/priv/private_pb.js +36 -0
- package/dist/protocol/buf/validate/priv/private_pb.js.map +1 -0
- package/dist/protocol/buf/validate/validate_pb.d.ts +3685 -0
- package/dist/protocol/buf/validate/validate_pb.d.ts.map +1 -0
- package/dist/protocol/buf/validate/validate_pb.js +223 -0
- package/dist/protocol/buf/validate/validate_pb.js.map +1 -0
- package/dist/protocol/gnostic/discovery/v1/discovery_pb.d.ts +816 -0
- package/dist/protocol/gnostic/discovery/v1/discovery_pb.d.ts.map +1 -0
- package/dist/protocol/gnostic/discovery/v1/discovery_pb.js +160 -0
- package/dist/protocol/gnostic/discovery/v1/discovery_pb.js.map +1 -0
- package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.d.ts +2229 -0
- package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.d.ts.map +1 -0
- package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.js +320 -0
- package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.js.map +1 -0
- package/dist/protocol/gnostic/openapi/v3/annotations_pb.d.ts +24 -0
- package/dist/protocol/gnostic/openapi/v3/annotations_pb.d.ts.map +1 -0
- package/dist/protocol/gnostic/openapi/v3/annotations_pb.js +37 -0
- package/dist/protocol/gnostic/openapi/v3/annotations_pb.js.map +1 -0
- package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.d.ts +2245 -0
- package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.d.ts.map +1 -0
- package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.js +410 -0
- package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.js.map +1 -0
- package/dist/protocol/google/api/annotations_pb.d.ts +14 -0
- package/dist/protocol/google/api/annotations_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/annotations_pb.js +27 -0
- package/dist/protocol/google/api/annotations_pb.js.map +1 -0
- package/dist/protocol/google/api/client_pb.d.ts +1034 -0
- package/dist/protocol/google/api/client_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/client_pb.js +338 -0
- package/dist/protocol/google/api/client_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/checked_pb.d.ts +672 -0
- package/dist/protocol/google/api/expr/v1alpha1/checked_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/checked_pb.js +176 -0
- package/dist/protocol/google/api/expr/v1alpha1/checked_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/eval_pb.d.ts +185 -0
- package/dist/protocol/google/api/expr/v1alpha1/eval_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/eval_pb.js +46 -0
- package/dist/protocol/google/api/expr/v1alpha1/eval_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/explain_pb.d.ts +68 -0
- package/dist/protocol/google/api/expr/v1alpha1/explain_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/explain_pb.js +32 -0
- package/dist/protocol/google/api/expr/v1alpha1/explain_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.d.ts +796 -0
- package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.js +128 -0
- package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/value_pb.d.ts +224 -0
- package/dist/protocol/google/api/expr/v1alpha1/value_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/value_pb.js +45 -0
- package/dist/protocol/google/api/expr/v1alpha1/value_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/decl_pb.d.ts +151 -0
- package/dist/protocol/google/api/expr/v1beta1/decl_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/decl_pb.js +41 -0
- package/dist/protocol/google/api/expr/v1beta1/decl_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/eval_pb.d.ts +203 -0
- package/dist/protocol/google/api/expr/v1beta1/eval_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/eval_pb.js +52 -0
- package/dist/protocol/google/api/expr/v1beta1/eval_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/expr_pb.d.ts +504 -0
- package/dist/protocol/google/api/expr/v1beta1/expr_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/expr_pb.js +72 -0
- package/dist/protocol/google/api/expr/v1beta1/expr_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/source_pb.d.ts +86 -0
- package/dist/protocol/google/api/expr/v1beta1/source_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/source_pb.js +30 -0
- package/dist/protocol/google/api/expr/v1beta1/source_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/value_pb.d.ts +224 -0
- package/dist/protocol/google/api/expr/v1beta1/value_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/value_pb.js +46 -0
- package/dist/protocol/google/api/expr/v1beta1/value_pb.js.map +1 -0
- package/dist/protocol/google/api/field_behavior_pb.d.ts +122 -0
- package/dist/protocol/google/api/field_behavior_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/field_behavior_pb.js +136 -0
- package/dist/protocol/google/api/field_behavior_pb.js.map +1 -0
- package/dist/protocol/google/api/field_info_pb.d.ts +140 -0
- package/dist/protocol/google/api/field_info_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/field_info_pb.js +108 -0
- package/dist/protocol/google/api/field_info_pb.js.map +1 -0
- package/dist/protocol/google/api/http_pb.d.ts +441 -0
- package/dist/protocol/google/api/http_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/http_pb.js +34 -0
- package/dist/protocol/google/api/http_pb.js.map +1 -0
- package/dist/protocol/google/api/httpbody_pb.d.ts +81 -0
- package/dist/protocol/google/api/httpbody_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/httpbody_pb.js +25 -0
- package/dist/protocol/google/api/httpbody_pb.js.map +1 -0
- package/dist/protocol/google/api/launch_stage_pb.d.ts +87 -0
- package/dist/protocol/google/api/launch_stage_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/launch_stage_pb.js +101 -0
- package/dist/protocol/google/api/launch_stage_pb.js.map +1 -0
- package/dist/protocol/google/api/resource_pb.d.ts +304 -0
- package/dist/protocol/google/api/resource_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/resource_pb.js +116 -0
- package/dist/protocol/google/api/resource_pb.js.map +1 -0
- package/dist/protocol/google/api/routing_pb.d.ts +476 -0
- package/dist/protocol/google/api/routing_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/routing_pb.js +36 -0
- package/dist/protocol/google/api/routing_pb.js.map +1 -0
- package/dist/protocol/google/api/visibility_pb.d.ts +128 -0
- package/dist/protocol/google/api/visibility_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/visibility_pb.js +66 -0
- package/dist/protocol/google/api/visibility_pb.js.map +1 -0
- package/dist/protocol/google/bytestream/bytestream_pb.d.ts +278 -0
- package/dist/protocol/google/bytestream/bytestream_pb.d.ts.map +1 -0
- package/dist/protocol/google/bytestream/bytestream_pb.js +77 -0
- package/dist/protocol/google/bytestream/bytestream_pb.js.map +1 -0
- package/dist/protocol/google/geo/type/viewport_pb.d.ts +66 -0
- package/dist/protocol/google/geo/type/viewport_pb.d.ts.map +1 -0
- package/dist/protocol/google/geo/type/viewport_pb.js +26 -0
- package/dist/protocol/google/geo/type/viewport_pb.js.map +1 -0
- package/dist/protocol/google/iam/v1/iam_policy_pb.d.ts +193 -0
- package/dist/protocol/google/iam/v1/iam_policy_pb.d.ts.map +1 -0
- package/dist/protocol/google/iam/v1/iam_policy_pb.js +76 -0
- package/dist/protocol/google/iam/v1/iam_policy_pb.js.map +1 -0
- package/dist/protocol/google/iam/v1/options_pb.d.ts +42 -0
- package/dist/protocol/google/iam/v1/options_pb.d.ts.map +1 -0
- package/dist/protocol/google/iam/v1/options_pb.js +24 -0
- package/dist/protocol/google/iam/v1/options_pb.js.map +1 -0
- package/dist/protocol/google/iam/v1/policy_pb.d.ts +571 -0
- package/dist/protocol/google/iam/v1/policy_pb.d.ts.map +1 -0
- package/dist/protocol/google/iam/v1/policy_pb.js +152 -0
- package/dist/protocol/google/iam/v1/policy_pb.js.map +1 -0
- package/dist/protocol/google/longrunning/operations_pb.d.ts +398 -0
- package/dist/protocol/google/longrunning/operations_pb.d.ts.map +1 -0
- package/dist/protocol/google/longrunning/operations_pb.js +89 -0
- package/dist/protocol/google/longrunning/operations_pb.js.map +1 -0
- package/dist/protocol/google/rpc/code_pb.d.ts +228 -0
- package/dist/protocol/google/rpc/code_pb.d.ts.map +1 -0
- package/dist/protocol/google/rpc/code_pb.js +242 -0
- package/dist/protocol/google/rpc/code_pb.js.map +1 -0
- package/dist/protocol/google/rpc/context/attribute_context_pb.d.ts +560 -0
- package/dist/protocol/google/rpc/context/attribute_context_pb.d.ts.map +1 -0
- package/dist/protocol/google/rpc/context/attribute_context_pb.js +55 -0
- package/dist/protocol/google/rpc/context/attribute_context_pb.js.map +1 -0
- package/dist/protocol/google/rpc/error_details_pb.d.ts +581 -0
- package/dist/protocol/google/rpc/error_details_pb.d.ts.map +1 -0
- package/dist/protocol/google/rpc/error_details_pb.js +90 -0
- package/dist/protocol/google/rpc/error_details_pb.js.map +1 -0
- package/dist/protocol/google/rpc/status_pb.d.ts +49 -0
- package/dist/protocol/google/rpc/status_pb.d.ts.map +1 -0
- package/dist/protocol/google/rpc/status_pb.js +25 -0
- package/dist/protocol/google/rpc/status_pb.js.map +1 -0
- package/dist/protocol/google/type/calendar_period_pb.d.ts +71 -0
- package/dist/protocol/google/type/calendar_period_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/calendar_period_pb.js +85 -0
- package/dist/protocol/google/type/calendar_period_pb.js.map +1 -0
- package/dist/protocol/google/type/color_pb.d.ts +176 -0
- package/dist/protocol/google/type/color_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/color_pb.js +25 -0
- package/dist/protocol/google/type/color_pb.js.map +1 -0
- package/dist/protocol/google/type/date_pb.d.ts +56 -0
- package/dist/protocol/google/type/date_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/date_pb.js +24 -0
- package/dist/protocol/google/type/date_pb.js.map +1 -0
- package/dist/protocol/google/type/datetime_pb.d.ts +148 -0
- package/dist/protocol/google/type/datetime_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/datetime_pb.js +30 -0
- package/dist/protocol/google/type/datetime_pb.js.map +1 -0
- package/dist/protocol/google/type/dayofweek_pb.d.ts +65 -0
- package/dist/protocol/google/type/dayofweek_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/dayofweek_pb.js +79 -0
- package/dist/protocol/google/type/dayofweek_pb.js.map +1 -0
- package/dist/protocol/google/type/decimal_pb.d.ts +89 -0
- package/dist/protocol/google/type/decimal_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/decimal_pb.js +24 -0
- package/dist/protocol/google/type/decimal_pb.js.map +1 -0
- package/dist/protocol/google/type/expr_pb.d.ts +78 -0
- package/dist/protocol/google/type/expr_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/expr_pb.js +24 -0
- package/dist/protocol/google/type/expr_pb.js.map +1 -0
- package/dist/protocol/google/type/fraction_pb.d.ts +32 -0
- package/dist/protocol/google/type/fraction_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/fraction_pb.js +24 -0
- package/dist/protocol/google/type/fraction_pb.js.map +1 -0
- package/dist/protocol/google/type/interval_pb.d.ts +43 -0
- package/dist/protocol/google/type/interval_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/interval_pb.js +25 -0
- package/dist/protocol/google/type/interval_pb.js.map +1 -0
- package/dist/protocol/google/type/latlng_pb.d.ts +35 -0
- package/dist/protocol/google/type/latlng_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/latlng_pb.js +24 -0
- package/dist/protocol/google/type/latlng_pb.js.map +1 -0
- package/dist/protocol/google/type/localized_text_pb.d.ts +35 -0
- package/dist/protocol/google/type/localized_text_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/localized_text_pb.js +24 -0
- package/dist/protocol/google/type/localized_text_pb.js.map +1 -0
- package/dist/protocol/google/type/money_pb.d.ts +43 -0
- package/dist/protocol/google/type/money_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/money_pb.js +24 -0
- package/dist/protocol/google/type/money_pb.js.map +1 -0
- package/dist/protocol/google/type/month_pb.d.ts +95 -0
- package/dist/protocol/google/type/month_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/month_pb.js +109 -0
- package/dist/protocol/google/type/month_pb.js.map +1 -0
- package/dist/protocol/google/type/phone_number_pb.d.ts +145 -0
- package/dist/protocol/google/type/phone_number_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/phone_number_pb.js +29 -0
- package/dist/protocol/google/type/phone_number_pb.js.map +1 -0
- package/dist/protocol/google/type/postal_address_pb.d.ts +160 -0
- package/dist/protocol/google/type/postal_address_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/postal_address_pb.js +24 -0
- package/dist/protocol/google/type/postal_address_pb.js.map +1 -0
- package/dist/protocol/google/type/quaternion_pb.d.ts +99 -0
- package/dist/protocol/google/type/quaternion_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/quaternion_pb.js +24 -0
- package/dist/protocol/google/type/quaternion_pb.js.map +1 -0
- package/dist/protocol/google/type/timeofday_pb.d.ts +52 -0
- package/dist/protocol/google/type/timeofday_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/timeofday_pb.js +24 -0
- package/dist/protocol/google/type/timeofday_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/account_pb.d.ts +144 -0
- package/dist/protocol/uplim/api/v1/account_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/account_pb.js +100 -0
- package/dist/protocol/uplim/api/v1/account_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/auth_pb.d.ts +231 -0
- package/dist/protocol/uplim/api/v1/auth_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/auth_pb.js +65 -0
- package/dist/protocol/uplim/api/v1/auth_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/buckets_pb.d.ts +1920 -0
- package/dist/protocol/uplim/api/v1/buckets_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/buckets_pb.js +471 -0
- package/dist/protocol/uplim/api/v1/buckets_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/content_type_matcher_pb.d.ts +398 -0
- package/dist/protocol/uplim/api/v1/content_type_matcher_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/content_type_matcher_pb.js +79 -0
- package/dist/protocol/uplim/api/v1/content_type_matcher_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/events_pb.d.ts +767 -0
- package/dist/protocol/uplim/api/v1/events_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/events_pb.js +242 -0
- package/dist/protocol/uplim/api/v1/events_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_admin_pb.d.ts +1059 -0
- package/dist/protocol/uplim/api/v1/integration_admin_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_admin_pb.js +209 -0
- package/dist/protocol/uplim/api/v1/integration_admin_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_install_pb.d.ts +313 -0
- package/dist/protocol/uplim/api/v1/integration_install_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_install_pb.js +129 -0
- package/dist/protocol/uplim/api/v1/integration_install_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_types_pb.d.ts +767 -0
- package/dist/protocol/uplim/api/v1/integration_types_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_types_pb.js +221 -0
- package/dist/protocol/uplim/api/v1/integration_types_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/integrations_pb.d.ts +807 -0
- package/dist/protocol/uplim/api/v1/integrations_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/integrations_pb.js +169 -0
- package/dist/protocol/uplim/api/v1/integrations_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/internal_pb.d.ts +204 -0
- package/dist/protocol/uplim/api/v1/internal_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/internal_pb.js +118 -0
- package/dist/protocol/uplim/api/v1/internal_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/metadata_pb.d.ts +265 -0
- package/dist/protocol/uplim/api/v1/metadata_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/metadata_pb.js +50 -0
- package/dist/protocol/uplim/api/v1/metadata_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/public-buckets_pb.d.ts +64 -0
- package/dist/protocol/uplim/api/v1/public-buckets_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/public-buckets_pb.js +28 -0
- package/dist/protocol/uplim/api/v1/public-buckets_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/public-uploads_pb.d.ts +461 -0
- package/dist/protocol/uplim/api/v1/public-uploads_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/public-uploads_pb.js +139 -0
- package/dist/protocol/uplim/api/v1/public-uploads_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/upload-aliases_pb.d.ts +396 -0
- package/dist/protocol/uplim/api/v1/upload-aliases_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/upload-aliases_pb.js +69 -0
- package/dist/protocol/uplim/api/v1/upload-aliases_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/uploads_pb.d.ts +3736 -0
- package/dist/protocol/uplim/api/v1/uploads_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/uploads_pb.js +732 -0
- package/dist/protocol/uplim/api/v1/uploads_pb.js.map +1 -0
- package/dist/protocol/uplim/workflow/v1/activities_pb.d.ts +394 -0
- package/dist/protocol/uplim/workflow/v1/activities_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/workflow/v1/activities_pb.js +122 -0
- package/dist/protocol/uplim/workflow/v1/activities_pb.js.map +1 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.d.ts +486 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.js +158 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.js.map +1 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_pb.d.ts +289 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_pb.js +66 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_pb.js.map +1 -0
- package/dist/protocol/uplim/workflow/v1/workflows_pb.d.ts +602 -0
- package/dist/protocol/uplim/workflow/v1/workflows_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/workflow/v1/workflows_pb.js +194 -0
- package/dist/protocol/uplim/workflow/v1/workflows_pb.js.map +1 -0
- package/dist/rpc-clients.d.ts +9 -0
- package/dist/rpc-clients.d.ts.map +1 -0
- package/dist/rpc-clients.js +24 -0
- package/dist/rpc-clients.js.map +1 -0
- package/dist/sse-client.d.ts +20 -0
- package/dist/sse-client.d.ts.map +1 -0
- package/dist/sse-client.js +68 -0
- package/dist/sse-client.js.map +1 -0
- package/dist/types.d.ts +174 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +17 -0
- package/dist/types.js.map +1 -0
- package/package.json +47 -0
- package/src/errors.ts +14 -0
- package/src/index.ts +41 -0
- package/src/job-context.ts +244 -0
- package/src/pool.ts +143 -0
- package/src/protocol/buf/validate/expression_pb.ts +163 -0
- package/src/protocol/buf/validate/priv/private_pb.ts +86 -0
- package/src/protocol/buf/validate/validate_pb.ts +3802 -0
- package/src/protocol/gnostic/discovery/v1/discovery_pb.ts +1020 -0
- package/src/protocol/gnostic/openapi/v2/openapiv2_pb.ts +2679 -0
- package/src/protocol/gnostic/openapi/v3/annotations_pb.ts +55 -0
- package/src/protocol/gnostic/openapi/v3/openapiv3_pb.ts +2660 -0
- package/src/protocol/google/api/annotations_pb.ts +39 -0
- package/src/protocol/google/api/client_pb.ts +1183 -0
- package/src/protocol/google/api/expr/v1alpha1/checked_pb.ts +751 -0
- package/src/protocol/google/api/expr/v1alpha1/eval_pb.ts +222 -0
- package/src/protocol/google/api/expr/v1alpha1/explain_pb.ts +98 -0
- package/src/protocol/google/api/expr/v1alpha1/syntax_pb.ts +882 -0
- package/src/protocol/google/api/expr/v1alpha1/value_pb.ts +260 -0
- package/src/protocol/google/api/expr/v1beta1/decl_pb.ts +191 -0
- package/src/protocol/google/api/expr/v1beta1/eval_pb.ts +244 -0
- package/src/protocol/google/api/expr/v1beta1/expr_pb.ts +565 -0
- package/src/protocol/google/api/expr/v1beta1/source_pb.ts +117 -0
- package/src/protocol/google/api/expr/v1beta1/value_pb.ts +261 -0
- package/src/protocol/google/api/field_behavior_pb.ts +157 -0
- package/src/protocol/google/api/field_info_pb.ts +178 -0
- package/src/protocol/google/api/http_pb.ts +474 -0
- package/src/protocol/google/api/httpbody_pb.ts +108 -0
- package/src/protocol/google/api/launch_stage_pb.ts +118 -0
- package/src/protocol/google/api/resource_pb.ts +354 -0
- package/src/protocol/google/api/routing_pb.ts +507 -0
- package/src/protocol/google/api/visibility_pb.ts +169 -0
- package/src/protocol/google/bytestream/bytestream_pb.ts +325 -0
- package/src/protocol/google/geo/type/viewport_pb.ts +93 -0
- package/src/protocol/google/iam/v1/iam_policy_pb.ts +239 -0
- package/src/protocol/google/iam/v1/options_pb.ts +66 -0
- package/src/protocol/google/iam/v1/policy_pb.ts +644 -0
- package/src/protocol/google/longrunning/operations_pb.ts +460 -0
- package/src/protocol/google/rpc/code_pb.ts +268 -0
- package/src/protocol/google/rpc/context/attribute_context_pb.ts +638 -0
- package/src/protocol/google/rpc/error_details_pb.ts +662 -0
- package/src/protocol/google/rpc/status_pb.ts +76 -0
- package/src/protocol/google/type/calendar_period_pb.ts +102 -0
- package/src/protocol/google/type/color_pb.ts +204 -0
- package/src/protocol/google/type/date_pb.ts +82 -0
- package/src/protocol/google/type/datetime_pb.ts +181 -0
- package/src/protocol/google/type/dayofweek_pb.ts +96 -0
- package/src/protocol/google/type/decimal_pb.ts +113 -0
- package/src/protocol/google/type/expr_pb.ts +105 -0
- package/src/protocol/google/type/fraction_pb.ts +57 -0
- package/src/protocol/google/type/interval_pb.ts +69 -0
- package/src/protocol/google/type/latlng_pb.ts +60 -0
- package/src/protocol/google/type/localized_text_pb.ts +60 -0
- package/src/protocol/google/type/money_pb.ts +69 -0
- package/src/protocol/google/type/month_pb.ts +131 -0
- package/src/protocol/google/type/phone_number_pb.ts +171 -0
- package/src/protocol/google/type/postal_address_pb.ts +194 -0
- package/src/protocol/google/type/quaternion_pb.ts +126 -0
- package/src/protocol/google/type/timeofday_pb.ts +79 -0
- package/src/protocol/uplim/api/v1/account_pb.ts +178 -0
- package/src/protocol/uplim/api/v1/auth_pb.ts +278 -0
- package/src/protocol/uplim/api/v1/buckets_pb.ts +2214 -0
- package/src/protocol/uplim/api/v1/content_type_matcher_pb.ts +448 -0
- package/src/protocol/uplim/api/v1/events_pb.ts +874 -0
- package/src/protocol/uplim/api/v1/integration_admin_pb.ts +1237 -0
- package/src/protocol/uplim/api/v1/integration_install_pb.ts +386 -0
- package/src/protocol/uplim/api/v1/integration_types_pb.ts +896 -0
- package/src/protocol/uplim/api/v1/integrations_pb.ts +944 -0
- package/src/protocol/uplim/api/v1/internal_pb.ts +234 -0
- package/src/protocol/uplim/api/v1/metadata_pb.ts +305 -0
- package/src/protocol/uplim/api/v1/public-buckets_pb.ts +83 -0
- package/src/protocol/uplim/api/v1/public-uploads_pb.ts +543 -0
- package/src/protocol/uplim/api/v1/upload-aliases_pb.ts +468 -0
- package/src/protocol/uplim/api/v1/uploads_pb.ts +4294 -0
- package/src/protocol/uplim/workflow/v1/activities_pb.ts +488 -0
- package/src/protocol/uplim/workflow/v1/integration_queue_admin_pb.ts +594 -0
- package/src/protocol/uplim/workflow/v1/integration_queue_pb.ts +353 -0
- package/src/protocol/uplim/workflow/v1/workflows_pb.ts +746 -0
- package/src/rpc-clients.ts +29 -0
- package/src/sse-client.ts +83 -0
- package/src/types.ts +169 -0
|
@@ -0,0 +1,2245 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Any as Any$1 } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file gnostic/openapi/v3/openapiv3.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_gnostic_openapi_v3_openapiv3: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message gnostic.openapi.v3.AdditionalPropertiesItem
|
|
10
|
+
*/
|
|
11
|
+
export type AdditionalPropertiesItem = Message<"gnostic.openapi.v3.AdditionalPropertiesItem"> & {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from oneof gnostic.openapi.v3.AdditionalPropertiesItem.oneof
|
|
14
|
+
*/
|
|
15
|
+
oneof: {
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: gnostic.openapi.v3.SchemaOrReference schema_or_reference = 1;
|
|
18
|
+
*/
|
|
19
|
+
value: SchemaOrReference;
|
|
20
|
+
case: "schemaOrReference";
|
|
21
|
+
} | {
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: bool boolean = 2;
|
|
24
|
+
*/
|
|
25
|
+
value: boolean;
|
|
26
|
+
case: "boolean";
|
|
27
|
+
} | {
|
|
28
|
+
case: undefined;
|
|
29
|
+
value?: undefined;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Describes the message gnostic.openapi.v3.AdditionalPropertiesItem.
|
|
34
|
+
* Use `create(AdditionalPropertiesItemSchema)` to create a new message.
|
|
35
|
+
*/
|
|
36
|
+
export declare const AdditionalPropertiesItemSchema: GenMessage<AdditionalPropertiesItem>;
|
|
37
|
+
/**
|
|
38
|
+
* @generated from message gnostic.openapi.v3.Any
|
|
39
|
+
*/
|
|
40
|
+
export type Any = Message<"gnostic.openapi.v3.Any"> & {
|
|
41
|
+
/**
|
|
42
|
+
* @generated from field: google.protobuf.Any value = 1;
|
|
43
|
+
*/
|
|
44
|
+
value?: Any$1;
|
|
45
|
+
/**
|
|
46
|
+
* @generated from field: string yaml = 2;
|
|
47
|
+
*/
|
|
48
|
+
yaml: string;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message gnostic.openapi.v3.Any.
|
|
52
|
+
* Use `create(AnySchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export declare const AnySchema: GenMessage<Any>;
|
|
55
|
+
/**
|
|
56
|
+
* @generated from message gnostic.openapi.v3.AnyOrExpression
|
|
57
|
+
*/
|
|
58
|
+
export type AnyOrExpression = Message<"gnostic.openapi.v3.AnyOrExpression"> & {
|
|
59
|
+
/**
|
|
60
|
+
* @generated from oneof gnostic.openapi.v3.AnyOrExpression.oneof
|
|
61
|
+
*/
|
|
62
|
+
oneof: {
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: gnostic.openapi.v3.Any any = 1;
|
|
65
|
+
*/
|
|
66
|
+
value: Any;
|
|
67
|
+
case: "any";
|
|
68
|
+
} | {
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: gnostic.openapi.v3.Expression expression = 2;
|
|
71
|
+
*/
|
|
72
|
+
value: Expression;
|
|
73
|
+
case: "expression";
|
|
74
|
+
} | {
|
|
75
|
+
case: undefined;
|
|
76
|
+
value?: undefined;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Describes the message gnostic.openapi.v3.AnyOrExpression.
|
|
81
|
+
* Use `create(AnyOrExpressionSchema)` to create a new message.
|
|
82
|
+
*/
|
|
83
|
+
export declare const AnyOrExpressionSchema: GenMessage<AnyOrExpression>;
|
|
84
|
+
/**
|
|
85
|
+
* A map of possible out-of band callbacks related to the parent operation. Each value in the map is a Path Item Object that describes a set of requests that may be initiated by the API provider and the expected responses. The key value used to identify the callback object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation.
|
|
86
|
+
*
|
|
87
|
+
* @generated from message gnostic.openapi.v3.Callback
|
|
88
|
+
*/
|
|
89
|
+
export type Callback = Message<"gnostic.openapi.v3.Callback"> & {
|
|
90
|
+
/**
|
|
91
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedPathItem path = 1;
|
|
92
|
+
*/
|
|
93
|
+
path: NamedPathItem[];
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 2;
|
|
96
|
+
*/
|
|
97
|
+
specificationExtension: NamedAny[];
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* Describes the message gnostic.openapi.v3.Callback.
|
|
101
|
+
* Use `create(CallbackSchema)` to create a new message.
|
|
102
|
+
*/
|
|
103
|
+
export declare const CallbackSchema: GenMessage<Callback>;
|
|
104
|
+
/**
|
|
105
|
+
* @generated from message gnostic.openapi.v3.CallbackOrReference
|
|
106
|
+
*/
|
|
107
|
+
export type CallbackOrReference = Message<"gnostic.openapi.v3.CallbackOrReference"> & {
|
|
108
|
+
/**
|
|
109
|
+
* @generated from oneof gnostic.openapi.v3.CallbackOrReference.oneof
|
|
110
|
+
*/
|
|
111
|
+
oneof: {
|
|
112
|
+
/**
|
|
113
|
+
* @generated from field: gnostic.openapi.v3.Callback callback = 1;
|
|
114
|
+
*/
|
|
115
|
+
value: Callback;
|
|
116
|
+
case: "callback";
|
|
117
|
+
} | {
|
|
118
|
+
/**
|
|
119
|
+
* @generated from field: gnostic.openapi.v3.Reference reference = 2;
|
|
120
|
+
*/
|
|
121
|
+
value: Reference;
|
|
122
|
+
case: "reference";
|
|
123
|
+
} | {
|
|
124
|
+
case: undefined;
|
|
125
|
+
value?: undefined;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* Describes the message gnostic.openapi.v3.CallbackOrReference.
|
|
130
|
+
* Use `create(CallbackOrReferenceSchema)` to create a new message.
|
|
131
|
+
*/
|
|
132
|
+
export declare const CallbackOrReferenceSchema: GenMessage<CallbackOrReference>;
|
|
133
|
+
/**
|
|
134
|
+
* @generated from message gnostic.openapi.v3.CallbacksOrReferences
|
|
135
|
+
*/
|
|
136
|
+
export type CallbacksOrReferences = Message<"gnostic.openapi.v3.CallbacksOrReferences"> & {
|
|
137
|
+
/**
|
|
138
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedCallbackOrReference additional_properties = 1;
|
|
139
|
+
*/
|
|
140
|
+
additionalProperties: NamedCallbackOrReference[];
|
|
141
|
+
};
|
|
142
|
+
/**
|
|
143
|
+
* Describes the message gnostic.openapi.v3.CallbacksOrReferences.
|
|
144
|
+
* Use `create(CallbacksOrReferencesSchema)` to create a new message.
|
|
145
|
+
*/
|
|
146
|
+
export declare const CallbacksOrReferencesSchema: GenMessage<CallbacksOrReferences>;
|
|
147
|
+
/**
|
|
148
|
+
* Holds a set of reusable objects for different aspects of the OAS. All objects defined within the components object will have no effect on the API unless they are explicitly referenced from properties outside the components object.
|
|
149
|
+
*
|
|
150
|
+
* @generated from message gnostic.openapi.v3.Components
|
|
151
|
+
*/
|
|
152
|
+
export type Components = Message<"gnostic.openapi.v3.Components"> & {
|
|
153
|
+
/**
|
|
154
|
+
* @generated from field: gnostic.openapi.v3.SchemasOrReferences schemas = 1;
|
|
155
|
+
*/
|
|
156
|
+
schemas?: SchemasOrReferences;
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: gnostic.openapi.v3.ResponsesOrReferences responses = 2;
|
|
159
|
+
*/
|
|
160
|
+
responses?: ResponsesOrReferences;
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: gnostic.openapi.v3.ParametersOrReferences parameters = 3;
|
|
163
|
+
*/
|
|
164
|
+
parameters?: ParametersOrReferences;
|
|
165
|
+
/**
|
|
166
|
+
* @generated from field: gnostic.openapi.v3.ExamplesOrReferences examples = 4;
|
|
167
|
+
*/
|
|
168
|
+
examples?: ExamplesOrReferences;
|
|
169
|
+
/**
|
|
170
|
+
* @generated from field: gnostic.openapi.v3.RequestBodiesOrReferences request_bodies = 5;
|
|
171
|
+
*/
|
|
172
|
+
requestBodies?: RequestBodiesOrReferences;
|
|
173
|
+
/**
|
|
174
|
+
* @generated from field: gnostic.openapi.v3.HeadersOrReferences headers = 6;
|
|
175
|
+
*/
|
|
176
|
+
headers?: HeadersOrReferences;
|
|
177
|
+
/**
|
|
178
|
+
* @generated from field: gnostic.openapi.v3.SecuritySchemesOrReferences security_schemes = 7;
|
|
179
|
+
*/
|
|
180
|
+
securitySchemes?: SecuritySchemesOrReferences;
|
|
181
|
+
/**
|
|
182
|
+
* @generated from field: gnostic.openapi.v3.LinksOrReferences links = 8;
|
|
183
|
+
*/
|
|
184
|
+
links?: LinksOrReferences;
|
|
185
|
+
/**
|
|
186
|
+
* @generated from field: gnostic.openapi.v3.CallbacksOrReferences callbacks = 9;
|
|
187
|
+
*/
|
|
188
|
+
callbacks?: CallbacksOrReferences;
|
|
189
|
+
/**
|
|
190
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 10;
|
|
191
|
+
*/
|
|
192
|
+
specificationExtension: NamedAny[];
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* Describes the message gnostic.openapi.v3.Components.
|
|
196
|
+
* Use `create(ComponentsSchema)` to create a new message.
|
|
197
|
+
*/
|
|
198
|
+
export declare const ComponentsSchema: GenMessage<Components>;
|
|
199
|
+
/**
|
|
200
|
+
* Contact information for the exposed API.
|
|
201
|
+
*
|
|
202
|
+
* @generated from message gnostic.openapi.v3.Contact
|
|
203
|
+
*/
|
|
204
|
+
export type Contact = Message<"gnostic.openapi.v3.Contact"> & {
|
|
205
|
+
/**
|
|
206
|
+
* @generated from field: string name = 1;
|
|
207
|
+
*/
|
|
208
|
+
name: string;
|
|
209
|
+
/**
|
|
210
|
+
* @generated from field: string url = 2;
|
|
211
|
+
*/
|
|
212
|
+
url: string;
|
|
213
|
+
/**
|
|
214
|
+
* @generated from field: string email = 3;
|
|
215
|
+
*/
|
|
216
|
+
email: string;
|
|
217
|
+
/**
|
|
218
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 4;
|
|
219
|
+
*/
|
|
220
|
+
specificationExtension: NamedAny[];
|
|
221
|
+
};
|
|
222
|
+
/**
|
|
223
|
+
* Describes the message gnostic.openapi.v3.Contact.
|
|
224
|
+
* Use `create(ContactSchema)` to create a new message.
|
|
225
|
+
*/
|
|
226
|
+
export declare const ContactSchema: GenMessage<Contact>;
|
|
227
|
+
/**
|
|
228
|
+
* @generated from message gnostic.openapi.v3.DefaultType
|
|
229
|
+
*/
|
|
230
|
+
export type DefaultType = Message<"gnostic.openapi.v3.DefaultType"> & {
|
|
231
|
+
/**
|
|
232
|
+
* @generated from oneof gnostic.openapi.v3.DefaultType.oneof
|
|
233
|
+
*/
|
|
234
|
+
oneof: {
|
|
235
|
+
/**
|
|
236
|
+
* @generated from field: double number = 1;
|
|
237
|
+
*/
|
|
238
|
+
value: number;
|
|
239
|
+
case: "number";
|
|
240
|
+
} | {
|
|
241
|
+
/**
|
|
242
|
+
* @generated from field: bool boolean = 2;
|
|
243
|
+
*/
|
|
244
|
+
value: boolean;
|
|
245
|
+
case: "boolean";
|
|
246
|
+
} | {
|
|
247
|
+
/**
|
|
248
|
+
* @generated from field: string string = 3;
|
|
249
|
+
*/
|
|
250
|
+
value: string;
|
|
251
|
+
case: "string";
|
|
252
|
+
} | {
|
|
253
|
+
case: undefined;
|
|
254
|
+
value?: undefined;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
/**
|
|
258
|
+
* Describes the message gnostic.openapi.v3.DefaultType.
|
|
259
|
+
* Use `create(DefaultTypeSchema)` to create a new message.
|
|
260
|
+
*/
|
|
261
|
+
export declare const DefaultTypeSchema: GenMessage<DefaultType>;
|
|
262
|
+
/**
|
|
263
|
+
* When request bodies or response payloads may be one of a number of different schemas, a `discriminator` object can be used to aid in serialization, deserialization, and validation. The discriminator is a specific object in a schema which is used to inform the consumer of the specification of an alternative schema based on the value associated with it. When using the discriminator, _inline_ schemas will not be considered.
|
|
264
|
+
*
|
|
265
|
+
* @generated from message gnostic.openapi.v3.Discriminator
|
|
266
|
+
*/
|
|
267
|
+
export type Discriminator = Message<"gnostic.openapi.v3.Discriminator"> & {
|
|
268
|
+
/**
|
|
269
|
+
* @generated from field: string property_name = 1;
|
|
270
|
+
*/
|
|
271
|
+
propertyName: string;
|
|
272
|
+
/**
|
|
273
|
+
* @generated from field: gnostic.openapi.v3.Strings mapping = 2;
|
|
274
|
+
*/
|
|
275
|
+
mapping?: Strings;
|
|
276
|
+
/**
|
|
277
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 3;
|
|
278
|
+
*/
|
|
279
|
+
specificationExtension: NamedAny[];
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* Describes the message gnostic.openapi.v3.Discriminator.
|
|
283
|
+
* Use `create(DiscriminatorSchema)` to create a new message.
|
|
284
|
+
*/
|
|
285
|
+
export declare const DiscriminatorSchema: GenMessage<Discriminator>;
|
|
286
|
+
/**
|
|
287
|
+
* @generated from message gnostic.openapi.v3.Document
|
|
288
|
+
*/
|
|
289
|
+
export type Document = Message<"gnostic.openapi.v3.Document"> & {
|
|
290
|
+
/**
|
|
291
|
+
* @generated from field: string openapi = 1;
|
|
292
|
+
*/
|
|
293
|
+
openapi: string;
|
|
294
|
+
/**
|
|
295
|
+
* @generated from field: gnostic.openapi.v3.Info info = 2;
|
|
296
|
+
*/
|
|
297
|
+
info?: Info;
|
|
298
|
+
/**
|
|
299
|
+
* @generated from field: repeated gnostic.openapi.v3.Server servers = 3;
|
|
300
|
+
*/
|
|
301
|
+
servers: Server[];
|
|
302
|
+
/**
|
|
303
|
+
* @generated from field: gnostic.openapi.v3.Paths paths = 4;
|
|
304
|
+
*/
|
|
305
|
+
paths?: Paths;
|
|
306
|
+
/**
|
|
307
|
+
* @generated from field: gnostic.openapi.v3.Components components = 5;
|
|
308
|
+
*/
|
|
309
|
+
components?: Components;
|
|
310
|
+
/**
|
|
311
|
+
* @generated from field: repeated gnostic.openapi.v3.SecurityRequirement security = 6;
|
|
312
|
+
*/
|
|
313
|
+
security: SecurityRequirement[];
|
|
314
|
+
/**
|
|
315
|
+
* @generated from field: repeated gnostic.openapi.v3.Tag tags = 7;
|
|
316
|
+
*/
|
|
317
|
+
tags: Tag[];
|
|
318
|
+
/**
|
|
319
|
+
* @generated from field: gnostic.openapi.v3.ExternalDocs external_docs = 8;
|
|
320
|
+
*/
|
|
321
|
+
externalDocs?: ExternalDocs;
|
|
322
|
+
/**
|
|
323
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 9;
|
|
324
|
+
*/
|
|
325
|
+
specificationExtension: NamedAny[];
|
|
326
|
+
};
|
|
327
|
+
/**
|
|
328
|
+
* Describes the message gnostic.openapi.v3.Document.
|
|
329
|
+
* Use `create(DocumentSchema)` to create a new message.
|
|
330
|
+
*/
|
|
331
|
+
export declare const DocumentSchema: GenMessage<Document>;
|
|
332
|
+
/**
|
|
333
|
+
* A single encoding definition applied to a single schema property.
|
|
334
|
+
*
|
|
335
|
+
* @generated from message gnostic.openapi.v3.Encoding
|
|
336
|
+
*/
|
|
337
|
+
export type Encoding = Message<"gnostic.openapi.v3.Encoding"> & {
|
|
338
|
+
/**
|
|
339
|
+
* @generated from field: string content_type = 1;
|
|
340
|
+
*/
|
|
341
|
+
contentType: string;
|
|
342
|
+
/**
|
|
343
|
+
* @generated from field: gnostic.openapi.v3.HeadersOrReferences headers = 2;
|
|
344
|
+
*/
|
|
345
|
+
headers?: HeadersOrReferences;
|
|
346
|
+
/**
|
|
347
|
+
* @generated from field: string style = 3;
|
|
348
|
+
*/
|
|
349
|
+
style: string;
|
|
350
|
+
/**
|
|
351
|
+
* @generated from field: bool explode = 4;
|
|
352
|
+
*/
|
|
353
|
+
explode: boolean;
|
|
354
|
+
/**
|
|
355
|
+
* @generated from field: bool allow_reserved = 5;
|
|
356
|
+
*/
|
|
357
|
+
allowReserved: boolean;
|
|
358
|
+
/**
|
|
359
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 6;
|
|
360
|
+
*/
|
|
361
|
+
specificationExtension: NamedAny[];
|
|
362
|
+
};
|
|
363
|
+
/**
|
|
364
|
+
* Describes the message gnostic.openapi.v3.Encoding.
|
|
365
|
+
* Use `create(EncodingSchema)` to create a new message.
|
|
366
|
+
*/
|
|
367
|
+
export declare const EncodingSchema: GenMessage<Encoding>;
|
|
368
|
+
/**
|
|
369
|
+
* @generated from message gnostic.openapi.v3.Encodings
|
|
370
|
+
*/
|
|
371
|
+
export type Encodings = Message<"gnostic.openapi.v3.Encodings"> & {
|
|
372
|
+
/**
|
|
373
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedEncoding additional_properties = 1;
|
|
374
|
+
*/
|
|
375
|
+
additionalProperties: NamedEncoding[];
|
|
376
|
+
};
|
|
377
|
+
/**
|
|
378
|
+
* Describes the message gnostic.openapi.v3.Encodings.
|
|
379
|
+
* Use `create(EncodingsSchema)` to create a new message.
|
|
380
|
+
*/
|
|
381
|
+
export declare const EncodingsSchema: GenMessage<Encodings>;
|
|
382
|
+
/**
|
|
383
|
+
* @generated from message gnostic.openapi.v3.Example
|
|
384
|
+
*/
|
|
385
|
+
export type Example = Message<"gnostic.openapi.v3.Example"> & {
|
|
386
|
+
/**
|
|
387
|
+
* @generated from field: string summary = 1;
|
|
388
|
+
*/
|
|
389
|
+
summary: string;
|
|
390
|
+
/**
|
|
391
|
+
* @generated from field: string description = 2;
|
|
392
|
+
*/
|
|
393
|
+
description: string;
|
|
394
|
+
/**
|
|
395
|
+
* @generated from field: gnostic.openapi.v3.Any value = 3;
|
|
396
|
+
*/
|
|
397
|
+
value?: Any;
|
|
398
|
+
/**
|
|
399
|
+
* @generated from field: string external_value = 4;
|
|
400
|
+
*/
|
|
401
|
+
externalValue: string;
|
|
402
|
+
/**
|
|
403
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 5;
|
|
404
|
+
*/
|
|
405
|
+
specificationExtension: NamedAny[];
|
|
406
|
+
};
|
|
407
|
+
/**
|
|
408
|
+
* Describes the message gnostic.openapi.v3.Example.
|
|
409
|
+
* Use `create(ExampleSchema)` to create a new message.
|
|
410
|
+
*/
|
|
411
|
+
export declare const ExampleSchema: GenMessage<Example>;
|
|
412
|
+
/**
|
|
413
|
+
* @generated from message gnostic.openapi.v3.ExampleOrReference
|
|
414
|
+
*/
|
|
415
|
+
export type ExampleOrReference = Message<"gnostic.openapi.v3.ExampleOrReference"> & {
|
|
416
|
+
/**
|
|
417
|
+
* @generated from oneof gnostic.openapi.v3.ExampleOrReference.oneof
|
|
418
|
+
*/
|
|
419
|
+
oneof: {
|
|
420
|
+
/**
|
|
421
|
+
* @generated from field: gnostic.openapi.v3.Example example = 1;
|
|
422
|
+
*/
|
|
423
|
+
value: Example;
|
|
424
|
+
case: "example";
|
|
425
|
+
} | {
|
|
426
|
+
/**
|
|
427
|
+
* @generated from field: gnostic.openapi.v3.Reference reference = 2;
|
|
428
|
+
*/
|
|
429
|
+
value: Reference;
|
|
430
|
+
case: "reference";
|
|
431
|
+
} | {
|
|
432
|
+
case: undefined;
|
|
433
|
+
value?: undefined;
|
|
434
|
+
};
|
|
435
|
+
};
|
|
436
|
+
/**
|
|
437
|
+
* Describes the message gnostic.openapi.v3.ExampleOrReference.
|
|
438
|
+
* Use `create(ExampleOrReferenceSchema)` to create a new message.
|
|
439
|
+
*/
|
|
440
|
+
export declare const ExampleOrReferenceSchema: GenMessage<ExampleOrReference>;
|
|
441
|
+
/**
|
|
442
|
+
* @generated from message gnostic.openapi.v3.ExamplesOrReferences
|
|
443
|
+
*/
|
|
444
|
+
export type ExamplesOrReferences = Message<"gnostic.openapi.v3.ExamplesOrReferences"> & {
|
|
445
|
+
/**
|
|
446
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedExampleOrReference additional_properties = 1;
|
|
447
|
+
*/
|
|
448
|
+
additionalProperties: NamedExampleOrReference[];
|
|
449
|
+
};
|
|
450
|
+
/**
|
|
451
|
+
* Describes the message gnostic.openapi.v3.ExamplesOrReferences.
|
|
452
|
+
* Use `create(ExamplesOrReferencesSchema)` to create a new message.
|
|
453
|
+
*/
|
|
454
|
+
export declare const ExamplesOrReferencesSchema: GenMessage<ExamplesOrReferences>;
|
|
455
|
+
/**
|
|
456
|
+
* @generated from message gnostic.openapi.v3.Expression
|
|
457
|
+
*/
|
|
458
|
+
export type Expression = Message<"gnostic.openapi.v3.Expression"> & {
|
|
459
|
+
/**
|
|
460
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny additional_properties = 1;
|
|
461
|
+
*/
|
|
462
|
+
additionalProperties: NamedAny[];
|
|
463
|
+
};
|
|
464
|
+
/**
|
|
465
|
+
* Describes the message gnostic.openapi.v3.Expression.
|
|
466
|
+
* Use `create(ExpressionSchema)` to create a new message.
|
|
467
|
+
*/
|
|
468
|
+
export declare const ExpressionSchema: GenMessage<Expression>;
|
|
469
|
+
/**
|
|
470
|
+
* Allows referencing an external resource for extended documentation.
|
|
471
|
+
*
|
|
472
|
+
* @generated from message gnostic.openapi.v3.ExternalDocs
|
|
473
|
+
*/
|
|
474
|
+
export type ExternalDocs = Message<"gnostic.openapi.v3.ExternalDocs"> & {
|
|
475
|
+
/**
|
|
476
|
+
* @generated from field: string description = 1;
|
|
477
|
+
*/
|
|
478
|
+
description: string;
|
|
479
|
+
/**
|
|
480
|
+
* @generated from field: string url = 2;
|
|
481
|
+
*/
|
|
482
|
+
url: string;
|
|
483
|
+
/**
|
|
484
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 3;
|
|
485
|
+
*/
|
|
486
|
+
specificationExtension: NamedAny[];
|
|
487
|
+
};
|
|
488
|
+
/**
|
|
489
|
+
* Describes the message gnostic.openapi.v3.ExternalDocs.
|
|
490
|
+
* Use `create(ExternalDocsSchema)` to create a new message.
|
|
491
|
+
*/
|
|
492
|
+
export declare const ExternalDocsSchema: GenMessage<ExternalDocs>;
|
|
493
|
+
/**
|
|
494
|
+
* The Header Object follows the structure of the Parameter Object with the following changes: 1. `name` MUST NOT be specified, it is given in the corresponding `headers` map. 1. `in` MUST NOT be specified, it is implicitly in `header`. 1. All traits that are affected by the location MUST be applicable to a location of `header` (for example, `style`).
|
|
495
|
+
*
|
|
496
|
+
* @generated from message gnostic.openapi.v3.Header
|
|
497
|
+
*/
|
|
498
|
+
export type Header = Message<"gnostic.openapi.v3.Header"> & {
|
|
499
|
+
/**
|
|
500
|
+
* @generated from field: string description = 1;
|
|
501
|
+
*/
|
|
502
|
+
description: string;
|
|
503
|
+
/**
|
|
504
|
+
* @generated from field: bool required = 2;
|
|
505
|
+
*/
|
|
506
|
+
required: boolean;
|
|
507
|
+
/**
|
|
508
|
+
* @generated from field: bool deprecated = 3;
|
|
509
|
+
*/
|
|
510
|
+
deprecated: boolean;
|
|
511
|
+
/**
|
|
512
|
+
* @generated from field: bool allow_empty_value = 4;
|
|
513
|
+
*/
|
|
514
|
+
allowEmptyValue: boolean;
|
|
515
|
+
/**
|
|
516
|
+
* @generated from field: string style = 5;
|
|
517
|
+
*/
|
|
518
|
+
style: string;
|
|
519
|
+
/**
|
|
520
|
+
* @generated from field: bool explode = 6;
|
|
521
|
+
*/
|
|
522
|
+
explode: boolean;
|
|
523
|
+
/**
|
|
524
|
+
* @generated from field: bool allow_reserved = 7;
|
|
525
|
+
*/
|
|
526
|
+
allowReserved: boolean;
|
|
527
|
+
/**
|
|
528
|
+
* @generated from field: gnostic.openapi.v3.SchemaOrReference schema = 8;
|
|
529
|
+
*/
|
|
530
|
+
schema?: SchemaOrReference;
|
|
531
|
+
/**
|
|
532
|
+
* @generated from field: gnostic.openapi.v3.Any example = 9;
|
|
533
|
+
*/
|
|
534
|
+
example?: Any;
|
|
535
|
+
/**
|
|
536
|
+
* @generated from field: gnostic.openapi.v3.ExamplesOrReferences examples = 10;
|
|
537
|
+
*/
|
|
538
|
+
examples?: ExamplesOrReferences;
|
|
539
|
+
/**
|
|
540
|
+
* @generated from field: gnostic.openapi.v3.MediaTypes content = 11;
|
|
541
|
+
*/
|
|
542
|
+
content?: MediaTypes;
|
|
543
|
+
/**
|
|
544
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 12;
|
|
545
|
+
*/
|
|
546
|
+
specificationExtension: NamedAny[];
|
|
547
|
+
};
|
|
548
|
+
/**
|
|
549
|
+
* Describes the message gnostic.openapi.v3.Header.
|
|
550
|
+
* Use `create(HeaderSchema)` to create a new message.
|
|
551
|
+
*/
|
|
552
|
+
export declare const HeaderSchema: GenMessage<Header>;
|
|
553
|
+
/**
|
|
554
|
+
* @generated from message gnostic.openapi.v3.HeaderOrReference
|
|
555
|
+
*/
|
|
556
|
+
export type HeaderOrReference = Message<"gnostic.openapi.v3.HeaderOrReference"> & {
|
|
557
|
+
/**
|
|
558
|
+
* @generated from oneof gnostic.openapi.v3.HeaderOrReference.oneof
|
|
559
|
+
*/
|
|
560
|
+
oneof: {
|
|
561
|
+
/**
|
|
562
|
+
* @generated from field: gnostic.openapi.v3.Header header = 1;
|
|
563
|
+
*/
|
|
564
|
+
value: Header;
|
|
565
|
+
case: "header";
|
|
566
|
+
} | {
|
|
567
|
+
/**
|
|
568
|
+
* @generated from field: gnostic.openapi.v3.Reference reference = 2;
|
|
569
|
+
*/
|
|
570
|
+
value: Reference;
|
|
571
|
+
case: "reference";
|
|
572
|
+
} | {
|
|
573
|
+
case: undefined;
|
|
574
|
+
value?: undefined;
|
|
575
|
+
};
|
|
576
|
+
};
|
|
577
|
+
/**
|
|
578
|
+
* Describes the message gnostic.openapi.v3.HeaderOrReference.
|
|
579
|
+
* Use `create(HeaderOrReferenceSchema)` to create a new message.
|
|
580
|
+
*/
|
|
581
|
+
export declare const HeaderOrReferenceSchema: GenMessage<HeaderOrReference>;
|
|
582
|
+
/**
|
|
583
|
+
* @generated from message gnostic.openapi.v3.HeadersOrReferences
|
|
584
|
+
*/
|
|
585
|
+
export type HeadersOrReferences = Message<"gnostic.openapi.v3.HeadersOrReferences"> & {
|
|
586
|
+
/**
|
|
587
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedHeaderOrReference additional_properties = 1;
|
|
588
|
+
*/
|
|
589
|
+
additionalProperties: NamedHeaderOrReference[];
|
|
590
|
+
};
|
|
591
|
+
/**
|
|
592
|
+
* Describes the message gnostic.openapi.v3.HeadersOrReferences.
|
|
593
|
+
* Use `create(HeadersOrReferencesSchema)` to create a new message.
|
|
594
|
+
*/
|
|
595
|
+
export declare const HeadersOrReferencesSchema: GenMessage<HeadersOrReferences>;
|
|
596
|
+
/**
|
|
597
|
+
* The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.
|
|
598
|
+
*
|
|
599
|
+
* @generated from message gnostic.openapi.v3.Info
|
|
600
|
+
*/
|
|
601
|
+
export type Info = Message<"gnostic.openapi.v3.Info"> & {
|
|
602
|
+
/**
|
|
603
|
+
* @generated from field: string title = 1;
|
|
604
|
+
*/
|
|
605
|
+
title: string;
|
|
606
|
+
/**
|
|
607
|
+
* @generated from field: string description = 2;
|
|
608
|
+
*/
|
|
609
|
+
description: string;
|
|
610
|
+
/**
|
|
611
|
+
* @generated from field: string terms_of_service = 3;
|
|
612
|
+
*/
|
|
613
|
+
termsOfService: string;
|
|
614
|
+
/**
|
|
615
|
+
* @generated from field: gnostic.openapi.v3.Contact contact = 4;
|
|
616
|
+
*/
|
|
617
|
+
contact?: Contact;
|
|
618
|
+
/**
|
|
619
|
+
* @generated from field: gnostic.openapi.v3.License license = 5;
|
|
620
|
+
*/
|
|
621
|
+
license?: License;
|
|
622
|
+
/**
|
|
623
|
+
* @generated from field: string version = 6;
|
|
624
|
+
*/
|
|
625
|
+
version: string;
|
|
626
|
+
/**
|
|
627
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 7;
|
|
628
|
+
*/
|
|
629
|
+
specificationExtension: NamedAny[];
|
|
630
|
+
/**
|
|
631
|
+
* @generated from field: string summary = 8;
|
|
632
|
+
*/
|
|
633
|
+
summary: string;
|
|
634
|
+
};
|
|
635
|
+
/**
|
|
636
|
+
* Describes the message gnostic.openapi.v3.Info.
|
|
637
|
+
* Use `create(InfoSchema)` to create a new message.
|
|
638
|
+
*/
|
|
639
|
+
export declare const InfoSchema: GenMessage<Info>;
|
|
640
|
+
/**
|
|
641
|
+
* @generated from message gnostic.openapi.v3.ItemsItem
|
|
642
|
+
*/
|
|
643
|
+
export type ItemsItem = Message<"gnostic.openapi.v3.ItemsItem"> & {
|
|
644
|
+
/**
|
|
645
|
+
* @generated from field: repeated gnostic.openapi.v3.SchemaOrReference schema_or_reference = 1;
|
|
646
|
+
*/
|
|
647
|
+
schemaOrReference: SchemaOrReference[];
|
|
648
|
+
};
|
|
649
|
+
/**
|
|
650
|
+
* Describes the message gnostic.openapi.v3.ItemsItem.
|
|
651
|
+
* Use `create(ItemsItemSchema)` to create a new message.
|
|
652
|
+
*/
|
|
653
|
+
export declare const ItemsItemSchema: GenMessage<ItemsItem>;
|
|
654
|
+
/**
|
|
655
|
+
* License information for the exposed API.
|
|
656
|
+
*
|
|
657
|
+
* @generated from message gnostic.openapi.v3.License
|
|
658
|
+
*/
|
|
659
|
+
export type License = Message<"gnostic.openapi.v3.License"> & {
|
|
660
|
+
/**
|
|
661
|
+
* @generated from field: string name = 1;
|
|
662
|
+
*/
|
|
663
|
+
name: string;
|
|
664
|
+
/**
|
|
665
|
+
* @generated from field: string url = 2;
|
|
666
|
+
*/
|
|
667
|
+
url: string;
|
|
668
|
+
/**
|
|
669
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 3;
|
|
670
|
+
*/
|
|
671
|
+
specificationExtension: NamedAny[];
|
|
672
|
+
};
|
|
673
|
+
/**
|
|
674
|
+
* Describes the message gnostic.openapi.v3.License.
|
|
675
|
+
* Use `create(LicenseSchema)` to create a new message.
|
|
676
|
+
*/
|
|
677
|
+
export declare const LicenseSchema: GenMessage<License>;
|
|
678
|
+
/**
|
|
679
|
+
* The `Link object` represents a possible design-time link for a response. The presence of a link does not guarantee the caller's ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between responses and other operations. Unlike _dynamic_ links (i.e. links provided **in** the response payload), the OAS linking mechanism does not require link information in the runtime response. For computing links, and providing instructions to execute them, a runtime expression is used for accessing values in an operation and using them as parameters while invoking the linked operation.
|
|
680
|
+
*
|
|
681
|
+
* @generated from message gnostic.openapi.v3.Link
|
|
682
|
+
*/
|
|
683
|
+
export type Link = Message<"gnostic.openapi.v3.Link"> & {
|
|
684
|
+
/**
|
|
685
|
+
* @generated from field: string operation_ref = 1;
|
|
686
|
+
*/
|
|
687
|
+
operationRef: string;
|
|
688
|
+
/**
|
|
689
|
+
* @generated from field: string operation_id = 2;
|
|
690
|
+
*/
|
|
691
|
+
operationId: string;
|
|
692
|
+
/**
|
|
693
|
+
* @generated from field: gnostic.openapi.v3.AnyOrExpression parameters = 3;
|
|
694
|
+
*/
|
|
695
|
+
parameters?: AnyOrExpression;
|
|
696
|
+
/**
|
|
697
|
+
* @generated from field: gnostic.openapi.v3.AnyOrExpression request_body = 4;
|
|
698
|
+
*/
|
|
699
|
+
requestBody?: AnyOrExpression;
|
|
700
|
+
/**
|
|
701
|
+
* @generated from field: string description = 5;
|
|
702
|
+
*/
|
|
703
|
+
description: string;
|
|
704
|
+
/**
|
|
705
|
+
* @generated from field: gnostic.openapi.v3.Server server = 6;
|
|
706
|
+
*/
|
|
707
|
+
server?: Server;
|
|
708
|
+
/**
|
|
709
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 7;
|
|
710
|
+
*/
|
|
711
|
+
specificationExtension: NamedAny[];
|
|
712
|
+
};
|
|
713
|
+
/**
|
|
714
|
+
* Describes the message gnostic.openapi.v3.Link.
|
|
715
|
+
* Use `create(LinkSchema)` to create a new message.
|
|
716
|
+
*/
|
|
717
|
+
export declare const LinkSchema: GenMessage<Link>;
|
|
718
|
+
/**
|
|
719
|
+
* @generated from message gnostic.openapi.v3.LinkOrReference
|
|
720
|
+
*/
|
|
721
|
+
export type LinkOrReference = Message<"gnostic.openapi.v3.LinkOrReference"> & {
|
|
722
|
+
/**
|
|
723
|
+
* @generated from oneof gnostic.openapi.v3.LinkOrReference.oneof
|
|
724
|
+
*/
|
|
725
|
+
oneof: {
|
|
726
|
+
/**
|
|
727
|
+
* @generated from field: gnostic.openapi.v3.Link link = 1;
|
|
728
|
+
*/
|
|
729
|
+
value: Link;
|
|
730
|
+
case: "link";
|
|
731
|
+
} | {
|
|
732
|
+
/**
|
|
733
|
+
* @generated from field: gnostic.openapi.v3.Reference reference = 2;
|
|
734
|
+
*/
|
|
735
|
+
value: Reference;
|
|
736
|
+
case: "reference";
|
|
737
|
+
} | {
|
|
738
|
+
case: undefined;
|
|
739
|
+
value?: undefined;
|
|
740
|
+
};
|
|
741
|
+
};
|
|
742
|
+
/**
|
|
743
|
+
* Describes the message gnostic.openapi.v3.LinkOrReference.
|
|
744
|
+
* Use `create(LinkOrReferenceSchema)` to create a new message.
|
|
745
|
+
*/
|
|
746
|
+
export declare const LinkOrReferenceSchema: GenMessage<LinkOrReference>;
|
|
747
|
+
/**
|
|
748
|
+
* @generated from message gnostic.openapi.v3.LinksOrReferences
|
|
749
|
+
*/
|
|
750
|
+
export type LinksOrReferences = Message<"gnostic.openapi.v3.LinksOrReferences"> & {
|
|
751
|
+
/**
|
|
752
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedLinkOrReference additional_properties = 1;
|
|
753
|
+
*/
|
|
754
|
+
additionalProperties: NamedLinkOrReference[];
|
|
755
|
+
};
|
|
756
|
+
/**
|
|
757
|
+
* Describes the message gnostic.openapi.v3.LinksOrReferences.
|
|
758
|
+
* Use `create(LinksOrReferencesSchema)` to create a new message.
|
|
759
|
+
*/
|
|
760
|
+
export declare const LinksOrReferencesSchema: GenMessage<LinksOrReferences>;
|
|
761
|
+
/**
|
|
762
|
+
* Each Media Type Object provides schema and examples for the media type identified by its key.
|
|
763
|
+
*
|
|
764
|
+
* @generated from message gnostic.openapi.v3.MediaType
|
|
765
|
+
*/
|
|
766
|
+
export type MediaType = Message<"gnostic.openapi.v3.MediaType"> & {
|
|
767
|
+
/**
|
|
768
|
+
* @generated from field: gnostic.openapi.v3.SchemaOrReference schema = 1;
|
|
769
|
+
*/
|
|
770
|
+
schema?: SchemaOrReference;
|
|
771
|
+
/**
|
|
772
|
+
* @generated from field: gnostic.openapi.v3.Any example = 2;
|
|
773
|
+
*/
|
|
774
|
+
example?: Any;
|
|
775
|
+
/**
|
|
776
|
+
* @generated from field: gnostic.openapi.v3.ExamplesOrReferences examples = 3;
|
|
777
|
+
*/
|
|
778
|
+
examples?: ExamplesOrReferences;
|
|
779
|
+
/**
|
|
780
|
+
* @generated from field: gnostic.openapi.v3.Encodings encoding = 4;
|
|
781
|
+
*/
|
|
782
|
+
encoding?: Encodings;
|
|
783
|
+
/**
|
|
784
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 5;
|
|
785
|
+
*/
|
|
786
|
+
specificationExtension: NamedAny[];
|
|
787
|
+
};
|
|
788
|
+
/**
|
|
789
|
+
* Describes the message gnostic.openapi.v3.MediaType.
|
|
790
|
+
* Use `create(MediaTypeSchema)` to create a new message.
|
|
791
|
+
*/
|
|
792
|
+
export declare const MediaTypeSchema: GenMessage<MediaType>;
|
|
793
|
+
/**
|
|
794
|
+
* @generated from message gnostic.openapi.v3.MediaTypes
|
|
795
|
+
*/
|
|
796
|
+
export type MediaTypes = Message<"gnostic.openapi.v3.MediaTypes"> & {
|
|
797
|
+
/**
|
|
798
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedMediaType additional_properties = 1;
|
|
799
|
+
*/
|
|
800
|
+
additionalProperties: NamedMediaType[];
|
|
801
|
+
};
|
|
802
|
+
/**
|
|
803
|
+
* Describes the message gnostic.openapi.v3.MediaTypes.
|
|
804
|
+
* Use `create(MediaTypesSchema)` to create a new message.
|
|
805
|
+
*/
|
|
806
|
+
export declare const MediaTypesSchema: GenMessage<MediaTypes>;
|
|
807
|
+
/**
|
|
808
|
+
* Automatically-generated message used to represent maps of Any as ordered (name,value) pairs.
|
|
809
|
+
*
|
|
810
|
+
* @generated from message gnostic.openapi.v3.NamedAny
|
|
811
|
+
*/
|
|
812
|
+
export type NamedAny = Message<"gnostic.openapi.v3.NamedAny"> & {
|
|
813
|
+
/**
|
|
814
|
+
* Map key
|
|
815
|
+
*
|
|
816
|
+
* @generated from field: string name = 1;
|
|
817
|
+
*/
|
|
818
|
+
name: string;
|
|
819
|
+
/**
|
|
820
|
+
* Mapped value
|
|
821
|
+
*
|
|
822
|
+
* @generated from field: gnostic.openapi.v3.Any value = 2;
|
|
823
|
+
*/
|
|
824
|
+
value?: Any;
|
|
825
|
+
};
|
|
826
|
+
/**
|
|
827
|
+
* Describes the message gnostic.openapi.v3.NamedAny.
|
|
828
|
+
* Use `create(NamedAnySchema)` to create a new message.
|
|
829
|
+
*/
|
|
830
|
+
export declare const NamedAnySchema: GenMessage<NamedAny>;
|
|
831
|
+
/**
|
|
832
|
+
* Automatically-generated message used to represent maps of CallbackOrReference as ordered (name,value) pairs.
|
|
833
|
+
*
|
|
834
|
+
* @generated from message gnostic.openapi.v3.NamedCallbackOrReference
|
|
835
|
+
*/
|
|
836
|
+
export type NamedCallbackOrReference = Message<"gnostic.openapi.v3.NamedCallbackOrReference"> & {
|
|
837
|
+
/**
|
|
838
|
+
* Map key
|
|
839
|
+
*
|
|
840
|
+
* @generated from field: string name = 1;
|
|
841
|
+
*/
|
|
842
|
+
name: string;
|
|
843
|
+
/**
|
|
844
|
+
* Mapped value
|
|
845
|
+
*
|
|
846
|
+
* @generated from field: gnostic.openapi.v3.CallbackOrReference value = 2;
|
|
847
|
+
*/
|
|
848
|
+
value?: CallbackOrReference;
|
|
849
|
+
};
|
|
850
|
+
/**
|
|
851
|
+
* Describes the message gnostic.openapi.v3.NamedCallbackOrReference.
|
|
852
|
+
* Use `create(NamedCallbackOrReferenceSchema)` to create a new message.
|
|
853
|
+
*/
|
|
854
|
+
export declare const NamedCallbackOrReferenceSchema: GenMessage<NamedCallbackOrReference>;
|
|
855
|
+
/**
|
|
856
|
+
* Automatically-generated message used to represent maps of Encoding as ordered (name,value) pairs.
|
|
857
|
+
*
|
|
858
|
+
* @generated from message gnostic.openapi.v3.NamedEncoding
|
|
859
|
+
*/
|
|
860
|
+
export type NamedEncoding = Message<"gnostic.openapi.v3.NamedEncoding"> & {
|
|
861
|
+
/**
|
|
862
|
+
* Map key
|
|
863
|
+
*
|
|
864
|
+
* @generated from field: string name = 1;
|
|
865
|
+
*/
|
|
866
|
+
name: string;
|
|
867
|
+
/**
|
|
868
|
+
* Mapped value
|
|
869
|
+
*
|
|
870
|
+
* @generated from field: gnostic.openapi.v3.Encoding value = 2;
|
|
871
|
+
*/
|
|
872
|
+
value?: Encoding;
|
|
873
|
+
};
|
|
874
|
+
/**
|
|
875
|
+
* Describes the message gnostic.openapi.v3.NamedEncoding.
|
|
876
|
+
* Use `create(NamedEncodingSchema)` to create a new message.
|
|
877
|
+
*/
|
|
878
|
+
export declare const NamedEncodingSchema: GenMessage<NamedEncoding>;
|
|
879
|
+
/**
|
|
880
|
+
* Automatically-generated message used to represent maps of ExampleOrReference as ordered (name,value) pairs.
|
|
881
|
+
*
|
|
882
|
+
* @generated from message gnostic.openapi.v3.NamedExampleOrReference
|
|
883
|
+
*/
|
|
884
|
+
export type NamedExampleOrReference = Message<"gnostic.openapi.v3.NamedExampleOrReference"> & {
|
|
885
|
+
/**
|
|
886
|
+
* Map key
|
|
887
|
+
*
|
|
888
|
+
* @generated from field: string name = 1;
|
|
889
|
+
*/
|
|
890
|
+
name: string;
|
|
891
|
+
/**
|
|
892
|
+
* Mapped value
|
|
893
|
+
*
|
|
894
|
+
* @generated from field: gnostic.openapi.v3.ExampleOrReference value = 2;
|
|
895
|
+
*/
|
|
896
|
+
value?: ExampleOrReference;
|
|
897
|
+
};
|
|
898
|
+
/**
|
|
899
|
+
* Describes the message gnostic.openapi.v3.NamedExampleOrReference.
|
|
900
|
+
* Use `create(NamedExampleOrReferenceSchema)` to create a new message.
|
|
901
|
+
*/
|
|
902
|
+
export declare const NamedExampleOrReferenceSchema: GenMessage<NamedExampleOrReference>;
|
|
903
|
+
/**
|
|
904
|
+
* Automatically-generated message used to represent maps of HeaderOrReference as ordered (name,value) pairs.
|
|
905
|
+
*
|
|
906
|
+
* @generated from message gnostic.openapi.v3.NamedHeaderOrReference
|
|
907
|
+
*/
|
|
908
|
+
export type NamedHeaderOrReference = Message<"gnostic.openapi.v3.NamedHeaderOrReference"> & {
|
|
909
|
+
/**
|
|
910
|
+
* Map key
|
|
911
|
+
*
|
|
912
|
+
* @generated from field: string name = 1;
|
|
913
|
+
*/
|
|
914
|
+
name: string;
|
|
915
|
+
/**
|
|
916
|
+
* Mapped value
|
|
917
|
+
*
|
|
918
|
+
* @generated from field: gnostic.openapi.v3.HeaderOrReference value = 2;
|
|
919
|
+
*/
|
|
920
|
+
value?: HeaderOrReference;
|
|
921
|
+
};
|
|
922
|
+
/**
|
|
923
|
+
* Describes the message gnostic.openapi.v3.NamedHeaderOrReference.
|
|
924
|
+
* Use `create(NamedHeaderOrReferenceSchema)` to create a new message.
|
|
925
|
+
*/
|
|
926
|
+
export declare const NamedHeaderOrReferenceSchema: GenMessage<NamedHeaderOrReference>;
|
|
927
|
+
/**
|
|
928
|
+
* Automatically-generated message used to represent maps of LinkOrReference as ordered (name,value) pairs.
|
|
929
|
+
*
|
|
930
|
+
* @generated from message gnostic.openapi.v3.NamedLinkOrReference
|
|
931
|
+
*/
|
|
932
|
+
export type NamedLinkOrReference = Message<"gnostic.openapi.v3.NamedLinkOrReference"> & {
|
|
933
|
+
/**
|
|
934
|
+
* Map key
|
|
935
|
+
*
|
|
936
|
+
* @generated from field: string name = 1;
|
|
937
|
+
*/
|
|
938
|
+
name: string;
|
|
939
|
+
/**
|
|
940
|
+
* Mapped value
|
|
941
|
+
*
|
|
942
|
+
* @generated from field: gnostic.openapi.v3.LinkOrReference value = 2;
|
|
943
|
+
*/
|
|
944
|
+
value?: LinkOrReference;
|
|
945
|
+
};
|
|
946
|
+
/**
|
|
947
|
+
* Describes the message gnostic.openapi.v3.NamedLinkOrReference.
|
|
948
|
+
* Use `create(NamedLinkOrReferenceSchema)` to create a new message.
|
|
949
|
+
*/
|
|
950
|
+
export declare const NamedLinkOrReferenceSchema: GenMessage<NamedLinkOrReference>;
|
|
951
|
+
/**
|
|
952
|
+
* Automatically-generated message used to represent maps of MediaType as ordered (name,value) pairs.
|
|
953
|
+
*
|
|
954
|
+
* @generated from message gnostic.openapi.v3.NamedMediaType
|
|
955
|
+
*/
|
|
956
|
+
export type NamedMediaType = Message<"gnostic.openapi.v3.NamedMediaType"> & {
|
|
957
|
+
/**
|
|
958
|
+
* Map key
|
|
959
|
+
*
|
|
960
|
+
* @generated from field: string name = 1;
|
|
961
|
+
*/
|
|
962
|
+
name: string;
|
|
963
|
+
/**
|
|
964
|
+
* Mapped value
|
|
965
|
+
*
|
|
966
|
+
* @generated from field: gnostic.openapi.v3.MediaType value = 2;
|
|
967
|
+
*/
|
|
968
|
+
value?: MediaType;
|
|
969
|
+
};
|
|
970
|
+
/**
|
|
971
|
+
* Describes the message gnostic.openapi.v3.NamedMediaType.
|
|
972
|
+
* Use `create(NamedMediaTypeSchema)` to create a new message.
|
|
973
|
+
*/
|
|
974
|
+
export declare const NamedMediaTypeSchema: GenMessage<NamedMediaType>;
|
|
975
|
+
/**
|
|
976
|
+
* Automatically-generated message used to represent maps of ParameterOrReference as ordered (name,value) pairs.
|
|
977
|
+
*
|
|
978
|
+
* @generated from message gnostic.openapi.v3.NamedParameterOrReference
|
|
979
|
+
*/
|
|
980
|
+
export type NamedParameterOrReference = Message<"gnostic.openapi.v3.NamedParameterOrReference"> & {
|
|
981
|
+
/**
|
|
982
|
+
* Map key
|
|
983
|
+
*
|
|
984
|
+
* @generated from field: string name = 1;
|
|
985
|
+
*/
|
|
986
|
+
name: string;
|
|
987
|
+
/**
|
|
988
|
+
* Mapped value
|
|
989
|
+
*
|
|
990
|
+
* @generated from field: gnostic.openapi.v3.ParameterOrReference value = 2;
|
|
991
|
+
*/
|
|
992
|
+
value?: ParameterOrReference;
|
|
993
|
+
};
|
|
994
|
+
/**
|
|
995
|
+
* Describes the message gnostic.openapi.v3.NamedParameterOrReference.
|
|
996
|
+
* Use `create(NamedParameterOrReferenceSchema)` to create a new message.
|
|
997
|
+
*/
|
|
998
|
+
export declare const NamedParameterOrReferenceSchema: GenMessage<NamedParameterOrReference>;
|
|
999
|
+
/**
|
|
1000
|
+
* Automatically-generated message used to represent maps of PathItem as ordered (name,value) pairs.
|
|
1001
|
+
*
|
|
1002
|
+
* @generated from message gnostic.openapi.v3.NamedPathItem
|
|
1003
|
+
*/
|
|
1004
|
+
export type NamedPathItem = Message<"gnostic.openapi.v3.NamedPathItem"> & {
|
|
1005
|
+
/**
|
|
1006
|
+
* Map key
|
|
1007
|
+
*
|
|
1008
|
+
* @generated from field: string name = 1;
|
|
1009
|
+
*/
|
|
1010
|
+
name: string;
|
|
1011
|
+
/**
|
|
1012
|
+
* Mapped value
|
|
1013
|
+
*
|
|
1014
|
+
* @generated from field: gnostic.openapi.v3.PathItem value = 2;
|
|
1015
|
+
*/
|
|
1016
|
+
value?: PathItem;
|
|
1017
|
+
};
|
|
1018
|
+
/**
|
|
1019
|
+
* Describes the message gnostic.openapi.v3.NamedPathItem.
|
|
1020
|
+
* Use `create(NamedPathItemSchema)` to create a new message.
|
|
1021
|
+
*/
|
|
1022
|
+
export declare const NamedPathItemSchema: GenMessage<NamedPathItem>;
|
|
1023
|
+
/**
|
|
1024
|
+
* Automatically-generated message used to represent maps of RequestBodyOrReference as ordered (name,value) pairs.
|
|
1025
|
+
*
|
|
1026
|
+
* @generated from message gnostic.openapi.v3.NamedRequestBodyOrReference
|
|
1027
|
+
*/
|
|
1028
|
+
export type NamedRequestBodyOrReference = Message<"gnostic.openapi.v3.NamedRequestBodyOrReference"> & {
|
|
1029
|
+
/**
|
|
1030
|
+
* Map key
|
|
1031
|
+
*
|
|
1032
|
+
* @generated from field: string name = 1;
|
|
1033
|
+
*/
|
|
1034
|
+
name: string;
|
|
1035
|
+
/**
|
|
1036
|
+
* Mapped value
|
|
1037
|
+
*
|
|
1038
|
+
* @generated from field: gnostic.openapi.v3.RequestBodyOrReference value = 2;
|
|
1039
|
+
*/
|
|
1040
|
+
value?: RequestBodyOrReference;
|
|
1041
|
+
};
|
|
1042
|
+
/**
|
|
1043
|
+
* Describes the message gnostic.openapi.v3.NamedRequestBodyOrReference.
|
|
1044
|
+
* Use `create(NamedRequestBodyOrReferenceSchema)` to create a new message.
|
|
1045
|
+
*/
|
|
1046
|
+
export declare const NamedRequestBodyOrReferenceSchema: GenMessage<NamedRequestBodyOrReference>;
|
|
1047
|
+
/**
|
|
1048
|
+
* Automatically-generated message used to represent maps of ResponseOrReference as ordered (name,value) pairs.
|
|
1049
|
+
*
|
|
1050
|
+
* @generated from message gnostic.openapi.v3.NamedResponseOrReference
|
|
1051
|
+
*/
|
|
1052
|
+
export type NamedResponseOrReference = Message<"gnostic.openapi.v3.NamedResponseOrReference"> & {
|
|
1053
|
+
/**
|
|
1054
|
+
* Map key
|
|
1055
|
+
*
|
|
1056
|
+
* @generated from field: string name = 1;
|
|
1057
|
+
*/
|
|
1058
|
+
name: string;
|
|
1059
|
+
/**
|
|
1060
|
+
* Mapped value
|
|
1061
|
+
*
|
|
1062
|
+
* @generated from field: gnostic.openapi.v3.ResponseOrReference value = 2;
|
|
1063
|
+
*/
|
|
1064
|
+
value?: ResponseOrReference;
|
|
1065
|
+
};
|
|
1066
|
+
/**
|
|
1067
|
+
* Describes the message gnostic.openapi.v3.NamedResponseOrReference.
|
|
1068
|
+
* Use `create(NamedResponseOrReferenceSchema)` to create a new message.
|
|
1069
|
+
*/
|
|
1070
|
+
export declare const NamedResponseOrReferenceSchema: GenMessage<NamedResponseOrReference>;
|
|
1071
|
+
/**
|
|
1072
|
+
* Automatically-generated message used to represent maps of SchemaOrReference as ordered (name,value) pairs.
|
|
1073
|
+
*
|
|
1074
|
+
* @generated from message gnostic.openapi.v3.NamedSchemaOrReference
|
|
1075
|
+
*/
|
|
1076
|
+
export type NamedSchemaOrReference = Message<"gnostic.openapi.v3.NamedSchemaOrReference"> & {
|
|
1077
|
+
/**
|
|
1078
|
+
* Map key
|
|
1079
|
+
*
|
|
1080
|
+
* @generated from field: string name = 1;
|
|
1081
|
+
*/
|
|
1082
|
+
name: string;
|
|
1083
|
+
/**
|
|
1084
|
+
* Mapped value
|
|
1085
|
+
*
|
|
1086
|
+
* @generated from field: gnostic.openapi.v3.SchemaOrReference value = 2;
|
|
1087
|
+
*/
|
|
1088
|
+
value?: SchemaOrReference;
|
|
1089
|
+
};
|
|
1090
|
+
/**
|
|
1091
|
+
* Describes the message gnostic.openapi.v3.NamedSchemaOrReference.
|
|
1092
|
+
* Use `create(NamedSchemaOrReferenceSchema)` to create a new message.
|
|
1093
|
+
*/
|
|
1094
|
+
export declare const NamedSchemaOrReferenceSchema: GenMessage<NamedSchemaOrReference>;
|
|
1095
|
+
/**
|
|
1096
|
+
* Automatically-generated message used to represent maps of SecuritySchemeOrReference as ordered (name,value) pairs.
|
|
1097
|
+
*
|
|
1098
|
+
* @generated from message gnostic.openapi.v3.NamedSecuritySchemeOrReference
|
|
1099
|
+
*/
|
|
1100
|
+
export type NamedSecuritySchemeOrReference = Message<"gnostic.openapi.v3.NamedSecuritySchemeOrReference"> & {
|
|
1101
|
+
/**
|
|
1102
|
+
* Map key
|
|
1103
|
+
*
|
|
1104
|
+
* @generated from field: string name = 1;
|
|
1105
|
+
*/
|
|
1106
|
+
name: string;
|
|
1107
|
+
/**
|
|
1108
|
+
* Mapped value
|
|
1109
|
+
*
|
|
1110
|
+
* @generated from field: gnostic.openapi.v3.SecuritySchemeOrReference value = 2;
|
|
1111
|
+
*/
|
|
1112
|
+
value?: SecuritySchemeOrReference;
|
|
1113
|
+
};
|
|
1114
|
+
/**
|
|
1115
|
+
* Describes the message gnostic.openapi.v3.NamedSecuritySchemeOrReference.
|
|
1116
|
+
* Use `create(NamedSecuritySchemeOrReferenceSchema)` to create a new message.
|
|
1117
|
+
*/
|
|
1118
|
+
export declare const NamedSecuritySchemeOrReferenceSchema: GenMessage<NamedSecuritySchemeOrReference>;
|
|
1119
|
+
/**
|
|
1120
|
+
* Automatically-generated message used to represent maps of ServerVariable as ordered (name,value) pairs.
|
|
1121
|
+
*
|
|
1122
|
+
* @generated from message gnostic.openapi.v3.NamedServerVariable
|
|
1123
|
+
*/
|
|
1124
|
+
export type NamedServerVariable = Message<"gnostic.openapi.v3.NamedServerVariable"> & {
|
|
1125
|
+
/**
|
|
1126
|
+
* Map key
|
|
1127
|
+
*
|
|
1128
|
+
* @generated from field: string name = 1;
|
|
1129
|
+
*/
|
|
1130
|
+
name: string;
|
|
1131
|
+
/**
|
|
1132
|
+
* Mapped value
|
|
1133
|
+
*
|
|
1134
|
+
* @generated from field: gnostic.openapi.v3.ServerVariable value = 2;
|
|
1135
|
+
*/
|
|
1136
|
+
value?: ServerVariable;
|
|
1137
|
+
};
|
|
1138
|
+
/**
|
|
1139
|
+
* Describes the message gnostic.openapi.v3.NamedServerVariable.
|
|
1140
|
+
* Use `create(NamedServerVariableSchema)` to create a new message.
|
|
1141
|
+
*/
|
|
1142
|
+
export declare const NamedServerVariableSchema: GenMessage<NamedServerVariable>;
|
|
1143
|
+
/**
|
|
1144
|
+
* Automatically-generated message used to represent maps of string as ordered (name,value) pairs.
|
|
1145
|
+
*
|
|
1146
|
+
* @generated from message gnostic.openapi.v3.NamedString
|
|
1147
|
+
*/
|
|
1148
|
+
export type NamedString = Message<"gnostic.openapi.v3.NamedString"> & {
|
|
1149
|
+
/**
|
|
1150
|
+
* Map key
|
|
1151
|
+
*
|
|
1152
|
+
* @generated from field: string name = 1;
|
|
1153
|
+
*/
|
|
1154
|
+
name: string;
|
|
1155
|
+
/**
|
|
1156
|
+
* Mapped value
|
|
1157
|
+
*
|
|
1158
|
+
* @generated from field: string value = 2;
|
|
1159
|
+
*/
|
|
1160
|
+
value: string;
|
|
1161
|
+
};
|
|
1162
|
+
/**
|
|
1163
|
+
* Describes the message gnostic.openapi.v3.NamedString.
|
|
1164
|
+
* Use `create(NamedStringSchema)` to create a new message.
|
|
1165
|
+
*/
|
|
1166
|
+
export declare const NamedStringSchema: GenMessage<NamedString>;
|
|
1167
|
+
/**
|
|
1168
|
+
* Automatically-generated message used to represent maps of StringArray as ordered (name,value) pairs.
|
|
1169
|
+
*
|
|
1170
|
+
* @generated from message gnostic.openapi.v3.NamedStringArray
|
|
1171
|
+
*/
|
|
1172
|
+
export type NamedStringArray = Message<"gnostic.openapi.v3.NamedStringArray"> & {
|
|
1173
|
+
/**
|
|
1174
|
+
* Map key
|
|
1175
|
+
*
|
|
1176
|
+
* @generated from field: string name = 1;
|
|
1177
|
+
*/
|
|
1178
|
+
name: string;
|
|
1179
|
+
/**
|
|
1180
|
+
* Mapped value
|
|
1181
|
+
*
|
|
1182
|
+
* @generated from field: gnostic.openapi.v3.StringArray value = 2;
|
|
1183
|
+
*/
|
|
1184
|
+
value?: StringArray;
|
|
1185
|
+
};
|
|
1186
|
+
/**
|
|
1187
|
+
* Describes the message gnostic.openapi.v3.NamedStringArray.
|
|
1188
|
+
* Use `create(NamedStringArraySchema)` to create a new message.
|
|
1189
|
+
*/
|
|
1190
|
+
export declare const NamedStringArraySchema: GenMessage<NamedStringArray>;
|
|
1191
|
+
/**
|
|
1192
|
+
* Configuration details for a supported OAuth Flow
|
|
1193
|
+
*
|
|
1194
|
+
* @generated from message gnostic.openapi.v3.OauthFlow
|
|
1195
|
+
*/
|
|
1196
|
+
export type OauthFlow = Message<"gnostic.openapi.v3.OauthFlow"> & {
|
|
1197
|
+
/**
|
|
1198
|
+
* @generated from field: string authorization_url = 1;
|
|
1199
|
+
*/
|
|
1200
|
+
authorizationUrl: string;
|
|
1201
|
+
/**
|
|
1202
|
+
* @generated from field: string token_url = 2;
|
|
1203
|
+
*/
|
|
1204
|
+
tokenUrl: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* @generated from field: string refresh_url = 3;
|
|
1207
|
+
*/
|
|
1208
|
+
refreshUrl: string;
|
|
1209
|
+
/**
|
|
1210
|
+
* @generated from field: gnostic.openapi.v3.Strings scopes = 4;
|
|
1211
|
+
*/
|
|
1212
|
+
scopes?: Strings;
|
|
1213
|
+
/**
|
|
1214
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 5;
|
|
1215
|
+
*/
|
|
1216
|
+
specificationExtension: NamedAny[];
|
|
1217
|
+
};
|
|
1218
|
+
/**
|
|
1219
|
+
* Describes the message gnostic.openapi.v3.OauthFlow.
|
|
1220
|
+
* Use `create(OauthFlowSchema)` to create a new message.
|
|
1221
|
+
*/
|
|
1222
|
+
export declare const OauthFlowSchema: GenMessage<OauthFlow>;
|
|
1223
|
+
/**
|
|
1224
|
+
* Allows configuration of the supported OAuth Flows.
|
|
1225
|
+
*
|
|
1226
|
+
* @generated from message gnostic.openapi.v3.OauthFlows
|
|
1227
|
+
*/
|
|
1228
|
+
export type OauthFlows = Message<"gnostic.openapi.v3.OauthFlows"> & {
|
|
1229
|
+
/**
|
|
1230
|
+
* @generated from field: gnostic.openapi.v3.OauthFlow implicit = 1;
|
|
1231
|
+
*/
|
|
1232
|
+
implicit?: OauthFlow;
|
|
1233
|
+
/**
|
|
1234
|
+
* @generated from field: gnostic.openapi.v3.OauthFlow password = 2;
|
|
1235
|
+
*/
|
|
1236
|
+
password?: OauthFlow;
|
|
1237
|
+
/**
|
|
1238
|
+
* @generated from field: gnostic.openapi.v3.OauthFlow client_credentials = 3;
|
|
1239
|
+
*/
|
|
1240
|
+
clientCredentials?: OauthFlow;
|
|
1241
|
+
/**
|
|
1242
|
+
* @generated from field: gnostic.openapi.v3.OauthFlow authorization_code = 4;
|
|
1243
|
+
*/
|
|
1244
|
+
authorizationCode?: OauthFlow;
|
|
1245
|
+
/**
|
|
1246
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 5;
|
|
1247
|
+
*/
|
|
1248
|
+
specificationExtension: NamedAny[];
|
|
1249
|
+
};
|
|
1250
|
+
/**
|
|
1251
|
+
* Describes the message gnostic.openapi.v3.OauthFlows.
|
|
1252
|
+
* Use `create(OauthFlowsSchema)` to create a new message.
|
|
1253
|
+
*/
|
|
1254
|
+
export declare const OauthFlowsSchema: GenMessage<OauthFlows>;
|
|
1255
|
+
/**
|
|
1256
|
+
* @generated from message gnostic.openapi.v3.Object
|
|
1257
|
+
*/
|
|
1258
|
+
export type Object$ = Message<"gnostic.openapi.v3.Object"> & {
|
|
1259
|
+
/**
|
|
1260
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny additional_properties = 1;
|
|
1261
|
+
*/
|
|
1262
|
+
additionalProperties: NamedAny[];
|
|
1263
|
+
};
|
|
1264
|
+
/**
|
|
1265
|
+
* Describes the message gnostic.openapi.v3.Object.
|
|
1266
|
+
* Use `create(ObjectSchema)` to create a new message.
|
|
1267
|
+
*/
|
|
1268
|
+
export declare const ObjectSchema: GenMessage<Object$>;
|
|
1269
|
+
/**
|
|
1270
|
+
* Describes a single API operation on a path.
|
|
1271
|
+
*
|
|
1272
|
+
* @generated from message gnostic.openapi.v3.Operation
|
|
1273
|
+
*/
|
|
1274
|
+
export type Operation = Message<"gnostic.openapi.v3.Operation"> & {
|
|
1275
|
+
/**
|
|
1276
|
+
* @generated from field: repeated string tags = 1;
|
|
1277
|
+
*/
|
|
1278
|
+
tags: string[];
|
|
1279
|
+
/**
|
|
1280
|
+
* @generated from field: string summary = 2;
|
|
1281
|
+
*/
|
|
1282
|
+
summary: string;
|
|
1283
|
+
/**
|
|
1284
|
+
* @generated from field: string description = 3;
|
|
1285
|
+
*/
|
|
1286
|
+
description: string;
|
|
1287
|
+
/**
|
|
1288
|
+
* @generated from field: gnostic.openapi.v3.ExternalDocs external_docs = 4;
|
|
1289
|
+
*/
|
|
1290
|
+
externalDocs?: ExternalDocs;
|
|
1291
|
+
/**
|
|
1292
|
+
* @generated from field: string operation_id = 5;
|
|
1293
|
+
*/
|
|
1294
|
+
operationId: string;
|
|
1295
|
+
/**
|
|
1296
|
+
* @generated from field: repeated gnostic.openapi.v3.ParameterOrReference parameters = 6;
|
|
1297
|
+
*/
|
|
1298
|
+
parameters: ParameterOrReference[];
|
|
1299
|
+
/**
|
|
1300
|
+
* @generated from field: gnostic.openapi.v3.RequestBodyOrReference request_body = 7;
|
|
1301
|
+
*/
|
|
1302
|
+
requestBody?: RequestBodyOrReference;
|
|
1303
|
+
/**
|
|
1304
|
+
* @generated from field: gnostic.openapi.v3.Responses responses = 8;
|
|
1305
|
+
*/
|
|
1306
|
+
responses?: Responses;
|
|
1307
|
+
/**
|
|
1308
|
+
* @generated from field: gnostic.openapi.v3.CallbacksOrReferences callbacks = 9;
|
|
1309
|
+
*/
|
|
1310
|
+
callbacks?: CallbacksOrReferences;
|
|
1311
|
+
/**
|
|
1312
|
+
* @generated from field: bool deprecated = 10;
|
|
1313
|
+
*/
|
|
1314
|
+
deprecated: boolean;
|
|
1315
|
+
/**
|
|
1316
|
+
* @generated from field: repeated gnostic.openapi.v3.SecurityRequirement security = 11;
|
|
1317
|
+
*/
|
|
1318
|
+
security: SecurityRequirement[];
|
|
1319
|
+
/**
|
|
1320
|
+
* @generated from field: repeated gnostic.openapi.v3.Server servers = 12;
|
|
1321
|
+
*/
|
|
1322
|
+
servers: Server[];
|
|
1323
|
+
/**
|
|
1324
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 13;
|
|
1325
|
+
*/
|
|
1326
|
+
specificationExtension: NamedAny[];
|
|
1327
|
+
};
|
|
1328
|
+
/**
|
|
1329
|
+
* Describes the message gnostic.openapi.v3.Operation.
|
|
1330
|
+
* Use `create(OperationSchema)` to create a new message.
|
|
1331
|
+
*/
|
|
1332
|
+
export declare const OperationSchema: GenMessage<Operation>;
|
|
1333
|
+
/**
|
|
1334
|
+
* Describes a single operation parameter. A unique parameter is defined by a combination of a name and location.
|
|
1335
|
+
*
|
|
1336
|
+
* @generated from message gnostic.openapi.v3.Parameter
|
|
1337
|
+
*/
|
|
1338
|
+
export type Parameter = Message<"gnostic.openapi.v3.Parameter"> & {
|
|
1339
|
+
/**
|
|
1340
|
+
* @generated from field: string name = 1;
|
|
1341
|
+
*/
|
|
1342
|
+
name: string;
|
|
1343
|
+
/**
|
|
1344
|
+
* @generated from field: string in = 2;
|
|
1345
|
+
*/
|
|
1346
|
+
in: string;
|
|
1347
|
+
/**
|
|
1348
|
+
* @generated from field: string description = 3;
|
|
1349
|
+
*/
|
|
1350
|
+
description: string;
|
|
1351
|
+
/**
|
|
1352
|
+
* @generated from field: bool required = 4;
|
|
1353
|
+
*/
|
|
1354
|
+
required: boolean;
|
|
1355
|
+
/**
|
|
1356
|
+
* @generated from field: bool deprecated = 5;
|
|
1357
|
+
*/
|
|
1358
|
+
deprecated: boolean;
|
|
1359
|
+
/**
|
|
1360
|
+
* @generated from field: bool allow_empty_value = 6;
|
|
1361
|
+
*/
|
|
1362
|
+
allowEmptyValue: boolean;
|
|
1363
|
+
/**
|
|
1364
|
+
* @generated from field: string style = 7;
|
|
1365
|
+
*/
|
|
1366
|
+
style: string;
|
|
1367
|
+
/**
|
|
1368
|
+
* @generated from field: bool explode = 8;
|
|
1369
|
+
*/
|
|
1370
|
+
explode: boolean;
|
|
1371
|
+
/**
|
|
1372
|
+
* @generated from field: bool allow_reserved = 9;
|
|
1373
|
+
*/
|
|
1374
|
+
allowReserved: boolean;
|
|
1375
|
+
/**
|
|
1376
|
+
* @generated from field: gnostic.openapi.v3.SchemaOrReference schema = 10;
|
|
1377
|
+
*/
|
|
1378
|
+
schema?: SchemaOrReference;
|
|
1379
|
+
/**
|
|
1380
|
+
* @generated from field: gnostic.openapi.v3.Any example = 11;
|
|
1381
|
+
*/
|
|
1382
|
+
example?: Any;
|
|
1383
|
+
/**
|
|
1384
|
+
* @generated from field: gnostic.openapi.v3.ExamplesOrReferences examples = 12;
|
|
1385
|
+
*/
|
|
1386
|
+
examples?: ExamplesOrReferences;
|
|
1387
|
+
/**
|
|
1388
|
+
* @generated from field: gnostic.openapi.v3.MediaTypes content = 13;
|
|
1389
|
+
*/
|
|
1390
|
+
content?: MediaTypes;
|
|
1391
|
+
/**
|
|
1392
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 14;
|
|
1393
|
+
*/
|
|
1394
|
+
specificationExtension: NamedAny[];
|
|
1395
|
+
};
|
|
1396
|
+
/**
|
|
1397
|
+
* Describes the message gnostic.openapi.v3.Parameter.
|
|
1398
|
+
* Use `create(ParameterSchema)` to create a new message.
|
|
1399
|
+
*/
|
|
1400
|
+
export declare const ParameterSchema: GenMessage<Parameter>;
|
|
1401
|
+
/**
|
|
1402
|
+
* @generated from message gnostic.openapi.v3.ParameterOrReference
|
|
1403
|
+
*/
|
|
1404
|
+
export type ParameterOrReference = Message<"gnostic.openapi.v3.ParameterOrReference"> & {
|
|
1405
|
+
/**
|
|
1406
|
+
* @generated from oneof gnostic.openapi.v3.ParameterOrReference.oneof
|
|
1407
|
+
*/
|
|
1408
|
+
oneof: {
|
|
1409
|
+
/**
|
|
1410
|
+
* @generated from field: gnostic.openapi.v3.Parameter parameter = 1;
|
|
1411
|
+
*/
|
|
1412
|
+
value: Parameter;
|
|
1413
|
+
case: "parameter";
|
|
1414
|
+
} | {
|
|
1415
|
+
/**
|
|
1416
|
+
* @generated from field: gnostic.openapi.v3.Reference reference = 2;
|
|
1417
|
+
*/
|
|
1418
|
+
value: Reference;
|
|
1419
|
+
case: "reference";
|
|
1420
|
+
} | {
|
|
1421
|
+
case: undefined;
|
|
1422
|
+
value?: undefined;
|
|
1423
|
+
};
|
|
1424
|
+
};
|
|
1425
|
+
/**
|
|
1426
|
+
* Describes the message gnostic.openapi.v3.ParameterOrReference.
|
|
1427
|
+
* Use `create(ParameterOrReferenceSchema)` to create a new message.
|
|
1428
|
+
*/
|
|
1429
|
+
export declare const ParameterOrReferenceSchema: GenMessage<ParameterOrReference>;
|
|
1430
|
+
/**
|
|
1431
|
+
* @generated from message gnostic.openapi.v3.ParametersOrReferences
|
|
1432
|
+
*/
|
|
1433
|
+
export type ParametersOrReferences = Message<"gnostic.openapi.v3.ParametersOrReferences"> & {
|
|
1434
|
+
/**
|
|
1435
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedParameterOrReference additional_properties = 1;
|
|
1436
|
+
*/
|
|
1437
|
+
additionalProperties: NamedParameterOrReference[];
|
|
1438
|
+
};
|
|
1439
|
+
/**
|
|
1440
|
+
* Describes the message gnostic.openapi.v3.ParametersOrReferences.
|
|
1441
|
+
* Use `create(ParametersOrReferencesSchema)` to create a new message.
|
|
1442
|
+
*/
|
|
1443
|
+
export declare const ParametersOrReferencesSchema: GenMessage<ParametersOrReferences>;
|
|
1444
|
+
/**
|
|
1445
|
+
* Describes the operations available on a single path. A Path Item MAY be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.
|
|
1446
|
+
*
|
|
1447
|
+
* @generated from message gnostic.openapi.v3.PathItem
|
|
1448
|
+
*/
|
|
1449
|
+
export type PathItem = Message<"gnostic.openapi.v3.PathItem"> & {
|
|
1450
|
+
/**
|
|
1451
|
+
* @generated from field: string _ref = 1;
|
|
1452
|
+
*/
|
|
1453
|
+
Ref: string;
|
|
1454
|
+
/**
|
|
1455
|
+
* @generated from field: string summary = 2;
|
|
1456
|
+
*/
|
|
1457
|
+
summary: string;
|
|
1458
|
+
/**
|
|
1459
|
+
* @generated from field: string description = 3;
|
|
1460
|
+
*/
|
|
1461
|
+
description: string;
|
|
1462
|
+
/**
|
|
1463
|
+
* @generated from field: gnostic.openapi.v3.Operation get = 4;
|
|
1464
|
+
*/
|
|
1465
|
+
get?: Operation;
|
|
1466
|
+
/**
|
|
1467
|
+
* @generated from field: gnostic.openapi.v3.Operation put = 5;
|
|
1468
|
+
*/
|
|
1469
|
+
put?: Operation;
|
|
1470
|
+
/**
|
|
1471
|
+
* @generated from field: gnostic.openapi.v3.Operation post = 6;
|
|
1472
|
+
*/
|
|
1473
|
+
post?: Operation;
|
|
1474
|
+
/**
|
|
1475
|
+
* @generated from field: gnostic.openapi.v3.Operation delete = 7;
|
|
1476
|
+
*/
|
|
1477
|
+
delete?: Operation;
|
|
1478
|
+
/**
|
|
1479
|
+
* @generated from field: gnostic.openapi.v3.Operation options = 8;
|
|
1480
|
+
*/
|
|
1481
|
+
options?: Operation;
|
|
1482
|
+
/**
|
|
1483
|
+
* @generated from field: gnostic.openapi.v3.Operation head = 9;
|
|
1484
|
+
*/
|
|
1485
|
+
head?: Operation;
|
|
1486
|
+
/**
|
|
1487
|
+
* @generated from field: gnostic.openapi.v3.Operation patch = 10;
|
|
1488
|
+
*/
|
|
1489
|
+
patch?: Operation;
|
|
1490
|
+
/**
|
|
1491
|
+
* @generated from field: gnostic.openapi.v3.Operation trace = 11;
|
|
1492
|
+
*/
|
|
1493
|
+
trace?: Operation;
|
|
1494
|
+
/**
|
|
1495
|
+
* @generated from field: repeated gnostic.openapi.v3.Server servers = 12;
|
|
1496
|
+
*/
|
|
1497
|
+
servers: Server[];
|
|
1498
|
+
/**
|
|
1499
|
+
* @generated from field: repeated gnostic.openapi.v3.ParameterOrReference parameters = 13;
|
|
1500
|
+
*/
|
|
1501
|
+
parameters: ParameterOrReference[];
|
|
1502
|
+
/**
|
|
1503
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 14;
|
|
1504
|
+
*/
|
|
1505
|
+
specificationExtension: NamedAny[];
|
|
1506
|
+
};
|
|
1507
|
+
/**
|
|
1508
|
+
* Describes the message gnostic.openapi.v3.PathItem.
|
|
1509
|
+
* Use `create(PathItemSchema)` to create a new message.
|
|
1510
|
+
*/
|
|
1511
|
+
export declare const PathItemSchema: GenMessage<PathItem>;
|
|
1512
|
+
/**
|
|
1513
|
+
* Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.
|
|
1514
|
+
*
|
|
1515
|
+
* @generated from message gnostic.openapi.v3.Paths
|
|
1516
|
+
*/
|
|
1517
|
+
export type Paths = Message<"gnostic.openapi.v3.Paths"> & {
|
|
1518
|
+
/**
|
|
1519
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedPathItem path = 1;
|
|
1520
|
+
*/
|
|
1521
|
+
path: NamedPathItem[];
|
|
1522
|
+
/**
|
|
1523
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 2;
|
|
1524
|
+
*/
|
|
1525
|
+
specificationExtension: NamedAny[];
|
|
1526
|
+
};
|
|
1527
|
+
/**
|
|
1528
|
+
* Describes the message gnostic.openapi.v3.Paths.
|
|
1529
|
+
* Use `create(PathsSchema)` to create a new message.
|
|
1530
|
+
*/
|
|
1531
|
+
export declare const PathsSchema: GenMessage<Paths>;
|
|
1532
|
+
/**
|
|
1533
|
+
* @generated from message gnostic.openapi.v3.Properties
|
|
1534
|
+
*/
|
|
1535
|
+
export type Properties = Message<"gnostic.openapi.v3.Properties"> & {
|
|
1536
|
+
/**
|
|
1537
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedSchemaOrReference additional_properties = 1;
|
|
1538
|
+
*/
|
|
1539
|
+
additionalProperties: NamedSchemaOrReference[];
|
|
1540
|
+
};
|
|
1541
|
+
/**
|
|
1542
|
+
* Describes the message gnostic.openapi.v3.Properties.
|
|
1543
|
+
* Use `create(PropertiesSchema)` to create a new message.
|
|
1544
|
+
*/
|
|
1545
|
+
export declare const PropertiesSchema: GenMessage<Properties>;
|
|
1546
|
+
/**
|
|
1547
|
+
* A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.
|
|
1548
|
+
*
|
|
1549
|
+
* @generated from message gnostic.openapi.v3.Reference
|
|
1550
|
+
*/
|
|
1551
|
+
export type Reference = Message<"gnostic.openapi.v3.Reference"> & {
|
|
1552
|
+
/**
|
|
1553
|
+
* @generated from field: string _ref = 1;
|
|
1554
|
+
*/
|
|
1555
|
+
Ref: string;
|
|
1556
|
+
/**
|
|
1557
|
+
* @generated from field: string summary = 2;
|
|
1558
|
+
*/
|
|
1559
|
+
summary: string;
|
|
1560
|
+
/**
|
|
1561
|
+
* @generated from field: string description = 3;
|
|
1562
|
+
*/
|
|
1563
|
+
description: string;
|
|
1564
|
+
};
|
|
1565
|
+
/**
|
|
1566
|
+
* Describes the message gnostic.openapi.v3.Reference.
|
|
1567
|
+
* Use `create(ReferenceSchema)` to create a new message.
|
|
1568
|
+
*/
|
|
1569
|
+
export declare const ReferenceSchema: GenMessage<Reference>;
|
|
1570
|
+
/**
|
|
1571
|
+
* @generated from message gnostic.openapi.v3.RequestBodiesOrReferences
|
|
1572
|
+
*/
|
|
1573
|
+
export type RequestBodiesOrReferences = Message<"gnostic.openapi.v3.RequestBodiesOrReferences"> & {
|
|
1574
|
+
/**
|
|
1575
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedRequestBodyOrReference additional_properties = 1;
|
|
1576
|
+
*/
|
|
1577
|
+
additionalProperties: NamedRequestBodyOrReference[];
|
|
1578
|
+
};
|
|
1579
|
+
/**
|
|
1580
|
+
* Describes the message gnostic.openapi.v3.RequestBodiesOrReferences.
|
|
1581
|
+
* Use `create(RequestBodiesOrReferencesSchema)` to create a new message.
|
|
1582
|
+
*/
|
|
1583
|
+
export declare const RequestBodiesOrReferencesSchema: GenMessage<RequestBodiesOrReferences>;
|
|
1584
|
+
/**
|
|
1585
|
+
* Describes a single request body.
|
|
1586
|
+
*
|
|
1587
|
+
* @generated from message gnostic.openapi.v3.RequestBody
|
|
1588
|
+
*/
|
|
1589
|
+
export type RequestBody = Message<"gnostic.openapi.v3.RequestBody"> & {
|
|
1590
|
+
/**
|
|
1591
|
+
* @generated from field: string description = 1;
|
|
1592
|
+
*/
|
|
1593
|
+
description: string;
|
|
1594
|
+
/**
|
|
1595
|
+
* @generated from field: gnostic.openapi.v3.MediaTypes content = 2;
|
|
1596
|
+
*/
|
|
1597
|
+
content?: MediaTypes;
|
|
1598
|
+
/**
|
|
1599
|
+
* @generated from field: bool required = 3;
|
|
1600
|
+
*/
|
|
1601
|
+
required: boolean;
|
|
1602
|
+
/**
|
|
1603
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 4;
|
|
1604
|
+
*/
|
|
1605
|
+
specificationExtension: NamedAny[];
|
|
1606
|
+
};
|
|
1607
|
+
/**
|
|
1608
|
+
* Describes the message gnostic.openapi.v3.RequestBody.
|
|
1609
|
+
* Use `create(RequestBodySchema)` to create a new message.
|
|
1610
|
+
*/
|
|
1611
|
+
export declare const RequestBodySchema: GenMessage<RequestBody>;
|
|
1612
|
+
/**
|
|
1613
|
+
* @generated from message gnostic.openapi.v3.RequestBodyOrReference
|
|
1614
|
+
*/
|
|
1615
|
+
export type RequestBodyOrReference = Message<"gnostic.openapi.v3.RequestBodyOrReference"> & {
|
|
1616
|
+
/**
|
|
1617
|
+
* @generated from oneof gnostic.openapi.v3.RequestBodyOrReference.oneof
|
|
1618
|
+
*/
|
|
1619
|
+
oneof: {
|
|
1620
|
+
/**
|
|
1621
|
+
* @generated from field: gnostic.openapi.v3.RequestBody request_body = 1;
|
|
1622
|
+
*/
|
|
1623
|
+
value: RequestBody;
|
|
1624
|
+
case: "requestBody";
|
|
1625
|
+
} | {
|
|
1626
|
+
/**
|
|
1627
|
+
* @generated from field: gnostic.openapi.v3.Reference reference = 2;
|
|
1628
|
+
*/
|
|
1629
|
+
value: Reference;
|
|
1630
|
+
case: "reference";
|
|
1631
|
+
} | {
|
|
1632
|
+
case: undefined;
|
|
1633
|
+
value?: undefined;
|
|
1634
|
+
};
|
|
1635
|
+
};
|
|
1636
|
+
/**
|
|
1637
|
+
* Describes the message gnostic.openapi.v3.RequestBodyOrReference.
|
|
1638
|
+
* Use `create(RequestBodyOrReferenceSchema)` to create a new message.
|
|
1639
|
+
*/
|
|
1640
|
+
export declare const RequestBodyOrReferenceSchema: GenMessage<RequestBodyOrReference>;
|
|
1641
|
+
/**
|
|
1642
|
+
* Describes a single response from an API Operation, including design-time, static `links` to operations based on the response.
|
|
1643
|
+
*
|
|
1644
|
+
* @generated from message gnostic.openapi.v3.Response
|
|
1645
|
+
*/
|
|
1646
|
+
export type Response = Message<"gnostic.openapi.v3.Response"> & {
|
|
1647
|
+
/**
|
|
1648
|
+
* @generated from field: string description = 1;
|
|
1649
|
+
*/
|
|
1650
|
+
description: string;
|
|
1651
|
+
/**
|
|
1652
|
+
* @generated from field: gnostic.openapi.v3.HeadersOrReferences headers = 2;
|
|
1653
|
+
*/
|
|
1654
|
+
headers?: HeadersOrReferences;
|
|
1655
|
+
/**
|
|
1656
|
+
* @generated from field: gnostic.openapi.v3.MediaTypes content = 3;
|
|
1657
|
+
*/
|
|
1658
|
+
content?: MediaTypes;
|
|
1659
|
+
/**
|
|
1660
|
+
* @generated from field: gnostic.openapi.v3.LinksOrReferences links = 4;
|
|
1661
|
+
*/
|
|
1662
|
+
links?: LinksOrReferences;
|
|
1663
|
+
/**
|
|
1664
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 5;
|
|
1665
|
+
*/
|
|
1666
|
+
specificationExtension: NamedAny[];
|
|
1667
|
+
};
|
|
1668
|
+
/**
|
|
1669
|
+
* Describes the message gnostic.openapi.v3.Response.
|
|
1670
|
+
* Use `create(ResponseSchema)` to create a new message.
|
|
1671
|
+
*/
|
|
1672
|
+
export declare const ResponseSchema: GenMessage<Response>;
|
|
1673
|
+
/**
|
|
1674
|
+
* @generated from message gnostic.openapi.v3.ResponseOrReference
|
|
1675
|
+
*/
|
|
1676
|
+
export type ResponseOrReference = Message<"gnostic.openapi.v3.ResponseOrReference"> & {
|
|
1677
|
+
/**
|
|
1678
|
+
* @generated from oneof gnostic.openapi.v3.ResponseOrReference.oneof
|
|
1679
|
+
*/
|
|
1680
|
+
oneof: {
|
|
1681
|
+
/**
|
|
1682
|
+
* @generated from field: gnostic.openapi.v3.Response response = 1;
|
|
1683
|
+
*/
|
|
1684
|
+
value: Response;
|
|
1685
|
+
case: "response";
|
|
1686
|
+
} | {
|
|
1687
|
+
/**
|
|
1688
|
+
* @generated from field: gnostic.openapi.v3.Reference reference = 2;
|
|
1689
|
+
*/
|
|
1690
|
+
value: Reference;
|
|
1691
|
+
case: "reference";
|
|
1692
|
+
} | {
|
|
1693
|
+
case: undefined;
|
|
1694
|
+
value?: undefined;
|
|
1695
|
+
};
|
|
1696
|
+
};
|
|
1697
|
+
/**
|
|
1698
|
+
* Describes the message gnostic.openapi.v3.ResponseOrReference.
|
|
1699
|
+
* Use `create(ResponseOrReferenceSchema)` to create a new message.
|
|
1700
|
+
*/
|
|
1701
|
+
export declare const ResponseOrReferenceSchema: GenMessage<ResponseOrReference>;
|
|
1702
|
+
/**
|
|
1703
|
+
* A container for the expected responses of an operation. The container maps a HTTP response code to the expected response. The documentation is not necessarily expected to cover all possible HTTP response codes because they may not be known in advance. However, documentation is expected to cover a successful operation response and any known errors. The `default` MAY be used as a default response object for all HTTP codes that are not covered individually by the specification. The `Responses Object` MUST contain at least one response code, and it SHOULD be the response for a successful operation call.
|
|
1704
|
+
*
|
|
1705
|
+
* @generated from message gnostic.openapi.v3.Responses
|
|
1706
|
+
*/
|
|
1707
|
+
export type Responses = Message<"gnostic.openapi.v3.Responses"> & {
|
|
1708
|
+
/**
|
|
1709
|
+
* @generated from field: gnostic.openapi.v3.ResponseOrReference default = 1;
|
|
1710
|
+
*/
|
|
1711
|
+
default?: ResponseOrReference;
|
|
1712
|
+
/**
|
|
1713
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedResponseOrReference response_or_reference = 2;
|
|
1714
|
+
*/
|
|
1715
|
+
responseOrReference: NamedResponseOrReference[];
|
|
1716
|
+
/**
|
|
1717
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 3;
|
|
1718
|
+
*/
|
|
1719
|
+
specificationExtension: NamedAny[];
|
|
1720
|
+
};
|
|
1721
|
+
/**
|
|
1722
|
+
* Describes the message gnostic.openapi.v3.Responses.
|
|
1723
|
+
* Use `create(ResponsesSchema)` to create a new message.
|
|
1724
|
+
*/
|
|
1725
|
+
export declare const ResponsesSchema: GenMessage<Responses>;
|
|
1726
|
+
/**
|
|
1727
|
+
* @generated from message gnostic.openapi.v3.ResponsesOrReferences
|
|
1728
|
+
*/
|
|
1729
|
+
export type ResponsesOrReferences = Message<"gnostic.openapi.v3.ResponsesOrReferences"> & {
|
|
1730
|
+
/**
|
|
1731
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedResponseOrReference additional_properties = 1;
|
|
1732
|
+
*/
|
|
1733
|
+
additionalProperties: NamedResponseOrReference[];
|
|
1734
|
+
};
|
|
1735
|
+
/**
|
|
1736
|
+
* Describes the message gnostic.openapi.v3.ResponsesOrReferences.
|
|
1737
|
+
* Use `create(ResponsesOrReferencesSchema)` to create a new message.
|
|
1738
|
+
*/
|
|
1739
|
+
export declare const ResponsesOrReferencesSchema: GenMessage<ResponsesOrReferences>;
|
|
1740
|
+
/**
|
|
1741
|
+
* The Schema Object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. This object is an extended subset of the JSON Schema Specification Wright Draft 00. For more information about the properties, see JSON Schema Core and JSON Schema Validation. Unless stated otherwise, the property definitions follow the JSON Schema.
|
|
1742
|
+
*
|
|
1743
|
+
* @generated from message gnostic.openapi.v3.Schema
|
|
1744
|
+
*/
|
|
1745
|
+
export type Schema = Message<"gnostic.openapi.v3.Schema"> & {
|
|
1746
|
+
/**
|
|
1747
|
+
* @generated from field: bool nullable = 1;
|
|
1748
|
+
*/
|
|
1749
|
+
nullable: boolean;
|
|
1750
|
+
/**
|
|
1751
|
+
* @generated from field: gnostic.openapi.v3.Discriminator discriminator = 2;
|
|
1752
|
+
*/
|
|
1753
|
+
discriminator?: Discriminator;
|
|
1754
|
+
/**
|
|
1755
|
+
* @generated from field: bool read_only = 3;
|
|
1756
|
+
*/
|
|
1757
|
+
readOnly: boolean;
|
|
1758
|
+
/**
|
|
1759
|
+
* @generated from field: bool write_only = 4;
|
|
1760
|
+
*/
|
|
1761
|
+
writeOnly: boolean;
|
|
1762
|
+
/**
|
|
1763
|
+
* @generated from field: gnostic.openapi.v3.Xml xml = 5;
|
|
1764
|
+
*/
|
|
1765
|
+
xml?: Xml;
|
|
1766
|
+
/**
|
|
1767
|
+
* @generated from field: gnostic.openapi.v3.ExternalDocs external_docs = 6;
|
|
1768
|
+
*/
|
|
1769
|
+
externalDocs?: ExternalDocs;
|
|
1770
|
+
/**
|
|
1771
|
+
* @generated from field: gnostic.openapi.v3.Any example = 7;
|
|
1772
|
+
*/
|
|
1773
|
+
example?: Any;
|
|
1774
|
+
/**
|
|
1775
|
+
* @generated from field: bool deprecated = 8;
|
|
1776
|
+
*/
|
|
1777
|
+
deprecated: boolean;
|
|
1778
|
+
/**
|
|
1779
|
+
* @generated from field: string title = 9;
|
|
1780
|
+
*/
|
|
1781
|
+
title: string;
|
|
1782
|
+
/**
|
|
1783
|
+
* @generated from field: double multiple_of = 10;
|
|
1784
|
+
*/
|
|
1785
|
+
multipleOf: number;
|
|
1786
|
+
/**
|
|
1787
|
+
* @generated from field: double maximum = 11;
|
|
1788
|
+
*/
|
|
1789
|
+
maximum: number;
|
|
1790
|
+
/**
|
|
1791
|
+
* @generated from field: bool exclusive_maximum = 12;
|
|
1792
|
+
*/
|
|
1793
|
+
exclusiveMaximum: boolean;
|
|
1794
|
+
/**
|
|
1795
|
+
* @generated from field: double minimum = 13;
|
|
1796
|
+
*/
|
|
1797
|
+
minimum: number;
|
|
1798
|
+
/**
|
|
1799
|
+
* @generated from field: bool exclusive_minimum = 14;
|
|
1800
|
+
*/
|
|
1801
|
+
exclusiveMinimum: boolean;
|
|
1802
|
+
/**
|
|
1803
|
+
* @generated from field: int64 max_length = 15 [jstype = JS_STRING];
|
|
1804
|
+
*/
|
|
1805
|
+
maxLength: string;
|
|
1806
|
+
/**
|
|
1807
|
+
* @generated from field: int64 min_length = 16 [jstype = JS_STRING];
|
|
1808
|
+
*/
|
|
1809
|
+
minLength: string;
|
|
1810
|
+
/**
|
|
1811
|
+
* @generated from field: string pattern = 17;
|
|
1812
|
+
*/
|
|
1813
|
+
pattern: string;
|
|
1814
|
+
/**
|
|
1815
|
+
* @generated from field: int64 max_items = 18 [jstype = JS_STRING];
|
|
1816
|
+
*/
|
|
1817
|
+
maxItems: string;
|
|
1818
|
+
/**
|
|
1819
|
+
* @generated from field: int64 min_items = 19 [jstype = JS_STRING];
|
|
1820
|
+
*/
|
|
1821
|
+
minItems: string;
|
|
1822
|
+
/**
|
|
1823
|
+
* @generated from field: bool unique_items = 20;
|
|
1824
|
+
*/
|
|
1825
|
+
uniqueItems: boolean;
|
|
1826
|
+
/**
|
|
1827
|
+
* @generated from field: int64 max_properties = 21 [jstype = JS_STRING];
|
|
1828
|
+
*/
|
|
1829
|
+
maxProperties: string;
|
|
1830
|
+
/**
|
|
1831
|
+
* @generated from field: int64 min_properties = 22 [jstype = JS_STRING];
|
|
1832
|
+
*/
|
|
1833
|
+
minProperties: string;
|
|
1834
|
+
/**
|
|
1835
|
+
* @generated from field: repeated string required = 23;
|
|
1836
|
+
*/
|
|
1837
|
+
required: string[];
|
|
1838
|
+
/**
|
|
1839
|
+
* @generated from field: repeated gnostic.openapi.v3.Any enum = 24;
|
|
1840
|
+
*/
|
|
1841
|
+
enum: Any[];
|
|
1842
|
+
/**
|
|
1843
|
+
* @generated from field: string type = 25;
|
|
1844
|
+
*/
|
|
1845
|
+
type: string;
|
|
1846
|
+
/**
|
|
1847
|
+
* @generated from field: repeated gnostic.openapi.v3.SchemaOrReference all_of = 26;
|
|
1848
|
+
*/
|
|
1849
|
+
allOf: SchemaOrReference[];
|
|
1850
|
+
/**
|
|
1851
|
+
* @generated from field: repeated gnostic.openapi.v3.SchemaOrReference one_of = 27;
|
|
1852
|
+
*/
|
|
1853
|
+
oneOf: SchemaOrReference[];
|
|
1854
|
+
/**
|
|
1855
|
+
* @generated from field: repeated gnostic.openapi.v3.SchemaOrReference any_of = 28;
|
|
1856
|
+
*/
|
|
1857
|
+
anyOf: SchemaOrReference[];
|
|
1858
|
+
/**
|
|
1859
|
+
* @generated from field: gnostic.openapi.v3.Schema not = 29;
|
|
1860
|
+
*/
|
|
1861
|
+
not?: Schema;
|
|
1862
|
+
/**
|
|
1863
|
+
* @generated from field: gnostic.openapi.v3.ItemsItem items = 30;
|
|
1864
|
+
*/
|
|
1865
|
+
items?: ItemsItem;
|
|
1866
|
+
/**
|
|
1867
|
+
* @generated from field: gnostic.openapi.v3.Properties properties = 31;
|
|
1868
|
+
*/
|
|
1869
|
+
properties?: Properties;
|
|
1870
|
+
/**
|
|
1871
|
+
* @generated from field: gnostic.openapi.v3.AdditionalPropertiesItem additional_properties = 32;
|
|
1872
|
+
*/
|
|
1873
|
+
additionalProperties?: AdditionalPropertiesItem;
|
|
1874
|
+
/**
|
|
1875
|
+
* @generated from field: gnostic.openapi.v3.DefaultType default = 33;
|
|
1876
|
+
*/
|
|
1877
|
+
default?: DefaultType;
|
|
1878
|
+
/**
|
|
1879
|
+
* @generated from field: string description = 34;
|
|
1880
|
+
*/
|
|
1881
|
+
description: string;
|
|
1882
|
+
/**
|
|
1883
|
+
* @generated from field: string format = 35;
|
|
1884
|
+
*/
|
|
1885
|
+
format: string;
|
|
1886
|
+
/**
|
|
1887
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 36;
|
|
1888
|
+
*/
|
|
1889
|
+
specificationExtension: NamedAny[];
|
|
1890
|
+
};
|
|
1891
|
+
/**
|
|
1892
|
+
* Describes the message gnostic.openapi.v3.Schema.
|
|
1893
|
+
* Use `create(SchemaSchema)` to create a new message.
|
|
1894
|
+
*/
|
|
1895
|
+
export declare const SchemaSchema: GenMessage<Schema>;
|
|
1896
|
+
/**
|
|
1897
|
+
* @generated from message gnostic.openapi.v3.SchemaOrReference
|
|
1898
|
+
*/
|
|
1899
|
+
export type SchemaOrReference = Message<"gnostic.openapi.v3.SchemaOrReference"> & {
|
|
1900
|
+
/**
|
|
1901
|
+
* @generated from oneof gnostic.openapi.v3.SchemaOrReference.oneof
|
|
1902
|
+
*/
|
|
1903
|
+
oneof: {
|
|
1904
|
+
/**
|
|
1905
|
+
* @generated from field: gnostic.openapi.v3.Schema schema = 1;
|
|
1906
|
+
*/
|
|
1907
|
+
value: Schema;
|
|
1908
|
+
case: "schema";
|
|
1909
|
+
} | {
|
|
1910
|
+
/**
|
|
1911
|
+
* @generated from field: gnostic.openapi.v3.Reference reference = 2;
|
|
1912
|
+
*/
|
|
1913
|
+
value: Reference;
|
|
1914
|
+
case: "reference";
|
|
1915
|
+
} | {
|
|
1916
|
+
case: undefined;
|
|
1917
|
+
value?: undefined;
|
|
1918
|
+
};
|
|
1919
|
+
};
|
|
1920
|
+
/**
|
|
1921
|
+
* Describes the message gnostic.openapi.v3.SchemaOrReference.
|
|
1922
|
+
* Use `create(SchemaOrReferenceSchema)` to create a new message.
|
|
1923
|
+
*/
|
|
1924
|
+
export declare const SchemaOrReferenceSchema: GenMessage<SchemaOrReference>;
|
|
1925
|
+
/**
|
|
1926
|
+
* @generated from message gnostic.openapi.v3.SchemasOrReferences
|
|
1927
|
+
*/
|
|
1928
|
+
export type SchemasOrReferences = Message<"gnostic.openapi.v3.SchemasOrReferences"> & {
|
|
1929
|
+
/**
|
|
1930
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedSchemaOrReference additional_properties = 1;
|
|
1931
|
+
*/
|
|
1932
|
+
additionalProperties: NamedSchemaOrReference[];
|
|
1933
|
+
};
|
|
1934
|
+
/**
|
|
1935
|
+
* Describes the message gnostic.openapi.v3.SchemasOrReferences.
|
|
1936
|
+
* Use `create(SchemasOrReferencesSchema)` to create a new message.
|
|
1937
|
+
*/
|
|
1938
|
+
export declare const SchemasOrReferencesSchema: GenMessage<SchemasOrReferences>;
|
|
1939
|
+
/**
|
|
1940
|
+
* Lists the required security schemes to execute this operation. The name used for each property MUST correspond to a security scheme declared in the Security Schemes under the Components Object. Security Requirement Objects that contain multiple schemes require that all schemes MUST be satisfied for a request to be authorized. This enables support for scenarios where multiple query parameters or HTTP headers are required to convey security information. When a list of Security Requirement Objects is defined on the OpenAPI Object or Operation Object, only one of the Security Requirement Objects in the list needs to be satisfied to authorize the request.
|
|
1941
|
+
*
|
|
1942
|
+
* @generated from message gnostic.openapi.v3.SecurityRequirement
|
|
1943
|
+
*/
|
|
1944
|
+
export type SecurityRequirement = Message<"gnostic.openapi.v3.SecurityRequirement"> & {
|
|
1945
|
+
/**
|
|
1946
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedStringArray additional_properties = 1;
|
|
1947
|
+
*/
|
|
1948
|
+
additionalProperties: NamedStringArray[];
|
|
1949
|
+
};
|
|
1950
|
+
/**
|
|
1951
|
+
* Describes the message gnostic.openapi.v3.SecurityRequirement.
|
|
1952
|
+
* Use `create(SecurityRequirementSchema)` to create a new message.
|
|
1953
|
+
*/
|
|
1954
|
+
export declare const SecurityRequirementSchema: GenMessage<SecurityRequirement>;
|
|
1955
|
+
/**
|
|
1956
|
+
* Defines a security scheme that can be used by the operations. Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), mutual TLS (use of a client certificate), OAuth2's common flows (implicit, password, application and access code) as defined in RFC6749, and OpenID Connect. Please note that currently (2019) the implicit flow is about to be deprecated OAuth 2.0 Security Best Current Practice. Recommended for most use case is Authorization Code Grant flow with PKCE.
|
|
1957
|
+
*
|
|
1958
|
+
* @generated from message gnostic.openapi.v3.SecurityScheme
|
|
1959
|
+
*/
|
|
1960
|
+
export type SecurityScheme = Message<"gnostic.openapi.v3.SecurityScheme"> & {
|
|
1961
|
+
/**
|
|
1962
|
+
* @generated from field: string type = 1;
|
|
1963
|
+
*/
|
|
1964
|
+
type: string;
|
|
1965
|
+
/**
|
|
1966
|
+
* @generated from field: string description = 2;
|
|
1967
|
+
*/
|
|
1968
|
+
description: string;
|
|
1969
|
+
/**
|
|
1970
|
+
* @generated from field: string name = 3;
|
|
1971
|
+
*/
|
|
1972
|
+
name: string;
|
|
1973
|
+
/**
|
|
1974
|
+
* @generated from field: string in = 4;
|
|
1975
|
+
*/
|
|
1976
|
+
in: string;
|
|
1977
|
+
/**
|
|
1978
|
+
* @generated from field: string scheme = 5;
|
|
1979
|
+
*/
|
|
1980
|
+
scheme: string;
|
|
1981
|
+
/**
|
|
1982
|
+
* @generated from field: string bearer_format = 6;
|
|
1983
|
+
*/
|
|
1984
|
+
bearerFormat: string;
|
|
1985
|
+
/**
|
|
1986
|
+
* @generated from field: gnostic.openapi.v3.OauthFlows flows = 7;
|
|
1987
|
+
*/
|
|
1988
|
+
flows?: OauthFlows;
|
|
1989
|
+
/**
|
|
1990
|
+
* @generated from field: string open_id_connect_url = 8;
|
|
1991
|
+
*/
|
|
1992
|
+
openIdConnectUrl: string;
|
|
1993
|
+
/**
|
|
1994
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 9;
|
|
1995
|
+
*/
|
|
1996
|
+
specificationExtension: NamedAny[];
|
|
1997
|
+
};
|
|
1998
|
+
/**
|
|
1999
|
+
* Describes the message gnostic.openapi.v3.SecurityScheme.
|
|
2000
|
+
* Use `create(SecuritySchemeSchema)` to create a new message.
|
|
2001
|
+
*/
|
|
2002
|
+
export declare const SecuritySchemeSchema: GenMessage<SecurityScheme>;
|
|
2003
|
+
/**
|
|
2004
|
+
* @generated from message gnostic.openapi.v3.SecuritySchemeOrReference
|
|
2005
|
+
*/
|
|
2006
|
+
export type SecuritySchemeOrReference = Message<"gnostic.openapi.v3.SecuritySchemeOrReference"> & {
|
|
2007
|
+
/**
|
|
2008
|
+
* @generated from oneof gnostic.openapi.v3.SecuritySchemeOrReference.oneof
|
|
2009
|
+
*/
|
|
2010
|
+
oneof: {
|
|
2011
|
+
/**
|
|
2012
|
+
* @generated from field: gnostic.openapi.v3.SecurityScheme security_scheme = 1;
|
|
2013
|
+
*/
|
|
2014
|
+
value: SecurityScheme;
|
|
2015
|
+
case: "securityScheme";
|
|
2016
|
+
} | {
|
|
2017
|
+
/**
|
|
2018
|
+
* @generated from field: gnostic.openapi.v3.Reference reference = 2;
|
|
2019
|
+
*/
|
|
2020
|
+
value: Reference;
|
|
2021
|
+
case: "reference";
|
|
2022
|
+
} | {
|
|
2023
|
+
case: undefined;
|
|
2024
|
+
value?: undefined;
|
|
2025
|
+
};
|
|
2026
|
+
};
|
|
2027
|
+
/**
|
|
2028
|
+
* Describes the message gnostic.openapi.v3.SecuritySchemeOrReference.
|
|
2029
|
+
* Use `create(SecuritySchemeOrReferenceSchema)` to create a new message.
|
|
2030
|
+
*/
|
|
2031
|
+
export declare const SecuritySchemeOrReferenceSchema: GenMessage<SecuritySchemeOrReference>;
|
|
2032
|
+
/**
|
|
2033
|
+
* @generated from message gnostic.openapi.v3.SecuritySchemesOrReferences
|
|
2034
|
+
*/
|
|
2035
|
+
export type SecuritySchemesOrReferences = Message<"gnostic.openapi.v3.SecuritySchemesOrReferences"> & {
|
|
2036
|
+
/**
|
|
2037
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedSecuritySchemeOrReference additional_properties = 1;
|
|
2038
|
+
*/
|
|
2039
|
+
additionalProperties: NamedSecuritySchemeOrReference[];
|
|
2040
|
+
};
|
|
2041
|
+
/**
|
|
2042
|
+
* Describes the message gnostic.openapi.v3.SecuritySchemesOrReferences.
|
|
2043
|
+
* Use `create(SecuritySchemesOrReferencesSchema)` to create a new message.
|
|
2044
|
+
*/
|
|
2045
|
+
export declare const SecuritySchemesOrReferencesSchema: GenMessage<SecuritySchemesOrReferences>;
|
|
2046
|
+
/**
|
|
2047
|
+
* An object representing a Server.
|
|
2048
|
+
*
|
|
2049
|
+
* @generated from message gnostic.openapi.v3.Server
|
|
2050
|
+
*/
|
|
2051
|
+
export type Server = Message<"gnostic.openapi.v3.Server"> & {
|
|
2052
|
+
/**
|
|
2053
|
+
* @generated from field: string url = 1;
|
|
2054
|
+
*/
|
|
2055
|
+
url: string;
|
|
2056
|
+
/**
|
|
2057
|
+
* @generated from field: string description = 2;
|
|
2058
|
+
*/
|
|
2059
|
+
description: string;
|
|
2060
|
+
/**
|
|
2061
|
+
* @generated from field: gnostic.openapi.v3.ServerVariables variables = 3;
|
|
2062
|
+
*/
|
|
2063
|
+
variables?: ServerVariables;
|
|
2064
|
+
/**
|
|
2065
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 4;
|
|
2066
|
+
*/
|
|
2067
|
+
specificationExtension: NamedAny[];
|
|
2068
|
+
};
|
|
2069
|
+
/**
|
|
2070
|
+
* Describes the message gnostic.openapi.v3.Server.
|
|
2071
|
+
* Use `create(ServerSchema)` to create a new message.
|
|
2072
|
+
*/
|
|
2073
|
+
export declare const ServerSchema: GenMessage<Server>;
|
|
2074
|
+
/**
|
|
2075
|
+
* An object representing a Server Variable for server URL template substitution.
|
|
2076
|
+
*
|
|
2077
|
+
* @generated from message gnostic.openapi.v3.ServerVariable
|
|
2078
|
+
*/
|
|
2079
|
+
export type ServerVariable = Message<"gnostic.openapi.v3.ServerVariable"> & {
|
|
2080
|
+
/**
|
|
2081
|
+
* @generated from field: repeated string enum = 1;
|
|
2082
|
+
*/
|
|
2083
|
+
enum: string[];
|
|
2084
|
+
/**
|
|
2085
|
+
* @generated from field: string default = 2;
|
|
2086
|
+
*/
|
|
2087
|
+
default: string;
|
|
2088
|
+
/**
|
|
2089
|
+
* @generated from field: string description = 3;
|
|
2090
|
+
*/
|
|
2091
|
+
description: string;
|
|
2092
|
+
/**
|
|
2093
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 4;
|
|
2094
|
+
*/
|
|
2095
|
+
specificationExtension: NamedAny[];
|
|
2096
|
+
};
|
|
2097
|
+
/**
|
|
2098
|
+
* Describes the message gnostic.openapi.v3.ServerVariable.
|
|
2099
|
+
* Use `create(ServerVariableSchema)` to create a new message.
|
|
2100
|
+
*/
|
|
2101
|
+
export declare const ServerVariableSchema: GenMessage<ServerVariable>;
|
|
2102
|
+
/**
|
|
2103
|
+
* @generated from message gnostic.openapi.v3.ServerVariables
|
|
2104
|
+
*/
|
|
2105
|
+
export type ServerVariables = Message<"gnostic.openapi.v3.ServerVariables"> & {
|
|
2106
|
+
/**
|
|
2107
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedServerVariable additional_properties = 1;
|
|
2108
|
+
*/
|
|
2109
|
+
additionalProperties: NamedServerVariable[];
|
|
2110
|
+
};
|
|
2111
|
+
/**
|
|
2112
|
+
* Describes the message gnostic.openapi.v3.ServerVariables.
|
|
2113
|
+
* Use `create(ServerVariablesSchema)` to create a new message.
|
|
2114
|
+
*/
|
|
2115
|
+
export declare const ServerVariablesSchema: GenMessage<ServerVariables>;
|
|
2116
|
+
/**
|
|
2117
|
+
* Any property starting with x- is valid.
|
|
2118
|
+
*
|
|
2119
|
+
* @generated from message gnostic.openapi.v3.SpecificationExtension
|
|
2120
|
+
*/
|
|
2121
|
+
export type SpecificationExtension = Message<"gnostic.openapi.v3.SpecificationExtension"> & {
|
|
2122
|
+
/**
|
|
2123
|
+
* @generated from oneof gnostic.openapi.v3.SpecificationExtension.oneof
|
|
2124
|
+
*/
|
|
2125
|
+
oneof: {
|
|
2126
|
+
/**
|
|
2127
|
+
* @generated from field: double number = 1;
|
|
2128
|
+
*/
|
|
2129
|
+
value: number;
|
|
2130
|
+
case: "number";
|
|
2131
|
+
} | {
|
|
2132
|
+
/**
|
|
2133
|
+
* @generated from field: bool boolean = 2;
|
|
2134
|
+
*/
|
|
2135
|
+
value: boolean;
|
|
2136
|
+
case: "boolean";
|
|
2137
|
+
} | {
|
|
2138
|
+
/**
|
|
2139
|
+
* @generated from field: string string = 3;
|
|
2140
|
+
*/
|
|
2141
|
+
value: string;
|
|
2142
|
+
case: "string";
|
|
2143
|
+
} | {
|
|
2144
|
+
case: undefined;
|
|
2145
|
+
value?: undefined;
|
|
2146
|
+
};
|
|
2147
|
+
};
|
|
2148
|
+
/**
|
|
2149
|
+
* Describes the message gnostic.openapi.v3.SpecificationExtension.
|
|
2150
|
+
* Use `create(SpecificationExtensionSchema)` to create a new message.
|
|
2151
|
+
*/
|
|
2152
|
+
export declare const SpecificationExtensionSchema: GenMessage<SpecificationExtension>;
|
|
2153
|
+
/**
|
|
2154
|
+
* @generated from message gnostic.openapi.v3.StringArray
|
|
2155
|
+
*/
|
|
2156
|
+
export type StringArray = Message<"gnostic.openapi.v3.StringArray"> & {
|
|
2157
|
+
/**
|
|
2158
|
+
* @generated from field: repeated string value = 1;
|
|
2159
|
+
*/
|
|
2160
|
+
value: string[];
|
|
2161
|
+
};
|
|
2162
|
+
/**
|
|
2163
|
+
* Describes the message gnostic.openapi.v3.StringArray.
|
|
2164
|
+
* Use `create(StringArraySchema)` to create a new message.
|
|
2165
|
+
*/
|
|
2166
|
+
export declare const StringArraySchema: GenMessage<StringArray>;
|
|
2167
|
+
/**
|
|
2168
|
+
* @generated from message gnostic.openapi.v3.Strings
|
|
2169
|
+
*/
|
|
2170
|
+
export type Strings = Message<"gnostic.openapi.v3.Strings"> & {
|
|
2171
|
+
/**
|
|
2172
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedString additional_properties = 1;
|
|
2173
|
+
*/
|
|
2174
|
+
additionalProperties: NamedString[];
|
|
2175
|
+
};
|
|
2176
|
+
/**
|
|
2177
|
+
* Describes the message gnostic.openapi.v3.Strings.
|
|
2178
|
+
* Use `create(StringsSchema)` to create a new message.
|
|
2179
|
+
*/
|
|
2180
|
+
export declare const StringsSchema: GenMessage<Strings>;
|
|
2181
|
+
/**
|
|
2182
|
+
* Adds metadata to a single tag that is used by the Operation Object. It is not mandatory to have a Tag Object per tag defined in the Operation Object instances.
|
|
2183
|
+
*
|
|
2184
|
+
* @generated from message gnostic.openapi.v3.Tag
|
|
2185
|
+
*/
|
|
2186
|
+
export type Tag = Message<"gnostic.openapi.v3.Tag"> & {
|
|
2187
|
+
/**
|
|
2188
|
+
* @generated from field: string name = 1;
|
|
2189
|
+
*/
|
|
2190
|
+
name: string;
|
|
2191
|
+
/**
|
|
2192
|
+
* @generated from field: string description = 2;
|
|
2193
|
+
*/
|
|
2194
|
+
description: string;
|
|
2195
|
+
/**
|
|
2196
|
+
* @generated from field: gnostic.openapi.v3.ExternalDocs external_docs = 3;
|
|
2197
|
+
*/
|
|
2198
|
+
externalDocs?: ExternalDocs;
|
|
2199
|
+
/**
|
|
2200
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 4;
|
|
2201
|
+
*/
|
|
2202
|
+
specificationExtension: NamedAny[];
|
|
2203
|
+
};
|
|
2204
|
+
/**
|
|
2205
|
+
* Describes the message gnostic.openapi.v3.Tag.
|
|
2206
|
+
* Use `create(TagSchema)` to create a new message.
|
|
2207
|
+
*/
|
|
2208
|
+
export declare const TagSchema: GenMessage<Tag>;
|
|
2209
|
+
/**
|
|
2210
|
+
* A metadata object that allows for more fine-tuned XML model definitions. When using arrays, XML element names are *not* inferred (for singular/plural forms) and the `name` property SHOULD be used to add that information. See examples for expected behavior.
|
|
2211
|
+
*
|
|
2212
|
+
* @generated from message gnostic.openapi.v3.Xml
|
|
2213
|
+
*/
|
|
2214
|
+
export type Xml = Message<"gnostic.openapi.v3.Xml"> & {
|
|
2215
|
+
/**
|
|
2216
|
+
* @generated from field: string name = 1;
|
|
2217
|
+
*/
|
|
2218
|
+
name: string;
|
|
2219
|
+
/**
|
|
2220
|
+
* @generated from field: string namespace = 2;
|
|
2221
|
+
*/
|
|
2222
|
+
namespace: string;
|
|
2223
|
+
/**
|
|
2224
|
+
* @generated from field: string prefix = 3;
|
|
2225
|
+
*/
|
|
2226
|
+
prefix: string;
|
|
2227
|
+
/**
|
|
2228
|
+
* @generated from field: bool attribute = 4;
|
|
2229
|
+
*/
|
|
2230
|
+
attribute: boolean;
|
|
2231
|
+
/**
|
|
2232
|
+
* @generated from field: bool wrapped = 5;
|
|
2233
|
+
*/
|
|
2234
|
+
wrapped: boolean;
|
|
2235
|
+
/**
|
|
2236
|
+
* @generated from field: repeated gnostic.openapi.v3.NamedAny specification_extension = 6;
|
|
2237
|
+
*/
|
|
2238
|
+
specificationExtension: NamedAny[];
|
|
2239
|
+
};
|
|
2240
|
+
/**
|
|
2241
|
+
* Describes the message gnostic.openapi.v3.Xml.
|
|
2242
|
+
* Use `create(XmlSchema)` to create a new message.
|
|
2243
|
+
*/
|
|
2244
|
+
export declare const XmlSchema: GenMessage<Xml>;
|
|
2245
|
+
//# sourceMappingURL=openapiv3_pb.d.ts.map
|