@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,148 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Duration } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file google/type/datetime.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_google_type_datetime: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* Represents civil time (or occasionally physical time).
|
|
10
|
+
*
|
|
11
|
+
* This type can represent a civil time in one of a few possible ways:
|
|
12
|
+
*
|
|
13
|
+
* * When utc_offset is set and time_zone is unset: a civil time on a calendar
|
|
14
|
+
* day with a particular offset from UTC.
|
|
15
|
+
* * When time_zone is set and utc_offset is unset: a civil time on a calendar
|
|
16
|
+
* day in a particular time zone.
|
|
17
|
+
* * When neither time_zone nor utc_offset is set: a civil time on a calendar
|
|
18
|
+
* day in local time.
|
|
19
|
+
*
|
|
20
|
+
* The date is relative to the Proleptic Gregorian Calendar.
|
|
21
|
+
*
|
|
22
|
+
* If year, month, or day are 0, the DateTime is considered not to have a
|
|
23
|
+
* specific year, month, or day respectively.
|
|
24
|
+
*
|
|
25
|
+
* This type may also be used to represent a physical time if all the date and
|
|
26
|
+
* time fields are set and either case of the `time_offset` oneof is set.
|
|
27
|
+
* Consider using `Timestamp` message for physical time instead. If your use
|
|
28
|
+
* case also would like to store the user's timezone, that can be done in
|
|
29
|
+
* another field.
|
|
30
|
+
*
|
|
31
|
+
* This type is more flexible than some applications may want. Make sure to
|
|
32
|
+
* document and validate your application's limitations.
|
|
33
|
+
*
|
|
34
|
+
* @generated from message google.type.DateTime
|
|
35
|
+
*/
|
|
36
|
+
export type DateTime = Message<"google.type.DateTime"> & {
|
|
37
|
+
/**
|
|
38
|
+
* Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a
|
|
39
|
+
* datetime without a year.
|
|
40
|
+
*
|
|
41
|
+
* @generated from field: int32 year = 1;
|
|
42
|
+
*/
|
|
43
|
+
year: number;
|
|
44
|
+
/**
|
|
45
|
+
* Optional. Month of year. Must be from 1 to 12, or 0 if specifying a
|
|
46
|
+
* datetime without a month.
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: int32 month = 2;
|
|
49
|
+
*/
|
|
50
|
+
month: number;
|
|
51
|
+
/**
|
|
52
|
+
* Optional. Day of month. Must be from 1 to 31 and valid for the year and
|
|
53
|
+
* month, or 0 if specifying a datetime without a day.
|
|
54
|
+
*
|
|
55
|
+
* @generated from field: int32 day = 3;
|
|
56
|
+
*/
|
|
57
|
+
day: number;
|
|
58
|
+
/**
|
|
59
|
+
* Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults
|
|
60
|
+
* to 0 (midnight). An API may choose to allow the value "24:00:00" for
|
|
61
|
+
* scenarios like business closing time.
|
|
62
|
+
*
|
|
63
|
+
* @generated from field: int32 hours = 4;
|
|
64
|
+
*/
|
|
65
|
+
hours: number;
|
|
66
|
+
/**
|
|
67
|
+
* Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
|
|
68
|
+
*
|
|
69
|
+
* @generated from field: int32 minutes = 5;
|
|
70
|
+
*/
|
|
71
|
+
minutes: number;
|
|
72
|
+
/**
|
|
73
|
+
* Optional. Seconds of minutes of the time. Must normally be from 0 to 59,
|
|
74
|
+
* defaults to 0. An API may allow the value 60 if it allows leap-seconds.
|
|
75
|
+
*
|
|
76
|
+
* @generated from field: int32 seconds = 6;
|
|
77
|
+
*/
|
|
78
|
+
seconds: number;
|
|
79
|
+
/**
|
|
80
|
+
* Optional. Fractions of seconds in nanoseconds. Must be from 0 to
|
|
81
|
+
* 999,999,999, defaults to 0.
|
|
82
|
+
*
|
|
83
|
+
* @generated from field: int32 nanos = 7;
|
|
84
|
+
*/
|
|
85
|
+
nanos: number;
|
|
86
|
+
/**
|
|
87
|
+
* Optional. Specifies either the UTC offset or the time zone of the DateTime.
|
|
88
|
+
* Choose carefully between them, considering that time zone data may change
|
|
89
|
+
* in the future (for example, a country modifies their DST start/end dates,
|
|
90
|
+
* and future DateTimes in the affected range had already been stored).
|
|
91
|
+
* If omitted, the DateTime is considered to be in local time.
|
|
92
|
+
*
|
|
93
|
+
* @generated from oneof google.type.DateTime.time_offset
|
|
94
|
+
*/
|
|
95
|
+
timeOffset: {
|
|
96
|
+
/**
|
|
97
|
+
* UTC offset. Must be whole seconds, between -18 hours and +18 hours.
|
|
98
|
+
* For example, a UTC offset of -4:00 would be represented as
|
|
99
|
+
* { seconds: -14400 }.
|
|
100
|
+
*
|
|
101
|
+
* @generated from field: google.protobuf.Duration utc_offset = 8;
|
|
102
|
+
*/
|
|
103
|
+
value: Duration;
|
|
104
|
+
case: "utcOffset";
|
|
105
|
+
} | {
|
|
106
|
+
/**
|
|
107
|
+
* Time zone.
|
|
108
|
+
*
|
|
109
|
+
* @generated from field: google.type.TimeZone time_zone = 9;
|
|
110
|
+
*/
|
|
111
|
+
value: TimeZone;
|
|
112
|
+
case: "timeZone";
|
|
113
|
+
} | {
|
|
114
|
+
case: undefined;
|
|
115
|
+
value?: undefined;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* Describes the message google.type.DateTime.
|
|
120
|
+
* Use `create(DateTimeSchema)` to create a new message.
|
|
121
|
+
*/
|
|
122
|
+
export declare const DateTimeSchema: GenMessage<DateTime>;
|
|
123
|
+
/**
|
|
124
|
+
* Represents a time zone from the
|
|
125
|
+
* [IANA Time Zone Database](https://www.iana.org/time-zones).
|
|
126
|
+
*
|
|
127
|
+
* @generated from message google.type.TimeZone
|
|
128
|
+
*/
|
|
129
|
+
export type TimeZone = Message<"google.type.TimeZone"> & {
|
|
130
|
+
/**
|
|
131
|
+
* IANA Time Zone Database time zone. For example "America/New_York".
|
|
132
|
+
*
|
|
133
|
+
* @generated from field: string id = 1;
|
|
134
|
+
*/
|
|
135
|
+
id: string;
|
|
136
|
+
/**
|
|
137
|
+
* Optional. IANA Time Zone Database version number. For example "2019a".
|
|
138
|
+
*
|
|
139
|
+
* @generated from field: string version = 2;
|
|
140
|
+
*/
|
|
141
|
+
version: string;
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* Describes the message google.type.TimeZone.
|
|
145
|
+
* Use `create(TimeZoneSchema)` to create a new message.
|
|
146
|
+
*/
|
|
147
|
+
export declare const TimeZoneSchema: GenMessage<TimeZone>;
|
|
148
|
+
//# sourceMappingURL=datetime_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datetime_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/datetime_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAEvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,OACspB,CAAC;AAE/rB;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,sBAAsB,CAAC,GAAG;IACvD;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;OAKG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;;;OAMG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;OAKG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;OAKG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;;;;OAQG;IACH,UAAU,EAAE;QACV;;;;;;WAMG;QACH,KAAK,EAAE,QAAQ,CAAC;QAChB,IAAI,EAAE,WAAW,CAAC;KACnB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,QAAQ,CAAC;QAChB,IAAI,EAAE,UAAU,CAAC;KAClB,GAAG;QAAE,IAAI,EAAE,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;CAC5C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,QAAQ,CACL,CAAC;AAE5C;;;;;GAKG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,sBAAsB,CAAC,GAAG;IACvD;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,QAAQ,CACL,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
15
|
+
import { file_google_protobuf_duration } from "@bufbuild/protobuf/wkt";
|
|
16
|
+
/**
|
|
17
|
+
* Describes the file google/type/datetime.proto.
|
|
18
|
+
*/
|
|
19
|
+
export const file_google_type_datetime = /*@__PURE__*/ fileDesc("Chpnb29nbGUvdHlwZS9kYXRldGltZS5wcm90bxILZ29vZ2xlLnR5cGUi4AEKCERhdGVUaW1lEgwKBHllYXIYASABKAUSDQoFbW9udGgYAiABKAUSCwoDZGF5GAMgASgFEg0KBWhvdXJzGAQgASgFEg8KB21pbnV0ZXMYBSABKAUSDwoHc2Vjb25kcxgGIAEoBRINCgVuYW5vcxgHIAEoBRIvCgp1dGNfb2Zmc2V0GAggASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uSAASKgoJdGltZV96b25lGAkgASgLMhUuZ29vZ2xlLnR5cGUuVGltZVpvbmVIAEINCgt0aW1lX29mZnNldCInCghUaW1lWm9uZRIKCgJpZBgBIAEoCRIPCgd2ZXJzaW9uGAIgASgJQqsBCg9jb20uZ29vZ2xlLnR5cGVCDURhdGV0aW1lUHJvdG9QAVo8Z29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL2RhdGV0aW1lO2RhdGV0aW1logIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM", [file_google_protobuf_duration]);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message google.type.DateTime.
|
|
22
|
+
* Use `create(DateTimeSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const DateTimeSchema = /*@__PURE__*/ messageDesc(file_google_type_datetime, 0);
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message google.type.TimeZone.
|
|
27
|
+
* Use `create(TimeZoneSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export const TimeZoneSchema = /*@__PURE__*/ messageDesc(file_google_type_datetime, 1);
|
|
30
|
+
//# sourceMappingURL=datetime_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datetime_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/datetime_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,6BAA6B,EAAE,MAAM,wBAAwB,CAAC;AAGvE;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAY,aAAa,CAC7D,QAAQ,CAAC,ipBAAipB,EAAE,CAAC,6BAA6B,CAAC,CAAC,CAAC;AAqH/rB;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC;AAwB5C;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
/**
|
|
3
|
+
* Describes the file google/type/dayofweek.proto.
|
|
4
|
+
*/
|
|
5
|
+
export declare const file_google_type_dayofweek: GenFile;
|
|
6
|
+
/**
|
|
7
|
+
* Represents a day of the week.
|
|
8
|
+
*
|
|
9
|
+
* @generated from enum google.type.DayOfWeek
|
|
10
|
+
*/
|
|
11
|
+
export declare enum DayOfWeek {
|
|
12
|
+
/**
|
|
13
|
+
* The day of the week is unspecified.
|
|
14
|
+
*
|
|
15
|
+
* @generated from enum value: DAY_OF_WEEK_UNSPECIFIED = 0;
|
|
16
|
+
*/
|
|
17
|
+
DAY_OF_WEEK_UNSPECIFIED = 0,
|
|
18
|
+
/**
|
|
19
|
+
* Monday
|
|
20
|
+
*
|
|
21
|
+
* @generated from enum value: MONDAY = 1;
|
|
22
|
+
*/
|
|
23
|
+
MONDAY = 1,
|
|
24
|
+
/**
|
|
25
|
+
* Tuesday
|
|
26
|
+
*
|
|
27
|
+
* @generated from enum value: TUESDAY = 2;
|
|
28
|
+
*/
|
|
29
|
+
TUESDAY = 2,
|
|
30
|
+
/**
|
|
31
|
+
* Wednesday
|
|
32
|
+
*
|
|
33
|
+
* @generated from enum value: WEDNESDAY = 3;
|
|
34
|
+
*/
|
|
35
|
+
WEDNESDAY = 3,
|
|
36
|
+
/**
|
|
37
|
+
* Thursday
|
|
38
|
+
*
|
|
39
|
+
* @generated from enum value: THURSDAY = 4;
|
|
40
|
+
*/
|
|
41
|
+
THURSDAY = 4,
|
|
42
|
+
/**
|
|
43
|
+
* Friday
|
|
44
|
+
*
|
|
45
|
+
* @generated from enum value: FRIDAY = 5;
|
|
46
|
+
*/
|
|
47
|
+
FRIDAY = 5,
|
|
48
|
+
/**
|
|
49
|
+
* Saturday
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum value: SATURDAY = 6;
|
|
52
|
+
*/
|
|
53
|
+
SATURDAY = 6,
|
|
54
|
+
/**
|
|
55
|
+
* Sunday
|
|
56
|
+
*
|
|
57
|
+
* @generated from enum value: SUNDAY = 7;
|
|
58
|
+
*/
|
|
59
|
+
SUNDAY = 7
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Describes the enum google.type.DayOfWeek.
|
|
63
|
+
*/
|
|
64
|
+
export declare const DayOfWeekSchema: GenEnum<DayOfWeek>;
|
|
65
|
+
//# sourceMappingURL=dayofweek_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dayofweek_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/dayofweek_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,eAAO,MAAM,0BAA0B,EAAE,OACwc,CAAC;AAElf;;;;GAIG;AACH,oBAAY,SAAS;IACnB;;;;OAIG;IACH,uBAAuB,IAAI;IAE3B;;;;OAIG;IACH,MAAM,IAAI;IAEV;;;;OAIG;IACH,OAAO,IAAI;IAEX;;;;OAIG;IACH,SAAS,IAAI;IAEb;;;;OAIG;IACH,QAAQ,IAAI;IAEZ;;;;OAIG;IACH,MAAM,IAAI;IAEV;;;;OAIG;IACH,QAAQ,IAAI;IAEZ;;;;OAIG;IACH,MAAM,IAAI;CACX;AAED;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,SAAS,CACN,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
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
|
+
import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
|
|
15
|
+
/**
|
|
16
|
+
* Describes the file google/type/dayofweek.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_dayofweek = /*@__PURE__*/ fileDesc("Chtnb29nbGUvdHlwZS9kYXlvZndlZWsucHJvdG8SC2dvb2dsZS50eXBlKoQBCglEYXlPZldlZWsSGwoXREFZX09GX1dFRUtfVU5TUEVDSUZJRUQQABIKCgZNT05EQVkQARILCgdUVUVTREFZEAISDQoJV0VETkVTREFZEAMSDAoIVEhVUlNEQVkQBBIKCgZGUklEQVkQBRIMCghTQVRVUkRBWRAGEgoKBlNVTkRBWRAHQq4BCg9jb20uZ29vZ2xlLnR5cGVCDkRheW9md2Vla1Byb3RvUAFaPmdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9kYXlvZndlZWs7ZGF5b2Z3ZWVrogIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM");
|
|
19
|
+
/**
|
|
20
|
+
* Represents a day of the week.
|
|
21
|
+
*
|
|
22
|
+
* @generated from enum google.type.DayOfWeek
|
|
23
|
+
*/
|
|
24
|
+
export var DayOfWeek;
|
|
25
|
+
(function (DayOfWeek) {
|
|
26
|
+
/**
|
|
27
|
+
* The day of the week is unspecified.
|
|
28
|
+
*
|
|
29
|
+
* @generated from enum value: DAY_OF_WEEK_UNSPECIFIED = 0;
|
|
30
|
+
*/
|
|
31
|
+
DayOfWeek[DayOfWeek["DAY_OF_WEEK_UNSPECIFIED"] = 0] = "DAY_OF_WEEK_UNSPECIFIED";
|
|
32
|
+
/**
|
|
33
|
+
* Monday
|
|
34
|
+
*
|
|
35
|
+
* @generated from enum value: MONDAY = 1;
|
|
36
|
+
*/
|
|
37
|
+
DayOfWeek[DayOfWeek["MONDAY"] = 1] = "MONDAY";
|
|
38
|
+
/**
|
|
39
|
+
* Tuesday
|
|
40
|
+
*
|
|
41
|
+
* @generated from enum value: TUESDAY = 2;
|
|
42
|
+
*/
|
|
43
|
+
DayOfWeek[DayOfWeek["TUESDAY"] = 2] = "TUESDAY";
|
|
44
|
+
/**
|
|
45
|
+
* Wednesday
|
|
46
|
+
*
|
|
47
|
+
* @generated from enum value: WEDNESDAY = 3;
|
|
48
|
+
*/
|
|
49
|
+
DayOfWeek[DayOfWeek["WEDNESDAY"] = 3] = "WEDNESDAY";
|
|
50
|
+
/**
|
|
51
|
+
* Thursday
|
|
52
|
+
*
|
|
53
|
+
* @generated from enum value: THURSDAY = 4;
|
|
54
|
+
*/
|
|
55
|
+
DayOfWeek[DayOfWeek["THURSDAY"] = 4] = "THURSDAY";
|
|
56
|
+
/**
|
|
57
|
+
* Friday
|
|
58
|
+
*
|
|
59
|
+
* @generated from enum value: FRIDAY = 5;
|
|
60
|
+
*/
|
|
61
|
+
DayOfWeek[DayOfWeek["FRIDAY"] = 5] = "FRIDAY";
|
|
62
|
+
/**
|
|
63
|
+
* Saturday
|
|
64
|
+
*
|
|
65
|
+
* @generated from enum value: SATURDAY = 6;
|
|
66
|
+
*/
|
|
67
|
+
DayOfWeek[DayOfWeek["SATURDAY"] = 6] = "SATURDAY";
|
|
68
|
+
/**
|
|
69
|
+
* Sunday
|
|
70
|
+
*
|
|
71
|
+
* @generated from enum value: SUNDAY = 7;
|
|
72
|
+
*/
|
|
73
|
+
DayOfWeek[DayOfWeek["SUNDAY"] = 7] = "SUNDAY";
|
|
74
|
+
})(DayOfWeek || (DayOfWeek = {}));
|
|
75
|
+
/**
|
|
76
|
+
* Describes the enum google.type.DayOfWeek.
|
|
77
|
+
*/
|
|
78
|
+
export const DayOfWeekSchema = /*@__PURE__*/ enumDesc(file_google_type_dayofweek, 0);
|
|
79
|
+
//# sourceMappingURL=dayofweek_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dayofweek_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/dayofweek_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAY,aAAa,CAC9D,QAAQ,CAAC,qeAAqe,CAAC,CAAC;AAElf;;;;GAIG;AACH,MAAM,CAAN,IAAY,SAwDX;AAxDD,WAAY,SAAS;IACnB;;;;OAIG;IACH,+EAA2B,CAAA;IAE3B;;;;OAIG;IACH,6CAAU,CAAA;IAEV;;;;OAIG;IACH,+CAAW,CAAA;IAEX;;;;OAIG;IACH,mDAAa,CAAA;IAEb;;;;OAIG;IACH,iDAAY,CAAA;IAEZ;;;;OAIG;IACH,6CAAU,CAAA;IAEV;;;;OAIG;IACH,iDAAY,CAAA;IAEZ;;;;OAIG;IACH,6CAAU,CAAA;AACZ,CAAC,EAxDW,SAAS,KAAT,SAAS,QAwDpB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAuB,aAAa,CAC9D,QAAQ,CAAC,0BAA0B,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file google/type/decimal.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_google_type_decimal: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* A representation of a decimal value, such as 2.5. Clients may convert values
|
|
9
|
+
* into language-native decimal formats, such as Java's
|
|
10
|
+
* [BigDecimal](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html)
|
|
11
|
+
* or Python's
|
|
12
|
+
* [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
|
|
13
|
+
*
|
|
14
|
+
* @generated from message google.type.Decimal
|
|
15
|
+
*/
|
|
16
|
+
export type Decimal = Message<"google.type.Decimal"> & {
|
|
17
|
+
/**
|
|
18
|
+
* The decimal value, as a string.
|
|
19
|
+
*
|
|
20
|
+
* The string representation consists of an optional sign, `+` (`U+002B`)
|
|
21
|
+
* or `-` (`U+002D`), followed by a sequence of zero or more decimal digits
|
|
22
|
+
* ("the integer"), optionally followed by a fraction, optionally followed
|
|
23
|
+
* by an exponent. An empty string **should** be interpreted as `0`.
|
|
24
|
+
*
|
|
25
|
+
* The fraction consists of a decimal point followed by zero or more decimal
|
|
26
|
+
* digits. The string must contain at least one digit in either the integer
|
|
27
|
+
* or the fraction. The number formed by the sign, the integer and the
|
|
28
|
+
* fraction is referred to as the significand.
|
|
29
|
+
*
|
|
30
|
+
* The exponent consists of the character `e` (`U+0065`) or `E` (`U+0045`)
|
|
31
|
+
* followed by one or more decimal digits.
|
|
32
|
+
*
|
|
33
|
+
* Services **should** normalize decimal values before storing them by:
|
|
34
|
+
*
|
|
35
|
+
* - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
|
|
36
|
+
* - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
|
|
37
|
+
* - Coercing the exponent character to upper-case, with explicit sign
|
|
38
|
+
* (`2.5e8` -> `2.5E+8`).
|
|
39
|
+
* - Removing an explicitly-provided zero exponent (`2.5E0` -> `2.5`).
|
|
40
|
+
*
|
|
41
|
+
* Services **may** perform additional normalization based on its own needs
|
|
42
|
+
* and the internal decimal implementation selected, such as shifting the
|
|
43
|
+
* decimal point and exponent value together (example: `2.5E-1` <-> `0.25`).
|
|
44
|
+
* Additionally, services **may** preserve trailing zeroes in the fraction
|
|
45
|
+
* to indicate increased precision, but are not required to do so.
|
|
46
|
+
*
|
|
47
|
+
* Note that only the `.` character is supported to divide the integer
|
|
48
|
+
* and the fraction; `,` **should not** be supported regardless of locale.
|
|
49
|
+
* Additionally, thousand separators **should not** be supported. If a
|
|
50
|
+
* service does support them, values **must** be normalized.
|
|
51
|
+
*
|
|
52
|
+
* The ENBF grammar is:
|
|
53
|
+
*
|
|
54
|
+
* DecimalString =
|
|
55
|
+
* '' | [Sign] Significand [Exponent];
|
|
56
|
+
*
|
|
57
|
+
* Sign = '+' | '-';
|
|
58
|
+
*
|
|
59
|
+
* Significand =
|
|
60
|
+
* Digits ['.'] [Digits] | [Digits] '.' Digits;
|
|
61
|
+
*
|
|
62
|
+
* Exponent = ('e' | 'E') [Sign] Digits;
|
|
63
|
+
*
|
|
64
|
+
* Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
|
|
65
|
+
*
|
|
66
|
+
* Services **should** clearly document the range of supported values, the
|
|
67
|
+
* maximum supported precision (total number of digits), and, if applicable,
|
|
68
|
+
* the scale (number of digits after the decimal point), as well as how it
|
|
69
|
+
* behaves when receiving out-of-bounds values.
|
|
70
|
+
*
|
|
71
|
+
* Services **may** choose to accept values passed as input even when the
|
|
72
|
+
* value has a higher precision or scale than the service supports, and
|
|
73
|
+
* **should** round the value to fit the supported scale. Alternatively, the
|
|
74
|
+
* service **may** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC)
|
|
75
|
+
* if precision would be lost.
|
|
76
|
+
*
|
|
77
|
+
* Services **should** error with `400 Bad Request` (`INVALID_ARGUMENT` in
|
|
78
|
+
* gRPC) if the service receives a value outside of the supported range.
|
|
79
|
+
*
|
|
80
|
+
* @generated from field: string value = 1;
|
|
81
|
+
*/
|
|
82
|
+
value: string;
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* Describes the message google.type.Decimal.
|
|
86
|
+
* Use `create(DecimalSchema)` to create a new message.
|
|
87
|
+
*/
|
|
88
|
+
export declare const DecimalSchema: GenMessage<Decimal>;
|
|
89
|
+
//# sourceMappingURL=decimal_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"decimal_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/decimal_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,OAC8S,CAAC;AAEtV;;;;;;;;GAQG;AACH,MAAM,MAAM,OAAO,GAAG,OAAO,CAAC,qBAAqB,CAAC,GAAG;IACrD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,OAAO,CACJ,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
15
|
+
/**
|
|
16
|
+
* Describes the file google/type/decimal.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_decimal = /*@__PURE__*/ fileDesc("Chlnb29nbGUvdHlwZS9kZWNpbWFsLnByb3RvEgtnb29nbGUudHlwZSIYCgdEZWNpbWFsEg0KBXZhbHVlGAEgASgJQqgBCg9jb20uZ29vZ2xlLnR5cGVCDERlY2ltYWxQcm90b1ABWjpnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvZGVjaW1hbDtkZWNpbWFsogIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM");
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message google.type.Decimal.
|
|
21
|
+
* Use `create(DecimalSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const DecimalSchema = /*@__PURE__*/ messageDesc(file_google_type_decimal, 0);
|
|
24
|
+
//# sourceMappingURL=decimal_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"decimal_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/decimal_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAY,aAAa,CAC5D,QAAQ,CAAC,yUAAyU,CAAC,CAAC;AAgFtV;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwB,aAAa,CAC7D,WAAW,CAAC,wBAAwB,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file google/type/expr.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_google_type_expr: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* Represents a textual expression in the Common Expression Language (CEL)
|
|
9
|
+
* syntax. CEL is a C-like expression language. The syntax and semantics of CEL
|
|
10
|
+
* are documented at https://github.com/google/cel-spec.
|
|
11
|
+
*
|
|
12
|
+
* Example (Comparison):
|
|
13
|
+
*
|
|
14
|
+
* title: "Summary size limit"
|
|
15
|
+
* description: "Determines if a summary is less than 100 chars"
|
|
16
|
+
* expression: "document.summary.size() < 100"
|
|
17
|
+
*
|
|
18
|
+
* Example (Equality):
|
|
19
|
+
*
|
|
20
|
+
* title: "Requestor is owner"
|
|
21
|
+
* description: "Determines if requestor is the document owner"
|
|
22
|
+
* expression: "document.owner == request.auth.claims.email"
|
|
23
|
+
*
|
|
24
|
+
* Example (Logic):
|
|
25
|
+
*
|
|
26
|
+
* title: "Public documents"
|
|
27
|
+
* description: "Determine whether the document should be publicly visible"
|
|
28
|
+
* expression: "document.type != 'private' && document.type != 'internal'"
|
|
29
|
+
*
|
|
30
|
+
* Example (Data Manipulation):
|
|
31
|
+
*
|
|
32
|
+
* title: "Notification string"
|
|
33
|
+
* description: "Create a notification string with a timestamp."
|
|
34
|
+
* expression: "'New message received at ' + string(document.create_time)"
|
|
35
|
+
*
|
|
36
|
+
* The exact variables and functions that may be referenced within an expression
|
|
37
|
+
* are determined by the service that evaluates it. See the service
|
|
38
|
+
* documentation for additional information.
|
|
39
|
+
*
|
|
40
|
+
* @generated from message google.type.Expr
|
|
41
|
+
*/
|
|
42
|
+
export type Expr = Message<"google.type.Expr"> & {
|
|
43
|
+
/**
|
|
44
|
+
* Textual representation of an expression in Common Expression Language
|
|
45
|
+
* syntax.
|
|
46
|
+
*
|
|
47
|
+
* @generated from field: string expression = 1;
|
|
48
|
+
*/
|
|
49
|
+
expression: string;
|
|
50
|
+
/**
|
|
51
|
+
* Optional. Title for the expression, i.e. a short string describing
|
|
52
|
+
* its purpose. This can be used e.g. in UIs which allow to enter the
|
|
53
|
+
* expression.
|
|
54
|
+
*
|
|
55
|
+
* @generated from field: string title = 2;
|
|
56
|
+
*/
|
|
57
|
+
title: string;
|
|
58
|
+
/**
|
|
59
|
+
* Optional. Description of the expression. This is a longer text which
|
|
60
|
+
* describes the expression, e.g. when hovered over it in a UI.
|
|
61
|
+
*
|
|
62
|
+
* @generated from field: string description = 3;
|
|
63
|
+
*/
|
|
64
|
+
description: string;
|
|
65
|
+
/**
|
|
66
|
+
* Optional. String indicating the location of the expression for error
|
|
67
|
+
* reporting, e.g. a file name and a position in the file.
|
|
68
|
+
*
|
|
69
|
+
* @generated from field: string location = 4;
|
|
70
|
+
*/
|
|
71
|
+
location: string;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Describes the message google.type.Expr.
|
|
75
|
+
* Use `create(ExprSchema)` to create a new message.
|
|
76
|
+
*/
|
|
77
|
+
export declare const ExprSchema: GenMessage<Expr>;
|
|
78
|
+
//# sourceMappingURL=expr_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expr_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/expr_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,OAC4W,CAAC;AAEjZ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAM,MAAM,IAAI,GAAG,OAAO,CAAC,kBAAkB,CAAC,GAAG;IAC/C;;;;;OAKG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;OAMG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,IAAI,CACD,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
15
|
+
/**
|
|
16
|
+
* Describes the file google/type/expr.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_expr = /*@__PURE__*/ fileDesc("ChZnb29nbGUvdHlwZS9leHByLnByb3RvEgtnb29nbGUudHlwZSJQCgRFeHByEhIKCmV4cHJlc3Npb24YASABKAkSDQoFdGl0bGUYAiABKAkSEwoLZGVzY3JpcHRpb24YAyABKAkSEAoIbG9jYXRpb24YBCABKAlCnwEKD2NvbS5nb29nbGUudHlwZUIJRXhwclByb3RvUAFaNGdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9leHByO2V4cHKiAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message google.type.Expr.
|
|
21
|
+
* Use `create(ExprSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const ExprSchema = /*@__PURE__*/ messageDesc(file_google_type_expr, 0);
|
|
24
|
+
//# sourceMappingURL=expr_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expr_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/expr_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAY,aAAa,CACzD,QAAQ,CAAC,oYAAoY,CAAC,CAAC;AAwEjZ;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAqB,aAAa,CACvD,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file google/type/fraction.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_google_type_fraction: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* Represents a fraction in terms of a numerator divided by a denominator.
|
|
9
|
+
*
|
|
10
|
+
* @generated from message google.type.Fraction
|
|
11
|
+
*/
|
|
12
|
+
export type Fraction = Message<"google.type.Fraction"> & {
|
|
13
|
+
/**
|
|
14
|
+
* The numerator in the fraction, e.g. 2 in 2/3.
|
|
15
|
+
*
|
|
16
|
+
* @generated from field: int64 numerator = 1 [jstype = JS_STRING];
|
|
17
|
+
*/
|
|
18
|
+
numerator: string;
|
|
19
|
+
/**
|
|
20
|
+
* The value by which the numerator is divided, e.g. 3 in 2/3. Must be
|
|
21
|
+
* positive.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: int64 denominator = 2 [jstype = JS_STRING];
|
|
24
|
+
*/
|
|
25
|
+
denominator: string;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message google.type.Fraction.
|
|
29
|
+
* Use `create(FractionSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export declare const FractionSchema: GenMessage<Fraction>;
|
|
32
|
+
//# sourceMappingURL=fraction_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fraction_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/fraction_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,OACgW,CAAC;AAEzY;;;;GAIG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,sBAAsB,CAAC,GAAG;IACvD;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,QAAQ,CACL,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
15
|
+
/**
|
|
16
|
+
* Describes the file google/type/fraction.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_fraction = /*@__PURE__*/ fileDesc("Chpnb29nbGUvdHlwZS9mcmFjdGlvbi5wcm90bxILZ29vZ2xlLnR5cGUiOgoIRnJhY3Rpb24SFQoJbnVtZXJhdG9yGAEgASgDQgIwARIXCgtkZW5vbWluYXRvchgCIAEoA0ICMAFCqwEKD2NvbS5nb29nbGUudHlwZUINRnJhY3Rpb25Qcm90b1ABWjxnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvZnJhY3Rpb247ZnJhY3Rpb26iAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message google.type.Fraction.
|
|
21
|
+
* Use `create(FractionSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const FractionSchema = /*@__PURE__*/ messageDesc(file_google_type_fraction, 0);
|
|
24
|
+
//# sourceMappingURL=fraction_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fraction_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/fraction_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAY,aAAa,CAC7D,QAAQ,CAAC,4XAA4X,CAAC,CAAC;AAwBzY;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC"}
|