@azure-rest/confidential-ledger 1.1.2-beta.1 → 1.1.2-beta.2
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/CHANGELOG.md +6 -0
- package/dist/commonjs/clientDefinitions.d.ts +60 -2
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -1
- package/dist/commonjs/clientDefinitions.js.map +1 -1
- package/dist/commonjs/models.d.ts +45 -0
- package/dist/commonjs/models.d.ts.map +1 -1
- package/dist/commonjs/models.js.map +1 -1
- package/dist/commonjs/outputModels.d.ts +71 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -1
- package/dist/commonjs/outputModels.js.map +1 -1
- package/dist/commonjs/parameters.d.ts +87 -1
- package/dist/commonjs/parameters.d.ts.map +1 -1
- package/dist/commonjs/parameters.js.map +1 -1
- package/dist/commonjs/responses.d.ts +161 -1
- package/dist/commonjs/responses.d.ts.map +1 -1
- package/dist/commonjs/responses.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/clientDefinitions.d.ts +60 -2
- package/dist/esm/clientDefinitions.d.ts.map +1 -1
- package/dist/esm/clientDefinitions.js.map +1 -1
- package/dist/esm/models.d.ts +45 -0
- package/dist/esm/models.d.ts.map +1 -1
- package/dist/esm/models.js.map +1 -1
- package/dist/esm/outputModels.d.ts +71 -0
- package/dist/esm/outputModels.d.ts.map +1 -1
- package/dist/esm/outputModels.js.map +1 -1
- package/dist/esm/parameters.d.ts +87 -1
- package/dist/esm/parameters.d.ts.map +1 -1
- package/dist/esm/parameters.js.map +1 -1
- package/dist/esm/responses.d.ts +161 -1
- package/dist/esm/responses.d.ts.map +1 -1
- package/dist/esm/responses.js.map +1 -1
- package/package.json +1 -1
- package/review/confidential-ledger.api.md +567 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n Bundle,\n LedgerEntry,\n LedgerUser,\n LedgerUserMultipleRoles,\n UserDefinedFunction,\n UserDefinedFunctionExecutionProperties,\n JSRuntimeOptions,\n Role,\n} from \"./models.js\";\n\nexport type GetConstitutionParameters = RequestParameters;\nexport type ListConsortiumMembersParameters = RequestParameters;\nexport type GetEnclaveQuotesParameters = RequestParameters;\nexport type ListCollectionsParameters = RequestParameters;\nexport type ListUserDefinedFunctionsParameters = RequestParameters;\nexport type DeleteUserDefinedFunctionParameters = RequestParameters;\nexport type GetUserDefinedFunctionParameters = RequestParameters;\nexport type GetRuntimeOptionsParameters = RequestParameters;\nexport type GetUserDefinedEndpointsModuleParameters = GetUserDefinedEndpointsModuleQueryParam &\n RequestParameters;\n\nexport interface GetUserDefinedEndpointsModuleQueryParam {\n queryParameters: GetUserDefinedEndpointsModuleQueryParamProperties;\n}\n\nexport interface GetUserDefinedEndpointsModuleQueryParamProperties {\n /** module name of the user defined endpoint */\n module_name: string;\n}\n\nexport interface GetUserDefinedRoleQueryParamProperties {\n /** user defined role name */\n roleName: string;\n}\n\nexport interface GetUserDefinedRoleQueryParam {\n queryParameters: GetUserDefinedRoleQueryParamProperties;\n}\n\nexport type GetUserDefinedRoleParameters = GetUserDefinedRoleQueryParam & RequestParameters;\n\nexport interface CreateUserDefinedRoleBodyParam {\n /** user defined role */\n body: Array<Role>;\n}\n\nexport interface CreateUserDefinedRoleMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type CreateUserDefinedRoleParameters = CreateUserDefinedRoleMediaTypesParam &\n CreateUserDefinedRoleBodyParam &\n RequestParameters;\n\nexport interface ListLedgerEntriesQueryParamProperties {\n /** The collection id. */\n collectionId?: string;\n /** Specify the first transaction ID in a range. */\n fromTransactionId?: string;\n /** Specify the last transaction ID in a range. */\n toTransactionId?: string;\n}\n\nexport interface ListLedgerEntriesQueryParam {\n queryParameters?: ListLedgerEntriesQueryParamProperties;\n}\n\nexport type ListLedgerEntriesParameters = ListLedgerEntriesQueryParam & RequestParameters;\n\nexport interface CreateLedgerEntryBodyParam {\n /** Ledger entry. */\n body: LedgerEntry;\n}\n\nexport interface CreateLedgerEntryQueryParamProperties {\n /** The collection id. */\n collectionId?: string;\n}\n\nexport interface CreateLedgerEntryQueryParam {\n queryParameters?: CreateLedgerEntryQueryParamProperties;\n}\n\nexport interface CreateLedgerEntryMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type CreateLedgerEntryParameters = CreateLedgerEntryQueryParam &\n CreateLedgerEntryMediaTypesParam &\n CreateLedgerEntryBodyParam &\n RequestParameters;\n\nexport interface GetLedgerEntryQueryParamProperties {\n /** The collection id. */\n collectionId?: string;\n}\n\nexport interface GetLedgerEntryQueryParam {\n queryParameters?: GetLedgerEntryQueryParamProperties;\n}\n\nexport type GetLedgerEntryParameters = GetLedgerEntryQueryParam & RequestParameters;\nexport type GetReceiptParameters = RequestParameters;\nexport type GetTransactionStatusParameters = RequestParameters;\n\nexport interface GetCurrentLedgerEntryQueryParamProperties {\n /** The collection id. */\n collectionId?: string;\n}\n\nexport interface GetCurrentLedgerEntryQueryParam {\n queryParameters?: GetCurrentLedgerEntryQueryParamProperties;\n}\n\nexport type GetCurrentLedgerEntryParameters = GetCurrentLedgerEntryQueryParam & RequestParameters;\nexport type ListUsersParameters = RequestParameters;\nexport type ListLedgerUsersParameters = RequestParameters;\nexport type DeleteLedgerUserParameters = RequestParameters;\nexport type GetLedgerUserParameters = RequestParameters;\nexport type DeleteUserParameters = RequestParameters;\nexport type GetUserParameters = RequestParameters;\n/** Details about a Confidential Ledger user. */\nexport type LedgerUserResourceMergeAndPatch = Partial<LedgerUser>;\n\nexport interface CreateOrUpdateUserBodyParam {\n /** Details about a Confidential Ledger user. */\n body: LedgerUserResourceMergeAndPatch;\n}\n\nexport interface CreateOrUpdateUserMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\n/** Details about a Confidential Ledger user with multiple roles. */\nexport type LedgerUserMultipleRolesResourceMergeAndPatch = Partial<LedgerUserMultipleRoles>;\n\nexport interface CreateOrUpdateLedgerUserBodyParam {\n /** Details about a Confidential Ledger user with multiple roles. */\n body: LedgerUserMultipleRolesResourceMergeAndPatch;\n}\n\nexport interface CreateOrUpdateLedgerUserMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type CreateOrUpdateLedgerUserParameters = CreateOrUpdateLedgerUserMediaTypesParam &\n CreateOrUpdateLedgerUserBodyParam &\n RequestParameters;\n\nexport type CreateOrUpdateUserParameters = CreateOrUpdateUserMediaTypesParam &\n CreateOrUpdateUserBodyParam &\n RequestParameters;\n\nexport type GetUserDefinedEndpointParameters = RequestParameters;\n\nexport interface CreateUserDefinedEndpointBodyParam {\n /** bundle parameter description */\n body: Bundle;\n}\n\nexport interface CreateUserDefinedEndpointMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type CreateUserDefinedEndpointParameters = CreateUserDefinedEndpointMediaTypesParam &\n CreateUserDefinedEndpointBodyParam &\n RequestParameters;\n\nexport interface UpdateRuntimeOptionsBodyParam {\n /** JS runtime options */\n body: JSRuntimeOptions;\n}\n\nexport interface UpdateRuntimeOptionsMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type UpdateRuntimeOptionsParameters = UpdateRuntimeOptionsMediaTypesParam &\n UpdateRuntimeOptionsBodyParam &\n RequestParameters;\n\nexport interface UpdateUserDefinedRoleBodyParam {\n /** user defined role */\n body: Array<Role>;\n}\n\nexport interface UpdateUserDefinedRoleMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type UpdateUserDefinedRoleParameters = UpdateUserDefinedRoleMediaTypesParam &\n UpdateUserDefinedRoleBodyParam &\n RequestParameters;\n\nexport interface CreateUserDefinedFunctionBodyParam {\n /** Specify a user defined function of a Confidential Ledger. */\n body: UserDefinedFunction;\n}\n\nexport interface CreateUserDefinedFunctionMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type CreateUserDefinedFunctionParameters = CreateUserDefinedFunctionMediaTypesParam &\n CreateUserDefinedFunctionBodyParam &\n RequestParameters;\n\nexport interface ExecuteUserDefinedFunctionBodyParam {\n /** Specify user defined function execution properties. */\n body?: UserDefinedFunctionExecutionProperties;\n}\n\nexport interface ExecuteUserDefinedFunctionMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ExecuteUserDefinedFunctionParameters = ExecuteUserDefinedFunctionMediaTypesParam &\n ExecuteUserDefinedFunctionBodyParam &\n RequestParameters;\n\nexport interface DeleteUserDefinedRoleQueryParamProperties {\n /** user defined role name */\n roleName: string;\n}\n\nexport interface DeleteUserDefinedRoleQueryParam {\n queryParameters: DeleteUserDefinedRoleQueryParamProperties;\n}\n\nexport type DeleteUserDefinedRoleParameters = DeleteUserDefinedRoleQueryParam & RequestParameters;\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
|
|
2
2
|
import type { HttpResponse } from "@azure-rest/core-client";
|
|
3
|
-
import type { ConstitutionOutput, BundleOutput, ConfidentialLedgerErrorOutput, ConsortiumOutput, ConfidentialLedgerEnclavesOutput, PagedCollectionsOutput, PagedLedgerEntriesOutput, LedgerWriteResultOutput, LedgerQueryResultOutput, TransactionReceiptOutput, TransactionStatusOutput, LedgerEntryOutput, PagedUsersOutput, LedgerUserOutput, PagedUserDefinedFunctionsOutput } from "./outputModels.js";
|
|
3
|
+
import type { ConstitutionOutput, BundleOutput, ConfidentialLedgerErrorOutput, ConsortiumOutput, ConfidentialLedgerEnclavesOutput, PagedCollectionsOutput, PagedLedgerEntriesOutput, LedgerWriteResultOutput, LedgerQueryResultOutput, TransactionReceiptOutput, TransactionStatusOutput, LedgerEntryOutput, PagedUsersOutput, PagedLedgerUsersOutput, LedgerUserOutput, LedgerUserMultipleRolesOutput, PagedUserDefinedFunctionsOutput, UserDefinedFunctionOutput, UserDefinedFunctionExecutionResponseOutput, JSRuntimeOptionsOutput, ModuleDefOutput, RoleOutput } from "./outputModels.js";
|
|
4
4
|
/** The constitution is a script that assesses and applies proposals from consortium members. */
|
|
5
5
|
export interface GetConstitution200Response extends HttpResponse {
|
|
6
6
|
status: "200";
|
|
@@ -125,6 +125,45 @@ export interface ListUsersDefaultResponse extends HttpResponse {
|
|
|
125
125
|
status: string;
|
|
126
126
|
body: ConfidentialLedgerErrorOutput;
|
|
127
127
|
}
|
|
128
|
+
/** All users' object IDs and multiple roles will be returned. */
|
|
129
|
+
export interface ListLedgerUsers200Response extends HttpResponse {
|
|
130
|
+
status: "200";
|
|
131
|
+
body: PagedLedgerUsersOutput;
|
|
132
|
+
}
|
|
133
|
+
/** All users' object IDs and multiple roles will be returned. */
|
|
134
|
+
export interface ListLedgerUsersDefaultResponse extends HttpResponse {
|
|
135
|
+
status: string;
|
|
136
|
+
body: ConfidentialLedgerErrorOutput;
|
|
137
|
+
}
|
|
138
|
+
/** Deletes a user with multiple roles from the Confidential Ledger. */
|
|
139
|
+
export interface DeleteLedgerUser204Response extends HttpResponse {
|
|
140
|
+
status: "204";
|
|
141
|
+
}
|
|
142
|
+
/** Deletes a user with multiple roles from the Confidential Ledger. */
|
|
143
|
+
export interface DeleteLedgerUserDefaultResponse extends HttpResponse {
|
|
144
|
+
status: string;
|
|
145
|
+
body: ConfidentialLedgerErrorOutput;
|
|
146
|
+
}
|
|
147
|
+
/** Gets a user with multiple roles. */
|
|
148
|
+
export interface GetLedgerUser200Response extends HttpResponse {
|
|
149
|
+
status: "200";
|
|
150
|
+
body: LedgerUserMultipleRolesOutput;
|
|
151
|
+
}
|
|
152
|
+
/** Gets a user with multiple roles. */
|
|
153
|
+
export interface GetLedgerUserDefaultResponse extends HttpResponse {
|
|
154
|
+
status: string;
|
|
155
|
+
body: ConfidentialLedgerErrorOutput;
|
|
156
|
+
}
|
|
157
|
+
/** A JSON merge patch is applied for existing users */
|
|
158
|
+
export interface CreateOrUpdateLedgerUser200Response extends HttpResponse {
|
|
159
|
+
status: "200";
|
|
160
|
+
body: LedgerUserMultipleRolesOutput;
|
|
161
|
+
}
|
|
162
|
+
/** A JSON merge patch is applied for existing users */
|
|
163
|
+
export interface CreateOrUpdateLedgerUserDefaultResponse extends HttpResponse {
|
|
164
|
+
status: string;
|
|
165
|
+
body: ConfidentialLedgerErrorOutput;
|
|
166
|
+
}
|
|
128
167
|
/** Deletes a user from the Confidential Ledger. */
|
|
129
168
|
export interface DeleteUser204Response extends HttpResponse {
|
|
130
169
|
status: "204";
|
|
@@ -164,6 +203,36 @@ export interface GetUserDefinedEndpointDefaultResponse extends HttpResponse {
|
|
|
164
203
|
status: string;
|
|
165
204
|
body: ConfidentialLedgerErrorOutput;
|
|
166
205
|
}
|
|
206
|
+
/** It returns the runtime options */
|
|
207
|
+
export interface GetRuntimeOptions200Response extends HttpResponse {
|
|
208
|
+
status: "200";
|
|
209
|
+
body: JSRuntimeOptionsOutput;
|
|
210
|
+
}
|
|
211
|
+
/** It returns the runtime options */
|
|
212
|
+
export interface GetRuntimeOptionsDefaultResponse extends HttpResponse {
|
|
213
|
+
status: string;
|
|
214
|
+
body: ConfidentialLedgerErrorOutput;
|
|
215
|
+
}
|
|
216
|
+
/** Updates the runtime options. */
|
|
217
|
+
export interface UpdateRuntimeOptions200Response extends HttpResponse {
|
|
218
|
+
status: "200";
|
|
219
|
+
body: JSRuntimeOptionsOutput;
|
|
220
|
+
}
|
|
221
|
+
/** Updates the runtime options. */
|
|
222
|
+
export interface UpdateRuntimeOptionsDefaultResponse extends HttpResponse {
|
|
223
|
+
status: string;
|
|
224
|
+
body: ConfidentialLedgerErrorOutput;
|
|
225
|
+
}
|
|
226
|
+
/** It gets the module for the user defined endpoint. */
|
|
227
|
+
export interface GetUserDefinedEndpointsModule200Response extends HttpResponse {
|
|
228
|
+
status: "200";
|
|
229
|
+
body: ModuleDefOutput;
|
|
230
|
+
}
|
|
231
|
+
/** It gets the module for the user defined endpoint. */
|
|
232
|
+
export interface GetUserDefinedEndpointsModuleDefaultResponse extends HttpResponse {
|
|
233
|
+
status: string;
|
|
234
|
+
body: ConfidentialLedgerErrorOutput;
|
|
235
|
+
}
|
|
167
236
|
/** User defined functions stored in the Confidential Ledger */
|
|
168
237
|
export interface ListUserDefinedFunctions200Response extends HttpResponse {
|
|
169
238
|
status: "200";
|
|
@@ -174,4 +243,95 @@ export interface ListUserDefinedFunctionsDefaultResponse extends HttpResponse {
|
|
|
174
243
|
status: string;
|
|
175
244
|
body: ConfidentialLedgerErrorOutput;
|
|
176
245
|
}
|
|
246
|
+
/** Deletes a user defined function from the Confidential Ledger. */
|
|
247
|
+
export interface DeleteUserDefinedFunction204Response extends HttpResponse {
|
|
248
|
+
status: "204";
|
|
249
|
+
}
|
|
250
|
+
/** Deletes a user defined function from the Confidential Ledger. */
|
|
251
|
+
export interface DeleteUserDefinedFunctionDefaultResponse extends HttpResponse {
|
|
252
|
+
status: string;
|
|
253
|
+
body: ConfidentialLedgerErrorOutput;
|
|
254
|
+
}
|
|
255
|
+
/** Returns the user defined function in the Confidential Ledger */
|
|
256
|
+
export interface GetUserDefinedFunction200Response extends HttpResponse {
|
|
257
|
+
status: "200";
|
|
258
|
+
body: UserDefinedFunctionOutput;
|
|
259
|
+
}
|
|
260
|
+
/** Returns the user defined function in the Confidential Ledger */
|
|
261
|
+
export interface GetUserDefinedFunctionDefaultResponse extends HttpResponse {
|
|
262
|
+
status: string;
|
|
263
|
+
body: ConfidentialLedgerErrorOutput;
|
|
264
|
+
}
|
|
265
|
+
export interface CreateUserDefinedFunction200Headers {
|
|
266
|
+
/** The transaction id at which this write will become durable. */
|
|
267
|
+
"x-ms-ccf-transaction-id"?: string;
|
|
268
|
+
}
|
|
269
|
+
/** Creates the user defined function in the Confidential Ledger */
|
|
270
|
+
export interface CreateUserDefinedFunction200Response extends HttpResponse {
|
|
271
|
+
status: "200";
|
|
272
|
+
body: UserDefinedFunctionOutput;
|
|
273
|
+
headers: RawHttpHeaders & CreateUserDefinedFunction200Headers;
|
|
274
|
+
}
|
|
275
|
+
export interface CreateUserDefinedFunction201Headers {
|
|
276
|
+
/** The transaction id at which this write will become durable. */
|
|
277
|
+
"x-ms-ccf-transaction-id"?: string;
|
|
278
|
+
}
|
|
279
|
+
/** Creates the user defined function in the Confidential Ledger */
|
|
280
|
+
export interface CreateUserDefinedFunction201Response extends HttpResponse {
|
|
281
|
+
status: "201";
|
|
282
|
+
body: UserDefinedFunctionOutput;
|
|
283
|
+
headers: RawHttpHeaders & CreateUserDefinedFunction201Headers;
|
|
284
|
+
}
|
|
285
|
+
/** Creates the user defined function in the Confidential Ledger */
|
|
286
|
+
export interface CreateUserDefinedFunctionDefaultResponse extends HttpResponse {
|
|
287
|
+
status: string;
|
|
288
|
+
body: ConfidentialLedgerErrorOutput;
|
|
289
|
+
}
|
|
290
|
+
/** Executes the user defined function in the Confidential Ledger */
|
|
291
|
+
export interface ExecuteUserDefinedFunction200Response extends HttpResponse {
|
|
292
|
+
status: "200";
|
|
293
|
+
body: UserDefinedFunctionExecutionResponseOutput;
|
|
294
|
+
}
|
|
295
|
+
/** Executes the user defined function in the Confidential Ledger */
|
|
296
|
+
export interface ExecuteUserDefinedFunctionDefaultResponse extends HttpResponse {
|
|
297
|
+
status: string;
|
|
298
|
+
body: ConfidentialLedgerErrorOutput;
|
|
299
|
+
}
|
|
300
|
+
/** user defined roles allow users to define and manage app specific AuthZ policy. */
|
|
301
|
+
export interface GetUserDefinedRole200Response extends HttpResponse {
|
|
302
|
+
status: "200";
|
|
303
|
+
body: Array<RoleOutput>;
|
|
304
|
+
}
|
|
305
|
+
/** user defined roles allow users to define and manage app specific AuthZ policy. */
|
|
306
|
+
export interface GetUserDefinedRoleDefaultResponse extends HttpResponse {
|
|
307
|
+
status: string;
|
|
308
|
+
body: ConfidentialLedgerErrorOutput;
|
|
309
|
+
}
|
|
310
|
+
/** User defined roles allow users to define and manage app specific AuthZ policy. */
|
|
311
|
+
export interface CreateUserDefinedRole200Response extends HttpResponse {
|
|
312
|
+
status: "200";
|
|
313
|
+
}
|
|
314
|
+
/** User defined roles allow users to define and manage app specific AuthZ policy. */
|
|
315
|
+
export interface CreateUserDefinedRoleDefaultResponse extends HttpResponse {
|
|
316
|
+
status: string;
|
|
317
|
+
body: ConfidentialLedgerErrorOutput;
|
|
318
|
+
}
|
|
319
|
+
/** User defined roles allow users to define and manage app specific AuthZ policy. */
|
|
320
|
+
export interface UpdateUserDefinedRole200Response extends HttpResponse {
|
|
321
|
+
status: "200";
|
|
322
|
+
}
|
|
323
|
+
/** User defined roles allow users to define and manage app specific AuthZ policy. */
|
|
324
|
+
export interface UpdateUserDefinedRoleDefaultResponse extends HttpResponse {
|
|
325
|
+
status: string;
|
|
326
|
+
body: ConfidentialLedgerErrorOutput;
|
|
327
|
+
}
|
|
328
|
+
/** A user defined role allows the users to create and manage their own role actions using the API. */
|
|
329
|
+
export interface DeleteUserDefinedRole200Response extends HttpResponse {
|
|
330
|
+
status: "200";
|
|
331
|
+
}
|
|
332
|
+
/** A user defined role allows the users to create and manage their own role actions using the API. */
|
|
333
|
+
export interface DeleteUserDefinedRoleDefaultResponse extends HttpResponse {
|
|
334
|
+
status: string;
|
|
335
|
+
body: ConfidentialLedgerErrorOutput;
|
|
336
|
+
}
|
|
177
337
|
//# sourceMappingURL=responses.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EACV,kBAAkB,EAClB,YAAY,EACZ,6BAA6B,EAC7B,gBAAgB,EAChB,gCAAgC,EAChC,sBAAsB,EACtB,wBAAwB,EACxB,uBAAuB,EACvB,uBAAuB,EACvB,wBAAwB,EACxB,uBAAuB,EACvB,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,+BAA+B,
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\n ConstitutionOutput,\n BundleOutput,\n ConfidentialLedgerErrorOutput,\n ConsortiumOutput,\n ConfidentialLedgerEnclavesOutput,\n PagedCollectionsOutput,\n PagedLedgerEntriesOutput,\n LedgerWriteResultOutput,\n LedgerQueryResultOutput,\n TransactionReceiptOutput,\n TransactionStatusOutput,\n LedgerEntryOutput,\n PagedUsersOutput,\n LedgerUserOutput,\n PagedUserDefinedFunctionsOutput,\n} from \"./outputModels.js\";\n\n/** The constitution is a script that assesses and applies proposals from consortium members. */\nexport interface GetConstitution200Response extends HttpResponse {\n status: \"200\";\n body: ConstitutionOutput;\n}\n\n/** The constitution is a script that assesses and applies proposals from consortium members. */\nexport interface GetConstitutionDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Creates the user defined endpoint in the ACL instance */\nexport interface CreateUserDefinedEndpoint201Response extends HttpResponse {\n status: \"201\";\n}\n\n/** Creates the user defined endpoint in the ACL instance */\nexport interface CreateUserDefinedEndpointDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Consortium members can manage the Confidential Ledger. */\nexport interface ListConsortiumMembers200Response extends HttpResponse {\n status: \"200\";\n body: ConsortiumOutput;\n}\n\n/** Consortium members can manage the Confidential Ledger. */\nexport interface ListConsortiumMembersDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** A quote is an SGX enclave measurement that can be used to verify the validity of a node and its enclave. */\nexport interface GetEnclaveQuotes200Response extends HttpResponse {\n status: \"200\";\n body: ConfidentialLedgerEnclavesOutput;\n}\n\n/** A quote is an SGX enclave measurement that can be used to verify the validity of a node and its enclave. */\nexport interface GetEnclaveQuotesDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Collection ids are user-created collections of ledger entries */\nexport interface ListCollections200Response extends HttpResponse {\n status: \"200\";\n body: PagedCollectionsOutput;\n}\n\n/** Collection ids are user-created collections of ledger entries */\nexport interface ListCollectionsDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** A collection id may optionally be specified. Only entries in the specified (or default) collection will be returned. */\nexport interface ListLedgerEntries200Response extends HttpResponse {\n status: \"200\";\n body: PagedLedgerEntriesOutput;\n}\n\n/** A collection id may optionally be specified. Only entries in the specified (or default) collection will be returned. */\nexport interface ListLedgerEntriesDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\nexport interface CreateLedgerEntry200Headers {\n /** The transaction id at which this write will become durable. */\n \"x-ms-ccf-transaction-id\"?: string;\n}\n\n/** A collection id may optionally be specified. */\nexport interface CreateLedgerEntry200Response extends HttpResponse {\n status: \"200\";\n body: LedgerWriteResultOutput;\n headers: RawHttpHeaders & CreateLedgerEntry200Headers;\n}\n\n/** A collection id may optionally be specified. */\nexport interface CreateLedgerEntryDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** To return older ledger entries, the relevant sections of the ledger must be read from disk and validated. To prevent blocking within the enclave, the response will indicate whether the entry is ready and part of the response, or if the loading is still ongoing. */\nexport interface GetLedgerEntry200Response extends HttpResponse {\n status: \"200\";\n body: LedgerQueryResultOutput;\n}\n\n/** To return older ledger entries, the relevant sections of the ledger must be read from disk and validated. To prevent blocking within the enclave, the response will indicate whether the entry is ready and part of the response, or if the loading is still ongoing. */\nexport interface GetLedgerEntryDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Gets a receipt certifying ledger contents at a particular transaction id. */\nexport interface GetReceipt200Response extends HttpResponse {\n status: \"200\";\n body: TransactionReceiptOutput;\n}\n\n/** Gets a receipt certifying ledger contents at a particular transaction id. */\nexport interface GetReceiptDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Gets the status of an entry identified by a transaction id. */\nexport interface GetTransactionStatus200Response extends HttpResponse {\n status: \"200\";\n body: TransactionStatusOutput;\n}\n\n/** Gets the status of an entry identified by a transaction id. */\nexport interface GetTransactionStatusDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** A collection id may optionally be specified. */\nexport interface GetCurrentLedgerEntry200Response extends HttpResponse {\n status: \"200\";\n body: LedgerEntryOutput;\n}\n\n/** A collection id may optionally be specified. */\nexport interface GetCurrentLedgerEntryDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** All users' object IDs and roles will be returned. */\nexport interface ListUsers200Response extends HttpResponse {\n status: \"200\";\n body: PagedUsersOutput;\n}\n\n/** All users' object IDs and roles will be returned. */\nexport interface ListUsersDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Deletes a user from the Confidential Ledger. */\nexport interface DeleteUser204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a user from the Confidential Ledger. */\nexport interface DeleteUserDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Gets a user. */\nexport interface GetUser200Response extends HttpResponse {\n status: \"200\";\n body: LedgerUserOutput;\n}\n\n/** Gets a user. */\nexport interface GetUserDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** A JSON merge patch is applied for existing users */\nexport interface CreateOrUpdateUser200Response extends HttpResponse {\n status: \"200\";\n body: LedgerUserOutput;\n}\n\n/** A JSON merge patch is applied for existing users */\nexport interface CreateOrUpdateUserDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Returns the user defined endpoint in the ACL instance */\nexport interface GetUserDefinedEndpoint200Response extends HttpResponse {\n status: \"200\";\n body: BundleOutput;\n}\n\n/** Returns the user defined endpoint in the ACL instance */\nexport interface GetUserDefinedEndpointDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** User defined functions stored in the Confidential Ledger */\nexport interface ListUserDefinedFunctions200Response extends HttpResponse {\n status: \"200\";\n body: PagedUserDefinedFunctionsOutput;\n}\n\n/** User defined functions stored in the Confidential Ledger */\nexport interface ListUserDefinedFunctionsDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\n ConstitutionOutput,\n BundleOutput,\n ConfidentialLedgerErrorOutput,\n ConsortiumOutput,\n ConfidentialLedgerEnclavesOutput,\n PagedCollectionsOutput,\n PagedLedgerEntriesOutput,\n LedgerWriteResultOutput,\n LedgerQueryResultOutput,\n TransactionReceiptOutput,\n TransactionStatusOutput,\n LedgerEntryOutput,\n PagedUsersOutput,\n PagedLedgerUsersOutput,\n LedgerUserOutput,\n LedgerUserMultipleRolesOutput,\n PagedUserDefinedFunctionsOutput,\n UserDefinedFunctionOutput,\n UserDefinedFunctionExecutionResponseOutput,\n JSRuntimeOptionsOutput,\n ModuleDefOutput,\n RoleOutput,\n} from \"./outputModels.js\";\n\n/** The constitution is a script that assesses and applies proposals from consortium members. */\nexport interface GetConstitution200Response extends HttpResponse {\n status: \"200\";\n body: ConstitutionOutput;\n}\n\n/** The constitution is a script that assesses and applies proposals from consortium members. */\nexport interface GetConstitutionDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Creates the user defined endpoint in the ACL instance */\nexport interface CreateUserDefinedEndpoint201Response extends HttpResponse {\n status: \"201\";\n}\n\n/** Creates the user defined endpoint in the ACL instance */\nexport interface CreateUserDefinedEndpointDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Consortium members can manage the Confidential Ledger. */\nexport interface ListConsortiumMembers200Response extends HttpResponse {\n status: \"200\";\n body: ConsortiumOutput;\n}\n\n/** Consortium members can manage the Confidential Ledger. */\nexport interface ListConsortiumMembersDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** A quote is an SGX enclave measurement that can be used to verify the validity of a node and its enclave. */\nexport interface GetEnclaveQuotes200Response extends HttpResponse {\n status: \"200\";\n body: ConfidentialLedgerEnclavesOutput;\n}\n\n/** A quote is an SGX enclave measurement that can be used to verify the validity of a node and its enclave. */\nexport interface GetEnclaveQuotesDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Collection ids are user-created collections of ledger entries */\nexport interface ListCollections200Response extends HttpResponse {\n status: \"200\";\n body: PagedCollectionsOutput;\n}\n\n/** Collection ids are user-created collections of ledger entries */\nexport interface ListCollectionsDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** A collection id may optionally be specified. Only entries in the specified (or default) collection will be returned. */\nexport interface ListLedgerEntries200Response extends HttpResponse {\n status: \"200\";\n body: PagedLedgerEntriesOutput;\n}\n\n/** A collection id may optionally be specified. Only entries in the specified (or default) collection will be returned. */\nexport interface ListLedgerEntriesDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\nexport interface CreateLedgerEntry200Headers {\n /** The transaction id at which this write will become durable. */\n \"x-ms-ccf-transaction-id\"?: string;\n}\n\n/** A collection id may optionally be specified. */\nexport interface CreateLedgerEntry200Response extends HttpResponse {\n status: \"200\";\n body: LedgerWriteResultOutput;\n headers: RawHttpHeaders & CreateLedgerEntry200Headers;\n}\n\n/** A collection id may optionally be specified. */\nexport interface CreateLedgerEntryDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** To return older ledger entries, the relevant sections of the ledger must be read from disk and validated. To prevent blocking within the enclave, the response will indicate whether the entry is ready and part of the response, or if the loading is still ongoing. */\nexport interface GetLedgerEntry200Response extends HttpResponse {\n status: \"200\";\n body: LedgerQueryResultOutput;\n}\n\n/** To return older ledger entries, the relevant sections of the ledger must be read from disk and validated. To prevent blocking within the enclave, the response will indicate whether the entry is ready and part of the response, or if the loading is still ongoing. */\nexport interface GetLedgerEntryDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Gets a receipt certifying ledger contents at a particular transaction id. */\nexport interface GetReceipt200Response extends HttpResponse {\n status: \"200\";\n body: TransactionReceiptOutput;\n}\n\n/** Gets a receipt certifying ledger contents at a particular transaction id. */\nexport interface GetReceiptDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Gets the status of an entry identified by a transaction id. */\nexport interface GetTransactionStatus200Response extends HttpResponse {\n status: \"200\";\n body: TransactionStatusOutput;\n}\n\n/** Gets the status of an entry identified by a transaction id. */\nexport interface GetTransactionStatusDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** A collection id may optionally be specified. */\nexport interface GetCurrentLedgerEntry200Response extends HttpResponse {\n status: \"200\";\n body: LedgerEntryOutput;\n}\n\n/** A collection id may optionally be specified. */\nexport interface GetCurrentLedgerEntryDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** All users' object IDs and roles will be returned. */\nexport interface ListUsers200Response extends HttpResponse {\n status: \"200\";\n body: PagedUsersOutput;\n}\n\n/** All users' object IDs and roles will be returned. */\nexport interface ListUsersDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** All users' object IDs and multiple roles will be returned. */\nexport interface ListLedgerUsers200Response extends HttpResponse {\n status: \"200\";\n body: PagedLedgerUsersOutput;\n}\n\n/** All users' object IDs and multiple roles will be returned. */\nexport interface ListLedgerUsersDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Deletes a user with multiple roles from the Confidential Ledger. */\nexport interface DeleteLedgerUser204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a user with multiple roles from the Confidential Ledger. */\nexport interface DeleteLedgerUserDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Gets a user with multiple roles. */\nexport interface GetLedgerUser200Response extends HttpResponse {\n status: \"200\";\n body: LedgerUserMultipleRolesOutput;\n}\n\n/** Gets a user with multiple roles. */\nexport interface GetLedgerUserDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** A JSON merge patch is applied for existing users */\nexport interface CreateOrUpdateLedgerUser200Response extends HttpResponse {\n status: \"200\";\n body: LedgerUserMultipleRolesOutput;\n}\n\n/** A JSON merge patch is applied for existing users */\nexport interface CreateOrUpdateLedgerUserDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Deletes a user from the Confidential Ledger. */\nexport interface DeleteUser204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a user from the Confidential Ledger. */\nexport interface DeleteUserDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Gets a user. */\nexport interface GetUser200Response extends HttpResponse {\n status: \"200\";\n body: LedgerUserOutput;\n}\n\n/** Gets a user. */\nexport interface GetUserDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** A JSON merge patch is applied for existing users */\nexport interface CreateOrUpdateUser200Response extends HttpResponse {\n status: \"200\";\n body: LedgerUserOutput;\n}\n\n/** A JSON merge patch is applied for existing users */\nexport interface CreateOrUpdateUserDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Returns the user defined endpoint in the ACL instance */\nexport interface GetUserDefinedEndpoint200Response extends HttpResponse {\n status: \"200\";\n body: BundleOutput;\n}\n\n/** Returns the user defined endpoint in the ACL instance */\nexport interface GetUserDefinedEndpointDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** It returns the runtime options */\nexport interface GetRuntimeOptions200Response extends HttpResponse {\n status: \"200\";\n body: JSRuntimeOptionsOutput;\n}\n\n/** It returns the runtime options */\nexport interface GetRuntimeOptionsDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Updates the runtime options. */\nexport interface UpdateRuntimeOptions200Response extends HttpResponse {\n status: \"200\";\n body: JSRuntimeOptionsOutput;\n}\n\n/** Updates the runtime options. */\nexport interface UpdateRuntimeOptionsDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** It gets the module for the user defined endpoint. */\nexport interface GetUserDefinedEndpointsModule200Response extends HttpResponse {\n status: \"200\";\n body: ModuleDefOutput;\n}\n\n/** It gets the module for the user defined endpoint. */\nexport interface GetUserDefinedEndpointsModuleDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** User defined functions stored in the Confidential Ledger */\nexport interface ListUserDefinedFunctions200Response extends HttpResponse {\n status: \"200\";\n body: PagedUserDefinedFunctionsOutput;\n}\n\n/** User defined functions stored in the Confidential Ledger */\nexport interface ListUserDefinedFunctionsDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Deletes a user defined function from the Confidential Ledger. */\nexport interface DeleteUserDefinedFunction204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a user defined function from the Confidential Ledger. */\nexport interface DeleteUserDefinedFunctionDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Returns the user defined function in the Confidential Ledger */\nexport interface GetUserDefinedFunction200Response extends HttpResponse {\n status: \"200\";\n body: UserDefinedFunctionOutput;\n}\n\n/** Returns the user defined function in the Confidential Ledger */\nexport interface GetUserDefinedFunctionDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\nexport interface CreateUserDefinedFunction200Headers {\n /** The transaction id at which this write will become durable. */\n \"x-ms-ccf-transaction-id\"?: string;\n}\n\n/** Creates the user defined function in the Confidential Ledger */\nexport interface CreateUserDefinedFunction200Response extends HttpResponse {\n status: \"200\";\n body: UserDefinedFunctionOutput;\n headers: RawHttpHeaders & CreateUserDefinedFunction200Headers;\n}\n\nexport interface CreateUserDefinedFunction201Headers {\n /** The transaction id at which this write will become durable. */\n \"x-ms-ccf-transaction-id\"?: string;\n}\n\n/** Creates the user defined function in the Confidential Ledger */\nexport interface CreateUserDefinedFunction201Response extends HttpResponse {\n status: \"201\";\n body: UserDefinedFunctionOutput;\n headers: RawHttpHeaders & CreateUserDefinedFunction201Headers;\n}\n\n/** Creates the user defined function in the Confidential Ledger */\nexport interface CreateUserDefinedFunctionDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** Executes the user defined function in the Confidential Ledger */\nexport interface ExecuteUserDefinedFunction200Response extends HttpResponse {\n status: \"200\";\n body: UserDefinedFunctionExecutionResponseOutput;\n}\n\n/** Executes the user defined function in the Confidential Ledger */\nexport interface ExecuteUserDefinedFunctionDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** user defined roles allow users to define and manage app specific AuthZ policy. */\nexport interface GetUserDefinedRole200Response extends HttpResponse {\n status: \"200\";\n body: Array<RoleOutput>;\n}\n\n/** user defined roles allow users to define and manage app specific AuthZ policy. */\nexport interface GetUserDefinedRoleDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** User defined roles allow users to define and manage app specific AuthZ policy. */\nexport interface CreateUserDefinedRole200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** User defined roles allow users to define and manage app specific AuthZ policy. */\nexport interface CreateUserDefinedRoleDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** User defined roles allow users to define and manage app specific AuthZ policy. */\nexport interface UpdateUserDefinedRole200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** User defined roles allow users to define and manage app specific AuthZ policy. */\nexport interface UpdateUserDefinedRoleDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n\n/** A user defined role allows the users to create and manage their own role actions using the API. */\nexport interface DeleteUserDefinedRole200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** A user defined role allows the users to create and manage their own role actions using the API. */\nexport interface DeleteUserDefinedRoleDefaultResponse extends HttpResponse {\n status: string;\n body: ConfidentialLedgerErrorOutput;\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { GetConstitutionParameters, GetUserDefinedEndpointParameters, CreateUserDefinedEndpointParameters, ListConsortiumMembersParameters, GetEnclaveQuotesParameters, ListCollectionsParameters, ListLedgerEntriesParameters, CreateLedgerEntryParameters, GetLedgerEntryParameters, GetReceiptParameters, GetTransactionStatusParameters, GetCurrentLedgerEntryParameters, ListUsersParameters, DeleteUserParameters, GetUserParameters, CreateOrUpdateUserParameters, ListUserDefinedFunctionsParameters } from "./parameters.js";
|
|
2
|
-
import type { GetConstitution200Response, GetConstitutionDefaultResponse, GetUserDefinedEndpoint200Response, GetUserDefinedEndpointDefaultResponse, CreateUserDefinedEndpoint201Response, CreateUserDefinedEndpointDefaultResponse, ListConsortiumMembers200Response, ListConsortiumMembersDefaultResponse, GetEnclaveQuotes200Response, GetEnclaveQuotesDefaultResponse, ListCollections200Response, ListCollectionsDefaultResponse, ListLedgerEntries200Response, ListLedgerEntriesDefaultResponse, CreateLedgerEntry200Response, CreateLedgerEntryDefaultResponse, GetLedgerEntry200Response, GetLedgerEntryDefaultResponse, GetReceipt200Response, GetReceiptDefaultResponse, GetTransactionStatus200Response, GetTransactionStatusDefaultResponse, GetCurrentLedgerEntry200Response, GetCurrentLedgerEntryDefaultResponse, ListUsers200Response, ListUsersDefaultResponse, DeleteUser204Response, DeleteUserDefaultResponse, GetUser200Response, GetUserDefaultResponse, CreateOrUpdateUser200Response, CreateOrUpdateUserDefaultResponse, ListUserDefinedFunctions200Response, ListUserDefinedFunctionsDefaultResponse } from "./responses.js";
|
|
1
|
+
import type { GetConstitutionParameters, GetUserDefinedEndpointParameters, CreateUserDefinedEndpointParameters, ListConsortiumMembersParameters, GetEnclaveQuotesParameters, ListCollectionsParameters, ListLedgerEntriesParameters, CreateLedgerEntryParameters, GetLedgerEntryParameters, GetReceiptParameters, GetTransactionStatusParameters, GetCurrentLedgerEntryParameters, ListUsersParameters, DeleteUserParameters, GetUserParameters, CreateOrUpdateUserParameters, DeleteLedgerUserParameters, GetLedgerUserParameters, CreateOrUpdateLedgerUserParameters, ListUserDefinedFunctionsParameters, DeleteUserDefinedFunctionParameters, GetUserDefinedFunctionParameters, CreateUserDefinedFunctionParameters, ExecuteUserDefinedFunctionParameters, ListLedgerUsersParameters, GetRuntimeOptionsParameters, UpdateRuntimeOptionsParameters, GetUserDefinedEndpointsModuleParameters, GetUserDefinedRoleParameters, CreateUserDefinedRoleParameters, UpdateUserDefinedRoleParameters, DeleteUserDefinedRoleParameters } from "./parameters.js";
|
|
2
|
+
import type { GetConstitution200Response, GetConstitutionDefaultResponse, GetUserDefinedEndpoint200Response, GetUserDefinedEndpointDefaultResponse, CreateUserDefinedEndpoint201Response, CreateUserDefinedEndpointDefaultResponse, ListConsortiumMembers200Response, ListConsortiumMembersDefaultResponse, GetEnclaveQuotes200Response, GetEnclaveQuotesDefaultResponse, ListCollections200Response, ListCollectionsDefaultResponse, ListLedgerEntries200Response, ListLedgerEntriesDefaultResponse, CreateLedgerEntry200Response, CreateLedgerEntryDefaultResponse, GetLedgerEntry200Response, GetLedgerEntryDefaultResponse, GetReceipt200Response, GetReceiptDefaultResponse, GetTransactionStatus200Response, GetTransactionStatusDefaultResponse, GetCurrentLedgerEntry200Response, GetCurrentLedgerEntryDefaultResponse, ListUsers200Response, ListUsersDefaultResponse, DeleteUser204Response, DeleteUserDefaultResponse, GetUser200Response, GetUserDefaultResponse, CreateOrUpdateUser200Response, CreateOrUpdateUserDefaultResponse, DeleteLedgerUser204Response, DeleteLedgerUserDefaultResponse, ListUserDefinedFunctions200Response, ListUserDefinedFunctionsDefaultResponse, DeleteUserDefinedFunction204Response, DeleteUserDefinedFunctionDefaultResponse, GetUserDefinedFunction200Response, GetUserDefinedFunctionDefaultResponse, CreateUserDefinedFunction200Response, CreateUserDefinedFunction201Response, CreateUserDefinedFunctionDefaultResponse, ExecuteUserDefinedFunction200Response, ExecuteUserDefinedFunctionDefaultResponse, ListLedgerUsers200Response, ListLedgerUsersDefaultResponse, GetLedgerUser200Response, GetLedgerUserDefaultResponse, CreateOrUpdateLedgerUser200Response, CreateOrUpdateLedgerUserDefaultResponse, GetRuntimeOptions200Response, GetRuntimeOptionsDefaultResponse, UpdateRuntimeOptions200Response, UpdateRuntimeOptionsDefaultResponse, GetUserDefinedEndpointsModule200Response, GetUserDefinedEndpointsModuleDefaultResponse, GetUserDefinedRole200Response, GetUserDefinedRoleDefaultResponse, CreateUserDefinedRole200Response, CreateUserDefinedRoleDefaultResponse, UpdateUserDefinedRole200Response, UpdateUserDefinedRoleDefaultResponse, DeleteUserDefinedRole200Response, DeleteUserDefinedRoleDefaultResponse } from "./responses.js";
|
|
3
3
|
import type { Client, StreamableMethod } from "@azure-rest/core-client";
|
|
4
4
|
export interface GetUserDefinedEndpoint {
|
|
5
5
|
/** Returns the user defined endpoint in the ACL instance */
|
|
@@ -49,6 +49,10 @@ export interface ListUsers {
|
|
|
49
49
|
/** All users' object IDs and roles will be returned. */
|
|
50
50
|
get(options?: ListUsersParameters): StreamableMethod<ListUsers200Response | ListUsersDefaultResponse>;
|
|
51
51
|
}
|
|
52
|
+
export interface ListLedgerUsers {
|
|
53
|
+
/** All users' object IDs and multiple roles will be returned. */
|
|
54
|
+
get(options?: ListLedgerUsersParameters): StreamableMethod<ListLedgerUsers200Response | ListLedgerUsersDefaultResponse>;
|
|
55
|
+
}
|
|
52
56
|
export interface DeleteUser {
|
|
53
57
|
/** Deletes a user from the Confidential Ledger. */
|
|
54
58
|
delete(options?: DeleteUserParameters): StreamableMethod<DeleteUser204Response | DeleteUserDefaultResponse>;
|
|
@@ -57,10 +61,50 @@ export interface DeleteUser {
|
|
|
57
61
|
/** A JSON merge patch is applied for existing users */
|
|
58
62
|
patch(options: CreateOrUpdateUserParameters): StreamableMethod<CreateOrUpdateUser200Response | CreateOrUpdateUserDefaultResponse>;
|
|
59
63
|
}
|
|
64
|
+
export interface DeleteLedgerUser {
|
|
65
|
+
/** Deletes a user with multiple roles from the Confidential Ledger. */
|
|
66
|
+
delete(options?: DeleteLedgerUserParameters): StreamableMethod<DeleteLedgerUser204Response | DeleteLedgerUserDefaultResponse>;
|
|
67
|
+
/** Gets a user with multiple roles. */
|
|
68
|
+
get(options?: GetLedgerUserParameters): StreamableMethod<GetLedgerUser200Response | GetLedgerUserDefaultResponse>;
|
|
69
|
+
/** A JSON merge patch is applied for existing users */
|
|
70
|
+
patch(options: CreateOrUpdateLedgerUserParameters): StreamableMethod<CreateOrUpdateLedgerUser200Response | CreateOrUpdateLedgerUserDefaultResponse>;
|
|
71
|
+
}
|
|
72
|
+
export interface GetRuntimeOptions {
|
|
73
|
+
/** It returns the runtime options */
|
|
74
|
+
get(options?: GetRuntimeOptionsParameters): StreamableMethod<GetRuntimeOptions200Response | GetRuntimeOptionsDefaultResponse>;
|
|
75
|
+
/** Updates the runtime options. */
|
|
76
|
+
patch(options: UpdateRuntimeOptionsParameters): StreamableMethod<UpdateRuntimeOptions200Response | UpdateRuntimeOptionsDefaultResponse>;
|
|
77
|
+
}
|
|
78
|
+
export interface GetUserDefinedEndpointsModule {
|
|
79
|
+
/** It gets the module for the user defined endpoint. */
|
|
80
|
+
get(options: GetUserDefinedEndpointsModuleParameters): StreamableMethod<GetUserDefinedEndpointsModule200Response | GetUserDefinedEndpointsModuleDefaultResponse>;
|
|
81
|
+
}
|
|
60
82
|
export interface ListUserDefinedFunctions {
|
|
61
83
|
/** User defined functions stored in the Confidential Ledger */
|
|
62
84
|
get(options?: ListUserDefinedFunctionsParameters): StreamableMethod<ListUserDefinedFunctions200Response | ListUserDefinedFunctionsDefaultResponse>;
|
|
63
85
|
}
|
|
86
|
+
export interface DeleteUserDefinedFunction {
|
|
87
|
+
/** Deletes a user defined function from the Confidential Ledger. */
|
|
88
|
+
delete(options?: DeleteUserDefinedFunctionParameters): StreamableMethod<DeleteUserDefinedFunction204Response | DeleteUserDefinedFunctionDefaultResponse>;
|
|
89
|
+
/** Returns the user defined function in the Confidential Ledger */
|
|
90
|
+
get(options?: GetUserDefinedFunctionParameters): StreamableMethod<GetUserDefinedFunction200Response | GetUserDefinedFunctionDefaultResponse>;
|
|
91
|
+
/** Creates the user defined function in the Confidential Ledger */
|
|
92
|
+
put(options: CreateUserDefinedFunctionParameters): StreamableMethod<CreateUserDefinedFunction200Response | CreateUserDefinedFunction201Response | CreateUserDefinedFunctionDefaultResponse>;
|
|
93
|
+
}
|
|
94
|
+
export interface ExecuteUserDefinedFunction {
|
|
95
|
+
/** Executes the user defined function in the Confidential Ledger */
|
|
96
|
+
post(options?: ExecuteUserDefinedFunctionParameters): StreamableMethod<ExecuteUserDefinedFunction200Response | ExecuteUserDefinedFunctionDefaultResponse>;
|
|
97
|
+
}
|
|
98
|
+
export interface GetUserDefinedRole {
|
|
99
|
+
/** user defined roles allow users to define and manage app specific AuthZ policy. */
|
|
100
|
+
get(options: GetUserDefinedRoleParameters): StreamableMethod<GetUserDefinedRole200Response | GetUserDefinedRoleDefaultResponse>;
|
|
101
|
+
/** User defined roles allow users to define and manage app specific AuthZ policy. */
|
|
102
|
+
put(options: CreateUserDefinedRoleParameters): StreamableMethod<CreateUserDefinedRole200Response | CreateUserDefinedRoleDefaultResponse>;
|
|
103
|
+
/** User defined roles allow users to define and manage app specific AuthZ policy. */
|
|
104
|
+
patch(options: UpdateUserDefinedRoleParameters): StreamableMethod<UpdateUserDefinedRole200Response | UpdateUserDefinedRoleDefaultResponse>;
|
|
105
|
+
/** A user defined role allows the users to create and manage their own role actions using the API. */
|
|
106
|
+
delete(options: DeleteUserDefinedRoleParameters): StreamableMethod<DeleteUserDefinedRole200Response | DeleteUserDefinedRoleDefaultResponse>;
|
|
107
|
+
}
|
|
64
108
|
export interface Routes {
|
|
65
109
|
/** Resource for '/app/governance/constitution' has methods for the following verbs: get */
|
|
66
110
|
(path: "/app/governance/constitution"): GetConstitution;
|
|
@@ -82,12 +126,26 @@ export interface Routes {
|
|
|
82
126
|
(path: "/app/transactions/current"): GetCurrentLedgerEntry;
|
|
83
127
|
/** Resource for '/app/users' has methods for the following verbs: get */
|
|
84
128
|
(path: "/app/users"): ListUsers;
|
|
129
|
+
/** Resource for '/app/ledgerUsers' has methods for the following verbs: get */
|
|
130
|
+
(path: "/app/ledgerUsers"): ListLedgerUsers;
|
|
85
131
|
/** Resource for '/app/users/\{userId\}' has methods for the following verbs: delete, get, patch */
|
|
86
132
|
(path: "/app/users/{userId}", userId: string): DeleteUser;
|
|
133
|
+
/** Resource for '/app/ledgerUsers/\{userId\}' has methods for the following verbs: delete, get, patch */
|
|
134
|
+
(path: "/app/ledgerUsers/{userId}", userId: string): DeleteLedgerUser;
|
|
87
135
|
/** Resource for '/app/userDefinedEndpoints' has methods for the following verbs: delete, get, patch */
|
|
88
136
|
(path: "/app/userDefinedEndpoints"): GetUserDefinedEndpoint;
|
|
137
|
+
/** Resource for '/app/userDefinedEndpoints/runtimeOptions' has methods for the following verbs: get, patch */
|
|
138
|
+
(path: "/app/userDefinedEndpoints/runtimeOptions"): GetRuntimeOptions;
|
|
139
|
+
/** Resource for '/app/userDefinedEndpoints/modules' has methods for the following verbs: get */
|
|
140
|
+
(path: "/app/userDefinedEndpoints/modules"): GetUserDefinedEndpointsModule;
|
|
89
141
|
/** Resource for '/app/userDefinedFunctions' has methods for the following verbs: get */
|
|
90
142
|
(path: "/app/userDefinedFunctions"): ListUserDefinedFunctions;
|
|
143
|
+
/** Resource for '/app/userDefinedFunctions/\{functionId\}' has methods for the following verbs: delete, get, put */
|
|
144
|
+
(path: "/app/userDefinedFunctions/{functionId}", functionId: string): DeleteUserDefinedFunction;
|
|
145
|
+
/** Resource for '/app/userDefinedFunctions/\{functionId\}:execute' has methods for the following verbs: post */
|
|
146
|
+
(path: "/app/userDefinedFunctions/{functionId}:execute", functionId: string): ExecuteUserDefinedFunction;
|
|
147
|
+
/** Resource for '/app/roles' has methods for the following verbs: get, put, patch, delete */
|
|
148
|
+
(path: "/app/roles"): GetUserDefinedRole;
|
|
91
149
|
}
|
|
92
150
|
export type ConfidentialLedgerClient = Client & {
|
|
93
151
|
path: Routes;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clientDefinitions.d.ts","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,yBAAyB,EACzB,gCAAgC,EAChC,mCAAmC,EACnC,+BAA+B,EAC/B,0BAA0B,EAC1B,yBAAyB,EACzB,2BAA2B,EAC3B,2BAA2B,EAC3B,wBAAwB,EACxB,oBAAoB,EACpB,8BAA8B,EAC9B,+BAA+B,EAC/B,mBAAmB,EACnB,oBAAoB,EACpB,iBAAiB,EACjB,4BAA4B,EAC5B,kCAAkC,EACnC,MAAM,iBAAiB,CAAC;AACzB,OAAO,KAAK,EACV,0BAA0B,EAC1B,8BAA8B,EAC9B,iCAAiC,EACjC,qCAAqC,EACrC,oCAAoC,EACpC,wCAAwC,EACxC,gCAAgC,EAChC,oCAAoC,EACpC,2BAA2B,EAC3B,+BAA+B,EAC/B,0BAA0B,EAC1B,8BAA8B,EAC9B,4BAA4B,EAC5B,gCAAgC,EAChC,4BAA4B,EAC5B,gCAAgC,EAChC,yBAAyB,EACzB,6BAA6B,EAC7B,qBAAqB,EACrB,yBAAyB,EACzB,+BAA+B,EAC/B,mCAAmC,EACnC,gCAAgC,EAChC,oCAAoC,EACpC,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EACrB,yBAAyB,EACzB,kBAAkB,EAClB,sBAAsB,EACtB,6BAA6B,EAC7B,iCAAiC,EACjC,mCAAmC,EACnC,uCAAuC,EACxC,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAExE,MAAM,WAAW,sBAAsB;IACrC,4DAA4D;IAC5D,GAAG,CACD,OAAO,CAAC,EAAE,gCAAgC,GACzC,gBAAgB,CAAC,iCAAiC,GAAG,qCAAqC,CAAC,CAAC;IAC/F,4DAA4D;IAC5D,GAAG,CACD,OAAO,EAAE,mCAAmC,GAC3C,gBAAgB,CACjB,oCAAoC,GAAG,wCAAwC,CAChF,CAAC;CACH;AAED,MAAM,WAAW,eAAe;IAC9B,gGAAgG;IAChG,GAAG,CACD,OAAO,CAAC,EAAE,yBAAyB,GAClC,gBAAgB,CAAC,0BAA0B,GAAG,8BAA8B,CAAC,CAAC;CAClF;AAED,MAAM,WAAW,qBAAqB;IACpC,6DAA6D;IAC7D,GAAG,CACD,OAAO,CAAC,EAAE,+BAA+B,GACxC,gBAAgB,CAAC,gCAAgC,GAAG,oCAAoC,CAAC,CAAC;CAC9F;AAED,MAAM,WAAW,gBAAgB;IAC/B,+GAA+G;IAC/G,GAAG,CACD,OAAO,CAAC,EAAE,0BAA0B,GACnC,gBAAgB,CAAC,2BAA2B,GAAG,+BAA+B,CAAC,CAAC;CACpF;AAED,MAAM,WAAW,eAAe;IAC9B,oEAAoE;IACpE,GAAG,CACD,OAAO,CAAC,EAAE,yBAAyB,GAClC,gBAAgB,CAAC,0BAA0B,GAAG,8BAA8B,CAAC,CAAC;CAClF;AAED,MAAM,WAAW,iBAAiB;IAChC,2HAA2H;IAC3H,GAAG,CACD,OAAO,CAAC,EAAE,2BAA2B,GACpC,gBAAgB,CAAC,4BAA4B,GAAG,gCAAgC,CAAC,CAAC;IACrF,mDAAmD;IACnD,IAAI,CACF,OAAO,EAAE,2BAA2B,GACnC,gBAAgB,CAAC,4BAA4B,GAAG,gCAAgC,CAAC,CAAC;CACtF;AAED,MAAM,WAAW,cAAc;IAC7B,4QAA4Q;IAC5Q,GAAG,CACD,OAAO,CAAC,EAAE,wBAAwB,GACjC,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAAC;CAChF;AAED,MAAM,WAAW,UAAU;IACzB,gFAAgF;IAChF,GAAG,CACD,OAAO,CAAC,EAAE,oBAAoB,GAC7B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;CACxE;AAED,MAAM,WAAW,oBAAoB;IACnC,kEAAkE;IAClE,GAAG,CACD,OAAO,CAAC,EAAE,8BAA8B,GACvC,gBAAgB,CAAC,+BAA+B,GAAG,mCAAmC,CAAC,CAAC;CAC5F;AAED,MAAM,WAAW,qBAAqB;IACpC,mDAAmD;IACnD,GAAG,CACD,OAAO,CAAC,EAAE,+BAA+B,GACxC,gBAAgB,CAAC,gCAAgC,GAAG,oCAAoC,CAAC,CAAC;CAC9F;AAED,MAAM,WAAW,SAAS;IACxB,wDAAwD;IACxD,GAAG,CACD,OAAO,CAAC,EAAE,mBAAmB,GAC5B,gBAAgB,CAAC,oBAAoB,GAAG,wBAAwB,CAAC,CAAC;CACtE;AAED,MAAM,WAAW,UAAU;IACzB,mDAAmD;IACnD,MAAM,CACJ,OAAO,CAAC,EAAE,oBAAoB,GAC7B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;IACvE,mBAAmB;IACnB,GAAG,CAAC,OAAO,CAAC,EAAE,iBAAiB,GAAG,gBAAgB,CAAC,kBAAkB,GAAG,sBAAsB,CAAC,CAAC;IAChG,uDAAuD;IACvD,KAAK,CACH,OAAO,EAAE,4BAA4B,GACpC,gBAAgB,CAAC,6BAA6B,GAAG,iCAAiC,CAAC,CAAC;CACxF;AAED,MAAM,WAAW,wBAAwB;IACvC,+DAA+D;IAC/D,GAAG,CACD,OAAO,CAAC,EAAE,kCAAkC,GAC3C,gBAAgB,CACjB,mCAAmC,GAAG,uCAAuC,CAC9E,CAAC;CACH;AAED,MAAM,WAAW,MAAM;IACrB,2FAA2F;IAC3F,CAAC,IAAI,EAAE,8BAA8B,GAAG,eAAe,CAAC;IACxD,sFAAsF;IACtF,CAAC,IAAI,EAAE,yBAAyB,GAAG,qBAAqB,CAAC;IACzD,iFAAiF;IACjF,CAAC,IAAI,EAAE,oBAAoB,GAAG,gBAAgB,CAAC;IAC/C,+EAA+E;IAC/E,CAAC,IAAI,EAAE,kBAAkB,GAAG,eAAe,CAAC;IAC5C,sFAAsF;IACtF,CAAC,IAAI,EAAE,mBAAmB,GAAG,iBAAiB,CAAC;IAC/C,kGAAkG;IAClG,CAAC,IAAI,EAAE,mCAAmC,EAAE,aAAa,EAAE,MAAM,GAAG,cAAc,CAAC;IACnF,0GAA0G;IAC1G,CAAC,IAAI,EAAE,2CAA2C,EAAE,aAAa,EAAE,MAAM,GAAG,UAAU,CAAC;IACvF,yGAAyG;IACzG,CAAC,IAAI,EAAE,0CAA0C,EAAE,aAAa,EAAE,MAAM,GAAG,oBAAoB,CAAC;IAChG,wFAAwF;IACxF,CAAC,IAAI,EAAE,2BAA2B,GAAG,qBAAqB,CAAC;IAC3D,yEAAyE;IACzE,CAAC,IAAI,EAAE,YAAY,GAAG,SAAS,CAAC;IAChC,mGAAmG;IACnG,CAAC,IAAI,EAAE,qBAAqB,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IAC1D,uGAAuG;IACvG,CAAC,IAAI,EAAE,2BAA2B,GAAG,sBAAsB,CAAC;IAC5D,wFAAwF;IACxF,CAAC,IAAI,EAAE,2BAA2B,GAAG,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"clientDefinitions.d.ts","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clientDefinitions.js","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n GetConstitutionParameters,\n GetUserDefinedEndpointParameters,\n CreateUserDefinedEndpointParameters,\n ListConsortiumMembersParameters,\n GetEnclaveQuotesParameters,\n ListCollectionsParameters,\n ListLedgerEntriesParameters,\n CreateLedgerEntryParameters,\n GetLedgerEntryParameters,\n GetReceiptParameters,\n GetTransactionStatusParameters,\n GetCurrentLedgerEntryParameters,\n ListUsersParameters,\n DeleteUserParameters,\n GetUserParameters,\n CreateOrUpdateUserParameters,\n ListUserDefinedFunctionsParameters,\n} from \"./parameters.js\";\nimport type {\n GetConstitution200Response,\n GetConstitutionDefaultResponse,\n GetUserDefinedEndpoint200Response,\n GetUserDefinedEndpointDefaultResponse,\n CreateUserDefinedEndpoint201Response,\n CreateUserDefinedEndpointDefaultResponse,\n ListConsortiumMembers200Response,\n ListConsortiumMembersDefaultResponse,\n GetEnclaveQuotes200Response,\n GetEnclaveQuotesDefaultResponse,\n ListCollections200Response,\n ListCollectionsDefaultResponse,\n ListLedgerEntries200Response,\n ListLedgerEntriesDefaultResponse,\n CreateLedgerEntry200Response,\n CreateLedgerEntryDefaultResponse,\n GetLedgerEntry200Response,\n GetLedgerEntryDefaultResponse,\n GetReceipt200Response,\n GetReceiptDefaultResponse,\n GetTransactionStatus200Response,\n GetTransactionStatusDefaultResponse,\n GetCurrentLedgerEntry200Response,\n GetCurrentLedgerEntryDefaultResponse,\n ListUsers200Response,\n ListUsersDefaultResponse,\n DeleteUser204Response,\n DeleteUserDefaultResponse,\n GetUser200Response,\n GetUserDefaultResponse,\n CreateOrUpdateUser200Response,\n CreateOrUpdateUserDefaultResponse,\n ListUserDefinedFunctions200Response,\n ListUserDefinedFunctionsDefaultResponse,\n} from \"./responses.js\";\nimport type { Client, StreamableMethod } from \"@azure-rest/core-client\";\n\nexport interface GetUserDefinedEndpoint {\n /** Returns the user defined endpoint in the ACL instance */\n get(\n options?: GetUserDefinedEndpointParameters,\n ): StreamableMethod<GetUserDefinedEndpoint200Response | GetUserDefinedEndpointDefaultResponse>;\n /** Creates the user defined endpoint in the ACL instance */\n put(\n options: CreateUserDefinedEndpointParameters,\n ): StreamableMethod<\n CreateUserDefinedEndpoint201Response | CreateUserDefinedEndpointDefaultResponse\n >;\n}\n\nexport interface GetConstitution {\n /** The constitution is a script that assesses and applies proposals from consortium members. */\n get(\n options?: GetConstitutionParameters,\n ): StreamableMethod<GetConstitution200Response | GetConstitutionDefaultResponse>;\n}\n\nexport interface ListConsortiumMembers {\n /** Consortium members can manage the Confidential Ledger. */\n get(\n options?: ListConsortiumMembersParameters,\n ): StreamableMethod<ListConsortiumMembers200Response | ListConsortiumMembersDefaultResponse>;\n}\n\nexport interface GetEnclaveQuotes {\n /** A quote is an SGX enclave measurement that can be used to verify the validity of a node and its enclave. */\n get(\n options?: GetEnclaveQuotesParameters,\n ): StreamableMethod<GetEnclaveQuotes200Response | GetEnclaveQuotesDefaultResponse>;\n}\n\nexport interface ListCollections {\n /** Collection ids are user-created collections of ledger entries */\n get(\n options?: ListCollectionsParameters,\n ): StreamableMethod<ListCollections200Response | ListCollectionsDefaultResponse>;\n}\n\nexport interface ListLedgerEntries {\n /** A collection id may optionally be specified. Only entries in the specified (or default) collection will be returned. */\n get(\n options?: ListLedgerEntriesParameters,\n ): StreamableMethod<ListLedgerEntries200Response | ListLedgerEntriesDefaultResponse>;\n /** A collection id may optionally be specified. */\n post(\n options: CreateLedgerEntryParameters,\n ): StreamableMethod<CreateLedgerEntry200Response | CreateLedgerEntryDefaultResponse>;\n}\n\nexport interface GetLedgerEntry {\n /** To return older ledger entries, the relevant sections of the ledger must be read from disk and validated. To prevent blocking within the enclave, the response will indicate whether the entry is ready and part of the response, or if the loading is still ongoing. */\n get(\n options?: GetLedgerEntryParameters,\n ): StreamableMethod<GetLedgerEntry200Response | GetLedgerEntryDefaultResponse>;\n}\n\nexport interface GetReceipt {\n /** Gets a receipt certifying ledger contents at a particular transaction id. */\n get(\n options?: GetReceiptParameters,\n ): StreamableMethod<GetReceipt200Response | GetReceiptDefaultResponse>;\n}\n\nexport interface GetTransactionStatus {\n /** Gets the status of an entry identified by a transaction id. */\n get(\n options?: GetTransactionStatusParameters,\n ): StreamableMethod<GetTransactionStatus200Response | GetTransactionStatusDefaultResponse>;\n}\n\nexport interface GetCurrentLedgerEntry {\n /** A collection id may optionally be specified. */\n get(\n options?: GetCurrentLedgerEntryParameters,\n ): StreamableMethod<GetCurrentLedgerEntry200Response | GetCurrentLedgerEntryDefaultResponse>;\n}\n\nexport interface ListUsers {\n /** All users' object IDs and roles will be returned. */\n get(\n options?: ListUsersParameters,\n ): StreamableMethod<ListUsers200Response | ListUsersDefaultResponse>;\n}\n\nexport interface DeleteUser {\n /** Deletes a user from the Confidential Ledger. */\n delete(\n options?: DeleteUserParameters,\n ): StreamableMethod<DeleteUser204Response | DeleteUserDefaultResponse>;\n /** Gets a user. */\n get(options?: GetUserParameters): StreamableMethod<GetUser200Response | GetUserDefaultResponse>;\n /** A JSON merge patch is applied for existing users */\n patch(\n options: CreateOrUpdateUserParameters,\n ): StreamableMethod<CreateOrUpdateUser200Response | CreateOrUpdateUserDefaultResponse>;\n}\n\nexport interface ListUserDefinedFunctions {\n /** User defined functions stored in the Confidential Ledger */\n get(\n options?: ListUserDefinedFunctionsParameters,\n ): StreamableMethod<\n ListUserDefinedFunctions200Response | ListUserDefinedFunctionsDefaultResponse\n >;\n}\n\nexport interface Routes {\n /** Resource for '/app/governance/constitution' has methods for the following verbs: get */\n (path: \"/app/governance/constitution\"): GetConstitution;\n /** Resource for '/app/governance/members' has methods for the following verbs: get */\n (path: \"/app/governance/members\"): ListConsortiumMembers;\n /** Resource for '/app/enclaveQuotes' has methods for the following verbs: get */\n (path: \"/app/enclaveQuotes\"): GetEnclaveQuotes;\n /** Resource for '/app/collections' has methods for the following verbs: get */\n (path: \"/app/collections\"): ListCollections;\n /** Resource for '/app/transactions' has methods for the following verbs: get, post */\n (path: \"/app/transactions\"): ListLedgerEntries;\n /** Resource for '/app/transactions/\\{transactionId\\}' has methods for the following verbs: get */\n (path: \"/app/transactions/{transactionId}\", transactionId: string): GetLedgerEntry;\n /** Resource for '/app/transactions/\\{transactionId\\}/receipt' has methods for the following verbs: get */\n (path: \"/app/transactions/{transactionId}/receipt\", transactionId: string): GetReceipt;\n /** Resource for '/app/transactions/\\{transactionId\\}/status' has methods for the following verbs: get */\n (path: \"/app/transactions/{transactionId}/status\", transactionId: string): GetTransactionStatus;\n /** Resource for '/app/transactions/current' has methods for the following verbs: get */\n (path: \"/app/transactions/current\"): GetCurrentLedgerEntry;\n /** Resource for '/app/users' has methods for the following verbs: get */\n (path: \"/app/users\"): ListUsers;\n /** Resource for '/app/users/\\{userId\\}' has methods for the following verbs: delete, get, patch */\n (path: \"/app/users/{userId}\", userId: string): DeleteUser;\n /** Resource for '/app/userDefinedEndpoints' has methods for the following verbs: delete, get, patch */\n (path: \"/app/userDefinedEndpoints\"): GetUserDefinedEndpoint;\n /** Resource for '/app/userDefinedFunctions' has methods for the following verbs: get */\n (path: \"/app/userDefinedFunctions\"): ListUserDefinedFunctions;\n}\n\nexport type ConfidentialLedgerClient = Client & {\n path: Routes;\n};\n"]}
|
|
1
|
+
{"version":3,"file":"clientDefinitions.js","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n GetConstitutionParameters,\n GetUserDefinedEndpointParameters,\n CreateUserDefinedEndpointParameters,\n ListConsortiumMembersParameters,\n GetEnclaveQuotesParameters,\n ListCollectionsParameters,\n ListLedgerEntriesParameters,\n CreateLedgerEntryParameters,\n GetLedgerEntryParameters,\n GetReceiptParameters,\n GetTransactionStatusParameters,\n GetCurrentLedgerEntryParameters,\n ListUsersParameters,\n DeleteUserParameters,\n GetUserParameters,\n CreateOrUpdateUserParameters,\n DeleteLedgerUserParameters,\n GetLedgerUserParameters,\n CreateOrUpdateLedgerUserParameters,\n ListUserDefinedFunctionsParameters,\n DeleteUserDefinedFunctionParameters,\n GetUserDefinedFunctionParameters,\n CreateUserDefinedFunctionParameters,\n ExecuteUserDefinedFunctionParameters,\n ListLedgerUsersParameters,\n GetRuntimeOptionsParameters,\n UpdateRuntimeOptionsParameters,\n GetUserDefinedEndpointsModuleParameters,\n GetUserDefinedRoleParameters,\n CreateUserDefinedRoleParameters,\n UpdateUserDefinedRoleParameters,\n DeleteUserDefinedRoleParameters,\n} from \"./parameters.js\";\nimport type {\n GetConstitution200Response,\n GetConstitutionDefaultResponse,\n GetUserDefinedEndpoint200Response,\n GetUserDefinedEndpointDefaultResponse,\n CreateUserDefinedEndpoint201Response,\n CreateUserDefinedEndpointDefaultResponse,\n ListConsortiumMembers200Response,\n ListConsortiumMembersDefaultResponse,\n GetEnclaveQuotes200Response,\n GetEnclaveQuotesDefaultResponse,\n ListCollections200Response,\n ListCollectionsDefaultResponse,\n ListLedgerEntries200Response,\n ListLedgerEntriesDefaultResponse,\n CreateLedgerEntry200Response,\n CreateLedgerEntryDefaultResponse,\n GetLedgerEntry200Response,\n GetLedgerEntryDefaultResponse,\n GetReceipt200Response,\n GetReceiptDefaultResponse,\n GetTransactionStatus200Response,\n GetTransactionStatusDefaultResponse,\n GetCurrentLedgerEntry200Response,\n GetCurrentLedgerEntryDefaultResponse,\n ListUsers200Response,\n ListUsersDefaultResponse,\n DeleteUser204Response,\n DeleteUserDefaultResponse,\n GetUser200Response,\n GetUserDefaultResponse,\n CreateOrUpdateUser200Response,\n CreateOrUpdateUserDefaultResponse,\n DeleteLedgerUser204Response,\n DeleteLedgerUserDefaultResponse,\n ListUserDefinedFunctions200Response,\n ListUserDefinedFunctionsDefaultResponse,\n DeleteUserDefinedFunction204Response,\n DeleteUserDefinedFunctionDefaultResponse,\n GetUserDefinedFunction200Response,\n GetUserDefinedFunctionDefaultResponse,\n CreateUserDefinedFunction200Response,\n CreateUserDefinedFunction201Response,\n CreateUserDefinedFunctionDefaultResponse,\n ExecuteUserDefinedFunction200Response,\n ExecuteUserDefinedFunctionDefaultResponse,\n ListLedgerUsers200Response,\n ListLedgerUsersDefaultResponse,\n GetLedgerUser200Response,\n GetLedgerUserDefaultResponse,\n CreateOrUpdateLedgerUser200Response,\n CreateOrUpdateLedgerUserDefaultResponse,\n GetRuntimeOptions200Response,\n GetRuntimeOptionsDefaultResponse,\n UpdateRuntimeOptions200Response,\n UpdateRuntimeOptionsDefaultResponse,\n GetUserDefinedEndpointsModule200Response,\n GetUserDefinedEndpointsModuleDefaultResponse,\n GetUserDefinedRole200Response,\n GetUserDefinedRoleDefaultResponse,\n CreateUserDefinedRole200Response,\n CreateUserDefinedRoleDefaultResponse,\n UpdateUserDefinedRole200Response,\n UpdateUserDefinedRoleDefaultResponse,\n DeleteUserDefinedRole200Response,\n DeleteUserDefinedRoleDefaultResponse,\n} from \"./responses.js\";\nimport type { Client, StreamableMethod } from \"@azure-rest/core-client\";\n\nexport interface GetUserDefinedEndpoint {\n /** Returns the user defined endpoint in the ACL instance */\n get(\n options?: GetUserDefinedEndpointParameters,\n ): StreamableMethod<GetUserDefinedEndpoint200Response | GetUserDefinedEndpointDefaultResponse>;\n /** Creates the user defined endpoint in the ACL instance */\n put(\n options: CreateUserDefinedEndpointParameters,\n ): StreamableMethod<\n CreateUserDefinedEndpoint201Response | CreateUserDefinedEndpointDefaultResponse\n >;\n}\n\nexport interface GetConstitution {\n /** The constitution is a script that assesses and applies proposals from consortium members. */\n get(\n options?: GetConstitutionParameters,\n ): StreamableMethod<GetConstitution200Response | GetConstitutionDefaultResponse>;\n}\n\nexport interface ListConsortiumMembers {\n /** Consortium members can manage the Confidential Ledger. */\n get(\n options?: ListConsortiumMembersParameters,\n ): StreamableMethod<ListConsortiumMembers200Response | ListConsortiumMembersDefaultResponse>;\n}\n\nexport interface GetEnclaveQuotes {\n /** A quote is an SGX enclave measurement that can be used to verify the validity of a node and its enclave. */\n get(\n options?: GetEnclaveQuotesParameters,\n ): StreamableMethod<GetEnclaveQuotes200Response | GetEnclaveQuotesDefaultResponse>;\n}\n\nexport interface ListCollections {\n /** Collection ids are user-created collections of ledger entries */\n get(\n options?: ListCollectionsParameters,\n ): StreamableMethod<ListCollections200Response | ListCollectionsDefaultResponse>;\n}\n\nexport interface ListLedgerEntries {\n /** A collection id may optionally be specified. Only entries in the specified (or default) collection will be returned. */\n get(\n options?: ListLedgerEntriesParameters,\n ): StreamableMethod<ListLedgerEntries200Response | ListLedgerEntriesDefaultResponse>;\n /** A collection id may optionally be specified. */\n post(\n options: CreateLedgerEntryParameters,\n ): StreamableMethod<CreateLedgerEntry200Response | CreateLedgerEntryDefaultResponse>;\n}\n\nexport interface GetLedgerEntry {\n /** To return older ledger entries, the relevant sections of the ledger must be read from disk and validated. To prevent blocking within the enclave, the response will indicate whether the entry is ready and part of the response, or if the loading is still ongoing. */\n get(\n options?: GetLedgerEntryParameters,\n ): StreamableMethod<GetLedgerEntry200Response | GetLedgerEntryDefaultResponse>;\n}\n\nexport interface GetReceipt {\n /** Gets a receipt certifying ledger contents at a particular transaction id. */\n get(\n options?: GetReceiptParameters,\n ): StreamableMethod<GetReceipt200Response | GetReceiptDefaultResponse>;\n}\n\nexport interface GetTransactionStatus {\n /** Gets the status of an entry identified by a transaction id. */\n get(\n options?: GetTransactionStatusParameters,\n ): StreamableMethod<GetTransactionStatus200Response | GetTransactionStatusDefaultResponse>;\n}\n\nexport interface GetCurrentLedgerEntry {\n /** A collection id may optionally be specified. */\n get(\n options?: GetCurrentLedgerEntryParameters,\n ): StreamableMethod<GetCurrentLedgerEntry200Response | GetCurrentLedgerEntryDefaultResponse>;\n}\n\nexport interface ListUsers {\n /** All users' object IDs and roles will be returned. */\n get(\n options?: ListUsersParameters,\n ): StreamableMethod<ListUsers200Response | ListUsersDefaultResponse>;\n}\n\nexport interface ListLedgerUsers {\n /** All users' object IDs and multiple roles will be returned. */\n get(\n options?: ListLedgerUsersParameters,\n ): StreamableMethod<ListLedgerUsers200Response | ListLedgerUsersDefaultResponse>;\n}\n\nexport interface DeleteUser {\n /** Deletes a user from the Confidential Ledger. */\n delete(\n options?: DeleteUserParameters,\n ): StreamableMethod<DeleteUser204Response | DeleteUserDefaultResponse>;\n /** Gets a user. */\n get(options?: GetUserParameters): StreamableMethod<GetUser200Response | GetUserDefaultResponse>;\n /** A JSON merge patch is applied for existing users */\n patch(\n options: CreateOrUpdateUserParameters,\n ): StreamableMethod<CreateOrUpdateUser200Response | CreateOrUpdateUserDefaultResponse>;\n}\n\nexport interface DeleteLedgerUser {\n /** Deletes a user with multiple roles from the Confidential Ledger. */\n delete(\n options?: DeleteLedgerUserParameters,\n ): StreamableMethod<DeleteLedgerUser204Response | DeleteLedgerUserDefaultResponse>;\n /** Gets a user with multiple roles. */\n get(\n options?: GetLedgerUserParameters,\n ): StreamableMethod<GetLedgerUser200Response | GetLedgerUserDefaultResponse>;\n /** A JSON merge patch is applied for existing users */\n patch(\n options: CreateOrUpdateLedgerUserParameters,\n ): StreamableMethod<\n CreateOrUpdateLedgerUser200Response | CreateOrUpdateLedgerUserDefaultResponse\n >;\n}\n\nexport interface GetRuntimeOptions {\n /** It returns the runtime options */\n get(\n options?: GetRuntimeOptionsParameters,\n ): StreamableMethod<GetRuntimeOptions200Response | GetRuntimeOptionsDefaultResponse>;\n /** Updates the runtime options. */\n patch(\n options: UpdateRuntimeOptionsParameters,\n ): StreamableMethod<UpdateRuntimeOptions200Response | UpdateRuntimeOptionsDefaultResponse>;\n}\n\nexport interface GetUserDefinedEndpointsModule {\n /** It gets the module for the user defined endpoint. */\n get(\n options: GetUserDefinedEndpointsModuleParameters,\n ): StreamableMethod<\n GetUserDefinedEndpointsModule200Response | GetUserDefinedEndpointsModuleDefaultResponse\n >;\n}\n\nexport interface ListUserDefinedFunctions {\n /** User defined functions stored in the Confidential Ledger */\n get(\n options?: ListUserDefinedFunctionsParameters,\n ): StreamableMethod<\n ListUserDefinedFunctions200Response | ListUserDefinedFunctionsDefaultResponse\n >;\n}\n\nexport interface DeleteUserDefinedFunction {\n /** Deletes a user defined function from the Confidential Ledger. */\n delete(\n options?: DeleteUserDefinedFunctionParameters,\n ): StreamableMethod<\n DeleteUserDefinedFunction204Response | DeleteUserDefinedFunctionDefaultResponse\n >;\n /** Returns the user defined function in the Confidential Ledger */\n get(\n options?: GetUserDefinedFunctionParameters,\n ): StreamableMethod<GetUserDefinedFunction200Response | GetUserDefinedFunctionDefaultResponse>;\n /** Creates the user defined function in the Confidential Ledger */\n put(\n options: CreateUserDefinedFunctionParameters,\n ): StreamableMethod<\n | CreateUserDefinedFunction200Response\n | CreateUserDefinedFunction201Response\n | CreateUserDefinedFunctionDefaultResponse\n >;\n}\n\nexport interface ExecuteUserDefinedFunction {\n /** Executes the user defined function in the Confidential Ledger */\n post(\n options?: ExecuteUserDefinedFunctionParameters,\n ): StreamableMethod<\n ExecuteUserDefinedFunction200Response | ExecuteUserDefinedFunctionDefaultResponse\n >;\n}\n\nexport interface GetUserDefinedRole {\n /** user defined roles allow users to define and manage app specific AuthZ policy. */\n get(\n options: GetUserDefinedRoleParameters,\n ): StreamableMethod<GetUserDefinedRole200Response | GetUserDefinedRoleDefaultResponse>;\n /** User defined roles allow users to define and manage app specific AuthZ policy. */\n put(\n options: CreateUserDefinedRoleParameters,\n ): StreamableMethod<CreateUserDefinedRole200Response | CreateUserDefinedRoleDefaultResponse>;\n /** User defined roles allow users to define and manage app specific AuthZ policy. */\n patch(\n options: UpdateUserDefinedRoleParameters,\n ): StreamableMethod<UpdateUserDefinedRole200Response | UpdateUserDefinedRoleDefaultResponse>;\n /** A user defined role allows the users to create and manage their own role actions using the API. */\n delete(\n options: DeleteUserDefinedRoleParameters,\n ): StreamableMethod<DeleteUserDefinedRole200Response | DeleteUserDefinedRoleDefaultResponse>;\n}\n\nexport interface Routes {\n /** Resource for '/app/governance/constitution' has methods for the following verbs: get */\n (path: \"/app/governance/constitution\"): GetConstitution;\n /** Resource for '/app/governance/members' has methods for the following verbs: get */\n (path: \"/app/governance/members\"): ListConsortiumMembers;\n /** Resource for '/app/enclaveQuotes' has methods for the following verbs: get */\n (path: \"/app/enclaveQuotes\"): GetEnclaveQuotes;\n /** Resource for '/app/collections' has methods for the following verbs: get */\n (path: \"/app/collections\"): ListCollections;\n /** Resource for '/app/transactions' has methods for the following verbs: get, post */\n (path: \"/app/transactions\"): ListLedgerEntries;\n /** Resource for '/app/transactions/\\{transactionId\\}' has methods for the following verbs: get */\n (path: \"/app/transactions/{transactionId}\", transactionId: string): GetLedgerEntry;\n /** Resource for '/app/transactions/\\{transactionId\\}/receipt' has methods for the following verbs: get */\n (path: \"/app/transactions/{transactionId}/receipt\", transactionId: string): GetReceipt;\n /** Resource for '/app/transactions/\\{transactionId\\}/status' has methods for the following verbs: get */\n (path: \"/app/transactions/{transactionId}/status\", transactionId: string): GetTransactionStatus;\n /** Resource for '/app/transactions/current' has methods for the following verbs: get */\n (path: \"/app/transactions/current\"): GetCurrentLedgerEntry;\n /** Resource for '/app/users' has methods for the following verbs: get */\n (path: \"/app/users\"): ListUsers;\n /** Resource for '/app/ledgerUsers' has methods for the following verbs: get */\n (path: \"/app/ledgerUsers\"): ListLedgerUsers;\n /** Resource for '/app/users/\\{userId\\}' has methods for the following verbs: delete, get, patch */\n (path: \"/app/users/{userId}\", userId: string): DeleteUser;\n /** Resource for '/app/ledgerUsers/\\{userId\\}' has methods for the following verbs: delete, get, patch */\n (path: \"/app/ledgerUsers/{userId}\", userId: string): DeleteLedgerUser;\n /** Resource for '/app/userDefinedEndpoints' has methods for the following verbs: delete, get, patch */\n (path: \"/app/userDefinedEndpoints\"): GetUserDefinedEndpoint;\n /** Resource for '/app/userDefinedEndpoints/runtimeOptions' has methods for the following verbs: get, patch */\n (path: \"/app/userDefinedEndpoints/runtimeOptions\"): GetRuntimeOptions;\n /** Resource for '/app/userDefinedEndpoints/modules' has methods for the following verbs: get */\n (path: \"/app/userDefinedEndpoints/modules\"): GetUserDefinedEndpointsModule;\n /** Resource for '/app/userDefinedFunctions' has methods for the following verbs: get */\n (path: \"/app/userDefinedFunctions\"): ListUserDefinedFunctions;\n /** Resource for '/app/userDefinedFunctions/\\{functionId\\}' has methods for the following verbs: delete, get, put */\n (path: \"/app/userDefinedFunctions/{functionId}\", functionId: string): DeleteUserDefinedFunction;\n /** Resource for '/app/userDefinedFunctions/\\{functionId\\}:execute' has methods for the following verbs: post */\n (\n path: \"/app/userDefinedFunctions/{functionId}:execute\",\n functionId: string,\n ): ExecuteUserDefinedFunction;\n /** Resource for '/app/roles' has methods for the following verbs: get, put, patch, delete */\n (path: \"/app/roles\"): GetUserDefinedRole;\n}\n\nexport type ConfidentialLedgerClient = Client & {\n path: Routes;\n};\n"]}
|
package/dist/esm/models.d.ts
CHANGED
|
@@ -2,12 +2,28 @@
|
|
|
2
2
|
export interface LedgerEntry {
|
|
3
3
|
/** Contents of the ledger entry. */
|
|
4
4
|
contents: string;
|
|
5
|
+
/** List of user defined function hooks to be executed before the ledger entry is written. */
|
|
6
|
+
preHooks?: Array<UserDefinedFunctionHook>;
|
|
7
|
+
/** List of user defined function hooks to be executed after the ledger entry is written. */
|
|
8
|
+
postHooks?: Array<UserDefinedFunctionHook>;
|
|
9
|
+
}
|
|
10
|
+
/** Hook for a user defined function execution. */
|
|
11
|
+
export interface UserDefinedFunctionHook {
|
|
12
|
+
/** ID of the user defined function to execute. */
|
|
13
|
+
functionId: string;
|
|
14
|
+
/** The properties for executing a user defined function. */
|
|
15
|
+
properties?: UserDefinedFunctionExecutionProperties;
|
|
5
16
|
}
|
|
6
17
|
/** Details about a Confidential Ledger user. */
|
|
7
18
|
export interface LedgerUser {
|
|
8
19
|
/** Represents an assignable role. */
|
|
9
20
|
assignedRole: "Administrator" | "Contributor" | "Reader";
|
|
10
21
|
}
|
|
22
|
+
/** Details about a Confidential Ledger user. */
|
|
23
|
+
export interface LedgerUserMultipleRoles {
|
|
24
|
+
/** Represents an assignable role. */
|
|
25
|
+
assignedRoles: Array<"Administrator" | "Contributor" | "Reader">;
|
|
26
|
+
}
|
|
11
27
|
export interface Metadata {
|
|
12
28
|
/** A map of path to method endpoints for the path */
|
|
13
29
|
endpoints: Record<string, MethodToEndpointProperties>;
|
|
@@ -39,4 +55,33 @@ export interface Bundle {
|
|
|
39
55
|
/** Any object */
|
|
40
56
|
modules: Record<string, unknown>;
|
|
41
57
|
}
|
|
58
|
+
/** A user defined function in the ledger. */
|
|
59
|
+
export interface UserDefinedFunction {
|
|
60
|
+
/** Code of the user defined function in JavaScript. */
|
|
61
|
+
code: string;
|
|
62
|
+
}
|
|
63
|
+
/** The properties for executing a user defined function. */
|
|
64
|
+
export interface UserDefinedFunctionExecutionProperties {
|
|
65
|
+
/** Runtime arguments of the user defined function. Defaults to an empty list. */
|
|
66
|
+
arguments?: Array<string>;
|
|
67
|
+
/** Name of the exported function to execute in the code of the user defined function. Defaults to main. */
|
|
68
|
+
exportedFunctionName?: string;
|
|
69
|
+
/** JS runtime options for user defined endpoints and functions */
|
|
70
|
+
runtimeOptions?: JSRuntimeOptions;
|
|
71
|
+
}
|
|
72
|
+
/** JS runtime options for user defined endpoints and functions */
|
|
73
|
+
export interface JSRuntimeOptions {
|
|
74
|
+
log_exception_details?: boolean;
|
|
75
|
+
max_cached_interpreters?: number;
|
|
76
|
+
max_execution_time_ms?: number;
|
|
77
|
+
max_heap_bytes?: number;
|
|
78
|
+
max_stack_bytes?: number;
|
|
79
|
+
return_exception_details?: boolean;
|
|
80
|
+
}
|
|
81
|
+
/** Definition for roles */
|
|
82
|
+
export interface Role {
|
|
83
|
+
/** name of the user defined role */
|
|
84
|
+
roleName?: string;
|
|
85
|
+
roleActions?: Array<string>;
|
|
86
|
+
}
|
|
42
87
|
//# sourceMappingURL=models.d.ts.map
|
package/dist/esm/models.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAGA,8BAA8B;AAC9B,MAAM,WAAW,WAAW;IAC1B,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAGA,8BAA8B;AAC9B,MAAM,WAAW,WAAW;IAC1B,oCAAoC;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,6FAA6F;IAC7F,QAAQ,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;IAC1C,4FAA4F;IAC5F,SAAS,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;CAC5C;AAED,kDAAkD;AAClD,MAAM,WAAW,uBAAuB;IACtC,kDAAkD;IAClD,UAAU,EAAE,MAAM,CAAC;IACnB,4DAA4D;IAC5D,UAAU,CAAC,EAAE,sCAAsC,CAAC;CACrD;AAED,gDAAgD;AAChD,MAAM,WAAW,UAAU;IACzB,qCAAqC;IACrC,YAAY,EAAE,eAAe,GAAG,aAAa,GAAG,QAAQ,CAAC;CAC1D;AAED,gDAAgD;AAChD,MAAM,WAAW,uBAAuB;IACtC,qCAAqC;IACrC,aAAa,EAAE,KAAK,CAAC,eAAe,GAAG,aAAa,GAAG,QAAQ,CAAC,CAAC;CAClE;AAED,MAAM,WAAW,QAAQ;IACvB,qDAAqD;IACrD,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,0BAA0B,CAAC,CAAC;CACvD;AAED,MAAM,WAAW,sBAAsB;IACrC,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,kBAAkB;IACjC,cAAc,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IAC3B,mBAAmB,EAAE,WAAW,GAAG,QAAQ,GAAG,OAAO,CAAC;IACtD,iBAAiB,CAAC,EAAE,sBAAsB,CAAC;IAC3C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,WAAW,GAAG,UAAU,GAAG,YAAY,CAAC;IAC/C,eAAe;IACf,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,oBAAoB,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,WAAW,CAAC;CAC5D;AAED,MAAM,WAAW,0BAA0B;IACzC,GAAG,CAAC,EAAE,kBAAkB,CAAC;IACzB,GAAG,CAAC,EAAE,kBAAkB,CAAC;IACzB,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC7B;AAED,4CAA4C;AAC5C,MAAM,WAAW,MAAM;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB,iBAAiB;IACjB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAClC;AAED,6CAA6C;AAC7C,MAAM,WAAW,mBAAmB;IAClC,uDAAuD;IACvD,IAAI,EAAE,MAAM,CAAC;CACd;AAED,4DAA4D;AAC5D,MAAM,WAAW,sCAAsC;IACrD,iFAAiF;IACjF,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B,2GAA2G;IAC3G,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,kEAAkE;IAClE,cAAc,CAAC,EAAE,gBAAgB,CAAC;CACnC;AAED,kEAAkE;AAClE,MAAM,WAAW,gBAAgB;IAC/B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,2BAA2B;AAC3B,MAAM,WAAW,IAAI;IACnB,oCAAoC;IACpC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC7B"}
|
package/dist/esm/models.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** An entry in the ledger. */\nexport interface LedgerEntry {\n /** Contents of the ledger entry. */\n contents: string;\n}\n\n/** Details about a Confidential Ledger user. */\nexport interface LedgerUser {\n /** Represents an assignable role. */\n assignedRole: \"Administrator\" | \"Contributor\" | \"Reader\";\n}\n\nexport interface Metadata {\n /** A map of path to method endpoints for the path */\n endpoints: Record<string, MethodToEndpointProperties>;\n}\n\nexport interface InterpreterReusePolicy {\n key: string;\n}\n\nexport interface EndpointProperties {\n authn_policies: Array<any>;\n forwarding_required: \"sometimes\" | \"always\" | \"never\";\n interpreter_reuse?: InterpreterReusePolicy;\n js_function?: string;\n js_module?: string;\n mode?: \"readwrite\" | \"readonly\" | \"historical\";\n /** Anything */\n openapi?: any;\n openapi_hidden?: boolean;\n redirection_strategy?: \"none\" | \"to_primary\" | \"to_backup\";\n}\n\nexport interface MethodToEndpointProperties {\n get?: EndpointProperties;\n put?: EndpointProperties;\n patch?: EndpointProperties;\n delete?: EndpointProperties;\n}\n\n/** bundle for the user defined endpoints */\nexport interface Bundle {\n metadata: Metadata;\n /** Any object */\n modules: Record<string, unknown>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** An entry in the ledger. */\nexport interface LedgerEntry {\n /** Contents of the ledger entry. */\n contents: string;\n /** List of user defined function hooks to be executed before the ledger entry is written. */\n preHooks?: Array<UserDefinedFunctionHook>;\n /** List of user defined function hooks to be executed after the ledger entry is written. */\n postHooks?: Array<UserDefinedFunctionHook>;\n}\n\n/** Hook for a user defined function execution. */\nexport interface UserDefinedFunctionHook {\n /** ID of the user defined function to execute. */\n functionId: string;\n /** The properties for executing a user defined function. */\n properties?: UserDefinedFunctionExecutionProperties;\n}\n\n/** Details about a Confidential Ledger user. */\nexport interface LedgerUser {\n /** Represents an assignable role. */\n assignedRole: \"Administrator\" | \"Contributor\" | \"Reader\";\n}\n\n/** Details about a Confidential Ledger user. */\nexport interface LedgerUserMultipleRoles {\n /** Represents an assignable role. */\n assignedRoles: Array<\"Administrator\" | \"Contributor\" | \"Reader\">;\n}\n\nexport interface Metadata {\n /** A map of path to method endpoints for the path */\n endpoints: Record<string, MethodToEndpointProperties>;\n}\n\nexport interface InterpreterReusePolicy {\n key: string;\n}\n\nexport interface EndpointProperties {\n authn_policies: Array<any>;\n forwarding_required: \"sometimes\" | \"always\" | \"never\";\n interpreter_reuse?: InterpreterReusePolicy;\n js_function?: string;\n js_module?: string;\n mode?: \"readwrite\" | \"readonly\" | \"historical\";\n /** Anything */\n openapi?: any;\n openapi_hidden?: boolean;\n redirection_strategy?: \"none\" | \"to_primary\" | \"to_backup\";\n}\n\nexport interface MethodToEndpointProperties {\n get?: EndpointProperties;\n put?: EndpointProperties;\n patch?: EndpointProperties;\n delete?: EndpointProperties;\n}\n\n/** bundle for the user defined endpoints */\nexport interface Bundle {\n metadata: Metadata;\n /** Any object */\n modules: Record<string, unknown>;\n}\n\n/** A user defined function in the ledger. */\nexport interface UserDefinedFunction {\n /** Code of the user defined function in JavaScript. */\n code: string;\n}\n\n/** The properties for executing a user defined function. */\nexport interface UserDefinedFunctionExecutionProperties {\n /** Runtime arguments of the user defined function. Defaults to an empty list. */\n arguments?: Array<string>;\n /** Name of the exported function to execute in the code of the user defined function. Defaults to main. */\n exportedFunctionName?: string;\n /** JS runtime options for user defined endpoints and functions */\n runtimeOptions?: JSRuntimeOptions;\n}\n\n/** JS runtime options for user defined endpoints and functions */\nexport interface JSRuntimeOptions {\n log_exception_details?: boolean;\n max_cached_interpreters?: number;\n max_execution_time_ms?: number;\n max_heap_bytes?: number;\n max_stack_bytes?: number;\n return_exception_details?: boolean;\n}\n\n/** Definition for roles */\nexport interface Role {\n /** name of the user defined role */\n roleName?: string;\n roleActions?: Array<string>;\n}\n"]}
|