@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,1059 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { EmptySchema, FieldMask, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Integration, IntegrationBucketType, IntegrationContentType, IntegrationContentTypeCriteria, IntegrationContentTypeOpenWithConfig, IntegrationFolderBehavior, IntegrationMode, IntegrationNewFile, IntegrationRendererConfig, IntegrationThumbnailParserConfig, IntegrationThumbnailPool, NewFileCreationType, NewFileDefaultContent } from "./integration_types_pb.js";
|
|
4
|
+
import type { AdminCreateClientForUserRequestSchema, AdminCreateClientForUserResponseSchema, CreateClientForCurrentUserRequestSchema, CreateClientForCurrentUserResponseSchema, FixIntegrationClientRequestSchema, FixIntegrationClientResponseSchema, ListInstalledIntegrationsRequestSchema, ListInstalledIntegrationsResponseSchema, ValidateIntegrationClientRequestSchema, ValidateIntegrationClientResponseSchema } from "./integration_install_pb.js";
|
|
5
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file uplim/api/v1/integration_admin.proto.
|
|
8
|
+
*/
|
|
9
|
+
export declare const file_uplim_api_v1_integration_admin: GenFile;
|
|
10
|
+
/**
|
|
11
|
+
* Represents a client that can have an integration.
|
|
12
|
+
*
|
|
13
|
+
* @generated from message uplim.api.v1.IntegrationTarget
|
|
14
|
+
*/
|
|
15
|
+
export type IntegrationTarget = Message<"uplim.api.v1.IntegrationTarget"> & {
|
|
16
|
+
/**
|
|
17
|
+
* The OAuth client ID.
|
|
18
|
+
*
|
|
19
|
+
* @generated from field: string client_id = 2;
|
|
20
|
+
*/
|
|
21
|
+
clientId: string;
|
|
22
|
+
/**
|
|
23
|
+
* Display name of the client.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: string name = 3;
|
|
26
|
+
*/
|
|
27
|
+
name: string;
|
|
28
|
+
/**
|
|
29
|
+
* Website URL (if available).
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: optional string website_url = 4;
|
|
32
|
+
*/
|
|
33
|
+
websiteUrl?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Logo URL (if available).
|
|
36
|
+
*
|
|
37
|
+
* @generated from field: optional string logo_url = 5;
|
|
38
|
+
*/
|
|
39
|
+
logoUrl?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Whether an integration already exists for this client.
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: bool has_integration = 6;
|
|
44
|
+
*/
|
|
45
|
+
hasIntegration: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* The existing integration, if any.
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: optional uplim.api.v1.Integration integration = 7;
|
|
50
|
+
*/
|
|
51
|
+
integration?: Integration;
|
|
52
|
+
/**
|
|
53
|
+
* Application enrichment (derived from the client's IDP record).
|
|
54
|
+
*
|
|
55
|
+
* @generated from field: optional string application_id = 8;
|
|
56
|
+
*/
|
|
57
|
+
applicationId?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: optional string application_name = 9;
|
|
60
|
+
*/
|
|
61
|
+
applicationName?: string;
|
|
62
|
+
/**
|
|
63
|
+
* @generated from field: optional string application_slug = 10;
|
|
64
|
+
*/
|
|
65
|
+
applicationSlug?: string;
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Describes the message uplim.api.v1.IntegrationTarget.
|
|
69
|
+
* Use `create(IntegrationTargetSchema)` to create a new message.
|
|
70
|
+
*/
|
|
71
|
+
export declare const IntegrationTargetSchema: GenMessage<IntegrationTarget>;
|
|
72
|
+
/**
|
|
73
|
+
* @generated from message uplim.api.v1.ListIntegrationTargetsRequest
|
|
74
|
+
*/
|
|
75
|
+
export type ListIntegrationTargetsRequest = Message<"uplim.api.v1.ListIntegrationTargetsRequest"> & {
|
|
76
|
+
/**
|
|
77
|
+
* Optional filter: only return clients belonging to the app with this slug.
|
|
78
|
+
*
|
|
79
|
+
* @generated from field: optional string application_slug = 1;
|
|
80
|
+
*/
|
|
81
|
+
applicationSlug?: string;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Describes the message uplim.api.v1.ListIntegrationTargetsRequest.
|
|
85
|
+
* Use `create(ListIntegrationTargetsRequestSchema)` to create a new message.
|
|
86
|
+
*/
|
|
87
|
+
export declare const ListIntegrationTargetsRequestSchema: GenMessage<ListIntegrationTargetsRequest>;
|
|
88
|
+
/**
|
|
89
|
+
* @generated from message uplim.api.v1.ListIntegrationTargetsResponse
|
|
90
|
+
*/
|
|
91
|
+
export type ListIntegrationTargetsResponse = Message<"uplim.api.v1.ListIntegrationTargetsResponse"> & {
|
|
92
|
+
/**
|
|
93
|
+
* @generated from field: repeated uplim.api.v1.IntegrationTarget targets = 1;
|
|
94
|
+
*/
|
|
95
|
+
targets: IntegrationTarget[];
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* Describes the message uplim.api.v1.ListIntegrationTargetsResponse.
|
|
99
|
+
* Use `create(ListIntegrationTargetsResponseSchema)` to create a new message.
|
|
100
|
+
*/
|
|
101
|
+
export declare const ListIntegrationTargetsResponseSchema: GenMessage<ListIntegrationTargetsResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* @generated from message uplim.api.v1.GetAdminIntegrationRequest
|
|
104
|
+
*/
|
|
105
|
+
export type GetAdminIntegrationRequest = Message<"uplim.api.v1.GetAdminIntegrationRequest"> & {
|
|
106
|
+
/**
|
|
107
|
+
* @generated from field: string integration_id = 1;
|
|
108
|
+
*/
|
|
109
|
+
integrationId: string;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Describes the message uplim.api.v1.GetAdminIntegrationRequest.
|
|
113
|
+
* Use `create(GetAdminIntegrationRequestSchema)` to create a new message.
|
|
114
|
+
*/
|
|
115
|
+
export declare const GetAdminIntegrationRequestSchema: GenMessage<GetAdminIntegrationRequest>;
|
|
116
|
+
/**
|
|
117
|
+
* @generated from message uplim.api.v1.GetAdminIntegrationResponse
|
|
118
|
+
*/
|
|
119
|
+
export type GetAdminIntegrationResponse = Message<"uplim.api.v1.GetAdminIntegrationResponse"> & {
|
|
120
|
+
/**
|
|
121
|
+
* @generated from field: uplim.api.v1.Integration integration = 1;
|
|
122
|
+
*/
|
|
123
|
+
integration?: Integration;
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* Describes the message uplim.api.v1.GetAdminIntegrationResponse.
|
|
127
|
+
* Use `create(GetAdminIntegrationResponseSchema)` to create a new message.
|
|
128
|
+
*/
|
|
129
|
+
export declare const GetAdminIntegrationResponseSchema: GenMessage<GetAdminIntegrationResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* @generated from message uplim.api.v1.UpsertAdminIntegrationRequest
|
|
132
|
+
*/
|
|
133
|
+
export type UpsertAdminIntegrationRequest = Message<"uplim.api.v1.UpsertAdminIntegrationRequest"> & {
|
|
134
|
+
/**
|
|
135
|
+
* The OAuth client ID that owns this integration.
|
|
136
|
+
*
|
|
137
|
+
* @generated from field: string client_id = 1;
|
|
138
|
+
*/
|
|
139
|
+
clientId: string;
|
|
140
|
+
/**
|
|
141
|
+
* @generated from field: google.protobuf.FieldMask update_mask = 3;
|
|
142
|
+
*/
|
|
143
|
+
updateMask?: FieldMask;
|
|
144
|
+
/**
|
|
145
|
+
* @generated from field: optional string name = 4;
|
|
146
|
+
*/
|
|
147
|
+
name?: string;
|
|
148
|
+
/**
|
|
149
|
+
* Scoping mode: "none", "bucket", or "folder"
|
|
150
|
+
*
|
|
151
|
+
* @generated from field: string scoping = 8;
|
|
152
|
+
*/
|
|
153
|
+
scoping: string;
|
|
154
|
+
/**
|
|
155
|
+
* Required when scoping = "bucket": the default bucket type for this integration
|
|
156
|
+
*
|
|
157
|
+
* @generated from field: optional string default_bucket_type_id = 9;
|
|
158
|
+
*/
|
|
159
|
+
defaultBucketTypeId?: string;
|
|
160
|
+
/**
|
|
161
|
+
* Required when scoping = "folder": controls how the integration folder behaves
|
|
162
|
+
*
|
|
163
|
+
* @generated from field: uplim.api.v1.IntegrationFolderBehavior folder_behavior = 10;
|
|
164
|
+
*/
|
|
165
|
+
folderBehavior: IntegrationFolderBehavior;
|
|
166
|
+
/**
|
|
167
|
+
* Required when folder_behavior = LINK: the URL to open
|
|
168
|
+
*
|
|
169
|
+
* @generated from field: optional string folder_link_url = 11;
|
|
170
|
+
*/
|
|
171
|
+
folderLinkUrl?: string;
|
|
172
|
+
/**
|
|
173
|
+
* How the integration is surfaced to users. Set on create; immutable thereafter.
|
|
174
|
+
* Sending a different mode on update returns InvalidArgument.
|
|
175
|
+
*
|
|
176
|
+
* @generated from field: uplim.api.v1.IntegrationMode mode = 12;
|
|
177
|
+
*/
|
|
178
|
+
mode: IntegrationMode;
|
|
179
|
+
/**
|
|
180
|
+
* When true (and mode = APPLICATION), the app appears as a launcher chip at the
|
|
181
|
+
* top of every bucket where it's installed. Ignored unless mode = APPLICATION.
|
|
182
|
+
*
|
|
183
|
+
* @generated from field: bool bucket_launcher_enabled = 13;
|
|
184
|
+
*/
|
|
185
|
+
bucketLauncherEnabled: boolean;
|
|
186
|
+
/**
|
|
187
|
+
* URL-safe namespace component of content type URNs. Set on create;
|
|
188
|
+
* immutable thereafter. Sending a different slug on update returns
|
|
189
|
+
* InvalidArgument. If omitted on create, derived from name.
|
|
190
|
+
* Format: lowercase letter + lowercase alphanumeric/hyphen, 2-64 chars.
|
|
191
|
+
* Reserved values: "default", "system", "uplim", "xeonr".
|
|
192
|
+
*
|
|
193
|
+
* @generated from field: optional string slug = 14;
|
|
194
|
+
*/
|
|
195
|
+
slug?: string;
|
|
196
|
+
};
|
|
197
|
+
/**
|
|
198
|
+
* Describes the message uplim.api.v1.UpsertAdminIntegrationRequest.
|
|
199
|
+
* Use `create(UpsertAdminIntegrationRequestSchema)` to create a new message.
|
|
200
|
+
*/
|
|
201
|
+
export declare const UpsertAdminIntegrationRequestSchema: GenMessage<UpsertAdminIntegrationRequest>;
|
|
202
|
+
/**
|
|
203
|
+
* @generated from message uplim.api.v1.UpsertAdminIntegrationResponse
|
|
204
|
+
*/
|
|
205
|
+
export type UpsertAdminIntegrationResponse = Message<"uplim.api.v1.UpsertAdminIntegrationResponse"> & {
|
|
206
|
+
/**
|
|
207
|
+
* @generated from field: uplim.api.v1.Integration integration = 1;
|
|
208
|
+
*/
|
|
209
|
+
integration?: Integration;
|
|
210
|
+
};
|
|
211
|
+
/**
|
|
212
|
+
* Describes the message uplim.api.v1.UpsertAdminIntegrationResponse.
|
|
213
|
+
* Use `create(UpsertAdminIntegrationResponseSchema)` to create a new message.
|
|
214
|
+
*/
|
|
215
|
+
export declare const UpsertAdminIntegrationResponseSchema: GenMessage<UpsertAdminIntegrationResponse>;
|
|
216
|
+
/**
|
|
217
|
+
* @generated from message uplim.api.v1.DeleteAdminIntegrationRequest
|
|
218
|
+
*/
|
|
219
|
+
export type DeleteAdminIntegrationRequest = Message<"uplim.api.v1.DeleteAdminIntegrationRequest"> & {
|
|
220
|
+
/**
|
|
221
|
+
* @generated from field: string integration_id = 1;
|
|
222
|
+
*/
|
|
223
|
+
integrationId: string;
|
|
224
|
+
};
|
|
225
|
+
/**
|
|
226
|
+
* Describes the message uplim.api.v1.DeleteAdminIntegrationRequest.
|
|
227
|
+
* Use `create(DeleteAdminIntegrationRequestSchema)` to create a new message.
|
|
228
|
+
*/
|
|
229
|
+
export declare const DeleteAdminIntegrationRequestSchema: GenMessage<DeleteAdminIntegrationRequest>;
|
|
230
|
+
/**
|
|
231
|
+
* @generated from message uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentRequest
|
|
232
|
+
*/
|
|
233
|
+
export type CreateAdminIntegrationArchiveUploadIntentRequest = Message<"uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentRequest"> & {
|
|
234
|
+
/**
|
|
235
|
+
* The OAuth client ID.
|
|
236
|
+
*
|
|
237
|
+
* @generated from field: string client_id = 1;
|
|
238
|
+
*/
|
|
239
|
+
clientId: string;
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
* Describes the message uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentRequest.
|
|
243
|
+
* Use `create(CreateAdminIntegrationArchiveUploadIntentRequestSchema)` to create a new message.
|
|
244
|
+
*/
|
|
245
|
+
export declare const CreateAdminIntegrationArchiveUploadIntentRequestSchema: GenMessage<CreateAdminIntegrationArchiveUploadIntentRequest>;
|
|
246
|
+
/**
|
|
247
|
+
* @generated from message uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentResponse
|
|
248
|
+
*/
|
|
249
|
+
export type CreateAdminIntegrationArchiveUploadIntentResponse = Message<"uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentResponse"> & {
|
|
250
|
+
/**
|
|
251
|
+
* @generated from field: string signed_token = 1;
|
|
252
|
+
*/
|
|
253
|
+
signedToken: string;
|
|
254
|
+
/**
|
|
255
|
+
* @generated from field: string upload_path = 2;
|
|
256
|
+
*/
|
|
257
|
+
uploadPath: string;
|
|
258
|
+
/**
|
|
259
|
+
* @generated from field: google.protobuf.Timestamp expires_at = 3;
|
|
260
|
+
*/
|
|
261
|
+
expiresAt?: Timestamp;
|
|
262
|
+
};
|
|
263
|
+
/**
|
|
264
|
+
* Describes the message uplim.api.v1.CreateAdminIntegrationArchiveUploadIntentResponse.
|
|
265
|
+
* Use `create(CreateAdminIntegrationArchiveUploadIntentResponseSchema)` to create a new message.
|
|
266
|
+
*/
|
|
267
|
+
export declare const CreateAdminIntegrationArchiveUploadIntentResponseSchema: GenMessage<CreateAdminIntegrationArchiveUploadIntentResponse>;
|
|
268
|
+
/**
|
|
269
|
+
* @generated from message uplim.api.v1.ListIntegrationBucketTypesRequest
|
|
270
|
+
*/
|
|
271
|
+
export type ListIntegrationBucketTypesRequest = Message<"uplim.api.v1.ListIntegrationBucketTypesRequest"> & {
|
|
272
|
+
/**
|
|
273
|
+
* Filter by integration ID (optional)
|
|
274
|
+
*
|
|
275
|
+
* @generated from field: optional string integration_id = 1;
|
|
276
|
+
*/
|
|
277
|
+
integrationId?: string;
|
|
278
|
+
};
|
|
279
|
+
/**
|
|
280
|
+
* Describes the message uplim.api.v1.ListIntegrationBucketTypesRequest.
|
|
281
|
+
* Use `create(ListIntegrationBucketTypesRequestSchema)` to create a new message.
|
|
282
|
+
*/
|
|
283
|
+
export declare const ListIntegrationBucketTypesRequestSchema: GenMessage<ListIntegrationBucketTypesRequest>;
|
|
284
|
+
/**
|
|
285
|
+
* @generated from message uplim.api.v1.ListIntegrationBucketTypesResponse
|
|
286
|
+
*/
|
|
287
|
+
export type ListIntegrationBucketTypesResponse = Message<"uplim.api.v1.ListIntegrationBucketTypesResponse"> & {
|
|
288
|
+
/**
|
|
289
|
+
* @generated from field: repeated uplim.api.v1.IntegrationBucketType bucket_types = 1;
|
|
290
|
+
*/
|
|
291
|
+
bucketTypes: IntegrationBucketType[];
|
|
292
|
+
};
|
|
293
|
+
/**
|
|
294
|
+
* Describes the message uplim.api.v1.ListIntegrationBucketTypesResponse.
|
|
295
|
+
* Use `create(ListIntegrationBucketTypesResponseSchema)` to create a new message.
|
|
296
|
+
*/
|
|
297
|
+
export declare const ListIntegrationBucketTypesResponseSchema: GenMessage<ListIntegrationBucketTypesResponse>;
|
|
298
|
+
/**
|
|
299
|
+
* @generated from message uplim.api.v1.UpsertIntegrationBucketTypeRequest
|
|
300
|
+
*/
|
|
301
|
+
export type UpsertIntegrationBucketTypeRequest = Message<"uplim.api.v1.UpsertIntegrationBucketTypeRequest"> & {
|
|
302
|
+
/**
|
|
303
|
+
* The parent integration that owns this bucket type
|
|
304
|
+
*
|
|
305
|
+
* @generated from field: string integration_id = 1;
|
|
306
|
+
*/
|
|
307
|
+
integrationId: string;
|
|
308
|
+
/**
|
|
309
|
+
* @generated from field: google.protobuf.FieldMask update_mask = 2;
|
|
310
|
+
*/
|
|
311
|
+
updateMask?: FieldMask;
|
|
312
|
+
/**
|
|
313
|
+
* URL-safe identifier (e.g. "npm-registry"). Immutable after creation.
|
|
314
|
+
*
|
|
315
|
+
* @generated from field: optional string slug = 3;
|
|
316
|
+
*/
|
|
317
|
+
slug?: string;
|
|
318
|
+
/**
|
|
319
|
+
* @generated from field: optional string display_name = 4;
|
|
320
|
+
*/
|
|
321
|
+
displayName?: string;
|
|
322
|
+
/**
|
|
323
|
+
* @generated from field: optional string description = 5;
|
|
324
|
+
*/
|
|
325
|
+
description?: string;
|
|
326
|
+
/**
|
|
327
|
+
* @generated from field: optional string icon_url = 6;
|
|
328
|
+
*/
|
|
329
|
+
iconUrl?: string;
|
|
330
|
+
/**
|
|
331
|
+
* @generated from field: optional uplim.api.v1.IntegrationRendererConfig renderer = 7;
|
|
332
|
+
*/
|
|
333
|
+
renderer?: IntegrationRendererConfig;
|
|
334
|
+
/**
|
|
335
|
+
* @generated from field: optional uplim.api.v1.IntegrationThumbnailParserConfig thumbnail_parser = 8;
|
|
336
|
+
*/
|
|
337
|
+
thumbnailParser?: IntegrationThumbnailParserConfig;
|
|
338
|
+
/**
|
|
339
|
+
* Permission level for the auto-provisioned service account (read, write, admin)
|
|
340
|
+
*
|
|
341
|
+
* @generated from field: optional string service_account_permission = 9;
|
|
342
|
+
*/
|
|
343
|
+
serviceAccountPermission?: string;
|
|
344
|
+
};
|
|
345
|
+
/**
|
|
346
|
+
* Describes the message uplim.api.v1.UpsertIntegrationBucketTypeRequest.
|
|
347
|
+
* Use `create(UpsertIntegrationBucketTypeRequestSchema)` to create a new message.
|
|
348
|
+
*/
|
|
349
|
+
export declare const UpsertIntegrationBucketTypeRequestSchema: GenMessage<UpsertIntegrationBucketTypeRequest>;
|
|
350
|
+
/**
|
|
351
|
+
* @generated from message uplim.api.v1.UpsertIntegrationBucketTypeResponse
|
|
352
|
+
*/
|
|
353
|
+
export type UpsertIntegrationBucketTypeResponse = Message<"uplim.api.v1.UpsertIntegrationBucketTypeResponse"> & {
|
|
354
|
+
/**
|
|
355
|
+
* @generated from field: uplim.api.v1.IntegrationBucketType bucket_type = 1;
|
|
356
|
+
*/
|
|
357
|
+
bucketType?: IntegrationBucketType;
|
|
358
|
+
};
|
|
359
|
+
/**
|
|
360
|
+
* Describes the message uplim.api.v1.UpsertIntegrationBucketTypeResponse.
|
|
361
|
+
* Use `create(UpsertIntegrationBucketTypeResponseSchema)` to create a new message.
|
|
362
|
+
*/
|
|
363
|
+
export declare const UpsertIntegrationBucketTypeResponseSchema: GenMessage<UpsertIntegrationBucketTypeResponse>;
|
|
364
|
+
/**
|
|
365
|
+
* @generated from message uplim.api.v1.DeleteIntegrationBucketTypeRequest
|
|
366
|
+
*/
|
|
367
|
+
export type DeleteIntegrationBucketTypeRequest = Message<"uplim.api.v1.DeleteIntegrationBucketTypeRequest"> & {
|
|
368
|
+
/**
|
|
369
|
+
* @generated from field: string bucket_type_id = 1;
|
|
370
|
+
*/
|
|
371
|
+
bucketTypeId: string;
|
|
372
|
+
};
|
|
373
|
+
/**
|
|
374
|
+
* Describes the message uplim.api.v1.DeleteIntegrationBucketTypeRequest.
|
|
375
|
+
* Use `create(DeleteIntegrationBucketTypeRequestSchema)` to create a new message.
|
|
376
|
+
*/
|
|
377
|
+
export declare const DeleteIntegrationBucketTypeRequestSchema: GenMessage<DeleteIntegrationBucketTypeRequest>;
|
|
378
|
+
/**
|
|
379
|
+
* @generated from message uplim.api.v1.EnableBucketTypeServiceAccountRequest
|
|
380
|
+
*/
|
|
381
|
+
export type EnableBucketTypeServiceAccountRequest = Message<"uplim.api.v1.EnableBucketTypeServiceAccountRequest"> & {
|
|
382
|
+
/**
|
|
383
|
+
* @generated from field: string bucket_type_id = 1;
|
|
384
|
+
*/
|
|
385
|
+
bucketTypeId: string;
|
|
386
|
+
/**
|
|
387
|
+
* Permission level for the service account on new buckets: read, write, admin
|
|
388
|
+
*
|
|
389
|
+
* @generated from field: string permission = 2;
|
|
390
|
+
*/
|
|
391
|
+
permission: string;
|
|
392
|
+
};
|
|
393
|
+
/**
|
|
394
|
+
* Describes the message uplim.api.v1.EnableBucketTypeServiceAccountRequest.
|
|
395
|
+
* Use `create(EnableBucketTypeServiceAccountRequestSchema)` to create a new message.
|
|
396
|
+
*/
|
|
397
|
+
export declare const EnableBucketTypeServiceAccountRequestSchema: GenMessage<EnableBucketTypeServiceAccountRequest>;
|
|
398
|
+
/**
|
|
399
|
+
* @generated from message uplim.api.v1.EnableBucketTypeServiceAccountResponse
|
|
400
|
+
*/
|
|
401
|
+
export type EnableBucketTypeServiceAccountResponse = Message<"uplim.api.v1.EnableBucketTypeServiceAccountResponse"> & {
|
|
402
|
+
/**
|
|
403
|
+
* The service account token — only returned at creation. Store it securely.
|
|
404
|
+
*
|
|
405
|
+
* @generated from field: string token = 1;
|
|
406
|
+
*/
|
|
407
|
+
token: string;
|
|
408
|
+
/**
|
|
409
|
+
* @generated from field: uplim.api.v1.IntegrationBucketType bucket_type = 2;
|
|
410
|
+
*/
|
|
411
|
+
bucketType?: IntegrationBucketType;
|
|
412
|
+
};
|
|
413
|
+
/**
|
|
414
|
+
* Describes the message uplim.api.v1.EnableBucketTypeServiceAccountResponse.
|
|
415
|
+
* Use `create(EnableBucketTypeServiceAccountResponseSchema)` to create a new message.
|
|
416
|
+
*/
|
|
417
|
+
export declare const EnableBucketTypeServiceAccountResponseSchema: GenMessage<EnableBucketTypeServiceAccountResponse>;
|
|
418
|
+
/**
|
|
419
|
+
* @generated from message uplim.api.v1.RegenerateBucketTypeServiceAccountTokenRequest
|
|
420
|
+
*/
|
|
421
|
+
export type RegenerateBucketTypeServiceAccountTokenRequest = Message<"uplim.api.v1.RegenerateBucketTypeServiceAccountTokenRequest"> & {
|
|
422
|
+
/**
|
|
423
|
+
* @generated from field: string bucket_type_id = 1;
|
|
424
|
+
*/
|
|
425
|
+
bucketTypeId: string;
|
|
426
|
+
};
|
|
427
|
+
/**
|
|
428
|
+
* Describes the message uplim.api.v1.RegenerateBucketTypeServiceAccountTokenRequest.
|
|
429
|
+
* Use `create(RegenerateBucketTypeServiceAccountTokenRequestSchema)` to create a new message.
|
|
430
|
+
*/
|
|
431
|
+
export declare const RegenerateBucketTypeServiceAccountTokenRequestSchema: GenMessage<RegenerateBucketTypeServiceAccountTokenRequest>;
|
|
432
|
+
/**
|
|
433
|
+
* @generated from message uplim.api.v1.RegenerateBucketTypeServiceAccountTokenResponse
|
|
434
|
+
*/
|
|
435
|
+
export type RegenerateBucketTypeServiceAccountTokenResponse = Message<"uplim.api.v1.RegenerateBucketTypeServiceAccountTokenResponse"> & {
|
|
436
|
+
/**
|
|
437
|
+
* @generated from field: string token = 1;
|
|
438
|
+
*/
|
|
439
|
+
token: string;
|
|
440
|
+
};
|
|
441
|
+
/**
|
|
442
|
+
* Describes the message uplim.api.v1.RegenerateBucketTypeServiceAccountTokenResponse.
|
|
443
|
+
* Use `create(RegenerateBucketTypeServiceAccountTokenResponseSchema)` to create a new message.
|
|
444
|
+
*/
|
|
445
|
+
export declare const RegenerateBucketTypeServiceAccountTokenResponseSchema: GenMessage<RegenerateBucketTypeServiceAccountTokenResponse>;
|
|
446
|
+
/**
|
|
447
|
+
* @generated from message uplim.api.v1.DisableBucketTypeServiceAccountRequest
|
|
448
|
+
*/
|
|
449
|
+
export type DisableBucketTypeServiceAccountRequest = Message<"uplim.api.v1.DisableBucketTypeServiceAccountRequest"> & {
|
|
450
|
+
/**
|
|
451
|
+
* @generated from field: string bucket_type_id = 1;
|
|
452
|
+
*/
|
|
453
|
+
bucketTypeId: string;
|
|
454
|
+
};
|
|
455
|
+
/**
|
|
456
|
+
* Describes the message uplim.api.v1.DisableBucketTypeServiceAccountRequest.
|
|
457
|
+
* Use `create(DisableBucketTypeServiceAccountRequestSchema)` to create a new message.
|
|
458
|
+
*/
|
|
459
|
+
export declare const DisableBucketTypeServiceAccountRequestSchema: GenMessage<DisableBucketTypeServiceAccountRequest>;
|
|
460
|
+
/**
|
|
461
|
+
* @generated from message uplim.api.v1.ListIntegrationContentTypesRequest
|
|
462
|
+
*/
|
|
463
|
+
export type ListIntegrationContentTypesRequest = Message<"uplim.api.v1.ListIntegrationContentTypesRequest"> & {
|
|
464
|
+
/**
|
|
465
|
+
* Filter by integration ID (optional)
|
|
466
|
+
*
|
|
467
|
+
* @generated from field: optional string integration_id = 1;
|
|
468
|
+
*/
|
|
469
|
+
integrationId?: string;
|
|
470
|
+
};
|
|
471
|
+
/**
|
|
472
|
+
* Describes the message uplim.api.v1.ListIntegrationContentTypesRequest.
|
|
473
|
+
* Use `create(ListIntegrationContentTypesRequestSchema)` to create a new message.
|
|
474
|
+
*/
|
|
475
|
+
export declare const ListIntegrationContentTypesRequestSchema: GenMessage<ListIntegrationContentTypesRequest>;
|
|
476
|
+
/**
|
|
477
|
+
* @generated from message uplim.api.v1.ListIntegrationContentTypesResponse
|
|
478
|
+
*/
|
|
479
|
+
export type ListIntegrationContentTypesResponse = Message<"uplim.api.v1.ListIntegrationContentTypesResponse"> & {
|
|
480
|
+
/**
|
|
481
|
+
* @generated from field: repeated uplim.api.v1.IntegrationContentType content_types = 1;
|
|
482
|
+
*/
|
|
483
|
+
contentTypes: IntegrationContentType[];
|
|
484
|
+
};
|
|
485
|
+
/**
|
|
486
|
+
* Describes the message uplim.api.v1.ListIntegrationContentTypesResponse.
|
|
487
|
+
* Use `create(ListIntegrationContentTypesResponseSchema)` to create a new message.
|
|
488
|
+
*/
|
|
489
|
+
export declare const ListIntegrationContentTypesResponseSchema: GenMessage<ListIntegrationContentTypesResponse>;
|
|
490
|
+
/**
|
|
491
|
+
* @generated from message uplim.api.v1.UpsertIntegrationContentTypeRequest
|
|
492
|
+
*/
|
|
493
|
+
export type UpsertIntegrationContentTypeRequest = Message<"uplim.api.v1.UpsertIntegrationContentTypeRequest"> & {
|
|
494
|
+
/**
|
|
495
|
+
* The parent integration that owns this content type
|
|
496
|
+
*
|
|
497
|
+
* @generated from field: string integration_id = 1;
|
|
498
|
+
*/
|
|
499
|
+
integrationId: string;
|
|
500
|
+
/**
|
|
501
|
+
* @generated from field: google.protobuf.FieldMask update_mask = 2;
|
|
502
|
+
*/
|
|
503
|
+
updateMask?: FieldMask;
|
|
504
|
+
/**
|
|
505
|
+
* Existing content type ID (omit for create)
|
|
506
|
+
*
|
|
507
|
+
* @generated from field: optional string content_type_id = 3;
|
|
508
|
+
*/
|
|
509
|
+
contentTypeId?: string;
|
|
510
|
+
/**
|
|
511
|
+
* @generated from field: optional uplim.api.v1.IntegrationContentTypeCriteria criteria = 4;
|
|
512
|
+
*/
|
|
513
|
+
criteria?: IntegrationContentTypeCriteria;
|
|
514
|
+
/**
|
|
515
|
+
* @generated from field: optional uplim.api.v1.IntegrationRendererConfig renderer = 5;
|
|
516
|
+
*/
|
|
517
|
+
renderer?: IntegrationRendererConfig;
|
|
518
|
+
/**
|
|
519
|
+
* @generated from field: optional uplim.api.v1.IntegrationThumbnailParserConfig thumbnail_parser = 6;
|
|
520
|
+
*/
|
|
521
|
+
thumbnailParser?: IntegrationThumbnailParserConfig;
|
|
522
|
+
/**
|
|
523
|
+
* @generated from field: optional uplim.api.v1.IntegrationContentTypeOpenWithConfig open_with = 7;
|
|
524
|
+
*/
|
|
525
|
+
openWith?: IntegrationContentTypeOpenWithConfig;
|
|
526
|
+
/**
|
|
527
|
+
* Lower number = higher priority
|
|
528
|
+
*
|
|
529
|
+
* @generated from field: int32 priority = 8;
|
|
530
|
+
*/
|
|
531
|
+
priority: number;
|
|
532
|
+
/**
|
|
533
|
+
* Immutable URN local part (e.g., "image" in "default:image"). Set on
|
|
534
|
+
* create; immutable thereafter. Sending a different name on update
|
|
535
|
+
* returns InvalidArgument.
|
|
536
|
+
* Format: lowercase letter + lowercase alphanumeric/hyphen, 2-64 chars.
|
|
537
|
+
*
|
|
538
|
+
* @generated from field: optional string name = 9;
|
|
539
|
+
*/
|
|
540
|
+
name?: string;
|
|
541
|
+
/**
|
|
542
|
+
* Human-readable label shown in the admin UI.
|
|
543
|
+
*
|
|
544
|
+
* @generated from field: optional string display_label = 10;
|
|
545
|
+
*/
|
|
546
|
+
displayLabel?: string;
|
|
547
|
+
/**
|
|
548
|
+
* FontAwesome key for the file icon (e.g., "faFileImage").
|
|
549
|
+
*
|
|
550
|
+
* @generated from field: optional string icon_name = 11;
|
|
551
|
+
*/
|
|
552
|
+
iconName?: string;
|
|
553
|
+
/**
|
|
554
|
+
* Serialized ContentTypeMatcher proto. Pipeline evaluates it against the
|
|
555
|
+
* upload's detection result to decide which content type matches.
|
|
556
|
+
*
|
|
557
|
+
* @generated from field: optional bytes matcher = 12;
|
|
558
|
+
*/
|
|
559
|
+
matcher?: Uint8Array;
|
|
560
|
+
/**
|
|
561
|
+
* Higher wins. Source of truth is ContentTypeMatcher.priority; this
|
|
562
|
+
* field is denormalized for index-driven ordering during retrieval.
|
|
563
|
+
*
|
|
564
|
+
* @generated from field: optional int32 matcher_priority = 13;
|
|
565
|
+
*/
|
|
566
|
+
matcherPriority?: number;
|
|
567
|
+
/**
|
|
568
|
+
* Per-content-type feature flag for Sub-plan D rollout: false uses the
|
|
569
|
+
* legacy inline activity, true dispatches to external workers.
|
|
570
|
+
*
|
|
571
|
+
* @generated from field: optional bool dispatch_to_pool = 14;
|
|
572
|
+
*/
|
|
573
|
+
dispatchToPool?: boolean;
|
|
574
|
+
};
|
|
575
|
+
/**
|
|
576
|
+
* Describes the message uplim.api.v1.UpsertIntegrationContentTypeRequest.
|
|
577
|
+
* Use `create(UpsertIntegrationContentTypeRequestSchema)` to create a new message.
|
|
578
|
+
*/
|
|
579
|
+
export declare const UpsertIntegrationContentTypeRequestSchema: GenMessage<UpsertIntegrationContentTypeRequest>;
|
|
580
|
+
/**
|
|
581
|
+
* @generated from message uplim.api.v1.UpsertIntegrationContentTypeResponse
|
|
582
|
+
*/
|
|
583
|
+
export type UpsertIntegrationContentTypeResponse = Message<"uplim.api.v1.UpsertIntegrationContentTypeResponse"> & {
|
|
584
|
+
/**
|
|
585
|
+
* @generated from field: uplim.api.v1.IntegrationContentType content_type = 1;
|
|
586
|
+
*/
|
|
587
|
+
contentType?: IntegrationContentType;
|
|
588
|
+
};
|
|
589
|
+
/**
|
|
590
|
+
* Describes the message uplim.api.v1.UpsertIntegrationContentTypeResponse.
|
|
591
|
+
* Use `create(UpsertIntegrationContentTypeResponseSchema)` to create a new message.
|
|
592
|
+
*/
|
|
593
|
+
export declare const UpsertIntegrationContentTypeResponseSchema: GenMessage<UpsertIntegrationContentTypeResponse>;
|
|
594
|
+
/**
|
|
595
|
+
* @generated from message uplim.api.v1.DeleteIntegrationContentTypeRequest
|
|
596
|
+
*/
|
|
597
|
+
export type DeleteIntegrationContentTypeRequest = Message<"uplim.api.v1.DeleteIntegrationContentTypeRequest"> & {
|
|
598
|
+
/**
|
|
599
|
+
* @generated from field: string content_type_id = 1;
|
|
600
|
+
*/
|
|
601
|
+
contentTypeId: string;
|
|
602
|
+
};
|
|
603
|
+
/**
|
|
604
|
+
* Describes the message uplim.api.v1.DeleteIntegrationContentTypeRequest.
|
|
605
|
+
* Use `create(DeleteIntegrationContentTypeRequestSchema)` to create a new message.
|
|
606
|
+
*/
|
|
607
|
+
export declare const DeleteIntegrationContentTypeRequestSchema: GenMessage<DeleteIntegrationContentTypeRequest>;
|
|
608
|
+
/**
|
|
609
|
+
* @generated from message uplim.api.v1.ListIntegrationNewFilesRequest
|
|
610
|
+
*/
|
|
611
|
+
export type ListIntegrationNewFilesRequest = Message<"uplim.api.v1.ListIntegrationNewFilesRequest"> & {
|
|
612
|
+
/**
|
|
613
|
+
* Filter by integration ID (optional)
|
|
614
|
+
*
|
|
615
|
+
* @generated from field: optional string integration_id = 1;
|
|
616
|
+
*/
|
|
617
|
+
integrationId?: string;
|
|
618
|
+
};
|
|
619
|
+
/**
|
|
620
|
+
* Describes the message uplim.api.v1.ListIntegrationNewFilesRequest.
|
|
621
|
+
* Use `create(ListIntegrationNewFilesRequestSchema)` to create a new message.
|
|
622
|
+
*/
|
|
623
|
+
export declare const ListIntegrationNewFilesRequestSchema: GenMessage<ListIntegrationNewFilesRequest>;
|
|
624
|
+
/**
|
|
625
|
+
* @generated from message uplim.api.v1.ListIntegrationNewFilesResponse
|
|
626
|
+
*/
|
|
627
|
+
export type ListIntegrationNewFilesResponse = Message<"uplim.api.v1.ListIntegrationNewFilesResponse"> & {
|
|
628
|
+
/**
|
|
629
|
+
* @generated from field: repeated uplim.api.v1.IntegrationNewFile new_files = 1;
|
|
630
|
+
*/
|
|
631
|
+
newFiles: IntegrationNewFile[];
|
|
632
|
+
};
|
|
633
|
+
/**
|
|
634
|
+
* Describes the message uplim.api.v1.ListIntegrationNewFilesResponse.
|
|
635
|
+
* Use `create(ListIntegrationNewFilesResponseSchema)` to create a new message.
|
|
636
|
+
*/
|
|
637
|
+
export declare const ListIntegrationNewFilesResponseSchema: GenMessage<ListIntegrationNewFilesResponse>;
|
|
638
|
+
/**
|
|
639
|
+
* @generated from message uplim.api.v1.UpsertIntegrationNewFileRequest
|
|
640
|
+
*/
|
|
641
|
+
export type UpsertIntegrationNewFileRequest = Message<"uplim.api.v1.UpsertIntegrationNewFileRequest"> & {
|
|
642
|
+
/**
|
|
643
|
+
* The parent integration that owns this new file template
|
|
644
|
+
*
|
|
645
|
+
* @generated from field: string integration_id = 1;
|
|
646
|
+
*/
|
|
647
|
+
integrationId: string;
|
|
648
|
+
/**
|
|
649
|
+
* @generated from field: google.protobuf.FieldMask update_mask = 2;
|
|
650
|
+
*/
|
|
651
|
+
updateMask?: FieldMask;
|
|
652
|
+
/**
|
|
653
|
+
* Existing new file ID (omit for create)
|
|
654
|
+
*
|
|
655
|
+
* @generated from field: optional string new_file_id = 3;
|
|
656
|
+
*/
|
|
657
|
+
newFileId?: string;
|
|
658
|
+
/**
|
|
659
|
+
* @generated from field: optional string name = 4;
|
|
660
|
+
*/
|
|
661
|
+
name?: string;
|
|
662
|
+
/**
|
|
663
|
+
* @generated from field: optional string extension = 5;
|
|
664
|
+
*/
|
|
665
|
+
extension?: string;
|
|
666
|
+
/**
|
|
667
|
+
* @generated from field: uplim.api.v1.NewFileCreationType creation_type = 6;
|
|
668
|
+
*/
|
|
669
|
+
creationType: NewFileCreationType;
|
|
670
|
+
/**
|
|
671
|
+
* @generated from field: optional uplim.api.v1.NewFileDefaultContent default_content = 7;
|
|
672
|
+
*/
|
|
673
|
+
defaultContent?: NewFileDefaultContent;
|
|
674
|
+
};
|
|
675
|
+
/**
|
|
676
|
+
* Describes the message uplim.api.v1.UpsertIntegrationNewFileRequest.
|
|
677
|
+
* Use `create(UpsertIntegrationNewFileRequestSchema)` to create a new message.
|
|
678
|
+
*/
|
|
679
|
+
export declare const UpsertIntegrationNewFileRequestSchema: GenMessage<UpsertIntegrationNewFileRequest>;
|
|
680
|
+
/**
|
|
681
|
+
* @generated from message uplim.api.v1.UpsertIntegrationNewFileResponse
|
|
682
|
+
*/
|
|
683
|
+
export type UpsertIntegrationNewFileResponse = Message<"uplim.api.v1.UpsertIntegrationNewFileResponse"> & {
|
|
684
|
+
/**
|
|
685
|
+
* @generated from field: uplim.api.v1.IntegrationNewFile new_file = 1;
|
|
686
|
+
*/
|
|
687
|
+
newFile?: IntegrationNewFile;
|
|
688
|
+
};
|
|
689
|
+
/**
|
|
690
|
+
* Describes the message uplim.api.v1.UpsertIntegrationNewFileResponse.
|
|
691
|
+
* Use `create(UpsertIntegrationNewFileResponseSchema)` to create a new message.
|
|
692
|
+
*/
|
|
693
|
+
export declare const UpsertIntegrationNewFileResponseSchema: GenMessage<UpsertIntegrationNewFileResponse>;
|
|
694
|
+
/**
|
|
695
|
+
* @generated from message uplim.api.v1.DeleteIntegrationNewFileRequest
|
|
696
|
+
*/
|
|
697
|
+
export type DeleteIntegrationNewFileRequest = Message<"uplim.api.v1.DeleteIntegrationNewFileRequest"> & {
|
|
698
|
+
/**
|
|
699
|
+
* @generated from field: string new_file_id = 1;
|
|
700
|
+
*/
|
|
701
|
+
newFileId: string;
|
|
702
|
+
};
|
|
703
|
+
/**
|
|
704
|
+
* Describes the message uplim.api.v1.DeleteIntegrationNewFileRequest.
|
|
705
|
+
* Use `create(DeleteIntegrationNewFileRequestSchema)` to create a new message.
|
|
706
|
+
*/
|
|
707
|
+
export declare const DeleteIntegrationNewFileRequestSchema: GenMessage<DeleteIntegrationNewFileRequest>;
|
|
708
|
+
/**
|
|
709
|
+
* @generated from message uplim.api.v1.ListIntegrationThumbnailPoolsRequest
|
|
710
|
+
*/
|
|
711
|
+
export type ListIntegrationThumbnailPoolsRequest = Message<"uplim.api.v1.ListIntegrationThumbnailPoolsRequest"> & {
|
|
712
|
+
/**
|
|
713
|
+
* @generated from field: string integration_id = 1;
|
|
714
|
+
*/
|
|
715
|
+
integrationId: string;
|
|
716
|
+
};
|
|
717
|
+
/**
|
|
718
|
+
* Describes the message uplim.api.v1.ListIntegrationThumbnailPoolsRequest.
|
|
719
|
+
* Use `create(ListIntegrationThumbnailPoolsRequestSchema)` to create a new message.
|
|
720
|
+
*/
|
|
721
|
+
export declare const ListIntegrationThumbnailPoolsRequestSchema: GenMessage<ListIntegrationThumbnailPoolsRequest>;
|
|
722
|
+
/**
|
|
723
|
+
* @generated from message uplim.api.v1.ListIntegrationThumbnailPoolsResponse
|
|
724
|
+
*/
|
|
725
|
+
export type ListIntegrationThumbnailPoolsResponse = Message<"uplim.api.v1.ListIntegrationThumbnailPoolsResponse"> & {
|
|
726
|
+
/**
|
|
727
|
+
* @generated from field: repeated uplim.api.v1.IntegrationThumbnailPool pools = 1;
|
|
728
|
+
*/
|
|
729
|
+
pools: IntegrationThumbnailPool[];
|
|
730
|
+
};
|
|
731
|
+
/**
|
|
732
|
+
* Describes the message uplim.api.v1.ListIntegrationThumbnailPoolsResponse.
|
|
733
|
+
* Use `create(ListIntegrationThumbnailPoolsResponseSchema)` to create a new message.
|
|
734
|
+
*/
|
|
735
|
+
export declare const ListIntegrationThumbnailPoolsResponseSchema: GenMessage<ListIntegrationThumbnailPoolsResponse>;
|
|
736
|
+
/**
|
|
737
|
+
* @generated from message uplim.api.v1.CreateIntegrationThumbnailPoolRequest
|
|
738
|
+
*/
|
|
739
|
+
export type CreateIntegrationThumbnailPoolRequest = Message<"uplim.api.v1.CreateIntegrationThumbnailPoolRequest"> & {
|
|
740
|
+
/**
|
|
741
|
+
* @generated from field: string integration_id = 1;
|
|
742
|
+
*/
|
|
743
|
+
integrationId: string;
|
|
744
|
+
/**
|
|
745
|
+
* @generated from field: string name = 2;
|
|
746
|
+
*/
|
|
747
|
+
name: string;
|
|
748
|
+
};
|
|
749
|
+
/**
|
|
750
|
+
* Describes the message uplim.api.v1.CreateIntegrationThumbnailPoolRequest.
|
|
751
|
+
* Use `create(CreateIntegrationThumbnailPoolRequestSchema)` to create a new message.
|
|
752
|
+
*/
|
|
753
|
+
export declare const CreateIntegrationThumbnailPoolRequestSchema: GenMessage<CreateIntegrationThumbnailPoolRequest>;
|
|
754
|
+
/**
|
|
755
|
+
* @generated from message uplim.api.v1.CreateIntegrationThumbnailPoolResponse
|
|
756
|
+
*/
|
|
757
|
+
export type CreateIntegrationThumbnailPoolResponse = Message<"uplim.api.v1.CreateIntegrationThumbnailPoolResponse"> & {
|
|
758
|
+
/**
|
|
759
|
+
* @generated from field: uplim.api.v1.IntegrationThumbnailPool pool = 1;
|
|
760
|
+
*/
|
|
761
|
+
pool?: IntegrationThumbnailPool;
|
|
762
|
+
};
|
|
763
|
+
/**
|
|
764
|
+
* Describes the message uplim.api.v1.CreateIntegrationThumbnailPoolResponse.
|
|
765
|
+
* Use `create(CreateIntegrationThumbnailPoolResponseSchema)` to create a new message.
|
|
766
|
+
*/
|
|
767
|
+
export declare const CreateIntegrationThumbnailPoolResponseSchema: GenMessage<CreateIntegrationThumbnailPoolResponse>;
|
|
768
|
+
/**
|
|
769
|
+
* @generated from message uplim.api.v1.DeleteIntegrationThumbnailPoolRequest
|
|
770
|
+
*/
|
|
771
|
+
export type DeleteIntegrationThumbnailPoolRequest = Message<"uplim.api.v1.DeleteIntegrationThumbnailPoolRequest"> & {
|
|
772
|
+
/**
|
|
773
|
+
* @generated from field: string pool_id = 1;
|
|
774
|
+
*/
|
|
775
|
+
poolId: string;
|
|
776
|
+
};
|
|
777
|
+
/**
|
|
778
|
+
* Describes the message uplim.api.v1.DeleteIntegrationThumbnailPoolRequest.
|
|
779
|
+
* Use `create(DeleteIntegrationThumbnailPoolRequestSchema)` to create a new message.
|
|
780
|
+
*/
|
|
781
|
+
export declare const DeleteIntegrationThumbnailPoolRequestSchema: GenMessage<DeleteIntegrationThumbnailPoolRequest>;
|
|
782
|
+
/**
|
|
783
|
+
* @generated from message uplim.api.v1.RegenerateIntegrationApiKeyRequest
|
|
784
|
+
*/
|
|
785
|
+
export type RegenerateIntegrationApiKeyRequest = Message<"uplim.api.v1.RegenerateIntegrationApiKeyRequest"> & {
|
|
786
|
+
/**
|
|
787
|
+
* @generated from field: string integration_id = 1;
|
|
788
|
+
*/
|
|
789
|
+
integrationId: string;
|
|
790
|
+
};
|
|
791
|
+
/**
|
|
792
|
+
* Describes the message uplim.api.v1.RegenerateIntegrationApiKeyRequest.
|
|
793
|
+
* Use `create(RegenerateIntegrationApiKeyRequestSchema)` to create a new message.
|
|
794
|
+
*/
|
|
795
|
+
export declare const RegenerateIntegrationApiKeyRequestSchema: GenMessage<RegenerateIntegrationApiKeyRequest>;
|
|
796
|
+
/**
|
|
797
|
+
* @generated from message uplim.api.v1.RegenerateIntegrationApiKeyResponse
|
|
798
|
+
*/
|
|
799
|
+
export type RegenerateIntegrationApiKeyResponse = Message<"uplim.api.v1.RegenerateIntegrationApiKeyResponse"> & {
|
|
800
|
+
/**
|
|
801
|
+
* The raw API key. This is only returned once and cannot be retrieved again.
|
|
802
|
+
*
|
|
803
|
+
* @generated from field: string api_key = 1;
|
|
804
|
+
*/
|
|
805
|
+
apiKey: string;
|
|
806
|
+
};
|
|
807
|
+
/**
|
|
808
|
+
* Describes the message uplim.api.v1.RegenerateIntegrationApiKeyResponse.
|
|
809
|
+
* Use `create(RegenerateIntegrationApiKeyResponseSchema)` to create a new message.
|
|
810
|
+
*/
|
|
811
|
+
export declare const RegenerateIntegrationApiKeyResponseSchema: GenMessage<RegenerateIntegrationApiKeyResponse>;
|
|
812
|
+
/**
|
|
813
|
+
* @generated from message uplim.api.v1.RevokeIntegrationApiKeyRequest
|
|
814
|
+
*/
|
|
815
|
+
export type RevokeIntegrationApiKeyRequest = Message<"uplim.api.v1.RevokeIntegrationApiKeyRequest"> & {
|
|
816
|
+
/**
|
|
817
|
+
* @generated from field: string integration_id = 1;
|
|
818
|
+
*/
|
|
819
|
+
integrationId: string;
|
|
820
|
+
};
|
|
821
|
+
/**
|
|
822
|
+
* Describes the message uplim.api.v1.RevokeIntegrationApiKeyRequest.
|
|
823
|
+
* Use `create(RevokeIntegrationApiKeyRequestSchema)` to create a new message.
|
|
824
|
+
*/
|
|
825
|
+
export declare const RevokeIntegrationApiKeyRequestSchema: GenMessage<RevokeIntegrationApiKeyRequest>;
|
|
826
|
+
/**
|
|
827
|
+
* @generated from service uplim.api.v1.IntegrationAdminService
|
|
828
|
+
*/
|
|
829
|
+
export declare const IntegrationAdminService: GenService<{
|
|
830
|
+
/**
|
|
831
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.ListIntegrationTargets
|
|
832
|
+
*/
|
|
833
|
+
listIntegrationTargets: {
|
|
834
|
+
methodKind: "unary";
|
|
835
|
+
input: typeof ListIntegrationTargetsRequestSchema;
|
|
836
|
+
output: typeof ListIntegrationTargetsResponseSchema;
|
|
837
|
+
};
|
|
838
|
+
/**
|
|
839
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.ListInstalledIntegrations
|
|
840
|
+
*/
|
|
841
|
+
listInstalledIntegrations: {
|
|
842
|
+
methodKind: "unary";
|
|
843
|
+
input: typeof ListInstalledIntegrationsRequestSchema;
|
|
844
|
+
output: typeof ListInstalledIntegrationsResponseSchema;
|
|
845
|
+
};
|
|
846
|
+
/**
|
|
847
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.ValidateIntegrationClient
|
|
848
|
+
*/
|
|
849
|
+
validateIntegrationClient: {
|
|
850
|
+
methodKind: "unary";
|
|
851
|
+
input: typeof ValidateIntegrationClientRequestSchema;
|
|
852
|
+
output: typeof ValidateIntegrationClientResponseSchema;
|
|
853
|
+
};
|
|
854
|
+
/**
|
|
855
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.FixIntegrationClient
|
|
856
|
+
*/
|
|
857
|
+
fixIntegrationClient: {
|
|
858
|
+
methodKind: "unary";
|
|
859
|
+
input: typeof FixIntegrationClientRequestSchema;
|
|
860
|
+
output: typeof FixIntegrationClientResponseSchema;
|
|
861
|
+
};
|
|
862
|
+
/**
|
|
863
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.CreateClientForCurrentUser
|
|
864
|
+
*/
|
|
865
|
+
createClientForCurrentUser: {
|
|
866
|
+
methodKind: "unary";
|
|
867
|
+
input: typeof CreateClientForCurrentUserRequestSchema;
|
|
868
|
+
output: typeof CreateClientForCurrentUserResponseSchema;
|
|
869
|
+
};
|
|
870
|
+
/**
|
|
871
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.AdminCreateClientForUser
|
|
872
|
+
*/
|
|
873
|
+
adminCreateClientForUser: {
|
|
874
|
+
methodKind: "unary";
|
|
875
|
+
input: typeof AdminCreateClientForUserRequestSchema;
|
|
876
|
+
output: typeof AdminCreateClientForUserResponseSchema;
|
|
877
|
+
};
|
|
878
|
+
/**
|
|
879
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.GetIntegration
|
|
880
|
+
*/
|
|
881
|
+
getIntegration: {
|
|
882
|
+
methodKind: "unary";
|
|
883
|
+
input: typeof GetAdminIntegrationRequestSchema;
|
|
884
|
+
output: typeof GetAdminIntegrationResponseSchema;
|
|
885
|
+
};
|
|
886
|
+
/**
|
|
887
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.UpsertIntegration
|
|
888
|
+
*/
|
|
889
|
+
upsertIntegration: {
|
|
890
|
+
methodKind: "unary";
|
|
891
|
+
input: typeof UpsertAdminIntegrationRequestSchema;
|
|
892
|
+
output: typeof UpsertAdminIntegrationResponseSchema;
|
|
893
|
+
};
|
|
894
|
+
/**
|
|
895
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.DeleteIntegration
|
|
896
|
+
*/
|
|
897
|
+
deleteIntegration: {
|
|
898
|
+
methodKind: "unary";
|
|
899
|
+
input: typeof DeleteAdminIntegrationRequestSchema;
|
|
900
|
+
output: typeof EmptySchema;
|
|
901
|
+
};
|
|
902
|
+
/**
|
|
903
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.CreateIntegrationArchiveUploadIntent
|
|
904
|
+
*/
|
|
905
|
+
createIntegrationArchiveUploadIntent: {
|
|
906
|
+
methodKind: "unary";
|
|
907
|
+
input: typeof CreateAdminIntegrationArchiveUploadIntentRequestSchema;
|
|
908
|
+
output: typeof CreateAdminIntegrationArchiveUploadIntentResponseSchema;
|
|
909
|
+
};
|
|
910
|
+
/**
|
|
911
|
+
* Integration Bucket Types
|
|
912
|
+
*
|
|
913
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.ListIntegrationBucketTypes
|
|
914
|
+
*/
|
|
915
|
+
listIntegrationBucketTypes: {
|
|
916
|
+
methodKind: "unary";
|
|
917
|
+
input: typeof ListIntegrationBucketTypesRequestSchema;
|
|
918
|
+
output: typeof ListIntegrationBucketTypesResponseSchema;
|
|
919
|
+
};
|
|
920
|
+
/**
|
|
921
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.UpsertIntegrationBucketType
|
|
922
|
+
*/
|
|
923
|
+
upsertIntegrationBucketType: {
|
|
924
|
+
methodKind: "unary";
|
|
925
|
+
input: typeof UpsertIntegrationBucketTypeRequestSchema;
|
|
926
|
+
output: typeof UpsertIntegrationBucketTypeResponseSchema;
|
|
927
|
+
};
|
|
928
|
+
/**
|
|
929
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.DeleteIntegrationBucketType
|
|
930
|
+
*/
|
|
931
|
+
deleteIntegrationBucketType: {
|
|
932
|
+
methodKind: "unary";
|
|
933
|
+
input: typeof DeleteIntegrationBucketTypeRequestSchema;
|
|
934
|
+
output: typeof EmptySchema;
|
|
935
|
+
};
|
|
936
|
+
/**
|
|
937
|
+
* Bucket Type Service Accounts
|
|
938
|
+
*
|
|
939
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.EnableBucketTypeServiceAccount
|
|
940
|
+
*/
|
|
941
|
+
enableBucketTypeServiceAccount: {
|
|
942
|
+
methodKind: "unary";
|
|
943
|
+
input: typeof EnableBucketTypeServiceAccountRequestSchema;
|
|
944
|
+
output: typeof EnableBucketTypeServiceAccountResponseSchema;
|
|
945
|
+
};
|
|
946
|
+
/**
|
|
947
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.RegenerateBucketTypeServiceAccountToken
|
|
948
|
+
*/
|
|
949
|
+
regenerateBucketTypeServiceAccountToken: {
|
|
950
|
+
methodKind: "unary";
|
|
951
|
+
input: typeof RegenerateBucketTypeServiceAccountTokenRequestSchema;
|
|
952
|
+
output: typeof RegenerateBucketTypeServiceAccountTokenResponseSchema;
|
|
953
|
+
};
|
|
954
|
+
/**
|
|
955
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.DisableBucketTypeServiceAccount
|
|
956
|
+
*/
|
|
957
|
+
disableBucketTypeServiceAccount: {
|
|
958
|
+
methodKind: "unary";
|
|
959
|
+
input: typeof DisableBucketTypeServiceAccountRequestSchema;
|
|
960
|
+
output: typeof EmptySchema;
|
|
961
|
+
};
|
|
962
|
+
/**
|
|
963
|
+
* Integration Content Types
|
|
964
|
+
*
|
|
965
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.ListIntegrationContentTypes
|
|
966
|
+
*/
|
|
967
|
+
listIntegrationContentTypes: {
|
|
968
|
+
methodKind: "unary";
|
|
969
|
+
input: typeof ListIntegrationContentTypesRequestSchema;
|
|
970
|
+
output: typeof ListIntegrationContentTypesResponseSchema;
|
|
971
|
+
};
|
|
972
|
+
/**
|
|
973
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.UpsertIntegrationContentType
|
|
974
|
+
*/
|
|
975
|
+
upsertIntegrationContentType: {
|
|
976
|
+
methodKind: "unary";
|
|
977
|
+
input: typeof UpsertIntegrationContentTypeRequestSchema;
|
|
978
|
+
output: typeof UpsertIntegrationContentTypeResponseSchema;
|
|
979
|
+
};
|
|
980
|
+
/**
|
|
981
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.DeleteIntegrationContentType
|
|
982
|
+
*/
|
|
983
|
+
deleteIntegrationContentType: {
|
|
984
|
+
methodKind: "unary";
|
|
985
|
+
input: typeof DeleteIntegrationContentTypeRequestSchema;
|
|
986
|
+
output: typeof EmptySchema;
|
|
987
|
+
};
|
|
988
|
+
/**
|
|
989
|
+
* Integration New Files
|
|
990
|
+
*
|
|
991
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.ListIntegrationNewFiles
|
|
992
|
+
*/
|
|
993
|
+
listIntegrationNewFiles: {
|
|
994
|
+
methodKind: "unary";
|
|
995
|
+
input: typeof ListIntegrationNewFilesRequestSchema;
|
|
996
|
+
output: typeof ListIntegrationNewFilesResponseSchema;
|
|
997
|
+
};
|
|
998
|
+
/**
|
|
999
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.UpsertIntegrationNewFile
|
|
1000
|
+
*/
|
|
1001
|
+
upsertIntegrationNewFile: {
|
|
1002
|
+
methodKind: "unary";
|
|
1003
|
+
input: typeof UpsertIntegrationNewFileRequestSchema;
|
|
1004
|
+
output: typeof UpsertIntegrationNewFileResponseSchema;
|
|
1005
|
+
};
|
|
1006
|
+
/**
|
|
1007
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.DeleteIntegrationNewFile
|
|
1008
|
+
*/
|
|
1009
|
+
deleteIntegrationNewFile: {
|
|
1010
|
+
methodKind: "unary";
|
|
1011
|
+
input: typeof DeleteIntegrationNewFileRequestSchema;
|
|
1012
|
+
output: typeof EmptySchema;
|
|
1013
|
+
};
|
|
1014
|
+
/**
|
|
1015
|
+
* Integration Thumbnail Pools
|
|
1016
|
+
*
|
|
1017
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.ListIntegrationThumbnailPools
|
|
1018
|
+
*/
|
|
1019
|
+
listIntegrationThumbnailPools: {
|
|
1020
|
+
methodKind: "unary";
|
|
1021
|
+
input: typeof ListIntegrationThumbnailPoolsRequestSchema;
|
|
1022
|
+
output: typeof ListIntegrationThumbnailPoolsResponseSchema;
|
|
1023
|
+
};
|
|
1024
|
+
/**
|
|
1025
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.CreateIntegrationThumbnailPool
|
|
1026
|
+
*/
|
|
1027
|
+
createIntegrationThumbnailPool: {
|
|
1028
|
+
methodKind: "unary";
|
|
1029
|
+
input: typeof CreateIntegrationThumbnailPoolRequestSchema;
|
|
1030
|
+
output: typeof CreateIntegrationThumbnailPoolResponseSchema;
|
|
1031
|
+
};
|
|
1032
|
+
/**
|
|
1033
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.DeleteIntegrationThumbnailPool
|
|
1034
|
+
*/
|
|
1035
|
+
deleteIntegrationThumbnailPool: {
|
|
1036
|
+
methodKind: "unary";
|
|
1037
|
+
input: typeof DeleteIntegrationThumbnailPoolRequestSchema;
|
|
1038
|
+
output: typeof EmptySchema;
|
|
1039
|
+
};
|
|
1040
|
+
/**
|
|
1041
|
+
* Integration API Key
|
|
1042
|
+
*
|
|
1043
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.RegenerateIntegrationApiKey
|
|
1044
|
+
*/
|
|
1045
|
+
regenerateIntegrationApiKey: {
|
|
1046
|
+
methodKind: "unary";
|
|
1047
|
+
input: typeof RegenerateIntegrationApiKeyRequestSchema;
|
|
1048
|
+
output: typeof RegenerateIntegrationApiKeyResponseSchema;
|
|
1049
|
+
};
|
|
1050
|
+
/**
|
|
1051
|
+
* @generated from rpc uplim.api.v1.IntegrationAdminService.RevokeIntegrationApiKey
|
|
1052
|
+
*/
|
|
1053
|
+
revokeIntegrationApiKey: {
|
|
1054
|
+
methodKind: "unary";
|
|
1055
|
+
input: typeof RevokeIntegrationApiKeyRequestSchema;
|
|
1056
|
+
output: typeof EmptySchema;
|
|
1057
|
+
};
|
|
1058
|
+
}>;
|
|
1059
|
+
//# sourceMappingURL=integration_admin_pb.d.ts.map
|