@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,96 @@
|
|
|
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/type/dayofweek.proto (package google.type, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Describes the file google/type/dayofweek.proto.
|
|
24
|
+
*/
|
|
25
|
+
export const file_google_type_dayofweek: GenFile = /*@__PURE__*/
|
|
26
|
+
fileDesc("Chtnb29nbGUvdHlwZS9kYXlvZndlZWsucHJvdG8SC2dvb2dsZS50eXBlKoQBCglEYXlPZldlZWsSGwoXREFZX09GX1dFRUtfVU5TUEVDSUZJRUQQABIKCgZNT05EQVkQARILCgdUVUVTREFZEAISDQoJV0VETkVTREFZEAMSDAoIVEhVUlNEQVkQBBIKCgZGUklEQVkQBRIMCghTQVRVUkRBWRAGEgoKBlNVTkRBWRAHQq4BCg9jb20uZ29vZ2xlLnR5cGVCDkRheW9md2Vla1Byb3RvUAFaPmdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9kYXlvZndlZWs7ZGF5b2Z3ZWVrogIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM");
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Represents a day of the week.
|
|
30
|
+
*
|
|
31
|
+
* @generated from enum google.type.DayOfWeek
|
|
32
|
+
*/
|
|
33
|
+
export enum DayOfWeek {
|
|
34
|
+
/**
|
|
35
|
+
* The day of the week is unspecified.
|
|
36
|
+
*
|
|
37
|
+
* @generated from enum value: DAY_OF_WEEK_UNSPECIFIED = 0;
|
|
38
|
+
*/
|
|
39
|
+
DAY_OF_WEEK_UNSPECIFIED = 0,
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Monday
|
|
43
|
+
*
|
|
44
|
+
* @generated from enum value: MONDAY = 1;
|
|
45
|
+
*/
|
|
46
|
+
MONDAY = 1,
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Tuesday
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum value: TUESDAY = 2;
|
|
52
|
+
*/
|
|
53
|
+
TUESDAY = 2,
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Wednesday
|
|
57
|
+
*
|
|
58
|
+
* @generated from enum value: WEDNESDAY = 3;
|
|
59
|
+
*/
|
|
60
|
+
WEDNESDAY = 3,
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Thursday
|
|
64
|
+
*
|
|
65
|
+
* @generated from enum value: THURSDAY = 4;
|
|
66
|
+
*/
|
|
67
|
+
THURSDAY = 4,
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Friday
|
|
71
|
+
*
|
|
72
|
+
* @generated from enum value: FRIDAY = 5;
|
|
73
|
+
*/
|
|
74
|
+
FRIDAY = 5,
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Saturday
|
|
78
|
+
*
|
|
79
|
+
* @generated from enum value: SATURDAY = 6;
|
|
80
|
+
*/
|
|
81
|
+
SATURDAY = 6,
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Sunday
|
|
85
|
+
*
|
|
86
|
+
* @generated from enum value: SUNDAY = 7;
|
|
87
|
+
*/
|
|
88
|
+
SUNDAY = 7,
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Describes the enum google.type.DayOfWeek.
|
|
93
|
+
*/
|
|
94
|
+
export const DayOfWeekSchema: GenEnum<DayOfWeek> = /*@__PURE__*/
|
|
95
|
+
enumDesc(file_google_type_dayofweek, 0);
|
|
96
|
+
|
|
@@ -0,0 +1,113 @@
|
|
|
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/type/decimal.proto (package google.type, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the file google/type/decimal.proto.
|
|
25
|
+
*/
|
|
26
|
+
export const file_google_type_decimal: GenFile = /*@__PURE__*/
|
|
27
|
+
fileDesc("Chlnb29nbGUvdHlwZS9kZWNpbWFsLnByb3RvEgtnb29nbGUudHlwZSIYCgdEZWNpbWFsEg0KBXZhbHVlGAEgASgJQqgBCg9jb20uZ29vZ2xlLnR5cGVCDERlY2ltYWxQcm90b1ABWjpnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvZGVjaW1hbDtkZWNpbWFsogIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM");
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* A representation of a decimal value, such as 2.5. Clients may convert values
|
|
31
|
+
* into language-native decimal formats, such as Java's
|
|
32
|
+
* [BigDecimal](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html)
|
|
33
|
+
* or Python's
|
|
34
|
+
* [decimal.Decimal](https://docs.python.org/3/library/decimal.html).
|
|
35
|
+
*
|
|
36
|
+
* @generated from message google.type.Decimal
|
|
37
|
+
*/
|
|
38
|
+
export type Decimal = Message<"google.type.Decimal"> & {
|
|
39
|
+
/**
|
|
40
|
+
* The decimal value, as a string.
|
|
41
|
+
*
|
|
42
|
+
* The string representation consists of an optional sign, `+` (`U+002B`)
|
|
43
|
+
* or `-` (`U+002D`), followed by a sequence of zero or more decimal digits
|
|
44
|
+
* ("the integer"), optionally followed by a fraction, optionally followed
|
|
45
|
+
* by an exponent. An empty string **should** be interpreted as `0`.
|
|
46
|
+
*
|
|
47
|
+
* The fraction consists of a decimal point followed by zero or more decimal
|
|
48
|
+
* digits. The string must contain at least one digit in either the integer
|
|
49
|
+
* or the fraction. The number formed by the sign, the integer and the
|
|
50
|
+
* fraction is referred to as the significand.
|
|
51
|
+
*
|
|
52
|
+
* The exponent consists of the character `e` (`U+0065`) or `E` (`U+0045`)
|
|
53
|
+
* followed by one or more decimal digits.
|
|
54
|
+
*
|
|
55
|
+
* Services **should** normalize decimal values before storing them by:
|
|
56
|
+
*
|
|
57
|
+
* - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
|
|
58
|
+
* - Replacing a zero-length integer value with `0` (`.5` -> `0.5`).
|
|
59
|
+
* - Coercing the exponent character to upper-case, with explicit sign
|
|
60
|
+
* (`2.5e8` -> `2.5E+8`).
|
|
61
|
+
* - Removing an explicitly-provided zero exponent (`2.5E0` -> `2.5`).
|
|
62
|
+
*
|
|
63
|
+
* Services **may** perform additional normalization based on its own needs
|
|
64
|
+
* and the internal decimal implementation selected, such as shifting the
|
|
65
|
+
* decimal point and exponent value together (example: `2.5E-1` <-> `0.25`).
|
|
66
|
+
* Additionally, services **may** preserve trailing zeroes in the fraction
|
|
67
|
+
* to indicate increased precision, but are not required to do so.
|
|
68
|
+
*
|
|
69
|
+
* Note that only the `.` character is supported to divide the integer
|
|
70
|
+
* and the fraction; `,` **should not** be supported regardless of locale.
|
|
71
|
+
* Additionally, thousand separators **should not** be supported. If a
|
|
72
|
+
* service does support them, values **must** be normalized.
|
|
73
|
+
*
|
|
74
|
+
* The ENBF grammar is:
|
|
75
|
+
*
|
|
76
|
+
* DecimalString =
|
|
77
|
+
* '' | [Sign] Significand [Exponent];
|
|
78
|
+
*
|
|
79
|
+
* Sign = '+' | '-';
|
|
80
|
+
*
|
|
81
|
+
* Significand =
|
|
82
|
+
* Digits ['.'] [Digits] | [Digits] '.' Digits;
|
|
83
|
+
*
|
|
84
|
+
* Exponent = ('e' | 'E') [Sign] Digits;
|
|
85
|
+
*
|
|
86
|
+
* Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' };
|
|
87
|
+
*
|
|
88
|
+
* Services **should** clearly document the range of supported values, the
|
|
89
|
+
* maximum supported precision (total number of digits), and, if applicable,
|
|
90
|
+
* the scale (number of digits after the decimal point), as well as how it
|
|
91
|
+
* behaves when receiving out-of-bounds values.
|
|
92
|
+
*
|
|
93
|
+
* Services **may** choose to accept values passed as input even when the
|
|
94
|
+
* value has a higher precision or scale than the service supports, and
|
|
95
|
+
* **should** round the value to fit the supported scale. Alternatively, the
|
|
96
|
+
* service **may** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC)
|
|
97
|
+
* if precision would be lost.
|
|
98
|
+
*
|
|
99
|
+
* Services **should** error with `400 Bad Request` (`INVALID_ARGUMENT` in
|
|
100
|
+
* gRPC) if the service receives a value outside of the supported range.
|
|
101
|
+
*
|
|
102
|
+
* @generated from field: string value = 1;
|
|
103
|
+
*/
|
|
104
|
+
value: string;
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Describes the message google.type.Decimal.
|
|
109
|
+
* Use `create(DecimalSchema)` to create a new message.
|
|
110
|
+
*/
|
|
111
|
+
export const DecimalSchema: GenMessage<Decimal> = /*@__PURE__*/
|
|
112
|
+
messageDesc(file_google_type_decimal, 0);
|
|
113
|
+
|
|
@@ -0,0 +1,105 @@
|
|
|
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/type/expr.proto (package google.type, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the file google/type/expr.proto.
|
|
25
|
+
*/
|
|
26
|
+
export const file_google_type_expr: GenFile = /*@__PURE__*/
|
|
27
|
+
fileDesc("ChZnb29nbGUvdHlwZS9leHByLnByb3RvEgtnb29nbGUudHlwZSJQCgRFeHByEhIKCmV4cHJlc3Npb24YASABKAkSDQoFdGl0bGUYAiABKAkSEwoLZGVzY3JpcHRpb24YAyABKAkSEAoIbG9jYXRpb24YBCABKAlCnwEKD2NvbS5nb29nbGUudHlwZUIJRXhwclByb3RvUAFaNGdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9leHByO2V4cHKiAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Represents a textual expression in the Common Expression Language (CEL)
|
|
31
|
+
* syntax. CEL is a C-like expression language. The syntax and semantics of CEL
|
|
32
|
+
* are documented at https://github.com/google/cel-spec.
|
|
33
|
+
*
|
|
34
|
+
* Example (Comparison):
|
|
35
|
+
*
|
|
36
|
+
* title: "Summary size limit"
|
|
37
|
+
* description: "Determines if a summary is less than 100 chars"
|
|
38
|
+
* expression: "document.summary.size() < 100"
|
|
39
|
+
*
|
|
40
|
+
* Example (Equality):
|
|
41
|
+
*
|
|
42
|
+
* title: "Requestor is owner"
|
|
43
|
+
* description: "Determines if requestor is the document owner"
|
|
44
|
+
* expression: "document.owner == request.auth.claims.email"
|
|
45
|
+
*
|
|
46
|
+
* Example (Logic):
|
|
47
|
+
*
|
|
48
|
+
* title: "Public documents"
|
|
49
|
+
* description: "Determine whether the document should be publicly visible"
|
|
50
|
+
* expression: "document.type != 'private' && document.type != 'internal'"
|
|
51
|
+
*
|
|
52
|
+
* Example (Data Manipulation):
|
|
53
|
+
*
|
|
54
|
+
* title: "Notification string"
|
|
55
|
+
* description: "Create a notification string with a timestamp."
|
|
56
|
+
* expression: "'New message received at ' + string(document.create_time)"
|
|
57
|
+
*
|
|
58
|
+
* The exact variables and functions that may be referenced within an expression
|
|
59
|
+
* are determined by the service that evaluates it. See the service
|
|
60
|
+
* documentation for additional information.
|
|
61
|
+
*
|
|
62
|
+
* @generated from message google.type.Expr
|
|
63
|
+
*/
|
|
64
|
+
export type Expr = Message<"google.type.Expr"> & {
|
|
65
|
+
/**
|
|
66
|
+
* Textual representation of an expression in Common Expression Language
|
|
67
|
+
* syntax.
|
|
68
|
+
*
|
|
69
|
+
* @generated from field: string expression = 1;
|
|
70
|
+
*/
|
|
71
|
+
expression: string;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Optional. Title for the expression, i.e. a short string describing
|
|
75
|
+
* its purpose. This can be used e.g. in UIs which allow to enter the
|
|
76
|
+
* expression.
|
|
77
|
+
*
|
|
78
|
+
* @generated from field: string title = 2;
|
|
79
|
+
*/
|
|
80
|
+
title: string;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Optional. Description of the expression. This is a longer text which
|
|
84
|
+
* describes the expression, e.g. when hovered over it in a UI.
|
|
85
|
+
*
|
|
86
|
+
* @generated from field: string description = 3;
|
|
87
|
+
*/
|
|
88
|
+
description: string;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Optional. String indicating the location of the expression for error
|
|
92
|
+
* reporting, e.g. a file name and a position in the file.
|
|
93
|
+
*
|
|
94
|
+
* @generated from field: string location = 4;
|
|
95
|
+
*/
|
|
96
|
+
location: string;
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Describes the message google.type.Expr.
|
|
101
|
+
* Use `create(ExprSchema)` to create a new message.
|
|
102
|
+
*/
|
|
103
|
+
export const ExprSchema: GenMessage<Expr> = /*@__PURE__*/
|
|
104
|
+
messageDesc(file_google_type_expr, 0);
|
|
105
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
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/type/fraction.proto (package google.type, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the file google/type/fraction.proto.
|
|
25
|
+
*/
|
|
26
|
+
export const file_google_type_fraction: GenFile = /*@__PURE__*/
|
|
27
|
+
fileDesc("Chpnb29nbGUvdHlwZS9mcmFjdGlvbi5wcm90bxILZ29vZ2xlLnR5cGUiOgoIRnJhY3Rpb24SFQoJbnVtZXJhdG9yGAEgASgDQgIwARIXCgtkZW5vbWluYXRvchgCIAEoA0ICMAFCqwEKD2NvbS5nb29nbGUudHlwZUINRnJhY3Rpb25Qcm90b1ABWjxnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvZnJhY3Rpb247ZnJhY3Rpb26iAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Represents a fraction in terms of a numerator divided by a denominator.
|
|
31
|
+
*
|
|
32
|
+
* @generated from message google.type.Fraction
|
|
33
|
+
*/
|
|
34
|
+
export type Fraction = Message<"google.type.Fraction"> & {
|
|
35
|
+
/**
|
|
36
|
+
* The numerator in the fraction, e.g. 2 in 2/3.
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: int64 numerator = 1 [jstype = JS_STRING];
|
|
39
|
+
*/
|
|
40
|
+
numerator: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* The value by which the numerator is divided, e.g. 3 in 2/3. Must be
|
|
44
|
+
* positive.
|
|
45
|
+
*
|
|
46
|
+
* @generated from field: int64 denominator = 2 [jstype = JS_STRING];
|
|
47
|
+
*/
|
|
48
|
+
denominator: string;
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Describes the message google.type.Fraction.
|
|
53
|
+
* Use `create(FractionSchema)` to create a new message.
|
|
54
|
+
*/
|
|
55
|
+
export const FractionSchema: GenMessage<Fraction> = /*@__PURE__*/
|
|
56
|
+
messageDesc(file_google_type_fraction, 0);
|
|
57
|
+
|
|
@@ -0,0 +1,69 @@
|
|
|
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/type/interval.proto (package google.type, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
22
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
23
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Describes the file google/type/interval.proto.
|
|
27
|
+
*/
|
|
28
|
+
export const file_google_type_interval: GenFile = /*@__PURE__*/
|
|
29
|
+
fileDesc("Chpnb29nbGUvdHlwZS9pbnRlcnZhbC5wcm90bxILZ29vZ2xlLnR5cGUiaAoISW50ZXJ2YWwSLgoKc3RhcnRfdGltZRgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLAoIZW5kX3RpbWUYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQqsBCg9jb20uZ29vZ2xlLnR5cGVCDUludGVydmFsUHJvdG9QAVo8Z29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL2ludGVydmFsO2ludGVydmFsogIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM", [file_google_protobuf_timestamp]);
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Represents a time interval, encoded as a Timestamp start (inclusive) and a
|
|
33
|
+
* Timestamp end (exclusive).
|
|
34
|
+
*
|
|
35
|
+
* The start must be less than or equal to the end.
|
|
36
|
+
* When the start equals the end, the interval is empty (matches no time).
|
|
37
|
+
* When both start and end are unspecified, the interval matches any time.
|
|
38
|
+
*
|
|
39
|
+
* @generated from message google.type.Interval
|
|
40
|
+
*/
|
|
41
|
+
export type Interval = Message<"google.type.Interval"> & {
|
|
42
|
+
/**
|
|
43
|
+
* Optional. Inclusive start of the interval.
|
|
44
|
+
*
|
|
45
|
+
* If specified, a Timestamp matching this interval will have to be the same
|
|
46
|
+
* or after the start.
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: google.protobuf.Timestamp start_time = 1;
|
|
49
|
+
*/
|
|
50
|
+
startTime?: Timestamp;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Optional. Exclusive end of the interval.
|
|
54
|
+
*
|
|
55
|
+
* If specified, a Timestamp matching this interval will have to be before the
|
|
56
|
+
* end.
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: google.protobuf.Timestamp end_time = 2;
|
|
59
|
+
*/
|
|
60
|
+
endTime?: Timestamp;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Describes the message google.type.Interval.
|
|
65
|
+
* Use `create(IntervalSchema)` to create a new message.
|
|
66
|
+
*/
|
|
67
|
+
export const IntervalSchema: GenMessage<Interval> = /*@__PURE__*/
|
|
68
|
+
messageDesc(file_google_type_interval, 0);
|
|
69
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
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/type/latlng.proto (package google.type, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the file google/type/latlng.proto.
|
|
25
|
+
*/
|
|
26
|
+
export const file_google_type_latlng: GenFile = /*@__PURE__*/
|
|
27
|
+
fileDesc("Chhnb29nbGUvdHlwZS9sYXRsbmcucHJvdG8SC2dvb2dsZS50eXBlIi0KBkxhdExuZxIQCghsYXRpdHVkZRgBIAEoARIRCglsb25naXR1ZGUYAiABKAFCpQEKD2NvbS5nb29nbGUudHlwZUILTGF0bG5nUHJvdG9QAVo4Z29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL2xhdGxuZztsYXRsbmeiAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* An object that represents a latitude/longitude pair. This is expressed as a
|
|
31
|
+
* pair of doubles to represent degrees latitude and degrees longitude. Unless
|
|
32
|
+
* specified otherwise, this object must conform to the
|
|
33
|
+
* <a href="https://en.wikipedia.org/wiki/World_Geodetic_System#1984_version">
|
|
34
|
+
* WGS84 standard</a>. Values must be within normalized ranges.
|
|
35
|
+
*
|
|
36
|
+
* @generated from message google.type.LatLng
|
|
37
|
+
*/
|
|
38
|
+
export type LatLng = Message<"google.type.LatLng"> & {
|
|
39
|
+
/**
|
|
40
|
+
* The latitude in degrees. It must be in the range [-90.0, +90.0].
|
|
41
|
+
*
|
|
42
|
+
* @generated from field: double latitude = 1;
|
|
43
|
+
*/
|
|
44
|
+
latitude: number;
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* The longitude in degrees. It must be in the range [-180.0, +180.0].
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: double longitude = 2;
|
|
50
|
+
*/
|
|
51
|
+
longitude: number;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message google.type.LatLng.
|
|
56
|
+
* Use `create(LatLngSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const LatLngSchema: GenMessage<LatLng> = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_google_type_latlng, 0);
|
|
60
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
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/type/localized_text.proto (package google.type, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the file google/type/localized_text.proto.
|
|
25
|
+
*/
|
|
26
|
+
export const file_google_type_localized_text: GenFile = /*@__PURE__*/
|
|
27
|
+
fileDesc("CiBnb29nbGUvdHlwZS9sb2NhbGl6ZWRfdGV4dC5wcm90bxILZ29vZ2xlLnR5cGUiNAoNTG9jYWxpemVkVGV4dBIMCgR0ZXh0GAEgASgJEhUKDWxhbmd1YWdlX2NvZGUYAiABKAlCvAEKD2NvbS5nb29nbGUudHlwZUISTG9jYWxpemVkVGV4dFByb3RvUAFaSGdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9sb2NhbGl6ZWRfdGV4dDtsb2NhbGl6ZWRfdGV4dKICA0dUWKoCC0dvb2dsZS5UeXBlygILR29vZ2xlXFR5cGXiAhdHb29nbGVcVHlwZVxHUEJNZXRhZGF0YeoCDEdvb2dsZTo6VHlwZWIGcHJvdG8z");
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Localized variant of a text in a particular language.
|
|
31
|
+
*
|
|
32
|
+
* @generated from message google.type.LocalizedText
|
|
33
|
+
*/
|
|
34
|
+
export type LocalizedText = Message<"google.type.LocalizedText"> & {
|
|
35
|
+
/**
|
|
36
|
+
* Localized string in the language corresponding to
|
|
37
|
+
* [language_code][google.type.LocalizedText.language_code] below.
|
|
38
|
+
*
|
|
39
|
+
* @generated from field: string text = 1;
|
|
40
|
+
*/
|
|
41
|
+
text: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* The text's BCP-47 language code, such as "en-US" or "sr-Latn".
|
|
45
|
+
*
|
|
46
|
+
* For more information, see
|
|
47
|
+
* http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: string language_code = 2;
|
|
50
|
+
*/
|
|
51
|
+
languageCode: string;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message google.type.LocalizedText.
|
|
56
|
+
* Use `create(LocalizedTextSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const LocalizedTextSchema: GenMessage<LocalizedText> = /*@__PURE__*/
|
|
59
|
+
messageDesc(file_google_type_localized_text, 0);
|
|
60
|
+
|
|
@@ -0,0 +1,69 @@
|
|
|
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/type/money.proto (package google.type, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the file google/type/money.proto.
|
|
25
|
+
*/
|
|
26
|
+
export const file_google_type_money: GenFile = /*@__PURE__*/
|
|
27
|
+
fileDesc("Chdnb29nbGUvdHlwZS9tb25leS5wcm90bxILZ29vZ2xlLnR5cGUiQAoFTW9uZXkSFQoNY3VycmVuY3lfY29kZRgBIAEoCRIRCgV1bml0cxgCIAEoA0ICMAESDQoFbmFub3MYAyABKAVCogEKD2NvbS5nb29nbGUudHlwZUIKTW9uZXlQcm90b1ABWjZnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvbW9uZXk7bW9uZXmiAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Represents an amount of money with its currency type.
|
|
31
|
+
*
|
|
32
|
+
* @generated from message google.type.Money
|
|
33
|
+
*/
|
|
34
|
+
export type Money = Message<"google.type.Money"> & {
|
|
35
|
+
/**
|
|
36
|
+
* The three-letter currency code defined in ISO 4217.
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: string currency_code = 1;
|
|
39
|
+
*/
|
|
40
|
+
currencyCode: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* The whole units of the amount.
|
|
44
|
+
* For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
|
|
45
|
+
*
|
|
46
|
+
* @generated from field: int64 units = 2 [jstype = JS_STRING];
|
|
47
|
+
*/
|
|
48
|
+
units: string;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Number of nano (10^-9) units of the amount.
|
|
52
|
+
* The value must be between -999,999,999 and +999,999,999 inclusive.
|
|
53
|
+
* If `units` is positive, `nanos` must be positive or zero.
|
|
54
|
+
* If `units` is zero, `nanos` can be positive, zero, or negative.
|
|
55
|
+
* If `units` is negative, `nanos` must be negative or zero.
|
|
56
|
+
* For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: int32 nanos = 3;
|
|
59
|
+
*/
|
|
60
|
+
nanos: number;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Describes the message google.type.Money.
|
|
65
|
+
* Use `create(MoneySchema)` to create a new message.
|
|
66
|
+
*/
|
|
67
|
+
export const MoneySchema: GenMessage<Money> = /*@__PURE__*/
|
|
68
|
+
messageDesc(file_google_type_money, 0);
|
|
69
|
+
|