@xyo-network/module-model 2.55.4 → 2.56.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.
@@ -0,0 +1,2 @@
1
+ export const ModulePreviousHashQuerySchema = 'network.xyo.query.module.account.hash.previous';
2
+ //# sourceMappingURL=PreviousHash.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHash.js","sourceRoot":"","sources":["../../../src/Queries/PreviousHash.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,6BAA6B,GAAkC,gDAAgD,CAAA"}
@@ -1,3 +1,4 @@
1
1
  export * from './Discover';
2
+ export * from './PreviousHash';
2
3
  export * from './Subscribe';
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/Queries/index.ts"],"names":[],"mappings":"AAIA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/Queries/index.ts"],"names":[],"mappings":"AAKA,cAAc,YAAY,CAAA;AAC1B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { Query } from '../Query';
2
+ export type ModulePreviousHashQuerySchema = 'network.xyo.query.module.account.hash.previous';
3
+ export declare const ModulePreviousHashQuerySchema: ModulePreviousHashQuerySchema;
4
+ export type ModulePreviousHashQuery = Query<{
5
+ schema: ModulePreviousHashQuerySchema;
6
+ }>;
7
+ //# sourceMappingURL=PreviousHash.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHash.d.ts","sourceRoot":"","sources":["../../../src/Queries/PreviousHash.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAEhC,MAAM,MAAM,6BAA6B,GAAG,gDAAgD,CAAA;AAC5F,eAAO,MAAM,6BAA6B,EAAE,6BAAgF,CAAA;AAE5H,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC;IAC1C,MAAM,EAAE,6BAA6B,CAAA;CACtC,CAAC,CAAA"}
@@ -1,8 +1,10 @@
1
1
  import { Query } from '../Query';
2
2
  import { ModuleDiscoverQuery } from './Discover';
3
+ import { ModulePreviousHashQuery } from './PreviousHash';
3
4
  import { ModuleSubscribeQuery } from './Subscribe';
4
5
  export * from './Discover';
6
+ export * from './PreviousHash';
5
7
  export * from './Subscribe';
6
- export type ModuleQueryBase = ModuleSubscribeQuery | ModuleDiscoverQuery;
8
+ export type ModuleQueryBase = ModuleDiscoverQuery | ModulePreviousHashQuery | ModuleSubscribeQuery;
7
9
  export type ModuleQuery<T extends Query | void = void> = T extends Query ? ModuleQueryBase | T : ModuleQueryBase;
8
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Queries/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAChC,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAElD,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA;AAE3B,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAAG,mBAAmB,CAAA;AAExE,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,KAAK,GAAG,IAAI,GAAG,IAAI,IAAI,CAAC,SAAS,KAAK,GAAG,eAAe,GAAG,CAAC,GAAG,eAAe,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Queries/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAChC,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAA;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAElD,cAAc,YAAY,CAAA;AAC1B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA;AAE3B,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG,uBAAuB,GAAG,oBAAoB,CAAA;AAElG,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,KAAK,GAAG,IAAI,GAAG,IAAI,IAAI,CAAC,SAAS,KAAK,GAAG,eAAe,GAAG,CAAC,GAAG,eAAe,CAAA"}
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/account-model": "^2.55.4",
14
- "@xyo-network/boundwitness-model": "^2.55.4",
15
- "@xyo-network/core": "^2.55.4",
16
- "@xyo-network/module-events": "^2.55.4",
17
- "@xyo-network/payload-model": "^2.55.4",
18
- "@xyo-network/promise": "^2.55.4",
19
- "@xyo-network/wallet-model": "^2.55.4"
13
+ "@xyo-network/account-model": "^2.56.0",
14
+ "@xyo-network/boundwitness-model": "^2.56.0",
15
+ "@xyo-network/core": "^2.56.0",
16
+ "@xyo-network/module-events": "^2.56.0",
17
+ "@xyo-network/payload-model": "^2.56.0",
18
+ "@xyo-network/promise": "^2.56.0",
19
+ "@xyo-network/wallet-model": "^2.56.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/ts-scripts-yarn3": "^2.16.5",
@@ -56,5 +56,5 @@
56
56
  },
57
57
  "sideEffects": false,
58
58
  "types": "dist/types/index.d.ts",
59
- "version": "2.55.4"
59
+ "version": "2.56.0"
60
60
  }
@@ -0,0 +1,8 @@
1
+ import { Query } from '../Query'
2
+
3
+ export type ModulePreviousHashQuerySchema = 'network.xyo.query.module.account.hash.previous'
4
+ export const ModulePreviousHashQuerySchema: ModulePreviousHashQuerySchema = 'network.xyo.query.module.account.hash.previous'
5
+
6
+ export type ModulePreviousHashQuery = Query<{
7
+ schema: ModulePreviousHashQuerySchema
8
+ }>
@@ -1,10 +1,12 @@
1
1
  import { Query } from '../Query'
2
2
  import { ModuleDiscoverQuery } from './Discover'
3
+ import { ModulePreviousHashQuery } from './PreviousHash'
3
4
  import { ModuleSubscribeQuery } from './Subscribe'
4
5
 
5
6
  export * from './Discover'
7
+ export * from './PreviousHash'
6
8
  export * from './Subscribe'
7
9
 
8
- export type ModuleQueryBase = ModuleSubscribeQuery | ModuleDiscoverQuery
10
+ export type ModuleQueryBase = ModuleDiscoverQuery | ModulePreviousHashQuery | ModuleSubscribeQuery
9
11
 
10
12
  export type ModuleQuery<T extends Query | void = void> = T extends Query ? ModuleQueryBase | T : ModuleQueryBase