@stigmer/protos 0.0.81 → 0.0.83
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/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +40 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/oauthapp/v1/spec_pb.d.ts +67 -1
- package/ai/stigmer/iam/oauthapp/v1/spec_pb.js +45 -2
- package/ai/stigmer/iam/oauthapp/v1/spec_pb.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { EnvVarDeclaration } from "../../environment/v1/spec_pb";
|
|
3
3
|
import type { ApiResourceReference } from "../../../commons/apiresource/io_pb";
|
|
4
|
+
import type { VendorApprovalStatus } from "../../../iam/oauthapp/v1/spec_pb";
|
|
4
5
|
import type { Message } from "@bufbuild/protobuf";
|
|
5
6
|
/**
|
|
6
7
|
* Describes the file ai/stigmer/agentic/mcpserver/v1/spec.proto.
|
|
@@ -410,6 +411,45 @@ export type McpServerAuth = Message<"ai.stigmer.agentic.mcpserver.v1.McpServerAu
|
|
|
410
411
|
* @generated from field: repeated string scope_hints = 4;
|
|
411
412
|
*/
|
|
412
413
|
scopeHints: string[];
|
|
414
|
+
/**
|
|
415
|
+
* Read-only. Resolved from the referenced OAuthApp at query time.
|
|
416
|
+
* Indicates whether the vendor has approved this OAuth app for public use.
|
|
417
|
+
* Not persisted on the McpServer — populated by the backend when serving
|
|
418
|
+
* MCP server data so the frontend can gate the sign-in button without
|
|
419
|
+
* a separate OAuthApp fetch.
|
|
420
|
+
*
|
|
421
|
+
* @generated from field: ai.stigmer.iam.oauthapp.v1.VendorApprovalStatus vendor_approval_status = 5;
|
|
422
|
+
*/
|
|
423
|
+
vendorApprovalStatus: VendorApprovalStatus;
|
|
424
|
+
/**
|
|
425
|
+
* Read-only. Resolved from the referenced OAuthApp at query time.
|
|
426
|
+
* Documentation URL for users who want to bring their own OAuth
|
|
427
|
+
* credentials while the platform's OAuth app is pending vendor approval.
|
|
428
|
+
*
|
|
429
|
+
* @generated from field: string vendor_approval_docs_url = 6;
|
|
430
|
+
*/
|
|
431
|
+
vendorApprovalDocsUrl: string;
|
|
432
|
+
/**
|
|
433
|
+
* Optional URL for OAuth authorization server discovery on stdio servers.
|
|
434
|
+
*
|
|
435
|
+
* HTTP servers do not need this: the platform derives the discovery
|
|
436
|
+
* endpoint from http.url (fetching /.well-known/oauth-authorization-server
|
|
437
|
+
* relative to the server URL).
|
|
438
|
+
*
|
|
439
|
+
* Stdio servers have no URL, so DCR discovery has nothing to derive from.
|
|
440
|
+
* Set this field to the base URL of the vendor's OAuth authorization
|
|
441
|
+
* server to enable DCR for a stdio-based MCP server.
|
|
442
|
+
*
|
|
443
|
+
* Resolution priority:
|
|
444
|
+
* 1. discovery_url (if set — used for both stdio and HTTP)
|
|
445
|
+
* 2. http.url (default for HTTP servers)
|
|
446
|
+
*
|
|
447
|
+
* Ignored when oauth_app_ref is set (vendor OAuth uses OAuthApp endpoints
|
|
448
|
+
* directly, no discovery needed).
|
|
449
|
+
*
|
|
450
|
+
* @generated from field: string discovery_url = 7;
|
|
451
|
+
*/
|
|
452
|
+
discoveryUrl: string;
|
|
413
453
|
};
|
|
414
454
|
/**
|
|
415
455
|
* Describes the message ai.stigmer.agentic.mcpserver.v1.McpServerAuth.
|
|
@@ -5,11 +5,12 @@ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
|
5
5
|
import { file_ai_stigmer_agentic_environment_v1_spec } from "../../environment/v1/spec_pb";
|
|
6
6
|
import { file_ai_stigmer_commons_apiresource_field_options } from "../../../commons/apiresource/field_options_pb";
|
|
7
7
|
import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb";
|
|
8
|
+
import { file_ai_stigmer_iam_oauthapp_v1_spec } from "../../../iam/oauthapp/v1/spec_pb";
|
|
8
9
|
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
9
10
|
/**
|
|
10
11
|
* Describes the file ai/stigmer/agentic/mcpserver/v1/spec.proto.
|
|
11
12
|
*/
|
|
12
|
-
export const file_ai_stigmer_agentic_mcpserver_v1_spec = /*@__PURE__*/ fileDesc("
|
|
13
|
+
export const file_ai_stigmer_agentic_mcpserver_v1_spec = /*@__PURE__*/ fileDesc("CiphaS9zdGlnbWVyL2FnZW50aWMvbWNwc2VydmVyL3YxL3NwZWMucHJvdG8SH2FpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEi6QQKDU1jcFNlcnZlclNwZWMSEwoLZGVzY3JpcHRpb24YASABKAkSEAoIaWNvbl91cmwYAiABKAkSDAoEdGFncxgDIAMoCRJDCgVzdGRpbxgEIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuU3RkaW9TZXJ2ZXJDb25maWdIABJBCgRodHRwGAUgASgLMjEuYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5IdHRwU2VydmVyQ29uZmlnSAASHQoVZGVmYXVsdF9lbmFibGVkX3Rvb2xzGAcgAygJEkQKA2VudhgIIAMoCzI3LmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuTWNwU2VydmVyU3BlYy5FbnZFbnRyeRJSChVwaW5uZWRfdG9vbF9hcHByb3ZhbHMYCyADKAsyMy5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLlRvb2xBcHByb3ZhbFBvbGljeRIWCg5yZXBvc2l0b3J5X3VybBgMIAEoCRIUCgxnaXRodWJfc3RhcnMYDSABKAUSPAoEYXV0aBgOIAEoCzIuLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuTWNwU2VydmVyQXV0aBpgCghFbnZFbnRyeRILCgNrZXkYASABKAkSQwoFdmFsdWUYAiABKAsyNC5haS5zdGlnbWVyLmFnZW50aWMuZW52aXJvbm1lbnQudjEuRW52VmFyRGVjbGFyYXRpb246AjgBQhQKC3NlcnZlcl90eXBlEgW6SAIIASJPChFTdGRpb1NlcnZlckNvbmZpZxIXCgdjb21tYW5kGAEgASgJQga6SAPIAQESDAoEYXJncxgCIAMoCRITCgt3b3JraW5nX2RpchgDIAEoCSLgAgoQSHR0cFNlcnZlckNvbmZpZxIYCgN1cmwYASABKAlCC7pICMgBAXIDiAEBEk8KB2hlYWRlcnMYAiADKAsyPi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLkh0dHBTZXJ2ZXJDb25maWcuSGVhZGVyc0VudHJ5ElgKDHF1ZXJ5X3BhcmFtcxgDIAMoCzJCLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuSHR0cFNlcnZlckNvbmZpZy5RdWVyeVBhcmFtc0VudHJ5EiMKD3RpbWVvdXRfc2Vjb25kcxgEIAEoBUIKukgHGgUYrAIoABouCgxIZWFkZXJzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARoyChBRdWVyeVBhcmFtc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiQQoSVG9vbEFwcHJvdmFsUG9saWN5EhoKCXRvb2xfbmFtZRgBIAEoCUIHukgEcgIQARIPCgdtZXNzYWdlGAIgASgJIrwDCg1NY3BTZXJ2ZXJBdXRoEswBCg1vYXV0aF9hcHBfcmVmGAEgASgLMjQuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlUmVmZXJlbmNlQn+6SHi6AXUKEm9hdXRoX2FwcF9yZWYua2luZBI7b2F1dGhfYXBwX3JlZiBtdXN0IHJlZmVyZW5jZSBhIHJlc291cmNlIHdpdGgga2luZD1vYXV0aF9hcHAaInRoaXMuc2x1ZyA9PSAnJyB8fCB0aGlzLmtpbmQgPT0gMjLghSwWEh8KDnRhcmdldF9lbnZfdmFyGAIgASgJQge6SARyAhABEhsKE3Rva2VuX2xpZmV0aW1lX2hpbnQYAyABKAkSEwoLc2NvcGVfaGludHMYBCADKAkSUAoWdmVuZG9yX2FwcHJvdmFsX3N0YXR1cxgFIAEoDjIwLmFpLnN0aWdtZXIuaWFtLm9hdXRoYXBwLnYxLlZlbmRvckFwcHJvdmFsU3RhdHVzEiAKGHZlbmRvcl9hcHByb3ZhbF9kb2NzX3VybBgGIAEoCRIVCg1kaXNjb3ZlcnlfdXJsGAcgASgJYgZwcm90bzM", [file_ai_stigmer_agentic_environment_v1_spec, file_ai_stigmer_commons_apiresource_field_options, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_iam_oauthapp_v1_spec, file_buf_validate_validate]);
|
|
13
14
|
/**
|
|
14
15
|
* Describes the message ai.stigmer.agentic.mcpserver.v1.McpServerSpec.
|
|
15
16
|
* Use `create(McpServerSpecSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,2HAA2H;AAC3H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2CAA2C,EAAE,MAAM,8BAA8B,CAAC;AAC3F,OAAO,EAAE,iDAAiD,EAAE,MAAM,+CAA+C,CAAC;AAElH,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,2HAA2H;AAC3H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2CAA2C,EAAE,MAAM,8BAA8B,CAAC;AAC3F,OAAO,EAAE,iDAAiD,EAAE,MAAM,+CAA+C,CAAC;AAElH,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAE5F,OAAO,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AACxF,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,iqEAAiqE,EAAE,CAAC,2CAA2C,EAAE,iDAAiD,EAAE,sCAAsC,EAAE,oCAAoC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAgJ13E;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AA+D5D;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAqE5D;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAmD5D;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AA4H5D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { Message } from "@bufbuild/protobuf";
|
|
3
3
|
/**
|
|
4
4
|
* Describes the file ai/stigmer/iam/oauthapp/v1/spec.proto.
|
|
@@ -113,9 +113,75 @@ export type OAuthAppSpec = Message<"ai.stigmer.iam.oauthapp.v1.OAuthAppSpec"> &
|
|
|
113
113
|
* @generated from field: string scope_parameter_name = 8;
|
|
114
114
|
*/
|
|
115
115
|
scopeParameterName: string;
|
|
116
|
+
/**
|
|
117
|
+
* Vendor marketplace/app-review approval status for this OAuth app.
|
|
118
|
+
*
|
|
119
|
+
* Many vendors (Slack, Figma, Salesforce, etc.) require an approval
|
|
120
|
+
* process before a third-party OAuth app can be used publicly. This
|
|
121
|
+
* field tracks where Stigmer's registration stands with the vendor.
|
|
122
|
+
*
|
|
123
|
+
* UNSPECIFIED is treated as approved for backwards compatibility — only
|
|
124
|
+
* apps explicitly marked PENDING are gated in the UI.
|
|
125
|
+
*
|
|
126
|
+
* @generated from field: ai.stigmer.iam.oauthapp.v1.VendorApprovalStatus vendor_approval_status = 9;
|
|
127
|
+
*/
|
|
128
|
+
vendorApprovalStatus: VendorApprovalStatus;
|
|
129
|
+
/**
|
|
130
|
+
* Documentation URL explaining how users can bring their own OAuth
|
|
131
|
+
* app credentials or personal access tokens for this vendor while
|
|
132
|
+
* the platform's OAuth app is pending approval.
|
|
133
|
+
*
|
|
134
|
+
* Shown in the frontend as a help link when vendor_approval_status
|
|
135
|
+
* is PENDING. Empty means no documentation link is displayed.
|
|
136
|
+
*
|
|
137
|
+
* @generated from field: string vendor_approval_docs_url = 10;
|
|
138
|
+
*/
|
|
139
|
+
vendorApprovalDocsUrl: string;
|
|
116
140
|
};
|
|
117
141
|
/**
|
|
118
142
|
* Describes the message ai.stigmer.iam.oauthapp.v1.OAuthAppSpec.
|
|
119
143
|
* Use `create(OAuthAppSpecSchema)` to create a new message.
|
|
120
144
|
*/
|
|
121
145
|
export declare const OAuthAppSpecSchema: GenMessage<OAuthAppSpec>;
|
|
146
|
+
/**
|
|
147
|
+
* Lifecycle status of an OAuthApp's vendor marketplace approval.
|
|
148
|
+
*
|
|
149
|
+
* Vendors like Slack, Figma, and Salesforce require third-party OAuth
|
|
150
|
+
* apps to pass a review/approval process before they can be used by
|
|
151
|
+
* end users. This enum tracks that lifecycle.
|
|
152
|
+
*
|
|
153
|
+
* @generated from enum ai.stigmer.iam.oauthapp.v1.VendorApprovalStatus
|
|
154
|
+
*/
|
|
155
|
+
export declare enum VendorApprovalStatus {
|
|
156
|
+
/**
|
|
157
|
+
* Default / unset. Treated as approved for backwards compatibility.
|
|
158
|
+
* OAuth apps that do not go through a vendor approval process
|
|
159
|
+
* (e.g., self-hosted or private vendor integrations) leave this unset.
|
|
160
|
+
*
|
|
161
|
+
* @generated from enum value: VENDOR_APPROVAL_STATUS_UNSPECIFIED = 0;
|
|
162
|
+
*/
|
|
163
|
+
UNSPECIFIED = 0,
|
|
164
|
+
/**
|
|
165
|
+
* The OAuth app has been submitted to the vendor for review and is
|
|
166
|
+
* awaiting approval. The sign-in button is disabled in the UI.
|
|
167
|
+
*
|
|
168
|
+
* @generated from enum value: VENDOR_APPROVAL_STATUS_PENDING = 1;
|
|
169
|
+
*/
|
|
170
|
+
PENDING = 1,
|
|
171
|
+
/**
|
|
172
|
+
* The vendor has approved the OAuth app. Sign-in is enabled.
|
|
173
|
+
*
|
|
174
|
+
* @generated from enum value: VENDOR_APPROVAL_STATUS_APPROVED = 2;
|
|
175
|
+
*/
|
|
176
|
+
APPROVED = 2,
|
|
177
|
+
/**
|
|
178
|
+
* The vendor rejected the OAuth app. Sign-in is disabled.
|
|
179
|
+
*
|
|
180
|
+
* @generated from enum value: VENDOR_APPROVAL_STATUS_REJECTED = 3;
|
|
181
|
+
*/
|
|
182
|
+
REJECTED = 3
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* Describes the enum ai.stigmer.iam.oauthapp.v1.VendorApprovalStatus.
|
|
186
|
+
*/
|
|
187
|
+
export declare const VendorApprovalStatusSchema: GenEnum<VendorApprovalStatus>;
|
|
@@ -1,15 +1,58 @@
|
|
|
1
1
|
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
2
|
// @generated from file ai/stigmer/iam/oauthapp/v1/spec.proto (package ai.stigmer.iam.oauthapp.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
5
|
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
6
6
|
/**
|
|
7
7
|
* Describes the file ai/stigmer/iam/oauthapp/v1/spec.proto.
|
|
8
8
|
*/
|
|
9
|
-
export const file_ai_stigmer_iam_oauthapp_v1_spec = /*@__PURE__*/ fileDesc("
|
|
9
|
+
export const file_ai_stigmer_iam_oauthapp_v1_spec = /*@__PURE__*/ fileDesc("CiVhaS9zdGlnbWVyL2lhbS9vYXV0aGFwcC92MS9zcGVjLnByb3RvEhphaS5zdGlnbWVyLmlhbS5vYXV0aGFwcC52MSLWAgoMT0F1dGhBcHBTcGVjEhAKCHByb3ZpZGVyGAEgASgJEhoKCWNsaWVudF9pZBgCIAEoCUIHukgEcgIQARIeCg1jbGllbnRfc2VjcmV0GAMgASgJQge6SARyAhABEiMKEWF1dGhvcml6YXRpb25fdXJsGAQgASgJQgi6SAVyA4gBARIbCgl0b2tlbl91cmwYBSABKAlCCLpIBXIDiAEBEg4KBnNjb3BlcxgGIAMoCRIUCgx1c2VyaW5mb191cmwYByABKAkSHAoUc2NvcGVfcGFyYW1ldGVyX25hbWUYCCABKAkSUAoWdmVuZG9yX2FwcHJvdmFsX3N0YXR1cxgJIAEoDjIwLmFpLnN0aWdtZXIuaWFtLm9hdXRoYXBwLnYxLlZlbmRvckFwcHJvdmFsU3RhdHVzEiAKGHZlbmRvcl9hcHByb3ZhbF9kb2NzX3VybBgKIAEoCSqsAQoUVmVuZG9yQXBwcm92YWxTdGF0dXMSJgoiVkVORE9SX0FQUFJPVkFMX1NUQVRVU19VTlNQRUNJRklFRBAAEiIKHlZFTkRPUl9BUFBST1ZBTF9TVEFUVVNfUEVORElORxABEiMKH1ZFTkRPUl9BUFBST1ZBTF9TVEFUVVNfQVBQUk9WRUQQAhIjCh9WRU5ET1JfQVBQUk9WQUxfU1RBVFVTX1JFSkVDVEVEEANiBnByb3RvMw", [file_buf_validate_validate]);
|
|
10
10
|
/**
|
|
11
11
|
* Describes the message ai.stigmer.iam.oauthapp.v1.OAuthAppSpec.
|
|
12
12
|
* Use `create(OAuthAppSpecSchema)` to create a new message.
|
|
13
13
|
*/
|
|
14
14
|
export const OAuthAppSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_oauthapp_v1_spec, 0);
|
|
15
|
+
/**
|
|
16
|
+
* Lifecycle status of an OAuthApp's vendor marketplace approval.
|
|
17
|
+
*
|
|
18
|
+
* Vendors like Slack, Figma, and Salesforce require third-party OAuth
|
|
19
|
+
* apps to pass a review/approval process before they can be used by
|
|
20
|
+
* end users. This enum tracks that lifecycle.
|
|
21
|
+
*
|
|
22
|
+
* @generated from enum ai.stigmer.iam.oauthapp.v1.VendorApprovalStatus
|
|
23
|
+
*/
|
|
24
|
+
export var VendorApprovalStatus;
|
|
25
|
+
(function (VendorApprovalStatus) {
|
|
26
|
+
/**
|
|
27
|
+
* Default / unset. Treated as approved for backwards compatibility.
|
|
28
|
+
* OAuth apps that do not go through a vendor approval process
|
|
29
|
+
* (e.g., self-hosted or private vendor integrations) leave this unset.
|
|
30
|
+
*
|
|
31
|
+
* @generated from enum value: VENDOR_APPROVAL_STATUS_UNSPECIFIED = 0;
|
|
32
|
+
*/
|
|
33
|
+
VendorApprovalStatus[VendorApprovalStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
34
|
+
/**
|
|
35
|
+
* The OAuth app has been submitted to the vendor for review and is
|
|
36
|
+
* awaiting approval. The sign-in button is disabled in the UI.
|
|
37
|
+
*
|
|
38
|
+
* @generated from enum value: VENDOR_APPROVAL_STATUS_PENDING = 1;
|
|
39
|
+
*/
|
|
40
|
+
VendorApprovalStatus[VendorApprovalStatus["PENDING"] = 1] = "PENDING";
|
|
41
|
+
/**
|
|
42
|
+
* The vendor has approved the OAuth app. Sign-in is enabled.
|
|
43
|
+
*
|
|
44
|
+
* @generated from enum value: VENDOR_APPROVAL_STATUS_APPROVED = 2;
|
|
45
|
+
*/
|
|
46
|
+
VendorApprovalStatus[VendorApprovalStatus["APPROVED"] = 2] = "APPROVED";
|
|
47
|
+
/**
|
|
48
|
+
* The vendor rejected the OAuth app. Sign-in is disabled.
|
|
49
|
+
*
|
|
50
|
+
* @generated from enum value: VENDOR_APPROVAL_STATUS_REJECTED = 3;
|
|
51
|
+
*/
|
|
52
|
+
VendorApprovalStatus[VendorApprovalStatus["REJECTED"] = 3] = "REJECTED";
|
|
53
|
+
})(VendorApprovalStatus || (VendorApprovalStatus = {}));
|
|
54
|
+
/**
|
|
55
|
+
* Describes the enum ai.stigmer.iam.oauthapp.v1.VendorApprovalStatus.
|
|
56
|
+
*/
|
|
57
|
+
export const VendorApprovalStatusSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_iam_oauthapp_v1_spec, 0);
|
|
15
58
|
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/oauthapp/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,iHAAiH;AACjH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/oauthapp/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,iHAAiH;AACjH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAY,aAAa,CACxE,QAAQ,CAAC,4xBAA4xB,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAkJv0B;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;GAQG;AACH,MAAM,CAAN,IAAY,oBA+BX;AA/BD,WAAY,oBAAoB;IAC9B;;;;;;OAMG;IACH,6EAAe,CAAA;IAEf;;;;;OAKG;IACH,qEAAW,CAAA;IAEX;;;;OAIG;IACH,uEAAY,CAAA;IAEZ;;;;OAIG;IACH,uEAAY,CAAA;AACd,CAAC,EA/BW,oBAAoB,KAApB,oBAAoB,QA+B/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC"}
|