@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,261 @@
|
|
|
1
|
+
// Copyright 2025 Google LLC
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
//
|
|
15
|
+
|
|
16
|
+
// @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
|
|
17
|
+
// @generated from file google/api/expr/v1beta1/value.proto (package google.api.expr.v1beta1, syntax proto3)
|
|
18
|
+
/* eslint-disable */
|
|
19
|
+
|
|
20
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
22
|
+
import type { Any, NullValue } from "@bufbuild/protobuf/wkt";
|
|
23
|
+
import { file_google_protobuf_any, file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
24
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the file google/api/expr/v1beta1/value.proto.
|
|
28
|
+
*/
|
|
29
|
+
export const file_google_api_expr_v1beta1_value: GenFile = /*@__PURE__*/
|
|
30
|
+
fileDesc("CiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxIXZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEixQMKBVZhbHVlEjAKCm51bGxfdmFsdWUYASABKA4yGi5nb29nbGUucHJvdG9idWYuTnVsbFZhbHVlSAASFAoKYm9vbF92YWx1ZRgCIAEoCEgAEhkKC2ludDY0X3ZhbHVlGAMgASgDQgIwAUgAEhoKDHVpbnQ2NF92YWx1ZRgEIAEoBEICMAFIABIWCgxkb3VibGVfdmFsdWUYBSABKAFIABIWCgxzdHJpbmdfdmFsdWUYBiABKAlIABIVCgtieXRlc192YWx1ZRgHIAEoDEgAEjgKCmVudW1fdmFsdWUYCSABKAsyIi5nb29nbGUuYXBpLmV4cHIudjFiZXRhMS5FbnVtVmFsdWVIABIsCgxvYmplY3RfdmFsdWUYCiABKAsyFC5nb29nbGUucHJvdG9idWYuQW55SAASNgoJbWFwX3ZhbHVlGAsgASgLMiEuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuTWFwVmFsdWVIABI4CgpsaXN0X3ZhbHVlGAwgASgLMiIuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuTGlzdFZhbHVlSAASFAoKdHlwZV92YWx1ZRgPIAEoCUgAQgYKBGtpbmQiKAoJRW51bVZhbHVlEgwKBHR5cGUYASABKAkSDQoFdmFsdWUYAiABKAUiOwoJTGlzdFZhbHVlEi4KBnZhbHVlcxgBIAMoCzIeLmdvb2dsZS5hcGkuZXhwci52MWJldGExLlZhbHVlIqkBCghNYXBWYWx1ZRI4CgdlbnRyaWVzGAEgAygLMicuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuTWFwVmFsdWUuRW50cnkaYwoFRW50cnkSKwoDa2V5GAEgASgLMh4uZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuVmFsdWUSLQoFdmFsdWUYAiABKAsyHi5nb29nbGUuYXBpLmV4cHIudjFiZXRhMS5WYWx1ZULoAQobY29tLmdvb2dsZS5hcGkuZXhwci52MWJldGExQgpWYWx1ZVByb3RvUAFaO2dvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvYXBpL2V4cHIvdjFiZXRhMTtleHBy+AEBogIDR0FFqgIXR29vZ2xlLkFwaS5FeHByLlYxYmV0YTHKAhdHb29nbGVcQXBpXEV4cHJcVjFiZXRhMeICI0dvb2dsZVxBcGlcRXhwclxWMWJldGExXEdQQk1ldGFkYXRh6gIaR29vZ2xlOjpBcGk6OkV4cHI6OlYxYmV0YTFiBnByb3RvMw", [file_google_protobuf_any, file_google_protobuf_struct]);
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Represents a CEL value.
|
|
34
|
+
*
|
|
35
|
+
* This is similar to `google.protobuf.Value`, but can represent CEL's full
|
|
36
|
+
* range of values.
|
|
37
|
+
*
|
|
38
|
+
* @generated from message google.api.expr.v1beta1.Value
|
|
39
|
+
*/
|
|
40
|
+
export type Value = Message<"google.api.expr.v1beta1.Value"> & {
|
|
41
|
+
/**
|
|
42
|
+
* Required. The valid kinds of values.
|
|
43
|
+
*
|
|
44
|
+
* @generated from oneof google.api.expr.v1beta1.Value.kind
|
|
45
|
+
*/
|
|
46
|
+
kind: {
|
|
47
|
+
/**
|
|
48
|
+
* Null value.
|
|
49
|
+
*
|
|
50
|
+
* @generated from field: google.protobuf.NullValue null_value = 1;
|
|
51
|
+
*/
|
|
52
|
+
value: NullValue;
|
|
53
|
+
case: "nullValue";
|
|
54
|
+
} | {
|
|
55
|
+
/**
|
|
56
|
+
* Boolean value.
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: bool bool_value = 2;
|
|
59
|
+
*/
|
|
60
|
+
value: boolean;
|
|
61
|
+
case: "boolValue";
|
|
62
|
+
} | {
|
|
63
|
+
/**
|
|
64
|
+
* Signed integer value.
|
|
65
|
+
*
|
|
66
|
+
* @generated from field: int64 int64_value = 3 [jstype = JS_STRING];
|
|
67
|
+
*/
|
|
68
|
+
value: string;
|
|
69
|
+
case: "int64Value";
|
|
70
|
+
} | {
|
|
71
|
+
/**
|
|
72
|
+
* Unsigned integer value.
|
|
73
|
+
*
|
|
74
|
+
* @generated from field: uint64 uint64_value = 4 [jstype = JS_STRING];
|
|
75
|
+
*/
|
|
76
|
+
value: string;
|
|
77
|
+
case: "uint64Value";
|
|
78
|
+
} | {
|
|
79
|
+
/**
|
|
80
|
+
* Floating point value.
|
|
81
|
+
*
|
|
82
|
+
* @generated from field: double double_value = 5;
|
|
83
|
+
*/
|
|
84
|
+
value: number;
|
|
85
|
+
case: "doubleValue";
|
|
86
|
+
} | {
|
|
87
|
+
/**
|
|
88
|
+
* UTF-8 string value.
|
|
89
|
+
*
|
|
90
|
+
* @generated from field: string string_value = 6;
|
|
91
|
+
*/
|
|
92
|
+
value: string;
|
|
93
|
+
case: "stringValue";
|
|
94
|
+
} | {
|
|
95
|
+
/**
|
|
96
|
+
* Byte string value.
|
|
97
|
+
*
|
|
98
|
+
* @generated from field: bytes bytes_value = 7;
|
|
99
|
+
*/
|
|
100
|
+
value: Uint8Array;
|
|
101
|
+
case: "bytesValue";
|
|
102
|
+
} | {
|
|
103
|
+
/**
|
|
104
|
+
* An enum value.
|
|
105
|
+
*
|
|
106
|
+
* @generated from field: google.api.expr.v1beta1.EnumValue enum_value = 9;
|
|
107
|
+
*/
|
|
108
|
+
value: EnumValue;
|
|
109
|
+
case: "enumValue";
|
|
110
|
+
} | {
|
|
111
|
+
/**
|
|
112
|
+
* The proto message backing an object value.
|
|
113
|
+
*
|
|
114
|
+
* @generated from field: google.protobuf.Any object_value = 10;
|
|
115
|
+
*/
|
|
116
|
+
value: Any;
|
|
117
|
+
case: "objectValue";
|
|
118
|
+
} | {
|
|
119
|
+
/**
|
|
120
|
+
* Map value.
|
|
121
|
+
*
|
|
122
|
+
* @generated from field: google.api.expr.v1beta1.MapValue map_value = 11;
|
|
123
|
+
*/
|
|
124
|
+
value: MapValue;
|
|
125
|
+
case: "mapValue";
|
|
126
|
+
} | {
|
|
127
|
+
/**
|
|
128
|
+
* List value.
|
|
129
|
+
*
|
|
130
|
+
* @generated from field: google.api.expr.v1beta1.ListValue list_value = 12;
|
|
131
|
+
*/
|
|
132
|
+
value: ListValue;
|
|
133
|
+
case: "listValue";
|
|
134
|
+
} | {
|
|
135
|
+
/**
|
|
136
|
+
* A Type value represented by the fully qualified name of the type.
|
|
137
|
+
*
|
|
138
|
+
* @generated from field: string type_value = 15;
|
|
139
|
+
*/
|
|
140
|
+
value: string;
|
|
141
|
+
case: "typeValue";
|
|
142
|
+
} | { case: undefined; value?: undefined };
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Describes the message google.api.expr.v1beta1.Value.
|
|
147
|
+
* Use `create(ValueSchema)` to create a new message.
|
|
148
|
+
*/
|
|
149
|
+
export const ValueSchema: GenMessage<Value> = /*@__PURE__*/
|
|
150
|
+
messageDesc(file_google_api_expr_v1beta1_value, 0);
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* An enum value.
|
|
154
|
+
*
|
|
155
|
+
* @generated from message google.api.expr.v1beta1.EnumValue
|
|
156
|
+
*/
|
|
157
|
+
export type EnumValue = Message<"google.api.expr.v1beta1.EnumValue"> & {
|
|
158
|
+
/**
|
|
159
|
+
* The fully qualified name of the enum type.
|
|
160
|
+
*
|
|
161
|
+
* @generated from field: string type = 1;
|
|
162
|
+
*/
|
|
163
|
+
type: string;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* The value of the enum.
|
|
167
|
+
*
|
|
168
|
+
* @generated from field: int32 value = 2;
|
|
169
|
+
*/
|
|
170
|
+
value: number;
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Describes the message google.api.expr.v1beta1.EnumValue.
|
|
175
|
+
* Use `create(EnumValueSchema)` to create a new message.
|
|
176
|
+
*/
|
|
177
|
+
export const EnumValueSchema: GenMessage<EnumValue> = /*@__PURE__*/
|
|
178
|
+
messageDesc(file_google_api_expr_v1beta1_value, 1);
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* A list.
|
|
182
|
+
*
|
|
183
|
+
* Wrapped in a message so 'not set' and empty can be differentiated, which is
|
|
184
|
+
* required for use in a 'oneof'.
|
|
185
|
+
*
|
|
186
|
+
* @generated from message google.api.expr.v1beta1.ListValue
|
|
187
|
+
*/
|
|
188
|
+
export type ListValue = Message<"google.api.expr.v1beta1.ListValue"> & {
|
|
189
|
+
/**
|
|
190
|
+
* The ordered values in the list.
|
|
191
|
+
*
|
|
192
|
+
* @generated from field: repeated google.api.expr.v1beta1.Value values = 1;
|
|
193
|
+
*/
|
|
194
|
+
values: Value[];
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Describes the message google.api.expr.v1beta1.ListValue.
|
|
199
|
+
* Use `create(ListValueSchema)` to create a new message.
|
|
200
|
+
*/
|
|
201
|
+
export const ListValueSchema: GenMessage<ListValue> = /*@__PURE__*/
|
|
202
|
+
messageDesc(file_google_api_expr_v1beta1_value, 2);
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* A map.
|
|
206
|
+
*
|
|
207
|
+
* Wrapped in a message so 'not set' and empty can be differentiated, which is
|
|
208
|
+
* required for use in a 'oneof'.
|
|
209
|
+
*
|
|
210
|
+
* @generated from message google.api.expr.v1beta1.MapValue
|
|
211
|
+
*/
|
|
212
|
+
export type MapValue = Message<"google.api.expr.v1beta1.MapValue"> & {
|
|
213
|
+
/**
|
|
214
|
+
* The set of map entries.
|
|
215
|
+
*
|
|
216
|
+
* CEL has fewer restrictions on keys, so a protobuf map represenation
|
|
217
|
+
* cannot be used.
|
|
218
|
+
*
|
|
219
|
+
* @generated from field: repeated google.api.expr.v1beta1.MapValue.Entry entries = 1;
|
|
220
|
+
*/
|
|
221
|
+
entries: MapValue_Entry[];
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* Describes the message google.api.expr.v1beta1.MapValue.
|
|
226
|
+
* Use `create(MapValueSchema)` to create a new message.
|
|
227
|
+
*/
|
|
228
|
+
export const MapValueSchema: GenMessage<MapValue> = /*@__PURE__*/
|
|
229
|
+
messageDesc(file_google_api_expr_v1beta1_value, 3);
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* An entry in the map.
|
|
233
|
+
*
|
|
234
|
+
* @generated from message google.api.expr.v1beta1.MapValue.Entry
|
|
235
|
+
*/
|
|
236
|
+
export type MapValue_Entry = Message<"google.api.expr.v1beta1.MapValue.Entry"> & {
|
|
237
|
+
/**
|
|
238
|
+
* The key.
|
|
239
|
+
*
|
|
240
|
+
* Must be unique with in the map.
|
|
241
|
+
* Currently only boolean, int, uint, and string values can be keys.
|
|
242
|
+
*
|
|
243
|
+
* @generated from field: google.api.expr.v1beta1.Value key = 1;
|
|
244
|
+
*/
|
|
245
|
+
key?: Value;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* The value.
|
|
249
|
+
*
|
|
250
|
+
* @generated from field: google.api.expr.v1beta1.Value value = 2;
|
|
251
|
+
*/
|
|
252
|
+
value?: Value;
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Describes the message google.api.expr.v1beta1.MapValue.Entry.
|
|
257
|
+
* Use `create(MapValue_EntrySchema)` to create a new message.
|
|
258
|
+
*/
|
|
259
|
+
export const MapValue_EntrySchema: GenMessage<MapValue_Entry> = /*@__PURE__*/
|
|
260
|
+
messageDesc(file_google_api_expr_v1beta1_value, 3, 0);
|
|
261
|
+
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
// Copyright 2026 Google LLC
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
|
|
16
|
+
// @generated from file google/api/field_behavior.proto (package google.api, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenEnum, GenExtension, GenFile } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { enumDesc, extDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import type { FieldOptions } from "@bufbuild/protobuf/wkt";
|
|
22
|
+
import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Describes the file google/api/field_behavior.proto.
|
|
26
|
+
*/
|
|
27
|
+
export const file_google_api_field_behavior: GenFile = /*@__PURE__*/
|
|
28
|
+
fileDesc("Ch9nb29nbGUvYXBpL2ZpZWxkX2JlaGF2aW9yLnByb3RvEgpnb29nbGUuYXBpKrYBCg1GaWVsZEJlaGF2aW9yEh4KGkZJRUxEX0JFSEFWSU9SX1VOU1BFQ0lGSUVEEAASDAoIT1BUSU9OQUwQARIMCghSRVFVSVJFRBACEg8KC09VVFBVVF9PTkxZEAMSDgoKSU5QVVRfT05MWRAEEg0KCUlNTVVUQUJMRRAFEhIKDlVOT1JERVJFRF9MSVNUEAYSFQoRTk9OX0VNUFRZX0RFRkFVTFQQBxIOCgpJREVOVElGSUVSEAg6ZAoOZmllbGRfYmVoYXZpb3ISHS5nb29nbGUucHJvdG9idWYuRmllbGRPcHRpb25zGJwIIAMoDjIZLmdvb2dsZS5hcGkuRmllbGRCZWhhdmlvckICEABSDWZpZWxkQmVoYXZpb3JCsAEKDmNvbS5nb29nbGUuYXBpQhJGaWVsZEJlaGF2aW9yUHJvdG9QAVpBZ29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy9hcGkvYW5ub3RhdGlvbnM7YW5ub3RhdGlvbnOiAgNHQViqAgpHb29nbGUuQXBpygIKR29vZ2xlXEFwaeICFkdvb2dsZVxBcGlcR1BCTWV0YWRhdGHqAgtHb29nbGU6OkFwaWIGcHJvdG8z", [file_google_protobuf_descriptor]);
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* An indicator of the behavior of a given field (for example, that a field
|
|
32
|
+
* is required in requests, or given as output but ignored as input).
|
|
33
|
+
* This **does not** change the behavior in protocol buffers itself; it only
|
|
34
|
+
* denotes the behavior and may affect how API tooling handles the field.
|
|
35
|
+
*
|
|
36
|
+
* Note: This enum **may** receive new values in the future.
|
|
37
|
+
*
|
|
38
|
+
* @generated from enum google.api.FieldBehavior
|
|
39
|
+
*/
|
|
40
|
+
export enum FieldBehavior {
|
|
41
|
+
/**
|
|
42
|
+
* Conventional default for enums. Do not use this.
|
|
43
|
+
*
|
|
44
|
+
* @generated from enum value: FIELD_BEHAVIOR_UNSPECIFIED = 0;
|
|
45
|
+
*/
|
|
46
|
+
FIELD_BEHAVIOR_UNSPECIFIED = 0,
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Specifically denotes a field as optional.
|
|
50
|
+
* While all fields in protocol buffers are optional, this may be specified
|
|
51
|
+
* for emphasis if appropriate.
|
|
52
|
+
*
|
|
53
|
+
* @generated from enum value: OPTIONAL = 1;
|
|
54
|
+
*/
|
|
55
|
+
OPTIONAL = 1,
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Denotes a field as required.
|
|
59
|
+
* This indicates that the field **must** be provided as part of the request,
|
|
60
|
+
* and failure to do so will cause an error (usually `INVALID_ARGUMENT`).
|
|
61
|
+
*
|
|
62
|
+
* @generated from enum value: REQUIRED = 2;
|
|
63
|
+
*/
|
|
64
|
+
REQUIRED = 2,
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Denotes a field as output only.
|
|
68
|
+
* This indicates that the field is provided in responses, but including the
|
|
69
|
+
* field in a request does nothing (the server *must* ignore it and
|
|
70
|
+
* *must not* throw an error as a result of the field's presence).
|
|
71
|
+
*
|
|
72
|
+
* @generated from enum value: OUTPUT_ONLY = 3;
|
|
73
|
+
*/
|
|
74
|
+
OUTPUT_ONLY = 3,
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Denotes a field as input only.
|
|
78
|
+
* This indicates that the field is provided in requests, and the
|
|
79
|
+
* corresponding field is not included in output.
|
|
80
|
+
*
|
|
81
|
+
* @generated from enum value: INPUT_ONLY = 4;
|
|
82
|
+
*/
|
|
83
|
+
INPUT_ONLY = 4,
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Denotes a field as immutable.
|
|
87
|
+
* This indicates that the field may be set once in a request to create a
|
|
88
|
+
* resource, but may not be changed thereafter.
|
|
89
|
+
*
|
|
90
|
+
* @generated from enum value: IMMUTABLE = 5;
|
|
91
|
+
*/
|
|
92
|
+
IMMUTABLE = 5,
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Denotes that a (repeated) field is an unordered list.
|
|
96
|
+
* This indicates that the service may provide the elements of the list
|
|
97
|
+
* in any arbitrary order, rather than the order the user originally
|
|
98
|
+
* provided. Additionally, the list's order may or may not be stable.
|
|
99
|
+
*
|
|
100
|
+
* @generated from enum value: UNORDERED_LIST = 6;
|
|
101
|
+
*/
|
|
102
|
+
UNORDERED_LIST = 6,
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Denotes that this field returns a non-empty default value if not set.
|
|
106
|
+
* This indicates that if the user provides the empty value in a request,
|
|
107
|
+
* a non-empty value will be returned. The user will not be aware of what
|
|
108
|
+
* non-empty value to expect.
|
|
109
|
+
*
|
|
110
|
+
* @generated from enum value: NON_EMPTY_DEFAULT = 7;
|
|
111
|
+
*/
|
|
112
|
+
NON_EMPTY_DEFAULT = 7,
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Denotes that the field in a resource (a message annotated with
|
|
116
|
+
* google.api.resource) is used in the resource name to uniquely identify the
|
|
117
|
+
* resource. For AIP-compliant APIs, this should only be applied to the
|
|
118
|
+
* `name` field on the resource.
|
|
119
|
+
*
|
|
120
|
+
* This behavior should not be applied to references to other resources within
|
|
121
|
+
* the message.
|
|
122
|
+
*
|
|
123
|
+
* The identifier field of resources often have different field behavior
|
|
124
|
+
* depending on the request it is embedded in (e.g. for Create methods name
|
|
125
|
+
* is optional and unused, while for Update methods it is required). Instead
|
|
126
|
+
* of method-specific annotations, only `IDENTIFIER` is required.
|
|
127
|
+
*
|
|
128
|
+
* @generated from enum value: IDENTIFIER = 8;
|
|
129
|
+
*/
|
|
130
|
+
IDENTIFIER = 8,
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Describes the enum google.api.FieldBehavior.
|
|
135
|
+
*/
|
|
136
|
+
export const FieldBehaviorSchema: GenEnum<FieldBehavior> = /*@__PURE__*/
|
|
137
|
+
enumDesc(file_google_api_field_behavior, 0);
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* A designation of a specific field behavior (required, output only, etc.)
|
|
141
|
+
* in protobuf messages.
|
|
142
|
+
*
|
|
143
|
+
* Examples:
|
|
144
|
+
*
|
|
145
|
+
* string name = 1 [(google.api.field_behavior) = REQUIRED];
|
|
146
|
+
* State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
|
|
147
|
+
* google.protobuf.Duration ttl = 1
|
|
148
|
+
* [(google.api.field_behavior) = INPUT_ONLY];
|
|
149
|
+
* google.protobuf.Timestamp expire_time = 1
|
|
150
|
+
* [(google.api.field_behavior) = OUTPUT_ONLY,
|
|
151
|
+
* (google.api.field_behavior) = IMMUTABLE];
|
|
152
|
+
*
|
|
153
|
+
* @generated from extension: repeated google.api.FieldBehavior field_behavior = 1052 [packed = false];
|
|
154
|
+
*/
|
|
155
|
+
export const field_behavior: GenExtension<FieldOptions, FieldBehavior[]> = /*@__PURE__*/
|
|
156
|
+
extDesc(file_google_api_field_behavior, 0);
|
|
157
|
+
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
// Copyright 2026 Google LLC
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
|
|
16
|
+
// @generated from file google/api/field_info.proto (package google.api, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenEnum, GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { enumDesc, extDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import type { FieldOptions } from "@bufbuild/protobuf/wkt";
|
|
22
|
+
import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
|
|
23
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Describes the file google/api/field_info.proto.
|
|
27
|
+
*/
|
|
28
|
+
export const file_google_api_field_info: GenFile = /*@__PURE__*/
|
|
29
|
+
fileDesc("Chtnb29nbGUvYXBpL2ZpZWxkX2luZm8ucHJvdG8SCmdvb2dsZS5hcGkiwQEKCUZpZWxkSW5mbxIsCgZmb3JtYXQYASABKA4yHC5nb29nbGUuYXBpLkZpZWxkSW5mby5Gb3JtYXQSMwoQcmVmZXJlbmNlZF90eXBlcxgCIAMoCzIZLmdvb2dsZS5hcGkuVHlwZVJlZmVyZW5jZSJRCgZGb3JtYXQSFgoSRk9STUFUX1VOU1BFQ0lGSUVEEAASCQoFVVVJRDQQARIICgRJUFY0EAISCAoESVBWNhADEhAKDElQVjRfT1JfSVBWNhAEIiIKDVR5cGVSZWZlcmVuY2USEQoJdHlwZV9uYW1lGAEgASgJOlcKCmZpZWxkX2luZm8SHS5nb29nbGUucHJvdG9idWYuRmllbGRPcHRpb25zGMzx+YoBIAEoCzIVLmdvb2dsZS5hcGkuRmllbGRJbmZvUglmaWVsZEluZm9CrAEKDmNvbS5nb29nbGUuYXBpQg5GaWVsZEluZm9Qcm90b1ABWkFnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL2FwaS9hbm5vdGF0aW9uczthbm5vdGF0aW9uc6ICA0dBWKoCCkdvb2dsZS5BcGnKAgpHb29nbGVcQXBp4gIWR29vZ2xlXEFwaVxHUEJNZXRhZGF0YeoCC0dvb2dsZTo6QXBpYgZwcm90bzM", [file_google_protobuf_descriptor]);
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Rich semantic information of an API field beyond basic typing.
|
|
33
|
+
*
|
|
34
|
+
* @generated from message google.api.FieldInfo
|
|
35
|
+
*/
|
|
36
|
+
export type FieldInfo = Message<"google.api.FieldInfo"> & {
|
|
37
|
+
/**
|
|
38
|
+
* The standard format of a field value. This does not explicitly configure
|
|
39
|
+
* any API consumer, just documents the API's format for the field it is
|
|
40
|
+
* applied to.
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: google.api.FieldInfo.Format format = 1;
|
|
43
|
+
*/
|
|
44
|
+
format: FieldInfo_Format;
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* The type(s) that the annotated, generic field may represent.
|
|
48
|
+
*
|
|
49
|
+
* Currently, this must only be used on fields of type `google.protobuf.Any`.
|
|
50
|
+
* Supporting other generic types may be considered in the future.
|
|
51
|
+
*
|
|
52
|
+
* @generated from field: repeated google.api.TypeReference referenced_types = 2;
|
|
53
|
+
*/
|
|
54
|
+
referencedTypes: TypeReference[];
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Describes the message google.api.FieldInfo.
|
|
59
|
+
* Use `create(FieldInfoSchema)` to create a new message.
|
|
60
|
+
*/
|
|
61
|
+
export const FieldInfoSchema: GenMessage<FieldInfo> = /*@__PURE__*/
|
|
62
|
+
messageDesc(file_google_api_field_info, 0);
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* The standard format of a field value. The supported formats are all backed
|
|
66
|
+
* by either an RFC defined by the IETF or a Google-defined AIP.
|
|
67
|
+
*
|
|
68
|
+
* @generated from enum google.api.FieldInfo.Format
|
|
69
|
+
*/
|
|
70
|
+
export enum FieldInfo_Format {
|
|
71
|
+
/**
|
|
72
|
+
* Default, unspecified value.
|
|
73
|
+
*
|
|
74
|
+
* @generated from enum value: FORMAT_UNSPECIFIED = 0;
|
|
75
|
+
*/
|
|
76
|
+
FORMAT_UNSPECIFIED = 0,
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Universally Unique Identifier, version 4, value as defined by
|
|
80
|
+
* https://datatracker.ietf.org/doc/html/rfc4122. The value may be
|
|
81
|
+
* normalized to entirely lowercase letters. For example, the value
|
|
82
|
+
* `F47AC10B-58CC-0372-8567-0E02B2C3D479` would be normalized to
|
|
83
|
+
* `f47ac10b-58cc-0372-8567-0e02b2c3d479`.
|
|
84
|
+
*
|
|
85
|
+
* @generated from enum value: UUID4 = 1;
|
|
86
|
+
*/
|
|
87
|
+
UUID4 = 1,
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Internet Protocol v4 value as defined by [RFC
|
|
91
|
+
* 791](https://datatracker.ietf.org/doc/html/rfc791). The value may be
|
|
92
|
+
* condensed, with leading zeros in each octet stripped. For example,
|
|
93
|
+
* `001.022.233.040` would be condensed to `1.22.233.40`.
|
|
94
|
+
*
|
|
95
|
+
* @generated from enum value: IPV4 = 2;
|
|
96
|
+
*/
|
|
97
|
+
IPV4 = 2,
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Internet Protocol v6 value as defined by [RFC
|
|
101
|
+
* 2460](https://datatracker.ietf.org/doc/html/rfc2460). The value may be
|
|
102
|
+
* normalized to entirely lowercase letters with zeros compressed, following
|
|
103
|
+
* [RFC 5952](https://datatracker.ietf.org/doc/html/rfc5952). For example,
|
|
104
|
+
* the value `2001:0DB8:0::0` would be normalized to `2001:db8::`.
|
|
105
|
+
*
|
|
106
|
+
* @generated from enum value: IPV6 = 3;
|
|
107
|
+
*/
|
|
108
|
+
IPV6 = 3,
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* An IP address in either v4 or v6 format as described by the individual
|
|
112
|
+
* values defined herein. See the comments on the IPV4 and IPV6 types for
|
|
113
|
+
* allowed normalizations of each.
|
|
114
|
+
*
|
|
115
|
+
* @generated from enum value: IPV4_OR_IPV6 = 4;
|
|
116
|
+
*/
|
|
117
|
+
IPV4_OR_IPV6 = 4,
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* Describes the enum google.api.FieldInfo.Format.
|
|
122
|
+
*/
|
|
123
|
+
export const FieldInfo_FormatSchema: GenEnum<FieldInfo_Format> = /*@__PURE__*/
|
|
124
|
+
enumDesc(file_google_api_field_info, 0, 0);
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* A reference to a message type, for use in [FieldInfo][google.api.FieldInfo].
|
|
128
|
+
*
|
|
129
|
+
* @generated from message google.api.TypeReference
|
|
130
|
+
*/
|
|
131
|
+
export type TypeReference = Message<"google.api.TypeReference"> & {
|
|
132
|
+
/**
|
|
133
|
+
* The name of the type that the annotated, generic field may represent.
|
|
134
|
+
* If the type is in the same protobuf package, the value can be the simple
|
|
135
|
+
* message name e.g., `"MyMessage"`. Otherwise, the value must be the
|
|
136
|
+
* fully-qualified message name e.g., `"google.library.v1.Book"`.
|
|
137
|
+
*
|
|
138
|
+
* If the type(s) are unknown to the service (e.g. the field accepts generic
|
|
139
|
+
* user input), use the wildcard `"*"` to denote this behavior.
|
|
140
|
+
*
|
|
141
|
+
* See [AIP-202](https://google.aip.dev/202#type-references) for more details.
|
|
142
|
+
*
|
|
143
|
+
* @generated from field: string type_name = 1;
|
|
144
|
+
*/
|
|
145
|
+
typeName: string;
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Describes the message google.api.TypeReference.
|
|
150
|
+
* Use `create(TypeReferenceSchema)` to create a new message.
|
|
151
|
+
*/
|
|
152
|
+
export const TypeReferenceSchema: GenMessage<TypeReference> = /*@__PURE__*/
|
|
153
|
+
messageDesc(file_google_api_field_info, 1);
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Rich semantic descriptor of an API field beyond the basic typing.
|
|
157
|
+
*
|
|
158
|
+
* Examples:
|
|
159
|
+
*
|
|
160
|
+
* string request_id = 1 [(google.api.field_info).format = UUID4];
|
|
161
|
+
* string old_ip_address = 2 [(google.api.field_info).format = IPV4];
|
|
162
|
+
* string new_ip_address = 3 [(google.api.field_info).format = IPV6];
|
|
163
|
+
* string actual_ip_address = 4 [
|
|
164
|
+
* (google.api.field_info).format = IPV4_OR_IPV6
|
|
165
|
+
* ];
|
|
166
|
+
* google.protobuf.Any generic_field = 5 [
|
|
167
|
+
* (google.api.field_info).referenced_types = {type_name: "ActualType"},
|
|
168
|
+
* (google.api.field_info).referenced_types = {type_name: "OtherType"},
|
|
169
|
+
* ];
|
|
170
|
+
* google.protobuf.Any generic_user_input = 5 [
|
|
171
|
+
* (google.api.field_info).referenced_types = {type_name: "*"},
|
|
172
|
+
* ];
|
|
173
|
+
*
|
|
174
|
+
* @generated from extension: google.api.FieldInfo field_info = 291403980;
|
|
175
|
+
*/
|
|
176
|
+
export const field_info: GenExtension<FieldOptions, FieldInfo> = /*@__PURE__*/
|
|
177
|
+
extDesc(file_google_api_field_info, 0);
|
|
178
|
+
|