wowok 1.1.0 → 1.1.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/README.md +1 -1
- package/dist/demand.d.ts +2 -3
- package/dist/demand.d.ts.map +1 -1
- package/dist/demand.js +19 -11
- package/dist/exception.d.ts +2 -1
- package/dist/exception.d.ts.map +1 -1
- package/dist/exception.js +1 -0
- package/dist/graphql.d.ts +2 -0
- package/dist/graphql.d.ts.map +1 -1
- package/dist/graphql.js +19 -0
- package/dist/guard.d.ts +18 -23
- package/dist/guard.d.ts.map +1 -1
- package/dist/guard.js +220 -199
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/machine.d.ts +6 -6
- package/dist/machine.d.ts.map +1 -1
- package/dist/machine.js +7 -7
- package/dist/passport.d.ts +34 -22
- package/dist/passport.d.ts.map +1 -1
- package/dist/passport.js +124 -214
- package/dist/permission.d.ts +3 -0
- package/dist/permission.d.ts.map +1 -1
- package/dist/permission.js +5 -2
- package/dist/progress.js +3 -3
- package/dist/protocol.d.ts +11 -5
- package/dist/protocol.d.ts.map +1 -1
- package/dist/protocol.js +30 -6
- package/dist/repository.d.ts +2 -0
- package/dist/repository.d.ts.map +1 -1
- package/dist/repository.js +73 -5
- package/dist/service.d.ts +3 -3
- package/dist/service.d.ts.map +1 -1
- package/dist/service.js +115 -116
- package/dist/utils.d.ts +10 -2
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +39 -1
- package/dist/vote.js +8 -8
- package/package.json +1 -1
- package/src/exception.ts +1 -0
- package/src/graphql.ts +20 -0
- package/src/guard.ts +208 -192
- package/src/index.ts +1 -0
- package/src/machine.ts +10 -10
- package/src/passport.ts +139 -251
- package/src/permission.ts +5 -2
- package/src/progress.ts +3 -3
- package/src/protocol.ts +26 -5
- package/src/repository.ts +73 -5
- package/src/service.ts +25 -25
- package/src/utils.ts +44 -4
- package/src/vote.ts +8 -8
- package/tsconfig.json +3 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
AI-oriented web3 collaboration protocol, driving innovaion and making it more likely to happen.
|
|
5
5
|
|
|
6
|
-
Github: [https://github.com/wowok-ai/sdk](https://github.com/wowok-ai/sdk)
|
|
6
|
+
Github: [https://github.com/wowok-ai/sdk](https://github.com/wowok-ai/sdk)
|
|
7
7
|
Examples: [https://github.com/wowok-ai/sdk-examples](https://github.com/wowok-ai/sdk-examples)
|
|
8
8
|
|
|
9
9
|
### Installation
|
package/dist/demand.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type TransactionResult } from '@mysten/sui.js/transactions';
|
|
2
2
|
import { Protocol, PassportObject, PermissionObject, GuardObject, DemandAddress, TxbObject } from './protocol';
|
|
3
|
-
import { Service } from './service';
|
|
4
3
|
export declare class Demand {
|
|
5
4
|
protected earnest_type: string;
|
|
6
5
|
protected permission: PermissionObject;
|
|
@@ -17,9 +16,9 @@ export declare class Demand {
|
|
|
17
16
|
expand_time(minutes_duration: number, passport?: PassportObject): void;
|
|
18
17
|
set_guard(guard?: GuardObject, passport?: PassportObject): void;
|
|
19
18
|
set_description(description: string, passport?: PassportObject): void;
|
|
20
|
-
yes(
|
|
19
|
+
yes(service_address: string, passport?: PassportObject): void;
|
|
21
20
|
deposit(earnest: TxbObject): void;
|
|
22
|
-
present(
|
|
21
|
+
present(service_address: string, service_pay_type: string, tips: string, passport?: PassportObject): void;
|
|
23
22
|
change_permission(new_permission: PermissionObject): void;
|
|
24
23
|
static MAX_EARNEST_COUNT: number;
|
|
25
24
|
static MAX_PRESENTERS_COUNT: number;
|
package/dist/demand.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"demand.d.ts","sourceRoot":"","sources":["../src/demand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAErE,OAAO,EAAc,QAAQ,EAAE,cAAc,EAAE,gBAAgB,EAAE,WAAW,EAAE,aAAa,EAAE,SAAS,EAAC,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"demand.d.ts","sourceRoot":"","sources":["../src/demand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAErE,OAAO,EAAc,QAAQ,EAAE,cAAc,EAAE,gBAAgB,EAAE,WAAW,EAAE,aAAa,EAAE,SAAS,EAAC,MAAM,YAAY,CAAC;AAM1H,qBAAa,MAAM;IACf,SAAS,CAAC,YAAY,SAAC;IACvB,SAAS,CAAC,UAAU,mBAAE;IACtB,SAAS,CAAC,MAAM,EAAG,SAAS,CAAE;IAC9B,SAAS,CAAC,QAAQ,WAAC;IAEnB,gBAAgB;IAChB,UAAU;IAEV,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAC,QAAQ,EAAE,YAAY,EAAC,MAAM,EAAE,UAAU,EAAC,gBAAgB,EAAE,MAAM,EAAC,SAAS,GAAI,MAAM;IAM3G,OAAO;IAMP,MAAM,CAAC,GAAG,CAAC,QAAQ,EAAC,QAAQ,EAAE,YAAY,EAAC,MAAM,EAAE,UAAU,EAAC,gBAAgB,EAAE,WAAW,EAAC,MAAM,EAC9F,OAAO,EAAC,iBAAiB,EAAE,QAAQ,CAAC,EAAC,cAAc,GAAI,MAAM;IA8BjE,MAAM,IAAK,aAAa;IASxB,OAAO;IAQP,MAAM,CAAC,QAAQ,CAAC,EAAC,cAAc;IAiB/B,WAAW,CAAC,gBAAgB,EAAC,MAAM,EAAE,QAAQ,CAAC,EAAC,cAAc;IAuB9D,SAAS,CAAC,KAAK,CAAC,EAAC,WAAW,EAAE,QAAQ,CAAC,EAAC,cAAc;IAuCrD,eAAe,CAAC,WAAW,EAAC,MAAM,EAAE,QAAQ,CAAC,EAAC,cAAc;IAsB5D,GAAG,CAAC,eAAe,EAAC,MAAM,EAAE,QAAQ,CAAC,EAAC,cAAc;IAyBpD,OAAO,CAAC,OAAO,EAAC,SAAS;IAazB,OAAO,CAAC,eAAe,EAAE,MAAM,EAAE,gBAAgB,EAAC,MAAM,EAAE,IAAI,EAAC,MAAM,EAAE,QAAQ,CAAC,EAAC,cAAc;IA4B/F,iBAAiB,CAAC,cAAc,EAAC,gBAAgB;IAcjD,MAAM,CAAC,iBAAiB,SAAO;IAC/B,MAAM,CAAC,oBAAoB,SAAO;CACrC"}
|
package/dist/demand.js
CHANGED
|
@@ -164,15 +164,16 @@ export class Demand {
|
|
|
164
164
|
});
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
|
-
yes(
|
|
168
|
-
if (!IsValidAddress(
|
|
167
|
+
yes(service_address, passport) {
|
|
168
|
+
if (!IsValidAddress(service_address)) {
|
|
169
169
|
ERROR(Errors.IsValidAddress);
|
|
170
170
|
}
|
|
171
171
|
let txb = this.protocol.CurrentSession();
|
|
172
172
|
if (passport) {
|
|
173
173
|
txb.moveCall({
|
|
174
174
|
target: this.protocol.DemandFn('yes_with_passport'),
|
|
175
|
-
arguments: [passport, Protocol.TXB_OBJECT(txb, this.object),
|
|
175
|
+
arguments: [passport, Protocol.TXB_OBJECT(txb, this.object),
|
|
176
|
+
txb.pure(service_address, BCS.ADDRESS),
|
|
176
177
|
Protocol.TXB_OBJECT(txb, this.permission)],
|
|
177
178
|
typeArguments: [this.earnest_type],
|
|
178
179
|
});
|
|
@@ -180,7 +181,8 @@ export class Demand {
|
|
|
180
181
|
else {
|
|
181
182
|
txb.moveCall({
|
|
182
183
|
target: this.protocol.DemandFn('yes'),
|
|
183
|
-
arguments: [Protocol.TXB_OBJECT(txb, this.object),
|
|
184
|
+
arguments: [Protocol.TXB_OBJECT(txb, this.object),
|
|
185
|
+
txb.pure(service_address, BCS.ADDRESS),
|
|
184
186
|
Protocol.TXB_OBJECT(txb, this.permission)],
|
|
185
187
|
typeArguments: [this.earnest_type],
|
|
186
188
|
});
|
|
@@ -197,25 +199,31 @@ export class Demand {
|
|
|
197
199
|
typeArguments: [this.earnest_type],
|
|
198
200
|
});
|
|
199
201
|
}
|
|
200
|
-
present(
|
|
202
|
+
present(service_address, service_pay_type, tips, passport) {
|
|
201
203
|
if (!IsValidDesription(tips)) {
|
|
202
204
|
ERROR(Errors.IsValidDesription, 'tips');
|
|
203
205
|
}
|
|
206
|
+
if (!IsValidAddress(service_address)) {
|
|
207
|
+
ERROR(Errors.IsValidAddress, 'service_address');
|
|
208
|
+
}
|
|
209
|
+
if (!IsValidArgType(service_pay_type)) {
|
|
210
|
+
ERROR(Errors.IsValidArgType, 'service_pay_type');
|
|
211
|
+
}
|
|
204
212
|
let txb = this.protocol.CurrentSession();
|
|
205
213
|
if (passport) {
|
|
206
214
|
txb.moveCall({
|
|
207
215
|
target: this.protocol.DemandFn('present_with_passport'),
|
|
208
|
-
arguments: [passport, Protocol.TXB_OBJECT(txb, this.object), Protocol.TXB_OBJECT(txb,
|
|
209
|
-
txb.pure(tips, BCS.STRING)
|
|
210
|
-
typeArguments: [this.earnest_type,
|
|
216
|
+
arguments: [passport, Protocol.TXB_OBJECT(txb, this.object), Protocol.TXB_OBJECT(txb, service_address),
|
|
217
|
+
txb.pure(tips, BCS.STRING)],
|
|
218
|
+
typeArguments: [this.earnest_type, service_pay_type],
|
|
211
219
|
});
|
|
212
220
|
}
|
|
213
221
|
else {
|
|
214
222
|
txb.moveCall({
|
|
215
223
|
target: this.protocol.DemandFn('present'),
|
|
216
|
-
arguments: [Protocol.TXB_OBJECT(txb, this.object), Protocol.TXB_OBJECT(txb,
|
|
217
|
-
txb.pure(tips, BCS.STRING)
|
|
218
|
-
typeArguments: [this.earnest_type,
|
|
224
|
+
arguments: [Protocol.TXB_OBJECT(txb, this.object), Protocol.TXB_OBJECT(txb, service_address),
|
|
225
|
+
txb.pure(tips, BCS.STRING)],
|
|
226
|
+
typeArguments: [this.earnest_type, service_pay_type],
|
|
219
227
|
});
|
|
220
228
|
}
|
|
221
229
|
}
|
package/dist/exception.d.ts
CHANGED
|
@@ -13,7 +13,8 @@ export declare enum Errors {
|
|
|
13
13
|
AllInvalid = "one valid at least",
|
|
14
14
|
InvalidParam = "invalid parameter",
|
|
15
15
|
IsValidPermissionIndex = "invalid permission index",
|
|
16
|
-
IsValidKey = "invalid key"
|
|
16
|
+
IsValidKey = "invalid key",
|
|
17
|
+
Fail = "fail"
|
|
17
18
|
}
|
|
18
19
|
export declare const ERROR: (error: Errors, info?: any) => never;
|
|
19
20
|
//# sourceMappingURL=exception.d.ts.map
|
package/dist/exception.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exception.d.ts","sourceRoot":"","sources":["../src/exception.ts"],"names":[],"mappings":"AACA,oBAAY,MAAM;IACd,iBAAiB,wBAAwB;IACzC,WAAW,iBAAiB;IAC5B,sBAAsB,iBAAiB;IACvC,eAAe,qBAAqB;IACpC,cAAc,oBAAoB;IAClC,cAAc,yBAAyB;IACvC,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,cAAc,oBAAoB;IAClC,YAAY,kBAAkB;IAC9B,cAAc,oBAAoB;IAClC,UAAU,uBAAuB;IACjC,YAAY,sBAAuB;IACnC,sBAAsB,6BAA6B;IACnD,UAAU,gBAAgB;
|
|
1
|
+
{"version":3,"file":"exception.d.ts","sourceRoot":"","sources":["../src/exception.ts"],"names":[],"mappings":"AACA,oBAAY,MAAM;IACd,iBAAiB,wBAAwB;IACzC,WAAW,iBAAiB;IAC5B,sBAAsB,iBAAiB;IACvC,eAAe,qBAAqB;IACpC,cAAc,oBAAoB;IAClC,cAAc,yBAAyB;IACvC,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,cAAc,oBAAoB;IAClC,YAAY,kBAAkB;IAC9B,cAAc,oBAAoB;IAClC,UAAU,uBAAuB;IACjC,YAAY,sBAAuB;IACnC,sBAAsB,6BAA6B;IACnD,UAAU,gBAAgB;IAC1B,IAAI,SAAS;CAChB;AAED,eAAO,MAAM,KAAK,UAAU,MAAM,SAAQ,GAAG,UAG5C,CAAA"}
|
package/dist/exception.js
CHANGED
|
@@ -15,6 +15,7 @@ export var Errors;
|
|
|
15
15
|
Errors["InvalidParam"] = "invalid parameter";
|
|
16
16
|
Errors["IsValidPermissionIndex"] = "invalid permission index";
|
|
17
17
|
Errors["IsValidKey"] = "invalid key";
|
|
18
|
+
Errors["Fail"] = "fail";
|
|
18
19
|
})(Errors || (Errors = {}));
|
|
19
20
|
export const ERROR = (error, info) => {
|
|
20
21
|
const e = error + info ? (': ' + info) : '';
|
package/dist/graphql.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export declare const GRAPHQL_OBJECTS_TYPE: import("graphql/language/ast").DocumentNode;
|
|
2
|
+
export declare const GRAPHQL_CHILD_OBJECT: import("graphql/language/ast").DocumentNode;
|
|
2
3
|
export declare const GRAPHQL_OBJECT: import("graphql/language/ast").DocumentNode;
|
|
3
4
|
export declare const GRAPHQL_OWNER: import("graphql/language/ast").DocumentNode;
|
|
4
5
|
export declare const GRAPHQL_OBJECTS: import("graphql/language/ast").DocumentNode;
|
|
6
|
+
export declare const GRAPHQL_DECIMALS: import("graphql/language/ast").DocumentNode;
|
|
5
7
|
//# sourceMappingURL=graphql.d.ts.map
|
package/dist/graphql.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../src/graphql.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,6CAgB/B,CAAC;AAEH,eAAO,MAAM,cAAc,6CAmCzB,CAAC;AAEH,eAAO,MAAM,aAAa,6CA2BxB,CAAC;AAEH,eAAO,MAAM,eAAe,6CAgB1B,CAAC"}
|
|
1
|
+
{"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../src/graphql.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,6CAgB/B,CAAC;AACH,eAAO,MAAM,oBAAoB,6CAW/B,CAAC;AAEH,eAAO,MAAM,cAAc,6CAmCzB,CAAC;AAEH,eAAO,MAAM,aAAa,6CA2BxB,CAAC;AAEH,eAAO,MAAM,eAAe,6CAgB1B,CAAC;AAEH,eAAO,MAAM,gBAAgB,6CAM3B,CAAC"}
|
package/dist/graphql.js
CHANGED
|
@@ -16,6 +16,18 @@ export const GRAPHQL_OBJECTS_TYPE = gql(`
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
`);
|
|
19
|
+
export const GRAPHQL_CHILD_OBJECT = gql(`
|
|
20
|
+
query object($ObjectID:SuiAddress!) {
|
|
21
|
+
object(address:$ObjectID) {
|
|
22
|
+
address
|
|
23
|
+
asMoveObject {
|
|
24
|
+
contents {
|
|
25
|
+
json
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
`);
|
|
19
31
|
export const GRAPHQL_OBJECT = gql(`
|
|
20
32
|
query object($ObjectID:SuiAddress!) {
|
|
21
33
|
object(address:$ObjectID) {
|
|
@@ -97,3 +109,10 @@ export const GRAPHQL_OBJECTS = gql(`
|
|
|
97
109
|
}
|
|
98
110
|
}
|
|
99
111
|
`);
|
|
112
|
+
export const GRAPHQL_DECIMALS = gql(`
|
|
113
|
+
query getTotalSupply($coinType: String!) {
|
|
114
|
+
coinMetadata(coinType: $coinType) {
|
|
115
|
+
decimals
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
`);
|
package/dist/guard.d.ts
CHANGED
|
@@ -1,47 +1,42 @@
|
|
|
1
1
|
import { Protocol, GuardAddress, Data_Type, MODULES, ContextType, ValueType, OperatorType } from './protocol';
|
|
2
|
-
export declare enum Guard_Sense_Binder {
|
|
3
|
-
AND = 0,
|
|
4
|
-
OR = 1
|
|
5
|
-
}
|
|
6
|
-
export type Guard_Sense = {
|
|
7
|
-
input: Uint8Array;
|
|
8
|
-
notAfterSense: boolean;
|
|
9
|
-
binder: Guard_Sense_Binder;
|
|
10
|
-
};
|
|
11
2
|
export type VariableType = Map<number, Guard_Vriable>;
|
|
12
|
-
export
|
|
3
|
+
export interface Guard_Vriable {
|
|
13
4
|
type: ContextType | OperatorType;
|
|
14
5
|
value?: Uint8Array;
|
|
15
6
|
witness?: Uint8Array;
|
|
16
|
-
}
|
|
7
|
+
}
|
|
17
8
|
export type Guard_Creation = {
|
|
18
9
|
description: string;
|
|
19
10
|
variables?: VariableType;
|
|
20
|
-
|
|
11
|
+
input: Uint8Array;
|
|
21
12
|
};
|
|
22
13
|
export declare class Guard {
|
|
23
|
-
static
|
|
14
|
+
static MAX_INPUT_LENGTH: number;
|
|
15
|
+
static launch(protocol: Protocol, creation: Guard_Creation): GuardAddress;
|
|
16
|
+
static signer_guard(protocol: Protocol): GuardAddress;
|
|
17
|
+
static everyone_guard(protocol: Protocol): GuardAddress;
|
|
18
|
+
static QUERIES: any[];
|
|
19
|
+
}
|
|
20
|
+
export declare class GuardVariableMaker {
|
|
24
21
|
static IsValidGuardVirableType: (type: OperatorType | ContextType) => boolean;
|
|
25
22
|
static IsValidIndentifier: (identifier: number) => boolean;
|
|
26
23
|
static get_variable_value(variables: VariableType, identifier: number, type: OperatorType | ContextType): Uint8Array | boolean;
|
|
27
24
|
static get_variable_witness(variables: VariableType, identifier: number, type: OperatorType | ContextType): Uint8Array | boolean;
|
|
28
25
|
static add_future_variable(variables: VariableType, identifier: number, type: OperatorType | ContextType, witness: any, value?: any, bNeedSerialize?: boolean): boolean;
|
|
29
26
|
static add_variable(variables: VariableType, identifier: number, type: OperatorType | ContextType, value: any, bNeedSerialize?: boolean): boolean;
|
|
30
|
-
static launch(protocol: Protocol, creation: Guard_Creation): GuardAddress;
|
|
31
|
-
static signer_guard(protocol: Protocol): GuardAddress;
|
|
32
|
-
static everyone_guard(protocol: Protocol): GuardAddress;
|
|
33
|
-
static QUERIES: any[];
|
|
34
27
|
}
|
|
35
|
-
export declare class
|
|
28
|
+
export declare class GuardInputMaker {
|
|
36
29
|
protected data: Uint8Array[];
|
|
37
30
|
protected type_validator: Data_Type[];
|
|
38
31
|
constructor();
|
|
39
|
-
add_param(type: ValueType | ContextType, param?: any, variable?: VariableType):
|
|
32
|
+
add_param(type: ValueType | ContextType, param?: any, variable?: VariableType): void;
|
|
40
33
|
static query_index(module: MODULES, query_name: string): number;
|
|
41
|
-
add_future_query(identifier: number, module: MODULES, query_name: string, variable: VariableType):
|
|
42
|
-
add_query(module: MODULES, query_name: string, object_address_from: string | number):
|
|
43
|
-
add_logic(type: OperatorType):
|
|
44
|
-
make(
|
|
34
|
+
add_future_query(identifier: number, module: MODULES, query_name: string, variable: VariableType): void;
|
|
35
|
+
add_query(module: MODULES, query_name: string, object_address_from: string | number): void;
|
|
36
|
+
add_logic(type: OperatorType): void;
|
|
37
|
+
make(bNot?: boolean): Uint8Array;
|
|
38
|
+
static combine(input1: Uint8Array, input2: Uint8Array, bAnd?: boolean): Uint8Array;
|
|
39
|
+
static not(input: Uint8Array): Uint8Array;
|
|
45
40
|
static match_u128(type: number): boolean;
|
|
46
41
|
}
|
|
47
42
|
//# sourceMappingURL=guard.d.ts.map
|
package/dist/guard.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"guard.d.ts","sourceRoot":"","sources":["../src/guard.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAc,SAAS,EAAE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAG,YAAY,EAAC,MAAM,YAAY,CAAC;AAK1H,
|
|
1
|
+
{"version":3,"file":"guard.d.ts","sourceRoot":"","sources":["../src/guard.ts"],"names":[],"mappings":"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"}
|