@eide/foir-proto-ts 0.3.9 → 0.4.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eide/foir-proto-ts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./analytics/v1/analytics_pb": "./src/analytics/v1/analytics_pb.js",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"./identity/v1/identity_pb": "./src/identity/v1/identity_pb.js",
|
|
18
18
|
"./identity/v1/identity_connect": "./src/identity/v1/identity_connect.js",
|
|
19
19
|
"./integrations/v1/integrations_pb": "./src/integrations/v1/integrations_pb.js",
|
|
20
|
+
"./integrations/v1/integrations_connect": "./src/integrations/v1/integrations_connect.js",
|
|
20
21
|
"./models/v1/models_pb": "./src/models/v1/models_pb.js",
|
|
21
22
|
"./models/v1/models_connect": "./src/models/v1/models_connect.js",
|
|
22
23
|
"./notifications/v1/notifications_pb": "./src/notifications/v1/notifications_pb.js",
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file integrations/v1/integrations.proto (package integrations.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { GetIntegrationCredentialRequest, GetIntegrationCredentialResponse, WriteIntegrationCredentialRequest, WriteIntegrationCredentialResponse } from "./integrations_pbjs";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from service integrations.v1.IntegrationCredentialsService
|
|
11
|
+
*/
|
|
12
|
+
export declare const IntegrationCredentialsService: {
|
|
13
|
+
readonly typeName: "integrations.v1.IntegrationCredentialsService",
|
|
14
|
+
readonly methods: {
|
|
15
|
+
/**
|
|
16
|
+
* Return the plaintext credential for (project, integration). Requires
|
|
17
|
+
* the caller's capability set to include credentials:read for this
|
|
18
|
+
* integration. On success, updates last_read_at and emits an audit row.
|
|
19
|
+
*
|
|
20
|
+
* @generated from rpc integrations.v1.IntegrationCredentialsService.GetIntegrationCredential
|
|
21
|
+
*/
|
|
22
|
+
readonly getIntegrationCredential: {
|
|
23
|
+
readonly name: "GetIntegrationCredential",
|
|
24
|
+
readonly I: typeof GetIntegrationCredentialRequest,
|
|
25
|
+
readonly O: typeof GetIntegrationCredentialResponse,
|
|
26
|
+
readonly kind: MethodKind.Unary,
|
|
27
|
+
},
|
|
28
|
+
/**
|
|
29
|
+
* Encrypt and store a credential for (project, integration). Overwrites
|
|
30
|
+
* any existing value. Requires the caller's capability set to include
|
|
31
|
+
* credentials:write for this integration. Emits an audit row of kind
|
|
32
|
+
* credential_write.
|
|
33
|
+
*
|
|
34
|
+
* @generated from rpc integrations.v1.IntegrationCredentialsService.WriteIntegrationCredential
|
|
35
|
+
*/
|
|
36
|
+
readonly writeIntegrationCredential: {
|
|
37
|
+
readonly name: "WriteIntegrationCredential",
|
|
38
|
+
readonly I: typeof WriteIntegrationCredentialRequest,
|
|
39
|
+
readonly O: typeof WriteIntegrationCredentialResponse,
|
|
40
|
+
readonly kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file integrations/v1/integrations.proto (package integrations.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
|
|
6
|
+
import { GetIntegrationCredentialRequest, GetIntegrationCredentialResponse, WriteIntegrationCredentialRequest, WriteIntegrationCredentialResponse } from "./integrations_pbjs";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* @generated from service integrations.v1.IntegrationCredentialsService
|
|
11
|
+
*/
|
|
12
|
+
export const IntegrationCredentialsService = {
|
|
13
|
+
typeName: "integrations.v1.IntegrationCredentialsService",
|
|
14
|
+
methods: {
|
|
15
|
+
/**
|
|
16
|
+
* Return the plaintext credential for (project, integration). Requires
|
|
17
|
+
* the caller's capability set to include credentials:read for this
|
|
18
|
+
* integration. On success, updates last_read_at and emits an audit row.
|
|
19
|
+
*
|
|
20
|
+
* @generated from rpc integrations.v1.IntegrationCredentialsService.GetIntegrationCredential
|
|
21
|
+
*/
|
|
22
|
+
getIntegrationCredential: {
|
|
23
|
+
name: "GetIntegrationCredential",
|
|
24
|
+
I: GetIntegrationCredentialRequest,
|
|
25
|
+
O: GetIntegrationCredentialResponse,
|
|
26
|
+
kind: MethodKind.Unary,
|
|
27
|
+
},
|
|
28
|
+
/**
|
|
29
|
+
* Encrypt and store a credential for (project, integration). Overwrites
|
|
30
|
+
* any existing value. Requires the caller's capability set to include
|
|
31
|
+
* credentials:write for this integration. Emits an audit row of kind
|
|
32
|
+
* credential_write.
|
|
33
|
+
*
|
|
34
|
+
* @generated from rpc integrations.v1.IntegrationCredentialsService.WriteIntegrationCredential
|
|
35
|
+
*/
|
|
36
|
+
writeIntegrationCredential: {
|
|
37
|
+
name: "WriteIntegrationCredential",
|
|
38
|
+
I: WriteIntegrationCredentialRequest,
|
|
39
|
+
O: WriteIntegrationCredentialResponse,
|
|
40
|
+
kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file integrations/v1/integrations.proto (package integrations.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
|
-
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
6
|
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
7
7
|
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
8
|
|
|
@@ -368,6 +368,151 @@ export declare type ExtensionConfig = Message<"integrations.v1.ExtensionConfig">
|
|
|
368
368
|
*/
|
|
369
369
|
export declare const ExtensionConfigSchema: GenMessage<ExtensionConfig>;
|
|
370
370
|
|
|
371
|
+
/**
|
|
372
|
+
* A single credential slot for one (project, integration). The encrypted
|
|
373
|
+
* payload's plaintext shape is middleware-specific (Shopify OAuth token,
|
|
374
|
+
* Stripe API key, SSH keypair, etc.) — the platform treats it as opaque
|
|
375
|
+
* bytes and never parses it.
|
|
376
|
+
*
|
|
377
|
+
* @generated from message integrations.v1.IntegrationCredentialValue
|
|
378
|
+
*/
|
|
379
|
+
export declare type IntegrationCredentialValue = Message<"integrations.v1.IntegrationCredentialValue"> & {
|
|
380
|
+
/**
|
|
381
|
+
* Plaintext credential bytes. Populated on read responses (after successful
|
|
382
|
+
* capability check + decryption) and on write requests. NEVER populated on
|
|
383
|
+
* any other response.
|
|
384
|
+
*
|
|
385
|
+
* @generated from field: bytes value = 1;
|
|
386
|
+
*/
|
|
387
|
+
value: Uint8Array;
|
|
388
|
+
|
|
389
|
+
/**
|
|
390
|
+
* Identifier of the key that encrypted this value at rest. Carried across
|
|
391
|
+
* the wire so rotation is possible without breaking old rows.
|
|
392
|
+
*
|
|
393
|
+
* @generated from field: string encryption_key_id = 2;
|
|
394
|
+
*/
|
|
395
|
+
encryptionKeyId: string;
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* When the credential was last decrypted and returned to a caller. Updated
|
|
399
|
+
* on every successful GetIntegrationCredential call. Null if never read.
|
|
400
|
+
*
|
|
401
|
+
* @generated from field: optional google.protobuf.Timestamp last_read_at = 3;
|
|
402
|
+
*/
|
|
403
|
+
lastReadAt?: Timestamp;
|
|
404
|
+
|
|
405
|
+
/**
|
|
406
|
+
* When the credential was last written. Null if never written.
|
|
407
|
+
*
|
|
408
|
+
* @generated from field: optional google.protobuf.Timestamp last_written_at = 4;
|
|
409
|
+
*/
|
|
410
|
+
lastWrittenAt?: Timestamp;
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* Describes the message integrations.v1.IntegrationCredentialValue.
|
|
415
|
+
* Use `create(IntegrationCredentialValueSchema)` to create a new message.
|
|
416
|
+
*/
|
|
417
|
+
export declare const IntegrationCredentialValueSchema: GenMessage<IntegrationCredentialValue>;
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* @generated from message integrations.v1.GetIntegrationCredentialRequest
|
|
421
|
+
*/
|
|
422
|
+
export declare type GetIntegrationCredentialRequest = Message<"integrations.v1.GetIntegrationCredentialRequest"> & {
|
|
423
|
+
/**
|
|
424
|
+
* @generated from field: string project_id = 1;
|
|
425
|
+
*/
|
|
426
|
+
projectId: string;
|
|
427
|
+
|
|
428
|
+
/**
|
|
429
|
+
* @generated from field: string integration_name = 2;
|
|
430
|
+
*/
|
|
431
|
+
integrationName: string;
|
|
432
|
+
};
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* Describes the message integrations.v1.GetIntegrationCredentialRequest.
|
|
436
|
+
* Use `create(GetIntegrationCredentialRequestSchema)` to create a new message.
|
|
437
|
+
*/
|
|
438
|
+
export declare const GetIntegrationCredentialRequestSchema: GenMessage<GetIntegrationCredentialRequest>;
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* @generated from message integrations.v1.GetIntegrationCredentialResponse
|
|
442
|
+
*/
|
|
443
|
+
export declare type GetIntegrationCredentialResponse = Message<"integrations.v1.GetIntegrationCredentialResponse"> & {
|
|
444
|
+
/**
|
|
445
|
+
* @generated from field: integrations.v1.IntegrationCredentialValue credential = 1;
|
|
446
|
+
*/
|
|
447
|
+
credential?: IntegrationCredentialValue;
|
|
448
|
+
};
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* Describes the message integrations.v1.GetIntegrationCredentialResponse.
|
|
452
|
+
* Use `create(GetIntegrationCredentialResponseSchema)` to create a new message.
|
|
453
|
+
*/
|
|
454
|
+
export declare const GetIntegrationCredentialResponseSchema: GenMessage<GetIntegrationCredentialResponse>;
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* @generated from message integrations.v1.WriteIntegrationCredentialRequest
|
|
458
|
+
*/
|
|
459
|
+
export declare type WriteIntegrationCredentialRequest = Message<"integrations.v1.WriteIntegrationCredentialRequest"> & {
|
|
460
|
+
/**
|
|
461
|
+
* @generated from field: string project_id = 1;
|
|
462
|
+
*/
|
|
463
|
+
projectId: string;
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* @generated from field: string integration_name = 2;
|
|
467
|
+
*/
|
|
468
|
+
integrationName: string;
|
|
469
|
+
|
|
470
|
+
/**
|
|
471
|
+
* Plaintext bytes to encrypt and store. Replaces any existing value for
|
|
472
|
+
* this (project, integration).
|
|
473
|
+
*
|
|
474
|
+
* @generated from field: bytes value = 3;
|
|
475
|
+
*/
|
|
476
|
+
value: Uint8Array;
|
|
477
|
+
|
|
478
|
+
/**
|
|
479
|
+
* Optional correlation context to include in the audit log entry
|
|
480
|
+
* (webhook delivery id, manual trigger id, admin action id, etc.).
|
|
481
|
+
*
|
|
482
|
+
* @generated from field: optional string context = 4;
|
|
483
|
+
*/
|
|
484
|
+
context?: string;
|
|
485
|
+
};
|
|
486
|
+
|
|
487
|
+
/**
|
|
488
|
+
* Describes the message integrations.v1.WriteIntegrationCredentialRequest.
|
|
489
|
+
* Use `create(WriteIntegrationCredentialRequestSchema)` to create a new message.
|
|
490
|
+
*/
|
|
491
|
+
export declare const WriteIntegrationCredentialRequestSchema: GenMessage<WriteIntegrationCredentialRequest>;
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* @generated from message integrations.v1.WriteIntegrationCredentialResponse
|
|
495
|
+
*/
|
|
496
|
+
export declare type WriteIntegrationCredentialResponse = Message<"integrations.v1.WriteIntegrationCredentialResponse"> & {
|
|
497
|
+
/**
|
|
498
|
+
* Metadata about the newly stored credential. Never includes the plaintext.
|
|
499
|
+
*
|
|
500
|
+
* @generated from field: string encryption_key_id = 1;
|
|
501
|
+
*/
|
|
502
|
+
encryptionKeyId: string;
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* @generated from field: google.protobuf.Timestamp last_written_at = 2;
|
|
506
|
+
*/
|
|
507
|
+
lastWrittenAt?: Timestamp;
|
|
508
|
+
};
|
|
509
|
+
|
|
510
|
+
/**
|
|
511
|
+
* Describes the message integrations.v1.WriteIntegrationCredentialResponse.
|
|
512
|
+
* Use `create(WriteIntegrationCredentialResponseSchema)` to create a new message.
|
|
513
|
+
*/
|
|
514
|
+
export declare const WriteIntegrationCredentialResponseSchema: GenMessage<WriteIntegrationCredentialResponse>;
|
|
515
|
+
|
|
371
516
|
/**
|
|
372
517
|
* Credential strategies the middleware uses when talking to the external
|
|
373
518
|
* service. Drives which authorization flow the admin UI renders.
|
|
@@ -506,3 +651,34 @@ export enum ExtensionTarget {
|
|
|
506
651
|
*/
|
|
507
652
|
export declare const ExtensionTargetSchema: GenEnum<ExtensionTarget>;
|
|
508
653
|
|
|
654
|
+
/**
|
|
655
|
+
* @generated from service integrations.v1.IntegrationCredentialsService
|
|
656
|
+
*/
|
|
657
|
+
export declare const IntegrationCredentialsService: GenService<{
|
|
658
|
+
/**
|
|
659
|
+
* Return the plaintext credential for (project, integration). Requires
|
|
660
|
+
* the caller's capability set to include credentials:read for this
|
|
661
|
+
* integration. On success, updates last_read_at and emits an audit row.
|
|
662
|
+
*
|
|
663
|
+
* @generated from rpc integrations.v1.IntegrationCredentialsService.GetIntegrationCredential
|
|
664
|
+
*/
|
|
665
|
+
getIntegrationCredential: {
|
|
666
|
+
methodKind: "unary";
|
|
667
|
+
input: typeof GetIntegrationCredentialRequestSchema;
|
|
668
|
+
output: typeof GetIntegrationCredentialResponseSchema;
|
|
669
|
+
},
|
|
670
|
+
/**
|
|
671
|
+
* Encrypt and store a credential for (project, integration). Overwrites
|
|
672
|
+
* any existing value. Requires the caller's capability set to include
|
|
673
|
+
* credentials:write for this integration. Emits an audit row of kind
|
|
674
|
+
* credential_write.
|
|
675
|
+
*
|
|
676
|
+
* @generated from rpc integrations.v1.IntegrationCredentialsService.WriteIntegrationCredential
|
|
677
|
+
*/
|
|
678
|
+
writeIntegrationCredential: {
|
|
679
|
+
methodKind: "unary";
|
|
680
|
+
input: typeof WriteIntegrationCredentialRequestSchema;
|
|
681
|
+
output: typeof WriteIntegrationCredentialResponseSchema;
|
|
682
|
+
},
|
|
683
|
+
}>;
|
|
684
|
+
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
// @generated from file integrations/v1/integrations.proto (package integrations.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
|
-
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc, tsEnum } from "@bufbuild/protobuf/codegenv2";
|
|
6
6
|
import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Describes the file integrations/v1/integrations.proto.
|
|
10
10
|
*/
|
|
11
11
|
export const file_integrations_v1_integrations = /*@__PURE__*/
|
|
12
|
-
fileDesc("
|
|
12
|
+
fileDesc("CiJpbnRlZ3JhdGlvbnMvdjEvaW50ZWdyYXRpb25zLnByb3RvEg9pbnRlZ3JhdGlvbnMudjEiJAoVSW50ZWdyYXRpb25NaWRkbGV3YXJlEgsKA3VybBgBIAEoCSKIAQoWSW50ZWdyYXRpb25DcmVkZW50aWFscxI1CghzdHJhdGVneRgBIAEoDjIjLmludGVncmF0aW9ucy52MS5DcmVkZW50aWFsU3RyYXRlZ3kSLAoGdmFsdWVzGAIgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEgAiAEBQgkKB192YWx1ZXMiwgEKDk1vZGVsU2VlZEZpZWxkEgwKBHR5cGUYASABKAkSEAoIcmVxdWlyZWQYAiABKAgSEwoLbmF0dXJhbF9rZXkYAyABKAgSEgoFbGFiZWwYBCABKAlIAIgBARIWCgloZWxwX3RleHQYBSABKAlIAYgBARIsCgZjb25maWcYBiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SAKIAQFCCAoGX2xhYmVsQgwKCl9oZWxwX3RleHRCCQoHX2NvbmZpZyKTAQoJTW9kZWxTZWVkEjYKBmZpZWxkcxgBIAMoCzImLmludGVncmF0aW9ucy52MS5Nb2RlbFNlZWQuRmllbGRzRW50cnkaTgoLRmllbGRzRW50cnkSCwoDa2V5GAEgASgJEi4KBXZhbHVlGAIgASgLMh8uaW50ZWdyYXRpb25zLnYxLk1vZGVsU2VlZEZpZWxkOgI4ASL0AQoWSW50ZWdyYXRpb25TeW5jTWFwcGluZxINCgVtb2RlbBgBIAEoCRITCgtuYXR1cmFsX2tleRgCIAEoCRJDCgZmaWVsZHMYAyADKAsyMy5pbnRlZ3JhdGlvbnMudjEuSW50ZWdyYXRpb25TeW5jTWFwcGluZy5GaWVsZHNFbnRyeRIzCgptb2RlbF9zZWVkGAQgASgLMhouaW50ZWdyYXRpb25zLnYxLk1vZGVsU2VlZEgAiAEBGi0KC0ZpZWxkc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAFCDQoLX21vZGVsX3NlZWQi9QMKEUludGVncmF0aW9uU3RhdHVzEjUKDGxhc3Rfc3luY19hdBgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAIgBARIiChVsYXN0X3N5bmNfZHVyYXRpb25fbXMYAiABKANIAYgBARIjChZsYXN0X3N5bmNfcmVjb3JkX2NvdW50GAMgASgDSAKIAQESFwoKbGFzdF9lcnJvchgEIAEoCUgDiAEBEjYKDWxhc3RfZXJyb3JfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSASIAQESQAoTc3Vic2NyaXB0aW9uX2hlYWx0aBgGIAEoDjIjLmludGVncmF0aW9ucy52MS5TdWJzY3JpcHRpb25IZWFsdGgSMAoLYXV0aF9zdGF0dXMYByABKA4yGy5pbnRlZ3JhdGlvbnMudjEuQXV0aFN0YXR1cxIeChFkZWxldGlvbl9zdHJhdGVneRgIIAEoCUgFiAEBQg8KDV9sYXN0X3N5bmNfYXRCGAoWX2xhc3Rfc3luY19kdXJhdGlvbl9tc0IZChdfbGFzdF9zeW5jX3JlY29yZF9jb3VudEINCgtfbGFzdF9lcnJvckIQCg5fbGFzdF9lcnJvcl9hdEIUChJfZGVsZXRpb25fc3RyYXRlZ3kiuAMKEUludGVncmF0aW9uQ29uZmlnEgwKBG5hbWUYASABKAkSDwoHZW5hYmxlZBgCIAEoCBI6CgptaWRkbGV3YXJlGAMgASgLMiYuaW50ZWdyYXRpb25zLnYxLkludGVncmF0aW9uTWlkZGxld2FyZRI8CgtjcmVkZW50aWFscxgEIAEoCzInLmludGVncmF0aW9ucy52MS5JbnRlZ3JhdGlvbkNyZWRlbnRpYWxzEjoKBHN5bmMYBSADKAsyLC5pbnRlZ3JhdGlvbnMudjEuSW50ZWdyYXRpb25Db25maWcuU3luY0VudHJ5Ei4KCHNldHRpbmdzGAYgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEgAiAEBEi4KCG1ldGFkYXRhGAcgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEgBiAEBGlQKCVN5bmNFbnRyeRILCgNrZXkYASABKAkSNgoFdmFsdWUYAiABKAsyJy5pbnRlZ3JhdGlvbnMudjEuSW50ZWdyYXRpb25TeW5jTWFwcGluZzoCOAFCCwoJX3NldHRpbmdzQgsKCV9tZXRhZGF0YSKoAQoSRXh0ZW5zaW9uUGxhY2VtZW50EjAKBnRhcmdldBgBIAEoDjIgLmludGVncmF0aW9ucy52MS5FeHRlbnNpb25UYXJnZXQSDQoFbW9kZWwYAiABKAkSCwoDdGFiGAMgASgJEg0KBXRpdGxlGAQgASgJEisKBWhpbnRzGAUgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEgAiAEBQggKBl9oaW50cyKiAQoPRXh0ZW5zaW9uQ29uZmlnEgwKBG5hbWUYASABKAkSCwoDdXJsGAIgASgJEjcKCnBsYWNlbWVudHMYAyADKAsyIy5pbnRlZ3JhdGlvbnMudjEuRXh0ZW5zaW9uUGxhY2VtZW50Ei4KCG1ldGFkYXRhGAQgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEgAiAEBQgsKCV9tZXRhZGF0YSLcAQoaSW50ZWdyYXRpb25DcmVkZW50aWFsVmFsdWUSDQoFdmFsdWUYASABKAwSGQoRZW5jcnlwdGlvbl9rZXlfaWQYAiABKAkSNQoMbGFzdF9yZWFkX2F0GAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgAiAEBEjgKD2xhc3Rfd3JpdHRlbl9hdBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAYgBAUIPCg1fbGFzdF9yZWFkX2F0QhIKEF9sYXN0X3dyaXR0ZW5fYXQiTwofR2V0SW50ZWdyYXRpb25DcmVkZW50aWFsUmVxdWVzdBISCgpwcm9qZWN0X2lkGAEgASgJEhgKEGludGVncmF0aW9uX25hbWUYAiABKAkiYwogR2V0SW50ZWdyYXRpb25DcmVkZW50aWFsUmVzcG9uc2USPwoKY3JlZGVudGlhbBgBIAEoCzIrLmludGVncmF0aW9ucy52MS5JbnRlZ3JhdGlvbkNyZWRlbnRpYWxWYWx1ZSKCAQohV3JpdGVJbnRlZ3JhdGlvbkNyZWRlbnRpYWxSZXF1ZXN0EhIKCnByb2plY3RfaWQYASABKAkSGAoQaW50ZWdyYXRpb25fbmFtZRgCIAEoCRINCgV2YWx1ZRgDIAEoDBIUCgdjb250ZXh0GAQgASgJSACIAQFCCgoIX2NvbnRleHQidAoiV3JpdGVJbnRlZ3JhdGlvbkNyZWRlbnRpYWxSZXNwb25zZRIZChFlbmNyeXB0aW9uX2tleV9pZBgBIAEoCRIzCg9sYXN0X3dyaXR0ZW5fYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wKoACChJDcmVkZW50aWFsU3RyYXRlZ3kSIwofQ1JFREVOVElBTF9TVFJBVEVHWV9VTlNQRUNJRklFRBAAEh0KGUNSRURFTlRJQUxfU1RSQVRFR1lfT0FVVEgQARIfChtDUkVERU5USUFMX1NUUkFURUdZX0FQSV9LRVkQAhIlCiFDUkVERU5USUFMX1NUUkFURUdZX1NIQVJFRF9TRUNSRVQQAxIfChtDUkVERU5USUFMX1NUUkFURUdZX1NTSF9LRVkQBBIcChhDUkVERU5USUFMX1NUUkFURUdZX05PTkUQBRIfChtDUkVERU5USUFMX1NUUkFURUdZX01BTkFHRUQQBiqUAQoSU3Vic2NyaXB0aW9uSGVhbHRoEiMKH1NVQlNDUklQVElPTl9IRUFMVEhfVU5TUEVDSUZJRUQQABIaChZTVUJTQ1JJUFRJT05fSEVBTFRIX09LEAESHQoZU1VCU0NSSVBUSU9OX0hFQUxUSF9TVEFMRRACEh4KGlNVQlNDUklQVElPTl9IRUFMVEhfQlJPS0VOEAMqbwoKQXV0aFN0YXR1cxIbChdBVVRIX1NUQVRVU19VTlNQRUNJRklFRBAAEhIKDkFVVEhfU1RBVFVTX09LEAESFwoTQVVUSF9TVEFUVVNfRVhQSVJFRBACEhcKE0FVVEhfU1RBVFVTX1JFVk9LRUQQAypxCg9FeHRlbnNpb25UYXJnZXQSIAocRVhURU5TSU9OX1RBUkdFVF9VTlNQRUNJRklFRBAAEhsKF0VYVEVOU0lPTl9UQVJHRVRfUkVDT1JEEAESHwobRVhURU5TSU9OX1RBUkdFVF9NT0RFTF9MSVNUEAIyqAIKHUludGVncmF0aW9uQ3JlZGVudGlhbHNTZXJ2aWNlEn8KGEdldEludGVncmF0aW9uQ3JlZGVudGlhbBIwLmludGVncmF0aW9ucy52MS5HZXRJbnRlZ3JhdGlvbkNyZWRlbnRpYWxSZXF1ZXN0GjEuaW50ZWdyYXRpb25zLnYxLkdldEludGVncmF0aW9uQ3JlZGVudGlhbFJlc3BvbnNlEoUBChpXcml0ZUludGVncmF0aW9uQ3JlZGVudGlhbBIyLmludGVncmF0aW9ucy52MS5Xcml0ZUludGVncmF0aW9uQ3JlZGVudGlhbFJlcXVlc3QaMy5pbnRlZ3JhdGlvbnMudjEuV3JpdGVJbnRlZ3JhdGlvbkNyZWRlbnRpYWxSZXNwb25zZUJFWkNnaXRodWIuY29tL2VpZGVzdHVkaW8vZm9pci9nZW4vcHJvdG8vaW50ZWdyYXRpb25zL3YxO2ludGVncmF0aW9uc3YxYgZwcm90bzM", [file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Describes the message integrations.v1.IntegrationMiddleware.
|
|
@@ -74,6 +74,41 @@ export const ExtensionPlacementSchema = /*@__PURE__*/
|
|
|
74
74
|
export const ExtensionConfigSchema = /*@__PURE__*/
|
|
75
75
|
messageDesc(file_integrations_v1_integrations, 8);
|
|
76
76
|
|
|
77
|
+
/**
|
|
78
|
+
* Describes the message integrations.v1.IntegrationCredentialValue.
|
|
79
|
+
* Use `create(IntegrationCredentialValueSchema)` to create a new message.
|
|
80
|
+
*/
|
|
81
|
+
export const IntegrationCredentialValueSchema = /*@__PURE__*/
|
|
82
|
+
messageDesc(file_integrations_v1_integrations, 9);
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Describes the message integrations.v1.GetIntegrationCredentialRequest.
|
|
86
|
+
* Use `create(GetIntegrationCredentialRequestSchema)` to create a new message.
|
|
87
|
+
*/
|
|
88
|
+
export const GetIntegrationCredentialRequestSchema = /*@__PURE__*/
|
|
89
|
+
messageDesc(file_integrations_v1_integrations, 10);
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Describes the message integrations.v1.GetIntegrationCredentialResponse.
|
|
93
|
+
* Use `create(GetIntegrationCredentialResponseSchema)` to create a new message.
|
|
94
|
+
*/
|
|
95
|
+
export const GetIntegrationCredentialResponseSchema = /*@__PURE__*/
|
|
96
|
+
messageDesc(file_integrations_v1_integrations, 11);
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Describes the message integrations.v1.WriteIntegrationCredentialRequest.
|
|
100
|
+
* Use `create(WriteIntegrationCredentialRequestSchema)` to create a new message.
|
|
101
|
+
*/
|
|
102
|
+
export const WriteIntegrationCredentialRequestSchema = /*@__PURE__*/
|
|
103
|
+
messageDesc(file_integrations_v1_integrations, 12);
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Describes the message integrations.v1.WriteIntegrationCredentialResponse.
|
|
107
|
+
* Use `create(WriteIntegrationCredentialResponseSchema)` to create a new message.
|
|
108
|
+
*/
|
|
109
|
+
export const WriteIntegrationCredentialResponseSchema = /*@__PURE__*/
|
|
110
|
+
messageDesc(file_integrations_v1_integrations, 13);
|
|
111
|
+
|
|
77
112
|
/**
|
|
78
113
|
* Describes the enum integrations.v1.CredentialStrategy.
|
|
79
114
|
*/
|
|
@@ -130,3 +165,9 @@ export const ExtensionTargetSchema = /*@__PURE__*/
|
|
|
130
165
|
export const ExtensionTarget = /*@__PURE__*/
|
|
131
166
|
tsEnum(ExtensionTargetSchema);
|
|
132
167
|
|
|
168
|
+
/**
|
|
169
|
+
* @generated from service integrations.v1.IntegrationCredentialsService
|
|
170
|
+
*/
|
|
171
|
+
export const IntegrationCredentialsService = /*@__PURE__*/
|
|
172
|
+
serviceDesc(file_integrations_v1_integrations, 0);
|
|
173
|
+
|