@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,43 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file google/type/interval.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_google_type_interval: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* Represents a time interval, encoded as a Timestamp start (inclusive) and a
|
|
10
|
+
* Timestamp end (exclusive).
|
|
11
|
+
*
|
|
12
|
+
* The start must be less than or equal to the end.
|
|
13
|
+
* When the start equals the end, the interval is empty (matches no time).
|
|
14
|
+
* When both start and end are unspecified, the interval matches any time.
|
|
15
|
+
*
|
|
16
|
+
* @generated from message google.type.Interval
|
|
17
|
+
*/
|
|
18
|
+
export type Interval = Message<"google.type.Interval"> & {
|
|
19
|
+
/**
|
|
20
|
+
* Optional. Inclusive start of the interval.
|
|
21
|
+
*
|
|
22
|
+
* If specified, a Timestamp matching this interval will have to be the same
|
|
23
|
+
* or after the start.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: google.protobuf.Timestamp start_time = 1;
|
|
26
|
+
*/
|
|
27
|
+
startTime?: Timestamp;
|
|
28
|
+
/**
|
|
29
|
+
* Optional. Exclusive end of the interval.
|
|
30
|
+
*
|
|
31
|
+
* If specified, a Timestamp matching this interval will have to be before the
|
|
32
|
+
* end.
|
|
33
|
+
*
|
|
34
|
+
* @generated from field: google.protobuf.Timestamp end_time = 2;
|
|
35
|
+
*/
|
|
36
|
+
endTime?: Timestamp;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Describes the message google.type.Interval.
|
|
40
|
+
* Use `create(IntervalSchema)` to create a new message.
|
|
41
|
+
*/
|
|
42
|
+
export declare const IntervalSchema: GenMessage<Interval>;
|
|
43
|
+
//# sourceMappingURL=interval_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interval_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/interval_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,OAC+b,CAAC;AAExe;;;;;;;;;GASG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,sBAAsB,CAAC,GAAG;IACvD;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,QAAQ,CACL,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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_timestamp } from "@bufbuild/protobuf/wkt";
|
|
16
|
+
/**
|
|
17
|
+
* Describes the file google/type/interval.proto.
|
|
18
|
+
*/
|
|
19
|
+
export const file_google_type_interval = /*@__PURE__*/ fileDesc("Chpnb29nbGUvdHlwZS9pbnRlcnZhbC5wcm90bxILZ29vZ2xlLnR5cGUiaAoISW50ZXJ2YWwSLgoKc3RhcnRfdGltZRgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLAoIZW5kX3RpbWUYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQqsBCg9jb20uZ29vZ2xlLnR5cGVCDUludGVydmFsUHJvdG9QAVo8Z29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL2ludGVydmFsO2ludGVydmFsogIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM", [file_google_protobuf_timestamp]);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message google.type.Interval.
|
|
22
|
+
* Use `create(IntervalSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const IntervalSchema = /*@__PURE__*/ messageDesc(file_google_type_interval, 0);
|
|
25
|
+
//# sourceMappingURL=interval_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interval_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/interval_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,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAY,aAAa,CAC7D,QAAQ,CAAC,ybAAyb,EAAE,CAAC,8BAA8B,CAAC,CAAC,CAAC;AAkCxe;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file google/type/latlng.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_google_type_latlng: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* An object that represents a latitude/longitude pair. This is expressed as a
|
|
9
|
+
* pair of doubles to represent degrees latitude and degrees longitude. Unless
|
|
10
|
+
* specified otherwise, this object must conform to the
|
|
11
|
+
* <a href="https://en.wikipedia.org/wiki/World_Geodetic_System#1984_version">
|
|
12
|
+
* WGS84 standard</a>. Values must be within normalized ranges.
|
|
13
|
+
*
|
|
14
|
+
* @generated from message google.type.LatLng
|
|
15
|
+
*/
|
|
16
|
+
export type LatLng = Message<"google.type.LatLng"> & {
|
|
17
|
+
/**
|
|
18
|
+
* The latitude in degrees. It must be in the range [-90.0, +90.0].
|
|
19
|
+
*
|
|
20
|
+
* @generated from field: double latitude = 1;
|
|
21
|
+
*/
|
|
22
|
+
latitude: number;
|
|
23
|
+
/**
|
|
24
|
+
* The longitude in degrees. It must be in the range [-180.0, +180.0].
|
|
25
|
+
*
|
|
26
|
+
* @generated from field: double longitude = 2;
|
|
27
|
+
*/
|
|
28
|
+
longitude: number;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message google.type.LatLng.
|
|
32
|
+
* Use `create(LatLngSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export declare const LatLngSchema: GenMessage<LatLng>;
|
|
35
|
+
//# sourceMappingURL=latlng_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"latlng_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/latlng_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,uBAAuB,EAAE,OACsU,CAAC;AAE7W;;;;;;;;GAQG;AACH,MAAM,MAAM,MAAM,GAAG,OAAO,CAAC,oBAAoB,CAAC,GAAG;IACnD;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,MAAM,CACH,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/latlng.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_latlng = /*@__PURE__*/ fileDesc("Chhnb29nbGUvdHlwZS9sYXRsbmcucHJvdG8SC2dvb2dsZS50eXBlIi0KBkxhdExuZxIQCghsYXRpdHVkZRgBIAEoARIRCglsb25naXR1ZGUYAiABKAFCpQEKD2NvbS5nb29nbGUudHlwZUILTGF0bG5nUHJvdG9QAVo4Z29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL2xhdGxuZztsYXRsbmeiAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message google.type.LatLng.
|
|
21
|
+
* Use `create(LatLngSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const LatLngSchema = /*@__PURE__*/ messageDesc(file_google_type_latlng, 0);
|
|
24
|
+
//# sourceMappingURL=latlng_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"latlng_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/latlng_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,uBAAuB,GAAY,aAAa,CAC3D,QAAQ,CAAC,gWAAgW,CAAC,CAAC;AA2B7W;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAuB,aAAa,CAC3D,WAAW,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file google/type/localized_text.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_google_type_localized_text: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* Localized variant of a text in a particular language.
|
|
9
|
+
*
|
|
10
|
+
* @generated from message google.type.LocalizedText
|
|
11
|
+
*/
|
|
12
|
+
export type LocalizedText = Message<"google.type.LocalizedText"> & {
|
|
13
|
+
/**
|
|
14
|
+
* Localized string in the language corresponding to
|
|
15
|
+
* [language_code][google.type.LocalizedText.language_code] below.
|
|
16
|
+
*
|
|
17
|
+
* @generated from field: string text = 1;
|
|
18
|
+
*/
|
|
19
|
+
text: string;
|
|
20
|
+
/**
|
|
21
|
+
* The text's BCP-47 language code, such as "en-US" or "sr-Latn".
|
|
22
|
+
*
|
|
23
|
+
* For more information, see
|
|
24
|
+
* http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
|
|
25
|
+
*
|
|
26
|
+
* @generated from field: string language_code = 2;
|
|
27
|
+
*/
|
|
28
|
+
languageCode: string;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message google.type.LocalizedText.
|
|
32
|
+
* Use `create(LocalizedTextSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export declare const LocalizedTextSchema: GenMessage<LocalizedText>;
|
|
35
|
+
//# sourceMappingURL=localized_text_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localized_text_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/localized_text_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,+BAA+B,EAAE,OACgX,CAAC;AAE/Z;;;;GAIG;AACH,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,2BAA2B,CAAC,GAAG;IACjE;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;OAOG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,aAAa,CACT,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/localized_text.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_localized_text = /*@__PURE__*/ fileDesc("CiBnb29nbGUvdHlwZS9sb2NhbGl6ZWRfdGV4dC5wcm90bxILZ29vZ2xlLnR5cGUiNAoNTG9jYWxpemVkVGV4dBIMCgR0ZXh0GAEgASgJEhUKDWxhbmd1YWdlX2NvZGUYAiABKAlCvAEKD2NvbS5nb29nbGUudHlwZUISTG9jYWxpemVkVGV4dFByb3RvUAFaSGdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9sb2NhbGl6ZWRfdGV4dDtsb2NhbGl6ZWRfdGV4dKICA0dUWKoCC0dvb2dsZS5UeXBlygILR29vZ2xlXFR5cGXiAhdHb29nbGVcVHlwZVxHUEJNZXRhZGF0YeoCDEdvb2dsZTo6VHlwZWIGcHJvdG8z");
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message google.type.LocalizedText.
|
|
21
|
+
* Use `create(LocalizedTextSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const LocalizedTextSchema = /*@__PURE__*/ messageDesc(file_google_type_localized_text, 0);
|
|
24
|
+
//# sourceMappingURL=localized_text_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localized_text_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/localized_text_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,+BAA+B,GAAY,aAAa,CACnE,QAAQ,CAAC,kZAAkZ,CAAC,CAAC;AA2B/Z;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,+BAA+B,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file google/type/money.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_google_type_money: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* Represents an amount of money with its currency type.
|
|
9
|
+
*
|
|
10
|
+
* @generated from message google.type.Money
|
|
11
|
+
*/
|
|
12
|
+
export type Money = Message<"google.type.Money"> & {
|
|
13
|
+
/**
|
|
14
|
+
* The three-letter currency code defined in ISO 4217.
|
|
15
|
+
*
|
|
16
|
+
* @generated from field: string currency_code = 1;
|
|
17
|
+
*/
|
|
18
|
+
currencyCode: string;
|
|
19
|
+
/**
|
|
20
|
+
* The whole units of the amount.
|
|
21
|
+
* For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: int64 units = 2 [jstype = JS_STRING];
|
|
24
|
+
*/
|
|
25
|
+
units: string;
|
|
26
|
+
/**
|
|
27
|
+
* Number of nano (10^-9) units of the amount.
|
|
28
|
+
* The value must be between -999,999,999 and +999,999,999 inclusive.
|
|
29
|
+
* If `units` is positive, `nanos` must be positive or zero.
|
|
30
|
+
* If `units` is zero, `nanos` can be positive, zero, or negative.
|
|
31
|
+
* If `units` is negative, `nanos` must be negative or zero.
|
|
32
|
+
* For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
|
|
33
|
+
*
|
|
34
|
+
* @generated from field: int32 nanos = 3;
|
|
35
|
+
*/
|
|
36
|
+
nanos: number;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Describes the message google.type.Money.
|
|
40
|
+
* Use `create(MoneySchema)` to create a new message.
|
|
41
|
+
*/
|
|
42
|
+
export declare const MoneySchema: GenMessage<Money>;
|
|
43
|
+
//# sourceMappingURL=money_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"money_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/money_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,sBAAsB,EAAE,OAC2V,CAAC;AAEjY;;;;GAIG;AACH,MAAM,MAAM,KAAK,GAAG,OAAO,CAAC,mBAAmB,CAAC,GAAG;IACjD;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;;;OAKG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;;;;;OASG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,KAAK,CACF,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/money.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_money = /*@__PURE__*/ fileDesc("Chdnb29nbGUvdHlwZS9tb25leS5wcm90bxILZ29vZ2xlLnR5cGUiQAoFTW9uZXkSFQoNY3VycmVuY3lfY29kZRgBIAEoCRIRCgV1bml0cxgCIAEoA0ICMAESDQoFbmFub3MYAyABKAVCogEKD2NvbS5nb29nbGUudHlwZUIKTW9uZXlQcm90b1ABWjZnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvbW9uZXk7bW9uZXmiAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message google.type.Money.
|
|
21
|
+
* Use `create(MoneySchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const MoneySchema = /*@__PURE__*/ messageDesc(file_google_type_money, 0);
|
|
24
|
+
//# sourceMappingURL=money_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"money_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/money_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,sBAAsB,GAAY,aAAa,CAC1D,QAAQ,CAAC,oXAAoX,CAAC,CAAC;AAoCjY;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
/**
|
|
3
|
+
* Describes the file google/type/month.proto.
|
|
4
|
+
*/
|
|
5
|
+
export declare const file_google_type_month: GenFile;
|
|
6
|
+
/**
|
|
7
|
+
* Represents a month in the Gregorian calendar.
|
|
8
|
+
*
|
|
9
|
+
* @generated from enum google.type.Month
|
|
10
|
+
*/
|
|
11
|
+
export declare enum Month {
|
|
12
|
+
/**
|
|
13
|
+
* The unspecified month.
|
|
14
|
+
*
|
|
15
|
+
* @generated from enum value: MONTH_UNSPECIFIED = 0;
|
|
16
|
+
*/
|
|
17
|
+
MONTH_UNSPECIFIED = 0,
|
|
18
|
+
/**
|
|
19
|
+
* The month of January.
|
|
20
|
+
*
|
|
21
|
+
* @generated from enum value: JANUARY = 1;
|
|
22
|
+
*/
|
|
23
|
+
JANUARY = 1,
|
|
24
|
+
/**
|
|
25
|
+
* The month of February.
|
|
26
|
+
*
|
|
27
|
+
* @generated from enum value: FEBRUARY = 2;
|
|
28
|
+
*/
|
|
29
|
+
FEBRUARY = 2,
|
|
30
|
+
/**
|
|
31
|
+
* The month of March.
|
|
32
|
+
*
|
|
33
|
+
* @generated from enum value: MARCH = 3;
|
|
34
|
+
*/
|
|
35
|
+
MARCH = 3,
|
|
36
|
+
/**
|
|
37
|
+
* The month of April.
|
|
38
|
+
*
|
|
39
|
+
* @generated from enum value: APRIL = 4;
|
|
40
|
+
*/
|
|
41
|
+
APRIL = 4,
|
|
42
|
+
/**
|
|
43
|
+
* The month of May.
|
|
44
|
+
*
|
|
45
|
+
* @generated from enum value: MAY = 5;
|
|
46
|
+
*/
|
|
47
|
+
MAY = 5,
|
|
48
|
+
/**
|
|
49
|
+
* The month of June.
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum value: JUNE = 6;
|
|
52
|
+
*/
|
|
53
|
+
JUNE = 6,
|
|
54
|
+
/**
|
|
55
|
+
* The month of July.
|
|
56
|
+
*
|
|
57
|
+
* @generated from enum value: JULY = 7;
|
|
58
|
+
*/
|
|
59
|
+
JULY = 7,
|
|
60
|
+
/**
|
|
61
|
+
* The month of August.
|
|
62
|
+
*
|
|
63
|
+
* @generated from enum value: AUGUST = 8;
|
|
64
|
+
*/
|
|
65
|
+
AUGUST = 8,
|
|
66
|
+
/**
|
|
67
|
+
* The month of September.
|
|
68
|
+
*
|
|
69
|
+
* @generated from enum value: SEPTEMBER = 9;
|
|
70
|
+
*/
|
|
71
|
+
SEPTEMBER = 9,
|
|
72
|
+
/**
|
|
73
|
+
* The month of October.
|
|
74
|
+
*
|
|
75
|
+
* @generated from enum value: OCTOBER = 10;
|
|
76
|
+
*/
|
|
77
|
+
OCTOBER = 10,
|
|
78
|
+
/**
|
|
79
|
+
* The month of November.
|
|
80
|
+
*
|
|
81
|
+
* @generated from enum value: NOVEMBER = 11;
|
|
82
|
+
*/
|
|
83
|
+
NOVEMBER = 11,
|
|
84
|
+
/**
|
|
85
|
+
* The month of December.
|
|
86
|
+
*
|
|
87
|
+
* @generated from enum value: DECEMBER = 12;
|
|
88
|
+
*/
|
|
89
|
+
DECEMBER = 12
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Describes the enum google.type.Month.
|
|
93
|
+
*/
|
|
94
|
+
export declare const MonthSchema: GenEnum<Month>;
|
|
95
|
+
//# sourceMappingURL=month_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"month_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/month_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,OACif,CAAC;AAEvhB;;;;GAIG;AACH,oBAAY,KAAK;IACf;;;;OAIG;IACH,iBAAiB,IAAI;IAErB;;;;OAIG;IACH,OAAO,IAAI;IAEX;;;;OAIG;IACH,QAAQ,IAAI;IAEZ;;;;OAIG;IACH,KAAK,IAAI;IAET;;;;OAIG;IACH,KAAK,IAAI;IAET;;;;OAIG;IACH,GAAG,IAAI;IAEP;;;;OAIG;IACH,IAAI,IAAI;IAER;;;;OAIG;IACH,IAAI,IAAI;IAER;;;;OAIG;IACH,MAAM,IAAI;IAEV;;;;OAIG;IACH,SAAS,IAAI;IAEb;;;;OAIG;IACH,OAAO,KAAK;IAEZ;;;;OAIG;IACH,QAAQ,KAAK;IAEb;;;;OAIG;IACH,QAAQ,KAAK;CACd;AAED;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,OAAO,CAAC,KAAK,CACF,CAAC"}
|
|
@@ -0,0 +1,109 @@
|
|
|
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/month.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_month = /*@__PURE__*/ fileDesc("Chdnb29nbGUvdHlwZS9tb250aC5wcm90bxILZ29vZ2xlLnR5cGUqsAEKBU1vbnRoEhUKEU1PTlRIX1VOU1BFQ0lGSUVEEAASCwoHSkFOVUFSWRABEgwKCEZFQlJVQVJZEAISCQoFTUFSQ0gQAxIJCgVBUFJJTBAEEgcKA01BWRAFEggKBEpVTkUQBhIICgRKVUxZEAcSCgoGQVVHVVNUEAgSDQoJU0VQVEVNQkVSEAkSCwoHT0NUT0JFUhAKEgwKCE5PVkVNQkVSEAsSDAoIREVDRU1CRVIQDEKiAQoPY29tLmdvb2dsZS50eXBlQgpNb250aFByb3RvUAFaNmdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9tb250aDttb250aKICA0dUWKoCC0dvb2dsZS5UeXBlygILR29vZ2xlXFR5cGXiAhdHb29nbGVcVHlwZVxHUEJNZXRhZGF0YeoCDEdvb2dsZTo6VHlwZWIGcHJvdG8z");
|
|
19
|
+
/**
|
|
20
|
+
* Represents a month in the Gregorian calendar.
|
|
21
|
+
*
|
|
22
|
+
* @generated from enum google.type.Month
|
|
23
|
+
*/
|
|
24
|
+
export var Month;
|
|
25
|
+
(function (Month) {
|
|
26
|
+
/**
|
|
27
|
+
* The unspecified month.
|
|
28
|
+
*
|
|
29
|
+
* @generated from enum value: MONTH_UNSPECIFIED = 0;
|
|
30
|
+
*/
|
|
31
|
+
Month[Month["MONTH_UNSPECIFIED"] = 0] = "MONTH_UNSPECIFIED";
|
|
32
|
+
/**
|
|
33
|
+
* The month of January.
|
|
34
|
+
*
|
|
35
|
+
* @generated from enum value: JANUARY = 1;
|
|
36
|
+
*/
|
|
37
|
+
Month[Month["JANUARY"] = 1] = "JANUARY";
|
|
38
|
+
/**
|
|
39
|
+
* The month of February.
|
|
40
|
+
*
|
|
41
|
+
* @generated from enum value: FEBRUARY = 2;
|
|
42
|
+
*/
|
|
43
|
+
Month[Month["FEBRUARY"] = 2] = "FEBRUARY";
|
|
44
|
+
/**
|
|
45
|
+
* The month of March.
|
|
46
|
+
*
|
|
47
|
+
* @generated from enum value: MARCH = 3;
|
|
48
|
+
*/
|
|
49
|
+
Month[Month["MARCH"] = 3] = "MARCH";
|
|
50
|
+
/**
|
|
51
|
+
* The month of April.
|
|
52
|
+
*
|
|
53
|
+
* @generated from enum value: APRIL = 4;
|
|
54
|
+
*/
|
|
55
|
+
Month[Month["APRIL"] = 4] = "APRIL";
|
|
56
|
+
/**
|
|
57
|
+
* The month of May.
|
|
58
|
+
*
|
|
59
|
+
* @generated from enum value: MAY = 5;
|
|
60
|
+
*/
|
|
61
|
+
Month[Month["MAY"] = 5] = "MAY";
|
|
62
|
+
/**
|
|
63
|
+
* The month of June.
|
|
64
|
+
*
|
|
65
|
+
* @generated from enum value: JUNE = 6;
|
|
66
|
+
*/
|
|
67
|
+
Month[Month["JUNE"] = 6] = "JUNE";
|
|
68
|
+
/**
|
|
69
|
+
* The month of July.
|
|
70
|
+
*
|
|
71
|
+
* @generated from enum value: JULY = 7;
|
|
72
|
+
*/
|
|
73
|
+
Month[Month["JULY"] = 7] = "JULY";
|
|
74
|
+
/**
|
|
75
|
+
* The month of August.
|
|
76
|
+
*
|
|
77
|
+
* @generated from enum value: AUGUST = 8;
|
|
78
|
+
*/
|
|
79
|
+
Month[Month["AUGUST"] = 8] = "AUGUST";
|
|
80
|
+
/**
|
|
81
|
+
* The month of September.
|
|
82
|
+
*
|
|
83
|
+
* @generated from enum value: SEPTEMBER = 9;
|
|
84
|
+
*/
|
|
85
|
+
Month[Month["SEPTEMBER"] = 9] = "SEPTEMBER";
|
|
86
|
+
/**
|
|
87
|
+
* The month of October.
|
|
88
|
+
*
|
|
89
|
+
* @generated from enum value: OCTOBER = 10;
|
|
90
|
+
*/
|
|
91
|
+
Month[Month["OCTOBER"] = 10] = "OCTOBER";
|
|
92
|
+
/**
|
|
93
|
+
* The month of November.
|
|
94
|
+
*
|
|
95
|
+
* @generated from enum value: NOVEMBER = 11;
|
|
96
|
+
*/
|
|
97
|
+
Month[Month["NOVEMBER"] = 11] = "NOVEMBER";
|
|
98
|
+
/**
|
|
99
|
+
* The month of December.
|
|
100
|
+
*
|
|
101
|
+
* @generated from enum value: DECEMBER = 12;
|
|
102
|
+
*/
|
|
103
|
+
Month[Month["DECEMBER"] = 12] = "DECEMBER";
|
|
104
|
+
})(Month || (Month = {}));
|
|
105
|
+
/**
|
|
106
|
+
* Describes the enum google.type.Month.
|
|
107
|
+
*/
|
|
108
|
+
export const MonthSchema = /*@__PURE__*/ enumDesc(file_google_type_month, 0);
|
|
109
|
+
//# sourceMappingURL=month_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"month_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/month_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,sBAAsB,GAAY,aAAa,CAC1D,QAAQ,CAAC,0gBAA0gB,CAAC,CAAC;AAEvhB;;;;GAIG;AACH,MAAM,CAAN,IAAY,KA2FX;AA3FD,WAAY,KAAK;IACf;;;;OAIG;IACH,2DAAqB,CAAA;IAErB;;;;OAIG;IACH,uCAAW,CAAA;IAEX;;;;OAIG;IACH,yCAAY,CAAA;IAEZ;;;;OAIG;IACH,mCAAS,CAAA;IAET;;;;OAIG;IACH,mCAAS,CAAA;IAET;;;;OAIG;IACH,+BAAO,CAAA;IAEP;;;;OAIG;IACH,iCAAQ,CAAA;IAER;;;;OAIG;IACH,iCAAQ,CAAA;IAER;;;;OAIG;IACH,qCAAU,CAAA;IAEV;;;;OAIG;IACH,2CAAa,CAAA;IAEb;;;;OAIG;IACH,wCAAY,CAAA;IAEZ;;;;OAIG;IACH,0CAAa,CAAA;IAEb;;;;OAIG;IACH,0CAAa,CAAA;AACf,CAAC,EA3FW,KAAK,KAAL,KAAK,QA2FhB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,WAAW,GAAmB,aAAa,CACtD,QAAQ,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file google/type/phone_number.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_google_type_phone_number: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* An object representing a phone number, suitable as an API wire format.
|
|
9
|
+
*
|
|
10
|
+
* This representation:
|
|
11
|
+
*
|
|
12
|
+
* - should not be used for locale-specific formatting of a phone number, such
|
|
13
|
+
* as "+1 (650) 253-0000 ext. 123"
|
|
14
|
+
*
|
|
15
|
+
* - is not designed for efficient storage
|
|
16
|
+
* - may not be suitable for dialing - specialized libraries (see references)
|
|
17
|
+
* should be used to parse the number for that purpose
|
|
18
|
+
*
|
|
19
|
+
* To do something meaningful with this number, such as format it for various
|
|
20
|
+
* use-cases, convert it to an `i18n.phonenumbers.PhoneNumber` object first.
|
|
21
|
+
*
|
|
22
|
+
* For instance, in Java this would be:
|
|
23
|
+
*
|
|
24
|
+
* com.google.type.PhoneNumber wireProto =
|
|
25
|
+
* com.google.type.PhoneNumber.newBuilder().build();
|
|
26
|
+
* com.google.i18n.phonenumbers.Phonenumber.PhoneNumber phoneNumber =
|
|
27
|
+
* PhoneNumberUtil.getInstance().parse(wireProto.getE164Number(), "ZZ");
|
|
28
|
+
* if (!wireProto.getExtension().isEmpty()) {
|
|
29
|
+
* phoneNumber.setExtension(wireProto.getExtension());
|
|
30
|
+
* }
|
|
31
|
+
*
|
|
32
|
+
* Reference(s):
|
|
33
|
+
* - https://github.com/google/libphonenumber
|
|
34
|
+
*
|
|
35
|
+
* @generated from message google.type.PhoneNumber
|
|
36
|
+
*/
|
|
37
|
+
export type PhoneNumber = Message<"google.type.PhoneNumber"> & {
|
|
38
|
+
/**
|
|
39
|
+
* Required. Either a regular number, or a short code. New fields may be
|
|
40
|
+
* added to the oneof below in the future, so clients should ignore phone
|
|
41
|
+
* numbers for which none of the fields they coded against are set.
|
|
42
|
+
*
|
|
43
|
+
* @generated from oneof google.type.PhoneNumber.kind
|
|
44
|
+
*/
|
|
45
|
+
kind: {
|
|
46
|
+
/**
|
|
47
|
+
* The phone number, represented as a leading plus sign ('+'), followed by a
|
|
48
|
+
* phone number that uses a relaxed ITU E.164 format consisting of the
|
|
49
|
+
* country calling code (1 to 3 digits) and the subscriber number, with no
|
|
50
|
+
* additional spaces or formatting. For example:
|
|
51
|
+
*
|
|
52
|
+
* - correct: "+15552220123"
|
|
53
|
+
*
|
|
54
|
+
* - incorrect: "+1 (555) 222-01234 x123"
|
|
55
|
+
*
|
|
56
|
+
* The ITU E.164 format limits the latter to 12 digits, but in practice not
|
|
57
|
+
* all countries respect that, so we relax that restriction here.
|
|
58
|
+
* National-only numbers are not allowed.
|
|
59
|
+
*
|
|
60
|
+
* References:
|
|
61
|
+
*
|
|
62
|
+
* - https://www.itu.int/rec/T-REC-E.164-201011-I
|
|
63
|
+
*
|
|
64
|
+
* - https://en.wikipedia.org/wiki/E.164.
|
|
65
|
+
*
|
|
66
|
+
* - https://en.wikipedia.org/wiki/List_of_country_calling_codes
|
|
67
|
+
*
|
|
68
|
+
* @generated from field: string e164_number = 1;
|
|
69
|
+
*/
|
|
70
|
+
value: string;
|
|
71
|
+
case: "e164Number";
|
|
72
|
+
} | {
|
|
73
|
+
/**
|
|
74
|
+
* A short code.
|
|
75
|
+
*
|
|
76
|
+
* Reference(s):
|
|
77
|
+
* - https://wikipedia.org/wiki/Short_code
|
|
78
|
+
*
|
|
79
|
+
* @generated from field: google.type.PhoneNumber.ShortCode short_code = 2;
|
|
80
|
+
*/
|
|
81
|
+
value: PhoneNumber_ShortCode;
|
|
82
|
+
case: "shortCode";
|
|
83
|
+
} | {
|
|
84
|
+
case: undefined;
|
|
85
|
+
value?: undefined;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* The phone number's extension. The extension is not standardized in ITU
|
|
89
|
+
* recommendations, except for being defined as a series of numbers with a
|
|
90
|
+
* maximum length of 40 digits. Other than digits, some other dialing
|
|
91
|
+
* characters such as ',' (indicating a wait) or '#' may be stored here.
|
|
92
|
+
*
|
|
93
|
+
* Note that no regions currently use extensions with short codes, so this
|
|
94
|
+
* field is normally only set in conjunction with an E.164 number. It is held
|
|
95
|
+
* separately from the E.164 number to allow for short code extensions in the
|
|
96
|
+
* future.
|
|
97
|
+
*
|
|
98
|
+
* @generated from field: string extension = 3;
|
|
99
|
+
*/
|
|
100
|
+
extension: string;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* Describes the message google.type.PhoneNumber.
|
|
104
|
+
* Use `create(PhoneNumberSchema)` to create a new message.
|
|
105
|
+
*/
|
|
106
|
+
export declare const PhoneNumberSchema: GenMessage<PhoneNumber>;
|
|
107
|
+
/**
|
|
108
|
+
* An object representing a short code, which is a phone number that is
|
|
109
|
+
* typically much shorter than regular phone numbers and can be used to
|
|
110
|
+
* address messages in MMS and SMS systems, as well as for abbreviated dialing
|
|
111
|
+
* (For example "Text 611 to see how many minutes you have remaining on your
|
|
112
|
+
* plan.").
|
|
113
|
+
*
|
|
114
|
+
* Short codes are restricted to a region and are not internationally
|
|
115
|
+
* dialable, which means the same short code can exist in different regions,
|
|
116
|
+
* with different usage and pricing, even if those regions share the same
|
|
117
|
+
* country calling code (For example: US and CA).
|
|
118
|
+
*
|
|
119
|
+
* @generated from message google.type.PhoneNumber.ShortCode
|
|
120
|
+
*/
|
|
121
|
+
export type PhoneNumber_ShortCode = Message<"google.type.PhoneNumber.ShortCode"> & {
|
|
122
|
+
/**
|
|
123
|
+
* Required. The BCP-47 region code of the location where calls to this
|
|
124
|
+
* short code can be made, such as "US" and "BB".
|
|
125
|
+
*
|
|
126
|
+
* Reference(s):
|
|
127
|
+
* - http://www.unicode.org/reports/tr35/#unicode_region_subtag
|
|
128
|
+
*
|
|
129
|
+
* @generated from field: string region_code = 1;
|
|
130
|
+
*/
|
|
131
|
+
regionCode: string;
|
|
132
|
+
/**
|
|
133
|
+
* Required. The short code digits, without a leading plus ('+') or country
|
|
134
|
+
* calling code. For example "611".
|
|
135
|
+
*
|
|
136
|
+
* @generated from field: string number = 2;
|
|
137
|
+
*/
|
|
138
|
+
number: string;
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* Describes the message google.type.PhoneNumber.ShortCode.
|
|
142
|
+
* Use `create(PhoneNumber_ShortCodeSchema)` to create a new message.
|
|
143
|
+
*/
|
|
144
|
+
export declare const PhoneNumber_ShortCodeSchema: GenMessage<PhoneNumber_ShortCode>;
|
|
145
|
+
//# sourceMappingURL=phone_number_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phone_number_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/phone_number_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,6BAA6B,EAAE,OACwgB,CAAC;AAErjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,yBAAyB,CAAC,GAAG;IAC7D;;;;;;OAMG;IACH,IAAI,EAAE;QACJ;;;;;;;;;;;;;;;;;;;;;;;WAuBG;QACH,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,YAAY,CAAC;KACpB,GAAG;QACF;;;;;;;WAOG;QACH,KAAK,EAAE,qBAAqB,CAAC;QAC7B,IAAI,EAAE,WAAW,CAAC;KACnB,GAAG;QAAE,IAAI,EAAE,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;IAE3C;;;;;;;;;;;;OAYG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,WAAW,CACP,CAAC;AAEhD;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC,mCAAmC,CAAC,GAAG;IACjF;;;;;;;;OAQG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;OAKG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,qBAAqB,CACxB,CAAC"}
|