@manifest-network/manifestjs 2.3.0 → 3.0.0

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.
Files changed (37) hide show
  1. package/README.md +293 -170
  2. package/dist/codegen/liftedinit/billing/v1/query.d.ts +127 -16
  3. package/dist/codegen/liftedinit/billing/v1/query.js +209 -29
  4. package/dist/codegen/liftedinit/billing/v1/query.js.map +1 -1
  5. package/dist/codegen/liftedinit/billing/v1/query.lcd.d.ts +2 -1
  6. package/dist/codegen/liftedinit/billing/v1/query.lcd.js +8 -2
  7. package/dist/codegen/liftedinit/billing/v1/query.lcd.js.map +1 -1
  8. package/dist/codegen/liftedinit/billing/v1/query.lcd.mjs +8 -2
  9. package/dist/codegen/liftedinit/billing/v1/query.mjs +208 -28
  10. package/dist/codegen/liftedinit/billing/v1/query.rpc.Query.d.ts +8 -1
  11. package/dist/codegen/liftedinit/billing/v1/query.rpc.Query.js +10 -0
  12. package/dist/codegen/liftedinit/billing/v1/query.rpc.Query.js.map +1 -1
  13. package/dist/codegen/liftedinit/billing/v1/query.rpc.Query.mjs +11 -1
  14. package/dist/codegen/liftedinit/billing/v1/tx.amino.d.ts +6 -1
  15. package/dist/codegen/liftedinit/billing/v1/tx.amino.js +5 -0
  16. package/dist/codegen/liftedinit/billing/v1/tx.amino.js.map +1 -1
  17. package/dist/codegen/liftedinit/billing/v1/tx.amino.mjs +6 -1
  18. package/dist/codegen/liftedinit/billing/v1/tx.d.ts +166 -0
  19. package/dist/codegen/liftedinit/billing/v1/tx.js +239 -11
  20. package/dist/codegen/liftedinit/billing/v1/tx.js.map +1 -1
  21. package/dist/codegen/liftedinit/billing/v1/tx.mjs +238 -10
  22. package/dist/codegen/liftedinit/billing/v1/tx.registry.d.ts +28 -1
  23. package/dist/codegen/liftedinit/billing/v1/tx.registry.js +31 -1
  24. package/dist/codegen/liftedinit/billing/v1/tx.registry.js.map +1 -1
  25. package/dist/codegen/liftedinit/billing/v1/tx.registry.mjs +32 -2
  26. package/dist/codegen/liftedinit/billing/v1/tx.rpc.msg.d.ts +10 -1
  27. package/dist/codegen/liftedinit/billing/v1/tx.rpc.msg.js +12 -0
  28. package/dist/codegen/liftedinit/billing/v1/tx.rpc.msg.js.map +1 -1
  29. package/dist/codegen/liftedinit/billing/v1/tx.rpc.msg.mjs +13 -1
  30. package/dist/codegen/liftedinit/billing/v1/types.d.ts +120 -0
  31. package/dist/codegen/liftedinit/billing/v1/types.js +144 -11
  32. package/dist/codegen/liftedinit/billing/v1/types.js.map +1 -1
  33. package/dist/codegen/liftedinit/billing/v1/types.mjs +143 -10
  34. package/dist/codegen/liftedinit/bundle.d.ts +121 -0
  35. package/dist/codegen/liftedinit/client.d.ts +5 -0
  36. package/dist/codegen/liftedinit/rpc.query.d.ts +1 -0
  37. package/package.json +1 -2
@@ -35,6 +35,7 @@ export declare namespace liftedinit {
35
35
  creditAccounts(request?: _120.QueryCreditAccountsRequest): Promise<_120.QueryCreditAccountsResponse>;
36
36
  leasesBySKU(request: _120.QueryLeasesBySKURequest): Promise<_120.QueryLeasesBySKUResponse>;
37
37
  creditEstimate(request: _120.QueryCreditEstimateRequest): Promise<_120.QueryCreditEstimateResponse>;
38
+ leaseByCustomDomain(request: _120.QueryLeaseByCustomDomainRequest): Promise<_120.QueryLeaseByCustomDomainResponse>;
38
39
  };
39
40
  LCDQueryClient: typeof _257.LCDQueryClient;
40
41
  registry: ReadonlyArray<[string, import("..").TelescopeGeneratedType<any, any, any>]>;
@@ -77,6 +78,10 @@ export declare namespace liftedinit {
77
78
  typeUrl: string;
78
79
  value: Uint8Array;
79
80
  };
