@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,29 @@
|
|
|
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/phone_number.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_phone_number = /*@__PURE__*/ fileDesc("Ch5nb29nbGUvdHlwZS9waG9uZV9udW1iZXIucHJvdG8SC2dvb2dsZS50eXBlIqsBCgtQaG9uZU51bWJlchIVCgtlMTY0X251bWJlchgBIAEoCUgAEjgKCnNob3J0X2NvZGUYAiABKAsyIi5nb29nbGUudHlwZS5QaG9uZU51bWJlci5TaG9ydENvZGVIABIRCglleHRlbnNpb24YAyABKAkaMAoJU2hvcnRDb2RlEhMKC3JlZ2lvbl9jb2RlGAEgASgJEg4KBm51bWJlchgCIAEoCUIGCgRraW5kQrYBCg9jb20uZ29vZ2xlLnR5cGVCEFBob25lTnVtYmVyUHJvdG9QAVpEZ29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL3Bob25lX251bWJlcjtwaG9uZV9udW1iZXKiAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message google.type.PhoneNumber.
|
|
21
|
+
* Use `create(PhoneNumberSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const PhoneNumberSchema = /*@__PURE__*/ messageDesc(file_google_type_phone_number, 0);
|
|
24
|
+
/**
|
|
25
|
+
* Describes the message google.type.PhoneNumber.ShortCode.
|
|
26
|
+
* Use `create(PhoneNumber_ShortCodeSchema)` to create a new message.
|
|
27
|
+
*/
|
|
28
|
+
export const PhoneNumber_ShortCodeSchema = /*@__PURE__*/ messageDesc(file_google_type_phone_number, 0, 0);
|
|
29
|
+
//# sourceMappingURL=phone_number_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"phone_number_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/phone_number_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,6BAA6B,GAAY,aAAa,CACjE,QAAQ,CAAC,wiBAAwiB,CAAC,CAAC;AAgGrjB;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAqChD;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,6BAA6B,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file google/type/postal_address.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_google_type_postal_address: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* Represents a postal address, such as for postal delivery or payments
|
|
9
|
+
* addresses. With a postal address, a postal service can deliver items to a
|
|
10
|
+
* premise, P.O. box, or similar. A postal address is not intended to model
|
|
11
|
+
* geographical locations like roads, towns, or mountains.
|
|
12
|
+
*
|
|
13
|
+
* In typical usage, an address would be created by user input or from importing
|
|
14
|
+
* existing data, depending on the type of process.
|
|
15
|
+
*
|
|
16
|
+
* Advice on address input or editing:
|
|
17
|
+
*
|
|
18
|
+
* - Use an internationalization-ready address widget such as
|
|
19
|
+
* https://github.com/google/libaddressinput.
|
|
20
|
+
* - Users should not be presented with UI elements for input or editing of
|
|
21
|
+
* fields outside countries where that field is used.
|
|
22
|
+
*
|
|
23
|
+
* For more guidance on how to use this schema, see:
|
|
24
|
+
* https://support.google.com/business/answer/6397478.
|
|
25
|
+
*
|
|
26
|
+
* @generated from message google.type.PostalAddress
|
|
27
|
+
*/
|
|
28
|
+
export type PostalAddress = Message<"google.type.PostalAddress"> & {
|
|
29
|
+
/**
|
|
30
|
+
* The schema revision of the `PostalAddress`. This must be set to 0, which is
|
|
31
|
+
* the latest revision.
|
|
32
|
+
*
|
|
33
|
+
* All new revisions **must** be backward compatible with old revisions.
|
|
34
|
+
*
|
|
35
|
+
* @generated from field: int32 revision = 1;
|
|
36
|
+
*/
|
|
37
|
+
revision: number;
|
|
38
|
+
/**
|
|
39
|
+
* Required. CLDR region code of the country/region of the address. This
|
|
40
|
+
* is never inferred and it is up to the user to ensure the value is
|
|
41
|
+
* correct. See https://cldr.unicode.org/ and
|
|
42
|
+
* https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
|
|
43
|
+
* for details. Example: "CH" for Switzerland.
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: string region_code = 2;
|
|
46
|
+
*/
|
|
47
|
+
regionCode: string;
|
|
48
|
+
/**
|
|
49
|
+
* Optional. BCP-47 language code of the contents of this address (if
|
|
50
|
+
* known). This is often the UI language of the input form or is expected
|
|
51
|
+
* to match one of the languages used in the address' country/region, or their
|
|
52
|
+
* transliterated equivalents.
|
|
53
|
+
* This can affect formatting in certain countries, but is not critical
|
|
54
|
+
* to the correctness of the data and will never affect any validation or
|
|
55
|
+
* other non-formatting related operations.
|
|
56
|
+
*
|
|
57
|
+
* If this value is not known, it should be omitted (rather than specifying a
|
|
58
|
+
* possibly incorrect default).
|
|
59
|
+
*
|
|
60
|
+
* Examples: "zh-Hant", "ja", "ja-Latn", "en".
|
|
61
|
+
*
|
|
62
|
+
* @generated from field: string language_code = 3;
|
|
63
|
+
*/
|
|
64
|
+
languageCode: string;
|
|
65
|
+
/**
|
|
66
|
+
* Optional. Postal code of the address. Not all countries use or require
|
|
67
|
+
* postal codes to be present, but where they are used, they may trigger
|
|
68
|
+
* additional validation with other parts of the address (for example,
|
|
69
|
+
* state or zip code validation in the United States).
|
|
70
|
+
*
|
|
71
|
+
* @generated from field: string postal_code = 4;
|
|
72
|
+
*/
|
|
73
|
+
postalCode: string;
|
|
74
|
+
/**
|
|
75
|
+
* Optional. Additional, country-specific, sorting code. This is not used
|
|
76
|
+
* in most regions. Where it is used, the value is either a string like
|
|
77
|
+
* "CEDEX", optionally followed by a number (for example, "CEDEX 7"), or just
|
|
78
|
+
* a number alone, representing the "sector code" (Jamaica), "delivery area
|
|
79
|
+
* indicator" (Malawi) or "post office indicator" (Côte d'Ivoire).
|
|
80
|
+
*
|
|
81
|
+
* @generated from field: string sorting_code = 5;
|
|
82
|
+
*/
|
|
83
|
+
sortingCode: string;
|
|
84
|
+
/**
|
|
85
|
+
* Optional. Highest administrative subdivision which is used for postal
|
|
86
|
+
* addresses of a country or region.
|
|
87
|
+
* For example, this can be a state, a province, an oblast, or a prefecture.
|
|
88
|
+
* For Spain, this is the province and not the autonomous
|
|
89
|
+
* community (for example, "Barcelona" and not "Catalonia").
|
|
90
|
+
* Many countries don't use an administrative area in postal addresses. For
|
|
91
|
+
* example, in Switzerland, this should be left unpopulated.
|
|
92
|
+
*
|
|
93
|
+
* @generated from field: string administrative_area = 6;
|
|
94
|
+
*/
|
|
95
|
+
administrativeArea: string;
|
|
96
|
+
/**
|
|
97
|
+
* Optional. Generally refers to the city or town portion of the address.
|
|
98
|
+
* Examples: US city, IT comune, UK post town.
|
|
99
|
+
* In regions of the world where localities are not well defined or do not fit
|
|
100
|
+
* into this structure well, leave `locality` empty and use `address_lines`.
|
|
101
|
+
*
|
|
102
|
+
* @generated from field: string locality = 7;
|
|
103
|
+
*/
|
|
104
|
+
locality: string;
|
|
105
|
+
/**
|
|
106
|
+
* Optional. Sublocality of the address.
|
|
107
|
+
* For example, this can be a neighborhood, borough, or district.
|
|
108
|
+
*
|
|
109
|
+
* @generated from field: string sublocality = 8;
|
|
110
|
+
*/
|
|
111
|
+
sublocality: string;
|
|
112
|
+
/**
|
|
113
|
+
* Unstructured address lines describing the lower levels of an address.
|
|
114
|
+
*
|
|
115
|
+
* Because values in `address_lines` do not have type information and may
|
|
116
|
+
* sometimes contain multiple values in a single field (for example,
|
|
117
|
+
* "Austin, TX"), it is important that the line order is clear. The order of
|
|
118
|
+
* address lines should be "envelope order" for the country or region of the
|
|
119
|
+
* address. In places where this can vary (for example, Japan),
|
|
120
|
+
* `address_language` is used to make it explicit (for example, "ja" for
|
|
121
|
+
* large-to-small ordering and "ja-Latn" or "en" for small-to-large). In this
|
|
122
|
+
* way, the most specific line of an address can be selected based on the
|
|
123
|
+
* language.
|
|
124
|
+
*
|
|
125
|
+
* The minimum permitted structural representation of an address consists
|
|
126
|
+
* of a `region_code` with all remaining information placed in the
|
|
127
|
+
* `address_lines`. It would be possible to format such an address very
|
|
128
|
+
* approximately without geocoding, but no semantic reasoning could be
|
|
129
|
+
* made about any of the address components until it was at least
|
|
130
|
+
* partially resolved.
|
|
131
|
+
*
|
|
132
|
+
* Creating an address only containing a `region_code` and `address_lines` and
|
|
133
|
+
* then geocoding is the recommended way to handle completely unstructured
|
|
134
|
+
* addresses (as opposed to guessing which parts of the address should be
|
|
135
|
+
* localities or administrative areas).
|
|
136
|
+
*
|
|
137
|
+
* @generated from field: repeated string address_lines = 9;
|
|
138
|
+
*/
|
|
139
|
+
addressLines: string[];
|
|
140
|
+
/**
|
|
141
|
+
* Optional. The recipient at the address.
|
|
142
|
+
* This field may, under certain circumstances, contain multiline information.
|
|
143
|
+
* For example, it might contain "care of" information.
|
|
144
|
+
*
|
|
145
|
+
* @generated from field: repeated string recipients = 10;
|
|
146
|
+
*/
|
|
147
|
+
recipients: string[];
|
|
148
|
+
/**
|
|
149
|
+
* Optional. The name of the organization at the address.
|
|
150
|
+
*
|
|
151
|
+
* @generated from field: string organization = 11;
|
|
152
|
+
*/
|
|
153
|
+
organization: string;
|
|
154
|
+
};
|
|
155
|
+
/**
|
|
156
|
+
* Describes the message google.type.PostalAddress.
|
|
157
|
+
* Use `create(PostalAddressSchema)` to create a new message.
|
|
158
|
+
*/
|
|
159
|
+
export declare const PostalAddressSchema: GenMessage<PostalAddress>;
|
|
160
|
+
//# sourceMappingURL=postal_address_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postal_address_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/postal_address_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,OAC2nB,CAAC;AAE1qB;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,2BAA2B,CAAC,GAAG;IACjE;;;;;;;OAOG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;;;;;OAQG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;;;;;;;;;;OAeG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;;;;;OAOG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;;;;;OAQG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;OAUG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;;;;;;OAOG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,YAAY,EAAE,MAAM,EAAE,CAAC;IAEvB;;;;;;OAMG;IACH,UAAU,EAAE,MAAM,EAAE,CAAC;IAErB;;;;OAIG;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/postal_address.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_postal_address = /*@__PURE__*/ fileDesc("CiBnb29nbGUvdHlwZS9wb3N0YWxfYWRkcmVzcy5wcm90bxILZ29vZ2xlLnR5cGUi/QEKDVBvc3RhbEFkZHJlc3MSEAoIcmV2aXNpb24YASABKAUSEwoLcmVnaW9uX2NvZGUYAiABKAkSFQoNbGFuZ3VhZ2VfY29kZRgDIAEoCRITCgtwb3N0YWxfY29kZRgEIAEoCRIUCgxzb3J0aW5nX2NvZGUYBSABKAkSGwoTYWRtaW5pc3RyYXRpdmVfYXJlYRgGIAEoCRIQCghsb2NhbGl0eRgHIAEoCRITCgtzdWJsb2NhbGl0eRgIIAEoCRIVCg1hZGRyZXNzX2xpbmVzGAkgAygJEhIKCnJlY2lwaWVudHMYCiADKAkSFAoMb3JnYW5pemF0aW9uGAsgASgJQroBCg9jb20uZ29vZ2xlLnR5cGVCElBvc3RhbEFkZHJlc3NQcm90b1ABWkZnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3R5cGUvcG9zdGFsYWRkcmVzcztwb3N0YWxhZGRyZXNzogIDR1RYqgILR29vZ2xlLlR5cGXKAgtHb29nbGVcVHlwZeICF0dvb2dsZVxUeXBlXEdQQk1ldGFkYXRh6gIMR29vZ2xlOjpUeXBlYgZwcm90bzM");
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message google.type.PostalAddress.
|
|
21
|
+
* Use `create(PostalAddressSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const PostalAddressSchema = /*@__PURE__*/ messageDesc(file_google_type_postal_address, 0);
|
|
24
|
+
//# sourceMappingURL=postal_address_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postal_address_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/postal_address_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,6pBAA6pB,CAAC,CAAC;AAiK1qB;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,+BAA+B,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file google/type/quaternion.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_google_type_quaternion: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* A quaternion, represented by four 64-bit floating point values.
|
|
9
|
+
*
|
|
10
|
+
* A quaternion is defined as the quotient of two directed lines in a
|
|
11
|
+
* three-dimensional space or equivalently as the quotient of two Euclidean
|
|
12
|
+
* vectors (https://en.wikipedia.org/wiki/Quaternion).
|
|
13
|
+
*
|
|
14
|
+
* Quaternions are often used in calculations involving three-dimensional
|
|
15
|
+
* rotations (https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation),
|
|
16
|
+
* as they provide greater mathematical robustness by avoiding the gimbal lock
|
|
17
|
+
* problems that can be encountered when using Euler angles
|
|
18
|
+
* (https://en.wikipedia.org/wiki/Gimbal_lock).
|
|
19
|
+
*
|
|
20
|
+
* Quaternions are generally represented in this form:
|
|
21
|
+
*
|
|
22
|
+
* w + xi + yj + zk
|
|
23
|
+
*
|
|
24
|
+
* where x, y, z, and w are real numbers, and i, j, and k are three imaginary
|
|
25
|
+
* numbers.
|
|
26
|
+
*
|
|
27
|
+
* The naming choice `(x, y, z, w)` comes from the desire to avoid confusion for
|
|
28
|
+
* those interested in the geometric properties of the quaternion in the 3D
|
|
29
|
+
* Cartesian space. Other texts often use alternative names or subscripts, such
|
|
30
|
+
* as `(a, b, c, d)`, `(1, i, j, k)`, or `(0, 1, 2, 3)`, which are perhaps
|
|
31
|
+
* better suited for mathematical interpretations.
|
|
32
|
+
*
|
|
33
|
+
* To avoid any confusion, as well as to maintain compatibility with a large
|
|
34
|
+
* number of software libraries, the quaternions represented using the protocol
|
|
35
|
+
* buffer below *must* follow the Hamilton convention, which defines `ij = k`
|
|
36
|
+
* (i.e. a right-handed algebra), and therefore:
|
|
37
|
+
*
|
|
38
|
+
* i^2 = j^2 = k^2 = ijk = −1
|
|
39
|
+
* ij = −ji = k
|
|
40
|
+
* jk = −kj = i
|
|
41
|
+
* ki = −ik = j
|
|
42
|
+
*
|
|
43
|
+
* Please DO NOT use this to represent quaternions that follow the JPL
|
|
44
|
+
* convention, or any of the other quaternion flavors out there.
|
|
45
|
+
*
|
|
46
|
+
* Definitions:
|
|
47
|
+
*
|
|
48
|
+
* - Quaternion norm (or magnitude): `sqrt(x^2 + y^2 + z^2 + w^2)`.
|
|
49
|
+
* - Unit (or normalized) quaternion: a quaternion whose norm is 1.
|
|
50
|
+
* - Pure quaternion: a quaternion whose scalar component (`w`) is 0.
|
|
51
|
+
* - Rotation quaternion: a unit quaternion used to represent rotation.
|
|
52
|
+
* - Orientation quaternion: a unit quaternion used to represent orientation.
|
|
53
|
+
*
|
|
54
|
+
* A quaternion can be normalized by dividing it by its norm. The resulting
|
|
55
|
+
* quaternion maintains the same direction, but has a norm of 1, i.e. it moves
|
|
56
|
+
* on the unit sphere. This is generally necessary for rotation and orientation
|
|
57
|
+
* quaternions, to avoid rounding errors:
|
|
58
|
+
* https://en.wikipedia.org/wiki/Rotation_formalisms_in_three_dimensions
|
|
59
|
+
*
|
|
60
|
+
* Note that `(x, y, z, w)` and `(-x, -y, -z, -w)` represent the same rotation,
|
|
61
|
+
* but normalization would be even more useful, e.g. for comparison purposes, if
|
|
62
|
+
* it would produce a unique representation. It is thus recommended that `w` be
|
|
63
|
+
* kept positive, which can be achieved by changing all the signs when `w` is
|
|
64
|
+
* negative.
|
|
65
|
+
*
|
|
66
|
+
* @generated from message google.type.Quaternion
|
|
67
|
+
*/
|
|
68
|
+
export type Quaternion = Message<"google.type.Quaternion"> & {
|
|
69
|
+
/**
|
|
70
|
+
* The x component.
|
|
71
|
+
*
|
|
72
|
+
* @generated from field: double x = 1;
|
|
73
|
+
*/
|
|
74
|
+
x: number;
|
|
75
|
+
/**
|
|
76
|
+
* The y component.
|
|
77
|
+
*
|
|
78
|
+
* @generated from field: double y = 2;
|
|
79
|
+
*/
|
|
80
|
+
y: number;
|
|
81
|
+
/**
|
|
82
|
+
* The z component.
|
|
83
|
+
*
|
|
84
|
+
* @generated from field: double z = 3;
|
|
85
|
+
*/
|
|
86
|
+
z: number;
|
|
87
|
+
/**
|
|
88
|
+
* The scalar component.
|
|
89
|
+
*
|
|
90
|
+
* @generated from field: double w = 4;
|
|
91
|
+
*/
|
|
92
|
+
w: number;
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Describes the message google.type.Quaternion.
|
|
96
|
+
* Use `create(QuaternionSchema)` to create a new message.
|
|
97
|
+
*/
|
|
98
|
+
export declare const QuaternionSchema: GenMessage<Quaternion>;
|
|
99
|
+
//# sourceMappingURL=quaternion_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quaternion_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/quaternion_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,2BAA2B,EAAE,OACsW,CAAC;AAEjZ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AACH,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC,wBAAwB,CAAC,GAAG;IAC3D;;;;OAIG;IACH,CAAC,EAAE,MAAM,CAAC;IAEV;;;;OAIG;IACH,CAAC,EAAE,MAAM,CAAC;IAEV;;;;OAIG;IACH,CAAC,EAAE,MAAM,CAAC;IAEV;;;;OAIG;IACH,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,UAAU,CACP,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/quaternion.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_quaternion = /*@__PURE__*/ fileDesc("Chxnb29nbGUvdHlwZS9xdWF0ZXJuaW9uLnByb3RvEgtnb29nbGUudHlwZSI4CgpRdWF0ZXJuaW9uEgkKAXgYASABKAESCQoBeRgCIAEoARIJCgF6GAMgASgBEgkKAXcYBCABKAFCsQEKD2NvbS5nb29nbGUudHlwZUIPUXVhdGVybmlvblByb3RvUAFaQGdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvdHlwZS9xdWF0ZXJuaW9uO3F1YXRlcm5pb26iAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message google.type.Quaternion.
|
|
21
|
+
* Use `create(QuaternionSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const QuaternionSchema = /*@__PURE__*/ messageDesc(file_google_type_quaternion, 0);
|
|
24
|
+
//# sourceMappingURL=quaternion_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quaternion_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/quaternion_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,2BAA2B,GAAY,aAAa,CAC/D,QAAQ,CAAC,oYAAoY,CAAC,CAAC;AA6FjZ;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,2BAA2B,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file google/type/timeofday.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_google_type_timeofday: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* Represents a time of day. The date and time zone are either not significant
|
|
9
|
+
* or are specified elsewhere. An API may choose to allow leap seconds. Related
|
|
10
|
+
* types are [google.type.Date][google.type.Date] and
|
|
11
|
+
* `google.protobuf.Timestamp`.
|
|
12
|
+
*
|
|
13
|
+
* @generated from message google.type.TimeOfDay
|
|
14
|
+
*/
|
|
15
|
+
export type TimeOfDay = Message<"google.type.TimeOfDay"> & {
|
|
16
|
+
/**
|
|
17
|
+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
|
18
|
+
* typically must be less than or equal to 23. An API may choose to allow the
|
|
19
|
+
* value "24:00:00" for scenarios like business closing time.
|
|
20
|
+
*
|
|
21
|
+
* @generated from field: int32 hours = 1;
|
|
22
|
+
*/
|
|
23
|
+
hours: number;
|
|
24
|
+
/**
|
|
25
|
+
* Minutes of an hour. Must be greater than or equal to 0 and less than or
|
|
26
|
+
* equal to 59.
|
|
27
|
+
*
|
|
28
|
+
* @generated from field: int32 minutes = 2;
|
|
29
|
+
*/
|
|
30
|
+
minutes: number;
|
|
31
|
+
/**
|
|
32
|
+
* Seconds of a minute. Must be greater than or equal to 0 and typically must
|
|
33
|
+
* be less than or equal to 59. An API may allow the value 60 if it allows
|
|
34
|
+
* leap-seconds.
|
|
35
|
+
*
|
|
36
|
+
* @generated from field: int32 seconds = 3;
|
|
37
|
+
*/
|
|
38
|
+
seconds: number;
|
|
39
|
+
/**
|
|
40
|
+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0
|
|
41
|
+
* and less than or equal to 999,999,999.
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: int32 nanos = 4;
|
|
44
|
+
*/
|
|
45
|
+
nanos: number;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message google.type.TimeOfDay.
|
|
49
|
+
* Use `create(TimeOfDaySchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export declare const TimeOfDaySchema: GenMessage<TimeOfDay>;
|
|
52
|
+
//# sourceMappingURL=timeofday_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeofday_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/type/timeofday_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,0BAA0B,EAAE,OAC2X,CAAC;AAEra;;;;;;;GAOG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,uBAAuB,CAAC,GAAG;IACzD;;;;;;OAMG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;OAKG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;;OAMG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;OAKG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,SAAS,CACN,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/timeofday.proto.
|
|
17
|
+
*/
|
|
18
|
+
export const file_google_type_timeofday = /*@__PURE__*/ fileDesc("Chtnb29nbGUvdHlwZS90aW1lb2ZkYXkucHJvdG8SC2dvb2dsZS50eXBlIksKCVRpbWVPZkRheRINCgVob3VycxgBIAEoBRIPCgdtaW51dGVzGAIgASgFEg8KB3NlY29uZHMYAyABKAUSDQoFbmFub3MYBCABKAVCrgEKD2NvbS5nb29nbGUudHlwZUIOVGltZW9mZGF5UHJvdG9QAVo+Z29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy90eXBlL3RpbWVvZmRheTt0aW1lb2ZkYXmiAgNHVFiqAgtHb29nbGUuVHlwZcoCC0dvb2dsZVxUeXBl4gIXR29vZ2xlXFR5cGVcR1BCTWV0YWRhdGHqAgxHb29nbGU6OlR5cGViBnByb3RvMw");
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message google.type.TimeOfDay.
|
|
21
|
+
* Use `create(TimeOfDaySchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const TimeOfDaySchema = /*@__PURE__*/ messageDesc(file_google_type_timeofday, 0);
|
|
24
|
+
//# sourceMappingURL=timeofday_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeofday_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/type/timeofday_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,0BAA0B,GAAY,aAAa,CAC9D,QAAQ,CAAC,wZAAwZ,CAAC,CAAC;AA8Cra;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,0BAA0B,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file uplim/api/v1/account.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_uplim_api_v1_account: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* @generated from message uplim.api.v1.PublicAccount
|
|
9
|
+
*/
|
|
10
|
+
export type PublicAccount = Message<"uplim.api.v1.PublicAccount"> & {
|
|
11
|
+
/**
|
|
12
|
+
* Unique identifier for the account
|
|
13
|
+
*
|
|
14
|
+
* @generated from field: string id = 1;
|
|
15
|
+
*/
|
|
16
|
+
id: string;
|
|
17
|
+
/**
|
|
18
|
+
* Username chosen by the user
|
|
19
|
+
*
|
|
20
|
+
* @generated from field: string username = 2;
|
|
21
|
+
*/
|
|
22
|
+
username: string;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Describes the message uplim.api.v1.PublicAccount.
|
|
26
|
+
* Use `create(PublicAccountSchema)` to create a new message.
|
|
27
|
+
*/
|
|
28
|
+
export declare const PublicAccountSchema: GenMessage<PublicAccount>;
|
|
29
|
+
/**
|
|
30
|
+
* Request to search for accounts by username
|
|
31
|
+
*
|
|
32
|
+
* @generated from message uplim.api.v1.ListAccountsRequest
|
|
33
|
+
*/
|
|
34
|
+
export type ListAccountsRequest = Message<"uplim.api.v1.ListAccountsRequest"> & {
|
|
35
|
+
/**
|
|
36
|
+
* Username search filter (prefix match)
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: string username_filter = 1;
|
|
39
|
+
*/
|
|
40
|
+
usernameFilter: string;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Describes the message uplim.api.v1.ListAccountsRequest.
|
|
44
|
+
* Use `create(ListAccountsRequestSchema)` to create a new message.
|
|
45
|
+
*/
|
|
46
|
+
export declare const ListAccountsRequestSchema: GenMessage<ListAccountsRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* Response containing matching accounts
|
|
49
|
+
*
|
|
50
|
+
* @generated from message uplim.api.v1.ListAccountsResponse
|
|
51
|
+
*/
|
|
52
|
+
export type ListAccountsResponse = Message<"uplim.api.v1.ListAccountsResponse"> & {
|
|
53
|
+
/**
|
|
54
|
+
* List of accounts matching the filter
|
|
55
|
+
*
|
|
56
|
+
* @generated from field: repeated uplim.api.v1.PublicAccount accounts = 1;
|
|
57
|
+
*/
|
|
58
|
+
accounts: PublicAccount[];
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message uplim.api.v1.ListAccountsResponse.
|
|
62
|
+
* Use `create(ListAccountsResponseSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export declare const ListAccountsResponseSchema: GenMessage<ListAccountsResponse>;
|
|
65
|
+
/**
|
|
66
|
+
* AccountConnectionType represents the type of external account connection
|
|
67
|
+
*
|
|
68
|
+
* @generated from enum uplim.api.v1.AccountConnectionType
|
|
69
|
+
*/
|
|
70
|
+
export declare enum AccountConnectionType {
|
|
71
|
+
/**
|
|
72
|
+
* Unspecified connection type - should not be used
|
|
73
|
+
*
|
|
74
|
+
* @generated from enum value: ACCOUNT_CONNECTION_TYPE_UNSPECIFIED = 0;
|
|
75
|
+
*/
|
|
76
|
+
UNSPECIFIED = 0,
|
|
77
|
+
/**
|
|
78
|
+
* GitHub account connection
|
|
79
|
+
*
|
|
80
|
+
* @generated from enum value: ACCOUNT_CONNECTION_TYPE_GITHUB = 1;
|
|
81
|
+
*/
|
|
82
|
+
GITHUB = 1,
|
|
83
|
+
/**
|
|
84
|
+
* Discord account connection
|
|
85
|
+
*
|
|
86
|
+
* @generated from enum value: ACCOUNT_CONNECTION_TYPE_DISCORD = 2;
|
|
87
|
+
*/
|
|
88
|
+
DISCORD = 2
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Describes the enum uplim.api.v1.AccountConnectionType.
|
|
92
|
+
*/
|
|
93
|
+
export declare const AccountConnectionTypeSchema: GenEnum<AccountConnectionType>;
|
|
94
|
+
/**
|
|
95
|
+
* AccountStatus represents the current status of an account
|
|
96
|
+
*
|
|
97
|
+
* @generated from enum uplim.api.v1.AccountStatus
|
|
98
|
+
*/
|
|
99
|
+
export declare enum AccountStatus {
|
|
100
|
+
/**
|
|
101
|
+
* Unspecified status - should not be used
|
|
102
|
+
*
|
|
103
|
+
* @generated from enum value: ACCOUNT_STATUS_UNSPECIFIED = 0;
|
|
104
|
+
*/
|
|
105
|
+
UNSPECIFIED = 0,
|
|
106
|
+
/**
|
|
107
|
+
* Account is active and can be used normally
|
|
108
|
+
*
|
|
109
|
+
* @generated from enum value: ACCOUNT_STATUS_ACTIVE = 1;
|
|
110
|
+
*/
|
|
111
|
+
ACTIVE = 1,
|
|
112
|
+
/**
|
|
113
|
+
* Account has been suspended
|
|
114
|
+
*
|
|
115
|
+
* @generated from enum value: ACCOUNT_STATUS_SUSPENDED = 2;
|
|
116
|
+
*/
|
|
117
|
+
SUSPENDED = 2,
|
|
118
|
+
/**
|
|
119
|
+
* Account has been deleted
|
|
120
|
+
*
|
|
121
|
+
* @generated from enum value: ACCOUNT_STATUS_DELETED = 3;
|
|
122
|
+
*/
|
|
123
|
+
DELETED = 3
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Describes the enum uplim.api.v1.AccountStatus.
|
|
127
|
+
*/
|
|
128
|
+
export declare const AccountStatusSchema: GenEnum<AccountStatus>;
|
|
129
|
+
/**
|
|
130
|
+
* AccountService provides methods for managing user accounts
|
|
131
|
+
*
|
|
132
|
+
* @generated from service uplim.api.v1.AccountService
|
|
133
|
+
*/
|
|
134
|
+
export declare const AccountService: GenService<{
|
|
135
|
+
/**
|
|
136
|
+
* @generated from rpc uplim.api.v1.AccountService.ListAccounts
|
|
137
|
+
*/
|
|
138
|
+
listAccounts: {
|
|
139
|
+
methodKind: "unary";
|
|
140
|
+
input: typeof ListAccountsRequestSchema;
|
|
141
|
+
output: typeof ListAccountsResponseSchema;
|
|
142
|
+
};
|
|
143
|
+
}>;
|
|
144
|
+
//# sourceMappingURL=account_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account_pb.d.ts","sourceRoot":"","sources":["../../../../../src/protocol/uplim/api/v1/account_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAM7F,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,OACi6C,CAAC;AAE18C;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,4BAA4B,CAAC,GAAG;IAClE;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,aAAa,CACf,CAAC;AAE5C;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,CAAC,kCAAkC,CAAC,GAAG;IAC9E;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,mBAAmB,CAC3B,CAAC;AAE5C;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC,mCAAmC,CAAC,GAAG;IAChF;;;;OAIG;IACH,QAAQ,EAAE,aAAa,EAAE,CAAC;CAC3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,oBAAoB,CAC7B,CAAC;AAE5C;;;;GAIG;AACH,oBAAY,qBAAqB;IAC/B;;;;OAIG;IACH,WAAW,IAAI;IAEf;;;;OAIG;IACH,MAAM,IAAI;IAEV;;;;OAIG;IACH,OAAO,IAAI;CACZ;AAED;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,OAAO,CAAC,qBAAqB,CAC/B,CAAC;AAEzC;;;;GAIG;AACH,oBAAY,aAAa;IACvB;;;;OAIG;IACH,WAAW,IAAI;IAEf;;;;OAIG;IACH,MAAM,IAAI;IAEV;;;;OAIG;IACH,SAAS,IAAI;IAEb;;;;OAIG;IACH,OAAO,IAAI;CACZ;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,OAAO,CAAC,aAAa,CACf,CAAC;AAEzC;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC;IACtC;;OAEG;IACH,YAAY,EAAE;QACZ,UAAU,EAAE,OAAO,CAAC;QACpB,KAAK,EAAE,OAAO,yBAAyB,CAAC;QACxC,MAAM,EAAE,OAAO,0BAA0B,CAAC;KAC3C,CAAC;CACH,CAC0C,CAAC"}
|