@xyo-network/diviner-address-history-model 2.84.19 → 2.85.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.
@@ -3,6 +3,7 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
6
7
  var __export = (target, all) => {
7
8
  for (var name in all)
8
9
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -31,8 +32,8 @@ module.exports = __toCommonJS(src_exports);
31
32
  // src/Diviner.ts
32
33
  var AddressHistorySchema = "network.xyo.diviner.address.history";
33
34
  var AddressHistoryQuerySchema = "network.xyo.diviner.address.history.query";
34
- var isAddressHistoryPayload = (x) => x?.schema === AddressHistorySchema;
35
- var isAddressHistoryQueryPayload = (x) => x?.schema === AddressHistoryQuerySchema;
35
+ var isAddressHistoryPayload = /* @__PURE__ */ __name((x) => x?.schema === AddressHistorySchema, "isAddressHistoryPayload");
36
+ var isAddressHistoryQueryPayload = /* @__PURE__ */ __name((x) => x?.schema === AddressHistoryQuerySchema, "isAddressHistoryQueryPayload");
36
37
 
37
38
  // src/Config.ts
38
39
  var AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './Diviner'\nexport * from './Params'\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACGO,IAAM,uBAA6C;AAGnD,IAAM,4BAAuD;AAG7D,IAAM,0BAA0B,CAAC,MAAmD,GAAG,WAAW;AAGlG,IAAM,+BAA+B,CAAC,MAAwD,GAAG,WAAW;;;ACP5G,IAAM,oCAAuE,GAAG,oBAAoB;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './Diviner'\nexport * from './Params'\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,MAAmDA,GAAGC,WAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,MAAwDA,GAAGC,WAAWH,2BAAvE;;;ACPrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
@@ -1,8 +1,11 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+
1
4
  // src/Diviner.ts
2
5
  var AddressHistorySchema = "network.xyo.diviner.address.history";
3
6
  var AddressHistoryQuerySchema = "network.xyo.diviner.address.history.query";
4
- var isAddressHistoryPayload = (x) => x?.schema === AddressHistorySchema;
5
- var isAddressHistoryQueryPayload = (x) => x?.schema === AddressHistoryQuerySchema;
7
+ var isAddressHistoryPayload = /* @__PURE__ */ __name((x) => x?.schema === AddressHistorySchema, "isAddressHistoryPayload");
8
+ var isAddressHistoryQueryPayload = /* @__PURE__ */ __name((x) => x?.schema === AddressHistoryQuerySchema, "isAddressHistoryQueryPayload");
6
9
 
7
10
  // src/Config.ts
8
11
  var AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";AAGO,IAAM,uBAA6C;AAGnD,IAAM,4BAAuD;AAG7D,IAAM,0BAA0B,CAAC,MAAmD,GAAG,WAAW;AAGlG,IAAM,+BAA+B,CAAC,MAAwD,GAAG,WAAW;;;ACP5G,IAAM,oCAAuE,GAAG,oBAAoB;","names":[]}
1
+ {"version":3,"sources":["../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;AAGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,MAAmDA,GAAGC,WAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,MAAwDA,GAAGC,WAAWH,2BAAvE;;;ACPrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
@@ -3,6 +3,7 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
6
7
  var __export = (target, all) => {
7
8
  for (var name in all)
8
9
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -31,8 +32,8 @@ module.exports = __toCommonJS(src_exports);
31
32
  // src/Diviner.ts
32
33
  var AddressHistorySchema = "network.xyo.diviner.address.history";
33
34
  var AddressHistoryQuerySchema = "network.xyo.diviner.address.history.query";
34
- var isAddressHistoryPayload = (x) => (x == null ? void 0 : x.schema) === AddressHistorySchema;
35
- var isAddressHistoryQueryPayload = (x) => (x == null ? void 0 : x.schema) === AddressHistoryQuerySchema;
35
+ var isAddressHistoryPayload = /* @__PURE__ */ __name((x) => (x == null ? void 0 : x.schema) === AddressHistorySchema, "isAddressHistoryPayload");
36
+ var isAddressHistoryQueryPayload = /* @__PURE__ */ __name((x) => (x == null ? void 0 : x.schema) === AddressHistoryQuerySchema, "isAddressHistoryQueryPayload");
36
37
 
37
38
  // src/Config.ts
38
39
  var AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './Diviner'\nexport * from './Params'\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACGO,IAAM,uBAA6C;AAGnD,IAAM,4BAAuD;AAG7D,IAAM,0BAA0B,CAAC,OAAmD,uBAAG,YAAW;AAGlG,IAAM,+BAA+B,CAAC,OAAwD,uBAAG,YAAW;;;ACP5G,IAAM,oCAAuE,GAAG,oBAAoB;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config'\nexport * from './Diviner'\nexport * from './Params'\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,OAAmDA,uBAAGC,YAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,OAAwDA,uBAAGC,YAAWH,2BAAvE;;;ACPrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
@@ -1,8 +1,11 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+
1
4
  // src/Diviner.ts
2
5
  var AddressHistorySchema = "network.xyo.diviner.address.history";
3
6
  var AddressHistoryQuerySchema = "network.xyo.diviner.address.history.query";
4
- var isAddressHistoryPayload = (x) => (x == null ? void 0 : x.schema) === AddressHistorySchema;
5
- var isAddressHistoryQueryPayload = (x) => (x == null ? void 0 : x.schema) === AddressHistoryQuerySchema;
7
+ var isAddressHistoryPayload = /* @__PURE__ */ __name((x) => (x == null ? void 0 : x.schema) === AddressHistorySchema, "isAddressHistoryPayload");
8
+ var isAddressHistoryQueryPayload = /* @__PURE__ */ __name((x) => (x == null ? void 0 : x.schema) === AddressHistoryQuerySchema, "isAddressHistoryQueryPayload");
6
9
 
7
10
  // src/Config.ts
8
11
  var AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";AAGO,IAAM,uBAA6C;AAGnD,IAAM,4BAAuD;AAG7D,IAAM,0BAA0B,CAAC,OAAmD,uBAAG,YAAW;AAGlG,IAAM,+BAA+B,CAAC,OAAwD,uBAAG,YAAW;;;ACP5G,IAAM,oCAAuE,GAAG,oBAAoB;","names":[]}
1
+ {"version":3,"sources":["../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: string\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;AAGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,OAAmDA,uBAAGC,YAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,OAAwDA,uBAAGC,YAAWH,2BAAvE;;;ACPrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
package/package.json CHANGED
@@ -10,9 +10,9 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/diviner-model": "~2.84.19",
14
- "@xyo-network/module-model": "~2.84.19",
15
- "@xyo-network/payload-model": "~2.84.19"
13
+ "@xyo-network/diviner-model": "~2.85.0",
14
+ "@xyo-network/module-model": "~2.85.0",
15
+ "@xyo-network/payload-model": "~2.85.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@xylabs/ts-scripts-yarn3": "^3.2.25",
@@ -58,6 +58,6 @@
58
58
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
59
59
  },
60
60
  "sideEffects": false,
61
- "version": "2.84.19",
61
+ "version": "2.85.0",
62
62
  "type": "module"
63
63
  }