81
+ setItemCustomDomain(value: _121.MsgSetItemCustomDomain): {
82
+ typeUrl: string;
83
+ value: Uint8Array;
84
+ };
80
85
  };
81
86
  withTypeUrl: {
82
87
  fundCredit(value: _121.MsgFundCredit): {
@@ -115,6 +120,10 @@ export declare namespace liftedinit {
115
120
  typeUrl: string;
116
121
  value: _121.MsgUpdateParams;
117
122
  };
123
+ setItemCustomDomain(value: _121.MsgSetItemCustomDomain): {
124
+ typeUrl: string;
125
+ value: _121.MsgSetItemCustomDomain;
126
+ };
118
127
  };
119
128
  toJSON: {
120
129
  fundCredit(value: _121.MsgFundCredit): {
@@ -190,6 +199,7 @@ export declare namespace liftedinit {
190
199
  leaseUuids: string[];
191
200
  providerUuid: string;
192
201
  limit: string;
202
+ key: string;
193
203
  };
194
204
  };
195
205
  updateParams(value: _121.MsgUpdateParams): {
@@ -203,9 +213,19 @@ export declare namespace liftedinit {
203
213
  minLeaseDuration: string;
204
214
  maxPendingLeasesPerTenant: string;
205
215
  pendingTimeout: string;
216
+ reservedDomainSuffixes: string[];
206
217
  };
207
218
  };
208
219
  };
220
+ setItemCustomDomain(value: _121.MsgSetItemCustomDomain): {
221
+ typeUrl: string;
222
+ value: {
223
+ sender: string;
224
+ leaseUuid: string;
225
+ serviceName: string;
226
+ customDomain: string;
227
+ };
228
+ };
209
229
  };
