@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,2214 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
|
|
2
|
+
// @generated from file uplim/api/v1/buckets.proto (package uplim.api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import type { Empty, EmptySchema, FieldMask, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
import { file_google_protobuf_empty, file_google_protobuf_field_mask, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
import type { PublicAccount } from "./account_pb.js";
|
|
10
|
+
import { file_uplim_api_v1_account } from "./account_pb.js";
|
|
11
|
+
import { file_buf_validate_validate } from "../../../buf/validate/validate_pb.js";
|
|
12
|
+
import type { BucketRef, FolderRef, UploadRef } from "./internal_pb.js";
|
|
13
|
+
import { file_uplim_api_v1_internal } from "./internal_pb.js";
|
|
14
|
+
import type { IntegrationBucketType } from "./integration_types_pb.js";
|
|
15
|
+
import { file_uplim_api_v1_integration_types } from "./integration_types_pb.js";
|
|
16
|
+
import { file_gnostic_openapi_v3_annotations } from "../../../gnostic/openapi/v3/annotations_pb.js";
|
|
17
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Describes the file uplim/api/v1/buckets.proto.
|
|
21
|
+
*/
|
|
22
|
+
export const file_uplim_api_v1_buckets: GenFile = /*@__PURE__*/
|
|
23
|
+
fileDesc("Chp1cGxpbS9hcGkvdjEvYnVja2V0cy5wcm90bxIMdXBsaW0uYXBpLnYxIn8KEEJ1Y2tldFBlcm1pc3Npb24SLAoHYWNjb3VudBgBIAEoCzIbLnVwbGltLmFwaS52MS5QdWJsaWNBY2NvdW50Ej0KEHBlcm1pc3Npb25fbGV2ZWwYAiABKA4yIy51cGxpbS5hcGkudjEuQnVja2V0UGVybWlzc2lvbkxldmVsIu0ECgZCdWNrZXQSEQoJYnVja2V0X2lkGAEgASgJEhMKC2J1Y2tldF9uYW1lGAIgASgJEgsKA3VybBgDIAEoCRIYCgx1cGxvYWRfY291bnQYBCABKANCAjABEhwKEHVzZWRfc3BhY2VfYnl0ZXMYBSABKANCAjABEh0KEXRvdGFsX3NwYWNlX2J5dGVzGAYgASgDQgIwARIPCgdhbGlhc2VzGAcgAygJEhIKCmlzX3ByaW1hcnkYCCABKAgSLgoKY3JlYXRlZF9hdBgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKdXBkYXRlZF9hdBgKIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASJgoEdHlwZRgMIAEoDjIYLnVwbGltLmFwaS52MS5CdWNrZXRUeXBlEjQKC2Rlc3RpbmF0aW9uGA0gASgOMh8udXBsaW0uYXBpLnYxLkJ1Y2tldERlc3RpbmF0aW9uEkEKEmRlc3RpbmF0aW9uX2NvbmZpZxgOIAEoCzIlLnVwbGltLmFwaS52MS5CdWNrZXREZXN0aW5hdGlvbkNvbmZpZxIaCg1wcmltYXJ5X2FsaWFzGA8gASgJSACIAQESMQoNcG9ydGFsX2NvbmZpZxgQIAEoCzIaLnVwbGltLmFwaS52MS5Qb3J0YWxDb25maWcSMQoaaW50ZWdyYXRpb25fYnVja2V0X3R5cGVfaWQYESABKAlCCLpIBXIDsAEBSAGIAQFCEAoOX3ByaW1hcnlfYWxpYXNCHQobX2ludGVncmF0aW9uX2J1Y2tldF90eXBlX2lkIqACCgtBbGlhc1N0YXR1cxINCgVhbGlhcxgBIAEoCRIYChBpc19jdXN0b21fZG9tYWluGAIgASgIEhMKBnN0YXR1cxgDIAEoCUgAiAEBEjQKC3ZlcmlmaWVkX2F0GAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgBiAEBEhIKBWVycm9yGAUgASgJSAKIAQESLgoKY3JlYXRlZF9hdBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASHgoRZmFsbGJhY2tfaG9zdG5hbWUYByABKAlIA4gBAUIJCgdfc3RhdHVzQg4KDF92ZXJpZmllZF9hdEIICgZfZXJyb3JCFAoSX2ZhbGxiYWNrX2hvc3RuYW1lIl0KEEdldEJ1Y2tldFJlcXVlc3QSKwoKYnVja2V0X3JlZhgBIAEoCzIXLnVwbGltLmFwaS52MS5CdWNrZXRSZWYSHAoUaW5jbHVkZV9hbGlhc19zdGF0dXMYAiABKAgi4AEKEUdldEJ1Y2tldFJlc3BvbnNlEiQKBmJ1Y2tldBgBIAEoCzIULnVwbGltLmFwaS52MS5CdWNrZXQSPQoQcGVybWlzc2lvbl9sZXZlbBgCIAEoDjIjLnVwbGltLmFwaS52MS5CdWNrZXRQZXJtaXNzaW9uTGV2ZWwSGAoQaXNfcHJpbWFyeV9vd25lchgDIAEoCBIvCgxhbGlhc19zdGF0dXMYBCADKAsyGS51cGxpbS5hcGkudjEuQWxpYXNTdGF0dXMSGwoPYnVja2V0X2V2ZW50X2lkGAUgASgEQgIwASLfAwoXQnVja2V0RGVzdGluYXRpb25Db25maWcSQwoJczNfYnVja2V0GAEgASgLMi4udXBsaW0uYXBpLnYxLkJ1Y2tldERlc3RpbmF0aW9uQ29uZmlnLlMzQnVja2V0SAASQwoJczNfc2VydmVyGAIgASgLMi4udXBsaW0uYXBpLnYxLkJ1Y2tldERlc3RpbmF0aW9uQ29uZmlnLlMzU2VydmVySAAaYwoIUzNCdWNrZXQSHgoLYnVja2V0X25hbWUYASABKAlCCbpIBnIEEAFoARIZCgZyZWdpb24YAiABKAlCCbpIBnIEEAEYQBIcCghyb2xlX2FybhgDIAEoCUIKukgHcgUQARiAARrFAQoIUzNTZXJ2ZXISHAoIZW5kcG9pbnQYASABKAlCCrpIB3IFEAGIAQESIAoNYWNjZXNzX2tleV9pZBgCIAEoCUIJukgGcgQQARhAEiQKEXNlY3JldF9hY2Nlc3Nfa2V5GAMgASgJQgm6SAZyBBABGEASGQoGcmVnaW9uGAQgASgJQgm6SAZyBBABGEASGAoQZm9yY2VfcGF0aF9zdHlsZRgFIAEoCBIeCgtidWNrZXRfbmFtZRgGIAEoCUIJukgGcgQQAWgBQg0KC2Rlc3RpbmF0aW9uIiAKDFBvcnRhbENvbmZpZxIQCghjZG5fbW9kZRgBIAEoCCKeAwoTQ3JlYXRlQnVja2V0UmVxdWVzdBIgCgtidWNrZXRfbmFtZRgBIAEoCUILukgIcgYQAxhAaAESJwoHYWxpYXNlcxgCIAMoCUIWukgTkgEQCAAQCBgBIghyBhABGEBoARIdCgtkZXNjcmlwdGlvbhgDIAEoCUIIukgFcgMYgAESPgoLZGVzdGluYXRpb24YBCABKA4yHy51cGxpbS5hcGkudjEuQnVja2V0RGVzdGluYXRpb25CCLpIBYIBAhABEkEKEmRlc3RpbmF0aW9uX2NvbmZpZxgFIAEoCzIlLnVwbGltLmFwaS52MS5CdWNrZXREZXN0aW5hdGlvbkNvbmZpZxI2Cg1wb3J0YWxfY29uZmlnGAYgASgLMhoudXBsaW0uYXBpLnYxLlBvcnRhbENvbmZpZ0gAiAEBEjEKGmludGVncmF0aW9uX2J1Y2tldF90eXBlX2lkGAcgASgJQgi6SAVyA7ABAUgBiAEBQhAKDl9wb3J0YWxfY29uZmlnQh0KG19pbnRlZ3JhdGlvbl9idWNrZXRfdHlwZV9pZCI8ChRDcmVhdGVCdWNrZXRSZXNwb25zZRIkCgZidWNrZXQYASABKAsyFC51cGxpbS5hcGkudjEuQnVja2V0IlEKE0RlbGV0ZUJ1Y2tldFJlcXVlc3QSKwoKYnVja2V0X3JlZhgBIAEoCzIXLnVwbGltLmFwaS52MS5CdWNrZXRSZWYSDQoFZm9yY2UYAiABKAgiPQoURGVsZXRlQnVja2V0UmVzcG9uc2USJQoFZW1wdHkYASABKAsyFi5nb29nbGUucHJvdG9idWYuRW1wdHkiLgoQRmlsZUV4aXN0c0ZpbHRlchIMCgRwYXRoGAEgASgJEgwKBHNsdWcYAiABKAkinwEKEkxpc3RCdWNrZXRzUmVxdWVzdBInChZpbmNsdWRlX2xhdGVzdF91cGxvYWRzGAEgASgFQge6SAQaAhhkEhwKFGluY2x1ZGVfYWxpYXNfc3RhdHVzGAIgASgIEjUKCGhhc19maWxlGAMgASgLMh4udXBsaW0uYXBpLnYxLkZpbGVFeGlzdHNGaWx0ZXJIAIgBAUILCglfaGFzX2ZpbGUibgoSQnVja2V0TGF0ZXN0VXBsb2FkEhEKCXVwbG9hZF9pZBgBIAEoCRILCgN1cmwYAiABKAkSFQoNdGh1bWJuYWlsX3VybBgDIAEoCRIhCg9vYXV0aF9jbGllbnRfaWQYBCABKAlCCLpIBXIDsAEBIp8EChNMaXN0QnVja2V0c1Jlc3BvbnNlEj8KB2J1Y2tldHMYASADKAsyLi51cGxpbS5hcGkudjEuTGlzdEJ1Y2tldHNSZXNwb25zZS5CdWNrZXRBY2Nlc3MSPAoQc2hhcmVkX3Jlc291cmNlcxgCIAMoCzIiLnVwbGltLmFwaS52MS5TaGFyZWRSZXNvdXJjZUFjY2VzcxqIAwoMQnVja2V0QWNjZXNzEiQKBmJ1Y2tldBgBIAEoCzIULnVwbGltLmFwaS52MS5CdWNrZXQSPQoQcGVybWlzc2lvbl9sZXZlbBgCIAEoDjIjLnVwbGltLmFwaS52MS5CdWNrZXRQZXJtaXNzaW9uTGV2ZWwSGAoQaXNfcHJpbWFyeV9vd25lchgDIAEoCBI4Cg5sYXRlc3RfdXBsb2FkcxgEIAMoCzIgLnVwbGltLmFwaS52MS5CdWNrZXRMYXRlc3RVcGxvYWQSLAoVcGFyZW50X2ludGVncmF0aW9uX2lkGAUgASgJQgi6SAVyA7ABAUgAiAEBEiwKFXBhcmVudF9hcHBsaWNhdGlvbl9pZBgGIAEoCUIIukgFcgOwAQFIAYgBARIvCgxhbGlhc19zdGF0dXMYByADKAsyGS51cGxpbS5hcGkudjEuQWxpYXNTdGF0dXNCGAoWX3BhcmVudF9pbnRlZ3JhdGlvbl9pZEIYChZfcGFyZW50X2FwcGxpY2F0aW9uX2lkIv8BChpHZXRCdWNrZXRTdGF0aXN0aWNzUmVxdWVzdBIrCgpidWNrZXRfcmVmGAEgASgLMhcudXBsaW0uYXBpLnYxLkJ1Y2tldFJlZhI4CgpzdGFydF90aW1lGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEIIukgFsgECOAESNgoIZW5kX3RpbWUYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQgi6SAWyAQI4ARJCCgtncmFudWxhcml0eRgEIAEoDjIjLnVwbGltLmFwaS52MS5TdGF0aXN0aWNzR3JhbnVsYXJpdHlCCLpIBYIBAhABIpACChtHZXRCdWNrZXRTdGF0aXN0aWNzUmVzcG9uc2USSAoKc3RhdGlzdGljcxgBIAMoCzI0LnVwbGltLmFwaS52MS5HZXRCdWNrZXRTdGF0aXN0aWNzUmVzcG9uc2UuU3RhdGlzdGljcxqmAQoKU3RhdGlzdGljcxIWCgpzaXplX2J5dGVzGAEgASgDQgIwARIYCgx1cGxvYWRfY291bnQYAiABKANCAjABEi0KCXRpbWVzdGFtcBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASGgoOZG93bmxvYWRfY291bnQYBCABKANCAjABEhsKD2JhbmR3aWR0aF9ieXRlcxgFIAEoA0ICMAEiqAEKHEdyYW50QnVja2V0UGVybWlzc2lvblJlcXVlc3QSKwoKYnVja2V0X3JlZhgBIAEoCzIXLnVwbGltLmFwaS52MS5CdWNrZXRSZWYSEgoKYWNjb3VudF9pZBgCIAEoCRJHChBwZXJtaXNzaW9uX2xldmVsGAMgASgOMiMudXBsaW0uYXBpLnYxLkJ1Y2tldFBlcm1pc3Npb25MZXZlbEIIukgFggECEAEiUwodR3JhbnRCdWNrZXRQZXJtaXNzaW9uUmVzcG9uc2USMgoKcGVybWlzc2lvbhgBIAEoCzIeLnVwbGltLmFwaS52MS5CdWNrZXRQZXJtaXNzaW9uImAKHVJldm9rZUJ1Y2tldFBlcm1pc3Npb25SZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmEhIKCmFjY291bnRfaWQYAiABKAkiSwocTGlzdEJ1Y2tldFBlcm1pc3Npb25zUmVxdWVzdBIrCgpidWNrZXRfcmVmGAEgASgLMhcudXBsaW0uYXBpLnYxLkJ1Y2tldFJlZiJUCh1MaXN0QnVja2V0UGVybWlzc2lvbnNSZXNwb25zZRIzCgtwZXJtaXNzaW9ucxgBIAMoCzIeLnVwbGltLmFwaS52MS5CdWNrZXRQZXJtaXNzaW9uIrIDChNVcGRhdGVCdWNrZXRSZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmEi8KC3VwZGF0ZV9tYXNrGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLkZpZWxkTWFzaxI1CgR0eXBlGAMgASgOMhgudXBsaW0uYXBpLnYxLkJ1Y2tldFR5cGVCCLpIBYIBAhABSACIAQESJQoHYWxpYXNlcxgEIAMoCUIUukgRkgEOEAgYASIIcgYQARhAaAESHAoUcmVjaGVja19hbGlhc19zdGF0dXMYBSABKAgSJwoNcHJpbWFyeV9hbGlhcxgGIAEoCUILukgIcgYQARhAaAFIAYgBARIjCgtidWNrZXRfbmFtZRgHIAEoCUIJukgGcgQQAxhASAKIAQESNgoNcG9ydGFsX2NvbmZpZxgIIAEoCzIaLnVwbGltLmFwaS52MS5Qb3J0YWxDb25maWdIA4gBAUIHCgVfdHlwZUIQCg5fcHJpbWFyeV9hbGlhc0IOCgxfYnVja2V0X25hbWVCEAoOX3BvcnRhbF9jb25maWcibQoUVXBkYXRlQnVja2V0UmVzcG9uc2USJAoGYnVja2V0GAEgASgLMhQudXBsaW0uYXBpLnYxLkJ1Y2tldBIvCgxhbGlhc19zdGF0dXMYAiADKAsyGS51cGxpbS5hcGkudjEuQWxpYXNTdGF0dXMiRAoVR2V0U2VhcmNoVG9rZW5SZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmIlIKFkdldFNlYXJjaFRva2VuUmVzcG9uc2USEAoIZW5kcG9pbnQYASABKAkSDQoFdG9rZW4YAiABKAkSFwoPY29sbGVjdGlvbl9uYW1lGAMgASgJIsgBChZSZXByb2Nlc3NCdWNrZXRSZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmEjAKCmZvbGRlcl9yZWYYAiABKAsyFy51cGxpbS5hcGkudjEuRm9sZGVyUmVmSACIAQESJwoFZm9yY2UYAyADKA4yGC51cGxpbS5hcGkudjEuU2tpcEZhY3RvchIRCgl1cGxvYWRfaWQYBSADKAlCDQoLX2ZvbGRlcl9yZWZKBAgEEAUiNAoXUmVwcm9jZXNzQnVja2V0UmVzcG9uc2USGQoRY291bnRfcmVwcm9jZXNzZWQYASABKAUitQIKFkJ1bGtNb3ZlQ29udGVudFJlcXVlc3QSKwoKYnVja2V0X3JlZhgBIAEoCzIXLnVwbGltLmFwaS52MS5CdWNrZXRSZWYSRwoGdGFyZ2V0GAIgAygLMisudXBsaW0uYXBpLnYxLkJ1bGtNb3ZlQ29udGVudFJlcXVlc3QuVGFyZ2V0Qgq6SAeSAQQIARBkEhoKCGFkZF90YWdzGAMgAygJQgi6SAWSAQIQZBIdCgtyZW1vdmVfdGFncxgEIAMoCUIIukgFkgECEGQSLgoNcGFyZW50X2ZvbGRlchgFIAEoCzIXLnVwbGltLmFwaS52MS5Gb2xkZXJSZWYaOgoGVGFyZ2V0EhMKCXVwbG9hZF9pZBgBIAEoCUgAEhMKCWZvbGRlcl9pZBgCIAEoCUgAQgYKBHR5cGUiGQoXQnVsa01vdmVDb250ZW50UmVzcG9uc2UizgEKGEJ1bGtEZWxldGVDb250ZW50UmVxdWVzdBIrCgpidWNrZXRfcmVmGAEgASgLMhcudXBsaW0uYXBpLnYxLkJ1Y2tldFJlZhJJCgZ0YXJnZXQYAiADKAsyLS51cGxpbS5hcGkudjEuQnVsa0RlbGV0ZUNvbnRlbnRSZXF1ZXN0LlRhcmdldEIKukgHkgEECAEQZBo6CgZUYXJnZXQSEwoJdXBsb2FkX2lkGAEgASgJSAASEwoJZm9sZGVyX2lkGAIgASgJSABCBgoEdHlwZSIbChlCdWxrRGVsZXRlQ29udGVudFJlc3BvbnNlIs4BChZCdWxrQ29weUNvbnRlbnRSZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmEh0KCXVwbG9hZF9pZBgCIAMoCUIKukgHkgEECAEQZBIzChJkZXN0aW5hdGlvbl9mb2xkZXIYAyABKAsyFy51cGxpbS5hcGkudjEuRm9sZGVyUmVmEiMKC3NsdWdfbGVuZ3RoGAQgASgFQgm6SAYaBBggKARIAIgBAUIOCgxfc2x1Z19sZW5ndGgioQEKF0J1bGtDb3B5Q29udGVudFJlc3BvbnNlElAKDmNvcGllZF91cGxvYWRzGAEgAygLMjgudXBsaW0uYXBpLnYxLkJ1bGtDb3B5Q29udGVudFJlc3BvbnNlLkNvcGllZFVwbG9hZHNFbnRyeRo0ChJDb3BpZWRVcGxvYWRzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASLZAgoUU2hhcmVkUmVzb3VyY2VBY2Nlc3MSJAoGYnVja2V0GAEgASgLMhQudXBsaW0uYXBpLnYxLkJ1Y2tldBI9ChBwZXJtaXNzaW9uX2xldmVsGAIgASgOMiMudXBsaW0uYXBpLnYxLkJ1Y2tldFBlcm1pc3Npb25MZXZlbBIuCglzaGFyZWRfYnkYAyABKAsyGy51cGxpbS5hcGkudjEuUHVibGljQWNjb3VudBItCglzaGFyZWRfYXQYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhUKDXBlcm1pc3Npb25faWQYBSABKAkSLAoGZm9sZGVyGAYgASgLMhoudXBsaW0uYXBpLnYxLlNoYXJlZEZvbGRlckgAEiwKBnVwbG9hZBgHIAEoCzIaLnVwbGltLmFwaS52MS5TaGFyZWRVcGxvYWRIAEIKCghyZXNvdXJjZSJJCgxTaGFyZWRGb2xkZXISEQoJZm9sZGVyX2lkGAEgASgJEgwKBHBhdGgYAiABKAkSGAoQcmV2b2tlZF9zdWJwYXRocxgDIAMoCSI1CgxTaGFyZWRVcGxvYWQSEQoJdXBsb2FkX2lkGAEgASgJEgwKBHBhdGgYAiABKAlKBAgDEAQilAIKHkdyYW50UmVzb3VyY2VQZXJtaXNzaW9uUmVxdWVzdBIrCgpidWNrZXRfcmVmGAEgASgLMhcudXBsaW0uYXBpLnYxLkJ1Y2tldFJlZhISCgphY2NvdW50X2lkGAIgASgJEkcKEHBlcm1pc3Npb25fbGV2ZWwYAyABKA4yIy51cGxpbS5hcGkudjEuQnVja2V0UGVybWlzc2lvbkxldmVsQgi6SAWCAQIQARItCgpmb2xkZXJfcmVmGAQgASgLMhcudXBsaW0uYXBpLnYxLkZvbGRlclJlZkgAEi0KCnVwbG9hZF9yZWYYBSABKAsyFy51cGxpbS5hcGkudjEuVXBsb2FkUmVmSABCCgoIcmVzb3VyY2UiWQofR3JhbnRSZXNvdXJjZVBlcm1pc3Npb25SZXNwb25zZRI2CgpwZXJtaXNzaW9uGAEgASgLMiIudXBsaW0uYXBpLnYxLlNoYXJlZFJlc291cmNlQWNjZXNzIswBCh9SZXZva2VSZXNvdXJjZVBlcm1pc3Npb25SZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmEhIKCmFjY291bnRfaWQYAiABKAkSLQoKZm9sZGVyX3JlZhgDIAEoCzIXLnVwbGltLmFwaS52MS5Gb2xkZXJSZWZIABItCgp1cGxvYWRfcmVmGAQgASgLMhcudXBsaW0uYXBpLnYxLlVwbG9hZFJlZkgAQgoKCHJlc291cmNlIk0KHkxpc3RSZXNvdXJjZVBlcm1pc3Npb25zUmVxdWVzdBIrCgpidWNrZXRfcmVmGAEgASgLMhcudXBsaW0uYXBpLnYxLkJ1Y2tldFJlZiJaCh9MaXN0UmVzb3VyY2VQZXJtaXNzaW9uc1Jlc3BvbnNlEjcKC3Blcm1pc3Npb25zGAEgAygLMiIudXBsaW0uYXBpLnYxLlNoYXJlZFJlc291cmNlQWNjZXNzIo8BChxSZXZva2VTdWJmb2xkZXJBY2Nlc3NSZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmEhUKDXBlcm1pc3Npb25faWQYAiABKAkSKwoKZm9sZGVyX3JlZhgDIAEoCzIXLnVwbGltLmFwaS52MS5Gb2xkZXJSZWYikAEKHVJlc3RvcmVTdWJmb2xkZXJBY2Nlc3NSZXF1ZXN0EisKCmJ1Y2tldF9yZWYYASABKAsyFy51cGxpbS5hcGkudjEuQnVja2V0UmVmEhUKDXBlcm1pc3Npb25faWQYAiABKAkSKwoKZm9sZGVyX3JlZhgDIAEoCzIXLnVwbGltLmFwaS52MS5Gb2xkZXJSZWYiGAoWTGlzdEJ1Y2tldFR5cGVzUmVxdWVzdCKGAgoXTGlzdEJ1Y2tldFR5cGVzUmVzcG9uc2USSQoIYnVpbHRfaW4YASADKAsyNy51cGxpbS5hcGkudjEuTGlzdEJ1Y2tldFR5cGVzUmVzcG9uc2UuQnVpbHRJbkJ1Y2tldFR5cGUSOAoLaW50ZWdyYXRpb24YAiADKAsyIy51cGxpbS5hcGkudjEuSW50ZWdyYXRpb25CdWNrZXRUeXBlGmYKEUJ1aWx0SW5CdWNrZXRUeXBlEiYKBHR5cGUYASABKA4yGC51cGxpbS5hcGkudjEuQnVja2V0VHlwZRIUCgxkaXNwbGF5X25hbWUYAiABKAkSEwoLZGVzY3JpcHRpb24YAyABKAkqrQEKFUJ1Y2tldFBlcm1pc3Npb25MZXZlbBInCiNCVUNLRVRfUEVSTUlTU0lPTl9MRVZFTF9VTlNQRUNJRklFRBAAEiAKHEJVQ0tFVF9QRVJNSVNTSU9OX0xFVkVMX1JFQUQQARImCiJCVUNLRVRfUEVSTUlTU0lPTl9MRVZFTF9SRUFEX1dSSVRFEAISIQodQlVDS0VUX1BFUk1JU1NJT05fTEVWRUxfQURNSU4QAyqHAQoKQnVja2V0VHlwZRIbChdCVUNLRVRfVFlQRV9VTlNQRUNJRklFRBAAEiEKHUJVQ0tFVF9UWVBFX1VQTE9BRFNfRElSRUNUT1JZEAESHAoYQlVDS0VUX1RZUEVfVVBMT0FEU19UQUdTEAISGwoXQlVDS0VUX1RZUEVfSU5URUdSQVRJT04QAyq+AQoRQnVja2V0RGVzdGluYXRpb24SIgoeQlVDS0VUX0RFU1RJTkFUSU9OX1VOU1BFQ0lGSUVEEAASHgoaQlVDS0VUX0RFU1RJTkFUSU9OX0RFRkFVTFQQARIgChxCVUNLRVRfREVTVElOQVRJT05fUzNfQlVDS0VUEAISIAocQlVDS0VUX0RFU1RJTkFUSU9OX1MzX1NFUlZFUhADEiEKHUJVQ0tFVF9ERVNUSU5BVElPTl9VUExJTV9MSVRFEAQqqAEKFVN0YXRpc3RpY3NHcmFudWxhcml0eRImCiJTVEFUSVNUSUNTX0dSQU5VTEFSSVRZX1VOU1BFQ0lGSUVEEAASIQodU1RBVElTVElDU19HUkFOVUxBUklUWV9IT1VSTFkQARIgChxTVEFUSVNUSUNTX0dSQU5VTEFSSVRZX0RBSUxZEAISIgoeU1RBVElTVElDU19HUkFOVUxBUklUWV9NT05USExZEAMqngEKClNraXBGYWN0b3ISHAoYU0tJUF9GQUNUT1JTX1VOU1BFQ0lGSUVEEAASGgoWU0tJUF9GQUNUT1JTX1RIVU1CTkFJTBABEh8KG1NLSVBfRkFDVE9SU19BSV9ERVNDUklQVElPThACEhgKFFNLSVBfRkFDVE9SU19BSV9UQUdTEAMSGwoXU0tJUF9GQUNUT1JTX1ZJUlVTX1NDQU4QBDLBJwoOQnVja2V0c1NlcnZpY2US5gEKCUdldEJ1Y2tldBIeLnVwbGltLmFwaS52MS5HZXRCdWNrZXRSZXF1ZXN0Gh8udXBsaW0uYXBpLnYxLkdldEJ1Y2tldFJlc3BvbnNlIpcBkAIBukeLARIKR2V0IGJ1Y2tldBpeUmV0cmlldmVzIGRldGFpbHMgZm9yIGEgc3BlY2lmaWMgYnVja2V0IGluY2x1ZGluZyBjb25maWd1cmF0aW9uLCBhbGlhc2VzLCBhbmQgcG9ydGFsIHNldHRpbmdzLlodChsKBk9BdXRoMhIRCg91cGw6YnVja2V0OnJlYWTCsgQBChLqAQoMQ3JlYXRlQnVja2V0EiEudXBsaW0uYXBpLnYxLkNyZWF0ZUJ1Y2tldFJlcXVlc3QaIi51cGxpbS5hcGkudjEuQ3JlYXRlQnVja2V0UmVzcG9uc2UikgG6R4kBEg1DcmVhdGUgYnVja2V0GldDcmVhdGVzIGEgbmV3IHN0b3JhZ2UgYnVja2V0IHdpdGggdGhlIHNwZWNpZmllZCBjb25maWd1cmF0aW9uIGFuZCBkZXN0aW5hdGlvbiBzZXR0aW5ncy5aHwodCgZPQXV0aDISEwoRdXBsOmJ1Y2tldDptYW5hZ2XCsgQBCxLjAQoMVXBkYXRlQnVja2V0EiEudXBsaW0uYXBpLnYxLlVwZGF0ZUJ1Y2tldFJlcXVlc3QaIi51cGxpbS5hcGkudjEuVXBkYXRlQnVja2V0UmVzcG9uc2UiiwG6R4IBEg1VcGRhdGUgYnVja2V0GlBVcGRhdGVzIGJ1Y2tldCBzZXR0aW5ncyBpbmNsdWRpbmcgbmFtZSwgYWxpYXNlcywgdHlwZSwgYW5kIHBvcnRhbCBjb25maWd1cmF0aW9uLlofCh0KBk9BdXRoMhITChF1cGw6YnVja2V0Om1hbmFnZcKyBAELEvwBCgxEZWxldGVCdWNrZXQSIS51cGxpbS5hcGkudjEuRGVsZXRlQnVja2V0UmVxdWVzdBoiLnVwbGltLmFwaS52MS5EZWxldGVCdWNrZXRSZXNwb25zZSKkAbpHmwESDURlbGV0ZSBidWNrZXQaaVBlcm1hbmVudGx5IHJlbW92ZXMgYSBidWNrZXQgYW5kIG9wdGlvbmFsbHkgYWxsIGl0cyBjb250ZW50cy4gVXNlIGZvcmNlPXRydWUgdG8gZGVsZXRlIG5vbi1lbXB0eSBidWNrZXRzLlofCh0KBk9BdXRoMhITChF1cGw6YnVja2V0Om1hbmFnZcKyBAELEvcBCgtMaXN0QnVja2V0cxIgLnVwbGltLmFwaS52MS5MaXN0QnVja2V0c1JlcXVlc3QaIS51cGxpbS5hcGkudjEuTGlzdEJ1Y2tldHNSZXNwb25zZSKiAZACAbpHlgESDExpc3QgYnVja2V0cxpnUmV0cmlldmVzIGFsbCBidWNrZXRzIG93bmVkIGJ5IG9yIHNoYXJlZCB3aXRoIHRoZSBhdXRoZW50aWNhdGVkIHVzZXIsIGluY2x1ZGluZyBzaGFyZWQgcmVzb3VyY2UgYWNjZXNzLlodChsKBk9BdXRoMhIRCg91cGw6YnVja2V0OnJlYWTCsgQBChKQAgoVTGlzdEJ1Y2tldFBlcm1pc3Npb25zEioudXBsaW0uYXBpLnYxLkxpc3RCdWNrZXRQZXJtaXNzaW9uc1JlcXVlc3QaKy51cGxpbS5hcGkudjEuTGlzdEJ1Y2tldFBlcm1pc3Npb25zUmVzcG9uc2UinQGQAgG6R5EBEhdMaXN0IGJ1Y2tldCBwZXJtaXNzaW9ucxpVTGlzdHMgYWxsIHVzZXJzIHdobyBoYXZlIGJlZW4gZ3JhbnRlZCBhY2Nlc3MgdG8gYSBidWNrZXQgYW5kIHRoZWlyIHBlcm1pc3Npb24gbGV2ZWxzLlofCh0KBk9BdXRoMhITChF1cGw6YnVja2V0Om1hbmFnZcKyBAELEpoCChVHcmFudEJ1Y2tldFBlcm1pc3Npb24SKi51cGxpbS5hcGkudjEuR3JhbnRCdWNrZXRQZXJtaXNzaW9uUmVxdWVzdBorLnVwbGltLmFwaS52MS5HcmFudEJ1Y2tldFBlcm1pc3Npb25SZXNwb25zZSKnAbpHngESF0dyYW50IGJ1Y2tldCBwZXJtaXNzaW9uGmJHcmFudHMgYSB1c2VyIGFjY2VzcyB0byBhIGJ1Y2tldCB3aXRoIHRoZSBzcGVjaWZpZWQgcGVybWlzc2lvbiBsZXZlbCAocmVhZCwgcmVhZC13cml0ZSwgb3IgYWRtaW4pLlofCh0KBk9BdXRoMhITChF1cGw6YnVja2V0Om1hbmFnZcKyBAELEsgBChZSZXZva2VCdWNrZXRQZXJtaXNzaW9uEisudXBsaW0uYXBpLnYxLlJldm9rZUJ1Y2tldFBlcm1pc3Npb25SZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5Imm6R2ESGFJldm9rZSBidWNrZXQgcGVybWlzc2lvbhokUmVtb3ZlcyBhIHVzZXIncyBhY2Nlc3MgdG8gYSBidWNrZXQuWh8KHQoGT0F1dGgyEhMKEXVwbDpidWNrZXQ6bWFuYWdlwrIEAQsSogIKE0dldEJ1Y2tldFN0YXRpc3RpY3MSKC51cGxpbS5hcGkudjEuR2V0QnVja2V0U3RhdGlzdGljc1JlcXVlc3QaKS51cGxpbS5hcGkudjEuR2V0QnVja2V0U3RhdGlzdGljc1Jlc3BvbnNlIrUBkAIBukepARIVR2V0IGJ1Y2tldCBzdGF0aXN0aWNzGmxSZXRyaWV2ZXMgdXNhZ2Ugc3RhdGlzdGljcyBmb3IgYSBidWNrZXQgb3ZlciBhIHNwZWNpZmllZCB0aW1lIHBlcmlvZCwgaW5jbHVkaW5nIHVwbG9hZCBjb3VudHMgYW5kIGJhbmR3aWR0aC5aIgogCgZPQXV0aDISFgoUdXBsOmJ1Y2tldDphbmFseXRpY3PCsgQBDBLzAQoPQnVsa01vdmVDb250ZW50EiQudXBsaW0uYXBpLnYxLkJ1bGtNb3ZlQ29udGVudFJlcXVlc3QaJS51cGxpbS5hcGkudjEuQnVsa01vdmVDb250ZW50UmVzcG9uc2UikgG6R4kBEhFCdWxrIG1vdmUgY29udGVudBpTTW92ZXMgbXVsdGlwbGUgdXBsb2FkcyBvciBmb2xkZXJzIHRvIGEgbmV3IHBhcmVudCBmb2xkZXIgYW5kL29yIHVwZGF0ZXMgdGhlaXIgdGFncy5aHwodCgZPQXV0aDISEwoRdXBsOmJ1Y2tldDptYW5hZ2XCsgQBCxLtAQoRQnVsa0RlbGV0ZUNvbnRlbnQSJi51cGxpbS5hcGkudjEuQnVsa0RlbGV0ZUNvbnRlbnRSZXF1ZXN0GicudXBsaW0uYXBpLnYxLkJ1bGtEZWxldGVDb250ZW50UmVzcG9uc2UihgG6R34SE0J1bGsgZGVsZXRlIGNvbnRlbnQaRlBlcm1hbmVudGx5IGRlbGV0ZXMgbXVsdGlwbGUgdXBsb2FkcyBvciBmb2xkZXJzIGluIGEgc2luZ2xlIG9wZXJhdGlvbi5aHwodCgZPQXV0aDISEwoRdXBsOmJ1Y2tldDptYW5hZ2XCsgQBCxKDAgoPQnVsa0NvcHlDb250ZW50EiQudXBsaW0uYXBpLnYxLkJ1bGtDb3B5Q29udGVudFJlcXVlc3QaJS51cGxpbS5hcGkudjEuQnVsa0NvcHlDb250ZW50UmVzcG9uc2UiogG6R5kBEhFCdWxrIGNvcHkgY29udGVudBpiQ29waWVzIG11bHRpcGxlIHVwbG9hZHMgdG8gYSBuZXcgZm9sZGVyLCBwcmVzZXJ2aW5nIG1ldGFkYXRhIGFuZCB0aHVtYm5haWxzIHdpdGhvdXQgcmUtcHJvY2Vzc2luZy5aIAoeCgZPQXV0aDISFAoSdXBsOnVwbG9hZHM6Y3JlYXRlwrIEARQSgAIKD1JlcHJvY2Vzc0J1Y2tldBIkLnVwbGltLmFwaS52MS5SZXByb2Nlc3NCdWNrZXRSZXF1ZXN0GiUudXBsaW0uYXBpLnYxLlJlcHJvY2Vzc0J1Y2tldFJlc3BvbnNlIp8BukeWARIQUmVwcm9jZXNzIGJ1Y2tldBppUmVwcm9jZXNzZXMgdXBsb2FkcyBpbiBhIGJ1Y2tldCB0byByZWdlbmVyYXRlIHRodW1ibmFpbHMsIEFJIG1ldGFkYXRhLCBvciBvdGhlciBkZXJpdmVkIGRhdGEuIEFkbWluIG9ubHkuWhcKFQoGT0F1dGgyEgsKCXVwbDphZG1pbsKyBAEWEvIBCg5HZXRTZWFyY2hUb2tlbhIjLnVwbGltLmFwaS52MS5HZXRTZWFyY2hUb2tlblJlcXVlc3QaJC51cGxpbS5hcGkudjEuR2V0U2VhcmNoVG9rZW5SZXNwb25zZSKUAZACAbpHiAESEEdldCBzZWFyY2ggdG9rZW4aVUdlbmVyYXRlcyBhIHNjb3BlZCBzZWFyY2ggdG9rZW4gZm9yIHF1ZXJ5aW5nIHVwbG9hZHMgd2l0aGluIGEgYnVja2V0IHVzaW5nIFR5cGVzZW5zZS5aHQobCgZPQXV0aDISEQoPdXBsOmJ1Y2tldDpyZWFkwrIEAQoShAIKF0dyYW50UmVzb3VyY2VQZXJtaXNzaW9uEiwudXBsaW0uYXBpLnYxLkdyYW50UmVzb3VyY2VQZXJtaXNzaW9uUmVxdWVzdBotLnVwbGltLmFwaS52MS5HcmFudFJlc291cmNlUGVybWlzc2lvblJlc3BvbnNlIosBukeCARIZR3JhbnQgcmVzb3VyY2UgcGVybWlzc2lvbhpER3JhbnRzIGEgdXNlciBhY2Nlc3MgdG8gYSBzcGVjaWZpYyBmb2xkZXIgb3IgdXBsb2FkIHdpdGhpbiBhIGJ1Y2tldC5aHwodCgZPQXV0aDISEwoRdXBsOmJ1Y2tldDptYW5hZ2XCsgQBCxLhAQoYUmV2b2tlUmVzb3VyY2VQZXJtaXNzaW9uEi0udXBsaW0uYXBpLnYxLlJldm9rZVJlc291cmNlUGVybWlzc2lvblJlcXVlc3QaFi5nb29nbGUucHJvdG9idWYuRW1wdHkifrpHdhIaUmV2b2tlIHJlc291cmNlIHBlcm1pc3Npb24aN1JlbW92ZXMgYSB1c2VyJ3MgYWNjZXNzIHRvIGEgc3BlY2lmaWMgZm9sZGVyIG9yIHVwbG9hZC5aHwodCgZPQXV0aDISEwoRdXBsOmJ1Y2tldDptYW5hZ2XCsgQBCxKJAgoXTGlzdFJlc291cmNlUGVybWlzc2lvbnMSLC51cGxpbS5hcGkudjEuTGlzdFJlc291cmNlUGVybWlzc2lvbnNSZXF1ZXN0Gi0udXBsaW0uYXBpLnYxLkxpc3RSZXNvdXJjZVBlcm1pc3Npb25zUmVzcG9uc2UikAGQAgG6R4QBEhlMaXN0IHJlc291cmNlIHBlcm1pc3Npb25zGkZMaXN0cyBhbGwgZm9sZGVyIGFuZCB1cGxvYWQgbGV2ZWwgcGVybWlzc2lvbnMgZ3JhbnRlZCB3aXRoaW4gYSBidWNrZXQuWh8KHQoGT0F1dGgyEhMKEXVwbDpidWNrZXQ6bWFuYWdlwrIEAQsSjwIKFVJldm9rZVN1YmZvbGRlckFjY2VzcxIqLnVwbGltLmFwaS52MS5SZXZva2VTdWJmb2xkZXJBY2Nlc3NSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IrEBukeoARIXUmV2b2tlIHN1YmZvbGRlciBhY2Nlc3MabFJldm9rZXMgYWNjZXNzIHRvIGEgc3ViZm9sZGVyIHdpdGhpbiBhIHNoYXJlZCBwYXJlbnQgZm9sZGVyLCBjcmVhdGluZyBhbiBleGNlcHRpb24gdG8gaW5oZXJpdGVkIHBlcm1pc3Npb25zLlofCh0KBk9BdXRoMhITChF1cGw6YnVja2V0Om1hbmFnZcKyBAELEvABChZSZXN0b3JlU3ViZm9sZGVyQWNjZXNzEisudXBsaW0uYXBpLnYxLlJlc3RvcmVTdWJmb2xkZXJBY2Nlc3NSZXF1ZXN0GhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IpABukeHARIYUmVzdG9yZSBzdWJmb2xkZXIgYWNjZXNzGkpSZXN0b3JlcyBhY2Nlc3MgdG8gYSBwcmV2aW91c2x5IHJldm9rZWQgc3ViZm9sZGVyLCByZW1vdmluZyB0aGUgZXhjZXB0aW9uLlofCh0KBk9BdXRoMhITChF1cGw6YnVja2V0Om1hbmFnZcKyBAELEvkBCg9MaXN0QnVja2V0VHlwZXMSJC51cGxpbS5hcGkudjEuTGlzdEJ1Y2tldFR5cGVzUmVxdWVzdBolLnVwbGltLmFwaS52MS5MaXN0QnVja2V0VHlwZXNSZXNwb25zZSKYAZACAbpHjAESEUxpc3QgYnVja2V0IHR5cGVzGlhMaXN0cyBhbGwgYXZhaWxhYmxlIGJ1Y2tldCB0eXBlcyBpbmNsdWRpbmcgYnVpbHQtaW4gdHlwZXMgYW5kIGludGVncmF0aW9uLWRlZmluZWQgdHlwZXMuWh0KGwoGT0F1dGgyEhEKD3VwbDpidWNrZXQ6cmVhZMKyBAEKQq8BChBjb20udXBsaW0uYXBpLnYxQgxCdWNrZXRzUHJvdG9QAVo7Z2l0aHViLmNvbS94ZW9uci91cGwtaW0tYXBpL3Byb3RvL2dlbi91cGxpbS9hcGkvdjE7dXBsaW1fdjGiAgNVQViqAgxVcGxpbS5BcGkuVjHKAgxVcGxpbVxBcGlcVjHiAhhVcGxpbVxBcGlcVjFcR1BCTWV0YWRhdGHqAg5VcGxpbTo6QXBpOjpWMWIGcHJvdG8z", [file_google_protobuf_timestamp, file_google_protobuf_empty, file_google_protobuf_field_mask, file_uplim_api_v1_account, file_buf_validate_validate, file_uplim_api_v1_internal, file_uplim_api_v1_integration_types, file_gnostic_openapi_v3_annotations]);
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @generated from message uplim.api.v1.BucketPermission
|
|
27
|
+
*/
|
|
28
|
+
export type BucketPermission = Message<"uplim.api.v1.BucketPermission"> & {
|
|
29
|
+
/**
|
|
30
|
+
* The user that has been granted access
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: uplim.api.v1.PublicAccount account = 1;
|
|
33
|
+
*/
|
|
34
|
+
account?: PublicAccount;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* The permissions granted to the user
|
|
38
|
+
*
|
|
39
|
+
* @generated from field: uplim.api.v1.BucketPermissionLevel permission_level = 2;
|
|
40
|
+
*/
|
|
41
|
+
permissionLevel: BucketPermissionLevel;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Describes the message uplim.api.v1.BucketPermission.
|
|
46
|
+
* Use `create(BucketPermissionSchema)` to create a new message.
|
|
47
|
+
*/
|
|
48
|
+
export const BucketPermissionSchema: GenMessage<BucketPermission> = /*@__PURE__*/
|
|
49
|
+
messageDesc(file_uplim_api_v1_buckets, 0);
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Bucket represents a storage bucket in the system
|
|
53
|
+
*
|
|
54
|
+
* @generated from message uplim.api.v1.Bucket
|
|
55
|
+
*/
|
|
56
|
+
export type Bucket = Message<"uplim.api.v1.Bucket"> & {
|
|
57
|
+
/**
|
|
58
|
+
* Internal database identifier for the bucket
|
|
59
|
+
*
|
|
60
|
+
* @generated from field: string bucket_id = 1;
|
|
61
|
+
*/
|
|
62
|
+
bucketId: string;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* User-defined name for the bucket
|
|
66
|
+
*
|
|
67
|
+
* @generated from field: string bucket_name = 2;
|
|
68
|
+
*/
|
|
69
|
+
bucketName: string;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Public URL for accessing the bucket
|
|
73
|
+
*
|
|
74
|
+
* @generated from field: string url = 3;
|
|
75
|
+
*/
|
|
76
|
+
url: string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Total number of files uploaded to this bucket
|
|
80
|
+
*
|
|
81
|
+
* @generated from field: int64 upload_count = 4 [jstype = JS_STRING];
|
|
82
|
+
*/
|
|
83
|
+
uploadCount: string;
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Current storage space used in bytes
|
|
87
|
+
*
|
|
88
|
+
* @generated from field: int64 used_space_bytes = 5 [jstype = JS_STRING];
|
|
89
|
+
*/
|
|
90
|
+
usedSpaceBytes: string;
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Maximum storage space allowed in bytes
|
|
94
|
+
*
|
|
95
|
+
* @generated from field: int64 total_space_bytes = 6 [jstype = JS_STRING];
|
|
96
|
+
*/
|
|
97
|
+
totalSpaceBytes: string;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Alternative names/identifiers for the bucket
|
|
101
|
+
*
|
|
102
|
+
* @generated from field: repeated string aliases = 7;
|
|
103
|
+
*/
|
|
104
|
+
aliases: string[];
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* Whether this is the user's primary bucket
|
|
108
|
+
*
|
|
109
|
+
* @generated from field: bool is_primary = 8;
|
|
110
|
+
*/
|
|
111
|
+
isPrimary: boolean;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* When the bucket was created
|
|
115
|
+
*
|
|
116
|
+
* @generated from field: google.protobuf.Timestamp created_at = 9;
|
|
117
|
+
*/
|
|
118
|
+
createdAt?: Timestamp;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* When the bucket was last modified
|
|
122
|
+
*
|
|
123
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 10;
|
|
124
|
+
*/
|
|
125
|
+
updatedAt?: Timestamp;
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* The type of bucket (directory, tags, or integration)
|
|
129
|
+
*
|
|
130
|
+
* @generated from field: uplim.api.v1.BucketType type = 12;
|
|
131
|
+
*/
|
|
132
|
+
type: BucketType;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Where the bucket's files are stored
|
|
136
|
+
*
|
|
137
|
+
* @generated from field: uplim.api.v1.BucketDestination destination = 13;
|
|
138
|
+
*/
|
|
139
|
+
destination: BucketDestination;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Storage destination configuration (S3 bucket or custom S3 server)
|
|
143
|
+
*
|
|
144
|
+
* @generated from field: uplim.api.v1.BucketDestinationConfig destination_config = 14;
|
|
145
|
+
*/
|
|
146
|
+
destinationConfig?: BucketDestinationConfig;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Primary alias used to access this bucket (optional - may be empty if no aliases defined)
|
|
150
|
+
*
|
|
151
|
+
* @generated from field: optional string primary_alias = 15;
|
|
152
|
+
*/
|
|
153
|
+
primaryAlias?: string;
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* Portal configuration for this bucket
|
|
157
|
+
*
|
|
158
|
+
* @generated from field: uplim.api.v1.PortalConfig portal_config = 16;
|
|
159
|
+
*/
|
|
160
|
+
portalConfig?: PortalConfig;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* When type = BUCKET_TYPE_INTEGRATION, links to the controlling IntegrationBucketType
|
|
164
|
+
*
|
|
165
|
+
* @generated from field: optional string integration_bucket_type_id = 17;
|
|
166
|
+
*/
|
|
167
|
+
integrationBucketTypeId?: string;
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Describes the message uplim.api.v1.Bucket.
|
|
172
|
+
* Use `create(BucketSchema)` to create a new message.
|
|
173
|
+
*/
|
|
174
|
+
export const BucketSchema: GenMessage<Bucket> = /*@__PURE__*/
|
|
175
|
+
messageDesc(file_uplim_api_v1_buckets, 1);
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* Status information for a bucket alias
|
|
179
|
+
*
|
|
180
|
+
* @generated from message uplim.api.v1.AliasStatus
|
|
181
|
+
*/
|
|
182
|
+
export type AliasStatus = Message<"uplim.api.v1.AliasStatus"> & {
|
|
183
|
+
/**
|
|
184
|
+
* The alias name
|
|
185
|
+
*
|
|
186
|
+
* @generated from field: string alias = 1;
|
|
187
|
+
*/
|
|
188
|
+
alias: string;
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Whether this is a custom domain
|
|
192
|
+
*
|
|
193
|
+
* @generated from field: bool is_custom_domain = 2;
|
|
194
|
+
*/
|
|
195
|
+
isCustomDomain: boolean;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Current status (pending, active, error, etc.)
|
|
199
|
+
* Common values: "pending", "active", "moved", "deleted"
|
|
200
|
+
*
|
|
201
|
+
* @generated from field: optional string status = 3;
|
|
202
|
+
*/
|
|
203
|
+
status?: string;
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* When the hostname was verified
|
|
207
|
+
*
|
|
208
|
+
* @generated from field: optional google.protobuf.Timestamp verified_at = 4;
|
|
209
|
+
*/
|
|
210
|
+
verifiedAt?: Timestamp;
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* Error message if verification failed
|
|
214
|
+
* Common errors include DNS validation issues, SSL certificate problems, etc.
|
|
215
|
+
* Check that the CNAME record points to fallback_hostname
|
|
216
|
+
*
|
|
217
|
+
* @generated from field: optional string error = 5;
|
|
218
|
+
*/
|
|
219
|
+
error?: string;
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* When the alias was created
|
|
223
|
+
*
|
|
224
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
225
|
+
*/
|
|
226
|
+
createdAt?: Timestamp;
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Fallback hostname to CNAME to (only for custom domains)
|
|
230
|
+
* Custom domains must have a CNAME record pointing to this hostname
|
|
231
|
+
*
|
|
232
|
+
* @generated from field: optional string fallback_hostname = 7;
|
|
233
|
+
*/
|
|
234
|
+
fallbackHostname?: string;
|
|
235
|
+
};
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* Describes the message uplim.api.v1.AliasStatus.
|
|
239
|
+
* Use `create(AliasStatusSchema)` to create a new message.
|
|
240
|
+
*/
|
|
241
|
+
export const AliasStatusSchema: GenMessage<AliasStatus> = /*@__PURE__*/
|
|
242
|
+
messageDesc(file_uplim_api_v1_buckets, 2);
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Request message for retrieving a specific bucket
|
|
246
|
+
*
|
|
247
|
+
* @generated from message uplim.api.v1.GetBucketRequest
|
|
248
|
+
*/
|
|
249
|
+
export type GetBucketRequest = Message<"uplim.api.v1.GetBucketRequest"> & {
|
|
250
|
+
/**
|
|
251
|
+
* Reference to the bucket
|
|
252
|
+
*
|
|
253
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
254
|
+
*/
|
|
255
|
+
bucketRef?: BucketRef;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* Include detailed alias status information
|
|
259
|
+
*
|
|
260
|
+
* @generated from field: bool include_alias_status = 2;
|
|
261
|
+
*/
|
|
262
|
+
includeAliasStatus: boolean;
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* Describes the message uplim.api.v1.GetBucketRequest.
|
|
267
|
+
* Use `create(GetBucketRequestSchema)` to create a new message.
|
|
268
|
+
*/
|
|
269
|
+
export const GetBucketRequestSchema: GenMessage<GetBucketRequest> = /*@__PURE__*/
|
|
270
|
+
messageDesc(file_uplim_api_v1_buckets, 3);
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* Response message containing bucket details
|
|
274
|
+
*
|
|
275
|
+
* @generated from message uplim.api.v1.GetBucketResponse
|
|
276
|
+
*/
|
|
277
|
+
export type GetBucketResponse = Message<"uplim.api.v1.GetBucketResponse"> & {
|
|
278
|
+
/**
|
|
279
|
+
* The requested bucket information
|
|
280
|
+
*
|
|
281
|
+
* @generated from field: uplim.api.v1.Bucket bucket = 1;
|
|
282
|
+
*/
|
|
283
|
+
bucket?: Bucket;
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* The caller's permission level on this bucket
|
|
287
|
+
*
|
|
288
|
+
* @generated from field: uplim.api.v1.BucketPermissionLevel permission_level = 2;
|
|
289
|
+
*/
|
|
290
|
+
permissionLevel: BucketPermissionLevel;
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* Whether the caller is the primary owner of this bucket
|
|
294
|
+
*
|
|
295
|
+
* @generated from field: bool is_primary_owner = 3;
|
|
296
|
+
*/
|
|
297
|
+
isPrimaryOwner: boolean;
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* Detailed status for each alias (only if include_alias_status was true)
|
|
301
|
+
*
|
|
302
|
+
* @generated from field: repeated uplim.api.v1.AliasStatus alias_status = 4;
|
|
303
|
+
*/
|
|
304
|
+
aliasStatus: AliasStatus[];
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* The bucket's current event_id, for aligning REST snapshots with
|
|
308
|
+
* WebSocket replay. Clients use this as last_event_id when subscribing.
|
|
309
|
+
*
|
|
310
|
+
* @generated from field: uint64 bucket_event_id = 5 [jstype = JS_STRING];
|
|
311
|
+
*/
|
|
312
|
+
bucketEventId: string;
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* Describes the message uplim.api.v1.GetBucketResponse.
|
|
317
|
+
* Use `create(GetBucketResponseSchema)` to create a new message.
|
|
318
|
+
*/
|
|
319
|
+
export const GetBucketResponseSchema: GenMessage<GetBucketResponse> = /*@__PURE__*/
|
|
320
|
+
messageDesc(file_uplim_api_v1_buckets, 4);
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* Storage destination configuration for a bucket
|
|
324
|
+
*
|
|
325
|
+
* @generated from message uplim.api.v1.BucketDestinationConfig
|
|
326
|
+
*/
|
|
327
|
+
export type BucketDestinationConfig = Message<"uplim.api.v1.BucketDestinationConfig"> & {
|
|
328
|
+
/**
|
|
329
|
+
* @generated from oneof uplim.api.v1.BucketDestinationConfig.destination
|
|
330
|
+
*/
|
|
331
|
+
destination: {
|
|
332
|
+
/**
|
|
333
|
+
* @generated from field: uplim.api.v1.BucketDestinationConfig.S3Bucket s3_bucket = 1;
|
|
334
|
+
*/
|
|
335
|
+
value: BucketDestinationConfig_S3Bucket;
|
|
336
|
+
case: "s3Bucket";
|
|
337
|
+
} | {
|
|
338
|
+
/**
|
|
339
|
+
* @generated from field: uplim.api.v1.BucketDestinationConfig.S3Server s3_server = 2;
|
|
340
|
+
*/
|
|
341
|
+
value: BucketDestinationConfig_S3Server;
|
|
342
|
+
case: "s3Server";
|
|
343
|
+
} | { case: undefined; value?: undefined };
|
|
344
|
+
};
|
|
345
|
+
|
|
346
|
+
/**
|
|
347
|
+
* Describes the message uplim.api.v1.BucketDestinationConfig.
|
|
348
|
+
* Use `create(BucketDestinationConfigSchema)` to create a new message.
|
|
349
|
+
*/
|
|
350
|
+
export const BucketDestinationConfigSchema: GenMessage<BucketDestinationConfig> = /*@__PURE__*/
|
|
351
|
+
messageDesc(file_uplim_api_v1_buckets, 5);
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* Configuration for storing files in an AWS S3 bucket via IAM role assumption
|
|
355
|
+
*
|
|
356
|
+
* @generated from message uplim.api.v1.BucketDestinationConfig.S3Bucket
|
|
357
|
+
*/
|
|
358
|
+
export type BucketDestinationConfig_S3Bucket = Message<"uplim.api.v1.BucketDestinationConfig.S3Bucket"> & {
|
|
359
|
+
/**
|
|
360
|
+
* S3 bucket name
|
|
361
|
+
*
|
|
362
|
+
* @generated from field: string bucket_name = 1;
|
|
363
|
+
*/
|
|
364
|
+
bucketName: string;
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* AWS region (e.g. "us-east-1")
|
|
368
|
+
*
|
|
369
|
+
* @generated from field: string region = 2;
|
|
370
|
+
*/
|
|
371
|
+
region: string;
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* IAM role ARN to assume for S3 access
|
|
375
|
+
*
|
|
376
|
+
* @generated from field: string role_arn = 3;
|
|
377
|
+
*/
|
|
378
|
+
roleArn: string;
|
|
379
|
+
};
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* Describes the message uplim.api.v1.BucketDestinationConfig.S3Bucket.
|
|
383
|
+
* Use `create(BucketDestinationConfig_S3BucketSchema)` to create a new message.
|
|
384
|
+
*/
|
|
385
|
+
export const BucketDestinationConfig_S3BucketSchema: GenMessage<BucketDestinationConfig_S3Bucket> = /*@__PURE__*/
|
|
386
|
+
messageDesc(file_uplim_api_v1_buckets, 5, 0);
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* Configuration for storing files on a custom S3-compatible server (MinIO, etc.)
|
|
390
|
+
*
|
|
391
|
+
* @generated from message uplim.api.v1.BucketDestinationConfig.S3Server
|
|
392
|
+
*/
|
|
393
|
+
export type BucketDestinationConfig_S3Server = Message<"uplim.api.v1.BucketDestinationConfig.S3Server"> & {
|
|
394
|
+
/**
|
|
395
|
+
* S3-compatible server endpoint URL
|
|
396
|
+
*
|
|
397
|
+
* @generated from field: string endpoint = 1;
|
|
398
|
+
*/
|
|
399
|
+
endpoint: string;
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* S3 access key ID
|
|
403
|
+
*
|
|
404
|
+
* @generated from field: string access_key_id = 2;
|
|
405
|
+
*/
|
|
406
|
+
accessKeyId: string;
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* S3 secret access key
|
|
410
|
+
*
|
|
411
|
+
* @generated from field: string secret_access_key = 3;
|
|
412
|
+
*/
|
|
413
|
+
secretAccessKey: string;
|
|
414
|
+
|
|
415
|
+
/**
|
|
416
|
+
* S3 region
|
|
417
|
+
*
|
|
418
|
+
* @generated from field: string region = 4;
|
|
419
|
+
*/
|
|
420
|
+
region: string;
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* Use path-style addressing instead of virtual-hosted-style
|
|
424
|
+
*
|
|
425
|
+
* @generated from field: bool force_path_style = 5;
|
|
426
|
+
*/
|
|
427
|
+
forcePathStyle: boolean;
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* S3 bucket name
|
|
431
|
+
*
|
|
432
|
+
* @generated from field: string bucket_name = 6;
|
|
433
|
+
*/
|
|
434
|
+
bucketName: string;
|
|
435
|
+
};
|
|
436
|
+
|
|
437
|
+
/**
|
|
438
|
+
* Describes the message uplim.api.v1.BucketDestinationConfig.S3Server.
|
|
439
|
+
* Use `create(BucketDestinationConfig_S3ServerSchema)` to create a new message.
|
|
440
|
+
*/
|
|
441
|
+
export const BucketDestinationConfig_S3ServerSchema: GenMessage<BucketDestinationConfig_S3Server> = /*@__PURE__*/
|
|
442
|
+
messageDesc(file_uplim_api_v1_buckets, 5, 1);
|
|
443
|
+
|
|
444
|
+
/**
|
|
445
|
+
* Configuration for the bucket's portal/frontend behavior
|
|
446
|
+
*
|
|
447
|
+
* @generated from message uplim.api.v1.PortalConfig
|
|
448
|
+
*/
|
|
449
|
+
export type PortalConfig = Message<"uplim.api.v1.PortalConfig"> & {
|
|
450
|
+
/**
|
|
451
|
+
* When true, the portal operates in CDN mode - optimized for content delivery
|
|
452
|
+
* without upload/management UI features
|
|
453
|
+
*
|
|
454
|
+
* @generated from field: bool cdn_mode = 1;
|
|
455
|
+
*/
|
|
456
|
+
cdnMode: boolean;
|
|
457
|
+
};
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* Describes the message uplim.api.v1.PortalConfig.
|
|
461
|
+
* Use `create(PortalConfigSchema)` to create a new message.
|
|
462
|
+
*/
|
|
463
|
+
export const PortalConfigSchema: GenMessage<PortalConfig> = /*@__PURE__*/
|
|
464
|
+
messageDesc(file_uplim_api_v1_buckets, 6);
|
|
465
|
+
|
|
466
|
+
/**
|
|
467
|
+
* Request message for creating a new bucket
|
|
468
|
+
*
|
|
469
|
+
* @generated from message uplim.api.v1.CreateBucketRequest
|
|
470
|
+
*/
|
|
471
|
+
export type CreateBucketRequest = Message<"uplim.api.v1.CreateBucketRequest"> & {
|
|
472
|
+
/**
|
|
473
|
+
* Name for the new bucket
|
|
474
|
+
*
|
|
475
|
+
* @generated from field: string bucket_name = 1;
|
|
476
|
+
*/
|
|
477
|
+
bucketName: string;
|
|
478
|
+
|
|
479
|
+
/**
|
|
480
|
+
* Optional aliases for the bucket
|
|
481
|
+
*
|
|
482
|
+
* @generated from field: repeated string aliases = 2;
|
|
483
|
+
*/
|
|
484
|
+
aliases: string[];
|
|
485
|
+
|
|
486
|
+
/**
|
|
487
|
+
* Optional description of the bucket
|
|
488
|
+
*
|
|
489
|
+
* @generated from field: string description = 3;
|
|
490
|
+
*/
|
|
491
|
+
description: string;
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* Destination for the bucket
|
|
495
|
+
*
|
|
496
|
+
* @generated from field: uplim.api.v1.BucketDestination destination = 4;
|
|
497
|
+
*/
|
|
498
|
+
destination: BucketDestination;
|
|
499
|
+
|
|
500
|
+
/**
|
|
501
|
+
* @generated from field: uplim.api.v1.BucketDestinationConfig destination_config = 5;
|
|
502
|
+
*/
|
|
503
|
+
destinationConfig?: BucketDestinationConfig;
|
|
504
|
+
|
|
505
|
+
/**
|
|
506
|
+
* Portal configuration for the bucket
|
|
507
|
+
*
|
|
508
|
+
* @generated from field: optional uplim.api.v1.PortalConfig portal_config = 6;
|
|
509
|
+
*/
|
|
510
|
+
portalConfig?: PortalConfig;
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* Required when type = BUCKET_TYPE_INTEGRATION. Links the bucket to an IntegrationBucketType.
|
|
514
|
+
*
|
|
515
|
+
* @generated from field: optional string integration_bucket_type_id = 7;
|
|
516
|
+
*/
|
|
517
|
+
integrationBucketTypeId?: string;
|
|
518
|
+
};
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
* Describes the message uplim.api.v1.CreateBucketRequest.
|
|
522
|
+
* Use `create(CreateBucketRequestSchema)` to create a new message.
|
|
523
|
+
*/
|
|
524
|
+
export const CreateBucketRequestSchema: GenMessage<CreateBucketRequest> = /*@__PURE__*/
|
|
525
|
+
messageDesc(file_uplim_api_v1_buckets, 7);
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* Response message containing the created bucket
|
|
529
|
+
*
|
|
530
|
+
* @generated from message uplim.api.v1.CreateBucketResponse
|
|
531
|
+
*/
|
|
532
|
+
export type CreateBucketResponse = Message<"uplim.api.v1.CreateBucketResponse"> & {
|
|
533
|
+
/**
|
|
534
|
+
* The newly created bucket
|
|
535
|
+
*
|
|
536
|
+
* @generated from field: uplim.api.v1.Bucket bucket = 1;
|
|
537
|
+
*/
|
|
538
|
+
bucket?: Bucket;
|
|
539
|
+
};
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* Describes the message uplim.api.v1.CreateBucketResponse.
|
|
543
|
+
* Use `create(CreateBucketResponseSchema)` to create a new message.
|
|
544
|
+
*/
|
|
545
|
+
export const CreateBucketResponseSchema: GenMessage<CreateBucketResponse> = /*@__PURE__*/
|
|
546
|
+
messageDesc(file_uplim_api_v1_buckets, 8);
|
|
547
|
+
|
|
548
|
+
/**
|
|
549
|
+
* Request message for deleting a bucket
|
|
550
|
+
*
|
|
551
|
+
* @generated from message uplim.api.v1.DeleteBucketRequest
|
|
552
|
+
*/
|
|
553
|
+
export type DeleteBucketRequest = Message<"uplim.api.v1.DeleteBucketRequest"> & {
|
|
554
|
+
/**
|
|
555
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
556
|
+
*/
|
|
557
|
+
bucketRef?: BucketRef;
|
|
558
|
+
|
|
559
|
+
/**
|
|
560
|
+
* Force deletion even if bucket is not empty
|
|
561
|
+
*
|
|
562
|
+
* @generated from field: bool force = 2;
|
|
563
|
+
*/
|
|
564
|
+
force: boolean;
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* Describes the message uplim.api.v1.DeleteBucketRequest.
|
|
569
|
+
* Use `create(DeleteBucketRequestSchema)` to create a new message.
|
|
570
|
+
*/
|
|
571
|
+
export const DeleteBucketRequestSchema: GenMessage<DeleteBucketRequest> = /*@__PURE__*/
|
|
572
|
+
messageDesc(file_uplim_api_v1_buckets, 9);
|
|
573
|
+
|
|
574
|
+
/**
|
|
575
|
+
* Response message for bucket deletion
|
|
576
|
+
*
|
|
577
|
+
* @generated from message uplim.api.v1.DeleteBucketResponse
|
|
578
|
+
*/
|
|
579
|
+
export type DeleteBucketResponse = Message<"uplim.api.v1.DeleteBucketResponse"> & {
|
|
580
|
+
/**
|
|
581
|
+
* Empty response indicating successful deletion
|
|
582
|
+
*
|
|
583
|
+
* @generated from field: google.protobuf.Empty empty = 1;
|
|
584
|
+
*/
|
|
585
|
+
empty?: Empty;
|
|
586
|
+
};
|
|
587
|
+
|
|
588
|
+
/**
|
|
589
|
+
* Describes the message uplim.api.v1.DeleteBucketResponse.
|
|
590
|
+
* Use `create(DeleteBucketResponseSchema)` to create a new message.
|
|
591
|
+
*/
|
|
592
|
+
export const DeleteBucketResponseSchema: GenMessage<DeleteBucketResponse> = /*@__PURE__*/
|
|
593
|
+
messageDesc(file_uplim_api_v1_buckets, 10);
|
|
594
|
+
|
|
595
|
+
/**
|
|
596
|
+
* Filter to only return buckets where a specific file exists
|
|
597
|
+
*
|
|
598
|
+
* @generated from message uplim.api.v1.FileExistsFilter
|
|
599
|
+
*/
|
|
600
|
+
export type FileExistsFilter = Message<"uplim.api.v1.FileExistsFilter"> & {
|
|
601
|
+
/**
|
|
602
|
+
* Path where the file should exist (e.g., "/" for root)
|
|
603
|
+
*
|
|
604
|
+
* @generated from field: string path = 1;
|
|
605
|
+
*/
|
|
606
|
+
path: string;
|
|
607
|
+
|
|
608
|
+
/**
|
|
609
|
+
* Slug of the file (e.g., "config.json")
|
|
610
|
+
*
|
|
611
|
+
* @generated from field: string slug = 2;
|
|
612
|
+
*/
|
|
613
|
+
slug: string;
|
|
614
|
+
};
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* Describes the message uplim.api.v1.FileExistsFilter.
|
|
618
|
+
* Use `create(FileExistsFilterSchema)` to create a new message.
|
|
619
|
+
*/
|
|
620
|
+
export const FileExistsFilterSchema: GenMessage<FileExistsFilter> = /*@__PURE__*/
|
|
621
|
+
messageDesc(file_uplim_api_v1_buckets, 11);
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* Request message for listing all buckets
|
|
625
|
+
*
|
|
626
|
+
* @generated from message uplim.api.v1.ListBucketsRequest
|
|
627
|
+
*/
|
|
628
|
+
export type ListBucketsRequest = Message<"uplim.api.v1.ListBucketsRequest"> & {
|
|
629
|
+
/**
|
|
630
|
+
* @generated from field: int32 include_latest_uploads = 1;
|
|
631
|
+
*/
|
|
632
|
+
includeLatestUploads: number;
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* Include detailed alias status information for each bucket
|
|
636
|
+
*
|
|
637
|
+
* @generated from field: bool include_alias_status = 2;
|
|
638
|
+
*/
|
|
639
|
+
includeAliasStatus: boolean;
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* Filter to only return buckets where this file exists
|
|
643
|
+
*
|
|
644
|
+
* @generated from field: optional uplim.api.v1.FileExistsFilter has_file = 3;
|
|
645
|
+
*/
|
|
646
|
+
hasFile?: FileExistsFilter;
|
|
647
|
+
};
|
|
648
|
+
|
|
649
|
+
/**
|
|
650
|
+
* Describes the message uplim.api.v1.ListBucketsRequest.
|
|
651
|
+
* Use `create(ListBucketsRequestSchema)` to create a new message.
|
|
652
|
+
*/
|
|
653
|
+
export const ListBucketsRequestSchema: GenMessage<ListBucketsRequest> = /*@__PURE__*/
|
|
654
|
+
messageDesc(file_uplim_api_v1_buckets, 12);
|
|
655
|
+
|
|
656
|
+
/**
|
|
657
|
+
* A recent upload in a bucket, used for preview thumbnails on the bucket list
|
|
658
|
+
*
|
|
659
|
+
* @generated from message uplim.api.v1.BucketLatestUpload
|
|
660
|
+
*/
|
|
661
|
+
export type BucketLatestUpload = Message<"uplim.api.v1.BucketLatestUpload"> & {
|
|
662
|
+
/**
|
|
663
|
+
* Unique identifier for the upload
|
|
664
|
+
*
|
|
665
|
+
* @generated from field: string upload_id = 1;
|
|
666
|
+
*/
|
|
667
|
+
uploadId: string;
|
|
668
|
+
|
|
669
|
+
/**
|
|
670
|
+
* URL to access the uploaded file
|
|
671
|
+
*
|
|
672
|
+
* @generated from field: string url = 2;
|
|
673
|
+
*/
|
|
674
|
+
url: string;
|
|
675
|
+
|
|
676
|
+
/**
|
|
677
|
+
* URL for the thumbnail of the uploaded file, won't exist if it hasn't been processed
|
|
678
|
+
*
|
|
679
|
+
* @generated from field: string thumbnail_url = 3;
|
|
680
|
+
*/
|
|
681
|
+
thumbnailUrl: string;
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* OAuth client ID that created this upload (if via integration)
|
|
685
|
+
*
|
|
686
|
+
* @generated from field: string oauth_client_id = 4;
|
|
687
|
+
*/
|
|
688
|
+
oauthClientId: string;
|
|
689
|
+
};
|
|
690
|
+
|
|
691
|
+
/**
|
|
692
|
+
* Describes the message uplim.api.v1.BucketLatestUpload.
|
|
693
|
+
* Use `create(BucketLatestUploadSchema)` to create a new message.
|
|
694
|
+
*/
|
|
695
|
+
export const BucketLatestUploadSchema: GenMessage<BucketLatestUpload> = /*@__PURE__*/
|
|
696
|
+
messageDesc(file_uplim_api_v1_buckets, 13);
|
|
697
|
+
|
|
698
|
+
/**
|
|
699
|
+
* Response message containing list of buckets
|
|
700
|
+
*
|
|
701
|
+
* @generated from message uplim.api.v1.ListBucketsResponse
|
|
702
|
+
*/
|
|
703
|
+
export type ListBucketsResponse = Message<"uplim.api.v1.ListBucketsResponse"> & {
|
|
704
|
+
/**
|
|
705
|
+
* List of buckets owned by the user or shared at bucket level
|
|
706
|
+
*
|
|
707
|
+
* @generated from field: repeated uplim.api.v1.ListBucketsResponse.BucketAccess buckets = 1;
|
|
708
|
+
*/
|
|
709
|
+
buckets: ListBucketsResponse_BucketAccess[];
|
|
710
|
+
|
|
711
|
+
/**
|
|
712
|
+
* Resources (folders/uploads) shared with the user (when bucket not shared)
|
|
713
|
+
*
|
|
714
|
+
* @generated from field: repeated uplim.api.v1.SharedResourceAccess shared_resources = 2;
|
|
715
|
+
*/
|
|
716
|
+
sharedResources: SharedResourceAccess[];
|
|
717
|
+
};
|
|
718
|
+
|
|
719
|
+
/**
|
|
720
|
+
* Describes the message uplim.api.v1.ListBucketsResponse.
|
|
721
|
+
* Use `create(ListBucketsResponseSchema)` to create a new message.
|
|
722
|
+
*/
|
|
723
|
+
export const ListBucketsResponseSchema: GenMessage<ListBucketsResponse> = /*@__PURE__*/
|
|
724
|
+
messageDesc(file_uplim_api_v1_buckets, 14);
|
|
725
|
+
|
|
726
|
+
/**
|
|
727
|
+
* A bucket with the caller's access level
|
|
728
|
+
*
|
|
729
|
+
* @generated from message uplim.api.v1.ListBucketsResponse.BucketAccess
|
|
730
|
+
*/
|
|
731
|
+
export type ListBucketsResponse_BucketAccess = Message<"uplim.api.v1.ListBucketsResponse.BucketAccess"> & {
|
|
732
|
+
/**
|
|
733
|
+
* The bucket
|
|
734
|
+
*
|
|
735
|
+
* @generated from field: uplim.api.v1.Bucket bucket = 1;
|
|
736
|
+
*/
|
|
737
|
+
bucket?: Bucket;
|
|
738
|
+
|
|
739
|
+
/**
|
|
740
|
+
* The caller's permission level
|
|
741
|
+
*
|
|
742
|
+
* @generated from field: uplim.api.v1.BucketPermissionLevel permission_level = 2;
|
|
743
|
+
*/
|
|
744
|
+
permissionLevel: BucketPermissionLevel;
|
|
745
|
+
|
|
746
|
+
/**
|
|
747
|
+
* Whether the caller is the primary owner
|
|
748
|
+
*
|
|
749
|
+
* @generated from field: bool is_primary_owner = 3;
|
|
750
|
+
*/
|
|
751
|
+
isPrimaryOwner: boolean;
|
|
752
|
+
|
|
753
|
+
/**
|
|
754
|
+
* Recent uploads for preview thumbnails (if requested)
|
|
755
|
+
*
|
|
756
|
+
* @generated from field: repeated uplim.api.v1.BucketLatestUpload latest_uploads = 4;
|
|
757
|
+
*/
|
|
758
|
+
latestUploads: BucketLatestUpload[];
|
|
759
|
+
|
|
760
|
+
/**
|
|
761
|
+
* Integration that created/owns this bucket (if integration-scoped)
|
|
762
|
+
*
|
|
763
|
+
* @generated from field: optional string parent_integration_id = 5;
|
|
764
|
+
*/
|
|
765
|
+
parentIntegrationId?: string;
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* Application that owns the integration (if integration-scoped)
|
|
769
|
+
*
|
|
770
|
+
* @generated from field: optional string parent_application_id = 6;
|
|
771
|
+
*/
|
|
772
|
+
parentApplicationId?: string;
|
|
773
|
+
|
|
774
|
+
/**
|
|
775
|
+
* Detailed status for each alias (only if include_alias_status was true)
|
|
776
|
+
*
|
|
777
|
+
* @generated from field: repeated uplim.api.v1.AliasStatus alias_status = 7;
|
|
778
|
+
*/
|
|
779
|
+
aliasStatus: AliasStatus[];
|
|
780
|
+
};
|
|
781
|
+
|
|
782
|
+
/**
|
|
783
|
+
* Describes the message uplim.api.v1.ListBucketsResponse.BucketAccess.
|
|
784
|
+
* Use `create(ListBucketsResponse_BucketAccessSchema)` to create a new message.
|
|
785
|
+
*/
|
|
786
|
+
export const ListBucketsResponse_BucketAccessSchema: GenMessage<ListBucketsResponse_BucketAccess> = /*@__PURE__*/
|
|
787
|
+
messageDesc(file_uplim_api_v1_buckets, 14, 0);
|
|
788
|
+
|
|
789
|
+
/**
|
|
790
|
+
* Request message for retrieving bucket statistics
|
|
791
|
+
*
|
|
792
|
+
* @generated from message uplim.api.v1.GetBucketStatisticsRequest
|
|
793
|
+
*/
|
|
794
|
+
export type GetBucketStatisticsRequest = Message<"uplim.api.v1.GetBucketStatisticsRequest"> & {
|
|
795
|
+
/**
|
|
796
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
797
|
+
*/
|
|
798
|
+
bucketRef?: BucketRef;
|
|
799
|
+
|
|
800
|
+
/**
|
|
801
|
+
* Start time for statistics period
|
|
802
|
+
*
|
|
803
|
+
* @generated from field: google.protobuf.Timestamp start_time = 2;
|
|
804
|
+
*/
|
|
805
|
+
startTime?: Timestamp;
|
|
806
|
+
|
|
807
|
+
/**
|
|
808
|
+
* End time for statistics period
|
|
809
|
+
*
|
|
810
|
+
* @generated from field: google.protobuf.Timestamp end_time = 3;
|
|
811
|
+
*/
|
|
812
|
+
endTime?: Timestamp;
|
|
813
|
+
|
|
814
|
+
/**
|
|
815
|
+
* Granularity of statistics (hourly, daily, monthly)
|
|
816
|
+
*
|
|
817
|
+
* @generated from field: uplim.api.v1.StatisticsGranularity granularity = 4;
|
|
818
|
+
*/
|
|
819
|
+
granularity: StatisticsGranularity;
|
|
820
|
+
};
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* Describes the message uplim.api.v1.GetBucketStatisticsRequest.
|
|
824
|
+
* Use `create(GetBucketStatisticsRequestSchema)` to create a new message.
|
|
825
|
+
*/
|
|
826
|
+
export const GetBucketStatisticsRequestSchema: GenMessage<GetBucketStatisticsRequest> = /*@__PURE__*/
|
|
827
|
+
messageDesc(file_uplim_api_v1_buckets, 15);
|
|
828
|
+
|
|
829
|
+
/**
|
|
830
|
+
* Response message containing bucket statistics
|
|
831
|
+
*
|
|
832
|
+
* @generated from message uplim.api.v1.GetBucketStatisticsResponse
|
|
833
|
+
*/
|
|
834
|
+
export type GetBucketStatisticsResponse = Message<"uplim.api.v1.GetBucketStatisticsResponse"> & {
|
|
835
|
+
/**
|
|
836
|
+
* Time series of bucket statistics
|
|
837
|
+
*
|
|
838
|
+
* @generated from field: repeated uplim.api.v1.GetBucketStatisticsResponse.Statistics statistics = 1;
|
|
839
|
+
*/
|
|
840
|
+
statistics: GetBucketStatisticsResponse_Statistics[];
|
|
841
|
+
};
|
|
842
|
+
|
|
843
|
+
/**
|
|
844
|
+
* Describes the message uplim.api.v1.GetBucketStatisticsResponse.
|
|
845
|
+
* Use `create(GetBucketStatisticsResponseSchema)` to create a new message.
|
|
846
|
+
*/
|
|
847
|
+
export const GetBucketStatisticsResponseSchema: GenMessage<GetBucketStatisticsResponse> = /*@__PURE__*/
|
|
848
|
+
messageDesc(file_uplim_api_v1_buckets, 16);
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* Statistics for a single time period
|
|
852
|
+
*
|
|
853
|
+
* @generated from message uplim.api.v1.GetBucketStatisticsResponse.Statistics
|
|
854
|
+
*/
|
|
855
|
+
export type GetBucketStatisticsResponse_Statistics = Message<"uplim.api.v1.GetBucketStatisticsResponse.Statistics"> & {
|
|
856
|
+
/**
|
|
857
|
+
* Total size of all files in bytes
|
|
858
|
+
*
|
|
859
|
+
* @generated from field: int64 size_bytes = 1 [jstype = JS_STRING];
|
|
860
|
+
*/
|
|
861
|
+
sizeBytes: string;
|
|
862
|
+
|
|
863
|
+
/**
|
|
864
|
+
* Number of files uploaded in this period
|
|
865
|
+
*
|
|
866
|
+
* @generated from field: int64 upload_count = 2 [jstype = JS_STRING];
|
|
867
|
+
*/
|
|
868
|
+
uploadCount: string;
|
|
869
|
+
|
|
870
|
+
/**
|
|
871
|
+
* Timestamp for these statistics
|
|
872
|
+
*
|
|
873
|
+
* @generated from field: google.protobuf.Timestamp timestamp = 3;
|
|
874
|
+
*/
|
|
875
|
+
timestamp?: Timestamp;
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* Number of downloads in this period
|
|
879
|
+
*
|
|
880
|
+
* @generated from field: int64 download_count = 4 [jstype = JS_STRING];
|
|
881
|
+
*/
|
|
882
|
+
downloadCount: string;
|
|
883
|
+
|
|
884
|
+
/**
|
|
885
|
+
* Bandwidth used in bytes
|
|
886
|
+
*
|
|
887
|
+
* @generated from field: int64 bandwidth_bytes = 5 [jstype = JS_STRING];
|
|
888
|
+
*/
|
|
889
|
+
bandwidthBytes: string;
|
|
890
|
+
};
|
|
891
|
+
|
|
892
|
+
/**
|
|
893
|
+
* Describes the message uplim.api.v1.GetBucketStatisticsResponse.Statistics.
|
|
894
|
+
* Use `create(GetBucketStatisticsResponse_StatisticsSchema)` to create a new message.
|
|
895
|
+
*/
|
|
896
|
+
export const GetBucketStatisticsResponse_StatisticsSchema: GenMessage<GetBucketStatisticsResponse_Statistics> = /*@__PURE__*/
|
|
897
|
+
messageDesc(file_uplim_api_v1_buckets, 16, 0);
|
|
898
|
+
|
|
899
|
+
/**
|
|
900
|
+
* @generated from message uplim.api.v1.GrantBucketPermissionRequest
|
|
901
|
+
*/
|
|
902
|
+
export type GrantBucketPermissionRequest = Message<"uplim.api.v1.GrantBucketPermissionRequest"> & {
|
|
903
|
+
/**
|
|
904
|
+
* Reference to the bucket
|
|
905
|
+
*
|
|
906
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
907
|
+
*/
|
|
908
|
+
bucketRef?: BucketRef;
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* @generated from field: string account_id = 2;
|
|
912
|
+
*/
|
|
913
|
+
accountId: string;
|
|
914
|
+
|
|
915
|
+
/**
|
|
916
|
+
* Permission level to grant
|
|
917
|
+
*
|
|
918
|
+
* @generated from field: uplim.api.v1.BucketPermissionLevel permission_level = 3;
|
|
919
|
+
*/
|
|
920
|
+
permissionLevel: BucketPermissionLevel;
|
|
921
|
+
};
|
|
922
|
+
|
|
923
|
+
/**
|
|
924
|
+
* Describes the message uplim.api.v1.GrantBucketPermissionRequest.
|
|
925
|
+
* Use `create(GrantBucketPermissionRequestSchema)` to create a new message.
|
|
926
|
+
*/
|
|
927
|
+
export const GrantBucketPermissionRequestSchema: GenMessage<GrantBucketPermissionRequest> = /*@__PURE__*/
|
|
928
|
+
messageDesc(file_uplim_api_v1_buckets, 17);
|
|
929
|
+
|
|
930
|
+
/**
|
|
931
|
+
* @generated from message uplim.api.v1.GrantBucketPermissionResponse
|
|
932
|
+
*/
|
|
933
|
+
export type GrantBucketPermissionResponse = Message<"uplim.api.v1.GrantBucketPermissionResponse"> & {
|
|
934
|
+
/**
|
|
935
|
+
* @generated from field: uplim.api.v1.BucketPermission permission = 1;
|
|
936
|
+
*/
|
|
937
|
+
permission?: BucketPermission;
|
|
938
|
+
};
|
|
939
|
+
|
|
940
|
+
/**
|
|
941
|
+
* Describes the message uplim.api.v1.GrantBucketPermissionResponse.
|
|
942
|
+
* Use `create(GrantBucketPermissionResponseSchema)` to create a new message.
|
|
943
|
+
*/
|
|
944
|
+
export const GrantBucketPermissionResponseSchema: GenMessage<GrantBucketPermissionResponse> = /*@__PURE__*/
|
|
945
|
+
messageDesc(file_uplim_api_v1_buckets, 18);
|
|
946
|
+
|
|
947
|
+
/**
|
|
948
|
+
* @generated from message uplim.api.v1.RevokeBucketPermissionRequest
|
|
949
|
+
*/
|
|
950
|
+
export type RevokeBucketPermissionRequest = Message<"uplim.api.v1.RevokeBucketPermissionRequest"> & {
|
|
951
|
+
/**
|
|
952
|
+
* Reference to the bucket
|
|
953
|
+
*
|
|
954
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
955
|
+
*/
|
|
956
|
+
bucketRef?: BucketRef;
|
|
957
|
+
|
|
958
|
+
/**
|
|
959
|
+
* @generated from field: string account_id = 2;
|
|
960
|
+
*/
|
|
961
|
+
accountId: string;
|
|
962
|
+
};
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
* Describes the message uplim.api.v1.RevokeBucketPermissionRequest.
|
|
966
|
+
* Use `create(RevokeBucketPermissionRequestSchema)` to create a new message.
|
|
967
|
+
*/
|
|
968
|
+
export const RevokeBucketPermissionRequestSchema: GenMessage<RevokeBucketPermissionRequest> = /*@__PURE__*/
|
|
969
|
+
messageDesc(file_uplim_api_v1_buckets, 19);
|
|
970
|
+
|
|
971
|
+
/**
|
|
972
|
+
* @generated from message uplim.api.v1.ListBucketPermissionsRequest
|
|
973
|
+
*/
|
|
974
|
+
export type ListBucketPermissionsRequest = Message<"uplim.api.v1.ListBucketPermissionsRequest"> & {
|
|
975
|
+
/**
|
|
976
|
+
* Reference to the bucket
|
|
977
|
+
*
|
|
978
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
979
|
+
*/
|
|
980
|
+
bucketRef?: BucketRef;
|
|
981
|
+
};
|
|
982
|
+
|
|
983
|
+
/**
|
|
984
|
+
* Describes the message uplim.api.v1.ListBucketPermissionsRequest.
|
|
985
|
+
* Use `create(ListBucketPermissionsRequestSchema)` to create a new message.
|
|
986
|
+
*/
|
|
987
|
+
export const ListBucketPermissionsRequestSchema: GenMessage<ListBucketPermissionsRequest> = /*@__PURE__*/
|
|
988
|
+
messageDesc(file_uplim_api_v1_buckets, 20);
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* @generated from message uplim.api.v1.ListBucketPermissionsResponse
|
|
992
|
+
*/
|
|
993
|
+
export type ListBucketPermissionsResponse = Message<"uplim.api.v1.ListBucketPermissionsResponse"> & {
|
|
994
|
+
/**
|
|
995
|
+
* @generated from field: repeated uplim.api.v1.BucketPermission permissions = 1;
|
|
996
|
+
*/
|
|
997
|
+
permissions: BucketPermission[];
|
|
998
|
+
};
|
|
999
|
+
|
|
1000
|
+
/**
|
|
1001
|
+
* Describes the message uplim.api.v1.ListBucketPermissionsResponse.
|
|
1002
|
+
* Use `create(ListBucketPermissionsResponseSchema)` to create a new message.
|
|
1003
|
+
*/
|
|
1004
|
+
export const ListBucketPermissionsResponseSchema: GenMessage<ListBucketPermissionsResponse> = /*@__PURE__*/
|
|
1005
|
+
messageDesc(file_uplim_api_v1_buckets, 21);
|
|
1006
|
+
|
|
1007
|
+
/**
|
|
1008
|
+
* @generated from message uplim.api.v1.UpdateBucketRequest
|
|
1009
|
+
*/
|
|
1010
|
+
export type UpdateBucketRequest = Message<"uplim.api.v1.UpdateBucketRequest"> & {
|
|
1011
|
+
/**
|
|
1012
|
+
* Reference to the bucket
|
|
1013
|
+
*
|
|
1014
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1015
|
+
*/
|
|
1016
|
+
bucketRef?: BucketRef;
|
|
1017
|
+
|
|
1018
|
+
/**
|
|
1019
|
+
* Field mask to specify which fields to update
|
|
1020
|
+
* Valid paths: "type", "aliases", "primary_alias", "bucket_name", "portal_config"
|
|
1021
|
+
* If not provided, all non-empty fields will be updated (legacy behavior)
|
|
1022
|
+
*
|
|
1023
|
+
* @generated from field: google.protobuf.FieldMask update_mask = 2;
|
|
1024
|
+
*/
|
|
1025
|
+
updateMask?: FieldMask;
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* @generated from field: optional uplim.api.v1.BucketType type = 3;
|
|
1029
|
+
*/
|
|
1030
|
+
type?: BucketType;
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* Set the complete list of aliases for the bucket
|
|
1034
|
+
* The system will automatically add new aliases and remove missing ones
|
|
1035
|
+
* Note: Cannot remove primary alias unless setting a new one
|
|
1036
|
+
*
|
|
1037
|
+
* @generated from field: repeated string aliases = 4;
|
|
1038
|
+
*/
|
|
1039
|
+
aliases: string[];
|
|
1040
|
+
|
|
1041
|
+
/**
|
|
1042
|
+
* Recheck Cloudflare status for all custom domain aliases
|
|
1043
|
+
*
|
|
1044
|
+
* @generated from field: bool recheck_alias_status = 5;
|
|
1045
|
+
*/
|
|
1046
|
+
recheckAliasStatus: boolean;
|
|
1047
|
+
|
|
1048
|
+
/**
|
|
1049
|
+
* Set the primary alias for the bucket
|
|
1050
|
+
* Must be a verified custom domain or a non-custom domain
|
|
1051
|
+
* Can be set to a new alias being added in the same request (for non-custom domains)
|
|
1052
|
+
*
|
|
1053
|
+
* @generated from field: optional string primary_alias = 6;
|
|
1054
|
+
*/
|
|
1055
|
+
primaryAlias?: string;
|
|
1056
|
+
|
|
1057
|
+
/**
|
|
1058
|
+
* Update the bucket's display name
|
|
1059
|
+
* This is a user-friendly label and does not affect routing (aliases handle that)
|
|
1060
|
+
*
|
|
1061
|
+
* @generated from field: optional string bucket_name = 7;
|
|
1062
|
+
*/
|
|
1063
|
+
bucketName?: string;
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
* Update the bucket's portal configuration
|
|
1067
|
+
*
|
|
1068
|
+
* @generated from field: optional uplim.api.v1.PortalConfig portal_config = 8;
|
|
1069
|
+
*/
|
|
1070
|
+
portalConfig?: PortalConfig;
|
|
1071
|
+
};
|
|
1072
|
+
|
|
1073
|
+
/**
|
|
1074
|
+
* Describes the message uplim.api.v1.UpdateBucketRequest.
|
|
1075
|
+
* Use `create(UpdateBucketRequestSchema)` to create a new message.
|
|
1076
|
+
*/
|
|
1077
|
+
export const UpdateBucketRequestSchema: GenMessage<UpdateBucketRequest> = /*@__PURE__*/
|
|
1078
|
+
messageDesc(file_uplim_api_v1_buckets, 22);
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* @generated from message uplim.api.v1.UpdateBucketResponse
|
|
1082
|
+
*/
|
|
1083
|
+
export type UpdateBucketResponse = Message<"uplim.api.v1.UpdateBucketResponse"> & {
|
|
1084
|
+
/**
|
|
1085
|
+
* @generated from field: uplim.api.v1.Bucket bucket = 1;
|
|
1086
|
+
*/
|
|
1087
|
+
bucket?: Bucket;
|
|
1088
|
+
|
|
1089
|
+
/**
|
|
1090
|
+
* Updated alias status after recheck (only if recheck_alias_status was true)
|
|
1091
|
+
*
|
|
1092
|
+
* @generated from field: repeated uplim.api.v1.AliasStatus alias_status = 2;
|
|
1093
|
+
*/
|
|
1094
|
+
aliasStatus: AliasStatus[];
|
|
1095
|
+
};
|
|
1096
|
+
|
|
1097
|
+
/**
|
|
1098
|
+
* Describes the message uplim.api.v1.UpdateBucketResponse.
|
|
1099
|
+
* Use `create(UpdateBucketResponseSchema)` to create a new message.
|
|
1100
|
+
*/
|
|
1101
|
+
export const UpdateBucketResponseSchema: GenMessage<UpdateBucketResponse> = /*@__PURE__*/
|
|
1102
|
+
messageDesc(file_uplim_api_v1_buckets, 23);
|
|
1103
|
+
|
|
1104
|
+
/**
|
|
1105
|
+
* @generated from message uplim.api.v1.GetSearchTokenRequest
|
|
1106
|
+
*/
|
|
1107
|
+
export type GetSearchTokenRequest = Message<"uplim.api.v1.GetSearchTokenRequest"> & {
|
|
1108
|
+
/**
|
|
1109
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1110
|
+
*/
|
|
1111
|
+
bucketRef?: BucketRef;
|
|
1112
|
+
};
|
|
1113
|
+
|
|
1114
|
+
/**
|
|
1115
|
+
* Describes the message uplim.api.v1.GetSearchTokenRequest.
|
|
1116
|
+
* Use `create(GetSearchTokenRequestSchema)` to create a new message.
|
|
1117
|
+
*/
|
|
1118
|
+
export const GetSearchTokenRequestSchema: GenMessage<GetSearchTokenRequest> = /*@__PURE__*/
|
|
1119
|
+
messageDesc(file_uplim_api_v1_buckets, 24);
|
|
1120
|
+
|
|
1121
|
+
/**
|
|
1122
|
+
* Response containing credentials for the search index (Typesense)
|
|
1123
|
+
*
|
|
1124
|
+
* @generated from message uplim.api.v1.GetSearchTokenResponse
|
|
1125
|
+
*/
|
|
1126
|
+
export type GetSearchTokenResponse = Message<"uplim.api.v1.GetSearchTokenResponse"> & {
|
|
1127
|
+
/**
|
|
1128
|
+
* Search server endpoint URL
|
|
1129
|
+
*
|
|
1130
|
+
* @generated from field: string endpoint = 1;
|
|
1131
|
+
*/
|
|
1132
|
+
endpoint: string;
|
|
1133
|
+
|
|
1134
|
+
/**
|
|
1135
|
+
* Scoped search API key
|
|
1136
|
+
*
|
|
1137
|
+
* @generated from field: string token = 2;
|
|
1138
|
+
*/
|
|
1139
|
+
token: string;
|
|
1140
|
+
|
|
1141
|
+
/**
|
|
1142
|
+
* Collection name to query
|
|
1143
|
+
*
|
|
1144
|
+
* @generated from field: string collection_name = 3;
|
|
1145
|
+
*/
|
|
1146
|
+
collectionName: string;
|
|
1147
|
+
};
|
|
1148
|
+
|
|
1149
|
+
/**
|
|
1150
|
+
* Describes the message uplim.api.v1.GetSearchTokenResponse.
|
|
1151
|
+
* Use `create(GetSearchTokenResponseSchema)` to create a new message.
|
|
1152
|
+
*/
|
|
1153
|
+
export const GetSearchTokenResponseSchema: GenMessage<GetSearchTokenResponse> = /*@__PURE__*/
|
|
1154
|
+
messageDesc(file_uplim_api_v1_buckets, 25);
|
|
1155
|
+
|
|
1156
|
+
/**
|
|
1157
|
+
* @generated from message uplim.api.v1.ReprocessBucketRequest
|
|
1158
|
+
*/
|
|
1159
|
+
export type ReprocessBucketRequest = Message<"uplim.api.v1.ReprocessBucketRequest"> & {
|
|
1160
|
+
/**
|
|
1161
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1162
|
+
*/
|
|
1163
|
+
bucketRef?: BucketRef;
|
|
1164
|
+
|
|
1165
|
+
/**
|
|
1166
|
+
* @generated from field: optional uplim.api.v1.FolderRef folder_ref = 2;
|
|
1167
|
+
*/
|
|
1168
|
+
folderRef?: FolderRef;
|
|
1169
|
+
|
|
1170
|
+
/**
|
|
1171
|
+
* Force these factors to run (skip_when_current=false).
|
|
1172
|
+
*
|
|
1173
|
+
* @generated from field: repeated uplim.api.v1.SkipFactor force = 3;
|
|
1174
|
+
*/
|
|
1175
|
+
force: SkipFactor[];
|
|
1176
|
+
|
|
1177
|
+
/**
|
|
1178
|
+
* @generated from field: repeated string upload_id = 5;
|
|
1179
|
+
*/
|
|
1180
|
+
uploadId: string[];
|
|
1181
|
+
};
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* Describes the message uplim.api.v1.ReprocessBucketRequest.
|
|
1185
|
+
* Use `create(ReprocessBucketRequestSchema)` to create a new message.
|
|
1186
|
+
*/
|
|
1187
|
+
export const ReprocessBucketRequestSchema: GenMessage<ReprocessBucketRequest> = /*@__PURE__*/
|
|
1188
|
+
messageDesc(file_uplim_api_v1_buckets, 26);
|
|
1189
|
+
|
|
1190
|
+
/**
|
|
1191
|
+
* @generated from message uplim.api.v1.ReprocessBucketResponse
|
|
1192
|
+
*/
|
|
1193
|
+
export type ReprocessBucketResponse = Message<"uplim.api.v1.ReprocessBucketResponse"> & {
|
|
1194
|
+
/**
|
|
1195
|
+
* @generated from field: int32 count_reprocessed = 1;
|
|
1196
|
+
*/
|
|
1197
|
+
countReprocessed: number;
|
|
1198
|
+
};
|
|
1199
|
+
|
|
1200
|
+
/**
|
|
1201
|
+
* Describes the message uplim.api.v1.ReprocessBucketResponse.
|
|
1202
|
+
* Use `create(ReprocessBucketResponseSchema)` to create a new message.
|
|
1203
|
+
*/
|
|
1204
|
+
export const ReprocessBucketResponseSchema: GenMessage<ReprocessBucketResponse> = /*@__PURE__*/
|
|
1205
|
+
messageDesc(file_uplim_api_v1_buckets, 27);
|
|
1206
|
+
|
|
1207
|
+
/**
|
|
1208
|
+
* @generated from message uplim.api.v1.BulkMoveContentRequest
|
|
1209
|
+
*/
|
|
1210
|
+
export type BulkMoveContentRequest = Message<"uplim.api.v1.BulkMoveContentRequest"> & {
|
|
1211
|
+
/**
|
|
1212
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1213
|
+
*/
|
|
1214
|
+
bucketRef?: BucketRef;
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* @generated from field: repeated uplim.api.v1.BulkMoveContentRequest.Target target = 2;
|
|
1218
|
+
*/
|
|
1219
|
+
target: BulkMoveContentRequest_Target[];
|
|
1220
|
+
|
|
1221
|
+
/**
|
|
1222
|
+
* @generated from field: repeated string add_tags = 3;
|
|
1223
|
+
*/
|
|
1224
|
+
addTags: string[];
|
|
1225
|
+
|
|
1226
|
+
/**
|
|
1227
|
+
* @generated from field: repeated string remove_tags = 4;
|
|
1228
|
+
*/
|
|
1229
|
+
removeTags: string[];
|
|
1230
|
+
|
|
1231
|
+
/**
|
|
1232
|
+
* @generated from field: uplim.api.v1.FolderRef parent_folder = 5;
|
|
1233
|
+
*/
|
|
1234
|
+
parentFolder?: FolderRef;
|
|
1235
|
+
};
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* Describes the message uplim.api.v1.BulkMoveContentRequest.
|
|
1239
|
+
* Use `create(BulkMoveContentRequestSchema)` to create a new message.
|
|
1240
|
+
*/
|
|
1241
|
+
export const BulkMoveContentRequestSchema: GenMessage<BulkMoveContentRequest> = /*@__PURE__*/
|
|
1242
|
+
messageDesc(file_uplim_api_v1_buckets, 28);
|
|
1243
|
+
|
|
1244
|
+
/**
|
|
1245
|
+
* @generated from message uplim.api.v1.BulkMoveContentRequest.Target
|
|
1246
|
+
*/
|
|
1247
|
+
export type BulkMoveContentRequest_Target = Message<"uplim.api.v1.BulkMoveContentRequest.Target"> & {
|
|
1248
|
+
/**
|
|
1249
|
+
* @generated from oneof uplim.api.v1.BulkMoveContentRequest.Target.type
|
|
1250
|
+
*/
|
|
1251
|
+
type: {
|
|
1252
|
+
/**
|
|
1253
|
+
* @generated from field: string upload_id = 1;
|
|
1254
|
+
*/
|
|
1255
|
+
value: string;
|
|
1256
|
+
case: "uploadId";
|
|
1257
|
+
} | {
|
|
1258
|
+
/**
|
|
1259
|
+
* @generated from field: string folder_id = 2;
|
|
1260
|
+
*/
|
|
1261
|
+
value: string;
|
|
1262
|
+
case: "folderId";
|
|
1263
|
+
} | { case: undefined; value?: undefined };
|
|
1264
|
+
};
|
|
1265
|
+
|
|
1266
|
+
/**
|
|
1267
|
+
* Describes the message uplim.api.v1.BulkMoveContentRequest.Target.
|
|
1268
|
+
* Use `create(BulkMoveContentRequest_TargetSchema)` to create a new message.
|
|
1269
|
+
*/
|
|
1270
|
+
export const BulkMoveContentRequest_TargetSchema: GenMessage<BulkMoveContentRequest_Target> = /*@__PURE__*/
|
|
1271
|
+
messageDesc(file_uplim_api_v1_buckets, 28, 0);
|
|
1272
|
+
|
|
1273
|
+
/**
|
|
1274
|
+
* @generated from message uplim.api.v1.BulkMoveContentResponse
|
|
1275
|
+
*/
|
|
1276
|
+
export type BulkMoveContentResponse = Message<"uplim.api.v1.BulkMoveContentResponse"> & {
|
|
1277
|
+
};
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* Describes the message uplim.api.v1.BulkMoveContentResponse.
|
|
1281
|
+
* Use `create(BulkMoveContentResponseSchema)` to create a new message.
|
|
1282
|
+
*/
|
|
1283
|
+
export const BulkMoveContentResponseSchema: GenMessage<BulkMoveContentResponse> = /*@__PURE__*/
|
|
1284
|
+
messageDesc(file_uplim_api_v1_buckets, 29);
|
|
1285
|
+
|
|
1286
|
+
/**
|
|
1287
|
+
* @generated from message uplim.api.v1.BulkDeleteContentRequest
|
|
1288
|
+
*/
|
|
1289
|
+
export type BulkDeleteContentRequest = Message<"uplim.api.v1.BulkDeleteContentRequest"> & {
|
|
1290
|
+
/**
|
|
1291
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1292
|
+
*/
|
|
1293
|
+
bucketRef?: BucketRef;
|
|
1294
|
+
|
|
1295
|
+
/**
|
|
1296
|
+
* @generated from field: repeated uplim.api.v1.BulkDeleteContentRequest.Target target = 2;
|
|
1297
|
+
*/
|
|
1298
|
+
target: BulkDeleteContentRequest_Target[];
|
|
1299
|
+
};
|
|
1300
|
+
|
|
1301
|
+
/**
|
|
1302
|
+
* Describes the message uplim.api.v1.BulkDeleteContentRequest.
|
|
1303
|
+
* Use `create(BulkDeleteContentRequestSchema)` to create a new message.
|
|
1304
|
+
*/
|
|
1305
|
+
export const BulkDeleteContentRequestSchema: GenMessage<BulkDeleteContentRequest> = /*@__PURE__*/
|
|
1306
|
+
messageDesc(file_uplim_api_v1_buckets, 30);
|
|
1307
|
+
|
|
1308
|
+
/**
|
|
1309
|
+
* @generated from message uplim.api.v1.BulkDeleteContentRequest.Target
|
|
1310
|
+
*/
|
|
1311
|
+
export type BulkDeleteContentRequest_Target = Message<"uplim.api.v1.BulkDeleteContentRequest.Target"> & {
|
|
1312
|
+
/**
|
|
1313
|
+
* @generated from oneof uplim.api.v1.BulkDeleteContentRequest.Target.type
|
|
1314
|
+
*/
|
|
1315
|
+
type: {
|
|
1316
|
+
/**
|
|
1317
|
+
* @generated from field: string upload_id = 1;
|
|
1318
|
+
*/
|
|
1319
|
+
value: string;
|
|
1320
|
+
case: "uploadId";
|
|
1321
|
+
} | {
|
|
1322
|
+
/**
|
|
1323
|
+
* @generated from field: string folder_id = 2;
|
|
1324
|
+
*/
|
|
1325
|
+
value: string;
|
|
1326
|
+
case: "folderId";
|
|
1327
|
+
} | { case: undefined; value?: undefined };
|
|
1328
|
+
};
|
|
1329
|
+
|
|
1330
|
+
/**
|
|
1331
|
+
* Describes the message uplim.api.v1.BulkDeleteContentRequest.Target.
|
|
1332
|
+
* Use `create(BulkDeleteContentRequest_TargetSchema)` to create a new message.
|
|
1333
|
+
*/
|
|
1334
|
+
export const BulkDeleteContentRequest_TargetSchema: GenMessage<BulkDeleteContentRequest_Target> = /*@__PURE__*/
|
|
1335
|
+
messageDesc(file_uplim_api_v1_buckets, 30, 0);
|
|
1336
|
+
|
|
1337
|
+
/**
|
|
1338
|
+
* @generated from message uplim.api.v1.BulkDeleteContentResponse
|
|
1339
|
+
*/
|
|
1340
|
+
export type BulkDeleteContentResponse = Message<"uplim.api.v1.BulkDeleteContentResponse"> & {
|
|
1341
|
+
};
|
|
1342
|
+
|
|
1343
|
+
/**
|
|
1344
|
+
* Describes the message uplim.api.v1.BulkDeleteContentResponse.
|
|
1345
|
+
* Use `create(BulkDeleteContentResponseSchema)` to create a new message.
|
|
1346
|
+
*/
|
|
1347
|
+
export const BulkDeleteContentResponseSchema: GenMessage<BulkDeleteContentResponse> = /*@__PURE__*/
|
|
1348
|
+
messageDesc(file_uplim_api_v1_buckets, 31);
|
|
1349
|
+
|
|
1350
|
+
/**
|
|
1351
|
+
* @generated from message uplim.api.v1.BulkCopyContentRequest
|
|
1352
|
+
*/
|
|
1353
|
+
export type BulkCopyContentRequest = Message<"uplim.api.v1.BulkCopyContentRequest"> & {
|
|
1354
|
+
/**
|
|
1355
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1356
|
+
*/
|
|
1357
|
+
bucketRef?: BucketRef;
|
|
1358
|
+
|
|
1359
|
+
/**
|
|
1360
|
+
* Upload IDs to copy
|
|
1361
|
+
*
|
|
1362
|
+
* @generated from field: repeated string upload_id = 2;
|
|
1363
|
+
*/
|
|
1364
|
+
uploadId: string[];
|
|
1365
|
+
|
|
1366
|
+
/**
|
|
1367
|
+
* Destination folder for the copies
|
|
1368
|
+
*
|
|
1369
|
+
* @generated from field: uplim.api.v1.FolderRef destination_folder = 3;
|
|
1370
|
+
*/
|
|
1371
|
+
destinationFolder?: FolderRef;
|
|
1372
|
+
|
|
1373
|
+
/**
|
|
1374
|
+
* Generate random slugs of this length. If not set, attempts to use source slug (may fail if conflict)
|
|
1375
|
+
*
|
|
1376
|
+
* @generated from field: optional int32 slug_length = 4;
|
|
1377
|
+
*/
|
|
1378
|
+
slugLength?: number;
|
|
1379
|
+
};
|
|
1380
|
+
|
|
1381
|
+
/**
|
|
1382
|
+
* Describes the message uplim.api.v1.BulkCopyContentRequest.
|
|
1383
|
+
* Use `create(BulkCopyContentRequestSchema)` to create a new message.
|
|
1384
|
+
*/
|
|
1385
|
+
export const BulkCopyContentRequestSchema: GenMessage<BulkCopyContentRequest> = /*@__PURE__*/
|
|
1386
|
+
messageDesc(file_uplim_api_v1_buckets, 32);
|
|
1387
|
+
|
|
1388
|
+
/**
|
|
1389
|
+
* @generated from message uplim.api.v1.BulkCopyContentResponse
|
|
1390
|
+
*/
|
|
1391
|
+
export type BulkCopyContentResponse = Message<"uplim.api.v1.BulkCopyContentResponse"> & {
|
|
1392
|
+
/**
|
|
1393
|
+
* Mapping from source upload ID to newly created upload ID
|
|
1394
|
+
*
|
|
1395
|
+
* @generated from field: map<string, string> copied_uploads = 1;
|
|
1396
|
+
*/
|
|
1397
|
+
copiedUploads: { [key: string]: string };
|
|
1398
|
+
};
|
|
1399
|
+
|
|
1400
|
+
/**
|
|
1401
|
+
* Describes the message uplim.api.v1.BulkCopyContentResponse.
|
|
1402
|
+
* Use `create(BulkCopyContentResponseSchema)` to create a new message.
|
|
1403
|
+
*/
|
|
1404
|
+
export const BulkCopyContentResponseSchema: GenMessage<BulkCopyContentResponse> = /*@__PURE__*/
|
|
1405
|
+
messageDesc(file_uplim_api_v1_buckets, 33);
|
|
1406
|
+
|
|
1407
|
+
/**
|
|
1408
|
+
* Represents a shared folder or upload access grant
|
|
1409
|
+
*
|
|
1410
|
+
* @generated from message uplim.api.v1.SharedResourceAccess
|
|
1411
|
+
*/
|
|
1412
|
+
export type SharedResourceAccess = Message<"uplim.api.v1.SharedResourceAccess"> & {
|
|
1413
|
+
/**
|
|
1414
|
+
* The parent bucket (limited view for non-owners)
|
|
1415
|
+
*
|
|
1416
|
+
* @generated from field: uplim.api.v1.Bucket bucket = 1;
|
|
1417
|
+
*/
|
|
1418
|
+
bucket?: Bucket;
|
|
1419
|
+
|
|
1420
|
+
/**
|
|
1421
|
+
* Permission level granted
|
|
1422
|
+
*
|
|
1423
|
+
* @generated from field: uplim.api.v1.BucketPermissionLevel permission_level = 2;
|
|
1424
|
+
*/
|
|
1425
|
+
permissionLevel: BucketPermissionLevel;
|
|
1426
|
+
|
|
1427
|
+
/**
|
|
1428
|
+
* User who shared this resource
|
|
1429
|
+
*
|
|
1430
|
+
* @generated from field: uplim.api.v1.PublicAccount shared_by = 3;
|
|
1431
|
+
*/
|
|
1432
|
+
sharedBy?: PublicAccount;
|
|
1433
|
+
|
|
1434
|
+
/**
|
|
1435
|
+
* When the resource was shared
|
|
1436
|
+
*
|
|
1437
|
+
* @generated from field: google.protobuf.Timestamp shared_at = 4;
|
|
1438
|
+
*/
|
|
1439
|
+
sharedAt?: Timestamp;
|
|
1440
|
+
|
|
1441
|
+
/**
|
|
1442
|
+
* Permission ID (for management)
|
|
1443
|
+
*
|
|
1444
|
+
* @generated from field: string permission_id = 5;
|
|
1445
|
+
*/
|
|
1446
|
+
permissionId: string;
|
|
1447
|
+
|
|
1448
|
+
/**
|
|
1449
|
+
* @generated from oneof uplim.api.v1.SharedResourceAccess.resource
|
|
1450
|
+
*/
|
|
1451
|
+
resource: {
|
|
1452
|
+
/**
|
|
1453
|
+
* @generated from field: uplim.api.v1.SharedFolder folder = 6;
|
|
1454
|
+
*/
|
|
1455
|
+
value: SharedFolder;
|
|
1456
|
+
case: "folder";
|
|
1457
|
+
} | {
|
|
1458
|
+
/**
|
|
1459
|
+
* @generated from field: uplim.api.v1.SharedUpload upload = 7;
|
|
1460
|
+
*/
|
|
1461
|
+
value: SharedUpload;
|
|
1462
|
+
case: "upload";
|
|
1463
|
+
} | { case: undefined; value?: undefined };
|
|
1464
|
+
};
|
|
1465
|
+
|
|
1466
|
+
/**
|
|
1467
|
+
* Describes the message uplim.api.v1.SharedResourceAccess.
|
|
1468
|
+
* Use `create(SharedResourceAccessSchema)` to create a new message.
|
|
1469
|
+
*/
|
|
1470
|
+
export const SharedResourceAccessSchema: GenMessage<SharedResourceAccess> = /*@__PURE__*/
|
|
1471
|
+
messageDesc(file_uplim_api_v1_buckets, 34);
|
|
1472
|
+
|
|
1473
|
+
/**
|
|
1474
|
+
* Shared folder information
|
|
1475
|
+
*
|
|
1476
|
+
* @generated from message uplim.api.v1.SharedFolder
|
|
1477
|
+
*/
|
|
1478
|
+
export type SharedFolder = Message<"uplim.api.v1.SharedFolder"> & {
|
|
1479
|
+
/**
|
|
1480
|
+
* @generated from field: string folder_id = 1;
|
|
1481
|
+
*/
|
|
1482
|
+
folderId: string;
|
|
1483
|
+
|
|
1484
|
+
/**
|
|
1485
|
+
* @generated from field: string path = 2;
|
|
1486
|
+
*/
|
|
1487
|
+
path: string;
|
|
1488
|
+
|
|
1489
|
+
/**
|
|
1490
|
+
* Subpaths that are revoked (user cannot access these)
|
|
1491
|
+
*
|
|
1492
|
+
* @generated from field: repeated string revoked_subpaths = 3;
|
|
1493
|
+
*/
|
|
1494
|
+
revokedSubpaths: string[];
|
|
1495
|
+
};
|
|
1496
|
+
|
|
1497
|
+
/**
|
|
1498
|
+
* Describes the message uplim.api.v1.SharedFolder.
|
|
1499
|
+
* Use `create(SharedFolderSchema)` to create a new message.
|
|
1500
|
+
*/
|
|
1501
|
+
export const SharedFolderSchema: GenMessage<SharedFolder> = /*@__PURE__*/
|
|
1502
|
+
messageDesc(file_uplim_api_v1_buckets, 35);
|
|
1503
|
+
|
|
1504
|
+
/**
|
|
1505
|
+
* Shared upload information
|
|
1506
|
+
*
|
|
1507
|
+
* @generated from message uplim.api.v1.SharedUpload
|
|
1508
|
+
*/
|
|
1509
|
+
export type SharedUpload = Message<"uplim.api.v1.SharedUpload"> & {
|
|
1510
|
+
/**
|
|
1511
|
+
* @generated from field: string upload_id = 1;
|
|
1512
|
+
*/
|
|
1513
|
+
uploadId: string;
|
|
1514
|
+
|
|
1515
|
+
/**
|
|
1516
|
+
* @generated from field: string path = 2;
|
|
1517
|
+
*/
|
|
1518
|
+
path: string;
|
|
1519
|
+
};
|
|
1520
|
+
|
|
1521
|
+
/**
|
|
1522
|
+
* Describes the message uplim.api.v1.SharedUpload.
|
|
1523
|
+
* Use `create(SharedUploadSchema)` to create a new message.
|
|
1524
|
+
*/
|
|
1525
|
+
export const SharedUploadSchema: GenMessage<SharedUpload> = /*@__PURE__*/
|
|
1526
|
+
messageDesc(file_uplim_api_v1_buckets, 36);
|
|
1527
|
+
|
|
1528
|
+
/**
|
|
1529
|
+
* Request to grant resource-level permission
|
|
1530
|
+
*
|
|
1531
|
+
* @generated from message uplim.api.v1.GrantResourcePermissionRequest
|
|
1532
|
+
*/
|
|
1533
|
+
export type GrantResourcePermissionRequest = Message<"uplim.api.v1.GrantResourcePermissionRequest"> & {
|
|
1534
|
+
/**
|
|
1535
|
+
* Reference to the bucket containing the resource
|
|
1536
|
+
*
|
|
1537
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1538
|
+
*/
|
|
1539
|
+
bucketRef?: BucketRef;
|
|
1540
|
+
|
|
1541
|
+
/**
|
|
1542
|
+
* User to grant permission to
|
|
1543
|
+
*
|
|
1544
|
+
* @generated from field: string account_id = 2;
|
|
1545
|
+
*/
|
|
1546
|
+
accountId: string;
|
|
1547
|
+
|
|
1548
|
+
/**
|
|
1549
|
+
* Permission level to grant
|
|
1550
|
+
*
|
|
1551
|
+
* @generated from field: uplim.api.v1.BucketPermissionLevel permission_level = 3;
|
|
1552
|
+
*/
|
|
1553
|
+
permissionLevel: BucketPermissionLevel;
|
|
1554
|
+
|
|
1555
|
+
/**
|
|
1556
|
+
* @generated from oneof uplim.api.v1.GrantResourcePermissionRequest.resource
|
|
1557
|
+
*/
|
|
1558
|
+
resource: {
|
|
1559
|
+
/**
|
|
1560
|
+
* Grant access to a folder (and all descendants)
|
|
1561
|
+
*
|
|
1562
|
+
* @generated from field: uplim.api.v1.FolderRef folder_ref = 4;
|
|
1563
|
+
*/
|
|
1564
|
+
value: FolderRef;
|
|
1565
|
+
case: "folderRef";
|
|
1566
|
+
} | {
|
|
1567
|
+
/**
|
|
1568
|
+
* Grant access to a specific upload
|
|
1569
|
+
*
|
|
1570
|
+
* @generated from field: uplim.api.v1.UploadRef upload_ref = 5;
|
|
1571
|
+
*/
|
|
1572
|
+
value: UploadRef;
|
|
1573
|
+
case: "uploadRef";
|
|
1574
|
+
} | { case: undefined; value?: undefined };
|
|
1575
|
+
};
|
|
1576
|
+
|
|
1577
|
+
/**
|
|
1578
|
+
* Describes the message uplim.api.v1.GrantResourcePermissionRequest.
|
|
1579
|
+
* Use `create(GrantResourcePermissionRequestSchema)` to create a new message.
|
|
1580
|
+
*/
|
|
1581
|
+
export const GrantResourcePermissionRequestSchema: GenMessage<GrantResourcePermissionRequest> = /*@__PURE__*/
|
|
1582
|
+
messageDesc(file_uplim_api_v1_buckets, 37);
|
|
1583
|
+
|
|
1584
|
+
/**
|
|
1585
|
+
* @generated from message uplim.api.v1.GrantResourcePermissionResponse
|
|
1586
|
+
*/
|
|
1587
|
+
export type GrantResourcePermissionResponse = Message<"uplim.api.v1.GrantResourcePermissionResponse"> & {
|
|
1588
|
+
/**
|
|
1589
|
+
* @generated from field: uplim.api.v1.SharedResourceAccess permission = 1;
|
|
1590
|
+
*/
|
|
1591
|
+
permission?: SharedResourceAccess;
|
|
1592
|
+
};
|
|
1593
|
+
|
|
1594
|
+
/**
|
|
1595
|
+
* Describes the message uplim.api.v1.GrantResourcePermissionResponse.
|
|
1596
|
+
* Use `create(GrantResourcePermissionResponseSchema)` to create a new message.
|
|
1597
|
+
*/
|
|
1598
|
+
export const GrantResourcePermissionResponseSchema: GenMessage<GrantResourcePermissionResponse> = /*@__PURE__*/
|
|
1599
|
+
messageDesc(file_uplim_api_v1_buckets, 38);
|
|
1600
|
+
|
|
1601
|
+
/**
|
|
1602
|
+
* Request to revoke resource-level permission
|
|
1603
|
+
*
|
|
1604
|
+
* @generated from message uplim.api.v1.RevokeResourcePermissionRequest
|
|
1605
|
+
*/
|
|
1606
|
+
export type RevokeResourcePermissionRequest = Message<"uplim.api.v1.RevokeResourcePermissionRequest"> & {
|
|
1607
|
+
/**
|
|
1608
|
+
* Reference to the bucket
|
|
1609
|
+
*
|
|
1610
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1611
|
+
*/
|
|
1612
|
+
bucketRef?: BucketRef;
|
|
1613
|
+
|
|
1614
|
+
/**
|
|
1615
|
+
* User to revoke permission from
|
|
1616
|
+
*
|
|
1617
|
+
* @generated from field: string account_id = 2;
|
|
1618
|
+
*/
|
|
1619
|
+
accountId: string;
|
|
1620
|
+
|
|
1621
|
+
/**
|
|
1622
|
+
* @generated from oneof uplim.api.v1.RevokeResourcePermissionRequest.resource
|
|
1623
|
+
*/
|
|
1624
|
+
resource: {
|
|
1625
|
+
/**
|
|
1626
|
+
* Revoke folder access
|
|
1627
|
+
*
|
|
1628
|
+
* @generated from field: uplim.api.v1.FolderRef folder_ref = 3;
|
|
1629
|
+
*/
|
|
1630
|
+
value: FolderRef;
|
|
1631
|
+
case: "folderRef";
|
|
1632
|
+
} | {
|
|
1633
|
+
/**
|
|
1634
|
+
* Revoke upload access
|
|
1635
|
+
*
|
|
1636
|
+
* @generated from field: uplim.api.v1.UploadRef upload_ref = 4;
|
|
1637
|
+
*/
|
|
1638
|
+
value: UploadRef;
|
|
1639
|
+
case: "uploadRef";
|
|
1640
|
+
} | { case: undefined; value?: undefined };
|
|
1641
|
+
};
|
|
1642
|
+
|
|
1643
|
+
/**
|
|
1644
|
+
* Describes the message uplim.api.v1.RevokeResourcePermissionRequest.
|
|
1645
|
+
* Use `create(RevokeResourcePermissionRequestSchema)` to create a new message.
|
|
1646
|
+
*/
|
|
1647
|
+
export const RevokeResourcePermissionRequestSchema: GenMessage<RevokeResourcePermissionRequest> = /*@__PURE__*/
|
|
1648
|
+
messageDesc(file_uplim_api_v1_buckets, 39);
|
|
1649
|
+
|
|
1650
|
+
/**
|
|
1651
|
+
* Request to list all resource permissions for a bucket
|
|
1652
|
+
*
|
|
1653
|
+
* @generated from message uplim.api.v1.ListResourcePermissionsRequest
|
|
1654
|
+
*/
|
|
1655
|
+
export type ListResourcePermissionsRequest = Message<"uplim.api.v1.ListResourcePermissionsRequest"> & {
|
|
1656
|
+
/**
|
|
1657
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1658
|
+
*/
|
|
1659
|
+
bucketRef?: BucketRef;
|
|
1660
|
+
};
|
|
1661
|
+
|
|
1662
|
+
/**
|
|
1663
|
+
* Describes the message uplim.api.v1.ListResourcePermissionsRequest.
|
|
1664
|
+
* Use `create(ListResourcePermissionsRequestSchema)` to create a new message.
|
|
1665
|
+
*/
|
|
1666
|
+
export const ListResourcePermissionsRequestSchema: GenMessage<ListResourcePermissionsRequest> = /*@__PURE__*/
|
|
1667
|
+
messageDesc(file_uplim_api_v1_buckets, 40);
|
|
1668
|
+
|
|
1669
|
+
/**
|
|
1670
|
+
* @generated from message uplim.api.v1.ListResourcePermissionsResponse
|
|
1671
|
+
*/
|
|
1672
|
+
export type ListResourcePermissionsResponse = Message<"uplim.api.v1.ListResourcePermissionsResponse"> & {
|
|
1673
|
+
/**
|
|
1674
|
+
* @generated from field: repeated uplim.api.v1.SharedResourceAccess permissions = 1;
|
|
1675
|
+
*/
|
|
1676
|
+
permissions: SharedResourceAccess[];
|
|
1677
|
+
};
|
|
1678
|
+
|
|
1679
|
+
/**
|
|
1680
|
+
* Describes the message uplim.api.v1.ListResourcePermissionsResponse.
|
|
1681
|
+
* Use `create(ListResourcePermissionsResponseSchema)` to create a new message.
|
|
1682
|
+
*/
|
|
1683
|
+
export const ListResourcePermissionsResponseSchema: GenMessage<ListResourcePermissionsResponse> = /*@__PURE__*/
|
|
1684
|
+
messageDesc(file_uplim_api_v1_buckets, 41);
|
|
1685
|
+
|
|
1686
|
+
/**
|
|
1687
|
+
* Request to revoke access to a subfolder within a shared folder
|
|
1688
|
+
*
|
|
1689
|
+
* @generated from message uplim.api.v1.RevokeSubfolderAccessRequest
|
|
1690
|
+
*/
|
|
1691
|
+
export type RevokeSubfolderAccessRequest = Message<"uplim.api.v1.RevokeSubfolderAccessRequest"> & {
|
|
1692
|
+
/**
|
|
1693
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1694
|
+
*/
|
|
1695
|
+
bucketRef?: BucketRef;
|
|
1696
|
+
|
|
1697
|
+
/**
|
|
1698
|
+
* The parent folder permission ID
|
|
1699
|
+
*
|
|
1700
|
+
* @generated from field: string permission_id = 2;
|
|
1701
|
+
*/
|
|
1702
|
+
permissionId: string;
|
|
1703
|
+
|
|
1704
|
+
/**
|
|
1705
|
+
* The subfolder to revoke access to
|
|
1706
|
+
*
|
|
1707
|
+
* @generated from field: uplim.api.v1.FolderRef folder_ref = 3;
|
|
1708
|
+
*/
|
|
1709
|
+
folderRef?: FolderRef;
|
|
1710
|
+
};
|
|
1711
|
+
|
|
1712
|
+
/**
|
|
1713
|
+
* Describes the message uplim.api.v1.RevokeSubfolderAccessRequest.
|
|
1714
|
+
* Use `create(RevokeSubfolderAccessRequestSchema)` to create a new message.
|
|
1715
|
+
*/
|
|
1716
|
+
export const RevokeSubfolderAccessRequestSchema: GenMessage<RevokeSubfolderAccessRequest> = /*@__PURE__*/
|
|
1717
|
+
messageDesc(file_uplim_api_v1_buckets, 42);
|
|
1718
|
+
|
|
1719
|
+
/**
|
|
1720
|
+
* Request to restore access to a previously revoked subfolder
|
|
1721
|
+
*
|
|
1722
|
+
* @generated from message uplim.api.v1.RestoreSubfolderAccessRequest
|
|
1723
|
+
*/
|
|
1724
|
+
export type RestoreSubfolderAccessRequest = Message<"uplim.api.v1.RestoreSubfolderAccessRequest"> & {
|
|
1725
|
+
/**
|
|
1726
|
+
* @generated from field: uplim.api.v1.BucketRef bucket_ref = 1;
|
|
1727
|
+
*/
|
|
1728
|
+
bucketRef?: BucketRef;
|
|
1729
|
+
|
|
1730
|
+
/**
|
|
1731
|
+
* The parent folder permission ID
|
|
1732
|
+
*
|
|
1733
|
+
* @generated from field: string permission_id = 2;
|
|
1734
|
+
*/
|
|
1735
|
+
permissionId: string;
|
|
1736
|
+
|
|
1737
|
+
/**
|
|
1738
|
+
* The subfolder to restore access to
|
|
1739
|
+
*
|
|
1740
|
+
* @generated from field: uplim.api.v1.FolderRef folder_ref = 3;
|
|
1741
|
+
*/
|
|
1742
|
+
folderRef?: FolderRef;
|
|
1743
|
+
};
|
|
1744
|
+
|
|
1745
|
+
/**
|
|
1746
|
+
* Describes the message uplim.api.v1.RestoreSubfolderAccessRequest.
|
|
1747
|
+
* Use `create(RestoreSubfolderAccessRequestSchema)` to create a new message.
|
|
1748
|
+
*/
|
|
1749
|
+
export const RestoreSubfolderAccessRequestSchema: GenMessage<RestoreSubfolderAccessRequest> = /*@__PURE__*/
|
|
1750
|
+
messageDesc(file_uplim_api_v1_buckets, 43);
|
|
1751
|
+
|
|
1752
|
+
/**
|
|
1753
|
+
* @generated from message uplim.api.v1.ListBucketTypesRequest
|
|
1754
|
+
*/
|
|
1755
|
+
export type ListBucketTypesRequest = Message<"uplim.api.v1.ListBucketTypesRequest"> & {
|
|
1756
|
+
};
|
|
1757
|
+
|
|
1758
|
+
/**
|
|
1759
|
+
* Describes the message uplim.api.v1.ListBucketTypesRequest.
|
|
1760
|
+
* Use `create(ListBucketTypesRequestSchema)` to create a new message.
|
|
1761
|
+
*/
|
|
1762
|
+
export const ListBucketTypesRequestSchema: GenMessage<ListBucketTypesRequest> = /*@__PURE__*/
|
|
1763
|
+
messageDesc(file_uplim_api_v1_buckets, 44);
|
|
1764
|
+
|
|
1765
|
+
/**
|
|
1766
|
+
* @generated from message uplim.api.v1.ListBucketTypesResponse
|
|
1767
|
+
*/
|
|
1768
|
+
export type ListBucketTypesResponse = Message<"uplim.api.v1.ListBucketTypesResponse"> & {
|
|
1769
|
+
/**
|
|
1770
|
+
* Standard built-in bucket types
|
|
1771
|
+
*
|
|
1772
|
+
* @generated from field: repeated uplim.api.v1.ListBucketTypesResponse.BuiltInBucketType built_in = 1;
|
|
1773
|
+
*/
|
|
1774
|
+
builtIn: ListBucketTypesResponse_BuiltInBucketType[];
|
|
1775
|
+
|
|
1776
|
+
/**
|
|
1777
|
+
* Integration-defined bucket types
|
|
1778
|
+
*
|
|
1779
|
+
* @generated from field: repeated uplim.api.v1.IntegrationBucketType integration = 2;
|
|
1780
|
+
*/
|
|
1781
|
+
integration: IntegrationBucketType[];
|
|
1782
|
+
};
|
|
1783
|
+
|
|
1784
|
+
/**
|
|
1785
|
+
* Describes the message uplim.api.v1.ListBucketTypesResponse.
|
|
1786
|
+
* Use `create(ListBucketTypesResponseSchema)` to create a new message.
|
|
1787
|
+
*/
|
|
1788
|
+
export const ListBucketTypesResponseSchema: GenMessage<ListBucketTypesResponse> = /*@__PURE__*/
|
|
1789
|
+
messageDesc(file_uplim_api_v1_buckets, 45);
|
|
1790
|
+
|
|
1791
|
+
/**
|
|
1792
|
+
* @generated from message uplim.api.v1.ListBucketTypesResponse.BuiltInBucketType
|
|
1793
|
+
*/
|
|
1794
|
+
export type ListBucketTypesResponse_BuiltInBucketType = Message<"uplim.api.v1.ListBucketTypesResponse.BuiltInBucketType"> & {
|
|
1795
|
+
/**
|
|
1796
|
+
* @generated from field: uplim.api.v1.BucketType type = 1;
|
|
1797
|
+
*/
|
|
1798
|
+
type: BucketType;
|
|
1799
|
+
|
|
1800
|
+
/**
|
|
1801
|
+
* @generated from field: string display_name = 2;
|
|
1802
|
+
*/
|
|
1803
|
+
displayName: string;
|
|
1804
|
+
|
|
1805
|
+
/**
|
|
1806
|
+
* @generated from field: string description = 3;
|
|
1807
|
+
*/
|
|
1808
|
+
description: string;
|
|
1809
|
+
};
|
|
1810
|
+
|
|
1811
|
+
/**
|
|
1812
|
+
* Describes the message uplim.api.v1.ListBucketTypesResponse.BuiltInBucketType.
|
|
1813
|
+
* Use `create(ListBucketTypesResponse_BuiltInBucketTypeSchema)` to create a new message.
|
|
1814
|
+
*/
|
|
1815
|
+
export const ListBucketTypesResponse_BuiltInBucketTypeSchema: GenMessage<ListBucketTypesResponse_BuiltInBucketType> = /*@__PURE__*/
|
|
1816
|
+
messageDesc(file_uplim_api_v1_buckets, 45, 0);
|
|
1817
|
+
|
|
1818
|
+
/**
|
|
1819
|
+
* @generated from enum uplim.api.v1.BucketPermissionLevel
|
|
1820
|
+
*/
|
|
1821
|
+
export enum BucketPermissionLevel {
|
|
1822
|
+
/**
|
|
1823
|
+
* Unspecified permission level - should not be used
|
|
1824
|
+
*
|
|
1825
|
+
* @generated from enum value: BUCKET_PERMISSION_LEVEL_UNSPECIFIED = 0;
|
|
1826
|
+
*/
|
|
1827
|
+
UNSPECIFIED = 0,
|
|
1828
|
+
|
|
1829
|
+
/**
|
|
1830
|
+
* Read-only access to the bucket
|
|
1831
|
+
*
|
|
1832
|
+
* @generated from enum value: BUCKET_PERMISSION_LEVEL_READ = 1;
|
|
1833
|
+
*/
|
|
1834
|
+
READ = 1,
|
|
1835
|
+
|
|
1836
|
+
/**
|
|
1837
|
+
* Read and write access to the bucket
|
|
1838
|
+
*
|
|
1839
|
+
* @generated from enum value: BUCKET_PERMISSION_LEVEL_READ_WRITE = 2;
|
|
1840
|
+
*/
|
|
1841
|
+
READ_WRITE = 2,
|
|
1842
|
+
|
|
1843
|
+
/**
|
|
1844
|
+
* Full access to the bucket, including deletion
|
|
1845
|
+
*
|
|
1846
|
+
* @generated from enum value: BUCKET_PERMISSION_LEVEL_ADMIN = 3;
|
|
1847
|
+
*/
|
|
1848
|
+
ADMIN = 3,
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
/**
|
|
1852
|
+
* Describes the enum uplim.api.v1.BucketPermissionLevel.
|
|
1853
|
+
*/
|
|
1854
|
+
export const BucketPermissionLevelSchema: GenEnum<BucketPermissionLevel> = /*@__PURE__*/
|
|
1855
|
+
enumDesc(file_uplim_api_v1_buckets, 0);
|
|
1856
|
+
|
|
1857
|
+
/**
|
|
1858
|
+
* @generated from enum uplim.api.v1.BucketType
|
|
1859
|
+
*/
|
|
1860
|
+
export enum BucketType {
|
|
1861
|
+
/**
|
|
1862
|
+
* Unspecified bucket type - should not be used
|
|
1863
|
+
*
|
|
1864
|
+
* @generated from enum value: BUCKET_TYPE_UNSPECIFIED = 0;
|
|
1865
|
+
*/
|
|
1866
|
+
UNSPECIFIED = 0,
|
|
1867
|
+
|
|
1868
|
+
/**
|
|
1869
|
+
* @generated from enum value: BUCKET_TYPE_UPLOADS_DIRECTORY = 1;
|
|
1870
|
+
*/
|
|
1871
|
+
UPLOADS_DIRECTORY = 1,
|
|
1872
|
+
|
|
1873
|
+
/**
|
|
1874
|
+
* @generated from enum value: BUCKET_TYPE_UPLOADS_TAGS = 2;
|
|
1875
|
+
*/
|
|
1876
|
+
UPLOADS_TAGS = 2,
|
|
1877
|
+
|
|
1878
|
+
/**
|
|
1879
|
+
* Bucket type driven by an integration. Requires integration_bucket_type_id.
|
|
1880
|
+
* The linked IntegrationBucketType provides the renderer and thumbnail parser.
|
|
1881
|
+
* Write operations are restricted to the integration's own OAuth client
|
|
1882
|
+
* and first-party user tokens.
|
|
1883
|
+
*
|
|
1884
|
+
* @generated from enum value: BUCKET_TYPE_INTEGRATION = 3;
|
|
1885
|
+
*/
|
|
1886
|
+
INTEGRATION = 3,
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
/**
|
|
1890
|
+
* Describes the enum uplim.api.v1.BucketType.
|
|
1891
|
+
*/
|
|
1892
|
+
export const BucketTypeSchema: GenEnum<BucketType> = /*@__PURE__*/
|
|
1893
|
+
enumDesc(file_uplim_api_v1_buckets, 1);
|
|
1894
|
+
|
|
1895
|
+
/**
|
|
1896
|
+
* @generated from enum uplim.api.v1.BucketDestination
|
|
1897
|
+
*/
|
|
1898
|
+
export enum BucketDestination {
|
|
1899
|
+
/**
|
|
1900
|
+
* Unspecified destination - should not be used
|
|
1901
|
+
*
|
|
1902
|
+
* @generated from enum value: BUCKET_DESTINATION_UNSPECIFIED = 0;
|
|
1903
|
+
*/
|
|
1904
|
+
UNSPECIFIED = 0,
|
|
1905
|
+
|
|
1906
|
+
/**
|
|
1907
|
+
* The bucket is the default destination for uploads
|
|
1908
|
+
*
|
|
1909
|
+
* @generated from enum value: BUCKET_DESTINATION_DEFAULT = 1;
|
|
1910
|
+
*/
|
|
1911
|
+
DEFAULT = 1,
|
|
1912
|
+
|
|
1913
|
+
/**
|
|
1914
|
+
* The bucket that the user owns
|
|
1915
|
+
*
|
|
1916
|
+
* @generated from enum value: BUCKET_DESTINATION_S3_BUCKET = 2;
|
|
1917
|
+
*/
|
|
1918
|
+
S3_BUCKET = 2,
|
|
1919
|
+
|
|
1920
|
+
/**
|
|
1921
|
+
* a custom server
|
|
1922
|
+
*
|
|
1923
|
+
* @generated from enum value: BUCKET_DESTINATION_S3_SERVER = 3;
|
|
1924
|
+
*/
|
|
1925
|
+
S3_SERVER = 3,
|
|
1926
|
+
|
|
1927
|
+
/**
|
|
1928
|
+
* upl.im-managed lite tier (rustfs-backed). Uses built-in service credentials —
|
|
1929
|
+
* bucket creation requires no config. NOTE: this tier has no backups / replication;
|
|
1930
|
+
* it's intended for low-importance / ephemeral content.
|
|
1931
|
+
*
|
|
1932
|
+
* @generated from enum value: BUCKET_DESTINATION_UPLIM_LITE = 4;
|
|
1933
|
+
*/
|
|
1934
|
+
UPLIM_LITE = 4,
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
/**
|
|
1938
|
+
* Describes the enum uplim.api.v1.BucketDestination.
|
|
1939
|
+
*/
|
|
1940
|
+
export const BucketDestinationSchema: GenEnum<BucketDestination> = /*@__PURE__*/
|
|
1941
|
+
enumDesc(file_uplim_api_v1_buckets, 2);
|
|
1942
|
+
|
|
1943
|
+
/**
|
|
1944
|
+
* Granularity options for statistics
|
|
1945
|
+
*
|
|
1946
|
+
* @generated from enum uplim.api.v1.StatisticsGranularity
|
|
1947
|
+
*/
|
|
1948
|
+
export enum StatisticsGranularity {
|
|
1949
|
+
/**
|
|
1950
|
+
* Unspecified granularity - should not be used
|
|
1951
|
+
*
|
|
1952
|
+
* @generated from enum value: STATISTICS_GRANULARITY_UNSPECIFIED = 0;
|
|
1953
|
+
*/
|
|
1954
|
+
UNSPECIFIED = 0,
|
|
1955
|
+
|
|
1956
|
+
/**
|
|
1957
|
+
* Hour by hour statistics
|
|
1958
|
+
*
|
|
1959
|
+
* @generated from enum value: STATISTICS_GRANULARITY_HOURLY = 1;
|
|
1960
|
+
*/
|
|
1961
|
+
HOURLY = 1,
|
|
1962
|
+
|
|
1963
|
+
/**
|
|
1964
|
+
* Day by day statistics
|
|
1965
|
+
*
|
|
1966
|
+
* @generated from enum value: STATISTICS_GRANULARITY_DAILY = 2;
|
|
1967
|
+
*/
|
|
1968
|
+
DAILY = 2,
|
|
1969
|
+
|
|
1970
|
+
/**
|
|
1971
|
+
* Month by month statistics
|
|
1972
|
+
*
|
|
1973
|
+
* @generated from enum value: STATISTICS_GRANULARITY_MONTHLY = 3;
|
|
1974
|
+
*/
|
|
1975
|
+
MONTHLY = 3,
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
/**
|
|
1979
|
+
* Describes the enum uplim.api.v1.StatisticsGranularity.
|
|
1980
|
+
*/
|
|
1981
|
+
export const StatisticsGranularitySchema: GenEnum<StatisticsGranularity> = /*@__PURE__*/
|
|
1982
|
+
enumDesc(file_uplim_api_v1_buckets, 3);
|
|
1983
|
+
|
|
1984
|
+
/**
|
|
1985
|
+
* Pipeline processing factors that can be forced during reprocessing
|
|
1986
|
+
*
|
|
1987
|
+
* @generated from enum uplim.api.v1.SkipFactor
|
|
1988
|
+
*/
|
|
1989
|
+
export enum SkipFactor {
|
|
1990
|
+
/**
|
|
1991
|
+
* @generated from enum value: SKIP_FACTORS_UNSPECIFIED = 0;
|
|
1992
|
+
*/
|
|
1993
|
+
SKIP_FACTORS_UNSPECIFIED = 0,
|
|
1994
|
+
|
|
1995
|
+
/**
|
|
1996
|
+
* Regenerate thumbnails
|
|
1997
|
+
*
|
|
1998
|
+
* @generated from enum value: SKIP_FACTORS_THUMBNAIL = 1;
|
|
1999
|
+
*/
|
|
2000
|
+
SKIP_FACTORS_THUMBNAIL = 1,
|
|
2001
|
+
|
|
2002
|
+
/**
|
|
2003
|
+
* Regenerate AI descriptions
|
|
2004
|
+
*
|
|
2005
|
+
* @generated from enum value: SKIP_FACTORS_AI_DESCRIPTION = 2;
|
|
2006
|
+
*/
|
|
2007
|
+
SKIP_FACTORS_AI_DESCRIPTION = 2,
|
|
2008
|
+
|
|
2009
|
+
/**
|
|
2010
|
+
* Regenerate AI tags
|
|
2011
|
+
*
|
|
2012
|
+
* @generated from enum value: SKIP_FACTORS_AI_TAGS = 3;
|
|
2013
|
+
*/
|
|
2014
|
+
SKIP_FACTORS_AI_TAGS = 3,
|
|
2015
|
+
|
|
2016
|
+
/**
|
|
2017
|
+
* Re-run virus scanning
|
|
2018
|
+
*
|
|
2019
|
+
* @generated from enum value: SKIP_FACTORS_VIRUS_SCAN = 4;
|
|
2020
|
+
*/
|
|
2021
|
+
SKIP_FACTORS_VIRUS_SCAN = 4,
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
/**
|
|
2025
|
+
* Describes the enum uplim.api.v1.SkipFactor.
|
|
2026
|
+
*/
|
|
2027
|
+
export const SkipFactorSchema: GenEnum<SkipFactor> = /*@__PURE__*/
|
|
2028
|
+
enumDesc(file_uplim_api_v1_buckets, 4);
|
|
2029
|
+
|
|
2030
|
+
/**
|
|
2031
|
+
* BucketsService provides methods for managing storage buckets
|
|
2032
|
+
*
|
|
2033
|
+
* @generated from service uplim.api.v1.BucketsService
|
|
2034
|
+
*/
|
|
2035
|
+
export const BucketsService: GenService<{
|
|
2036
|
+
/**
|
|
2037
|
+
* GetBucket retrieves details for a specific bucket
|
|
2038
|
+
*
|
|
2039
|
+
* @generated from rpc uplim.api.v1.BucketsService.GetBucket
|
|
2040
|
+
*/
|
|
2041
|
+
getBucket: {
|
|
2042
|
+
methodKind: "unary";
|
|
2043
|
+
input: typeof GetBucketRequestSchema;
|
|
2044
|
+
output: typeof GetBucketResponseSchema;
|
|
2045
|
+
},
|
|
2046
|
+
/**
|
|
2047
|
+
* CreateBucket creates a new storage bucket
|
|
2048
|
+
*
|
|
2049
|
+
* @generated from rpc uplim.api.v1.BucketsService.CreateBucket
|
|
2050
|
+
*/
|
|
2051
|
+
createBucket: {
|
|
2052
|
+
methodKind: "unary";
|
|
2053
|
+
input: typeof CreateBucketRequestSchema;
|
|
2054
|
+
output: typeof CreateBucketResponseSchema;
|
|
2055
|
+
},
|
|
2056
|
+
/**
|
|
2057
|
+
* @generated from rpc uplim.api.v1.BucketsService.UpdateBucket
|
|
2058
|
+
*/
|
|
2059
|
+
updateBucket: {
|
|
2060
|
+
methodKind: "unary";
|
|
2061
|
+
input: typeof UpdateBucketRequestSchema;
|
|
2062
|
+
output: typeof UpdateBucketResponseSchema;
|
|
2063
|
+
},
|
|
2064
|
+
/**
|
|
2065
|
+
* DeleteBucket permanently removes a bucket and all its contents
|
|
2066
|
+
*
|
|
2067
|
+
* @generated from rpc uplim.api.v1.BucketsService.DeleteBucket
|
|
2068
|
+
*/
|
|
2069
|
+
deleteBucket: {
|
|
2070
|
+
methodKind: "unary";
|
|
2071
|
+
input: typeof DeleteBucketRequestSchema;
|
|
2072
|
+
output: typeof DeleteBucketResponseSchema;
|
|
2073
|
+
},
|
|
2074
|
+
/**
|
|
2075
|
+
* ListBuckets retrieves all buckets owned by the authenticated user
|
|
2076
|
+
*
|
|
2077
|
+
* @generated from rpc uplim.api.v1.BucketsService.ListBuckets
|
|
2078
|
+
*/
|
|
2079
|
+
listBuckets: {
|
|
2080
|
+
methodKind: "unary";
|
|
2081
|
+
input: typeof ListBucketsRequestSchema;
|
|
2082
|
+
output: typeof ListBucketsResponseSchema;
|
|
2083
|
+
},
|
|
2084
|
+
/**
|
|
2085
|
+
* @generated from rpc uplim.api.v1.BucketsService.ListBucketPermissions
|
|
2086
|
+
*/
|
|
2087
|
+
listBucketPermissions: {
|
|
2088
|
+
methodKind: "unary";
|
|
2089
|
+
input: typeof ListBucketPermissionsRequestSchema;
|
|
2090
|
+
output: typeof ListBucketPermissionsResponseSchema;
|
|
2091
|
+
},
|
|
2092
|
+
/**
|
|
2093
|
+
* @generated from rpc uplim.api.v1.BucketsService.GrantBucketPermission
|
|
2094
|
+
*/
|
|
2095
|
+
grantBucketPermission: {
|
|
2096
|
+
methodKind: "unary";
|
|
2097
|
+
input: typeof GrantBucketPermissionRequestSchema;
|
|
2098
|
+
output: typeof GrantBucketPermissionResponseSchema;
|
|
2099
|
+
},
|
|
2100
|
+
/**
|
|
2101
|
+
* @generated from rpc uplim.api.v1.BucketsService.RevokeBucketPermission
|
|
2102
|
+
*/
|
|
2103
|
+
revokeBucketPermission: {
|
|
2104
|
+
methodKind: "unary";
|
|
2105
|
+
input: typeof RevokeBucketPermissionRequestSchema;
|
|
2106
|
+
output: typeof EmptySchema;
|
|
2107
|
+
},
|
|
2108
|
+
/**
|
|
2109
|
+
* GetBucketStatistics retrieves usage statistics for a bucket
|
|
2110
|
+
*
|
|
2111
|
+
* @generated from rpc uplim.api.v1.BucketsService.GetBucketStatistics
|
|
2112
|
+
*/
|
|
2113
|
+
getBucketStatistics: {
|
|
2114
|
+
methodKind: "unary";
|
|
2115
|
+
input: typeof GetBucketStatisticsRequestSchema;
|
|
2116
|
+
output: typeof GetBucketStatisticsResponseSchema;
|
|
2117
|
+
},
|
|
2118
|
+
/**
|
|
2119
|
+
* @generated from rpc uplim.api.v1.BucketsService.BulkMoveContent
|
|
2120
|
+
*/
|
|
2121
|
+
bulkMoveContent: {
|
|
2122
|
+
methodKind: "unary";
|
|
2123
|
+
input: typeof BulkMoveContentRequestSchema;
|
|
2124
|
+
output: typeof BulkMoveContentResponseSchema;
|
|
2125
|
+
},
|
|
2126
|
+
/**
|
|
2127
|
+
* @generated from rpc uplim.api.v1.BucketsService.BulkDeleteContent
|
|
2128
|
+
*/
|
|
2129
|
+
bulkDeleteContent: {
|
|
2130
|
+
methodKind: "unary";
|
|
2131
|
+
input: typeof BulkDeleteContentRequestSchema;
|
|
2132
|
+
output: typeof BulkDeleteContentResponseSchema;
|
|
2133
|
+
},
|
|
2134
|
+
/**
|
|
2135
|
+
* @generated from rpc uplim.api.v1.BucketsService.BulkCopyContent
|
|
2136
|
+
*/
|
|
2137
|
+
bulkCopyContent: {
|
|
2138
|
+
methodKind: "unary";
|
|
2139
|
+
input: typeof BulkCopyContentRequestSchema;
|
|
2140
|
+
output: typeof BulkCopyContentResponseSchema;
|
|
2141
|
+
},
|
|
2142
|
+
/**
|
|
2143
|
+
* @generated from rpc uplim.api.v1.BucketsService.ReprocessBucket
|
|
2144
|
+
*/
|
|
2145
|
+
reprocessBucket: {
|
|
2146
|
+
methodKind: "unary";
|
|
2147
|
+
input: typeof ReprocessBucketRequestSchema;
|
|
2148
|
+
output: typeof ReprocessBucketResponseSchema;
|
|
2149
|
+
},
|
|
2150
|
+
/**
|
|
2151
|
+
* @generated from rpc uplim.api.v1.BucketsService.GetSearchToken
|
|
2152
|
+
*/
|
|
2153
|
+
getSearchToken: {
|
|
2154
|
+
methodKind: "unary";
|
|
2155
|
+
input: typeof GetSearchTokenRequestSchema;
|
|
2156
|
+
output: typeof GetSearchTokenResponseSchema;
|
|
2157
|
+
},
|
|
2158
|
+
/**
|
|
2159
|
+
* Resource-level permissions (folder/upload sharing)
|
|
2160
|
+
*
|
|
2161
|
+
* @generated from rpc uplim.api.v1.BucketsService.GrantResourcePermission
|
|
2162
|
+
*/
|
|
2163
|
+
grantResourcePermission: {
|
|
2164
|
+
methodKind: "unary";
|
|
2165
|
+
input: typeof GrantResourcePermissionRequestSchema;
|
|
2166
|
+
output: typeof GrantResourcePermissionResponseSchema;
|
|
2167
|
+
},
|
|
2168
|
+
/**
|
|
2169
|
+
* @generated from rpc uplim.api.v1.BucketsService.RevokeResourcePermission
|
|
2170
|
+
*/
|
|
2171
|
+
revokeResourcePermission: {
|
|
2172
|
+
methodKind: "unary";
|
|
2173
|
+
input: typeof RevokeResourcePermissionRequestSchema;
|
|
2174
|
+
output: typeof EmptySchema;
|
|
2175
|
+
},
|
|
2176
|
+
/**
|
|
2177
|
+
* @generated from rpc uplim.api.v1.BucketsService.ListResourcePermissions
|
|
2178
|
+
*/
|
|
2179
|
+
listResourcePermissions: {
|
|
2180
|
+
methodKind: "unary";
|
|
2181
|
+
input: typeof ListResourcePermissionsRequestSchema;
|
|
2182
|
+
output: typeof ListResourcePermissionsResponseSchema;
|
|
2183
|
+
},
|
|
2184
|
+
/**
|
|
2185
|
+
* Subfolder revocation within a shared folder
|
|
2186
|
+
*
|
|
2187
|
+
* @generated from rpc uplim.api.v1.BucketsService.RevokeSubfolderAccess
|
|
2188
|
+
*/
|
|
2189
|
+
revokeSubfolderAccess: {
|
|
2190
|
+
methodKind: "unary";
|
|
2191
|
+
input: typeof RevokeSubfolderAccessRequestSchema;
|
|
2192
|
+
output: typeof EmptySchema;
|
|
2193
|
+
},
|
|
2194
|
+
/**
|
|
2195
|
+
* @generated from rpc uplim.api.v1.BucketsService.RestoreSubfolderAccess
|
|
2196
|
+
*/
|
|
2197
|
+
restoreSubfolderAccess: {
|
|
2198
|
+
methodKind: "unary";
|
|
2199
|
+
input: typeof RestoreSubfolderAccessRequestSchema;
|
|
2200
|
+
output: typeof EmptySchema;
|
|
2201
|
+
},
|
|
2202
|
+
/**
|
|
2203
|
+
* ListBucketTypes returns all available bucket types (built-in and integration-defined)
|
|
2204
|
+
*
|
|
2205
|
+
* @generated from rpc uplim.api.v1.BucketsService.ListBucketTypes
|
|
2206
|
+
*/
|
|
2207
|
+
listBucketTypes: {
|
|
2208
|
+
methodKind: "unary";
|
|
2209
|
+
input: typeof ListBucketTypesRequestSchema;
|
|
2210
|
+
output: typeof ListBucketTypesResponseSchema;
|
|
2211
|
+
},
|
|
2212
|
+
}> = /*@__PURE__*/
|
|
2213
|
+
serviceDesc(file_uplim_api_v1_buckets, 0);
|
|
2214
|
+
|