@sudoplatform/sudo-common 8.3.0 → 8.3.1

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/cjs/index.js CHANGED
@@ -11,4 +11,5 @@ tslib_1.__exportStar(require("./utils/stream"), exports);
11
11
  tslib_1.__exportStar(require("./errors/error"), exports);
12
12
  tslib_1.__exportStar(require("./logging/logger"), exports);
13
13
  tslib_1.__exportStar(require("./types/types"), exports);
14
+ tslib_1.__exportStar(require("./logging/bunyanLogger"), exports);
14
15
  //# sourceMappingURL=index.js.map
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,6FAAkE;AAClE,2DAAgC;AAChC,2DAAgC;AAChC,yDAA8B;AAC9B,yDAA8B;AAC9B,uDAA4B;AAC5B,yDAA8B;AAC9B,yDAA8B;AAC9B,2DAAgC;AAChC,wDAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,6FAAkE;AAClE,2DAAgC;AAChC,2DAAgC;AAChC,yDAA8B;AAC9B,yDAA8B;AAC9B,uDAA4B;AAC5B,yDAA8B;AAC9B,yDAA8B;AAC9B,2DAAgC;AAChC,wDAA6B;AAC7B,iEAAsC"}
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createBunyanLogger = exports.getLogLevel = void 0;
3
+ exports.createBunyanLogger = exports.getLogLevel = exports.Level = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const browser_bunyan_1 = require("browser-bunyan");
6
6
  const console_plain_stream_1 = require("@browser-bunyan/console-plain-stream");
7
7
  const t = tslib_1.__importStar(require("io-ts"));
8
8
  const pipeable_1 = require("fp-ts/lib/pipeable");
9
9
  const Either_1 = require("fp-ts/lib/Either");
