Skip to content

Commit

Permalink
Add missed files
Browse files Browse the repository at this point in the history
  • Loading branch information
akarabashov committed Mar 21, 2023
1 parent a730445 commit 77bf6ed
Show file tree
Hide file tree
Showing 83 changed files with 19,557 additions and 2,447 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@cheqd:registry=https://registry.npmjs.org/
@canow-co:registry=https://npm.pkg.github.com
access=public
2 changes: 2 additions & 0 deletions amino/amino.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=amino.d.ts.map
1 change: 1 addition & 0 deletions amino/amino.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions cheqd/did/v1/common.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _m0 from "protobufjs/minimal";
import _m0 from "protobufjs/minimal.js";
export interface KeyValuePair {
key: string;
value: string;
Expand All @@ -8,12 +8,19 @@ export declare const KeyValuePair: {
decode(input: _m0.Reader | Uint8Array, length?: number): KeyValuePair;
fromJSON(object: any): KeyValuePair;
toJSON(message: KeyValuePair): unknown;
fromPartial<I extends {
create<I extends {
key?: string | undefined;
value?: string | undefined;
} & {
key?: string | undefined;
value?: string | undefined;
} & { [K in Exclude<keyof I, keyof KeyValuePair>]: never; }>(object: I): KeyValuePair;
} & { [K in Exclude<keyof I, keyof KeyValuePair>]: never; }>(base?: I | undefined): KeyValuePair;
fromPartial<I_1 extends {
key?: string | undefined;
value?: string | undefined;
} & {
key?: string | undefined;
value?: string | undefined;
} & { [K_1 in Exclude<keyof I_1, keyof KeyValuePair>]: never; }>(object: I_1): KeyValuePair;
};
//# sourceMappingURL=common.d.ts.map
2 changes: 1 addition & 1 deletion cheqd/did/v1/common.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

152 changes: 144 additions & 8 deletions cheqd/did/v1/did.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _m0 from "protobufjs/minimal";
import { KeyValuePair } from "./common";
import _m0 from "protobufjs/minimal.js";
import { KeyValuePair } from "./common.js";
export interface Did {
/** optional */
context: string[];
Expand Down Expand Up @@ -42,7 +42,7 @@ export declare const Did: {
decode(input: _m0.Reader | Uint8Array, length?: number): Did;
fromJSON(object: any): Did;
toJSON(message: Did): unknown;
fromPartial<I extends {
create<I extends {
context?: string[] | undefined;
id?: string | undefined;
controller?: string[] | undefined;
Expand Down Expand Up @@ -140,14 +140,113 @@ export declare const Did: {
serviceEndpoint?: string | undefined;
}[]>]: never; }) | undefined;
alsoKnownAs?: (string[] & string[] & { [K_13 in Exclude<keyof I["alsoKnownAs"], keyof string[]>]: never; }) | undefined;
} & { [K_14 in Exclude<keyof I, keyof Did>]: never; }>(object: I): Did;
} & { [K_14 in Exclude<keyof I, keyof Did>]: never; }>(base?: I | undefined): Did;
fromPartial<I_1 extends {
context?: string[] | undefined;
id?: string | undefined;
controller?: string[] | undefined;
verificationMethod?: {
id?: string | undefined;
type?: string | undefined;
controller?: string | undefined;
publicKeyJwk?: {
key?: string | undefined;
value?: string | undefined;
}[] | undefined;
publicKeyMultibase?: string | undefined;
}[] | undefined;
authentication?: string[] | undefined;
assertionMethod?: string[] | undefined;
capabilityInvocation?: string[] | undefined;
capabilityDelegation?: string[] | undefined;
keyAgreement?: string[] | undefined;
service?: {
id?: string | undefined;
type?: string | undefined;
serviceEndpoint?: string | undefined;
}[] | undefined;
alsoKnownAs?: string[] | undefined;
} & {
context?: (string[] & string[] & { [K_15 in Exclude<keyof I_1["context"], keyof string[]>]: never; }) | undefined;
id?: string | undefined;
controller?: (string[] & string[] & { [K_16 in Exclude<keyof I_1["controller"], keyof string[]>]: never; }) | undefined;
verificationMethod?: ({
id?: string | undefined;
type?: string | undefined;
controller?: string | undefined;
publicKeyJwk?: {
key?: string | undefined;
value?: string | undefined;
}[] | undefined;
publicKeyMultibase?: string | undefined;
}[] & ({
id?: string | undefined;
type?: string | undefined;
controller?: string | undefined;
publicKeyJwk?: {
key?: string | undefined;
value?: string | undefined;
}[] | undefined;
publicKeyMultibase?: string | undefined;
} & {
id?: string | undefined;
type?: string | undefined;
controller?: string | undefined;
publicKeyJwk?: ({
key?: string | undefined;
value?: string | undefined;
}[] & ({
key?: string | undefined;
value?: string | undefined;
} & {
key?: string | undefined;
value?: string | undefined;
} & { [K_17 in Exclude<keyof I_1["verificationMethod"][number]["publicKeyJwk"][number], keyof KeyValuePair>]: never; })[] & { [K_18 in Exclude<keyof I_1["verificationMethod"][number]["publicKeyJwk"], keyof {
key?: string | undefined;
value?: string | undefined;
}[]>]: never; }) | undefined;
publicKeyMultibase?: string | undefined;
} & { [K_19 in Exclude<keyof I_1["verificationMethod"][number], keyof VerificationMethod>]: never; })[] & { [K_20 in Exclude<keyof I_1["verificationMethod"], keyof {
id?: string | undefined;
type?: string | undefined;
controller?: string | undefined;
publicKeyJwk?: {
key?: string | undefined;
value?: string | undefined;
}[] | undefined;
publicKeyMultibase?: string | undefined;
}[]>]: never; }) | undefined;
authentication?: (string[] & string[] & { [K_21 in Exclude<keyof I_1["authentication"], keyof string[]>]: never; }) | undefined;
assertionMethod?: (string[] & string[] & { [K_22 in Exclude<keyof I_1["assertionMethod"], keyof string[]>]: never; }) | undefined;
capabilityInvocation?: (string[] & string[] & { [K_23 in Exclude<keyof I_1["capabilityInvocation"], keyof string[]>]: never; }) | undefined;
capabilityDelegation?: (string[] & string[] & { [K_24 in Exclude<keyof I_1["capabilityDelegation"], keyof string[]>]: never; }) | undefined;
keyAgreement?: (string[] & string[] & { [K_25 in Exclude<keyof I_1["keyAgreement"], keyof string[]>]: never; }) | undefined;
service?: ({
id?: string | undefined;
type?: string | undefined;
serviceEndpoint?: string | undefined;
}[] & ({
id?: string | undefined;
type?: string | undefined;
serviceEndpoint?: string | undefined;
} & {
id?: string | undefined;
type?: string | undefined;
serviceEndpoint?: string | undefined;
} & { [K_26 in Exclude<keyof I_1["service"][number], keyof Service>]: never; })[] & { [K_27 in Exclude<keyof I_1["service"], keyof {
id?: string | undefined;
type?: string | undefined;
serviceEndpoint?: string | undefined;
}[]>]: never; }) | undefined;
alsoKnownAs?: (string[] & string[] & { [K_28 in Exclude<keyof I_1["alsoKnownAs"], keyof string[]>]: never; }) | undefined;
} & { [K_29 in Exclude<keyof I_1, keyof Did>]: never; }>(object: I_1): Did;
};
export declare const VerificationMethod: {
encode(message: VerificationMethod, writer?: _m0.Writer): _m0.Writer;
decode(input: _m0.Reader | Uint8Array, length?: number): VerificationMethod;
fromJSON(object: any): VerificationMethod;
toJSON(message: VerificationMethod): unknown;
fromPartial<I extends {
create<I extends {
id?: string | undefined;
type?: string | undefined;
controller?: string | undefined;
Expand All @@ -174,21 +273,58 @@ export declare const VerificationMethod: {
value?: string | undefined;
}[]>]: never; }) | undefined;
publicKeyMultibase?: string | undefined;
} & { [K_2 in Exclude<keyof I, keyof VerificationMethod>]: never; }>(object: I): VerificationMethod;
} & { [K_2 in Exclude<keyof I, keyof VerificationMethod>]: never; }>(base?: I | undefined): VerificationMethod;
fromPartial<I_1 extends {
id?: string | undefined;
type?: string | undefined;
controller?: string | undefined;
publicKeyJwk?: {
key?: string | undefined;
value?: string | undefined;
}[] | undefined;
publicKeyMultibase?: string | undefined;
} & {
id?: string | undefined;
type?: string | undefined;
controller?: string | undefined;
publicKeyJwk?: ({
key?: string | undefined;
value?: string | undefined;
}[] & ({
key?: string | undefined;
value?: string | undefined;
} & {
key?: string | undefined;
value?: string | undefined;
} & { [K_3 in Exclude<keyof I_1["publicKeyJwk"][number], keyof KeyValuePair>]: never; })[] & { [K_4 in Exclude<keyof I_1["publicKeyJwk"], keyof {
key?: string | undefined;
value?: string | undefined;
}[]>]: never; }) | undefined;
publicKeyMultibase?: string | undefined;
} & { [K_5 in Exclude<keyof I_1, keyof VerificationMethod>]: never; }>(object: I_1): VerificationMethod;
};
export declare const Service: {
encode(message: Service, writer?: _m0.Writer): _m0.Writer;
decode(input: _m0.Reader | Uint8Array, length?: number): Service;
fromJSON(object: any): Service;
toJSON(message: Service): unknown;
fromPartial<I extends {
create<I extends {
id?: string | undefined;
type?: string | undefined;
serviceEndpoint?: string | undefined;
} & {
id?: string | undefined;
type?: string | undefined;
serviceEndpoint?: string | undefined;
} & { [K in Exclude<keyof I, keyof Service>]: never; }>(base?: I | undefined): Service;
fromPartial<I_1 extends {
id?: string | undefined;
type?: string | undefined;
serviceEndpoint?: string | undefined;
} & {
id?: string | undefined;
type?: string | undefined;
serviceEndpoint?: string | undefined;
} & { [K in Exclude<keyof I, keyof Service>]: never; }>(object: I): Service;
} & { [K_1 in Exclude<keyof I_1, keyof Service>]: never; }>(object: I_1): Service;
};
//# sourceMappingURL=did.d.ts.map
2 changes: 1 addition & 1 deletion cheqd/did/v1/did.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 0 additions & 55 deletions cheqd/did/v1/fee.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion cheqd/did/v1/fee.d.ts.map

This file was deleted.

Loading

0 comments on commit 77bf6ed

Please sign in to comment.