Skip to content

Commit

Permalink
Release 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoplatform-engineering committed May 18, 2023
1 parent f26d485 commit 52e3d6c
Show file tree
Hide file tree
Showing 1,622 changed files with 1,158,380 additions and 7,429 deletions.
2 changes: 1 addition & 1 deletion client/apis/ActionMenuApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion client/apis/BasicmessageApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
14 changes: 7 additions & 7 deletions client/apis/ConnectionApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -746,15 +746,15 @@ export enum ConnectionsGetConnectionProtocolEnum {
* @enum {string}
*/
export enum ConnectionsGetStateEnum {
Response = 'response',
Completed = 'completed',
Start = 'start',
Init = 'init',
Active = 'active',
Abandoned = 'abandoned',
Error = 'error',
Request = 'request',
Abandoned = 'abandoned',
Start = 'start',
Active = 'active',
Response = 'response',
Invitation = 'invitation',
Error = 'error',
Completed = 'completed',
}
/**
* @export
Expand Down
2 changes: 1 addition & 1 deletion client/apis/CredentialDefinitionApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion client/apis/CredentialsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion client/apis/DidExchangeApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
14 changes: 7 additions & 7 deletions client/apis/DiscoverFeaturesApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -15,9 +15,9 @@ import {
V10DiscoveryExchangeListResult,
V10DiscoveryExchangeListResultFromJSON,
V10DiscoveryExchangeListResultToJSON,
V10DiscoveryExchangeResult,
V10DiscoveryExchangeResultFromJSON,
V10DiscoveryExchangeResultToJSON,
V10DiscoveryRecord,
V10DiscoveryRecordFromJSON,
V10DiscoveryRecordToJSON,
} from '../models';

export interface DiscoverFeaturesQueryGetRequest {
Expand All @@ -39,7 +39,7 @@ export class DiscoverFeaturesApi extends runtime.BaseAPI {
*/
async discoverFeaturesQueryGetRaw(
requestParameters: DiscoverFeaturesQueryGetRequest,
): Promise<runtime.ApiResponse<V10DiscoveryExchangeResult>> {
): Promise<runtime.ApiResponse<V10DiscoveryRecord>> {
const queryParameters: any = {};

if (requestParameters.comment !== undefined) {
Expand All @@ -64,7 +64,7 @@ export class DiscoverFeaturesApi extends runtime.BaseAPI {
});

return new runtime.JSONApiResponse(response, (jsonValue) =>
V10DiscoveryExchangeResultFromJSON(jsonValue),
V10DiscoveryRecordFromJSON(jsonValue),
);
}

Expand All @@ -73,7 +73,7 @@ export class DiscoverFeaturesApi extends runtime.BaseAPI {
*/
async discoverFeaturesQueryGet(
requestParameters: DiscoverFeaturesQueryGetRequest,
): Promise<V10DiscoveryExchangeResult> {
): Promise<V10DiscoveryRecord> {
const response = await this.discoverFeaturesQueryGetRaw(requestParameters);
return await response.value();
}
Expand Down
2 changes: 1 addition & 1 deletion client/apis/DiscoverFeaturesV20Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion client/apis/EndorseTransactionApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion client/apis/IntroductionApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
6 changes: 3 additions & 3 deletions client/apis/IssueCredentialV10Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -148,7 +148,7 @@ export class IssueCredentialV10Api extends runtime.BaseAPI {
}

/**
* Send holder a credential, automating entire flow
* Create a credential record without sending (generally for use with Out-Of-Band)
*/
async issueCredentialCreatePostRaw(
requestParameters: IssueCredentialCreatePostRequest,
Expand All @@ -173,7 +173,7 @@ export class IssueCredentialV10Api extends runtime.BaseAPI {
}

/**
* Send holder a credential, automating entire flow
* Create a credential record without sending (generally for use with Out-Of-Band)
*/
async issueCredentialCreatePost(
requestParameters: IssueCredentialCreatePostRequest,
Expand Down
6 changes: 3 additions & 3 deletions client/apis/IssueCredentialV20Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -159,7 +159,7 @@ export class IssueCredentialV20Api extends runtime.BaseAPI {
}

/**
* Create credential from attribute values
* Create a credential record without sending (generally for use with Out-Of-Band)
*/
async issueCredential20CreatePostRaw(
requestParameters: IssueCredential20CreatePostRequest,
Expand All @@ -184,7 +184,7 @@ export class IssueCredentialV20Api extends runtime.BaseAPI {
}

/**
* Create credential from attribute values
* Create a credential record without sending (generally for use with Out-Of-Band)
*/
async issueCredential20CreatePost(
requestParameters: IssueCredential20CreatePostRequest,
Expand Down
2 changes: 1 addition & 1 deletion client/apis/JsonldApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion client/apis/LedgerApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
60 changes: 59 additions & 1 deletion client/apis/MediationApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -39,6 +39,9 @@ import {
MediationGrant,
MediationGrantFromJSON,
MediationGrantToJSON,
MediationIdMatchInfo,
MediationIdMatchInfoFromJSON,
MediationIdMatchInfoToJSON,
MediationList,
MediationListFromJSON,
MediationListToJSON,
Expand Down Expand Up @@ -97,6 +100,11 @@ export interface MediationRequestsMediationIdGrantPostRequest {
mediationId: string;
}

export interface MediationUpdateKeylistConnIdPostRequest {
connId: string;
body?: MediationIdMatchInfo;
}

/**
*
*/
Expand Down Expand Up @@ -646,6 +654,56 @@ export class MediationApi extends runtime.BaseAPI {
);
return await response.value();
}

/**
* Update keylist for a connection
*/
async mediationUpdateKeylistConnIdPostRaw(
requestParameters: MediationUpdateKeylistConnIdPostRequest,
): Promise<runtime.ApiResponse<KeylistUpdate>> {
if (
requestParameters.connId === null ||
requestParameters.connId === undefined
) {
throw new runtime.RequiredError(
'connId',
'Required parameter requestParameters.connId was null or undefined when calling mediationUpdateKeylistConnIdPost.',
);
}

const queryParameters: any = {};

const headerParameters: runtime.HTTPHeaders = {};

headerParameters['Content-Type'] = 'application/json';

const response = await this.request({
path: `/mediation/update-keylist/{conn_id}`.replace(
`{${'conn_id'}}`,
encodeURIComponent(String(requestParameters.connId)),
),
method: 'POST',
headers: headerParameters,
query: queryParameters,
body: MediationIdMatchInfoToJSON(requestParameters.body),
});

return new runtime.JSONApiResponse(response, (jsonValue) =>
KeylistUpdateFromJSON(jsonValue),
);
}

/**
* Update keylist for a connection
*/
async mediationUpdateKeylistConnIdPost(
requestParameters: MediationUpdateKeylistConnIdPostRequest,
): Promise<KeylistUpdate> {
const response = await this.mediationUpdateKeylistConnIdPostRaw(
requestParameters,
);
return await response.value();
}
}

/**
Expand Down
14 changes: 7 additions & 7 deletions client/apis/OutOfBandApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -12,9 +12,6 @@

import * as runtime from '../runtime';
import {
ConnRecord,
ConnRecordFromJSON,
ConnRecordToJSON,
InvitationCreateRequest,
InvitationCreateRequestFromJSON,
InvitationCreateRequestToJSON,
Expand All @@ -24,6 +21,9 @@ import {
InvitationRecord,
InvitationRecordFromJSON,
InvitationRecordToJSON,
OobRecord,
OobRecordFromJSON,
OobRecordToJSON,
} from '../models';

export interface OutOfBandCreateInvitationPostRequest {
Expand Down Expand Up @@ -94,7 +94,7 @@ export class OutOfBandApi extends runtime.BaseAPI {
*/
async outOfBandReceiveInvitationPostRaw(
requestParameters: OutOfBandReceiveInvitationPostRequest,
): Promise<runtime.ApiResponse<ConnRecord>> {
): Promise<runtime.ApiResponse<OobRecord>> {
const queryParameters: any = {};

if (requestParameters.alias !== undefined) {
Expand Down Expand Up @@ -127,7 +127,7 @@ export class OutOfBandApi extends runtime.BaseAPI {
});

return new runtime.JSONApiResponse(response, (jsonValue) =>
ConnRecordFromJSON(jsonValue),
OobRecordFromJSON(jsonValue),
);
}

Expand All @@ -136,7 +136,7 @@ export class OutOfBandApi extends runtime.BaseAPI {
*/
async outOfBandReceiveInvitationPost(
requestParameters: OutOfBandReceiveInvitationPostRequest,
): Promise<ConnRecord> {
): Promise<OobRecord> {
const response = await this.outOfBandReceiveInvitationPostRaw(
requestParameters,
);
Expand Down
2 changes: 1 addition & 1 deletion client/apis/PresentProofV10Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion client/apis/PresentProofV20Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion client/apis/ResolverApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Sudo Decentralized Identity Cloud Agent SDK
* Provides REST API wrappers for Typescript Agent Controllers using the Sudo Decentralized Identity Cloud Agent Service
*
* The version of the OpenAPI document: v0.6.5
* The version of the OpenAPI document: v0.6.6
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading

0 comments on commit 52e3d6c

Please sign in to comment.