@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,386 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
|
|
2
|
+
// @generated from file uplim/api/v1/integration_install.proto (package uplim.api.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import type { Integration } from "./integration_types_pb.js";
|
|
8
|
+
import { file_uplim_api_v1_integration_types } from "./integration_types_pb.js";
|
|
9
|
+
import { file_buf_validate_validate } from "../../../buf/validate/validate_pb.js";
|
|
10
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file uplim/api/v1/integration_install.proto.
|
|
14
|
+
*/
|
|
15
|
+
export const file_uplim_api_v1_integration_install: GenFile = /*@__PURE__*/
|
|
16
|
+
fileDesc("CiZ1cGxpbS9hcGkvdjEvaW50ZWdyYXRpb25faW5zdGFsbC5wcm90bxIMdXBsaW0uYXBpLnYxIvACChRJbnN0YWxsZWRJbnRlZ3JhdGlvbhIuCgtpbnRlZ3JhdGlvbhgBIAEoCzIZLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvbhIRCgljbGllbnRfaWQYAiABKAkSEwoLY2xpZW50X25hbWUYAyABKAkSHAoPY2xpZW50X2xvZ29fdXJsGAQgASgJSACIAQESHwoSY2xpZW50X3dlYnNpdGVfdXJsGAUgASgJSAGIAQESGwoOYXBwbGljYXRpb25faWQYBiABKAlIAogBARIdChBhcHBsaWNhdGlvbl9uYW1lGAcgASgJSAOIAQESHQoQYXBwbGljYXRpb25fc2x1ZxgIIAEoCUgEiAEBQhIKEF9jbGllbnRfbG9nb191cmxCFQoTX2NsaWVudF93ZWJzaXRlX3VybEIRCg9fYXBwbGljYXRpb25faWRCEwoRX2FwcGxpY2F0aW9uX25hbWVCEwoRX2FwcGxpY2F0aW9uX3NsdWciUgogTGlzdEluc3RhbGxlZEludGVncmF0aW9uc1JlcXVlc3QSGwoOYXBwbGljYXRpb25faWQYASABKAlIAIgBAUIRCg9fYXBwbGljYXRpb25faWQiXQohTGlzdEluc3RhbGxlZEludGVncmF0aW9uc1Jlc3BvbnNlEjgKDGludGVncmF0aW9ucxgBIAMoCzIiLnVwbGltLmFwaS52MS5JbnN0YWxsZWRJbnRlZ3JhdGlvbiLbAQoWSW50ZWdyYXRpb25DbGllbnRJc3N1ZRI2CgRjb2RlGAEgASgOMigudXBsaW0uYXBpLnYxLkludGVncmF0aW9uQ2xpZW50SXNzdWVDb2RlEj4KCHNldmVyaXR5GAIgASgOMiwudXBsaW0uYXBpLnYxLkludGVncmF0aW9uQ2xpZW50SXNzdWVTZXZlcml0eRIPCgdtZXNzYWdlGAMgASgJEiAKE2RlbGVnYXRvcl9jbGllbnRfaWQYBCABKAlIAIgBAUIWChRfZGVsZWdhdG9yX2NsaWVudF9pZCI/CiBWYWxpZGF0ZUludGVncmF0aW9uQ2xpZW50UmVxdWVzdBIbCgljbGllbnRfaWQYASABKAlCCLpIBXIDsAEBIoQBCiFWYWxpZGF0ZUludGVncmF0aW9uQ2xpZW50UmVzcG9uc2USCgoCb2sYASABKAgSHQoVaXNfaW50ZXJuYWxfZGVsZWdhdG9yGAIgASgIEjQKBmlzc3VlcxgDIAMoCzIkLnVwbGltLmFwaS52MS5JbnRlZ3JhdGlvbkNsaWVudElzc3VlIjoKG0ZpeEludGVncmF0aW9uQ2xpZW50UmVxdWVzdBIbCgljbGllbnRfaWQYASABKAlCCLpIBXIDsAEBImAKHEZpeEludGVncmF0aW9uQ2xpZW50UmVzcG9uc2USCgoCb2sYASABKAgSNAoGaXNzdWVzGAIgAygLMiQudXBsaW0uYXBpLnYxLkludGVncmF0aW9uQ2xpZW50SXNzdWUicAohQ3JlYXRlQ2xpZW50Rm9yQ3VycmVudFVzZXJSZXF1ZXN0EhcKBG5hbWUYASABKAlCCbpIBnIEEAEYQBIiCgt3ZWJzaXRlX3VybBgCIAEoCUIIukgFcgMYgAFIAIgBAUIOCgxfd2Vic2l0ZV91cmwiNwoiQ3JlYXRlQ2xpZW50Rm9yQ3VycmVudFVzZXJSZXNwb25zZRIRCgljbGllbnRfaWQYASABKAkijwEKH0FkbWluQ3JlYXRlQ2xpZW50Rm9yVXNlclJlcXVlc3QSHwoOdGFyZ2V0X3VzZXJfaWQYASABKAlCB7pIBHICEAESFwoEbmFtZRgCIAEoCUIJukgGcgQQARhAEiIKC3dlYnNpdGVfdXJsGAMgASgJQgi6SAVyAxiAAUgAiAEBQg4KDF93ZWJzaXRlX3VybCI1CiBBZG1pbkNyZWF0ZUNsaWVudEZvclVzZXJSZXNwb25zZRIRCgljbGllbnRfaWQYASABKAkq2wEKHkludGVncmF0aW9uQ2xpZW50SXNzdWVTZXZlcml0eRIxCi1JTlRFR1JBVElPTl9DTElFTlRfSVNTVUVfU0VWRVJJVFlfVU5TUEVDSUZJRUQQABIqCiZJTlRFR1JBVElPTl9DTElFTlRfSVNTVUVfU0VWRVJJVFlfSU5GTxABEi0KKUlOVEVHUkFUSU9OX0NMSUVOVF9JU1NVRV9TRVZFUklUWV9XQVJOSU5HEAISKwonSU5URUdSQVRJT05fQ0xJRU5UX0lTU1VFX1NFVkVSSVRZX0VSUk9SEAMq/wEKGkludGVncmF0aW9uQ2xpZW50SXNzdWVDb2RlEi0KKUlOVEVHUkFUSU9OX0NMSUVOVF9JU1NVRV9DT0RFX1VOU1BFQ0lGSUVEEAASOQo1SU5URUdSQVRJT05fQ0xJRU5UX0lTU1VFX0NPREVfQ09ORklERU5USUFMX0RJU0FMTE9XRUQQARI5CjVJTlRFR1JBVElPTl9DTElFTlRfSVNTVUVfQ09ERV9JTVBMSUNJVF9HUkFOVF9SRVFVSVJFRBACEjwKOElOVEVHUkFUSU9OX0NMSUVOVF9JU1NVRV9DT0RFX01JU1NJTkdfUkVRVUlSRURfREVMRUdBVE9SEANCugEKEGNvbS51cGxpbS5hcGkudjFCF0ludGVncmF0aW9uSW5zdGFsbFByb3RvUAFaO2dpdGh1Yi5jb20veGVvbnIvdXBsLWltLWFwaS9wcm90by9nZW4vdXBsaW0vYXBpL3YxO3VwbGltX3YxogIDVUFYqgIMVXBsaW0uQXBpLlYxygIMVXBsaW1cQXBpXFYx4gIYVXBsaW1cQXBpXFYxXEdQQk1ldGFkYXRh6gIOVXBsaW06OkFwaTo6VjFiBnByb3RvMw", [file_uplim_api_v1_integration_types, file_buf_validate_validate]);
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* An installed integration enriched with its backing OAuth client snapshot
|
|
20
|
+
* (and optionally application enrichment).
|
|
21
|
+
*
|
|
22
|
+
* @generated from message uplim.api.v1.InstalledIntegration
|
|
23
|
+
*/
|
|
24
|
+
export type InstalledIntegration = Message<"uplim.api.v1.InstalledIntegration"> & {
|
|
25
|
+
/**
|
|
26
|
+
* @generated from field: uplim.api.v1.Integration integration = 1;
|
|
27
|
+
*/
|
|
28
|
+
integration?: Integration;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @generated from field: string client_id = 2;
|
|
32
|
+
*/
|
|
33
|
+
clientId: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @generated from field: string client_name = 3;
|
|
37
|
+
*/
|
|
38
|
+
clientName: string;
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: optional string client_logo_url = 4;
|
|
42
|
+
*/
|
|
43
|
+
clientLogoUrl?: string;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @generated from field: optional string client_website_url = 5;
|
|
47
|
+
*/
|
|
48
|
+
clientWebsiteUrl?: string;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: optional string application_id = 6;
|
|
52
|
+
*/
|
|
53
|
+
applicationId?: string;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @generated from field: optional string application_name = 7;
|
|
57
|
+
*/
|
|
58
|
+
applicationName?: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: optional string application_slug = 8;
|
|
62
|
+
*/
|
|
63
|
+
applicationSlug?: string;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Describes the message uplim.api.v1.InstalledIntegration.
|
|
68
|
+
* Use `create(InstalledIntegrationSchema)` to create a new message.
|
|
69
|
+
*/
|
|
70
|
+
export const InstalledIntegrationSchema: GenMessage<InstalledIntegration> = /*@__PURE__*/
|
|
71
|
+
messageDesc(file_uplim_api_v1_integration_install, 0);
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @generated from message uplim.api.v1.ListInstalledIntegrationsRequest
|
|
75
|
+
*/
|
|
76
|
+
export type ListInstalledIntegrationsRequest = Message<"uplim.api.v1.ListInstalledIntegrationsRequest"> & {
|
|
77
|
+
/**
|
|
78
|
+
* Optional filter: only return integrations belonging to this application.
|
|
79
|
+
*
|
|
80
|
+
* @generated from field: optional string application_id = 1;
|
|
81
|
+
*/
|
|
82
|
+
applicationId?: string;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Describes the message uplim.api.v1.ListInstalledIntegrationsRequest.
|
|
87
|
+
* Use `create(ListInstalledIntegrationsRequestSchema)` to create a new message.
|
|
88
|
+
*/
|
|
89
|
+
export const ListInstalledIntegrationsRequestSchema: GenMessage<ListInstalledIntegrationsRequest> = /*@__PURE__*/
|
|
90
|
+
messageDesc(file_uplim_api_v1_integration_install, 1);
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* @generated from message uplim.api.v1.ListInstalledIntegrationsResponse
|
|
94
|
+
*/
|
|
95
|
+
export type ListInstalledIntegrationsResponse = Message<"uplim.api.v1.ListInstalledIntegrationsResponse"> & {
|
|
96
|
+
/**
|
|
97
|
+
* @generated from field: repeated uplim.api.v1.InstalledIntegration integrations = 1;
|
|
98
|
+
*/
|
|
99
|
+
integrations: InstalledIntegration[];
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Describes the message uplim.api.v1.ListInstalledIntegrationsResponse.
|
|
104
|
+
* Use `create(ListInstalledIntegrationsResponseSchema)` to create a new message.
|
|
105
|
+
*/
|
|
106
|
+
export const ListInstalledIntegrationsResponseSchema: GenMessage<ListInstalledIntegrationsResponse> = /*@__PURE__*/
|
|
107
|
+
messageDesc(file_uplim_api_v1_integration_install, 2);
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @generated from message uplim.api.v1.IntegrationClientIssue
|
|
111
|
+
*/
|
|
112
|
+
export type IntegrationClientIssue = Message<"uplim.api.v1.IntegrationClientIssue"> & {
|
|
113
|
+
/**
|
|
114
|
+
* @generated from field: uplim.api.v1.IntegrationClientIssueCode code = 1;
|
|
115
|
+
*/
|
|
116
|
+
code: IntegrationClientIssueCode;
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* @generated from field: uplim.api.v1.IntegrationClientIssueSeverity severity = 2;
|
|
120
|
+
*/
|
|
121
|
+
severity: IntegrationClientIssueSeverity;
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* @generated from field: string message = 3;
|
|
125
|
+
*/
|
|
126
|
+
message: string;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* For MISSING_REQUIRED_DELEGATOR: the delegator client_id that is missing.
|
|
130
|
+
*
|
|
131
|
+
* @generated from field: optional string delegator_client_id = 4;
|
|
132
|
+
*/
|
|
133
|
+
delegatorClientId?: string;
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Describes the message uplim.api.v1.IntegrationClientIssue.
|
|
138
|
+
* Use `create(IntegrationClientIssueSchema)` to create a new message.
|
|
139
|
+
*/
|
|
140
|
+
export const IntegrationClientIssueSchema: GenMessage<IntegrationClientIssue> = /*@__PURE__*/
|
|
141
|
+
messageDesc(file_uplim_api_v1_integration_install, 3);
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* @generated from message uplim.api.v1.ValidateIntegrationClientRequest
|
|
145
|
+
*/
|
|
146
|
+
export type ValidateIntegrationClientRequest = Message<"uplim.api.v1.ValidateIntegrationClientRequest"> & {
|
|
147
|
+
/**
|
|
148
|
+
* @generated from field: string client_id = 1;
|
|
149
|
+
*/
|
|
150
|
+
clientId: string;
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Describes the message uplim.api.v1.ValidateIntegrationClientRequest.
|
|
155
|
+
* Use `create(ValidateIntegrationClientRequestSchema)` to create a new message.
|
|
156
|
+
*/
|
|
157
|
+
export const ValidateIntegrationClientRequestSchema: GenMessage<ValidateIntegrationClientRequest> = /*@__PURE__*/
|
|
158
|
+
messageDesc(file_uplim_api_v1_integration_install, 4);
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @generated from message uplim.api.v1.ValidateIntegrationClientResponse
|
|
162
|
+
*/
|
|
163
|
+
export type ValidateIntegrationClientResponse = Message<"uplim.api.v1.ValidateIntegrationClientResponse"> & {
|
|
164
|
+
/**
|
|
165
|
+
* True iff no ERROR-severity issues are present.
|
|
166
|
+
*
|
|
167
|
+
* @generated from field: bool ok = 1;
|
|
168
|
+
*/
|
|
169
|
+
ok: boolean;
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* True when the inspected client IS one of upl's required delegators.
|
|
173
|
+
*
|
|
174
|
+
* @generated from field: bool is_internal_delegator = 2;
|
|
175
|
+
*/
|
|
176
|
+
isInternalDelegator: boolean;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: repeated uplim.api.v1.IntegrationClientIssue issues = 3;
|
|
180
|
+
*/
|
|
181
|
+
issues: IntegrationClientIssue[];
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* Describes the message uplim.api.v1.ValidateIntegrationClientResponse.
|
|
186
|
+
* Use `create(ValidateIntegrationClientResponseSchema)` to create a new message.
|
|
187
|
+
*/
|
|
188
|
+
export const ValidateIntegrationClientResponseSchema: GenMessage<ValidateIntegrationClientResponse> = /*@__PURE__*/
|
|
189
|
+
messageDesc(file_uplim_api_v1_integration_install, 5);
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* @generated from message uplim.api.v1.FixIntegrationClientRequest
|
|
193
|
+
*/
|
|
194
|
+
export type FixIntegrationClientRequest = Message<"uplim.api.v1.FixIntegrationClientRequest"> & {
|
|
195
|
+
/**
|
|
196
|
+
* @generated from field: string client_id = 1;
|
|
197
|
+
*/
|
|
198
|
+
clientId: string;
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Describes the message uplim.api.v1.FixIntegrationClientRequest.
|
|
203
|
+
* Use `create(FixIntegrationClientRequestSchema)` to create a new message.
|
|
204
|
+
*/
|
|
205
|
+
export const FixIntegrationClientRequestSchema: GenMessage<FixIntegrationClientRequest> = /*@__PURE__*/
|
|
206
|
+
messageDesc(file_uplim_api_v1_integration_install, 6);
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* @generated from message uplim.api.v1.FixIntegrationClientResponse
|
|
210
|
+
*/
|
|
211
|
+
export type FixIntegrationClientResponse = Message<"uplim.api.v1.FixIntegrationClientResponse"> & {
|
|
212
|
+
/**
|
|
213
|
+
* Re-validation result after applying fixes.
|
|
214
|
+
*
|
|
215
|
+
* @generated from field: bool ok = 1;
|
|
216
|
+
*/
|
|
217
|
+
ok: boolean;
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* @generated from field: repeated uplim.api.v1.IntegrationClientIssue issues = 2;
|
|
221
|
+
*/
|
|
222
|
+
issues: IntegrationClientIssue[];
|
|
223
|
+
};
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* Describes the message uplim.api.v1.FixIntegrationClientResponse.
|
|
227
|
+
* Use `create(FixIntegrationClientResponseSchema)` to create a new message.
|
|
228
|
+
*/
|
|
229
|
+
export const FixIntegrationClientResponseSchema: GenMessage<FixIntegrationClientResponse> = /*@__PURE__*/
|
|
230
|
+
messageDesc(file_uplim_api_v1_integration_install, 7);
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @generated from message uplim.api.v1.CreateClientForCurrentUserRequest
|
|
234
|
+
*/
|
|
235
|
+
export type CreateClientForCurrentUserRequest = Message<"uplim.api.v1.CreateClientForCurrentUserRequest"> & {
|
|
236
|
+
/**
|
|
237
|
+
* @generated from field: string name = 1;
|
|
238
|
+
*/
|
|
239
|
+
name: string;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* @generated from field: optional string website_url = 2;
|
|
243
|
+
*/
|
|
244
|
+
websiteUrl?: string;
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* Describes the message uplim.api.v1.CreateClientForCurrentUserRequest.
|
|
249
|
+
* Use `create(CreateClientForCurrentUserRequestSchema)` to create a new message.
|
|
250
|
+
*/
|
|
251
|
+
export const CreateClientForCurrentUserRequestSchema: GenMessage<CreateClientForCurrentUserRequest> = /*@__PURE__*/
|
|
252
|
+
messageDesc(file_uplim_api_v1_integration_install, 8);
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* @generated from message uplim.api.v1.CreateClientForCurrentUserResponse
|
|
256
|
+
*/
|
|
257
|
+
export type CreateClientForCurrentUserResponse = Message<"uplim.api.v1.CreateClientForCurrentUserResponse"> & {
|
|
258
|
+
/**
|
|
259
|
+
* The newly created OAuth client ID.
|
|
260
|
+
*
|
|
261
|
+
* @generated from field: string client_id = 1;
|
|
262
|
+
*/
|
|
263
|
+
clientId: string;
|
|
264
|
+
};
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* Describes the message uplim.api.v1.CreateClientForCurrentUserResponse.
|
|
268
|
+
* Use `create(CreateClientForCurrentUserResponseSchema)` to create a new message.
|
|
269
|
+
*/
|
|
270
|
+
export const CreateClientForCurrentUserResponseSchema: GenMessage<CreateClientForCurrentUserResponse> = /*@__PURE__*/
|
|
271
|
+
messageDesc(file_uplim_api_v1_integration_install, 9);
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* @generated from message uplim.api.v1.AdminCreateClientForUserRequest
|
|
275
|
+
*/
|
|
276
|
+
export type AdminCreateClientForUserRequest = Message<"uplim.api.v1.AdminCreateClientForUserRequest"> & {
|
|
277
|
+
/**
|
|
278
|
+
* Target user URN to create the client for.
|
|
279
|
+
*
|
|
280
|
+
* @generated from field: string target_user_id = 1;
|
|
281
|
+
*/
|
|
282
|
+
targetUserId: string;
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* @generated from field: string name = 2;
|
|
286
|
+
*/
|
|
287
|
+
name: string;
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* @generated from field: optional string website_url = 3;
|
|
291
|
+
*/
|
|
292
|
+
websiteUrl?: string;
|
|
293
|
+
};
|
|
294
|
+
|
|
295
|
+
/**
|
|
296
|
+
* Describes the message uplim.api.v1.AdminCreateClientForUserRequest.
|
|
297
|
+
* Use `create(AdminCreateClientForUserRequestSchema)` to create a new message.
|
|
298
|
+
*/
|
|
299
|
+
export const AdminCreateClientForUserRequestSchema: GenMessage<AdminCreateClientForUserRequest> = /*@__PURE__*/
|
|
300
|
+
messageDesc(file_uplim_api_v1_integration_install, 10);
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* @generated from message uplim.api.v1.AdminCreateClientForUserResponse
|
|
304
|
+
*/
|
|
305
|
+
export type AdminCreateClientForUserResponse = Message<"uplim.api.v1.AdminCreateClientForUserResponse"> & {
|
|
306
|
+
/**
|
|
307
|
+
* @generated from field: string client_id = 1;
|
|
308
|
+
*/
|
|
309
|
+
clientId: string;
|
|
310
|
+
};
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* Describes the message uplim.api.v1.AdminCreateClientForUserResponse.
|
|
314
|
+
* Use `create(AdminCreateClientForUserResponseSchema)` to create a new message.
|
|
315
|
+
*/
|
|
316
|
+
export const AdminCreateClientForUserResponseSchema: GenMessage<AdminCreateClientForUserResponse> = /*@__PURE__*/
|
|
317
|
+
messageDesc(file_uplim_api_v1_integration_install, 11);
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* @generated from enum uplim.api.v1.IntegrationClientIssueSeverity
|
|
321
|
+
*/
|
|
322
|
+
export enum IntegrationClientIssueSeverity {
|
|
323
|
+
/**
|
|
324
|
+
* @generated from enum value: INTEGRATION_CLIENT_ISSUE_SEVERITY_UNSPECIFIED = 0;
|
|
325
|
+
*/
|
|
326
|
+
UNSPECIFIED = 0,
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* @generated from enum value: INTEGRATION_CLIENT_ISSUE_SEVERITY_INFO = 1;
|
|
330
|
+
*/
|
|
331
|
+
INFO = 1,
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* @generated from enum value: INTEGRATION_CLIENT_ISSUE_SEVERITY_WARNING = 2;
|
|
335
|
+
*/
|
|
336
|
+
WARNING = 2,
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* @generated from enum value: INTEGRATION_CLIENT_ISSUE_SEVERITY_ERROR = 3;
|
|
340
|
+
*/
|
|
341
|
+
ERROR = 3,
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
/**
|
|
345
|
+
* Describes the enum uplim.api.v1.IntegrationClientIssueSeverity.
|
|
346
|
+
*/
|
|
347
|
+
export const IntegrationClientIssueSeveritySchema: GenEnum<IntegrationClientIssueSeverity> = /*@__PURE__*/
|
|
348
|
+
enumDesc(file_uplim_api_v1_integration_install, 0);
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* @generated from enum uplim.api.v1.IntegrationClientIssueCode
|
|
352
|
+
*/
|
|
353
|
+
export enum IntegrationClientIssueCode {
|
|
354
|
+
/**
|
|
355
|
+
* @generated from enum value: INTEGRATION_CLIENT_ISSUE_CODE_UNSPECIFIED = 0;
|
|
356
|
+
*/
|
|
357
|
+
UNSPECIFIED = 0,
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* The client has a secret configured; integration clients must be public.
|
|
361
|
+
*
|
|
362
|
+
* @generated from enum value: INTEGRATION_CLIENT_ISSUE_CODE_CONFIDENTIAL_DISALLOWED = 1;
|
|
363
|
+
*/
|
|
364
|
+
CONFIDENTIAL_DISALLOWED = 1,
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* The client does not have the implicit grant flow enabled.
|
|
368
|
+
*
|
|
369
|
+
* @generated from enum value: INTEGRATION_CLIENT_ISSUE_CODE_IMPLICIT_GRANT_REQUIRED = 2;
|
|
370
|
+
*/
|
|
371
|
+
IMPLICIT_GRANT_REQUIRED = 2,
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* The client is missing one of upl's required delegator client IDs.
|
|
375
|
+
*
|
|
376
|
+
* @generated from enum value: INTEGRATION_CLIENT_ISSUE_CODE_MISSING_REQUIRED_DELEGATOR = 3;
|
|
377
|
+
*/
|
|
378
|
+
MISSING_REQUIRED_DELEGATOR = 3,
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* Describes the enum uplim.api.v1.IntegrationClientIssueCode.
|
|
383
|
+
*/
|
|
384
|
+
export const IntegrationClientIssueCodeSchema: GenEnum<IntegrationClientIssueCode> = /*@__PURE__*/
|
|
385
|
+
enumDesc(file_uplim_api_v1_integration_install, 1);
|
|
386
|
+
|