@eide/foir-proto-ts 0.5.0 → 0.6.1
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 +1 -1
- package/src/buf/validate/validate_pb.d.ts +4926 -0
- package/src/buf/validate/validate_pb.js +359 -0
- package/src/integrations/v1/integrations_connect.d.ts +127 -1
- package/src/integrations/v1/integrations_connect.js +127 -1
- package/src/integrations/v1/integrations_pb.d.ts +811 -0
- package/src/integrations/v1/integrations_pb.js +211 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { GetIntegrationCredentialRequest, GetIntegrationCredentialResponse, IssueExchangeTicketRequest, IssueExchangeTicketResponse, WriteIntegrationCredentialRequest, WriteIntegrationCredentialResponse } from "./integrations_pbjs";
|
|
6
|
+
import { DeleteExtensionRequest, DeleteExtensionResponse, DeleteIntegrationRequest, DeleteIntegrationResponse, GetConfigHistoryEntryRequest, GetConfigHistoryEntryResponse, GetExtensionRequest, GetExtensionResponse, GetIntegrationCredentialRequest, GetIntegrationCredentialResponse, GetIntegrationRequest, GetIntegrationResponse, GetIntegrationStatusRequest, GetIntegrationStatusResponse, IssueExchangeTicketRequest, IssueExchangeTicketResponse, ListConfigHistoryRequest, ListConfigHistoryResponse, ListExtensionsRequest, ListExtensionsResponse, ListIntegrationsRequest, ListIntegrationsResponse, TriggerSyncRequest, TriggerSyncResponse, UpsertExtensionRequest, UpsertExtensionResponse, UpsertIntegrationRequest, UpsertIntegrationResponse, ValidateConfigRequest, ValidateConfigResponse, WriteIntegrationCredentialRequest, WriteIntegrationCredentialResponse } from "./integrations_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -65,3 +65,129 @@ export const IntegrationAuthService = {
|
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
67
|
|
|
68
|
+
/**
|
|
69
|
+
* @generated from service integrations.v1.IntegrationsService
|
|
70
|
+
*/
|
|
71
|
+
export const IntegrationsService = {
|
|
72
|
+
typeName: "integrations.v1.IntegrationsService",
|
|
73
|
+
methods: {
|
|
74
|
+
/**
|
|
75
|
+
* @generated from rpc integrations.v1.IntegrationsService.ListIntegrations
|
|
76
|
+
*/
|
|
77
|
+
listIntegrations: {
|
|
78
|
+
name: "ListIntegrations",
|
|
79
|
+
I: ListIntegrationsRequest,
|
|
80
|
+
O: ListIntegrationsResponse,
|
|
81
|
+
kind: MethodKind.Unary,
|
|
82
|
+
},
|
|
83
|
+
/**
|
|
84
|
+
* @generated from rpc integrations.v1.IntegrationsService.GetIntegration
|
|
85
|
+
*/
|
|
86
|
+
getIntegration: {
|
|
87
|
+
name: "GetIntegration",
|
|
88
|
+
I: GetIntegrationRequest,
|
|
89
|
+
O: GetIntegrationResponse,
|
|
90
|
+
kind: MethodKind.Unary,
|
|
91
|
+
},
|
|
92
|
+
/**
|
|
93
|
+
* @generated from rpc integrations.v1.IntegrationsService.UpsertIntegration
|
|
94
|
+
*/
|
|
95
|
+
upsertIntegration: {
|
|
96
|
+
name: "UpsertIntegration",
|
|
97
|
+
I: UpsertIntegrationRequest,
|
|
98
|
+
O: UpsertIntegrationResponse,
|
|
99
|
+
kind: MethodKind.Unary,
|
|
100
|
+
},
|
|
101
|
+
/**
|
|
102
|
+
* @generated from rpc integrations.v1.IntegrationsService.DeleteIntegration
|
|
103
|
+
*/
|
|
104
|
+
deleteIntegration: {
|
|
105
|
+
name: "DeleteIntegration",
|
|
106
|
+
I: DeleteIntegrationRequest,
|
|
107
|
+
O: DeleteIntegrationResponse,
|
|
108
|
+
kind: MethodKind.Unary,
|
|
109
|
+
},
|
|
110
|
+
/**
|
|
111
|
+
* @generated from rpc integrations.v1.IntegrationsService.ListExtensions
|
|
112
|
+
*/
|
|
113
|
+
listExtensions: {
|
|
114
|
+
name: "ListExtensions",
|
|
115
|
+
I: ListExtensionsRequest,
|
|
116
|
+
O: ListExtensionsResponse,
|
|
117
|
+
kind: MethodKind.Unary,
|
|
118
|
+
},
|
|
119
|
+
/**
|
|
120
|
+
* @generated from rpc integrations.v1.IntegrationsService.GetExtension
|
|
121
|
+
*/
|
|
122
|
+
getExtension: {
|
|
123
|
+
name: "GetExtension",
|
|
124
|
+
I: GetExtensionRequest,
|
|
125
|
+
O: GetExtensionResponse,
|
|
126
|
+
kind: MethodKind.Unary,
|
|
127
|
+
},
|
|
128
|
+
/**
|
|
129
|
+
* @generated from rpc integrations.v1.IntegrationsService.UpsertExtension
|
|
130
|
+
*/
|
|
131
|
+
upsertExtension: {
|
|
132
|
+
name: "UpsertExtension",
|
|
133
|
+
I: UpsertExtensionRequest,
|
|
134
|
+
O: UpsertExtensionResponse,
|
|
135
|
+
kind: MethodKind.Unary,
|
|
136
|
+
},
|
|
137
|
+
/**
|
|
138
|
+
* @generated from rpc integrations.v1.IntegrationsService.DeleteExtension
|
|
139
|
+
*/
|
|
140
|
+
deleteExtension: {
|
|
141
|
+
name: "DeleteExtension",
|
|
142
|
+
I: DeleteExtensionRequest,
|
|
143
|
+
O: DeleteExtensionResponse,
|
|
144
|
+
kind: MethodKind.Unary,
|
|
145
|
+
},
|
|
146
|
+
/**
|
|
147
|
+
* @generated from rpc integrations.v1.IntegrationsService.GetIntegrationStatus
|
|
148
|
+
*/
|
|
149
|
+
getIntegrationStatus: {
|
|
150
|
+
name: "GetIntegrationStatus",
|
|
151
|
+
I: GetIntegrationStatusRequest,
|
|
152
|
+
O: GetIntegrationStatusResponse,
|
|
153
|
+
kind: MethodKind.Unary,
|
|
154
|
+
},
|
|
155
|
+
/**
|
|
156
|
+
* @generated from rpc integrations.v1.IntegrationsService.TriggerSync
|
|
157
|
+
*/
|
|
158
|
+
triggerSync: {
|
|
159
|
+
name: "TriggerSync",
|
|
160
|
+
I: TriggerSyncRequest,
|
|
161
|
+
O: TriggerSyncResponse,
|
|
162
|
+
kind: MethodKind.Unary,
|
|
163
|
+
},
|
|
164
|
+
/**
|
|
165
|
+
* @generated from rpc integrations.v1.IntegrationsService.ValidateConfig
|
|
166
|
+
*/
|
|
167
|
+
validateConfig: {
|
|
168
|
+
name: "ValidateConfig",
|
|
169
|
+
I: ValidateConfigRequest,
|
|
170
|
+
O: ValidateConfigResponse,
|
|
171
|
+
kind: MethodKind.Unary,
|
|
172
|
+
},
|
|
173
|
+
/**
|
|
174
|
+
* @generated from rpc integrations.v1.IntegrationsService.ListConfigHistory
|
|
175
|
+
*/
|
|
176
|
+
listConfigHistory: {
|
|
177
|
+
name: "ListConfigHistory",
|
|
178
|
+
I: ListConfigHistoryRequest,
|
|
179
|
+
O: ListConfigHistoryResponse,
|
|
180
|
+
kind: MethodKind.Unary,
|
|
181
|
+
},
|
|
182
|
+
/**
|
|
183
|
+
* @generated from rpc integrations.v1.IntegrationsService.GetConfigHistoryEntry
|
|
184
|
+
*/
|
|
185
|
+
getConfigHistoryEntry: {
|
|
186
|
+
name: "GetConfigHistoryEntry",
|
|
187
|
+
I: GetConfigHistoryEntryRequest,
|
|
188
|
+
O: GetConfigHistoryEntryResponse,
|
|
189
|
+
kind: MethodKind.Unary,
|
|
190
|
+
},
|
|
191
|
+
}
|
|
192
|
+
};
|
|
193
|
+
|