10
- const Level = t.union([
10
+ exports.Level = t.union([
11
11
  t.literal('trace'),
12
12
  t.literal('debug'),
13
13
  t.literal('info'),
@@ -19,7 +19,7 @@ function getLogLevel(level) {
19
19
  if (!level) {
20
20
  return undefined;
21
21
  }
22
- return (0, pipeable_1.pipe)(Level.decode(level), (0, Either_1.fold)(() => undefined, (v) => v));
22
+ return (0, pipeable_1.pipe)(exports.Level.decode(level), (0, Either_1.fold)(() => undefined, (v) => v));
23
23
  }
24
24
  exports.getLogLevel = getLogLevel;
25
25
  function createBunyanLogger(identifier, logLevel) {
@@ -1 +1 @@
1
- {"version":3,"file":"bunyanLogger.js","sourceRoot":"","sources":["../../src/logging/bunyanLogger.ts"],"names":[],"mappings":";;;;AAAA,mDAA6D;AAC7D,+EAAyE;AACzE,iDAA0B;AAC1B,iDAAyC;AACzC,6CAAuC;AAEvC,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;IACpB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACjB,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACjB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;CACnB,CAAC,CAAA;AAIF,SAAgB,WAAW,CAAC,KAAyB;IACnD,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,SAAS,CAAA;KACjB;IAED,OAAO,IAAA,eAAI,EACT,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,EACnB,IAAA,aAAI,EACF,GAAG,EAAE,CAAC,SAAS,EACf,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CACT,CACF,CAAA;AACH,CAAC;AAZD,kCAYC;AAED,SAAgB,kBAAkB,CAChC,UAAmB,EACnB,QAAiB;IAEjB,MAAM,KAAK,GACT,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,MAAM,CAAA;IACvE,MAAM,GAAG,GAAG,IAAA,6BAAY,EAAC;QACvB,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC,YAAY,IAAI,UAAU,IAAI,YAAY;QAC5D,KAAK;QACL,WAAW,EAAE,+BAAc;QAC3B,MAAM,EAAE,IAAI,yCAAkB,EAAE;KACjC,CAAC,CAAA;IACF,OAAO,GAAG,CAAA;AACZ,CAAC;AAbD,gDAaC"}
1
+ {"version":3,"file":"bunyanLogger.js","sourceRoot":"","sources":["../../src/logging/bunyanLogger.ts"],"names":[],"mappings":";;;;AAAA,mDAA6D;AAC7D,+EAAyE;AACzE,iDAA0B;AAC1B,iDAAyC;AACzC,6CAAuC;AAE1B,QAAA,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;IAC3B,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACjB,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACjB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;CACnB,CAAC,CAAA;AAIF,SAAgB,WAAW,CAAC,KAAyB;IACnD,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,SAAS,CAAA;KACjB;IAED,OAAO,IAAA,eAAI,EACT,aAAK,CAAC,MAAM,CAAC,KAAK,CAAC,EACnB,IAAA,aAAI,EACF,GAAG,EAAE,CAAC,SAAS,EACf,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CACT,CACF,CAAA;AACH,CAAC;AAZD,kCAYC;AAED,SAAgB,kBAAkB,CAChC,UAAmB,EACnB,QAAiB;IAEjB,MAAM,KAAK,GACT,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,MAAM,CAAA;IACvE,MAAM,GAAG,GAAG,IAAA,6BAAY,EAAC;QACvB,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC,YAAY,IAAI,UAAU,IAAI,YAAY;QAC5D,KAAK;QACL,WAAW,EAAE,+BAAc;QAC3B,MAAM,EAAE,IAAI,yCAAkB,EAAE;KACjC,CAAC,CAAA;IACF,OAAO,GAAG,CAAA;AACZ,CAAC;AAbD,gDAaC"}
package/lib/index.js CHANGED
@@ -8,4 +8,5 @@ export * from './utils/stream';
8
8
  export * from './errors/error';
9
9
  export * from './logging/logger';
10
10
  export * from './types/types';
11
+ export * from './logging/bunyanLogger';
11
12
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oDAAoD,CAAA;AAClE,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oDAAoD,CAAA;AAClE,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,wBAAwB,CAAA"}
@@ -3,7 +3,7 @@ import { ConsolePlainStream } from '@browser-bunyan/console-plain-stream';
3
3
  import * as t from 'io-ts';
4
4
  import { pipe } from 'fp-ts/lib/pipeable';
5
5
  import { fold } from 'fp-ts/lib/Either';
6
- const Level = t.union([
6
+ export const Level = t.union([
7
7
  t.literal('trace'),
8
8
  t.literal('debug'),
9
9
  t.literal('info'),
@@ -1 +1 @@
1
- {"version":3,"file":"bunyanLogger.js","sourceRoot":"","sources":["../../src/logging/bunyanLogger.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAA;AACzE,OAAO,KAAK,CAAC,MAAM,OAAO,CAAA;AAC1B,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAEvC,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;IACpB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACjB,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACjB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;CACnB,CAAC,CAAA;AAIF,MAAM,UAAU,WAAW,CAAC,KAAyB;IACnD,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,SAAS,CAAA;KACjB;IAED,OAAO,IAAI,CACT,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,EACnB,IAAI,CACF,GAAG,EAAE,CAAC,SAAS,EACf,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CACT,CACF,CAAA;AACH,CAAC;AAED,MAAM,UAAU,kBAAkB,CAChC,UAAmB,EACnB,QAAiB;IAEjB,MAAM,KAAK,GACT,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,MAAM,CAAA;IACvE,MAAM,GAAG,GAAG,YAAY,CAAC;QACvB,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC,YAAY,IAAI,UAAU,IAAI,YAAY;QAC5D,KAAK;QACL,WAAW,EAAE,cAAc;QAC3B,MAAM,EAAE,IAAI,kBAAkB,EAAE;KACjC,CAAC,CAAA;IACF,OAAO,GAAG,CAAA;AACZ,CAAC"}
1
+ {"version":3,"file":"bunyanLogger.js","sourceRoot":"","sources":["../../src/logging/bunyanLogger.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAA;AACzE,OAAO,KAAK,CAAC,MAAM,OAAO,CAAA;AAC1B,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAA;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAEvC,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;IAC3B,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACjB,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACjB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IAClB,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;CACnB,CAAC,CAAA;AAIF,MAAM,UAAU,WAAW,CAAC,KAAyB;IACnD,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,SAAS,CAAA;KACjB;IAED,OAAO,IAAI,CACT,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,EACnB,IAAI,CACF,GAAG,EAAE,CAAC,SAAS,EACf,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CACT,CACF,CAAA;AACH,CAAC;AAED,MAAM,UAAU,kBAAkB,CAChC,UAAmB,EACnB,QAAiB;IAEjB,MAAM,KAAK,GACT,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,MAAM,CAAA;IACvE,MAAM,GAAG,GAAG,YAAY,CAAC;QACvB,IAAI,EAAE,OAAO,CAAC,GAAG,CAAC,YAAY,IAAI,UAAU,IAAI,YAAY;QAC5D,KAAK;QACL,WAAW,EAAE,cAAc;QAC3B,MAAM,EAAE,IAAI,kBAAkB,EAAE;KACjC,CAAC,CAAA;IACF,OAAO,GAAG,CAAA;AACZ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudoplatform/sudo-common",
3
- "version": "8.3.0",
3
+ "version": "8.3.1",
4
4
  "author": "Anonyome Labs, Inc.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,46 +50,47 @@
50
50
  ],
51
51
  "resolutions": {
52
52
  "**/apollo-cache-inmemory": "^1.6.6",
53
- "**/apollo-client": "^2.6.10"
53
+ "**/apollo-client": "^2.6.10",
54
+ "json5": "^1.0.2"
54
55
  },
55
56
  "dependencies": {
56
- "@aws-sdk/client-s3": "^3.194.0",
57
+ "@aws-sdk/client-s3": "3.272.0",
57
58
  "apollo-client": "^2.6.10",
58
59
  "browser-bunyan": "^1.8.0",
59
60
  "fflate": "^0.7.4",
60
61
  "graphql": "^15.8.0",
61
- "tslib": "^2.4.0"
62
+ "tslib": "^2.5.0"
62
63
  },
63
64
  "peerDependencies": {
64
65
  "io-ts": "^2.2.16"
65
66
  },
66
67
  "devDependencies": {
67
68
  "@types/jest": "^27.5.2",
68
- "@types/node": "^16.18.0",
69
- "@typescript-eslint/eslint-plugin": "^5.40.1",
70
- "@typescript-eslint/parser": "^5.40.1",
69
+ "@types/node": "^16.18.12",
70
+ "@typescript-eslint/eslint-plugin": "^5.52.0",
71
+ "@typescript-eslint/parser": "^5.52.0",
71
72
  "aws-sdk-mock": "^5.8.0",
72
- "concurrently": "^7.5.0",
73
- "eslint": "^8.26.0",
74
- "eslint-config-prettier": "^8.5.0",
75
- "eslint-plugin-import": "^2.26.0",
73
+ "concurrently": "^7.6.0",
74
+ "eslint": "^8.34.0",
75
+ "eslint-config-prettier": "^8.6.0",
76
+ "eslint-plugin-import": "^2.27.5",
76
77
  "eslint-plugin-prettier": "^4.2.1",
77
78
  "eslint-plugin-tree-shaking": "^1.10.0",
78
79
  "fp-ts": "^2.13.1",
79
- "io-ts": "^2.2.19",
80
+ "io-ts": "^2.2.20",
80
81
  "io-ts-types": "^0.5.19",
81
82
  "isomorphic-fetch": "^3.0.0",
82
83
  "isomorphic-webcrypto": "^2.3.8",
83
84
  "jest": "^27.5.1",
84
85
  "monocle-ts": "^2.3.13",
85
86
  "newtype-ts": "^0.3.5",
86
- "prettier": "^2.7.1",
87
+ "prettier": "^2.8.4",
87
88
  "rimraf": "^3.0.2",
88
89
  "ts-jest": "^27.1.5",
89
90
  "ts-mockito": "^2.6.1",
90
91
  "ts-node": "^10.9.1",
91
- "typedoc": "^0.23.18",
92
- "typescript": "^4.8.4"
92
+ "typedoc": "^0.23.25",
93
+ "typescript": "^4.9.5"
93
94
  },
94
95
  "outdatedSuppressions": {
95
96
  "major": {
@@ -1,10 +1,10 @@
1
1
  import { GraphQLError } from 'graphql';
2
2
  import { JsonValue } from '../types/types';
3
- export declare type AppSyncError = GraphQLError & {
3
+ export type AppSyncError = GraphQLError & {
4
4
  errorType?: string | null;
5
5
  errorInfo?: unknown;
6
6
  };
7
- export declare type AppSyncNetworkError = Error & {
7
+ export type AppSyncNetworkError = Error & {
8
8
  networkError: Error & {
9
9
  statusCode?: number;
10
10
  };
package/types/index.d.ts CHANGED
@@ -8,3 +8,4 @@ export * from './utils/stream';
8
8
  export * from './errors/error';
9
9
  export * from './logging/logger';
10
10
  export * from './types/types';
11
+ export * from './logging/bunyanLogger';
@@ -1,8 +1,7 @@
1
1
  import { createLogger } from 'browser-bunyan';
2
2
  import * as t from 'io-ts';
3
- declare const Level: t.UnionC<[t.LiteralC<"trace">, t.LiteralC<"debug">, t.LiteralC<"info">, t.LiteralC<"warn">, t.LiteralC<"error">, t.LiteralC<"fatal">]>;
4
- declare type Level = t.TypeOf<typeof Level>;
3
+ export declare const Level: t.UnionC<[t.LiteralC<"trace">, t.LiteralC<"debug">, t.LiteralC<"info">, t.LiteralC<"warn">, t.LiteralC<"error">, t.LiteralC<"fatal">]>;
4
+ export type Level = t.TypeOf<typeof Level>;
5
5
  export declare function getLogLevel(level: string | undefined): Level | undefined;
6
6
  export declare function createBunyanLogger(identifier?: string, logLevel?: string): BunyanLogger;
7
- export declare type BunyanLogger = ReturnType<typeof createLogger>;
8
- export {};
7
+ export type BunyanLogger = ReturnType<typeof createLogger>;
@@ -26,13 +26,13 @@ export declare const InsecureKeyArchiveCodec: t.TypeC<{
26
26
  */
27
27
  MetaInfo: t.RecordC<t.StringC, t.StringC>;
28
28
  }>;
29
- export declare type InsecureKeyArchive = t.TypeOf<typeof InsecureKeyArchiveCodec>;
29
+ export type InsecureKeyArchive = t.TypeOf<typeof InsecureKeyArchiveCodec>;
30
30
  export declare const SecureKeyArchiveType = "Secure";
31
31
  export declare const UnrecognizedKeyArchiveCodec: t.PartialC<{
32
32
  Version: t.NumberC;
33
33
  Type: t.StringC;
34
34
  }>;
35
- export declare type UnrecognizedKeyArchive = t.TypeOf<typeof UnrecognizedKeyArchiveCodec>;
35
+ export type UnrecognizedKeyArchive = t.TypeOf<typeof UnrecognizedKeyArchiveCodec>;
36
36
  export declare const SecureKeyArchiveCodec: t.TypeC<{
37
37
  /**
38
38
  * Discriminant for SecureKeyArchive type.
@@ -68,7 +68,7 @@ export declare const SecureKeyArchiveCodec: t.TypeC<{
68
68
  */
69
69
  MetaInfo: t.RecordC<t.StringC, t.StringC>;
70
70
  }>;
71
- export declare type SecureKeyArchive = t.TypeOf<typeof SecureKeyArchiveCodec>;
71
+ export type SecureKeyArchive = t.TypeOf<typeof SecureKeyArchiveCodec>;
72
72
  export declare const KeyArchiveCodec: t.UnionC<[t.TypeC<{
73
73
  /**
74
74
  * Discriminant for SecureKeyArchive type.
@@ -131,7 +131,7 @@ export declare const KeyArchiveCodec: t.UnionC<[t.TypeC<{
131
131
  Version: t.NumberC;
132
132
  Type: t.StringC;
133
133
  }>]>;
134
- export declare type KeyArchive = t.TypeOf<typeof KeyArchiveCodec>;
134
+ export type KeyArchive = t.TypeOf<typeof KeyArchiveCodec>;
135
135
  export declare function isSecureKeyArchive(keyArchive: KeyArchive): keyArchive is SecureKeyArchive;
136
136
  export declare function isInsecureKeyArchive(keyArchive: KeyArchive): keyArchive is InsecureKeyArchive;
137
137
  export declare function isUnrecognizedKeyArchive(keyArchive: KeyArchive): keyArchive is UnrecognizedKeyArchive;
@@ -38,4 +38,4 @@ export declare const KeyArchiveKeyInfoArrayCodec: t.ArrayC<t.TypeC<{
38
38
  * Whether restored key should be exportable. Always true on archive.
39
39
  * For future use on unarchive.
40
40
  */
41
- export declare type KeyArchiveKeyInfo = t.TypeOf<typeof KeyArchiveKeyInfoCodec>;
41
+ export type KeyArchiveKeyInfo = t.TypeOf<typeof KeyArchiveKeyInfoCodec>;
@@ -80,7 +80,7 @@ export interface SudoKeyArchive {
80
80
  /** @return the meta-information associated with this archive in an unmodifiable map. */
81
81
  getMetaInfo(): ReadonlyMap<string, string>;
82
82
  }
83
- export declare type KeyArchiveKeyInfoDecoded = KeyArchiveKeyInfo & {
83
+ export type KeyArchiveKeyInfoDecoded = KeyArchiveKeyInfo & {
84
84
  Decoded: ArrayBuffer;
85
85
  };
86
86
  export declare class DefaultSudoKeyArchive implements SudoKeyArchive {
@@ -50,7 +50,7 @@ export declare enum EncryptionAlgorithm {
50
50
  export declare enum SignatureAlgorithm {
51
51
  RsaPkcs15Sha256 = "RSA/SSAPKCS15withSHA-256"
52
52
  }
53
- export declare type Subset<T, S> = Pick<T, keyof T & keyof S>;
53
+ export type Subset<T, S> = Pick<T, keyof T & keyof S>;
54
54
  /**
55
55
  * Status of the list operation result.
56
56
  */
@@ -120,11 +120,11 @@ export interface ListOperationPartialResult<T, S extends Subset<S, T>> {
120
120
  * S is a subset of T's properties that won't be present if the
121
121
  * additional processing after the item has been fetched fails.
122
122
  */
123
- export declare type ListOperationResult<T, S extends Subset<S, T> = T> = ListOperationSuccessResult<T> | ListOperationFailureResult | ListOperationPartialResult<T, S>;
123
+ export type ListOperationResult<T, S extends Subset<S, T> = T> = ListOperationSuccessResult<T> | ListOperationFailureResult | ListOperationPartialResult<T, S>;
124
124
  /**
125
125
  * Representation of opaque of application defined JSON data values
126
126
  * as used and returned by Sudo Platform SDKs.
127
127
  */
128
- export declare type JsonValue = null | boolean | number | string | Array<JsonValue> | {
128
+ export type JsonValue = null | boolean | number | string | Array<JsonValue> | {
129
129
  [key: string]: JsonValue;
130
130
  };