@the-ai-company/cbio-node-runtime 1.63.5 → 1.63.6
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/dist/clients/owner/client.js +3 -37
- package/dist/clients/owner/client.js.map +1 -1
- package/dist/clients/owner/contracts.d.ts +2 -7
- package/dist/clients/owner/index.d.ts +1 -1
- package/dist/public-types.d.ts +1 -1
- package/dist/runtime/bootstrap.d.ts +1 -3
- package/dist/runtime/index.d.ts +3 -3
- package/dist/runtime/index.js +1 -1
- package/dist/runtime/index.js.map +1 -1
- package/dist/vault-core/contracts.d.ts +8 -42
- package/dist/vault-core/contracts.js +3 -3
- package/dist/vault-core/contracts.js.map +1 -1
- package/dist/vault-core/core.d.ts +4 -12
- package/dist/vault-core/core.js +60 -40
- package/dist/vault-core/core.js.map +1 -1
- package/dist/vault-core/defaults.d.ts +4 -10
- package/dist/vault-core/defaults.js +8 -21
- package/dist/vault-core/defaults.js.map +1 -1
- package/dist/vault-core/errors.d.ts +1 -1
- package/dist/vault-core/errors.js.map +1 -1
- package/dist/vault-core/index.d.ts +4 -4
- package/dist/vault-core/index.js +2 -2
- package/dist/vault-core/index.js.map +1 -1
- package/dist/vault-core/persistence.d.ts +4 -11
- package/dist/vault-core/persistence.js +7 -32
- package/dist/vault-core/persistence.js.map +1 -1
- package/dist/vault-core/ports.d.ts +3 -9
- package/dist/vault-ingress/index.d.ts +1 -7
- package/dist/vault-ingress/index.js +2 -5
- package/dist/vault-ingress/index.js.map +1 -1
- package/docs/MIGRATION-1.65.md +28 -2
- package/docs/api/README.md +2 -5
- package/docs/api/classes/IdentityError.md +1 -1
- package/docs/api/classes/OwnerClientError.md +1 -1
- package/docs/api/classes/PersistentVaultAgentIdentityRegistry.md +1 -1
- package/docs/api/classes/PersistentVaultAgentSecretGrantRegistry.md +1 -1
- package/docs/api/classes/PersistentVaultAuditLog.md +1 -1
- package/docs/api/classes/PersistentVaultSecretCustody.md +1 -1
- package/docs/api/classes/PersistentVaultSecretDestinationGrantRegistry.md +5 -5
- package/docs/api/classes/PersistentVaultSecretRepository.md +1 -1
- package/docs/api/classes/VaultCore.md +7 -65
- package/docs/api/classes/VaultCoreError.md +1 -1
- package/docs/api/enumerations/AuditAction.md +19 -19
- package/docs/api/enumerations/AuditOutcome.md +1 -1
- package/docs/api/enumerations/DispatchStatus.md +1 -1
- package/docs/api/enumerations/IdentityErrorCode.md +1 -1
- package/docs/api/enumerations/OwnerClientErrorCode.md +1 -1
- package/docs/api/functions/createAgentClient.md +1 -1
- package/docs/api/functions/createIdentity.md +1 -1
- package/docs/api/functions/createOwnerClient.md +1 -1
- package/docs/api/functions/createOwnerSession.md +1 -1
- package/docs/api/functions/createPersistentVaultCoreDependencies.md +1 -1
- package/docs/api/functions/createVault.md +1 -1
- package/docs/api/functions/createVaultCore.md +1 -1
- package/docs/api/functions/createVaultCoreDependencies.md +1 -1
- package/docs/api/functions/createVaultService.md +1 -5
- package/docs/api/functions/createWorkspaceStorage.md +1 -1
- package/docs/api/functions/deriveRootAgentId.md +1 -1
- package/docs/api/functions/deriveVaultWorkingKeyFromPassword.md +1 -1
- package/docs/api/functions/getDefaultWorkspaceDir.md +1 -1
- package/docs/api/functions/handleVaultAgentControlHttp.md +1 -1
- package/docs/api/functions/handleVaultHttpDispatch.md +1 -1
- package/docs/api/functions/initializeVaultCustody.md +1 -1
- package/docs/api/functions/listVaults.md +1 -1
- package/docs/api/functions/readVaultProfile.md +1 -1
- package/docs/api/functions/recoverVault.md +1 -1
- package/docs/api/functions/recoverVaultWorkingKey.md +1 -1
- package/docs/api/functions/restoreIdentity.md +1 -1
- package/docs/api/functions/updateVaultMetadata.md +1 -1
- package/docs/api/functions/writeVaultProfile.md +1 -1
- package/docs/api/interfaces/AgentClient.md +1 -1
- package/docs/api/interfaces/AgentDispatchIntent.md +1 -1
- package/docs/api/interfaces/AgentDispatchTransport.md +1 -1
- package/docs/api/interfaces/AgentIdentity.md +1 -1
- package/docs/api/interfaces/AgentIdentityRecord.md +1 -1
- package/docs/api/interfaces/AgentRequestResult.md +1 -1
- package/docs/api/interfaces/AgentRuntimeManifest.md +1 -1
- package/docs/api/interfaces/AgentSecretGrant.md +1 -1
- package/docs/api/interfaces/AgentSigner.md +1 -1
- package/docs/api/interfaces/AgentVisibleRequestRecord.md +1 -1
- package/docs/api/interfaces/AgentVisibleSecretRecord.md +1 -1
- package/docs/api/interfaces/AuditEntry.md +7 -7
- package/docs/api/interfaces/CbioRuntime.md +1 -5
- package/docs/api/interfaces/CreateAgentClientOptions.md +1 -1
- package/docs/api/interfaces/CreateIdentityOptions.md +1 -1
- package/docs/api/interfaces/CreateOwnerClientOptions.md +1 -1
- package/docs/api/interfaces/CreateOwnerSessionOptions.md +1 -5
- package/docs/api/interfaces/CreatePersistentVaultCoreDependenciesOptions.md +1 -1
- package/docs/api/interfaces/CreateVaultOptions.md +1 -5
- package/docs/api/interfaces/CreatedVault.md +1 -1
- package/docs/api/interfaces/DefaultPolicyEngineOptions.md +1 -1
- package/docs/api/interfaces/DispatchAuthorization.md +1 -1
- package/docs/api/interfaces/DispatchInstruction.md +1 -1
- package/docs/api/interfaces/DispatchRequest.md +1 -1
- package/docs/api/interfaces/DispatchResult.md +1 -1
- package/docs/api/interfaces/IStorageProvider.md +1 -1
- package/docs/api/interfaces/InitializeVaultCustodyOptions.md +1 -1
- package/docs/api/interfaces/InitializedVaultCustody.md +1 -1
- package/docs/api/interfaces/OwnerAgentProvisionResult.md +1 -1
- package/docs/api/interfaces/OwnerClient.md +1 -17
- package/docs/api/interfaces/OwnerCreateSecretInput.md +1 -1
- package/docs/api/interfaces/OwnerRemoveSecretInput.md +1 -1
- package/docs/api/interfaces/OwnerRequestRecord.md +1 -1
- package/docs/api/interfaces/OwnerSensitiveActionConfirmation.md +1 -1
- package/docs/api/interfaces/OwnerSensitiveActionContext.md +1 -1
- package/docs/api/interfaces/OwnerSession.md +1 -1
- package/docs/api/interfaces/OwnerUpdateSecretInput.md +1 -1
- package/docs/api/interfaces/OwnerVisibleRequestRecord.md +1 -1
- package/docs/api/interfaces/RecoverVaultOptions.md +1 -5
- package/docs/api/interfaces/RecoveredVault.md +1 -1
- package/docs/api/interfaces/RequestRecord.md +1 -1
- package/docs/api/interfaces/RestoreIdentityOptions.md +1 -1
- package/docs/api/interfaces/SecretAlias.md +1 -1
- package/docs/api/interfaces/SecretDestinationGrant.md +7 -7
- package/docs/api/interfaces/SecretId.md +1 -1
- package/docs/api/interfaces/SecretRecord.md +1 -1
- package/docs/api/interfaces/Signer.md +1 -1
- package/docs/api/interfaces/VaultApproveDispatchInput.md +1 -1
- package/docs/api/interfaces/VaultAuditQueryInput.md +1 -1
- package/docs/api/interfaces/VaultCoreDependenciesOptions.md +1 -1
- package/docs/api/interfaces/VaultCreateAgentInput.md +1 -1
- package/docs/api/interfaces/VaultExportSecretInput.md +1 -1
- package/docs/api/interfaces/VaultGetRequestInput.md +1 -1
- package/docs/api/interfaces/VaultGrantAgentSecretInput.md +1 -1
- package/docs/api/interfaces/VaultGrantSecretDestinationInput.md +7 -7
- package/docs/api/interfaces/VaultId.md +1 -1
- package/docs/api/interfaces/VaultImportAgentInput.md +1 -1
- package/docs/api/interfaces/VaultIssueSessionTokenInput.md +1 -1
- package/docs/api/interfaces/VaultListAgentsInput.md +1 -1
- package/docs/api/interfaces/VaultListGrantsInput.md +1 -1
- package/docs/api/interfaces/VaultListRequestsInput.md +1 -1
- package/docs/api/interfaces/VaultListSecretsInput.md +1 -1
- package/docs/api/interfaces/VaultMetadata.md +1 -1
- package/docs/api/interfaces/VaultObject.md +1 -1
- package/docs/api/interfaces/VaultPrincipal.md +1 -1
- package/docs/api/interfaces/VaultProfile.md +1 -1
- package/docs/api/interfaces/VaultReadAgentPrivateKeyInput.md +1 -1
- package/docs/api/interfaces/VaultReadSecretPlaintextInput.md +1 -1
- package/docs/api/interfaces/VaultRevokeAgentSecretInput.md +1 -1
- package/docs/api/interfaces/VaultRevokeSecretDestinationInput.md +7 -7
- package/docs/api/interfaces/VaultRevokeSessionTokenInput.md +1 -1
- package/docs/api/interfaces/VaultService.md +1 -37
- package/docs/api/interfaces/VaultUpdateAgentInput.md +1 -1
- package/docs/api/type-aliases/AgentId.md +1 -1
- package/docs/api/type-aliases/CbioRuntimeModule.md +1 -1
- package/docs/api/type-aliases/DispatchApprovalDecision.md +1 -1
- package/docs/api/type-aliases/GrantStatus.md +1 -1
- package/docs/api/type-aliases/SecretLifecycleStatus.md +1 -1
- package/docs/api/type-aliases/VaultPrincipalKind.md +1 -1
- package/docs/api/variables/DEFAULT_VAULT_KEY_CUSTODY_BLOB_KEY.md +1 -1
- package/docs/zh/README.md +31 -46
- package/package.json +1 -1
- package/docs/api/classes/PersistentVaultCustomHttpFlowRegistry.md +0 -69
- package/docs/api/interfaces/CustomHttpFlowDefinition.md +0 -71
- package/docs/api/interfaces/VaultRegisterFlowInput.md +0 -77
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**CBIO Node Runtime Agent API v1.63.
|
|
1
|
+
[**CBIO Node Runtime Agent API v1.63.6**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -34,30 +34,6 @@
|
|
|
34
34
|
|
|
35
35
|
## Methods
|
|
36
36
|
|
|
37
|
-
### \_storeCustomFlowSecret()
|
|
38
|
-
|
|
39
|
-
> **\_storeCustomFlowSecret**(`flow`, `alias`, `plaintext`): `Promise`\<`void`\>
|
|
40
|
-
|
|
41
|
-
#### Parameters
|
|
42
|
-
|
|
43
|
-
##### flow
|
|
44
|
-
|
|
45
|
-
[`CustomHttpFlowDefinition`](../interfaces/CustomHttpFlowDefinition.md)
|
|
46
|
-
|
|
47
|
-
##### alias
|
|
48
|
-
|
|
49
|
-
`string`
|
|
50
|
-
|
|
51
|
-
##### plaintext
|
|
52
|
-
|
|
53
|
-
`string`
|
|
54
|
-
|
|
55
|
-
#### Returns
|
|
56
|
-
|
|
57
|
-
`Promise`\<`void`\>
|
|
58
|
-
|
|
59
|
-
***
|
|
60
|
-
|
|
61
37
|
### agentAuthorizeDispatch()
|
|
62
38
|
|
|
63
39
|
> **agentAuthorizeDispatch**(`request`): `Promise`\<[`DispatchAuthorization`](../interfaces/DispatchAuthorization.md)\>
|
|
@@ -256,7 +232,7 @@
|
|
|
256
232
|
|
|
257
233
|
### ownerExportSecret()
|
|
258
234
|
|
|
259
|
-
> **ownerExportSecret**(`actor`, `alias`): `Promise`\<`
|
|
235
|
+
> **ownerExportSecret**(`actor`, `alias`): `Promise`\<`OwnerSecretExport`\>
|
|
260
236
|
|
|
261
237
|
#### Parameters
|
|
262
238
|
|
|
@@ -270,7 +246,7 @@
|
|
|
270
246
|
|
|
271
247
|
#### Returns
|
|
272
248
|
|
|
273
|
-
`Promise`\<`
|
|
249
|
+
`Promise`\<`OwnerSecretExport`\>
|
|
274
250
|
|
|
275
251
|
***
|
|
276
252
|
|
|
@@ -326,7 +302,7 @@
|
|
|
326
302
|
|
|
327
303
|
### ownerGrantSecretDestination()
|
|
328
304
|
|
|
329
|
-
> **ownerGrantSecretDestination**(`actor`, `secretAlias`, `
|
|
305
|
+
> **ownerGrantSecretDestination**(`actor`, `secretAlias`, `siteId`, `request?`): `Promise`\<[`SecretDestinationGrant`](../interfaces/SecretDestinationGrant.md)\>
|
|
330
306
|
|
|
331
307
|
#### Parameters
|
|
332
308
|
|
|
@@ -338,7 +314,7 @@
|
|
|
338
314
|
|
|
339
315
|
`string`
|
|
340
316
|
|
|
341
|
-
#####
|
|
317
|
+
##### siteId
|
|
342
318
|
|
|
343
319
|
`string`
|
|
344
320
|
|
|
@@ -558,40 +534,6 @@
|
|
|
558
534
|
|
|
559
535
|
***
|
|
560
536
|
|
|
561
|
-
### ownerRegisterCustomFlow()
|
|
562
|
-
|
|
563
|
-
> **ownerRegisterCustomFlow**(`command`): `Promise`\<`void`\>
|
|
564
|
-
|
|
565
|
-
#### Parameters
|
|
566
|
-
|
|
567
|
-
##### command
|
|
568
|
-
|
|
569
|
-
###### flow
|
|
570
|
-
|
|
571
|
-
`any`
|
|
572
|
-
|
|
573
|
-
###### owner
|
|
574
|
-
|
|
575
|
-
[`VaultPrincipal`](../interfaces/VaultPrincipal.md)
|
|
576
|
-
|
|
577
|
-
###### requestedAt
|
|
578
|
-
|
|
579
|
-
`string`
|
|
580
|
-
|
|
581
|
-
###### requestId
|
|
582
|
-
|
|
583
|
-
`string`
|
|
584
|
-
|
|
585
|
-
###### vaultId
|
|
586
|
-
|
|
587
|
-
[`VaultId`](../interfaces/VaultId.md)
|
|
588
|
-
|
|
589
|
-
#### Returns
|
|
590
|
-
|
|
591
|
-
`Promise`\<`void`\>
|
|
592
|
-
|
|
593
|
-
***
|
|
594
|
-
|
|
595
537
|
### ownerRemoveSecret()
|
|
596
538
|
|
|
597
539
|
> **ownerRemoveSecret**(`command`): `Promise`\<`void`\>
|
|
@@ -662,7 +604,7 @@
|
|
|
662
604
|
|
|
663
605
|
### ownerRevokeSecretDestination()
|
|
664
606
|
|
|
665
|
-
> **ownerRevokeSecretDestination**(`actor`, `secretAlias`, `
|
|
607
|
+
> **ownerRevokeSecretDestination**(`actor`, `secretAlias`, `siteId`, `request?`): `Promise`\<`void`\>
|
|
666
608
|
|
|
667
609
|
#### Parameters
|
|
668
610
|
|
|
@@ -674,7 +616,7 @@
|
|
|
674
616
|
|
|
675
617
|
`string`
|
|
676
618
|
|
|
677
|
-
#####
|
|
619
|
+
##### siteId
|
|
678
620
|
|
|
679
621
|
`string`
|
|
680
622
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**CBIO Node Runtime Agent API v1.63.
|
|
1
|
+
[**CBIO Node Runtime Agent API v1.63.6**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -12,12 +12,6 @@
|
|
|
12
12
|
|
|
13
13
|
***
|
|
14
14
|
|
|
15
|
-
### AUTHORIZE\_DISPATCH
|
|
16
|
-
|
|
17
|
-
> **AUTHORIZE\_DISPATCH**: `"AUTHORIZE_DISPATCH"`
|
|
18
|
-
|
|
19
|
-
***
|
|
20
|
-
|
|
21
15
|
### DELETE\_SECRET
|
|
22
16
|
|
|
23
17
|
> **DELETE\_SECRET**: `"DELETE_SECRET"`
|
|
@@ -30,6 +24,12 @@
|
|
|
30
24
|
|
|
31
25
|
***
|
|
32
26
|
|
|
27
|
+
### EVALUATE\_DISPATCH\_POLICY
|
|
28
|
+
|
|
29
|
+
> **EVALUATE\_DISPATCH\_POLICY**: `"EVALUATE_DISPATCH_POLICY"`
|
|
30
|
+
|
|
31
|
+
***
|
|
32
|
+
|
|
33
33
|
### EXPORT\_SECRET
|
|
34
34
|
|
|
35
35
|
> **EXPORT\_SECRET**: `"EXPORT_SECRET"`
|
|
@@ -72,6 +72,18 @@
|
|
|
72
72
|
|
|
73
73
|
***
|
|
74
74
|
|
|
75
|
+
### LIST\_SECRETS
|
|
76
|
+
|
|
77
|
+
> **LIST\_SECRETS**: `"LIST_SECRETS"`
|
|
78
|
+
|
|
79
|
+
***
|
|
80
|
+
|
|
81
|
+
### PENDING\_DISPATCH\_APPROVAL
|
|
82
|
+
|
|
83
|
+
> **PENDING\_DISPATCH\_APPROVAL**: `"PENDING_DISPATCH_APPROVAL"`
|
|
84
|
+
|
|
85
|
+
***
|
|
86
|
+
|
|
75
87
|
### READ\_AUDIT
|
|
76
88
|
|
|
77
89
|
> **READ\_AUDIT**: `"READ_AUDIT"`
|
|
@@ -96,12 +108,6 @@
|
|
|
96
108
|
|
|
97
109
|
***
|
|
98
110
|
|
|
99
|
-
### REGISTER\_CUSTOM\_FLOW
|
|
100
|
-
|
|
101
|
-
> **REGISTER\_CUSTOM\_FLOW**: `"REGISTER_CUSTOM_FLOW"`
|
|
102
|
-
|
|
103
|
-
***
|
|
104
|
-
|
|
105
111
|
### REJECT\_DISPATCH
|
|
106
112
|
|
|
107
113
|
> **REJECT\_DISPATCH**: `"REJECT_DISPATCH"`
|
|
@@ -126,12 +132,6 @@
|
|
|
126
132
|
|
|
127
133
|
***
|
|
128
134
|
|
|
129
|
-
### STALL\_DISPATCH
|
|
130
|
-
|
|
131
|
-
> **STALL\_DISPATCH**: `"STALL_DISPATCH"`
|
|
132
|
-
|
|
133
|
-
***
|
|
134
|
-
|
|
135
135
|
### UPDATE\_AGENT\_IDENTITY
|
|
136
136
|
|
|
137
137
|
> **UPDATE\_AGENT\_IDENTITY**: `"UPDATE_AGENT_IDENTITY"`
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**CBIO Node Runtime Agent API v1.63.
|
|
1
|
+
[**CBIO Node Runtime Agent API v1.63.6**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -14,10 +14,6 @@
|
|
|
14
14
|
|
|
15
15
|
### options?
|
|
16
16
|
|
|
17
|
-
#### customFlows?
|
|
18
|
-
|
|
19
|
-
`VaultCustomFlowResolver`
|
|
20
|
-
|
|
21
17
|
#### fetchImpl?
|
|
22
18
|
|
|
23
19
|
\{(`input`, `init?`): `Promise`\<`Response`\>; (`input`, `init?`): `Promise`\<`Response`\>; \}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**CBIO Node Runtime Agent API v1.63.
|
|
1
|
+
[**CBIO Node Runtime Agent API v1.63.6**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -24,12 +24,6 @@
|
|
|
24
24
|
|
|
25
25
|
***
|
|
26
26
|
|
|
27
|
-
### domain?
|
|
28
|
-
|
|
29
|
-
> `optional` **domain?**: `string`
|
|
30
|
-
|
|
31
|
-
***
|
|
32
|
-
|
|
33
27
|
### entryId
|
|
34
28
|
|
|
35
29
|
> **entryId**: `string`
|
|
@@ -72,6 +66,12 @@
|
|
|
72
66
|
|
|
73
67
|
***
|
|
74
68
|
|
|
69
|
+
### siteId?
|
|
70
|
+
|
|
71
|
+
> `optional` **siteId?**: `string`
|
|
72
|
+
|
|
73
|
+
***
|
|
74
|
+
|
|
75
75
|
### targetUrl?
|
|
76
76
|
|
|
77
77
|
> `optional` **targetUrl?**: `string`
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**CBIO Node Runtime Agent API v1.63.
|
|
1
|
+
[**CBIO Node Runtime Agent API v1.63.6**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -218,10 +218,6 @@ Configuration for the new vault.
|
|
|
218
218
|
|
|
219
219
|
##### options?
|
|
220
220
|
|
|
221
|
-
###### customFlows?
|
|
222
|
-
|
|
223
|
-
`VaultCustomFlowResolver`
|
|
224
|
-
|
|
225
221
|
###### fetchImpl?
|
|
226
222
|
|
|
227
223
|
\{(`input`, `init?`): `Promise`\<`Response`\>; (`input`, `init?`): `Promise`\<`Response`\>; \}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**CBIO Node Runtime Agent API v1.63.
|
|
1
|
+
[**CBIO Node Runtime Agent API v1.63.6**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -68,10 +68,6 @@
|
|
|
68
68
|
|
|
69
69
|
> `optional` **vault?**: `object`
|
|
70
70
|
|
|
71
|
-
#### customFlows?
|
|
72
|
-
|
|
73
|
-
> `optional` **customFlows?**: `VaultCustomFlowResolver`
|
|
74
|
-
|
|
75
71
|
#### fetchImpl?
|
|
76
72
|
|
|
77
73
|
> `optional` **fetchImpl?**: \{(`input`, `init?`): `Promise`\<`Response`\>; (`input`, `init?`): `Promise`\<`Response`\>; \}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[**CBIO Node Runtime Agent API v1.63.
|
|
1
|
+
[**CBIO Node Runtime Agent API v1.63.6**](../README.md)
|
|
2
2
|
|
|
3
3
|
***
|
|
4
4
|
|
|
@@ -32,10 +32,6 @@
|
|
|
32
32
|
|
|
33
33
|
> `optional` **vault?**: `object`
|
|
34
34
|
|
|
35
|
-
#### customFlows?
|
|
36
|
-
|
|
37
|
-
> `optional` **customFlows?**: `VaultCustomFlowResolver`
|
|
38
|
-
|
|
39
35
|
#### fetchImpl?
|
|
40
36
|
|
|
41
37
|
> `optional` **fetchImpl?**: \{(`input`, `init?`): `Promise`\<`Response`\>; (`input`, `init?`): `Promise`\<`Response`\>; \}
|