@xyo-network/bridge-model 2.72.7 → 2.72.8

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.
@@ -17,6 +17,7 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
17
17
  } | undefined;
18
18
  readonly sign?: boolean | undefined;
19
19
  readonly storeQueries?: boolean | undefined;
20
+ readonly timestamp?: boolean | undefined;
20
21
  } & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
21
22
  accountDerivationPath?: string | undefined;
22
23
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
@@ -32,6 +33,7 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
32
33
  } | undefined;
33
34
  readonly sign?: boolean | undefined;
34
35
  readonly storeQueries?: boolean | undefined;
36
+ readonly timestamp?: boolean | undefined;
35
37
  } & Omit<{
36
38
  discoverCache?: true | import("./Config").CacheConfig | undefined;
37
39
  schema: "network.xyo.bridge.config";
@@ -63,6 +65,7 @@ export declare const asBridgeModule: {
63
65
  } | undefined;
64
66
  readonly sign?: boolean | undefined;
65
67
  readonly storeQueries?: boolean | undefined;
68
+ readonly timestamp?: boolean | undefined;
66
69
  } & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
67
70
  accountDerivationPath?: string | undefined;
68
71
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
@@ -78,6 +81,7 @@ export declare const asBridgeModule: {
78
81
  } | undefined;
79
82
  readonly sign?: boolean | undefined;
80
83
  readonly storeQueries?: boolean | undefined;
84
+ readonly timestamp?: boolean | undefined;
81
85
  } & Omit<{
82
86
  discoverCache?: true | import("./Config").CacheConfig | undefined;
83
87
  schema: "network.xyo.bridge.config";
@@ -108,6 +112,7 @@ export declare const asBridgeModule: {
108
112
  } | undefined;
109
113
  readonly sign?: boolean | undefined;
110
114
  readonly storeQueries?: boolean | undefined;
115
+ readonly timestamp?: boolean | undefined;
111
116
  } & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
112
117
  accountDerivationPath?: string | undefined;
113
118
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
@@ -123,6 +128,7 @@ export declare const asBridgeModule: {
123
128
  } | undefined;
124
129
  readonly sign?: boolean | undefined;
125
130
  readonly storeQueries?: boolean | undefined;
131
+ readonly timestamp?: boolean | undefined;
126
132
  } & Omit<{
127
133
  discoverCache?: true | import("./Config").CacheConfig | undefined;
128
134
  schema: "network.xyo.bridge.config";
@@ -158,6 +164,7 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
158
164
  } | undefined;
159
165
  readonly sign?: boolean | undefined;
160
166
  readonly storeQueries?: boolean | undefined;
167
+ readonly timestamp?: boolean | undefined;
161
168
  } & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
162
169
  accountDerivationPath?: string | undefined;
163
170
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
@@ -173,6 +180,7 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
173
180
  } | undefined;
174
181
  readonly sign?: boolean | undefined;
175
182
  readonly storeQueries?: boolean | undefined;
183
+ readonly timestamp?: boolean | undefined;
176
184
  } & Omit<{
177
185
  discoverCache?: true | import("./Config").CacheConfig | undefined;
178
186
  schema: "network.xyo.bridge.config";
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAGvD,eAAO,MAAM,gBAAgB,wEAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uFAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAGvD,eAAO,MAAM,gBAAgB,wEAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uFAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,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/boundwitness-builder": "~2.72.7",
14
- "@xyo-network/core": "~2.72.7",
15
- "@xyo-network/module": "~2.72.7",
16
- "@xyo-network/module-model": "~2.72.7",
17
- "@xyo-network/object-identity": "~2.72.7",
18
- "@xyo-network/payload-model": "~2.72.7",
19
- "@xyo-network/promise": "~2.72.7"
13
+ "@xyo-network/boundwitness-builder": "~2.72.8",
14
+ "@xyo-network/core": "~2.72.8",
15
+ "@xyo-network/module": "~2.72.8",
16
+ "@xyo-network/module-model": "~2.72.8",
17
+ "@xyo-network/object-identity": "~2.72.8",
18
+ "@xyo-network/payload-model": "~2.72.8",
19
+ "@xyo-network/promise": "~2.72.8"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/ts-scripts-yarn3": "^2.19.3",
@@ -56,5 +56,5 @@
56
56
  },
57
57
  "sideEffects": false,
58
58
  "types": "dist/types/index.d.ts",
59
- "version": "2.72.7"
59
+ "version": "2.72.8"
60
60
  }