@xyo-network/sentinel-wrapper 2.88.1 → 2.88.3

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.
@@ -4,7 +4,7 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  import { WitnessInstance } from '@xyo-network/witness-model';
6
6
  export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
7
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
7
+ static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
87
91
  };
88
92
  ephemeralQueryAccountEnabled?: boolean | undefined;
89
93
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
94
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
91
95
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
96
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
97
  readonly archivist?: string | undefined;
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
96
100
  readonly paging?: Record<string, {
97
101
  size?: number | undefined;
98
102
  }> | undefined;
103
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
99
104
  schema: "network.xyo.sentinel.config";
100
105
  readonly security?: {
101
106
  readonly allowAnonymous?: boolean | undefined;
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
112
117
  readonly paging?: Record<string, {
113
118
  size?: number | undefined;
114
119
  }> | undefined;
120
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
115
121
  schema: "network.xyo.sentinel.config";
116
122
  readonly security?: {
117
123
  readonly allowAnonymous?: boolean | undefined;
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
131
137
  schema: string;
132
138
  };
133
139
  ephemeralQueryAccountEnabled?: boolean | undefined;
134
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
140
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
135
141
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
142
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
143
  readonly archivist?: string | undefined;
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
140
146
  readonly paging?: Record<string, {
141
147
  size?: number | undefined;
142
148
  }> | undefined;
149
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
143
150
  schema: "network.xyo.module.config";
144
151
  readonly security?: {
145
152
  readonly allowAnonymous?: boolean | undefined;
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
156
163
  readonly paging?: Record<string, {
157
164
  size?: number | undefined;
158
165
  }> | undefined;
166
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
159
167
  schema: "network.xyo.module.config";
160
168
  readonly security?: {
161
169
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -4,7 +4,7 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  import { WitnessInstance } from '@xyo-network/witness-model';
6
6
  export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
7
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
7
+ static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
87
91
  };
88
92
  ephemeralQueryAccountEnabled?: boolean | undefined;
89
93
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
94
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
91
95
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
96
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
97
  readonly archivist?: string | undefined;
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
96
100
  readonly paging?: Record<string, {
97
101
  size?: number | undefined;
98
102
  }> | undefined;
103
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
99
104
  schema: "network.xyo.sentinel.config";
100
105
  readonly security?: {
101
106
  readonly allowAnonymous?: boolean | undefined;
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
112
117
  readonly paging?: Record<string, {
113
118
  size?: number | undefined;
114
119
  }> | undefined;
120
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
115
121
  schema: "network.xyo.sentinel.config";
116
122
  readonly security?: {
117
123
  readonly allowAnonymous?: boolean | undefined;
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
131
137
  schema: string;
132
138
  };
133
139
  ephemeralQueryAccountEnabled?: boolean | undefined;
134
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
140
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
135
141
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
142
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
143
  readonly archivist?: string | undefined;
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
140
146
  readonly paging?: Record<string, {
141
147
  size?: number | undefined;
142
148
  }> | undefined;
149
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
143
150
  schema: "network.xyo.module.config";
144
151
  readonly security?: {
145
152
  readonly allowAnonymous?: boolean | undefined;
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
156
163
  readonly paging?: Record<string, {
157
164
  size?: number | undefined;
158
165
  }> | undefined;
166
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
159
167
  schema: "network.xyo.module.config";
160
168
  readonly security?: {
161
169
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -4,7 +4,7 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  import { WitnessInstance } from '@xyo-network/witness-model';
6
6
  export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
7
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
7
+ static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
87
91
  };
88
92
  ephemeralQueryAccountEnabled?: boolean | undefined;
89
93
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
94
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
91
95
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
96
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
97
  readonly archivist?: string | undefined;
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
96
100
  readonly paging?: Record<string, {
97
101
  size?: number | undefined;
98
102
  }> | undefined;
103
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
99
104
  schema: "network.xyo.sentinel.config";
100
105
  readonly security?: {
101
106
  readonly allowAnonymous?: boolean | undefined;
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
112
117
  readonly paging?: Record<string, {
113
118
  size?: number | undefined;
114
119
  }> | undefined;
120
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
115
121
  schema: "network.xyo.sentinel.config";
116
122
  readonly security?: {
117
123
  readonly allowAnonymous?: boolean | undefined;
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
131
137
  schema: string;
132
138
  };
133
139
  ephemeralQueryAccountEnabled?: boolean | undefined;
134
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
140
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
135
141
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
142
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
143
  readonly archivist?: string | undefined;
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
140
146
  readonly paging?: Record<string, {
141
147
  size?: number | undefined;
142
148
  }> | undefined;
149
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
143
150
  schema: "network.xyo.module.config";
144
151
  readonly security?: {
145
152
  readonly allowAnonymous?: boolean | undefined;
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
156
163
  readonly paging?: Record<string, {
157
164
  size?: number | undefined;
158
165
  }> | undefined;
166
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
159
167
  schema: "network.xyo.module.config";
160
168
  readonly security?: {
161
169
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -4,7 +4,7 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  import { WitnessInstance } from '@xyo-network/witness-model';
6
6
  export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
7
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
7
+ static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
87
91
  };
88
92
  ephemeralQueryAccountEnabled?: boolean | undefined;
89
93
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
94
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
91
95
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
96
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
97
  readonly archivist?: string | undefined;
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
96
100
  readonly paging?: Record<string, {
97
101
  size?: number | undefined;
98
102
  }> | undefined;
103
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
99
104
  schema: "network.xyo.sentinel.config";
100
105
  readonly security?: {
101
106
  readonly allowAnonymous?: boolean | undefined;
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
112
117
  readonly paging?: Record<string, {
113
118
  size?: number | undefined;
114
119
  }> | undefined;
120
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
115
121
  schema: "network.xyo.sentinel.config";
116
122
  readonly security?: {
117
123
  readonly allowAnonymous?: boolean | undefined;
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
131
137
  schema: string;
132
138
  };
133
139
  ephemeralQueryAccountEnabled?: boolean | undefined;
134
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
140
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
135
141
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
142
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
143
  readonly archivist?: string | undefined;
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
140
146
  readonly paging?: Record<string, {
141
147
  size?: number | undefined;
142
148
  }> | undefined;
149
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
143
150
  schema: "network.xyo.module.config";
144
151
  readonly security?: {
145
152
  readonly allowAnonymous?: boolean | undefined;
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
156
163
  readonly paging?: Record<string, {
157
164
  size?: number | undefined;
158
165
  }> | undefined;
166
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
159
167
  schema: "network.xyo.module.config";
160
168
  readonly security?: {
161
169
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -4,7 +4,7 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  import { WitnessInstance } from '@xyo-network/witness-model';
6
6
  export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
7
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
7
+ static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
87
91
  };
88
92
  ephemeralQueryAccountEnabled?: boolean | undefined;
89
93
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
94
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
91
95
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
96
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
97
  readonly archivist?: string | undefined;
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
96
100
  readonly paging?: Record<string, {
97
101
  size?: number | undefined;
98
102
  }> | undefined;
103
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
99
104
  schema: "network.xyo.sentinel.config";
100
105
  readonly security?: {
101
106
  readonly allowAnonymous?: boolean | undefined;
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
112
117
  readonly paging?: Record<string, {
113
118
  size?: number | undefined;
114
119
  }> | undefined;
120
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
115
121
  schema: "network.xyo.sentinel.config";
116
122
  readonly security?: {
117
123
  readonly allowAnonymous?: boolean | undefined;
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
131
137
  schema: string;
132
138
  };
133
139
  ephemeralQueryAccountEnabled?: boolean | undefined;
134
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
140
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
135
141
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
142
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
143
  readonly archivist?: string | undefined;
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
140
146
  readonly paging?: Record<string, {
141
147
  size?: number | undefined;
142
148
  }> | undefined;
149
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
143
150
  schema: "network.xyo.module.config";
144
151
  readonly security?: {
145
152
  readonly allowAnonymous?: boolean | undefined;
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
156
163
  readonly paging?: Record<string, {
157
164
  size?: number | undefined;
158
165
  }> | undefined;
166
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
159
167
  schema: "network.xyo.module.config";
160
168
  readonly security?: {
161
169
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
@@ -4,7 +4,7 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  import { WitnessInstance } from '@xyo-network/witness-model';
6
6
  export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
7
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
7
+ static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
8
8
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
9
9
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
10
  readonly archivist?: string | undefined;
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
13
13
  readonly paging?: Record<string, {
14
14
  size?: number | undefined;
15
15
  }> | undefined;
16
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
16
17
  schema: "network.xyo.sentinel.config";
17
18
  readonly security?: {
18
19
  readonly allowAnonymous?: boolean | undefined;
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
29
30
  readonly paging?: Record<string, {
30
31
  size?: number | undefined;
31
32
  }> | undefined;
33
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
32
34
  schema: "network.xyo.sentinel.config";
33
35
  readonly security?: {
34
36
  readonly allowAnonymous?: boolean | undefined;
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
48
50
  schema: string;
49
51
  };
50
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
51
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
53
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
54
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
55
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
56
  readonly archivist?: string | undefined;
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
57
59
  readonly paging?: Record<string, {
58
60
  size?: number | undefined;
59
61
  }> | undefined;
62
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
60
63
  schema: "network.xyo.module.config";
61
64
  readonly security?: {
62
65
  readonly allowAnonymous?: boolean | undefined;
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
73
76
  readonly paging?: Record<string, {
74
77
  size?: number | undefined;
75
78
  }> | undefined;
79
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
76
80
  schema: "network.xyo.module.config";
77
81
  readonly security?: {
78
82
  readonly allowAnonymous?: boolean | undefined;
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
87
91
  };
88
92
  ephemeralQueryAccountEnabled?: boolean | undefined;
89
93
  }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
94
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
91
95
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
96
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
97
  readonly archivist?: string | undefined;
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
96
100
  readonly paging?: Record<string, {
97
101
  size?: number | undefined;
98
102
  }> | undefined;
103
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
99
104
  schema: "network.xyo.sentinel.config";
100
105
  readonly security?: {
101
106
  readonly allowAnonymous?: boolean | undefined;
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
112
117
  readonly paging?: Record<string, {
113
118
  size?: number | undefined;
114
119
  }> | undefined;
120
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
115
121
  schema: "network.xyo.sentinel.config";
116
122
  readonly security?: {
117
123
  readonly allowAnonymous?: boolean | undefined;
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
131
137
  schema: string;
132
138
  };
133
139
  ephemeralQueryAccountEnabled?: boolean | undefined;
134
- }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
140
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
135
141
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
142
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
143
  readonly archivist?: string | undefined;
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
140
146
  readonly paging?: Record<string, {
141
147
  size?: number | undefined;
142
148
  }> | undefined;
149
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
143
150
  schema: "network.xyo.module.config";
144
151
  readonly security?: {
145
152
  readonly allowAnonymous?: boolean | undefined;
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
156
163
  readonly paging?: Record<string, {
157
164
  size?: number | undefined;
158
165
  }> | undefined;
166
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
159
167
  schema: "network.xyo.module.config";
160
168
  readonly security?: {
161
169
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
package/package.json CHANGED
@@ -10,24 +10,24 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/archivist-model": "~2.88.1",
14
- "@xyo-network/module-wrapper": "~2.88.1",
15
- "@xyo-network/payload-model": "~2.88.1",
16
- "@xyo-network/sentinel-model": "~2.88.1",
17
- "@xyo-network/witness-model": "~2.88.1"
13
+ "@xyo-network/archivist-model": "~2.88.3",
14
+ "@xyo-network/module-wrapper": "~2.88.3",
15
+ "@xyo-network/payload-model": "~2.88.3",
16
+ "@xyo-network/sentinel-model": "~2.88.3",
17
+ "@xyo-network/witness-model": "~2.88.3"
18
18
  },
19
19
  "description": "Primary SDK for using XYO Protocol 2.0",
20
20
  "devDependencies": {
21
- "@xylabs/ts-scripts-yarn3": "^3.2.41",
22
- "@xylabs/tsconfig": "^3.2.41",
23
- "@xyo-network/abstract-witness": "~2.88.1",
24
- "@xyo-network/account": "~2.88.1",
25
- "@xyo-network/archivist-memory": "~2.88.1",
26
- "@xyo-network/boundwitness-model": "~2.88.1",
27
- "@xyo-network/hash": "~2.88.1",
28
- "@xyo-network/node-memory": "~2.88.1",
29
- "@xyo-network/sentinel-memory": "~2.88.1",
30
- "@xyo-network/witness-adhoc": "~2.88.1",
21
+ "@xylabs/ts-scripts-yarn3": "^3.2.42",
22
+ "@xylabs/tsconfig": "^3.2.42",
23
+ "@xyo-network/abstract-witness": "~2.88.3",
24
+ "@xyo-network/account": "~2.88.3",
25
+ "@xyo-network/archivist-memory": "~2.88.3",
26
+ "@xyo-network/boundwitness-model": "~2.88.3",
27
+ "@xyo-network/hash": "~2.88.3",
28
+ "@xyo-network/node-memory": "~2.88.3",
29
+ "@xyo-network/sentinel-memory": "~2.88.3",
30
+ "@xyo-network/witness-adhoc": "~2.88.3",
31
31
  "typescript": "^5.3.3"
32
32
  },
33
33
  "types": "dist/node/index.d.ts",
@@ -68,6 +68,6 @@
68
68
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
69
69
  },
70
70
  "sideEffects": false,
71
- "version": "2.88.1",
71
+ "version": "2.88.3",
72
72
  "type": "module"
73
73
  }