210
230
  fromJSON: {
211
231
  fundCredit(value: any): {
@@ -244,6 +264,10 @@ export declare namespace liftedinit {
244
264
  typeUrl: string;
245
265
  value: _121.MsgUpdateParams;
246
266
  };
267
+ setItemCustomDomain(value: any): {
268
+ typeUrl: string;
269
+ value: _121.MsgSetItemCustomDomain;
270
+ };
247
271
  };
248
272
  fromPartial: {
249
273
  fundCredit(value: _121.MsgFundCredit): {
@@ -282,6 +306,10 @@ export declare namespace liftedinit {
282
306
  typeUrl: string;
283
307
  value: _121.MsgUpdateParams;
284
308
  };
309
+ setItemCustomDomain(value: _121.MsgSetItemCustomDomain): {
310
+ typeUrl: string;
311
+ value: _121.MsgSetItemCustomDomain;
312
+ };
285
313
  };
286
314
  };
287
315
  AminoConverter: {
@@ -330,6 +358,11 @@ export declare namespace liftedinit {
330
358
  toAmino: (message: _121.MsgUpdateParams) => _121.MsgUpdateParamsAmino;
331
359
  fromAmino: (object: _121.MsgUpdateParamsAmino) => _121.MsgUpdateParams;
332
360
  };
361
+ "/liftedinit.billing.v1.MsgSetItemCustomDomain": {
362
+ aminoType: string;
363
+ toAmino: (message: _121.MsgSetItemCustomDomain) => _121.MsgSetItemCustomDomainAmino;
364
+ fromAmino: (object: _121.MsgSetItemCustomDomainAmino) => _121.MsgSetItemCustomDomain;
365
+ };
333
366
  };
334
367
  leaseStateFromJSON(object: any): _122.LeaseState;
335
368
  leaseStateToJSON(object: _122.LeaseState): string;
@@ -393,6 +426,23 @@ export declare namespace liftedinit {
393
426
  toProto(message: _122.Lease): Uint8Array;
394
427
  toProtoMsg(message: _122.Lease): _122.LeaseProtoMsg;
395
428
  };
429
+ CustomDomainTarget: {
430
+ typeUrl: string;
431
+ is(o: any): o is _122.CustomDomainTarget;
432
+ isSDK(o: any): o is _122.CustomDomainTargetSDKType;
433
+ isAmino(o: any): o is _122.CustomDomainTargetAmino;
434
+ encode(message: _122.CustomDomainTarget, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
435
+ decode(input: import("..").BinaryReader | Uint8Array, length?: number): _122.CustomDomainTarget;
436
+ fromJSON(object: any): _122.CustomDomainTarget;
437
+ toJSON(message: _122.CustomDomainTarget): import("..").JsonSafe<_122.CustomDomainTarget>;
438
+ fromPartial<I extends import("../helpers").Exact<import("../helpers").DeepPartial<_122.CustomDomainTarget>, I>>(object: I): _122.CustomDomainTarget;
439
+ fromAmino(object: _122.CustomDomainTargetAmino): _122.CustomDomainTarget;
440
+ toAmino(message: _122.CustomDomainTarget): _122.CustomDomainTargetAmino;
441
+ fromAminoMsg(object: _122.CustomDomainTargetAminoMsg): _122.CustomDomainTarget;
442
+ fromProtoMsg(message: _122.CustomDomainTargetProtoMsg): _122.CustomDomainTarget;
443
+ toProto(message: _122.CustomDomainTarget): Uint8Array;
444
+ toProtoMsg(message: _122.CustomDomainTarget): _122.CustomDomainTargetProtoMsg;
445
+ };
396
446
  CreditAccount: {
397
447
  typeUrl: string;
398
448
  aminoType: string;
@@ -755,6 +805,42 @@ export declare namespace liftedinit {
755
805
  toProto(message: _121.MsgCancelLeaseResponse): Uint8Array;
756
806
  toProtoMsg(message: _121.MsgCancelLeaseResponse): _121.MsgCancelLeaseResponseProtoMsg;
757
807
  };
808
+ MsgSetItemCustomDomain: {
809
+ typeUrl: string;
810
+ aminoType: string;
811
+ is(o: any): o is _121.MsgSetItemCustomDomain;
812
+ isSDK(o: any): o is _121.MsgSetItemCustomDomainSDKType;
813
+ isAmino(o: any): o is _121.MsgSetItemCustomDomainAmino;
814
+ encode(message: _121.MsgSetItemCustomDomain, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
815
+ decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.MsgSetItemCustomDomain;
816
+ fromJSON(object: any): _121.MsgSetItemCustomDomain;
817
+ toJSON(message: _121.MsgSetItemCustomDomain): import("..").JsonSafe<_121.MsgSetItemCustomDomain>;
818
+ fromPartial<I extends import("../helpers").Exact<import("../helpers").DeepPartial<_121.MsgSetItemCustomDomain>, I>>(object: I): _121.MsgSetItemCustomDomain;
819
+ fromAmino(object: _121.MsgSetItemCustomDomainAmino): _121.MsgSetItemCustomDomain;
820
+ toAmino(message: _121.MsgSetItemCustomDomain): _121.MsgSetItemCustomDomainAmino;
821
+ fromAminoMsg(object: _121.MsgSetItemCustomDomainAminoMsg): _121.MsgSetItemCustomDomain;
822
+ toAminoMsg(message: _121.MsgSetItemCustomDomain): _121.MsgSetItemCustomDomainAminoMsg;
823
+ fromProtoMsg(message: _121.MsgSetItemCustomDomainProtoMsg): _121.MsgSetItemCustomDomain;
824
+ toProto(message: _121.MsgSetItemCustomDomain): Uint8Array;
825
+ toProtoMsg(message: _121.MsgSetItemCustomDomain): _121.MsgSetItemCustomDomainProtoMsg;
826
+ };
827
+ MsgSetItemCustomDomainResponse: {
828
+ typeUrl: string;
829
+ is(o: any): o is _121.MsgSetItemCustomDomainResponse;
830
+ isSDK(o: any): o is _121.MsgSetItemCustomDomainResponseSDKType;
831
+ isAmino(o: any): o is _121.MsgSetItemCustomDomainResponseAmino;
832
+ encode(_: _121.MsgSetItemCustomDomainResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
833
+ decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.MsgSetItemCustomDomainResponse;
834
+ fromJSON(_: any): _121.MsgSetItemCustomDomainResponse;
835
+ toJSON(_: _121.MsgSetItemCustomDomainResponse): import("..").JsonSafe<_121.MsgSetItemCustomDomainResponse>;
836
+ fromPartial<I extends import("../helpers").Exact<import("../helpers").DeepPartial<_121.MsgSetItemCustomDomainResponse>, I>>(_: I): _121.MsgSetItemCustomDomainResponse;
837
+ fromAmino(_: _121.MsgSetItemCustomDomainResponseAmino): _121.MsgSetItemCustomDomainResponse;
838
+ toAmino(_: _121.MsgSetItemCustomDomainResponse): _121.MsgSetItemCustomDomainResponseAmino;
839
+ fromAminoMsg(object: _121.MsgSetItemCustomDomainResponseAminoMsg): _121.MsgSetItemCustomDomainResponse;
840
+ fromProtoMsg(message: _121.MsgSetItemCustomDomainResponseProtoMsg): _121.MsgSetItemCustomDomainResponse;
841
+ toProto(message: _121.MsgSetItemCustomDomainResponse): Uint8Array;
842
+ toProtoMsg(message: _121.MsgSetItemCustomDomainResponse): _121.MsgSetItemCustomDomainResponseProtoMsg;
843
+ };
758
844
  QueryParamsRequest: {
759
845
  typeUrl: string;
760
846
  is(o: any): o is _120.QueryParamsRequest;
@@ -1163,6 +1249,40 @@ export declare namespace liftedinit {
1163
1249
  toProto(message: _120.QueryCreditEstimateResponse): Uint8Array;
1164
1250
  toProtoMsg(message: _120.QueryCreditEstimateResponse): _120.QueryCreditEstimateResponseProtoMsg;
1165
1251
  };
1252
+ QueryLeaseByCustomDomainRequest: {
1253
+ typeUrl: string;
1254
+ is(o: any): o is _120.QueryLeaseByCustomDomainRequest;
1255
+ isSDK(o: any): o is _120.QueryLeaseByCustomDomainRequestSDKType;
1256
+ isAmino(o: any): o is _120.QueryLeaseByCustomDomainRequestAmino;
1257
+ encode(message: _120.QueryLeaseByCustomDomainRequest, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
1258
+ decode(input: import("..").BinaryReader | Uint8Array, length?: number): _120.QueryLeaseByCustomDomainRequest;
1259
+ fromJSON(object: any): _120.QueryLeaseByCustomDomainRequest;
1260
+ toJSON(message: _120.QueryLeaseByCustomDomainRequest): import("..").JsonSafe<_120.QueryLeaseByCustomDomainRequest>;
1261
+ fromPartial<I extends import("../helpers").Exact<import("../helpers").DeepPartial<_120.QueryLeaseByCustomDomainRequest>, I>>(object: I): _120.QueryLeaseByCustomDomainRequest;
1262
+ fromAmino(object: _120.QueryLeaseByCustomDomainRequestAmino): _120.QueryLeaseByCustomDomainRequest;
1263
+ toAmino(message: _120.QueryLeaseByCustomDomainRequest): _120.QueryLeaseByCustomDomainRequestAmino;
1264
+ fromAminoMsg(object: _120.QueryLeaseByCustomDomainRequestAminoMsg): _120.QueryLeaseByCustomDomainRequest;
1265
+ fromProtoMsg(message: _120.QueryLeaseByCustomDomainRequestProtoMsg): _120.QueryLeaseByCustomDomainRequest;
1266
+ toProto(message: _120.QueryLeaseByCustomDomainRequest): Uint8Array;
1267
+ toProtoMsg(message: _120.QueryLeaseByCustomDomainRequest): _120.QueryLeaseByCustomDomainRequestProtoMsg;
1268
+ };
1269
+ QueryLeaseByCustomDomainResponse: {
1270
+ typeUrl: string;
1271
+ is(o: any): o is _120.QueryLeaseByCustomDomainResponse;
1272
+ isSDK(o: any): o is _120.QueryLeaseByCustomDomainResponseSDKType;
1273
+ isAmino(o: any): o is _120.QueryLeaseByCustomDomainResponseAmino;
1274
+ encode(message: _120.QueryLeaseByCustomDomainResponse, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
1275
+ decode(input: import("..").BinaryReader | Uint8Array, length?: number): _120.QueryLeaseByCustomDomainResponse;
1276
+ fromJSON(object: any): _120.QueryLeaseByCustomDomainResponse;
1277
+ toJSON(message: _120.QueryLeaseByCustomDomainResponse): import("..").JsonSafe<_120.QueryLeaseByCustomDomainResponse>;
1278
+ fromPartial<I extends import("../helpers").Exact<import("../helpers").DeepPartial<_120.QueryLeaseByCustomDomainResponse>, I>>(object: I): _120.QueryLeaseByCustomDomainResponse;
1279
+ fromAmino(object: _120.QueryLeaseByCustomDomainResponseAmino): _120.QueryLeaseByCustomDomainResponse;
1280
+ toAmino(message: _120.QueryLeaseByCustomDomainResponse): _120.QueryLeaseByCustomDomainResponseAmino;
1281
+ fromAminoMsg(object: _120.QueryLeaseByCustomDomainResponseAminoMsg): _120.QueryLeaseByCustomDomainResponse;
1282
+ fromProtoMsg(message: _120.QueryLeaseByCustomDomainResponseProtoMsg): _120.QueryLeaseByCustomDomainResponse;
1283
+ toProto(message: _120.QueryLeaseByCustomDomainResponse): Uint8Array;
1284
+ toProtoMsg(message: _120.QueryLeaseByCustomDomainResponse): _120.QueryLeaseByCustomDomainResponseProtoMsg;
1285
+ };
1166
1286
  GenesisState: {
1167
1287
  typeUrl: string;
1168
1288
  aminoType: string;
@@ -2522,6 +2642,7 @@ export declare namespace liftedinit {
2522
2642
  creditAccounts(request?: _120.QueryCreditAccountsRequest): Promise<_120.QueryCreditAccountsResponse>;
2523
2643
  leasesBySKU(request: _120.QueryLeasesBySKURequest): Promise<_120.QueryLeasesBySKUResponse>;
2524
2644
  creditEstimate(request: _120.QueryCreditEstimateRequest): Promise<_120.QueryCreditEstimateResponse>;
2645
+ leaseByCustomDomain(request: _120.QueryLeaseByCustomDomainRequest): Promise<_120.QueryLeaseByCustomDomainResponse>;
2525
2646
  };
2526
2647
  };
2527
2648
  manifest: {
@@ -93,6 +93,11 @@ export declare const liftedinitAminoConverters: {
93
93
  toAmino: (message: import("./billing/v1/tx").MsgUpdateParams) => import("./billing/v1/tx").MsgUpdateParamsAmino;
94
94
  fromAmino: (object: import("./billing/v1/tx").MsgUpdateParamsAmino) => import("./billing/v1/tx").MsgUpdateParams;
95
95
  };
96
+ "/liftedinit.billing.v1.MsgSetItemCustomDomain": {
97
+ aminoType: string;
98
+ toAmino: (message: import("./billing/v1/tx").MsgSetItemCustomDomain) => import("./billing/v1/tx").MsgSetItemCustomDomainAmino;
99
+ fromAmino: (object: import("./billing/v1/tx").MsgSetItemCustomDomainAmino) => import("./billing/v1/tx").MsgSetItemCustomDomain;
100
+ };
96
101
  };
97
102
  export declare const liftedinitProtoRegistry: ReadonlyArray<[string, GeneratedType]>;
98
103
  export declare const getSigningLiftedinitClientOptions: ({ defaultTypes }?: {
@@ -199,6 +199,7 @@ export declare const createRPCQueryClient: ({ rpcEndpoint }: {
199
199
  creditAccounts(request?: import("./billing/v1/query").QueryCreditAccountsRequest): Promise<import("./billing/v1/query").QueryCreditAccountsResponse>;
200
200
  leasesBySKU(request: import("./billing/v1/query").QueryLeasesBySKURequest): Promise<import("./billing/v1/query").QueryLeasesBySKUResponse>;
201
201
  creditEstimate(request: import("./billing/v1/query").QueryCreditEstimateRequest): Promise<import("./billing/v1/query").QueryCreditEstimateResponse>;
202
+ leaseByCustomDomain(request: import("./billing/v1/query").QueryLeaseByCustomDomainRequest): Promise<import("./billing/v1/query").QueryLeaseByCustomDomainResponse>;
202
203
  };
203
204
  };
204
205
  manifest: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manifest-network/manifestjs",
3
- "version": "2.3.0",
3
+ "version": "3.0.0",
4
4
  "description": "Javascript library for interacting with Manifest",
5
5
  "author": "Manifest Network <hello@manifest.network>",
6
6
  "homepage": "https://github.com/manifest-network/manifestjs#readme",
@@ -25,7 +25,6 @@
25
25
  "build": "npm run clean && npm run build:cjs && npm run build:mjs && npm run build:rename",
26
26
  "codegen": "node scripts/codegen.js",
27
27
  "prepare": "npm run build",
28
- "lint": "eslint 'src/**/*.{js,ts,jsx,tsx}' --fix",
29
28
  "test": "jest",
30
29
  "test:watch": "jest --watch",
31
30
  "test:debug": "node --inspect node_modules/.bin/jest --runInBand",