diff --git a/.DS_Store b/.DS_Store index c07ca0771..88b5418f7 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/docs/developer/api-docs/README.md b/docs/developer/api-docs/README.md index ad21cd118..de6de4d04 100644 --- a/docs/developer/api-docs/README.md +++ b/docs/developer/api-docs/README.md @@ -3,7 +3,6 @@ sidebar_position: 1 sidebar_label: Introduction --- # TruBudget-API - Api Code Documentation / [Exports](modules.md) ## Setup diff --git a/docs/developer/api-docs/classes/error.TruBudgetError.md b/docs/developer/api-docs/classes/error.TruBudgetError.md index 50931aca1..19b41ee42 100644 --- a/docs/developer/api-docs/classes/error.TruBudgetError.md +++ b/docs/developer/api-docs/classes/error.TruBudgetError.md @@ -1,5 +1,4 @@ # TruBudgetError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / TruBudgetError [error](../modules/error.md).TruBudgetError @@ -59,7 +58,7 @@ Error.constructor #### Defined in -[src/error.ts:135](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L135) +[src/error.ts:135](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L135) ## Properties @@ -69,7 +68,7 @@ Error.constructor #### Defined in -[src/error.ts:121](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L121) +[src/error.ts:121](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L121) ___ @@ -79,7 +78,7 @@ ___ #### Defined in -[src/error.ts:113](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L113) +[src/error.ts:113](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L113) ___ @@ -89,7 +88,7 @@ ___ #### Defined in -[src/error.ts:131](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L131) +[src/error.ts:131](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L131) ___ @@ -99,7 +98,7 @@ ___ #### Defined in -[src/error.ts:129](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L129) +[src/error.ts:129](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L129) ___ @@ -109,7 +108,7 @@ ___ #### Defined in -[src/error.ts:117](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L117) +[src/error.ts:117](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L117) ___ @@ -119,7 +118,7 @@ ___ #### Defined in -[src/error.ts:133](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L133) +[src/error.ts:133](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L133) ___ @@ -133,7 +132,7 @@ Error.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -147,7 +146,7 @@ Error.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -157,7 +156,7 @@ ___ #### Defined in -[src/error.ts:127](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L127) +[src/error.ts:127](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L127) ___ @@ -171,7 +170,7 @@ Error.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -181,7 +180,7 @@ ___ #### Defined in -[src/error.ts:125](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L125) +[src/error.ts:125](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L125) ___ @@ -191,7 +190,7 @@ ___ #### Defined in -[src/error.ts:123](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L123) +[src/error.ts:123](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L123) ___ @@ -201,7 +200,7 @@ ___ #### Defined in -[src/error.ts:119](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L119) +[src/error.ts:119](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L119) ___ @@ -211,7 +210,7 @@ ___ #### Defined in -[src/error.ts:115](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L115) +[src/error.ts:115](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L115) ___ @@ -225,10 +224,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -240,6 +235,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from Error.prepareStackTrace diff --git a/docs/developer/api-docs/classes/http_errors_bad_request.BadRequest.md b/docs/developer/api-docs/classes/http_errors_bad_request.BadRequest.md index fbb5c1839..e2e73c9cc 100644 --- a/docs/developer/api-docs/classes/http_errors_bad_request.BadRequest.md +++ b/docs/developer/api-docs/classes/http_errors_bad_request.BadRequest.md @@ -1,8 +1,7 @@ # BadRequest - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [http\_errors/bad\_request](../modules/http_errors_bad_request.md) / BadRequest -[http_errors/bad_request](../modules/http_errors_bad_request.md).BadRequest +[http\_errors/bad\_request](../modules/http_errors_bad_request.md).BadRequest ## Hierarchy @@ -55,7 +54,7 @@ VError.constructor #### Defined in -[src/http_errors/bad_request.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/http_errors/bad_request.ts#L13) +[src/http_errors/bad_request.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/http_errors/bad_request.ts#L13) ## Properties @@ -77,7 +76,7 @@ VError.cause #### Defined in -node_modules/@types/verror/index.d.ts:31 +node_modules/@types/verror/index.d.ts:26 ___ @@ -91,7 +90,7 @@ VError.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -105,7 +104,7 @@ VError.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -119,7 +118,7 @@ VError.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -133,7 +132,7 @@ VError.VError #### Defined in -node_modules/@types/verror/index.d.ts:21 +node_modules/@types/verror/index.d.ts:16 ___ @@ -147,10 +146,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -162,6 +157,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from VError.prepareStackTrace @@ -233,7 +232,7 @@ VError.cause #### Defined in -node_modules/@types/verror/index.d.ts:23 +node_modules/@types/verror/index.d.ts:18 ___ @@ -258,13 +257,13 @@ VError.errorForEach #### Defined in -node_modules/@types/verror/index.d.ts:29 +node_modules/@types/verror/index.d.ts:24 ___ ### errorFromList -▸ `Static` **errorFromList**<`T`\>(`errors`): ``null`` \| `T` \| `MultiError` +▸ `Static` **errorFromList**\<`T`\>(`errors`): ``null`` \| `T` \| `MultiError` #### Type parameters @@ -288,7 +287,7 @@ VError.errorFromList #### Defined in -node_modules/@types/verror/index.d.ts:28 +node_modules/@types/verror/index.d.ts:23 ___ @@ -313,7 +312,7 @@ VError.findCauseByName #### Defined in -node_modules/@types/verror/index.d.ts:26 +node_modules/@types/verror/index.d.ts:21 ___ @@ -337,7 +336,7 @@ VError.fullStack #### Defined in -node_modules/@types/verror/index.d.ts:25 +node_modules/@types/verror/index.d.ts:20 ___ @@ -362,7 +361,7 @@ VError.hasCauseWithName #### Defined in -node_modules/@types/verror/index.d.ts:27 +node_modules/@types/verror/index.d.ts:22 ___ @@ -386,4 +385,4 @@ VError.info #### Defined in -node_modules/@types/verror/index.d.ts:24 +node_modules/@types/verror/index.d.ts:19 diff --git a/docs/developer/api-docs/classes/service_Client.RpcMultichainClient.md b/docs/developer/api-docs/classes/service_Client.RpcMultichainClient.md index 7a472eed5..ee9ad77d2 100644 --- a/docs/developer/api-docs/classes/service_Client.RpcMultichainClient.md +++ b/docs/developer/api-docs/classes/service_Client.RpcMultichainClient.md @@ -1,5 +1,4 @@ # RpcMultichainClient - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client](../modules/service_Client.md) / RpcMultichainClient [service/Client](../modules/service_Client.md).RpcMultichainClient @@ -55,7 +54,7 @@ #### Defined in -[src/service/Client.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L46) +[src/service/Client.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L46) ## Properties @@ -65,7 +64,7 @@ #### Defined in -[src/service/Client.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L44) +[src/service/Client.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L44) ___ @@ -75,17 +74,17 @@ ___ #### Defined in -[src/service/Client.ts:42](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L42) +[src/service/Client.ts:42](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L42) ## Methods ### getInfo -▸ **getInfo**(): `Promise`<`any`\> +▸ **getInfo**(): `Promise`\<`any`\> #### Returns -`Promise`<`any`\> +`Promise`\<`any`\> #### Implementation of @@ -93,13 +92,13 @@ ___ #### Defined in -[src/service/Client.ts:137](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L137) +[src/service/Client.ts:137](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L137) ___ ### getLastBlockInfo -▸ **getLastBlockInfo**(`skip?`): `Promise`<[`BlockInfo`](../interfaces/service_Client_h.BlockInfo.md)\> +▸ **getLastBlockInfo**(`skip?`): `Promise`\<[`BlockInfo`](../interfaces/service_Client_h.BlockInfo.md)\> Get the latest block, possibly skipping a few. @@ -111,7 +110,7 @@ Get the latest block, possibly skipping a few. #### Returns -`Promise`<[`BlockInfo`](../interfaces/service_Client_h.BlockInfo.md)\> +`Promise`\<[`BlockInfo`](../interfaces/service_Client_h.BlockInfo.md)\> #### Implementation of @@ -119,13 +118,13 @@ Get the latest block, possibly skipping a few. #### Defined in -[src/service/Client.ts:246](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L246) +[src/service/Client.ts:246](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L246) ___ ### getLatestValues -▸ **getLatestValues**(`streamName`, `key`, `nValues?`): `Promise`<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)[]\> +▸ **getLatestValues**(`streamName`, `key`, `nValues?`): `Promise`\<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)[]\> #### Parameters @@ -137,7 +136,7 @@ ___ #### Returns -`Promise`<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)[]\> +`Promise`\<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)[]\> #### Implementation of @@ -145,13 +144,13 @@ ___ #### Defined in -[src/service/Client.ts:161](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L161) +[src/service/Client.ts:161](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L161) ___ ### getOrCreateStream -▸ **getOrCreateStream**(`options`): `Promise`<`string`\> +▸ **getOrCreateStream**(`options`): `Promise`\<`string`\> #### Parameters @@ -161,7 +160,7 @@ ___ #### Returns -`Promise`<`string`\> +`Promise`\<`string`\> #### Implementation of @@ -169,17 +168,17 @@ ___ #### Defined in -[src/service/Client.ts:55](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L55) +[src/service/Client.ts:55](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L55) ___ ### getPeerInfo -▸ **getPeerInfo**(): `Promise`<[`PeerInfo`](../interfaces/service_Client_h.PeerInfo.md)[]\> +▸ **getPeerInfo**(): `Promise`\<[`PeerInfo`](../interfaces/service_Client_h.PeerInfo.md)[]\> #### Returns -`Promise`<[`PeerInfo`](../interfaces/service_Client_h.PeerInfo.md)[]\> +`Promise`\<[`PeerInfo`](../interfaces/service_Client_h.PeerInfo.md)[]\> #### Implementation of @@ -187,7 +186,7 @@ ___ #### Defined in -[src/service/Client.ts:250](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L250) +[src/service/Client.ts:250](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L250) ___ @@ -205,13 +204,13 @@ ___ #### Defined in -[src/service/Client.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L51) +[src/service/Client.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L51) ___ ### getValue -▸ **getValue**(`streamName`, `key`): `Promise`<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)\> +▸ **getValue**(`streamName`, `key`): `Promise`\<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)\> #### Parameters @@ -222,7 +221,7 @@ ___ #### Returns -`Promise`<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)\> +`Promise`\<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)\> #### Implementation of @@ -230,13 +229,13 @@ ___ #### Defined in -[src/service/Client.ts:208](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L208) +[src/service/Client.ts:208](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L208) ___ ### getValues -▸ **getValues**(`streamName`, `key`, `nValues?`): `Promise`<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)[]\> +▸ **getValues**(`streamName`, `key`, `nValues?`): `Promise`\<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)[]\> #### Parameters @@ -248,7 +247,7 @@ ___ #### Returns -`Promise`<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)[]\> +`Promise`\<[`StreamItemPair`](../interfaces/service_Client_h.StreamItemPair.md)[]\> #### Implementation of @@ -256,13 +255,13 @@ ___ #### Defined in -[src/service/Client.ts:141](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L141) +[src/service/Client.ts:141](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L141) ___ ### isValidAddress -▸ **isValidAddress**(`address`): `Promise`<`boolean`\> +▸ **isValidAddress**(`address`): `Promise`\<`boolean`\> #### Parameters @@ -272,7 +271,7 @@ ___ #### Returns -`Promise`<`boolean`\> +`Promise`\<`boolean`\> #### Implementation of @@ -280,13 +279,13 @@ ___ #### Defined in -[src/service/Client.ts:132](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L132) +[src/service/Client.ts:132](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L132) ___ ### latestValuesForKey -▸ **latestValuesForKey**(`streamId`, `key`, `nValues?`): `Promise`<`any`[]\> +▸ **latestValuesForKey**(`streamId`, `key`, `nValues?`): `Promise`\<`any`[]\> #### Parameters @@ -298,7 +297,7 @@ ___ #### Returns -`Promise`<`any`[]\> +`Promise`\<`any`[]\> #### Implementation of @@ -306,13 +305,13 @@ ___ #### Defined in -[src/service/Client.ts:108](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L108) +[src/service/Client.ts:108](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L108) ___ ### listBlocksByHeight -▸ **listBlocksByHeight**(`to`, `from?`, `verbose?`): `Promise`<[`BlockListItem`](../interfaces/service_Client_h.BlockListItem.md)[]\> +▸ **listBlocksByHeight**(`to`, `from?`, `verbose?`): `Promise`\<[`BlockListItem`](../interfaces/service_Client_h.BlockListItem.md)[]\> Retrieve all blocks metadata by block height range. You can retrieve the current maximum block height through calling getLastBlockInfo @@ -327,7 +326,7 @@ You can retrieve the current maximum block height through calling getLastBlockIn #### Returns -`Promise`<[`BlockListItem`](../interfaces/service_Client_h.BlockListItem.md)[]\> +`Promise`\<[`BlockListItem`](../interfaces/service_Client_h.BlockListItem.md)[]\> #### Implementation of @@ -335,13 +334,13 @@ You can retrieve the current maximum block height through calling getLastBlockIn #### Defined in -[src/service/Client.ts:258](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L258) +[src/service/Client.ts:258](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L258) ___ ### listStreamBlockItemsByHeight -▸ **listStreamBlockItemsByHeight**(`streamName`, `to`, `from?`, `verbose?`): `Promise`<[`Item`](../interfaces/service_liststreamkeyitems.Item.md)[]\> +▸ **listStreamBlockItemsByHeight**(`streamName`, `to`, `from?`, `verbose?`): `Promise`\<[`Item`](../interfaces/service_liststreamkeyitems.Item.md)[]\> Retrieve all items within a stream by block height range. @@ -356,7 +355,7 @@ Retrieve all items within a stream by block height range. #### Returns -`Promise`<[`Item`](../interfaces/service_liststreamkeyitems.Item.md)[]\> +`Promise`\<[`Item`](../interfaces/service_liststreamkeyitems.Item.md)[]\> #### Implementation of @@ -364,17 +363,17 @@ Retrieve all items within a stream by block height range. #### Defined in -[src/service/Client.ts:266](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L266) +[src/service/Client.ts:266](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L266) ___ ### ping -▸ **ping**(): `Promise`<`any`\> +▸ **ping**(): `Promise`\<`any`\> #### Returns -`Promise`<`any`\> +`Promise`\<`any`\> #### Implementation of @@ -382,13 +381,13 @@ ___ #### Defined in -[src/service/Client.ts:254](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L254) +[src/service/Client.ts:254](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L254) ___ ### setValue -▸ **setValue**(`streamName`, `streamkey`, `object`): `Promise`<`void`\> +▸ **setValue**(`streamName`, `streamkey`, `object`): `Promise`\<`void`\> #### Parameters @@ -400,7 +399,7 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Implementation of @@ -408,13 +407,13 @@ ___ #### Defined in -[src/service/Client.ts:221](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L221) +[src/service/Client.ts:221](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L221) ___ ### streamItems -▸ **streamItems**(`streamId`): `Promise`<[`StreamItem`](../interfaces/service_Client_h.StreamItem.md)[]\> +▸ **streamItems**(`streamId`): `Promise`\<[`StreamItem`](../interfaces/service_Client_h.StreamItem.md)[]\> #### Parameters @@ -424,7 +423,7 @@ ___ #### Returns -`Promise`<[`StreamItem`](../interfaces/service_Client_h.StreamItem.md)[]\> +`Promise`\<[`StreamItem`](../interfaces/service_Client_h.StreamItem.md)[]\> #### Implementation of @@ -432,13 +431,13 @@ ___ #### Defined in -[src/service/Client.ts:95](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L95) +[src/service/Client.ts:95](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L95) ___ ### streams -▸ **streams**(`name?`): `Promise`<[`Stream`](../interfaces/service_Client_h.Stream.md)[]\> +▸ **streams**(`name?`): `Promise`\<[`Stream`](../interfaces/service_Client_h.Stream.md)[]\> #### Parameters @@ -448,7 +447,7 @@ ___ #### Returns -`Promise`<[`Stream`](../interfaces/service_Client_h.Stream.md)[]\> +`Promise`\<[`Stream`](../interfaces/service_Client_h.Stream.md)[]\> #### Implementation of @@ -456,13 +455,13 @@ ___ #### Defined in -[src/service/Client.ts:82](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L82) +[src/service/Client.ts:82](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L82) ___ ### updateStreamItem -▸ **updateStreamItem**(`streamId`, `key`, `object`): `Promise`<`string`\> +▸ **updateStreamItem**(`streamId`, `key`, `object`): `Promise`\<`string`\> #### Parameters @@ -474,7 +473,7 @@ ___ #### Returns -`Promise`<`string`\> +`Promise`\<`string`\> #### Implementation of @@ -482,13 +481,13 @@ ___ #### Defined in -[src/service/Client.ts:123](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L123) +[src/service/Client.ts:123](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L123) ___ ### updateValue -▸ **updateValue**(`streamName`, `key`, `updateCallback`): `Promise`<`void`\> +▸ **updateValue**(`streamName`, `key`, `updateCallback`): `Promise`\<`void`\> #### Parameters @@ -500,7 +499,7 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Implementation of @@ -508,13 +507,13 @@ ___ #### Defined in -[src/service/Client.ts:226](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L226) +[src/service/Client.ts:226](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L226) ___ ### v2\_readStreamItems -▸ **v2_readStreamItems**(`streamName`, `key`, `nValues?`): `Promise`<[`Item`](../interfaces/service_liststreamkeyitems.Item.md)[]\> +▸ **v2_readStreamItems**(`streamName`, `key`, `nValues?`): `Promise`\<[`Item`](../interfaces/service_liststreamkeyitems.Item.md)[]\> #### Parameters @@ -526,7 +525,7 @@ ___ #### Returns -`Promise`<[`Item`](../interfaces/service_liststreamkeyitems.Item.md)[]\> +`Promise`\<[`Item`](../interfaces/service_liststreamkeyitems.Item.md)[]\> #### Implementation of @@ -534,4 +533,4 @@ ___ #### Defined in -[src/service/Client.ts:283](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L283) +[src/service/Client.ts:283](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L283) diff --git a/docs/developer/api-docs/classes/service_Client_storage_service.default.md b/docs/developer/api-docs/classes/service_Client_storage_service.default.md index eba6a2dd7..8af530299 100644 --- a/docs/developer/api-docs/classes/service_Client_storage_service.default.md +++ b/docs/developer/api-docs/classes/service_Client_storage_service.default.md @@ -1,8 +1,7 @@ # default - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client\_storage\_service](../modules/service_Client_storage_service.md) / default -[service/Client_storage_service](../modules/service_Client_storage_service.md).default +[service/Client\_storage\_service](../modules/service_Client_storage_service.md).default ## Implements @@ -37,11 +36,11 @@ | Name | Type | | :------ | :------ | -| `settings` | `AxiosRequestConfig`<`any`\> | +| `settings` | `AxiosRequestConfig`\<`any`\> | #### Defined in -[src/service/Client_storage_service.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.ts#L25) +[src/service/Client_storage_service.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.ts#L25) ## Properties @@ -51,7 +50,7 @@ #### Defined in -[src/service/Client_storage_service.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.ts#L21) +[src/service/Client_storage_service.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.ts#L21) ___ @@ -61,13 +60,13 @@ ___ #### Defined in -[src/service/Client_storage_service.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.ts#L23) +[src/service/Client_storage_service.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.ts#L23) ## Methods ### downloadObject -▸ **downloadObject**(`id`, `secret`): `Promise`<[`Type`](../modules/result.md#type)<[`StorageObject`](../interfaces/service_Client_storage_service_h.StorageObject.md)\>\> +▸ **downloadObject**(`id`, `secret`): `Promise`\<[`Type`](../modules/result.md#type)\<[`StorageObject`](../interfaces/service_Client_storage_service_h.StorageObject.md)\>\> Download an object using the matching secret @@ -80,7 +79,7 @@ Download an object using the matching secret #### Returns -`Promise`<[`Type`](../modules/result.md#type)<[`StorageObject`](../interfaces/service_Client_storage_service_h.StorageObject.md)\>\> +`Promise`\<[`Type`](../modules/result.md#type)\<[`StorageObject`](../interfaces/service_Client_storage_service_h.StorageObject.md)\>\> #### Implementation of @@ -88,7 +87,7 @@ Download an object using the matching secret #### Defined in -[src/service/Client_storage_service.ts:95](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.ts#L95) +[src/service/Client_storage_service.ts:95](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.ts#L95) ___ @@ -102,19 +101,19 @@ ___ #### Defined in -[src/service/Client_storage_service.ts:136](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.ts#L136) +[src/service/Client_storage_service.ts:136](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.ts#L136) ___ ### getVersion -▸ **getVersion**(): `Promise`<[`Version`](../interfaces/service_Client_storage_service_h.Version.md)\> +▸ **getVersion**(): `Promise`\<[`Version`](../interfaces/service_Client_storage_service_h.Version.md)\> Get version of conncted storage service #### Returns -`Promise`<[`Version`](../interfaces/service_Client_storage_service_h.Version.md)\> +`Promise`\<[`Version`](../interfaces/service_Client_storage_service_h.Version.md)\> #### Implementation of @@ -122,19 +121,19 @@ Get version of conncted storage service #### Defined in -[src/service/Client_storage_service.ts:54](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.ts#L54) +[src/service/Client_storage_service.ts:54](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.ts#L54) ___ ### isReady -▸ **isReady**(): `Promise`<`boolean`\> +▸ **isReady**(): `Promise`\<`boolean`\> Get readiness sattus of storage service #### Returns -`Promise`<`boolean`\> +`Promise`\<`boolean`\> #### Implementation of @@ -142,13 +141,13 @@ Get readiness sattus of storage service #### Defined in -[src/service/Client_storage_service.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.ts#L49) +[src/service/Client_storage_service.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.ts#L49) ___ ### uploadObject -▸ **uploadObject**(`id`, `name`, `data`): `Promise`<[`Type`](../modules/result.md#type)<[`UploadResponse`](../interfaces/service_Client_storage_service_h.UploadResponse.md)\>\> +▸ **uploadObject**(`id`, `name`, `data`): `Promise`\<[`Type`](../modules/result.md#type)\<[`UploadResponse`](../interfaces/service_Client_storage_service_h.UploadResponse.md)\>\> Upload an object using the @@ -162,7 +161,7 @@ Upload an object using the #### Returns -`Promise`<[`Type`](../modules/result.md#type)<[`UploadResponse`](../interfaces/service_Client_storage_service_h.UploadResponse.md)\>\> +`Promise`\<[`Type`](../modules/result.md#type)\<[`UploadResponse`](../interfaces/service_Client_storage_service_h.UploadResponse.md)\>\> #### Implementation of @@ -170,4 +169,4 @@ Upload an object using the #### Defined in -[src/service/Client_storage_service.ts:68](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.ts#L68) +[src/service/Client_storage_service.ts:68](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.ts#L68) diff --git a/docs/developer/api-docs/classes/service_RpcClient.RpcClient.md b/docs/developer/api-docs/classes/service_RpcClient.RpcClient.md index 9852987b6..fda104841 100644 --- a/docs/developer/api-docs/classes/service_RpcClient.RpcClient.md +++ b/docs/developer/api-docs/classes/service_RpcClient.RpcClient.md @@ -1,5 +1,4 @@ # RpcClient - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/RpcClient](../modules/service_RpcClient.md) / RpcClient [service/RpcClient](../modules/service_RpcClient.md).RpcClient @@ -40,7 +39,7 @@ #### Defined in -[src/service/RpcClient.ts:71](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L71) +[src/service/RpcClient.ts:71](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L71) ## Properties @@ -50,7 +49,7 @@ #### Defined in -[src/service/RpcClient.ts:67](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L67) +[src/service/RpcClient.ts:67](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L67) ___ @@ -60,13 +59,13 @@ ___ #### Defined in -[src/service/RpcClient.ts:69](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L69) +[src/service/RpcClient.ts:69](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L69) ## Methods ### convertToReadableItems -▸ `Private` **convertToReadableItems**(`items`): `Promise`<[`Type`](../modules/result.md#type)<[`StreamItem`](../interfaces/service_RpcClient_h.StreamItem.md)\>[]\> +▸ `Private` **convertToReadableItems**(`items`): `Promise`\<[`Type`](../modules/result.md#type)\<[`StreamItem`](../interfaces/service_RpcClient_h.StreamItem.md)\>[]\> #### Parameters @@ -76,11 +75,11 @@ ___ #### Returns -`Promise`<[`Type`](../modules/result.md#type)<[`StreamItem`](../interfaces/service_RpcClient_h.StreamItem.md)\>[]\> +`Promise`\<[`Type`](../modules/result.md#type)\<[`StreamItem`](../interfaces/service_RpcClient_h.StreamItem.md)\>[]\> #### Defined in -[src/service/RpcClient.ts:352](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L352) +[src/service/RpcClient.ts:352](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L352) ___ @@ -100,7 +99,7 @@ ___ #### Defined in -[src/service/RpcClient.ts:301](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L301) +[src/service/RpcClient.ts:301](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L301) ___ @@ -124,13 +123,13 @@ ___ #### Defined in -[src/service/RpcClient.ts:104](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L104) +[src/service/RpcClient.ts:104](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L104) ___ ### getOrDecryptItemData -▸ `Private` **getOrDecryptItemData**(`item`): [`Type`](../modules/result.md#type)<[`StreamItem`](../interfaces/service_RpcClient_h.StreamItem.md)\> +▸ `Private` **getOrDecryptItemData**(`item`): [`Type`](../modules/result.md#type)\<[`StreamItem`](../interfaces/service_RpcClient_h.StreamItem.md)\> #### Parameters @@ -140,11 +139,11 @@ ___ #### Returns -[`Type`](../modules/result.md#type)<[`StreamItem`](../interfaces/service_RpcClient_h.StreamItem.md)\> +[`Type`](../modules/result.md#type)\<[`StreamItem`](../interfaces/service_RpcClient_h.StreamItem.md)\> #### Defined in -[src/service/RpcClient.ts:310](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L310) +[src/service/RpcClient.ts:310](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L310) ___ @@ -166,7 +165,7 @@ ___ #### Defined in -[src/service/RpcClient.ts:254](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L254) +[src/service/RpcClient.ts:254](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L254) ___ @@ -191,7 +190,7 @@ return value also depends on the speicific method, can be listitems, permissions #### Defined in -[src/service/RpcClient.ts:198](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L198) +[src/service/RpcClient.ts:198](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L198) ___ @@ -217,13 +216,13 @@ Used to publish a stream item on the chain #### Defined in -[src/service/RpcClient.ts:140](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L140) +[src/service/RpcClient.ts:140](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L140) ___ ### retrieveItems -▸ **retrieveItems**(`streamName`, `start`, `count`): `Promise`<[`Item`](../interfaces/service_liststreamitems.Item.md)[]\> +▸ **retrieveItems**(`streamName`, `start`, `count`): `Promise`\<[`Item`](../interfaces/service_liststreamitems.Item.md)[]\> #### Parameters @@ -235,8 +234,8 @@ ___ #### Returns -`Promise`<[`Item`](../interfaces/service_liststreamitems.Item.md)[]\> +`Promise`\<[`Item`](../interfaces/service_liststreamitems.Item.md)[]\> #### Defined in -[src/service/RpcClient.ts:347](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.ts#L347) +[src/service/RpcClient.ts:347](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.ts#L347) diff --git a/docs/developer/api-docs/classes/service_RpcError.default.md b/docs/developer/api-docs/classes/service_RpcError.default.md index 3d7e7f565..59f748d16 100644 --- a/docs/developer/api-docs/classes/service_RpcError.default.md +++ b/docs/developer/api-docs/classes/service_RpcError.default.md @@ -1,5 +1,4 @@ # default - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/RpcError](../modules/service_RpcError.md) / default [service/RpcError](../modules/service_RpcError.md).default @@ -57,7 +56,7 @@ Error.constructor #### Defined in -[src/service/RpcError.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcError.ts#L12) +[src/service/RpcError.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcError.ts#L12) ## Properties @@ -69,7 +68,7 @@ Body of the HTTP response. #### Defined in -[src/service/RpcError.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcError.ts#L16) +[src/service/RpcError.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcError.ts#L16) ___ @@ -81,7 +80,7 @@ Headers of the HTTP response. #### Defined in -[src/service/RpcError.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcError.ts#L15) +[src/service/RpcError.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcError.ts#L15) ___ @@ -95,7 +94,7 @@ Error.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -109,7 +108,7 @@ Error.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -123,7 +122,7 @@ Error.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -135,7 +134,7 @@ Status code of the HTTP response. #### Defined in -[src/service/RpcError.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcError.ts#L13) +[src/service/RpcError.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcError.ts#L13) ___ @@ -147,7 +146,7 @@ Status text of the HTTP response. #### Defined in -[src/service/RpcError.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcError.ts#L14) +[src/service/RpcError.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcError.ts#L14) ___ @@ -161,10 +160,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -176,6 +171,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from Error.prepareStackTrace diff --git a/docs/developer/api-docs/classes/service_domain_errors_already_exists.AlreadyExists.md b/docs/developer/api-docs/classes/service_domain_errors_already_exists.AlreadyExists.md index f0ca150f6..f140ed415 100644 --- a/docs/developer/api-docs/classes/service_domain_errors_already_exists.AlreadyExists.md +++ b/docs/developer/api-docs/classes/service_domain_errors_already_exists.AlreadyExists.md @@ -1,8 +1,7 @@ # AlreadyExists - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/errors/already\_exists](../modules/service_domain_errors_already_exists.md) / AlreadyExists -[service/domain/errors/already_exists](../modules/service_domain_errors_already_exists.md).AlreadyExists +[service/domain/errors/already\_exists](../modules/service_domain_errors_already_exists.md).AlreadyExists **`Param`** @@ -59,7 +58,7 @@ Error.constructor #### Defined in -[src/service/domain/errors/already_exists.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/already_exists.ts#L9) +[src/service/domain/errors/already_exists.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/already_exists.ts#L9) ## Properties @@ -69,7 +68,7 @@ Error.constructor #### Defined in -[src/service/domain/errors/already_exists.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/already_exists.ts#L11) +[src/service/domain/errors/already_exists.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/already_exists.ts#L11) ___ @@ -79,7 +78,7 @@ ___ #### Defined in -[src/service/domain/errors/already_exists.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/already_exists.ts#L10) +[src/service/domain/errors/already_exists.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/already_exists.ts#L10) ___ @@ -93,7 +92,7 @@ Error.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -107,7 +106,7 @@ Error.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -121,7 +120,7 @@ Error.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -135,10 +134,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -150,6 +145,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from Error.prepareStackTrace diff --git a/docs/developer/api-docs/classes/service_domain_errors_event_sourcing_error.EventSourcingError.md b/docs/developer/api-docs/classes/service_domain_errors_event_sourcing_error.EventSourcingError.md index aac947fe3..a9d95e62e 100644 --- a/docs/developer/api-docs/classes/service_domain_errors_event_sourcing_error.EventSourcingError.md +++ b/docs/developer/api-docs/classes/service_domain_errors_event_sourcing_error.EventSourcingError.md @@ -1,8 +1,7 @@ # EventSourcingError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/errors/event\_sourcing\_error](../modules/service_domain_errors_event_sourcing_error.md) / EventSourcingError -[service/domain/errors/event_sourcing_error](../modules/service_domain_errors_event_sourcing_error.md).EventSourcingError +[service/domain/errors/event\_sourcing\_error](../modules/service_domain_errors_event_sourcing_error.md).EventSourcingError ## Hierarchy @@ -56,7 +55,7 @@ VError.constructor #### Defined in -[src/service/domain/errors/event_sourcing_error.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/event_sourcing_error.ts#L31) +[src/service/domain/errors/event_sourcing_error.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/event_sourcing_error.ts#L31) ## Properties @@ -78,7 +77,7 @@ VError.cause #### Defined in -node_modules/@types/verror/index.d.ts:31 +node_modules/@types/verror/index.d.ts:26 ___ @@ -92,7 +91,7 @@ VError.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -106,7 +105,7 @@ VError.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -120,7 +119,7 @@ VError.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -134,7 +133,7 @@ VError.VError #### Defined in -node_modules/@types/verror/index.d.ts:21 +node_modules/@types/verror/index.d.ts:16 ___ @@ -148,10 +147,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -163,6 +158,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from VError.prepareStackTrace @@ -234,7 +233,7 @@ VError.cause #### Defined in -node_modules/@types/verror/index.d.ts:23 +node_modules/@types/verror/index.d.ts:18 ___ @@ -259,13 +258,13 @@ VError.errorForEach #### Defined in -node_modules/@types/verror/index.d.ts:29 +node_modules/@types/verror/index.d.ts:24 ___ ### errorFromList -▸ `Static` **errorFromList**<`T`\>(`errors`): ``null`` \| `T` \| `MultiError` +▸ `Static` **errorFromList**\<`T`\>(`errors`): ``null`` \| `T` \| `MultiError` #### Type parameters @@ -289,7 +288,7 @@ VError.errorFromList #### Defined in -node_modules/@types/verror/index.d.ts:28 +node_modules/@types/verror/index.d.ts:23 ___ @@ -314,7 +313,7 @@ VError.findCauseByName #### Defined in -node_modules/@types/verror/index.d.ts:26 +node_modules/@types/verror/index.d.ts:21 ___ @@ -338,7 +337,7 @@ VError.fullStack #### Defined in -node_modules/@types/verror/index.d.ts:25 +node_modules/@types/verror/index.d.ts:20 ___ @@ -363,7 +362,7 @@ VError.hasCauseWithName #### Defined in -node_modules/@types/verror/index.d.ts:27 +node_modules/@types/verror/index.d.ts:22 ___ @@ -387,4 +386,4 @@ VError.info #### Defined in -node_modules/@types/verror/index.d.ts:24 +node_modules/@types/verror/index.d.ts:19 diff --git a/docs/developer/api-docs/classes/service_domain_errors_invalid_command.InvalidCommand.md b/docs/developer/api-docs/classes/service_domain_errors_invalid_command.InvalidCommand.md index de5fd3a8a..d33325db8 100644 --- a/docs/developer/api-docs/classes/service_domain_errors_invalid_command.InvalidCommand.md +++ b/docs/developer/api-docs/classes/service_domain_errors_invalid_command.InvalidCommand.md @@ -1,8 +1,7 @@ # InvalidCommand - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/errors/invalid\_command](../modules/service_domain_errors_invalid_command.md) / InvalidCommand -[service/domain/errors/invalid_command](../modules/service_domain_errors_invalid_command.md).InvalidCommand +[service/domain/errors/invalid\_command](../modules/service_domain_errors_invalid_command.md).InvalidCommand ## Hierarchy @@ -51,7 +50,7 @@ Error.constructor #### Defined in -[src/service/domain/errors/invalid_command.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/invalid_command.ts#L5) +[src/service/domain/errors/invalid_command.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/invalid_command.ts#L5) ## Properties @@ -61,7 +60,7 @@ Error.constructor #### Defined in -[src/service/domain/errors/invalid_command.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/invalid_command.ts#L7) +[src/service/domain/errors/invalid_command.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/invalid_command.ts#L7) ___ @@ -71,7 +70,7 @@ ___ #### Defined in -[src/service/domain/errors/invalid_command.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/invalid_command.ts#L6) +[src/service/domain/errors/invalid_command.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/invalid_command.ts#L6) ___ @@ -85,7 +84,7 @@ Error.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -99,7 +98,7 @@ Error.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -113,7 +112,7 @@ Error.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -123,7 +122,7 @@ ___ #### Defined in -[src/service/domain/errors/invalid_command.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/invalid_command.ts#L8) +[src/service/domain/errors/invalid_command.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/invalid_command.ts#L8) ___ @@ -137,10 +136,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -152,6 +147,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from Error.prepareStackTrace diff --git a/docs/developer/api-docs/classes/service_domain_errors_invalid_event.InvalidEvent.md b/docs/developer/api-docs/classes/service_domain_errors_invalid_event.InvalidEvent.md index b0d62c991..627a35c9a 100644 --- a/docs/developer/api-docs/classes/service_domain_errors_invalid_event.InvalidEvent.md +++ b/docs/developer/api-docs/classes/service_domain_errors_invalid_event.InvalidEvent.md @@ -1,8 +1,7 @@ # InvalidEvent - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/errors/invalid\_event](../modules/service_domain_errors_invalid_event.md) / InvalidEvent -[service/domain/errors/invalid_event](../modules/service_domain_errors_invalid_event.md).InvalidEvent +[service/domain/errors/invalid\_event](../modules/service_domain_errors_invalid_event.md).InvalidEvent ## Hierarchy @@ -51,7 +50,7 @@ Error.constructor #### Defined in -[src/service/domain/errors/invalid_event.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/invalid_event.ts#L5) +[src/service/domain/errors/invalid_event.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/invalid_event.ts#L5) ## Properties @@ -61,7 +60,7 @@ Error.constructor #### Defined in -[src/service/domain/errors/invalid_event.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/invalid_event.ts#L7) +[src/service/domain/errors/invalid_event.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/invalid_event.ts#L7) ___ @@ -71,7 +70,7 @@ ___ #### Defined in -[src/service/domain/errors/invalid_event.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/invalid_event.ts#L6) +[src/service/domain/errors/invalid_event.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/invalid_event.ts#L6) ___ @@ -85,7 +84,7 @@ Error.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -99,7 +98,7 @@ Error.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -113,7 +112,7 @@ Error.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -123,7 +122,7 @@ ___ #### Defined in -[src/service/domain/errors/invalid_event.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/invalid_event.ts#L8) +[src/service/domain/errors/invalid_event.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/invalid_event.ts#L8) ___ @@ -137,10 +136,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -152,6 +147,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from Error.prepareStackTrace diff --git a/docs/developer/api-docs/classes/service_domain_errors_not_authorized.NotAuthorized.md b/docs/developer/api-docs/classes/service_domain_errors_not_authorized.NotAuthorized.md index 5d279a5a0..3dbd9a43f 100644 --- a/docs/developer/api-docs/classes/service_domain_errors_not_authorized.NotAuthorized.md +++ b/docs/developer/api-docs/classes/service_domain_errors_not_authorized.NotAuthorized.md @@ -1,8 +1,7 @@ # NotAuthorized - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/errors/not\_authorized](../modules/service_domain_errors_not_authorized.md) / NotAuthorized -[service/domain/errors/not_authorized](../modules/service_domain_errors_not_authorized.md).NotAuthorized +[service/domain/errors/not\_authorized](../modules/service_domain_errors_not_authorized.md).NotAuthorized ## Hierarchy @@ -56,7 +55,7 @@ VError.constructor #### Defined in -[src/service/domain/errors/not_authorized.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/not_authorized.ts#L33) +[src/service/domain/errors/not_authorized.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/not_authorized.ts#L33) ## Properties @@ -78,7 +77,7 @@ VError.cause #### Defined in -node_modules/@types/verror/index.d.ts:31 +node_modules/@types/verror/index.d.ts:26 ___ @@ -92,7 +91,7 @@ VError.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -106,7 +105,7 @@ VError.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -120,7 +119,7 @@ VError.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -134,7 +133,7 @@ VError.VError #### Defined in -node_modules/@types/verror/index.d.ts:21 +node_modules/@types/verror/index.d.ts:16 ___ @@ -148,10 +147,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -163,6 +158,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from VError.prepareStackTrace @@ -234,7 +233,7 @@ VError.cause #### Defined in -node_modules/@types/verror/index.d.ts:23 +node_modules/@types/verror/index.d.ts:18 ___ @@ -259,13 +258,13 @@ VError.errorForEach #### Defined in -node_modules/@types/verror/index.d.ts:29 +node_modules/@types/verror/index.d.ts:24 ___ ### errorFromList -▸ `Static` **errorFromList**<`T`\>(`errors`): ``null`` \| `T` \| `MultiError` +▸ `Static` **errorFromList**\<`T`\>(`errors`): ``null`` \| `T` \| `MultiError` #### Type parameters @@ -289,7 +288,7 @@ VError.errorFromList #### Defined in -node_modules/@types/verror/index.d.ts:28 +node_modules/@types/verror/index.d.ts:23 ___ @@ -314,7 +313,7 @@ VError.findCauseByName #### Defined in -node_modules/@types/verror/index.d.ts:26 +node_modules/@types/verror/index.d.ts:21 ___ @@ -338,7 +337,7 @@ VError.fullStack #### Defined in -node_modules/@types/verror/index.d.ts:25 +node_modules/@types/verror/index.d.ts:20 ___ @@ -363,7 +362,7 @@ VError.hasCauseWithName #### Defined in -node_modules/@types/verror/index.d.ts:27 +node_modules/@types/verror/index.d.ts:22 ___ @@ -387,4 +386,4 @@ VError.info #### Defined in -node_modules/@types/verror/index.d.ts:24 +node_modules/@types/verror/index.d.ts:19 diff --git a/docs/developer/api-docs/classes/service_domain_errors_not_found.NotFound.md b/docs/developer/api-docs/classes/service_domain_errors_not_found.NotFound.md index fac445313..4c99bad21 100644 --- a/docs/developer/api-docs/classes/service_domain_errors_not_found.NotFound.md +++ b/docs/developer/api-docs/classes/service_domain_errors_not_found.NotFound.md @@ -1,8 +1,7 @@ # NotFound - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/errors/not\_found](../modules/service_domain_errors_not_found.md) / NotFound -[service/domain/errors/not_found](../modules/service_domain_errors_not_found.md).NotFound +[service/domain/errors/not\_found](../modules/service_domain_errors_not_found.md).NotFound ## Hierarchy @@ -51,7 +50,7 @@ Error.constructor #### Defined in -[src/service/domain/errors/not_found.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/not_found.ts#L4) +[src/service/domain/errors/not_found.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/not_found.ts#L4) ## Properties @@ -61,7 +60,7 @@ Error.constructor #### Defined in -[src/service/domain/errors/not_found.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/not_found.ts#L5) +[src/service/domain/errors/not_found.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/not_found.ts#L5) ___ @@ -71,7 +70,7 @@ ___ #### Defined in -[src/service/domain/errors/not_found.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/not_found.ts#L16) +[src/service/domain/errors/not_found.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/not_found.ts#L16) ___ @@ -81,7 +80,7 @@ ___ #### Defined in -[src/service/domain/errors/not_found.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/not_found.ts#L6) +[src/service/domain/errors/not_found.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/not_found.ts#L6) ___ @@ -95,7 +94,7 @@ Error.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -109,7 +108,7 @@ Error.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -123,7 +122,7 @@ Error.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -137,10 +136,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -152,6 +147,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from Error.prepareStackTrace diff --git a/docs/developer/api-docs/classes/service_domain_errors_precondition_error.PreconditionError.md b/docs/developer/api-docs/classes/service_domain_errors_precondition_error.PreconditionError.md index 25f0efd2e..fbd96d58c 100644 --- a/docs/developer/api-docs/classes/service_domain_errors_precondition_error.PreconditionError.md +++ b/docs/developer/api-docs/classes/service_domain_errors_precondition_error.PreconditionError.md @@ -1,8 +1,7 @@ # PreconditionError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/errors/precondition\_error](../modules/service_domain_errors_precondition_error.md) / PreconditionError -[service/domain/errors/precondition_error](../modules/service_domain_errors_precondition_error.md).PreconditionError +[service/domain/errors/precondition\_error](../modules/service_domain_errors_precondition_error.md).PreconditionError ## Hierarchy @@ -50,7 +49,7 @@ Error.constructor #### Defined in -[src/service/domain/errors/precondition_error.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/precondition_error.ts#L5) +[src/service/domain/errors/precondition_error.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/precondition_error.ts#L5) ## Properties @@ -60,7 +59,7 @@ Error.constructor #### Defined in -[src/service/domain/errors/precondition_error.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/precondition_error.ts#L7) +[src/service/domain/errors/precondition_error.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/precondition_error.ts#L7) ___ @@ -70,7 +69,7 @@ ___ #### Defined in -[src/service/domain/errors/precondition_error.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/errors/precondition_error.ts#L6) +[src/service/domain/errors/precondition_error.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/errors/precondition_error.ts#L6) ___ @@ -84,7 +83,7 @@ Error.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -98,7 +97,7 @@ Error.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -112,7 +111,7 @@ Error.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -126,10 +125,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -141,6 +136,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from Error.prepareStackTrace diff --git a/docs/developer/api-docs/classes/service_errors_authentication_failed.AuthenticationFailed.md b/docs/developer/api-docs/classes/service_errors_authentication_failed.AuthenticationFailed.md index 9b7419851..705b0702d 100644 --- a/docs/developer/api-docs/classes/service_errors_authentication_failed.AuthenticationFailed.md +++ b/docs/developer/api-docs/classes/service_errors_authentication_failed.AuthenticationFailed.md @@ -1,8 +1,7 @@ # AuthenticationFailed - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/errors/authentication\_failed](../modules/service_errors_authentication_failed.md) / AuthenticationFailed -[service/errors/authentication_failed](../modules/service_errors_authentication_failed.md).AuthenticationFailed +[service/errors/authentication\_failed](../modules/service_errors_authentication_failed.md).AuthenticationFailed ## Hierarchy @@ -56,7 +55,7 @@ VError.constructor #### Defined in -[src/service/errors/authentication_failed.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/errors/authentication_failed.ts#L20) +[src/service/errors/authentication_failed.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/errors/authentication_failed.ts#L20) ## Properties @@ -78,7 +77,7 @@ VError.cause #### Defined in -node_modules/@types/verror/index.d.ts:31 +node_modules/@types/verror/index.d.ts:26 ___ @@ -92,7 +91,7 @@ VError.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -106,7 +105,7 @@ VError.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -120,7 +119,7 @@ VError.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -134,7 +133,7 @@ VError.VError #### Defined in -node_modules/@types/verror/index.d.ts:21 +node_modules/@types/verror/index.d.ts:16 ___ @@ -148,10 +147,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -163,6 +158,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from VError.prepareStackTrace @@ -234,7 +233,7 @@ VError.cause #### Defined in -node_modules/@types/verror/index.d.ts:23 +node_modules/@types/verror/index.d.ts:18 ___ @@ -259,13 +258,13 @@ VError.errorForEach #### Defined in -node_modules/@types/verror/index.d.ts:29 +node_modules/@types/verror/index.d.ts:24 ___ ### errorFromList -▸ `Static` **errorFromList**<`T`\>(`errors`): ``null`` \| `T` \| `MultiError` +▸ `Static` **errorFromList**\<`T`\>(`errors`): ``null`` \| `T` \| `MultiError` #### Type parameters @@ -289,7 +288,7 @@ VError.errorFromList #### Defined in -node_modules/@types/verror/index.d.ts:28 +node_modules/@types/verror/index.d.ts:23 ___ @@ -314,7 +313,7 @@ VError.findCauseByName #### Defined in -node_modules/@types/verror/index.d.ts:26 +node_modules/@types/verror/index.d.ts:21 ___ @@ -338,7 +337,7 @@ VError.fullStack #### Defined in -node_modules/@types/verror/index.d.ts:25 +node_modules/@types/verror/index.d.ts:20 ___ @@ -363,7 +362,7 @@ VError.hasCauseWithName #### Defined in -node_modules/@types/verror/index.d.ts:27 +node_modules/@types/verror/index.d.ts:22 ___ @@ -387,4 +386,4 @@ VError.info #### Defined in -node_modules/@types/verror/index.d.ts:24 +node_modules/@types/verror/index.d.ts:19 diff --git a/docs/developer/api-docs/classes/service_event_parsing_error.EventParsingError.md b/docs/developer/api-docs/classes/service_event_parsing_error.EventParsingError.md index 38e999de7..9ee9701b6 100644 --- a/docs/developer/api-docs/classes/service_event_parsing_error.EventParsingError.md +++ b/docs/developer/api-docs/classes/service_event_parsing_error.EventParsingError.md @@ -1,8 +1,7 @@ # EventParsingError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/event\_parsing\_error](../modules/service_event_parsing_error.md) / EventParsingError -[service/event_parsing_error](../modules/service_event_parsing_error.md).EventParsingError +[service/event\_parsing\_error](../modules/service_event_parsing_error.md).EventParsingError ## Hierarchy @@ -49,7 +48,7 @@ Error.constructor #### Defined in -[src/service/event_parsing_error.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/event_parsing_error.ts#L4) +[src/service/event_parsing_error.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/event_parsing_error.ts#L4) ## Properties @@ -59,7 +58,7 @@ Error.constructor #### Defined in -[src/service/event_parsing_error.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/event_parsing_error.ts#L4) +[src/service/event_parsing_error.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/event_parsing_error.ts#L4) ___ @@ -69,7 +68,7 @@ ___ #### Defined in -[src/service/event_parsing_error.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/event_parsing_error.ts#L4) +[src/service/event_parsing_error.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/event_parsing_error.ts#L4) ___ @@ -83,7 +82,7 @@ Error.message #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1055 +node_modules/typescript/lib/lib.es5.d.ts:1068 ___ @@ -97,7 +96,7 @@ Error.name #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1054 +node_modules/typescript/lib/lib.es5.d.ts:1067 ___ @@ -111,7 +110,7 @@ Error.stack #### Defined in -node_modules/typescript/lib/lib.es5.d.ts:1056 +node_modules/typescript/lib/lib.es5.d.ts:1069 ___ @@ -125,10 +124,6 @@ ___ Optional override for formatting stack traces -**`See`** - -https://v8.dev/docs/stack-trace-api#customizing-stack-traces - ##### Parameters | Name | Type | @@ -140,6 +135,10 @@ https://v8.dev/docs/stack-trace-api#customizing-stack-traces `any` +**`See`** + +https://v8.dev/docs/stack-trace-api#customizing-stack-traces + #### Inherited from Error.prepareStackTrace diff --git a/docs/developer/api-docs/classes/system_blockchainApi.default.md b/docs/developer/api-docs/classes/system_blockchainApi.default.md index 85c5ad8fa..0357f69df 100644 --- a/docs/developer/api-docs/classes/system_blockchainApi.default.md +++ b/docs/developer/api-docs/classes/system_blockchainApi.default.md @@ -1,5 +1,4 @@ # default - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [system/blockchainApi](../modules/system_blockchainApi.md) / default [system/blockchainApi](../modules/system_blockchainApi.md).default @@ -27,7 +26,7 @@ #### Defined in -[src/system/blockchainApi.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/system/blockchainApi.ts#L9) +[src/system/blockchainApi.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/system/blockchainApi.ts#L9) ## Properties @@ -37,21 +36,21 @@ #### Defined in -[src/system/blockchainApi.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/system/blockchainApi.ts#L7) +[src/system/blockchainApi.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/system/blockchainApi.ts#L7) ## Methods ### fetchVersion -▸ **fetchVersion**(): `Promise`<`AxiosResponse`<`any`, `any`\>\> +▸ **fetchVersion**(): `Promise`\<`AxiosResponse`\<`any`, `any`\>\> #### Returns -`Promise`<`AxiosResponse`<`any`, `any`\>\> +`Promise`\<`AxiosResponse`\<`any`, `any`\>\> #### Defined in -[src/system/blockchainApi.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/system/blockchainApi.ts#L29) +[src/system/blockchainApi.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/system/blockchainApi.ts#L29) ___ @@ -71,4 +70,4 @@ ___ #### Defined in -[src/system/blockchainApi.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/system/blockchainApi.ts#L25) +[src/system/blockchainApi.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/system/blockchainApi.ts#L25) diff --git a/docs/developer/api-docs/enums/service_RpcResponse_h.ErrorCode.md b/docs/developer/api-docs/enums/service_RpcResponse_h.ErrorCode.md index 286c2e9e0..10a35418f 100644 --- a/docs/developer/api-docs/enums/service_RpcResponse_h.ErrorCode.md +++ b/docs/developer/api-docs/enums/service_RpcResponse_h.ErrorCode.md @@ -1,5 +1,4 @@ # ErrorCode - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/RpcResponse.h](../modules/service_RpcResponse_h.md) / ErrorCode [service/RpcResponse.h](../modules/service_RpcResponse_h.md).ErrorCode @@ -26,7 +25,7 @@ Internal JSON-RPC error. #### Defined in -[src/service/RpcResponse.h.ts:61](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcResponse.h.ts#L61) +[src/service/RpcResponse.h.ts:61](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcResponse.h.ts#L61) ___ @@ -38,7 +37,7 @@ The method arguments are invalid. #### Defined in -[src/service/RpcResponse.h.ts:56](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcResponse.h.ts#L56) +[src/service/RpcResponse.h.ts:56](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcResponse.h.ts#L56) ___ @@ -50,7 +49,7 @@ The request body is an invalid JSON-RPC request. #### Defined in -[src/service/RpcResponse.h.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcResponse.h.ts#L46) +[src/service/RpcResponse.h.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcResponse.h.ts#L46) ___ @@ -62,7 +61,7 @@ The invoked method does not exist. #### Defined in -[src/service/RpcResponse.h.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcResponse.h.ts#L51) +[src/service/RpcResponse.h.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcResponse.h.ts#L51) ___ @@ -74,4 +73,4 @@ The request body is an invalid JSON document. #### Defined in -[src/service/RpcResponse.h.ts:66](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcResponse.h.ts#L66) +[src/service/RpcResponse.h.ts:66](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcResponse.h.ts#L66) diff --git a/docs/developer/api-docs/interfaces/Config.md b/docs/developer/api-docs/interfaces/Config.md deleted file mode 100644 index 760244ec3..000000000 --- a/docs/developer/api-docs/interfaces/Config.md +++ /dev/null @@ -1,223 +0,0 @@ -# Config - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / Config - -Shows the type of an API configuration - -**`notexported`** - -## Table of contents - -### Properties - -- [accessControlAllowOrigin](Config.md#accesscontrolalloworigin) -- [blockchain](Config.md#blockchain) -- [buildTimeStamp](Config.md#buildtimestamp) -- [ciCommitSha](Config.md#cicommitsha) -- [documentFeatureEnabled](Config.md#documentfeatureenabled) -- [encryptionPassword](Config.md#encryptionpassword) -- [jwtSecret](Config.md#jwtsecret) -- [nodeEnv](Config.md#nodeenv) -- [npmPackageVersion](Config.md#npmpackageversion) -- [organization](Config.md#organization) -- [organizationVaultSecret](Config.md#organizationvaultsecret) -- [port](Config.md#port) -- [rootSecret](Config.md#rootsecret) -- [rpc](Config.md#rpc) -- [signingMethod](Config.md#signingmethod) -- [storageService](Config.md#storageservice) -- [swaggerBasepath](Config.md#swaggerbasepath) - -## Properties - -### accessControlAllowOrigin - -• **accessControlAllowOrigin**: `string` - -#### Defined in - -[src/config.ts:68](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L68) - -___ - -### blockchain - -• **blockchain**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `host` | `string` | -| `port` | `number` | - -#### Defined in - -[src/config.ts:49](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L49) - -___ - -### buildTimeStamp - -• **buildTimeStamp**: `string` - -#### Defined in - -[src/config.ts:57](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L57) - -___ - -### ciCommitSha - -• **ciCommitSha**: `string` - -#### Defined in - -[src/config.ts:56](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L56) - -___ - -### documentFeatureEnabled - -• **documentFeatureEnabled**: `boolean` - -#### Defined in - -[src/config.ts:59](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L59) - -___ - -### encryptionPassword - -• **encryptionPassword**: `undefined` \| `string` - -#### Defined in - -[src/config.ts:65](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L65) - -___ - -### jwtSecret - -• **jwtSecret**: `string` - -#### Defined in - -[src/config.ts:53](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L53) - -___ - -### nodeEnv - -• **nodeEnv**: `undefined` \| `string` - -#### Defined in - -[src/config.ts:67](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L67) - -___ - -### npmPackageVersion - -• **npmPackageVersion**: `string` - -#### Defined in - -[src/config.ts:54](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L54) - -___ - -### organization - -• **organization**: `string` - -#### Defined in - -[src/config.ts:36](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L36) - -___ - -### organizationVaultSecret - -• **organizationVaultSecret**: `string` - -#### Defined in - -[src/config.ts:37](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L37) - -___ - -### port - -• **port**: `number` - -#### Defined in - -[src/config.ts:38](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L38) - -___ - -### rootSecret - -• **rootSecret**: `string` - -#### Defined in - -[src/config.ts:39](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L39) - -___ - -### rpc - -• **rpc**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `host` | `string` | -| `password` | `string` | -| `port` | `number` | -| `user` | `string` | - -#### Defined in - -[src/config.ts:41](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L41) - -___ - -### signingMethod - -• **signingMethod**: `string` - -#### Defined in - -[src/config.ts:66](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L66) - -___ - -### storageService - -• **storageService**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `externalUrl` | `string` | -| `host` | `string` | -| `port` | `number` | - -#### Defined in - -[src/config.ts:60](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L60) - -___ - -### swaggerBasepath - -• **swaggerBasepath**: `string` - -#### Defined in - -[src/config.ts:58](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L58) diff --git a/docs/developer/api-docs/interfaces/ExposedGroup.md b/docs/developer/api-docs/interfaces/ExposedGroup.md deleted file mode 100644 index c85e5936f..000000000 --- a/docs/developer/api-docs/interfaces/ExposedGroup.md +++ /dev/null @@ -1,45 +0,0 @@ -# ExposedGroup - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / ExposedGroup - -Represents the type of the group that will be returned in a list - -**`notexported`** - -## Table of contents - -### Properties - -- [displayName](ExposedGroup.md#displayname) -- [groupId](ExposedGroup.md#groupid) -- [users](ExposedGroup.md#users) - -## Properties - -### displayName - -• **displayName**: `string` - -#### Defined in - -[src/group_list.ts:70](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/group_list.ts#L70) - -___ - -### groupId - -• **groupId**: `string` - -#### Defined in - -[src/group_list.ts:69](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/group_list.ts#L69) - -___ - -### users - -• **users**: `string`[] - -#### Defined in - -[src/group_list.ts:71](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/group_list.ts#L71) diff --git a/docs/developer/api-docs/interfaces/ExposedNotification.md b/docs/developer/api-docs/interfaces/ExposedNotification.md deleted file mode 100644 index 74355f91c..000000000 --- a/docs/developer/api-docs/interfaces/ExposedNotification.md +++ /dev/null @@ -1,64 +0,0 @@ -# ExposedNotification - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / ExposedNotification - -Represents an exposed notification - -**`notexported`** - -## Table of contents - -### Properties - -- [businessEvent](ExposedNotification.md#businessevent) -- [id](ExposedNotification.md#id) -- [isRead](ExposedNotification.md#isread) -- [metadata](ExposedNotification.md#metadata) - -## Properties - -### businessEvent - -• **businessEvent**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `publisher` | `string` | -| `time` | `string` | -| `type` | `string` | - -#### Defined in - -[src/notification_list.ts:213](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L213) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[src/notification_list.ts:211](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L211) - -___ - -### isRead - -• **isRead**: `boolean` - -#### Defined in - -[src/notification_list.ts:212](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L212) - -___ - -### metadata - -• `Optional` **metadata**: [`NotificationMetadata`](../modules.md#notificationmetadata) - -#### Defined in - -[src/notification_list.ts:218](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L218) diff --git a/docs/developer/api-docs/interfaces/Group.md b/docs/developer/api-docs/interfaces/Group.md deleted file mode 100644 index 091fb086d..000000000 --- a/docs/developer/api-docs/interfaces/Group.md +++ /dev/null @@ -1,45 +0,0 @@ -# Group - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / Group - -Represents the type of the group that will be created - -**`notexported`** - -## Table of contents - -### Properties - -- [displayName](Group.md#displayname) -- [id](Group.md#id) -- [users](Group.md#users) - -## Properties - -### displayName - -• **displayName**: `string` - -#### Defined in - -[src/group_create.ts:20](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/group_create.ts#L20) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[src/group_create.ts:19](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/group_create.ts#L19) - -___ - -### users - -• **users**: `string`[] - -#### Defined in - -[src/group_create.ts:21](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/group_create.ts#L21) diff --git a/docs/developer/api-docs/interfaces/ProcessEnvVars.md b/docs/developer/api-docs/interfaces/ProcessEnvVars.md deleted file mode 100644 index 36e9e225f..000000000 --- a/docs/developer/api-docs/interfaces/ProcessEnvVars.md +++ /dev/null @@ -1,232 +0,0 @@ -# ProcessEnvVars - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / ProcessEnvVars - -Shows all environment variables that the api can contain - -**`notexported`** - -## Table of contents - -### Properties - -- [ACCESS\_CONTROL\_ALLOW\_ORIGIN](ProcessEnvVars.md#access_control_allow_origin) -- [BLOCKCHAIN\_PORT](ProcessEnvVars.md#blockchain_port) -- [BUILDTIMESTAMP](ProcessEnvVars.md#buildtimestamp) -- [CI\_COMMIT\_SHA](ProcessEnvVars.md#ci_commit_sha) -- [DOCUMENT\_FEATURE\_ENABLED](ProcessEnvVars.md#document_feature_enabled) -- [ENCRYPTION\_PASSWORD](ProcessEnvVars.md#encryption_password) -- [JWT\_SECRET](ProcessEnvVars.md#jwt_secret) -- [MULTICHAIN\_RPC\_HOST](ProcessEnvVars.md#multichain_rpc_host) -- [MULTICHAIN\_RPC\_PASSWORD](ProcessEnvVars.md#multichain_rpc_password) -- [MULTICHAIN\_RPC\_PORT](ProcessEnvVars.md#multichain_rpc_port) -- [MULTICHAIN\_RPC\_USER](ProcessEnvVars.md#multichain_rpc_user) -- [NODE\_ENV](ProcessEnvVars.md#node_env) -- [ORGANIZATION](ProcessEnvVars.md#organization) -- [ORGANIZATION\_VAULT\_SECRET](ProcessEnvVars.md#organization_vault_secret) -- [PORT](ProcessEnvVars.md#port) -- [ROOT\_SECRET](ProcessEnvVars.md#root_secret) -- [SIGNING\_METHOD](ProcessEnvVars.md#signing_method) -- [STORAGE\_SERVICE\_EXTERNAL\_URL](ProcessEnvVars.md#storage_service_external_url) -- [STORAGE\_SERVICE\_HOST](ProcessEnvVars.md#storage_service_host) -- [STORAGE\_SERVICE\_PORT](ProcessEnvVars.md#storage_service_port) - -## Properties - -### ACCESS\_CONTROL\_ALLOW\_ORIGIN - -• **ACCESS\_CONTROL\_ALLOW\_ORIGIN**: `string` - -#### Defined in - -[src/config.ts:25](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L25) - -___ - -### BLOCKCHAIN\_PORT - -• **BLOCKCHAIN\_PORT**: `string` - -#### Defined in - -[src/config.ts:17](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L17) - -___ - -### BUILDTIMESTAMP - -• **BUILDTIMESTAMP**: `string` - -#### Defined in - -[src/config.ts:20](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L20) - -___ - -### CI\_COMMIT\_SHA - -• **CI\_COMMIT\_SHA**: `string` - -#### Defined in - -[src/config.ts:19](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L19) - -___ - -### DOCUMENT\_FEATURE\_ENABLED - -• **DOCUMENT\_FEATURE\_ENABLED**: `string` - -#### Defined in - -[src/config.ts:21](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L21) - -___ - -### ENCRYPTION\_PASSWORD - -• **ENCRYPTION\_PASSWORD**: `string` - -#### Defined in - -[src/config.ts:27](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L27) - -___ - -### JWT\_SECRET - -• **JWT\_SECRET**: `string` - -#### Defined in - -[src/config.ts:18](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L18) - -___ - -### MULTICHAIN\_RPC\_HOST - -• **MULTICHAIN\_RPC\_HOST**: `string` - -#### Defined in - -[src/config.ts:13](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L13) - -___ - -### MULTICHAIN\_RPC\_PASSWORD - -• **MULTICHAIN\_RPC\_PASSWORD**: `string` - -#### Defined in - -[src/config.ts:16](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L16) - -___ - -### MULTICHAIN\_RPC\_PORT - -• **MULTICHAIN\_RPC\_PORT**: `string` - -#### Defined in - -[src/config.ts:14](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L14) - -___ - -### MULTICHAIN\_RPC\_USER - -• **MULTICHAIN\_RPC\_USER**: `string` - -#### Defined in - -[src/config.ts:15](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L15) - -___ - -### NODE\_ENV - -• **NODE\_ENV**: `string` - -#### Defined in - -[src/config.ts:26](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L26) - -___ - -### ORGANIZATION - -• **ORGANIZATION**: `string` - -#### Defined in - -[src/config.ts:9](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L9) - -___ - -### ORGANIZATION\_VAULT\_SECRET - -• **ORGANIZATION\_VAULT\_SECRET**: `string` - -#### Defined in - -[src/config.ts:10](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L10) - -___ - -### PORT - -• **PORT**: `string` - -#### Defined in - -[src/config.ts:11](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L11) - -___ - -### ROOT\_SECRET - -• **ROOT\_SECRET**: `string` - -#### Defined in - -[src/config.ts:12](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L12) - -___ - -### SIGNING\_METHOD - -• **SIGNING\_METHOD**: `string` - -#### Defined in - -[src/config.ts:28](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L28) - -___ - -### STORAGE\_SERVICE\_EXTERNAL\_URL - -• **STORAGE\_SERVICE\_EXTERNAL\_URL**: `string` - -#### Defined in - -[src/config.ts:24](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L24) - -___ - -### STORAGE\_SERVICE\_HOST - -• **STORAGE\_SERVICE\_HOST**: `string` - -#### Defined in - -[src/config.ts:22](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L22) - -___ - -### STORAGE\_SERVICE\_PORT - -• **STORAGE\_SERVICE\_PORT**: `string` - -#### Defined in - -[src/config.ts:23](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/config.ts#L23) diff --git a/docs/developer/api-docs/interfaces/ProjectNotificationMetadata.md b/docs/developer/api-docs/interfaces/ProjectNotificationMetadata.md deleted file mode 100644 index f0f3a1a57..000000000 --- a/docs/developer/api-docs/interfaces/ProjectNotificationMetadata.md +++ /dev/null @@ -1,23 +0,0 @@ -# ProjectNotificationMetadata - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / ProjectNotificationMetadata - -Represents a notification with a project as metadata - -**`notexported`** - -## Table of contents - -### Properties - -- [project](ProjectNotificationMetadata.md#project) - -## Properties - -### project - -• **project**: [`ProjectWithViewPermissions`](ProjectWithViewPermissions.md) \| [`ProjectWithoutViewPermissions`](ProjectWithoutViewPermissions.md) - -#### Defined in - -[src/notification_list.ts:137](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L137) diff --git a/docs/developer/api-docs/interfaces/ProjectWithViewPermissions.md b/docs/developer/api-docs/interfaces/ProjectWithViewPermissions.md deleted file mode 100644 index ed474b9fa..000000000 --- a/docs/developer/api-docs/interfaces/ProjectWithViewPermissions.md +++ /dev/null @@ -1,45 +0,0 @@ -# ProjectWithViewPermissions - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / ProjectWithViewPermissions - -Represents a project with view permissions - -**`notexported`** - -## Table of contents - -### Properties - -- [displayName](ProjectWithViewPermissions.md#displayname) -- [hasViewPermissions](ProjectWithViewPermissions.md#hasviewpermissions) -- [id](ProjectWithViewPermissions.md#id) - -## Properties - -### displayName - -• **displayName**: `string` - -#### Defined in - -[src/notification_list.ts:129](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L129) - -___ - -### hasViewPermissions - -• **hasViewPermissions**: ``true`` - -#### Defined in - -[src/notification_list.ts:128](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L128) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[src/notification_list.ts:127](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L127) diff --git a/docs/developer/api-docs/interfaces/ProjectWithoutViewPermissions.md b/docs/developer/api-docs/interfaces/ProjectWithoutViewPermissions.md deleted file mode 100644 index a0878af1e..000000000 --- a/docs/developer/api-docs/interfaces/ProjectWithoutViewPermissions.md +++ /dev/null @@ -1,34 +0,0 @@ -# ProjectWithoutViewPermissions - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / ProjectWithoutViewPermissions - -Represents a project without view permissions - -**`notexported`** - -## Table of contents - -### Properties - -- [hasViewPermissions](ProjectWithoutViewPermissions.md#hasviewpermissions) -- [id](ProjectWithoutViewPermissions.md#id) - -## Properties - -### hasViewPermissions - -• **hasViewPermissions**: ``false`` - -#### Defined in - -[src/notification_list.ts:119](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L119) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[src/notification_list.ts:118](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L118) diff --git a/docs/developer/api-docs/interfaces/SubprojectNotificationMetadata.md b/docs/developer/api-docs/interfaces/SubprojectNotificationMetadata.md deleted file mode 100644 index 52c00b15f..000000000 --- a/docs/developer/api-docs/interfaces/SubprojectNotificationMetadata.md +++ /dev/null @@ -1,34 +0,0 @@ -# SubprojectNotificationMetadata - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / SubprojectNotificationMetadata - -Represents a notification with a project and a subproject as metadata - -**`notexported`** - -## Table of contents - -### Properties - -- [project](SubprojectNotificationMetadata.md#project) -- [subproject](SubprojectNotificationMetadata.md#subproject) - -## Properties - -### project - -• **project**: [`ProjectWithViewPermissions`](ProjectWithViewPermissions.md) \| [`ProjectWithoutViewPermissions`](ProjectWithoutViewPermissions.md) - -#### Defined in - -[src/notification_list.ts:164](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L164) - -___ - -### subproject - -• **subproject**: [`SubprojectWithViewPermissions`](SubprojectWithViewPermissions.md) \| [`SubprojectWithoutViewPermissions`](SubprojectWithoutViewPermissions.md) - -#### Defined in - -[src/notification_list.ts:165](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L165) diff --git a/docs/developer/api-docs/interfaces/SubprojectWithViewPermissions.md b/docs/developer/api-docs/interfaces/SubprojectWithViewPermissions.md deleted file mode 100644 index 81ba99d81..000000000 --- a/docs/developer/api-docs/interfaces/SubprojectWithViewPermissions.md +++ /dev/null @@ -1,45 +0,0 @@ -# SubprojectWithViewPermissions - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / SubprojectWithViewPermissions - -Represents a subproject with view permissions - -**`notexported`** - -## Table of contents - -### Properties - -- [displayName](SubprojectWithViewPermissions.md#displayname) -- [hasViewPermissions](SubprojectWithViewPermissions.md#hasviewpermissions) -- [id](SubprojectWithViewPermissions.md#id) - -## Properties - -### displayName - -• **displayName**: `string` - -#### Defined in - -[src/notification_list.ts:156](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L156) - -___ - -### hasViewPermissions - -• **hasViewPermissions**: ``true`` - -#### Defined in - -[src/notification_list.ts:155](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L155) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[src/notification_list.ts:154](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L154) diff --git a/docs/developer/api-docs/interfaces/SubprojectWithoutViewPermissions.md b/docs/developer/api-docs/interfaces/SubprojectWithoutViewPermissions.md deleted file mode 100644 index 967b27189..000000000 --- a/docs/developer/api-docs/interfaces/SubprojectWithoutViewPermissions.md +++ /dev/null @@ -1,34 +0,0 @@ -# SubprojectWithoutViewPermissions - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / SubprojectWithoutViewPermissions - -Represents a subproject without view permissions - -**`notexported`** - -## Table of contents - -### Properties - -- [hasViewPermissions](SubprojectWithoutViewPermissions.md#hasviewpermissions) -- [id](SubprojectWithoutViewPermissions.md#id) - -## Properties - -### hasViewPermissions - -• **hasViewPermissions**: ``false`` - -#### Defined in - -[src/notification_list.ts:146](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L146) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[src/notification_list.ts:145](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L145) diff --git a/docs/developer/api-docs/interfaces/WorkflowitemNotificationMetadata.md b/docs/developer/api-docs/interfaces/WorkflowitemNotificationMetadata.md deleted file mode 100644 index c3d5f20bf..000000000 --- a/docs/developer/api-docs/interfaces/WorkflowitemNotificationMetadata.md +++ /dev/null @@ -1,45 +0,0 @@ -# WorkflowitemNotificationMetadata - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / WorkflowitemNotificationMetadata - -Represents a workflowitem with a project, a subproject and a workflowitem as metadata - -**`notexported`** - -## Table of contents - -### Properties - -- [project](WorkflowitemNotificationMetadata.md#project) -- [subproject](WorkflowitemNotificationMetadata.md#subproject) -- [workflowitem](WorkflowitemNotificationMetadata.md#workflowitem) - -## Properties - -### project - -• **project**: [`ProjectWithViewPermissions`](ProjectWithViewPermissions.md) \| [`ProjectWithoutViewPermissions`](ProjectWithoutViewPermissions.md) - -#### Defined in - -[src/notification_list.ts:192](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L192) - -___ - -### subproject - -• **subproject**: [`SubprojectWithViewPermissions`](SubprojectWithViewPermissions.md) \| [`SubprojectWithoutViewPermissions`](SubprojectWithoutViewPermissions.md) - -#### Defined in - -[src/notification_list.ts:193](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L193) - -___ - -### workflowitem - -• **workflowitem**: [`WorkflowitemWithViewPermissions`](WorkflowitemWithViewPermissions.md) \| [`WorkflowitemWithoutViewPermissions`](WorkflowitemWithoutViewPermissions.md) - -#### Defined in - -[src/notification_list.ts:194](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L194) diff --git a/docs/developer/api-docs/interfaces/WorkflowitemWithViewPermissions.md b/docs/developer/api-docs/interfaces/WorkflowitemWithViewPermissions.md deleted file mode 100644 index 95ec51c8f..000000000 --- a/docs/developer/api-docs/interfaces/WorkflowitemWithViewPermissions.md +++ /dev/null @@ -1,45 +0,0 @@ -# WorkflowitemWithViewPermissions - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / WorkflowitemWithViewPermissions - -Represents a workflowitem with view permissions - -**`notexported`** - -## Table of contents - -### Properties - -- [displayName](WorkflowitemWithViewPermissions.md#displayname) -- [hasViewPermissions](WorkflowitemWithViewPermissions.md#hasviewpermissions) -- [id](WorkflowitemWithViewPermissions.md#id) - -## Properties - -### displayName - -• **displayName**: `string` - -#### Defined in - -[src/notification_list.ts:184](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L184) - -___ - -### hasViewPermissions - -• **hasViewPermissions**: ``true`` - -#### Defined in - -[src/notification_list.ts:183](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L183) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[src/notification_list.ts:182](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L182) diff --git a/docs/developer/api-docs/interfaces/WorkflowitemWithoutViewPermissions.md b/docs/developer/api-docs/interfaces/WorkflowitemWithoutViewPermissions.md deleted file mode 100644 index 0ae0049ee..000000000 --- a/docs/developer/api-docs/interfaces/WorkflowitemWithoutViewPermissions.md +++ /dev/null @@ -1,34 +0,0 @@ -# WorkflowitemWithoutViewPermissions - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / WorkflowitemWithoutViewPermissions - -Represents a workflowitem without view permissions - -**`notexported`** - -## Table of contents - -### Properties - -- [hasViewPermissions](WorkflowitemWithoutViewPermissions.md#hasviewpermissions) -- [id](WorkflowitemWithoutViewPermissions.md#id) - -## Properties - -### hasViewPermissions - -• **hasViewPermissions**: ``false`` - -#### Defined in - -[src/notification_list.ts:174](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L174) - -___ - -### id - -• **id**: `string` - -#### Defined in - -[src/notification_list.ts:173](https://github.com/openkfw/TruBudget/blob/f6ee764/api/src/notification_list.ts#L173) diff --git a/docs/developer/api-docs/interfaces/authz_token.AuthToken.md b/docs/developer/api-docs/interfaces/authz_token.AuthToken.md index cce550932..113cf312e 100644 --- a/docs/developer/api-docs/interfaces/authz_token.AuthToken.md +++ b/docs/developer/api-docs/interfaces/authz_token.AuthToken.md @@ -1,5 +1,4 @@ # AuthToken - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [authz/token](../modules/authz_token.md) / AuthToken [authz/token](../modules/authz_token.md).AuthToken @@ -23,7 +22,7 @@ #### Defined in -[src/authz/token.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/token.ts#L5) +[src/authz/token.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/token.ts#L5) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/authz/token.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/token.ts#L6) +[src/authz/token.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/token.ts#L6) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/authz/token.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/token.ts#L9) +[src/authz/token.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/token.ts#L9) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/authz/token.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/token.ts#L7) +[src/authz/token.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/token.ts#L7) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/authz/token.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/token.ts#L8) +[src/authz/token.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/token.ts#L8) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/authz/token.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/token.ts#L4) +[src/authz/token.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/token.ts#L4) diff --git a/docs/developer/api-docs/interfaces/authz_types.NotAuthorizedError.md b/docs/developer/api-docs/interfaces/authz_types.NotAuthorizedError.md index 6f2df0846..e5955eac6 100644 --- a/docs/developer/api-docs/interfaces/authz_types.NotAuthorizedError.md +++ b/docs/developer/api-docs/interfaces/authz_types.NotAuthorizedError.md @@ -1,5 +1,4 @@ # NotAuthorizedError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [authz/types](../modules/authz_types.md) / NotAuthorizedError [authz/types](../modules/authz_types.md).NotAuthorizedError @@ -20,7 +19,7 @@ #### Defined in -[src/authz/types.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/types.ts#L13) +[src/authz/types.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/types.ts#L13) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/authz/types.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/types.ts#L11) +[src/authz/types.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/types.ts#L11) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/authz/types.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/types.ts#L12) +[src/authz/types.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/types.ts#L12) diff --git a/docs/developer/api-docs/interfaces/error.AddressIsInvalidError.md b/docs/developer/api-docs/interfaces/error.AddressIsInvalidError.md index 4727d71dc..bfe24dcd1 100644 --- a/docs/developer/api-docs/interfaces/error.AddressIsInvalidError.md +++ b/docs/developer/api-docs/interfaces/error.AddressIsInvalidError.md @@ -1,5 +1,4 @@ # AddressIsInvalidError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / AddressIsInvalidError [error](../modules/error.md).AddressIsInvalidError @@ -21,7 +20,7 @@ Error type thrown when an address is invalid #### Defined in -[src/error.ts:42](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L42) +[src/error.ts:42](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L42) ___ @@ -31,4 +30,4 @@ ___ #### Defined in -[src/error.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L41) +[src/error.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L41) diff --git a/docs/developer/api-docs/interfaces/error.AuthenticationError.md b/docs/developer/api-docs/interfaces/error.AuthenticationError.md index 7614b572c..f1e4bad19 100644 --- a/docs/developer/api-docs/interfaces/error.AuthenticationError.md +++ b/docs/developer/api-docs/interfaces/error.AuthenticationError.md @@ -1,5 +1,4 @@ # AuthenticationError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / AuthenticationError [error](../modules/error.md).AuthenticationError @@ -21,7 +20,7 @@ Error type thrown when an error occurred during authentication #### Defined in -[src/error.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L33) +[src/error.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L33) ___ @@ -31,4 +30,4 @@ ___ #### Defined in -[src/error.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L34) +[src/error.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L34) diff --git a/docs/developer/api-docs/interfaces/error.FileNotFoundError.md b/docs/developer/api-docs/interfaces/error.FileNotFoundError.md index c3d8e3536..3d7268561 100644 --- a/docs/developer/api-docs/interfaces/error.FileNotFoundError.md +++ b/docs/developer/api-docs/interfaces/error.FileNotFoundError.md @@ -1,5 +1,4 @@ # FileNotFoundError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / FileNotFoundError [error](../modules/error.md).FileNotFoundError @@ -21,7 +20,7 @@ Error type thrown when a file is not found #### Defined in -[src/error.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L26) +[src/error.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L26) ___ @@ -31,4 +30,4 @@ ___ #### Defined in -[src/error.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L25) +[src/error.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L25) diff --git a/docs/developer/api-docs/interfaces/error.IdentityAlreadyExistsError.md b/docs/developer/api-docs/interfaces/error.IdentityAlreadyExistsError.md index 114365ae4..b971f1c6e 100644 --- a/docs/developer/api-docs/interfaces/error.IdentityAlreadyExistsError.md +++ b/docs/developer/api-docs/interfaces/error.IdentityAlreadyExistsError.md @@ -1,5 +1,4 @@ # IdentityAlreadyExistsError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / IdentityAlreadyExistsError [error](../modules/error.md).IdentityAlreadyExistsError @@ -21,7 +20,7 @@ Error type thrown when an identity already exists #### Defined in -[src/error.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L49) +[src/error.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L49) ___ @@ -31,4 +30,4 @@ ___ #### Defined in -[src/error.ts:50](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L50) +[src/error.ts:50](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L50) diff --git a/docs/developer/api-docs/interfaces/error.NotFoundError.md b/docs/developer/api-docs/interfaces/error.NotFoundError.md index e15bcff37..026acd483 100644 --- a/docs/developer/api-docs/interfaces/error.NotFoundError.md +++ b/docs/developer/api-docs/interfaces/error.NotFoundError.md @@ -1,5 +1,4 @@ # NotFoundError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / NotFoundError [error](../modules/error.md).NotFoundError @@ -21,7 +20,7 @@ Error type thrown when an entity is not found #### Defined in -[src/error.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L17) +[src/error.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L17) ___ @@ -31,4 +30,4 @@ ___ #### Defined in -[src/error.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L18) +[src/error.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L18) diff --git a/docs/developer/api-docs/interfaces/error.ParseError.md b/docs/developer/api-docs/interfaces/error.ParseError.md index 37c5c36d2..b1c9fbca4 100644 --- a/docs/developer/api-docs/interfaces/error.ParseError.md +++ b/docs/developer/api-docs/interfaces/error.ParseError.md @@ -1,5 +1,4 @@ # ParseError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / ParseError [error](../modules/error.md).ParseError @@ -22,7 +21,7 @@ Error type thrown on missing keys and invalid values: #### Defined in -[src/error.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L9) +[src/error.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L9) ___ @@ -32,7 +31,7 @@ ___ #### Defined in -[src/error.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L8) +[src/error.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L8) ___ @@ -42,4 +41,4 @@ ___ #### Defined in -[src/error.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L10) +[src/error.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L10) diff --git a/docs/developer/api-docs/interfaces/error.PreconditionError.md b/docs/developer/api-docs/interfaces/error.PreconditionError.md index a46061543..64817277a 100644 --- a/docs/developer/api-docs/interfaces/error.PreconditionError.md +++ b/docs/developer/api-docs/interfaces/error.PreconditionError.md @@ -1,5 +1,4 @@ # PreconditionError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / PreconditionError [error](../modules/error.md).PreconditionError @@ -21,7 +20,7 @@ Error type thrown when a precondition is not met #### Defined in -[src/error.ts:73](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L73) +[src/error.ts:73](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L73) ___ @@ -31,4 +30,4 @@ ___ #### Defined in -[src/error.ts:74](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L74) +[src/error.ts:74](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L74) diff --git a/docs/developer/api-docs/interfaces/error.ProjectIdAlreadyExistsError.md b/docs/developer/api-docs/interfaces/error.ProjectIdAlreadyExistsError.md index 636ddf7e9..dbc025ce5 100644 --- a/docs/developer/api-docs/interfaces/error.ProjectIdAlreadyExistsError.md +++ b/docs/developer/api-docs/interfaces/error.ProjectIdAlreadyExistsError.md @@ -1,5 +1,4 @@ # ProjectIdAlreadyExistsError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / ProjectIdAlreadyExistsError [error](../modules/error.md).ProjectIdAlreadyExistsError @@ -21,7 +20,7 @@ Error type thrown when a project id already exists #### Defined in -[src/error.ts:65](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L65) +[src/error.ts:65](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L65) ___ @@ -31,4 +30,4 @@ ___ #### Defined in -[src/error.ts:66](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L66) +[src/error.ts:66](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L66) diff --git a/docs/developer/api-docs/interfaces/error.SubprojectIdAlreadyExistsError.md b/docs/developer/api-docs/interfaces/error.SubprojectIdAlreadyExistsError.md index efce7329b..f5c4033bf 100644 --- a/docs/developer/api-docs/interfaces/error.SubprojectIdAlreadyExistsError.md +++ b/docs/developer/api-docs/interfaces/error.SubprojectIdAlreadyExistsError.md @@ -1,5 +1,4 @@ # SubprojectIdAlreadyExistsError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / SubprojectIdAlreadyExistsError [error](../modules/error.md).SubprojectIdAlreadyExistsError @@ -21,7 +20,7 @@ Error type thrown when a subproject id already exists #### Defined in -[src/error.ts:57](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L57) +[src/error.ts:57](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L57) ___ @@ -31,4 +30,4 @@ ___ #### Defined in -[src/error.ts:58](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L58) +[src/error.ts:58](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L58) diff --git a/docs/developer/api-docs/interfaces/error.UnsupportedEventVersion.md b/docs/developer/api-docs/interfaces/error.UnsupportedEventVersion.md index c7a9f8201..99db9536a 100644 --- a/docs/developer/api-docs/interfaces/error.UnsupportedEventVersion.md +++ b/docs/developer/api-docs/interfaces/error.UnsupportedEventVersion.md @@ -1,5 +1,4 @@ # UnsupportedEventVersion - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / UnsupportedEventVersion [error](../modules/error.md).UnsupportedEventVersion @@ -21,7 +20,7 @@ Error type thrown when an event version is not supported #### Defined in -[src/error.ts:82](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L82) +[src/error.ts:82](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L82) ___ @@ -31,4 +30,4 @@ ___ #### Defined in -[src/error.ts:81](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L81) +[src/error.ts:81](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L81) diff --git a/docs/developer/api-docs/interfaces/error.UnsupportedMediaType.md b/docs/developer/api-docs/interfaces/error.UnsupportedMediaType.md index e15cc3a4a..b31a06016 100644 --- a/docs/developer/api-docs/interfaces/error.UnsupportedMediaType.md +++ b/docs/developer/api-docs/interfaces/error.UnsupportedMediaType.md @@ -1,5 +1,4 @@ # UnsupportedMediaType - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [error](../modules/error.md) / UnsupportedMediaType [error](../modules/error.md).UnsupportedMediaType @@ -21,7 +20,7 @@ Error type thrown when a media type is not supported #### Defined in -[src/error.ts:90](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L90) +[src/error.ts:90](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L90) ___ @@ -31,4 +30,4 @@ ___ #### Defined in -[src/error.ts:89](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L89) +[src/error.ts:89](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L89) diff --git a/docs/developer/api-docs/interfaces/httpd.CreateProjectPayload.md b/docs/developer/api-docs/interfaces/httpd.CreateProjectPayload.md index 5af596a81..bf9123eeb 100644 --- a/docs/developer/api-docs/interfaces/httpd.CreateProjectPayload.md +++ b/docs/developer/api-docs/interfaces/httpd.CreateProjectPayload.md @@ -1,5 +1,4 @@ # CreateProjectPayload - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [httpd](../modules/httpd.md) / CreateProjectPayload [httpd](../modules/httpd.md).CreateProjectPayload @@ -25,7 +24,7 @@ #### Defined in -[src/httpd/index.ts:86](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L86) +[src/httpd/index.ts:86](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L86) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/httpd/index.ts:84](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L84) +[src/httpd/index.ts:84](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L84) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/httpd/index.ts:81](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L81) +[src/httpd/index.ts:81](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L81) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/httpd/index.ts:80](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L80) +[src/httpd/index.ts:80](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L80) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/httpd/index.ts:83](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L83) +[src/httpd/index.ts:83](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L83) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/httpd/index.ts:82](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L82) +[src/httpd/index.ts:82](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L82) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/httpd/index.ts:85](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L85) +[src/httpd/index.ts:85](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L85) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/httpd/index.ts:87](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L87) +[src/httpd/index.ts:87](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L87) diff --git a/docs/developer/api-docs/interfaces/httpd.Document.md b/docs/developer/api-docs/interfaces/httpd.Document.md index 495f651e8..240f928f5 100644 --- a/docs/developer/api-docs/interfaces/httpd.Document.md +++ b/docs/developer/api-docs/interfaces/httpd.Document.md @@ -1,5 +1,4 @@ # Document - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [httpd](../modules/httpd.md) / Document [httpd](../modules/httpd.md).Document @@ -19,7 +18,7 @@ #### Defined in -[src/httpd/index.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L9) +[src/httpd/index.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L9) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/httpd/index.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L8) +[src/httpd/index.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L8) diff --git a/docs/developer/api-docs/interfaces/httpd.Project.md b/docs/developer/api-docs/interfaces/httpd.Project.md index 16850d9ed..76abd9738 100644 --- a/docs/developer/api-docs/interfaces/httpd.Project.md +++ b/docs/developer/api-docs/interfaces/httpd.Project.md @@ -1,5 +1,4 @@ # Project - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [httpd](../modules/httpd.md) / Project [httpd](../modules/httpd.md).Project @@ -20,7 +19,7 @@ #### Defined in -[src/httpd/index.ts:121](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L121) +[src/httpd/index.ts:121](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L121) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/httpd/index.ts:122](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L122) +[src/httpd/index.ts:122](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L122) ___ @@ -53,4 +52,4 @@ ___ #### Defined in -[src/httpd/index.ts:120](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L120) +[src/httpd/index.ts:120](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L120) diff --git a/docs/developer/api-docs/interfaces/httpd.ProjectAndSubprojects.md b/docs/developer/api-docs/interfaces/httpd.ProjectAndSubprojects.md index fd535f374..7b6843200 100644 --- a/docs/developer/api-docs/interfaces/httpd.ProjectAndSubprojects.md +++ b/docs/developer/api-docs/interfaces/httpd.ProjectAndSubprojects.md @@ -1,5 +1,4 @@ # ProjectAndSubprojects - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [httpd](../modules/httpd.md) / ProjectAndSubprojects [httpd](../modules/httpd.md).ProjectAndSubprojects @@ -19,7 +18,7 @@ #### Defined in -[src/httpd/index.ts:154](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L154) +[src/httpd/index.ts:154](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L154) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/httpd/index.ts:155](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L155) +[src/httpd/index.ts:155](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L155) diff --git a/docs/developer/api-docs/interfaces/httpd.Workflowitem.md b/docs/developer/api-docs/interfaces/httpd.Workflowitem.md index b04c3e665..c5831594d 100644 --- a/docs/developer/api-docs/interfaces/httpd.Workflowitem.md +++ b/docs/developer/api-docs/interfaces/httpd.Workflowitem.md @@ -1,5 +1,4 @@ # Workflowitem - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [httpd](../modules/httpd.md) / Workflowitem [httpd](../modules/httpd.md).Workflowitem @@ -19,7 +18,7 @@ #### Defined in -[src/httpd/index.ts:135](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L135) +[src/httpd/index.ts:135](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L135) ___ @@ -48,4 +47,4 @@ ___ #### Defined in -[src/httpd/index.ts:136](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L136) +[src/httpd/index.ts:136](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L136) diff --git a/docs/developer/api-docs/interfaces/httpd_lib.AuthenticatedRequest.md b/docs/developer/api-docs/interfaces/httpd_lib.AuthenticatedRequest.md index 4df19ff61..8701c8dfe 100644 --- a/docs/developer/api-docs/interfaces/httpd_lib.AuthenticatedRequest.md +++ b/docs/developer/api-docs/interfaces/httpd_lib.AuthenticatedRequest.md @@ -1,5 +1,4 @@ # AuthenticatedRequest - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [httpd/lib](../modules/httpd_lib.md) / AuthenticatedRequest [httpd/lib](../modules/httpd_lib.md).AuthenticatedRequest @@ -65,7 +64,7 @@ FastifyRequest.body #### Defined in -node_modules/fastify/types/request.d.ts:60 +node_modules/fastify/types/request.d.ts:62 ___ @@ -79,13 +78,13 @@ FastifyRequest.connection #### Defined in -node_modules/fastify/types/request.d.ts:93 +node_modules/fastify/types/request.d.ts:95 ___ ### context -• **context**: `FastifyContext`<`unknown`\> +• **context**: `FastifyRequestContext`\<`unknown`\> #### Inherited from @@ -93,7 +92,7 @@ FastifyRequest.context #### Defined in -node_modules/fastify/types/request.d.ts:61 +node_modules/fastify/types/request.d.ts:63 ___ @@ -127,7 +126,7 @@ FastifyRequest.headers #### Defined in -node_modules/fastify/types/request.d.ts:57 +node_modules/fastify/types/request.d.ts:59 ___ @@ -141,13 +140,13 @@ FastifyRequest.hostname #### Defined in -node_modules/fastify/types/request.d.ts:74 +node_modules/fastify/types/request.d.ts:76 ___ ### id -• **id**: `any` +• **id**: `string` #### Inherited from @@ -155,7 +154,7 @@ FastifyRequest.id #### Defined in -node_modules/fastify/types/request.d.ts:53 +node_modules/fastify/types/request.d.ts:55 ___ @@ -169,7 +168,7 @@ FastifyRequest.ip #### Defined in -node_modules/fastify/types/request.d.ts:72 +node_modules/fastify/types/request.d.ts:74 ___ @@ -183,7 +182,7 @@ FastifyRequest.ips #### Defined in -node_modules/fastify/types/request.d.ts:73 +node_modules/fastify/types/request.d.ts:75 ___ @@ -197,7 +196,7 @@ FastifyRequest.is404 #### Defined in -node_modules/fastify/types/request.d.ts:82 +node_modules/fastify/types/request.d.ts:84 ___ @@ -211,7 +210,7 @@ FastifyRequest.log #### Defined in -node_modules/fastify/types/request.d.ts:58 +node_modules/fastify/types/request.d.ts:60 ___ @@ -225,7 +224,7 @@ FastifyRequest.method #### Defined in -node_modules/fastify/types/request.d.ts:78 +node_modules/fastify/types/request.d.ts:80 ___ @@ -239,7 +238,7 @@ FastifyRequest.originalUrl #### Defined in -node_modules/fastify/types/request.d.ts:76 +node_modules/fastify/types/request.d.ts:78 ___ @@ -253,7 +252,7 @@ FastifyRequest.params #### Defined in -node_modules/fastify/types/request.d.ts:54 +node_modules/fastify/types/request.d.ts:56 ___ @@ -267,7 +266,7 @@ FastifyRequest.protocol #### Defined in -node_modules/fastify/types/request.d.ts:77 +node_modules/fastify/types/request.d.ts:79 ___ @@ -281,7 +280,7 @@ FastifyRequest.query #### Defined in -node_modules/fastify/types/request.d.ts:56 +node_modules/fastify/types/request.d.ts:58 ___ @@ -295,7 +294,7 @@ FastifyRequest.raw #### Defined in -node_modules/fastify/types/request.d.ts:55 +node_modules/fastify/types/request.d.ts:57 ___ @@ -313,7 +312,7 @@ FastifyRequest.req #### Defined in -node_modules/fastify/types/request.d.ts:71 +node_modules/fastify/types/request.d.ts:73 ___ @@ -327,13 +326,13 @@ FastifyRequest.routeConfig #### Defined in -node_modules/fastify/types/request.d.ts:62 +node_modules/fastify/types/request.d.ts:64 ___ ### routeOptions -• `Readonly` **routeOptions**: `Readonly`<`RequestRouteOptions`\> +• `Readonly` **routeOptions**: `Readonly`\<`RequestRouteOptions`\<`unknown`, `FastifySchema`\>\> #### Inherited from @@ -341,7 +340,7 @@ FastifyRequest.routeOptions #### Defined in -node_modules/fastify/types/request.d.ts:81 +node_modules/fastify/types/request.d.ts:83 ___ @@ -355,7 +354,7 @@ FastifyRequest.routeSchema #### Defined in -node_modules/fastify/types/request.d.ts:63 +node_modules/fastify/types/request.d.ts:65 ___ @@ -369,7 +368,7 @@ FastifyRequest.routerMethod #### Defined in -node_modules/fastify/types/request.d.ts:80 +node_modules/fastify/types/request.d.ts:82 ___ @@ -383,13 +382,13 @@ FastifyRequest.routerPath #### Defined in -node_modules/fastify/types/request.d.ts:79 +node_modules/fastify/types/request.d.ts:81 ___ ### server -• **server**: `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +• **server**: `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -397,7 +396,7 @@ FastifyRequest.server #### Defined in -node_modules/fastify/types/request.d.ts:59 +node_modules/fastify/types/request.d.ts:61 ___ @@ -411,7 +410,7 @@ FastifyRequest.socket #### Defined in -node_modules/fastify/types/request.d.ts:83 +node_modules/fastify/types/request.d.ts:85 ___ @@ -425,7 +424,7 @@ FastifyRequest.url #### Defined in -node_modules/fastify/types/request.d.ts:75 +node_modules/fastify/types/request.d.ts:77 ___ @@ -439,13 +438,13 @@ FastifyRequest.user #### Defined in -[src/httpd/lib.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/lib.ts#L7) +[src/httpd/lib.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/lib.ts#L7) ___ ### validationError -• `Optional` **validationError**: `Error` & { `validation`: `any` ; `validationContext`: `string` } +• `Optional` **validationError**: `Error` & \{ `validation`: `any` ; `validationContext`: `string` } in order for this to be used the user should ensure they have set the attachValidation option. @@ -455,7 +454,7 @@ FastifyRequest.validationError #### Defined in -node_modules/fastify/types/request.d.ts:66 +node_modules/fastify/types/request.d.ts:68 ## Methods @@ -480,7 +479,7 @@ FastifyRequest.compileValidationSchema #### Defined in -node_modules/fastify/types/request.d.ts:87 +node_modules/fastify/types/request.d.ts:89 ___ @@ -504,7 +503,7 @@ FastifyRequest.getValidationFunction #### Defined in -node_modules/fastify/types/request.d.ts:85 +node_modules/fastify/types/request.d.ts:87 ▸ **getValidationFunction**(`schema`): `ValidationFunction` @@ -524,13 +523,13 @@ FastifyRequest.getValidationFunction #### Defined in -node_modules/fastify/types/request.d.ts:86 +node_modules/fastify/types/request.d.ts:88 ___ ### jwtDecode -▸ **jwtDecode**<`Decoded`\>(`options?`): `Promise`<`Decoded`\> +▸ **jwtDecode**\<`Decoded`\>(`options?`): `Promise`\<`Decoded`\> #### Type parameters @@ -546,7 +545,7 @@ ___ #### Returns -`Promise`<`Decoded`\> +`Promise`\<`Decoded`\> #### Inherited from @@ -556,7 +555,7 @@ FastifyRequest.jwtDecode node_modules/@fastify/jwt/jwt.d.ts:34 -▸ **jwtDecode**<`Decoded`\>(`callback`): `void` +▸ **jwtDecode**\<`Decoded`\>(`callback`): `void` #### Type parameters @@ -568,7 +567,7 @@ node_modules/@fastify/jwt/jwt.d.ts:34 | Name | Type | | :------ | :------ | -| `callback` | `DecodeCallback`<`Decoded`\> | +| `callback` | `DecodeCallback`\<`Decoded`\> | #### Returns @@ -582,7 +581,7 @@ FastifyRequest.jwtDecode node_modules/@fastify/jwt/jwt.d.ts:35 -▸ **jwtDecode**<`Decoded`\>(`options`, `callback`): `void` +▸ **jwtDecode**\<`Decoded`\>(`options`, `callback`): `void` #### Type parameters @@ -595,7 +594,7 @@ node_modules/@fastify/jwt/jwt.d.ts:35 | Name | Type | | :------ | :------ | | `options` | `FastifyJwtDecodeOptions` | -| `callback` | `DecodeCallback`<`Decoded`\> | +| `callback` | `DecodeCallback`\<`Decoded`\> | #### Returns @@ -613,7 +612,7 @@ ___ ### jwtVerify -▸ **jwtVerify**<`Decoded`\>(`options?`): `Promise`<`Decoded`\> +▸ **jwtVerify**\<`Decoded`\>(`options?`): `Promise`\<`Decoded`\> #### Type parameters @@ -629,7 +628,7 @@ ___ #### Returns -`Promise`<`Decoded`\> +`Promise`\<`Decoded`\> #### Inherited from @@ -639,7 +638,7 @@ FastifyRequest.jwtVerify node_modules/@fastify/jwt/jwt.d.ts:29 -▸ **jwtVerify**<`Decoded`\>(`callback`): `void` +▸ **jwtVerify**\<`Decoded`\>(`callback`): `void` #### Type parameters @@ -665,7 +664,7 @@ FastifyRequest.jwtVerify node_modules/@fastify/jwt/jwt.d.ts:30 -▸ **jwtVerify**<`Decoded`\>(`options`, `callback`): `void` +▸ **jwtVerify**\<`Decoded`\>(`options`, `callback`): `void` #### Type parameters @@ -692,7 +691,7 @@ FastifyRequest.jwtVerify node_modules/@fastify/jwt/jwt.d.ts:31 -▸ **jwtVerify**<`Decoded`\>(`options?`): `Promise`<`Decoded`\> +▸ **jwtVerify**\<`Decoded`\>(`options?`): `Promise`\<`Decoded`\> #### Type parameters @@ -704,11 +703,11 @@ node_modules/@fastify/jwt/jwt.d.ts:31 | Name | Type | | :------ | :------ | -| `options?` | `Partial`<`VerifyOptions`\> | +| `options?` | `Partial`\<`VerifyOptions`\> | #### Returns -`Promise`<`Decoded`\> +`Promise`\<`Decoded`\> #### Inherited from @@ -718,7 +717,7 @@ FastifyRequest.jwtVerify node_modules/@fastify/jwt/jwt.d.ts:32 -▸ **jwtVerify**<`Decoded`\>(`options`, `callback`): `void` +▸ **jwtVerify**\<`Decoded`\>(`options`, `callback`): `void` #### Type parameters @@ -730,7 +729,7 @@ node_modules/@fastify/jwt/jwt.d.ts:32 | Name | Type | | :------ | :------ | -| `options` | `Partial`<`VerifyOptions`\> | +| `options` | `Partial`\<`VerifyOptions`\> | | `callback` | `VerifierCallback` | #### Returns @@ -821,7 +820,7 @@ FastifyRequest.validateInput #### Defined in -node_modules/fastify/types/request.d.ts:88 +node_modules/fastify/types/request.d.ts:90 ▸ **validateInput**(`input`, `httpPart?`): `boolean` @@ -842,4 +841,4 @@ FastifyRequest.validateInput #### Defined in -node_modules/fastify/types/request.d.ts:89 +node_modules/fastify/types/request.d.ts:91 diff --git a/docs/developer/api-docs/interfaces/httpd_lib.ErrorResponse.md b/docs/developer/api-docs/interfaces/httpd_lib.ErrorResponse.md index f3407ea47..9a268e201 100644 --- a/docs/developer/api-docs/interfaces/httpd_lib.ErrorResponse.md +++ b/docs/developer/api-docs/interfaces/httpd_lib.ErrorResponse.md @@ -1,5 +1,4 @@ # ErrorResponse - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [httpd/lib](../modules/httpd_lib.md) / ErrorResponse [httpd/lib](../modules/httpd_lib.md).ErrorResponse @@ -19,7 +18,7 @@ #### Defined in -[src/httpd/lib.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/lib.ts#L17) +[src/httpd/lib.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/lib.ts#L17) ___ @@ -36,4 +35,4 @@ ___ #### Defined in -[src/httpd/lib.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/lib.ts#L18) +[src/httpd/lib.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/lib.ts#L18) diff --git a/docs/developer/api-docs/interfaces/httpd_lib.SuccessResponse.md b/docs/developer/api-docs/interfaces/httpd_lib.SuccessResponse.md index cf5ed516a..959ea1368 100644 --- a/docs/developer/api-docs/interfaces/httpd_lib.SuccessResponse.md +++ b/docs/developer/api-docs/interfaces/httpd_lib.SuccessResponse.md @@ -1,5 +1,4 @@ # SuccessResponse - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [httpd/lib](../modules/httpd_lib.md) / SuccessResponse [httpd/lib](../modules/httpd_lib.md).SuccessResponse @@ -19,7 +18,7 @@ #### Defined in -[src/httpd/lib.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/lib.ts#L11) +[src/httpd/lib.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/lib.ts#L11) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/httpd/lib.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/lib.ts#L13) +[src/httpd/lib.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/lib.ts#L13) diff --git a/docs/developer/api-docs/interfaces/httpd_schema.Schema.md b/docs/developer/api-docs/interfaces/httpd_schema.Schema.md index 6c47ef1e3..3c6b72382 100644 --- a/docs/developer/api-docs/interfaces/httpd_schema.Schema.md +++ b/docs/developer/api-docs/interfaces/httpd_schema.Schema.md @@ -1,5 +1,4 @@ # Schema - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [httpd/schema](../modules/httpd_schema.md) / Schema [httpd/schema](../modules/httpd_schema.md).Schema @@ -19,7 +18,7 @@ #### Defined in -[src/httpd/schema.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/schema.ts#L13) +[src/httpd/schema.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/schema.ts#L13) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/httpd/schema.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/schema.ts#L14) +[src/httpd/schema.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/schema.ts#L14) diff --git a/docs/developer/api-docs/interfaces/httpd_schema.SwaggerSchema.md b/docs/developer/api-docs/interfaces/httpd_schema.SwaggerSchema.md index bc040778c..2f06e1f56 100644 --- a/docs/developer/api-docs/interfaces/httpd_schema.SwaggerSchema.md +++ b/docs/developer/api-docs/interfaces/httpd_schema.SwaggerSchema.md @@ -1,5 +1,4 @@ # SwaggerSchema - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [httpd/schema](../modules/httpd_schema.md) / SwaggerSchema [httpd/schema](../modules/httpd_schema.md).SwaggerSchema @@ -56,7 +55,7 @@ FastifySchema.consumes #### Defined in -[src/httpd/schema.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/schema.ts#L8) +[src/httpd/schema.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/schema.ts#L8) ___ @@ -84,7 +83,7 @@ FastifySchema.description #### Defined in -[src/httpd/schema.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/schema.ts#L4) +[src/httpd/schema.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/schema.ts#L4) ___ @@ -162,7 +161,7 @@ ___ ### produces -• `Optional` **produces**: `string`[] +• `Optional` **produces**: readonly `string`[] #### Inherited from @@ -204,7 +203,7 @@ ___ ### security -• `Optional` **security**: { `[securityLabel: string]`: `string`[]; }[] +• `Optional` **security**: \{ `[securityLabel: string]`: `string`[]; }[] #### Overrides @@ -212,7 +211,7 @@ FastifySchema.security #### Defined in -[src/httpd/schema.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/schema.ts#L7) +[src/httpd/schema.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/schema.ts#L7) ___ @@ -226,7 +225,7 @@ FastifySchema.summary #### Defined in -[src/httpd/schema.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/schema.ts#L6) +[src/httpd/schema.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/schema.ts#L6) ___ @@ -240,4 +239,4 @@ FastifySchema.tags #### Defined in -[src/httpd/schema.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/schema.ts#L5) +[src/httpd/schema.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/schema.ts#L5) diff --git a/docs/developer/api-docs/interfaces/lib_ctx.Ctx.md b/docs/developer/api-docs/interfaces/lib_ctx.Ctx.md index 32c732d00..aca0bd87d 100644 --- a/docs/developer/api-docs/interfaces/lib_ctx.Ctx.md +++ b/docs/developer/api-docs/interfaces/lib_ctx.Ctx.md @@ -1,5 +1,4 @@ # Ctx - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [lib/ctx](../modules/lib_ctx.md) / Ctx [lib/ctx](../modules/lib_ctx.md).Ctx @@ -19,7 +18,7 @@ #### Defined in -[src/lib/ctx.ts:2](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/ctx.ts#L2) +[src/lib/ctx.ts:2](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/ctx.ts#L2) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/lib/ctx.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/ctx.ts#L3) +[src/lib/ctx.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/ctx.ts#L3) diff --git a/docs/developer/api-docs/interfaces/network_model_Nodes.AugmentedWalletAddress.md b/docs/developer/api-docs/interfaces/network_model_Nodes.AugmentedWalletAddress.md index 75dc6c1b3..340e96187 100644 --- a/docs/developer/api-docs/interfaces/network_model_Nodes.AugmentedWalletAddress.md +++ b/docs/developer/api-docs/interfaces/network_model_Nodes.AugmentedWalletAddress.md @@ -1,5 +1,4 @@ # AugmentedWalletAddress - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [network/model/Nodes](../modules/network_model_Nodes.md) / AugmentedWalletAddress [network/model/Nodes](../modules/network_model_Nodes.md).AugmentedWalletAddress @@ -19,7 +18,7 @@ #### Defined in -[src/network/model/Nodes.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L25) +[src/network/model/Nodes.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L25) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/network/model/Nodes.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L26) +[src/network/model/Nodes.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L26) diff --git a/docs/developer/api-docs/interfaces/network_model_Nodes.NodeInfo.md b/docs/developer/api-docs/interfaces/network_model_Nodes.NodeInfo.md index 2fcf433f7..0f2b3f543 100644 --- a/docs/developer/api-docs/interfaces/network_model_Nodes.NodeInfo.md +++ b/docs/developer/api-docs/interfaces/network_model_Nodes.NodeInfo.md @@ -1,5 +1,4 @@ # NodeInfo - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [network/model/Nodes](../modules/network_model_Nodes.md) / NodeInfo [network/model/Nodes](../modules/network_model_Nodes.md).NodeInfo @@ -21,7 +20,7 @@ #### Defined in -[src/network/model/Nodes.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L30) +[src/network/model/Nodes.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L30) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/network/model/Nodes.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L33) +[src/network/model/Nodes.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L33) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/network/model/Nodes.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L32) +[src/network/model/Nodes.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L32) ___ @@ -51,4 +50,4 @@ ___ #### Defined in -[src/network/model/Nodes.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L31) +[src/network/model/Nodes.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L31) diff --git a/docs/developer/api-docs/interfaces/network_model_Nodes.PermissionInfo.md b/docs/developer/api-docs/interfaces/network_model_Nodes.PermissionInfo.md index 9dd9d518a..a211ffda0 100644 --- a/docs/developer/api-docs/interfaces/network_model_Nodes.PermissionInfo.md +++ b/docs/developer/api-docs/interfaces/network_model_Nodes.PermissionInfo.md @@ -1,5 +1,4 @@ # PermissionInfo - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [network/model/Nodes](../modules/network_model_Nodes.md) / PermissionInfo [network/model/Nodes](../modules/network_model_Nodes.md).PermissionInfo @@ -22,7 +21,7 @@ #### Defined in -[src/network/model/Nodes.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L39) +[src/network/model/Nodes.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L39) ___ @@ -32,7 +31,7 @@ ___ #### Defined in -[src/network/model/Nodes.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L41) +[src/network/model/Nodes.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L41) ___ @@ -42,7 +41,7 @@ ___ #### Defined in -[src/network/model/Nodes.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L40) +[src/network/model/Nodes.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L40) ___ @@ -52,7 +51,7 @@ ___ #### Defined in -[src/network/model/Nodes.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L38) +[src/network/model/Nodes.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L38) ___ @@ -62,4 +61,4 @@ ___ #### Defined in -[src/network/model/Nodes.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L37) +[src/network/model/Nodes.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L37) diff --git a/docs/developer/api-docs/interfaces/service_Client_h.BlockInfo.md b/docs/developer/api-docs/interfaces/service_Client_h.BlockInfo.md index bdae5eb22..1a75cbcff 100644 --- a/docs/developer/api-docs/interfaces/service_Client_h.BlockInfo.md +++ b/docs/developer/api-docs/interfaces/service_Client_h.BlockInfo.md @@ -1,5 +1,4 @@ # BlockInfo - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client.h](../modules/service_Client_h.md) / BlockInfo [service/Client.h](../modules/service_Client_h.md).BlockInfo @@ -28,7 +27,7 @@ #### Defined in -[src/service/Client.h.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L33) +[src/service/Client.h.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L33) ___ @@ -38,7 +37,7 @@ ___ #### Defined in -[src/service/Client.h.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L34) +[src/service/Client.h.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L34) ___ @@ -48,7 +47,7 @@ ___ #### Defined in -[src/service/Client.h.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L37) +[src/service/Client.h.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L37) ___ @@ -58,7 +57,7 @@ ___ #### Defined in -[src/service/Client.h.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L35) +[src/service/Client.h.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L35) ___ @@ -68,4 +67,4 @@ ___ #### Defined in -[src/service/Client.h.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L36) +[src/service/Client.h.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L36) diff --git a/docs/developer/api-docs/interfaces/service_Client_h.BlockListItem.md b/docs/developer/api-docs/interfaces/service_Client_h.BlockListItem.md index 81b41c54c..a5c722a96 100644 --- a/docs/developer/api-docs/interfaces/service_Client_h.BlockListItem.md +++ b/docs/developer/api-docs/interfaces/service_Client_h.BlockListItem.md @@ -1,5 +1,4 @@ # BlockListItem - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client.h](../modules/service_Client_h.md) / BlockListItem [service/Client.h](../modules/service_Client_h.md).BlockListItem @@ -29,7 +28,7 @@ #### Defined in -[src/service/Client.h.ts:65](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L65) +[src/service/Client.h.ts:65](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L65) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/Client.h.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L33) +[src/service/Client.h.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L33) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/Client.h.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L34) +[src/service/Client.h.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L34) ___ @@ -71,7 +70,7 @@ ___ #### Defined in -[src/service/Client.h.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L37) +[src/service/Client.h.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L37) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/Client.h.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L35) +[src/service/Client.h.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L35) ___ @@ -99,4 +98,4 @@ ___ #### Defined in -[src/service/Client.h.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L36) +[src/service/Client.h.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L36) diff --git a/docs/developer/api-docs/interfaces/service_Client_h.CreateStreamOptions.md b/docs/developer/api-docs/interfaces/service_Client_h.CreateStreamOptions.md index cc0c3fa49..ebe0d942c 100644 --- a/docs/developer/api-docs/interfaces/service_Client_h.CreateStreamOptions.md +++ b/docs/developer/api-docs/interfaces/service_Client_h.CreateStreamOptions.md @@ -1,5 +1,4 @@ # CreateStreamOptions - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client.h](../modules/service_Client_h.md) / CreateStreamOptions [service/Client.h](../modules/service_Client_h.md).CreateStreamOptions @@ -19,7 +18,7 @@ #### Defined in -[src/service/Client.h.ts:90](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L90) +[src/service/Client.h.ts:90](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L90) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/Client.h.ts:91](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L91) +[src/service/Client.h.ts:91](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L91) diff --git a/docs/developer/api-docs/interfaces/service_Client_h.LogEntry.md b/docs/developer/api-docs/interfaces/service_Client_h.LogEntry.md index 86915c9d1..fe1f46663 100644 --- a/docs/developer/api-docs/interfaces/service_Client_h.LogEntry.md +++ b/docs/developer/api-docs/interfaces/service_Client_h.LogEntry.md @@ -1,5 +1,4 @@ # LogEntry - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client.h](../modules/service_Client_h.md) / LogEntry [service/Client.h](../modules/service_Client_h.md).LogEntry @@ -21,7 +20,7 @@ #### Defined in -[src/service/Client.h.ts:86](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L86) +[src/service/Client.h.ts:86](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L86) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/service/Client.h.ts:83](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L83) +[src/service/Client.h.ts:83](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L83) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/Client.h.ts:85](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L85) +[src/service/Client.h.ts:85](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L85) ___ @@ -51,4 +50,4 @@ ___ #### Defined in -[src/service/Client.h.ts:84](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L84) +[src/service/Client.h.ts:84](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L84) diff --git a/docs/developer/api-docs/interfaces/service_Client_h.MultichainClient.md b/docs/developer/api-docs/interfaces/service_Client_h.MultichainClient.md index e18c4c6fe..f6a4db64c 100644 --- a/docs/developer/api-docs/interfaces/service_Client_h.MultichainClient.md +++ b/docs/developer/api-docs/interfaces/service_Client_h.MultichainClient.md @@ -1,5 +1,4 @@ # MultichainClient - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client.h](../modules/service_Client_h.md) / MultichainClient [service/Client.h](../modules/service_Client_h.md).MultichainClient @@ -44,13 +43,13 @@ #### Defined in -[src/service/Client.h.ts:140](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L140) +[src/service/Client.h.ts:140](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L140) ___ ### getLastBlockInfo -▸ **getLastBlockInfo**(`skip?`): `Promise`<[`BlockInfo`](service_Client_h.BlockInfo.md)\> +▸ **getLastBlockInfo**(`skip?`): `Promise`\<[`BlockInfo`](service_Client_h.BlockInfo.md)\> Get the latest block, possibly skipping a few. @@ -62,17 +61,17 @@ Get the latest block, possibly skipping a few. #### Returns -`Promise`<[`BlockInfo`](service_Client_h.BlockInfo.md)\> +`Promise`\<[`BlockInfo`](service_Client_h.BlockInfo.md)\> #### Defined in -[src/service/Client.h.ts:118](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L118) +[src/service/Client.h.ts:118](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L118) ___ ### getLatestValues -▸ **getLatestValues**(`streamName`, `key`, `nValues?`): `Promise`<[`StreamItemPair`](service_Client_h.StreamItemPair.md)[]\> +▸ **getLatestValues**(`streamName`, `key`, `nValues?`): `Promise`\<[`StreamItemPair`](service_Client_h.StreamItemPair.md)[]\> #### Parameters @@ -84,11 +83,11 @@ ___ #### Returns -`Promise`<[`StreamItemPair`](service_Client_h.StreamItemPair.md)[]\> +`Promise`\<[`StreamItemPair`](service_Client_h.StreamItemPair.md)[]\> #### Defined in -[src/service/Client.h.ts:167](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L167) +[src/service/Client.h.ts:167](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L167) ___ @@ -108,21 +107,21 @@ ___ #### Defined in -[src/service/Client.h.ts:131](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L131) +[src/service/Client.h.ts:131](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L131) ___ ### getPeerInfo -▸ **getPeerInfo**(): `Promise`<[`PeerInfo`](service_Client_h.PeerInfo.md)[]\> +▸ **getPeerInfo**(): `Promise`\<[`PeerInfo`](service_Client_h.PeerInfo.md)[]\> #### Returns -`Promise`<[`PeerInfo`](service_Client_h.PeerInfo.md)[]\> +`Promise`\<[`PeerInfo`](service_Client_h.PeerInfo.md)[]\> #### Defined in -[src/service/Client.h.ts:143](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L143) +[src/service/Client.h.ts:143](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L143) ___ @@ -136,13 +135,13 @@ ___ #### Defined in -[src/service/Client.h.ts:181](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L181) +[src/service/Client.h.ts:181](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L181) ___ ### getValue -▸ **getValue**(`streamName`, `key`): `Promise`<[`StreamItemPair`](service_Client_h.StreamItemPair.md)\> +▸ **getValue**(`streamName`, `key`): `Promise`\<[`StreamItemPair`](service_Client_h.StreamItemPair.md)\> #### Parameters @@ -153,17 +152,17 @@ ___ #### Returns -`Promise`<[`StreamItemPair`](service_Client_h.StreamItemPair.md)\> +`Promise`\<[`StreamItemPair`](service_Client_h.StreamItemPair.md)\> #### Defined in -[src/service/Client.h.ts:170](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L170) +[src/service/Client.h.ts:170](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L170) ___ ### getValues -▸ **getValues**(`streamName`, `key`, `nValues?`): `Promise`<[`StreamItemPair`](service_Client_h.StreamItemPair.md)[]\> +▸ **getValues**(`streamName`, `key`, `nValues?`): `Promise`\<[`StreamItemPair`](service_Client_h.StreamItemPair.md)[]\> #### Parameters @@ -175,17 +174,17 @@ ___ #### Returns -`Promise`<[`StreamItemPair`](service_Client_h.StreamItemPair.md)[]\> +`Promise`\<[`StreamItemPair`](service_Client_h.StreamItemPair.md)[]\> #### Defined in -[src/service/Client.h.ts:164](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L164) +[src/service/Client.h.ts:164](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L164) ___ ### isValidAddress -▸ **isValidAddress**(`address`): `Promise`<`any`\> +▸ **isValidAddress**(`address`): `Promise`\<`any`\> #### Parameters @@ -195,17 +194,17 @@ ___ #### Returns -`Promise`<`any`\> +`Promise`\<`any`\> #### Defined in -[src/service/Client.h.ts:147](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L147) +[src/service/Client.h.ts:147](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L147) ___ ### latestValuesForKey -▸ **latestValuesForKey**(`streamId`, `key`, `nValues?`): `Promise`<`any`[]\> +▸ **latestValuesForKey**(`streamId`, `key`, `nValues?`): `Promise`\<`any`[]\> #### Parameters @@ -217,17 +216,17 @@ ___ #### Returns -`Promise`<`any`[]\> +`Promise`\<`any`[]\> #### Defined in -[src/service/Client.h.ts:150](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L150) +[src/service/Client.h.ts:150](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L150) ___ ### listBlocksByHeight -▸ **listBlocksByHeight**(`to`, `from?`, `verbose?`): `Promise`<[`BlockListItem`](service_Client_h.BlockListItem.md)[]\> +▸ **listBlocksByHeight**(`to`, `from?`, `verbose?`): `Promise`\<[`BlockListItem`](service_Client_h.BlockListItem.md)[]\> Retrieve all blocks metadata by block height range. You can retrieve the current maximum block height through calling getLastBlockInfo @@ -242,17 +241,17 @@ You can retrieve the current maximum block height through calling getLastBlockIn #### Returns -`Promise`<[`BlockListItem`](service_Client_h.BlockListItem.md)[]\> +`Promise`\<[`BlockListItem`](service_Client_h.BlockListItem.md)[]\> #### Defined in -[src/service/Client.h.ts:128](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L128) +[src/service/Client.h.ts:128](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L128) ___ ### listStreamBlockItemsByHeight -▸ **listStreamBlockItemsByHeight**(`streamName`, `to`, `from?`, `verbose?`): `Promise`<[`Item`](service_liststreamkeyitems.Item.md)[]\> +▸ **listStreamBlockItemsByHeight**(`streamName`, `to`, `from?`, `verbose?`): `Promise`\<[`Item`](service_liststreamkeyitems.Item.md)[]\> Retrieve all items within a stream by block height range. @@ -267,11 +266,11 @@ Retrieve all items within a stream by block height range. #### Returns -`Promise`<[`Item`](service_liststreamkeyitems.Item.md)[]\> +`Promise`\<[`Item`](service_liststreamkeyitems.Item.md)[]\> #### Defined in -[src/service/Client.h.ts:197](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L197) +[src/service/Client.h.ts:197](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L197) ___ @@ -285,13 +284,13 @@ ___ #### Defined in -[src/service/Client.h.ts:145](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L145) +[src/service/Client.h.ts:145](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L145) ___ ### setValue -▸ **setValue**(`streamName`, `streamKey`, `object`): `Promise`<`void`\> +▸ **setValue**(`streamName`, `streamKey`, `object`): `Promise`\<`void`\> #### Parameters @@ -303,17 +302,17 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/Client.h.ts:173](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L173) +[src/service/Client.h.ts:173](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L173) ___ ### streamItems -▸ **streamItems**(`streamId`): `Promise`<[`StreamItem`](service_Client_h.StreamItem.md)[]\> +▸ **streamItems**(`streamId`): `Promise`\<[`StreamItem`](service_Client_h.StreamItem.md)[]\> #### Parameters @@ -323,17 +322,17 @@ ___ #### Returns -`Promise`<[`StreamItem`](service_Client_h.StreamItem.md)[]\> +`Promise`\<[`StreamItem`](service_Client_h.StreamItem.md)[]\> #### Defined in -[src/service/Client.h.ts:137](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L137) +[src/service/Client.h.ts:137](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L137) ___ ### streams -▸ **streams**(`stream?`): `Promise`<[`Stream`](service_Client_h.Stream.md)[]\> +▸ **streams**(`stream?`): `Promise`\<[`Stream`](service_Client_h.Stream.md)[]\> #### Parameters @@ -343,17 +342,17 @@ ___ #### Returns -`Promise`<[`Stream`](service_Client_h.Stream.md)[]\> +`Promise`\<[`Stream`](service_Client_h.Stream.md)[]\> #### Defined in -[src/service/Client.h.ts:134](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L134) +[src/service/Client.h.ts:134](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L134) ___ ### updateStreamItem -▸ **updateStreamItem**(`streamId`, `key`, `object`): `Promise`<`string`\> +▸ **updateStreamItem**(`streamId`, `key`, `object`): `Promise`\<`string`\> #### Parameters @@ -365,17 +364,17 @@ ___ #### Returns -`Promise`<`string`\> +`Promise`\<`string`\> #### Defined in -[src/service/Client.h.ts:157](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L157) +[src/service/Client.h.ts:157](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L157) ___ ### updateValue -▸ **updateValue**(`streamName`, `key`, `updateCallback`): `Promise`<`void`\> +▸ **updateValue**(`streamName`, `key`, `updateCallback`): `Promise`\<`void`\> #### Parameters @@ -387,17 +386,17 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/Client.h.ts:175](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L175) +[src/service/Client.h.ts:175](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L175) ___ ### v2\_readStreamItems -▸ **v2_readStreamItems**(`streamName`, `key`, `nValues?`): `Promise`<[`Item`](service_liststreamkeyitems.Item.md)[]\> +▸ **v2_readStreamItems**(`streamName`, `key`, `nValues?`): `Promise`\<[`Item`](service_liststreamkeyitems.Item.md)[]\> #### Parameters @@ -409,8 +408,8 @@ ___ #### Returns -`Promise`<[`Item`](service_liststreamkeyitems.Item.md)[]\> +`Promise`\<[`Item`](service_liststreamkeyitems.Item.md)[]\> #### Defined in -[src/service/Client.h.ts:183](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L183) +[src/service/Client.h.ts:183](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L183) diff --git a/docs/developer/api-docs/interfaces/service_Client_h.PeerInfo.md b/docs/developer/api-docs/interfaces/service_Client_h.PeerInfo.md index 8cc57a5e2..beca43a7f 100644 --- a/docs/developer/api-docs/interfaces/service_Client_h.PeerInfo.md +++ b/docs/developer/api-docs/interfaces/service_Client_h.PeerInfo.md @@ -1,5 +1,4 @@ # PeerInfo - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client.h](../modules/service_Client_h.md) / PeerInfo [service/Client.h](../modules/service_Client_h.md).PeerInfo @@ -38,7 +37,7 @@ #### Defined in -[src/service/Client.h.ts:42](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L42) +[src/service/Client.h.ts:42](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L42) ___ @@ -48,7 +47,7 @@ ___ #### Defined in -[src/service/Client.h.ts:43](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L43) +[src/service/Client.h.ts:43](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L43) ___ @@ -58,7 +57,7 @@ ___ #### Defined in -[src/service/Client.h.ts:57](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L57) +[src/service/Client.h.ts:57](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L57) ___ @@ -68,7 +67,7 @@ ___ #### Defined in -[src/service/Client.h.ts:48](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L48) +[src/service/Client.h.ts:48](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L48) ___ @@ -78,7 +77,7 @@ ___ #### Defined in -[src/service/Client.h.ts:47](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L47) +[src/service/Client.h.ts:47](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L47) ___ @@ -88,7 +87,7 @@ ___ #### Defined in -[src/service/Client.h.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L49) +[src/service/Client.h.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L49) ___ @@ -98,7 +97,7 @@ ___ #### Defined in -[src/service/Client.h.ts:54](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L54) +[src/service/Client.h.ts:54](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L54) ___ @@ -108,7 +107,7 @@ ___ #### Defined in -[src/service/Client.h.ts:53](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L53) +[src/service/Client.h.ts:53](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L53) ___ @@ -118,7 +117,7 @@ ___ #### Defined in -[src/service/Client.h.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L41) +[src/service/Client.h.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L41) ___ @@ -128,7 +127,7 @@ ___ #### Defined in -[src/service/Client.h.ts:55](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L55) +[src/service/Client.h.ts:55](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L55) ___ @@ -138,7 +137,7 @@ ___ #### Defined in -[src/service/Client.h.ts:60](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L60) +[src/service/Client.h.ts:60](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L60) ___ @@ -148,7 +147,7 @@ ___ #### Defined in -[src/service/Client.h.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L46) +[src/service/Client.h.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L46) ___ @@ -158,7 +157,7 @@ ___ #### Defined in -[src/service/Client.h.ts:45](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L45) +[src/service/Client.h.ts:45](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L45) ___ @@ -168,7 +167,7 @@ ___ #### Defined in -[src/service/Client.h.ts:50](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L50) +[src/service/Client.h.ts:50](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L50) ___ @@ -178,7 +177,7 @@ ___ #### Defined in -[src/service/Client.h.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L44) +[src/service/Client.h.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L44) ___ @@ -188,7 +187,7 @@ ___ #### Defined in -[src/service/Client.h.ts:56](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L56) +[src/service/Client.h.ts:56](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L56) ___ @@ -198,7 +197,7 @@ ___ #### Defined in -[src/service/Client.h.ts:52](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L52) +[src/service/Client.h.ts:52](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L52) ___ @@ -208,7 +207,7 @@ ___ #### Defined in -[src/service/Client.h.ts:59](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L59) +[src/service/Client.h.ts:59](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L59) ___ @@ -218,7 +217,7 @@ ___ #### Defined in -[src/service/Client.h.ts:58](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L58) +[src/service/Client.h.ts:58](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L58) ___ @@ -228,7 +227,7 @@ ___ #### Defined in -[src/service/Client.h.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L51) +[src/service/Client.h.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L51) ___ @@ -238,4 +237,4 @@ ___ #### Defined in -[src/service/Client.h.ts:61](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L61) +[src/service/Client.h.ts:61](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L61) diff --git a/docs/developer/api-docs/interfaces/service_Client_h.Resource.md b/docs/developer/api-docs/interfaces/service_Client_h.Resource.md index b6a30c688..5c97f834f 100644 --- a/docs/developer/api-docs/interfaces/service_Client_h.Resource.md +++ b/docs/developer/api-docs/interfaces/service_Client_h.Resource.md @@ -1,5 +1,4 @@ # Resource - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client.h](../modules/service_Client_h.md) / Resource [service/Client.h](../modules/service_Client_h.md).Resource @@ -20,7 +19,7 @@ #### Defined in -[src/service/Client.h.ts:102](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L102) +[src/service/Client.h.ts:102](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L102) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/Client.h.ts:100](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L100) +[src/service/Client.h.ts:100](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L100) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/Client.h.ts:101](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L101) +[src/service/Client.h.ts:101](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L101) diff --git a/docs/developer/api-docs/interfaces/service_Client_h.Stream.md b/docs/developer/api-docs/interfaces/service_Client_h.Stream.md index fd91c7cb9..1904a96b9 100644 --- a/docs/developer/api-docs/interfaces/service_Client_h.Stream.md +++ b/docs/developer/api-docs/interfaces/service_Client_h.Stream.md @@ -1,5 +1,4 @@ # Stream - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client.h](../modules/service_Client_h.md) / Stream [service/Client.h](../modules/service_Client_h.md).Stream @@ -28,7 +27,7 @@ #### Defined in -[src/service/Client.h.ts:77](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L77) +[src/service/Client.h.ts:77](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L77) ___ @@ -38,7 +37,7 @@ ___ #### Defined in -[src/service/Client.h.ts:70](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L70) +[src/service/Client.h.ts:70](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L70) ___ @@ -48,7 +47,7 @@ ___ #### Defined in -[src/service/Client.h.ts:73](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L73) +[src/service/Client.h.ts:73](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L73) ___ @@ -58,7 +57,7 @@ ___ #### Defined in -[src/service/Client.h.ts:76](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L76) +[src/service/Client.h.ts:76](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L76) ___ @@ -68,7 +67,7 @@ ___ #### Defined in -[src/service/Client.h.ts:78](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L78) +[src/service/Client.h.ts:78](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L78) ___ @@ -78,7 +77,7 @@ ___ #### Defined in -[src/service/Client.h.ts:69](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L69) +[src/service/Client.h.ts:69](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L69) ___ @@ -88,7 +87,7 @@ ___ #### Defined in -[src/service/Client.h.ts:72](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L72) +[src/service/Client.h.ts:72](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L72) ___ @@ -98,7 +97,7 @@ ___ #### Defined in -[src/service/Client.h.ts:79](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L79) +[src/service/Client.h.ts:79](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L79) ___ @@ -108,7 +107,7 @@ ___ #### Defined in -[src/service/Client.h.ts:71](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L71) +[src/service/Client.h.ts:71](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L71) ___ @@ -118,7 +117,7 @@ ___ #### Defined in -[src/service/Client.h.ts:74](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L74) +[src/service/Client.h.ts:74](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L74) ___ @@ -128,4 +127,4 @@ ___ #### Defined in -[src/service/Client.h.ts:75](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L75) +[src/service/Client.h.ts:75](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L75) diff --git a/docs/developer/api-docs/interfaces/service_Client_h.StreamItem.md b/docs/developer/api-docs/interfaces/service_Client_h.StreamItem.md index 3a2000da6..dfc7baab1 100644 --- a/docs/developer/api-docs/interfaces/service_Client_h.StreamItem.md +++ b/docs/developer/api-docs/interfaces/service_Client_h.StreamItem.md @@ -1,5 +1,4 @@ # StreamItem - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client.h](../modules/service_Client_h.md) / StreamItem [service/Client.h](../modules/service_Client_h.md).StreamItem @@ -19,7 +18,7 @@ #### Defined in -[src/service/Client.h.ts:95](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L95) +[src/service/Client.h.ts:95](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L95) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/Client.h.ts:96](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L96) +[src/service/Client.h.ts:96](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L96) diff --git a/docs/developer/api-docs/interfaces/service_Client_h.StreamItemPair.md b/docs/developer/api-docs/interfaces/service_Client_h.StreamItemPair.md index 2e1e0332d..4098e7137 100644 --- a/docs/developer/api-docs/interfaces/service_Client_h.StreamItemPair.md +++ b/docs/developer/api-docs/interfaces/service_Client_h.StreamItemPair.md @@ -1,5 +1,4 @@ # StreamItemPair - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client.h](../modules/service_Client_h.md) / StreamItemPair [service/Client.h](../modules/service_Client_h.md).StreamItemPair @@ -19,7 +18,7 @@ #### Defined in -[src/service/Client.h.ts:108](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L108) +[src/service/Client.h.ts:108](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L108) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/Client.h.ts:109](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L109) +[src/service/Client.h.ts:109](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L109) diff --git a/docs/developer/api-docs/interfaces/service_Client_storage_service_h.StorageObject.md b/docs/developer/api-docs/interfaces/service_Client_storage_service_h.StorageObject.md index a855071c2..14a6319b6 100644 --- a/docs/developer/api-docs/interfaces/service_Client_storage_service_h.StorageObject.md +++ b/docs/developer/api-docs/interfaces/service_Client_storage_service_h.StorageObject.md @@ -1,8 +1,7 @@ # StorageObject - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client\_storage\_service.h](../modules/service_Client_storage_service_h.md) / StorageObject -[service/Client_storage_service.h](../modules/service_Client_storage_service_h.md).StorageObject +[service/Client\_storage\_service.h](../modules/service_Client_storage_service_h.md).StorageObject ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/Client_storage_service.h.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L14) +[src/service/Client_storage_service.h.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L14) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/Client_storage_service.h.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L13) +[src/service/Client_storage_service.h.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L13) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/Client_storage_service.h.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L12) +[src/service/Client_storage_service.h.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L12) diff --git a/docs/developer/api-docs/interfaces/service_Client_storage_service_h.StorageServiceClientI.md b/docs/developer/api-docs/interfaces/service_Client_storage_service_h.StorageServiceClientI.md index a5e61c30c..35949b0d7 100644 --- a/docs/developer/api-docs/interfaces/service_Client_storage_service_h.StorageServiceClientI.md +++ b/docs/developer/api-docs/interfaces/service_Client_storage_service_h.StorageServiceClientI.md @@ -1,8 +1,7 @@ # StorageServiceClientI - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client\_storage\_service.h](../modules/service_Client_storage_service_h.md) / StorageServiceClientI -[service/Client_storage_service.h](../modules/service_Client_storage_service_h.md).StorageServiceClientI +[service/Client\_storage\_service.h](../modules/service_Client_storage_service_h.md).StorageServiceClientI ## Implemented by @@ -21,7 +20,7 @@ ### downloadObject -▸ **downloadObject**(`id`, `secret`): `Promise`<[`Type`](../modules/result.md#type)<[`StorageObject`](service_Client_storage_service_h.StorageObject.md)\>\> +▸ **downloadObject**(`id`, `secret`): `Promise`\<[`Type`](../modules/result.md#type)\<[`StorageObject`](service_Client_storage_service_h.StorageObject.md)\>\> Download an object using the matching secret @@ -34,49 +33,49 @@ Download an object using the matching secret #### Returns -`Promise`<[`Type`](../modules/result.md#type)<[`StorageObject`](service_Client_storage_service_h.StorageObject.md)\>\> +`Promise`\<[`Type`](../modules/result.md#type)\<[`StorageObject`](service_Client_storage_service_h.StorageObject.md)\>\> #### Defined in -[src/service/Client_storage_service.h.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L46) +[src/service/Client_storage_service.h.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L46) ___ ### getVersion -▸ **getVersion**(): `Promise`<[`Version`](service_Client_storage_service_h.Version.md)\> +▸ **getVersion**(): `Promise`\<[`Version`](service_Client_storage_service_h.Version.md)\> Get version of conncted storage service #### Returns -`Promise`<[`Version`](service_Client_storage_service_h.Version.md)\> +`Promise`\<[`Version`](service_Client_storage_service_h.Version.md)\> #### Defined in -[src/service/Client_storage_service.h.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L31) +[src/service/Client_storage_service.h.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L31) ___ ### isReady -▸ **isReady**(): `Promise`<`boolean`\> +▸ **isReady**(): `Promise`\<`boolean`\> Get readiness sattus of storage service #### Returns -`Promise`<`boolean`\> +`Promise`\<`boolean`\> #### Defined in -[src/service/Client_storage_service.h.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L26) +[src/service/Client_storage_service.h.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L26) ___ ### uploadObject -▸ **uploadObject**(`id`, `name`, `data`): `Promise`<[`Type`](../modules/result.md#type)<[`UploadResponse`](service_Client_storage_service_h.UploadResponse.md)\>\> +▸ **uploadObject**(`id`, `name`, `data`): `Promise`\<[`Type`](../modules/result.md#type)\<[`UploadResponse`](service_Client_storage_service_h.UploadResponse.md)\>\> Upload an object using the @@ -90,8 +89,8 @@ Upload an object using the #### Returns -`Promise`<[`Type`](../modules/result.md#type)<[`UploadResponse`](service_Client_storage_service_h.UploadResponse.md)\>\> +`Promise`\<[`Type`](../modules/result.md#type)\<[`UploadResponse`](service_Client_storage_service_h.UploadResponse.md)\>\> #### Defined in -[src/service/Client_storage_service.h.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L39) +[src/service/Client_storage_service.h.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L39) diff --git a/docs/developer/api-docs/interfaces/service_Client_storage_service_h.UploadResponse.md b/docs/developer/api-docs/interfaces/service_Client_storage_service_h.UploadResponse.md index 6c3e4db0d..833e055d7 100644 --- a/docs/developer/api-docs/interfaces/service_Client_storage_service_h.UploadResponse.md +++ b/docs/developer/api-docs/interfaces/service_Client_storage_service_h.UploadResponse.md @@ -1,8 +1,7 @@ # UploadResponse - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client\_storage\_service.h](../modules/service_Client_storage_service_h.md) / UploadResponse -[service/Client_storage_service.h](../modules/service_Client_storage_service_h.md).UploadResponse +[service/Client\_storage\_service.h](../modules/service_Client_storage_service_h.md).UploadResponse ## Table of contents @@ -19,7 +18,7 @@ #### Defined in -[src/service/Client_storage_service.h.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L18) +[src/service/Client_storage_service.h.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L18) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/Client_storage_service.h.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L19) +[src/service/Client_storage_service.h.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L19) diff --git a/docs/developer/api-docs/interfaces/service_Client_storage_service_h.Version.md b/docs/developer/api-docs/interfaces/service_Client_storage_service_h.Version.md index d0a73e297..885f85e4b 100644 --- a/docs/developer/api-docs/interfaces/service_Client_storage_service_h.Version.md +++ b/docs/developer/api-docs/interfaces/service_Client_storage_service_h.Version.md @@ -1,8 +1,7 @@ # Version - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/Client\_storage\_service.h](../modules/service_Client_storage_service_h.md) / Version -[service/Client_storage_service.h](../modules/service_Client_storage_service_h.md).Version +[service/Client\_storage\_service.h](../modules/service_Client_storage_service_h.md).Version ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/Client_storage_service.h.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L8) +[src/service/Client_storage_service.h.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L8) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/Client_storage_service.h.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L7) +[src/service/Client_storage_service.h.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L7) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/Client_storage_service.h.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client_storage_service.h.ts#L6) +[src/service/Client_storage_service.h.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client_storage_service.h.ts#L6) diff --git a/docs/developer/api-docs/interfaces/service_ProjectEvents.HistoryEvent.md b/docs/developer/api-docs/interfaces/service_ProjectEvents.HistoryEvent.md index 89b00a219..68908fc1e 100644 --- a/docs/developer/api-docs/interfaces/service_ProjectEvents.HistoryEvent.md +++ b/docs/developer/api-docs/interfaces/service_ProjectEvents.HistoryEvent.md @@ -1,5 +1,4 @@ # HistoryEvent - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/ProjectEvents](../modules/service_ProjectEvents.md) / HistoryEvent [service/ProjectEvents](../modules/service_ProjectEvents.md).HistoryEvent @@ -24,7 +23,7 @@ #### Defined in -[src/service/ProjectEvents.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L46) +[src/service/ProjectEvents.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L46) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:45](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L45) +[src/service/ProjectEvents.ts:45](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L45) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:48](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L48) +[src/service/ProjectEvents.ts:48](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L48) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:47](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L47) +[src/service/ProjectEvents.ts:47](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L47) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L44) +[src/service/ProjectEvents.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L44) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:43](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L43) +[src/service/ProjectEvents.ts:43](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L43) ___ @@ -90,4 +89,4 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L49) +[src/service/ProjectEvents.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L49) diff --git a/docs/developer/api-docs/interfaces/service_ProjectEvents.Project.md b/docs/developer/api-docs/interfaces/service_ProjectEvents.Project.md index 031d339f0..be0e21e46 100644 --- a/docs/developer/api-docs/interfaces/service_ProjectEvents.Project.md +++ b/docs/developer/api-docs/interfaces/service_ProjectEvents.Project.md @@ -1,5 +1,4 @@ # Project - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/ProjectEvents](../modules/service_ProjectEvents.md) / Project [service/ProjectEvents](../modules/service_ProjectEvents.md).Project @@ -27,7 +26,7 @@ #### Defined in -[src/service/ProjectEvents.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L27) +[src/service/ProjectEvents.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L27) ___ @@ -37,7 +36,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L24) +[src/service/ProjectEvents.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L24) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L28) +[src/service/ProjectEvents.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L28) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L26) +[src/service/ProjectEvents.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L26) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L23) +[src/service/ProjectEvents.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L23) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L32) +[src/service/ProjectEvents.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L32) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L31) +[src/service/ProjectEvents.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L31) ___ @@ -97,7 +96,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L29) +[src/service/ProjectEvents.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L29) ___ @@ -107,7 +106,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L25) +[src/service/ProjectEvents.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L25) ___ @@ -117,4 +116,4 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L30) +[src/service/ProjectEvents.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L30) diff --git a/docs/developer/api-docs/interfaces/service_ProjectEvents.ProjectUpdate.md b/docs/developer/api-docs/interfaces/service_ProjectEvents.ProjectUpdate.md index 41624b3d7..f62d28bd9 100644 --- a/docs/developer/api-docs/interfaces/service_ProjectEvents.ProjectUpdate.md +++ b/docs/developer/api-docs/interfaces/service_ProjectEvents.ProjectUpdate.md @@ -1,5 +1,4 @@ # ProjectUpdate - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/ProjectEvents](../modules/service_ProjectEvents.md) / ProjectUpdate [service/ProjectEvents](../modules/service_ProjectEvents.md).ProjectUpdate @@ -21,7 +20,7 @@ #### Defined in -[src/service/ProjectEvents.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L37) +[src/service/ProjectEvents.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L37) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L36) +[src/service/ProjectEvents.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L36) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L38) +[src/service/ProjectEvents.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L38) ___ @@ -51,4 +50,4 @@ ___ #### Defined in -[src/service/ProjectEvents.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L39) +[src/service/ProjectEvents.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L39) diff --git a/docs/developer/api-docs/interfaces/service_RpcClient_h.ConnectionSettings.md b/docs/developer/api-docs/interfaces/service_RpcClient_h.ConnectionSettings.md index ae0c3e5fe..0ce597fa6 100644 --- a/docs/developer/api-docs/interfaces/service_RpcClient_h.ConnectionSettings.md +++ b/docs/developer/api-docs/interfaces/service_RpcClient_h.ConnectionSettings.md @@ -1,5 +1,4 @@ # ConnectionSettings - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/RpcClient.h](../modules/service_RpcClient_h.md) / ConnectionSettings [service/RpcClient.h](../modules/service_RpcClient_h.md).ConnectionSettings @@ -32,7 +31,7 @@ IP address or hostname of the node to connect to. #### Defined in -[src/service/RpcClient.h.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L18) +[src/service/RpcClient.h.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L18) ___ @@ -44,7 +43,7 @@ Password to use for authentication. #### Defined in -[src/service/RpcClient.h.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L35) +[src/service/RpcClient.h.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L35) ___ @@ -62,7 +61,7 @@ Port number of the node to connect to. #### Defined in -[src/service/RpcClient.h.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L24) +[src/service/RpcClient.h.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L24) ___ @@ -80,7 +79,7 @@ Protocol to use for the connection. #### Defined in -[src/service/RpcClient.h.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L12) +[src/service/RpcClient.h.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L12) ___ @@ -98,4 +97,4 @@ Username to use for authentication. #### Defined in -[src/service/RpcClient.h.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L30) +[src/service/RpcClient.h.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L30) diff --git a/docs/developer/api-docs/interfaces/service_RpcClient_h.EncryptedItemToPublish.md b/docs/developer/api-docs/interfaces/service_RpcClient_h.EncryptedItemToPublish.md index abcfae109..9aea5cf57 100644 --- a/docs/developer/api-docs/interfaces/service_RpcClient_h.EncryptedItemToPublish.md +++ b/docs/developer/api-docs/interfaces/service_RpcClient_h.EncryptedItemToPublish.md @@ -1,5 +1,4 @@ # EncryptedItemToPublish - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/RpcClient.h](../modules/service_RpcClient_h.md) / EncryptedItemToPublish [service/RpcClient.h](../modules/service_RpcClient_h.md).EncryptedItemToPublish @@ -18,4 +17,4 @@ #### Defined in -[src/service/RpcClient.h.ts:54](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L54) +[src/service/RpcClient.h.ts:54](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L54) diff --git a/docs/developer/api-docs/interfaces/service_RpcClient_h.ItemToPublish.md b/docs/developer/api-docs/interfaces/service_RpcClient_h.ItemToPublish.md index 4579144e7..c6f27b884 100644 --- a/docs/developer/api-docs/interfaces/service_RpcClient_h.ItemToPublish.md +++ b/docs/developer/api-docs/interfaces/service_RpcClient_h.ItemToPublish.md @@ -1,5 +1,4 @@ # ItemToPublish - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/RpcClient.h](../modules/service_RpcClient_h.md) / ItemToPublish [service/RpcClient.h](../modules/service_RpcClient_h.md).ItemToPublish @@ -18,4 +17,4 @@ #### Defined in -[src/service/RpcClient.h.ts:50](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L50) +[src/service/RpcClient.h.ts:50](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L50) diff --git a/docs/developer/api-docs/interfaces/service_RpcClient_h.StreamItem.md b/docs/developer/api-docs/interfaces/service_RpcClient_h.StreamItem.md index 6f51f05b9..1c3c4c485 100644 --- a/docs/developer/api-docs/interfaces/service_RpcClient_h.StreamItem.md +++ b/docs/developer/api-docs/interfaces/service_RpcClient_h.StreamItem.md @@ -1,5 +1,4 @@ # StreamItem - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/RpcClient.h](../modules/service_RpcClient_h.md) / StreamItem [service/RpcClient.h](../modules/service_RpcClient_h.md).StreamItem @@ -26,7 +25,7 @@ #### Defined in -[src/service/RpcClient.h.ts:47](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L47) +[src/service/RpcClient.h.ts:47](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L47) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/RpcClient.h.ts:43](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L43) +[src/service/RpcClient.h.ts:43](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L43) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/RpcClient.h.ts:42](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L42) +[src/service/RpcClient.h.ts:42](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L42) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/RpcClient.h.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L41) +[src/service/RpcClient.h.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L41) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/RpcClient.h.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L40) +[src/service/RpcClient.h.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L40) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/RpcClient.h.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L46) +[src/service/RpcClient.h.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L46) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/RpcClient.h.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L39) +[src/service/RpcClient.h.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L39) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/RpcClient.h.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L44) +[src/service/RpcClient.h.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L44) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/RpcClient.h.ts:45](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcClient.h.ts#L45) +[src/service/RpcClient.h.ts:45](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcClient.h.ts#L45) diff --git a/docs/developer/api-docs/interfaces/service_RpcRequest_h.default.md b/docs/developer/api-docs/interfaces/service_RpcRequest_h.default.md index 476e1dba3..65310c418 100644 --- a/docs/developer/api-docs/interfaces/service_RpcRequest_h.default.md +++ b/docs/developer/api-docs/interfaces/service_RpcRequest_h.default.md @@ -1,5 +1,4 @@ # default - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/RpcRequest.h](../modules/service_RpcRequest_h.md) / default [service/RpcRequest.h](../modules/service_RpcRequest_h.md).default @@ -23,7 +22,7 @@ Name of the method to invoke. #### Defined in -[src/service/RpcRequest.h.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcRequest.h.ts#L9) +[src/service/RpcRequest.h.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcRequest.h.ts#L9) ___ @@ -35,4 +34,4 @@ List of arguments to invoke the method with - can be anything #### Defined in -[src/service/RpcRequest.h.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcRequest.h.ts#L14) +[src/service/RpcRequest.h.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcRequest.h.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_RpcResponse_h.Error.md b/docs/developer/api-docs/interfaces/service_RpcResponse_h.Error.md index fd2e3610c..0b8d48eff 100644 --- a/docs/developer/api-docs/interfaces/service_RpcResponse_h.Error.md +++ b/docs/developer/api-docs/interfaces/service_RpcResponse_h.Error.md @@ -1,5 +1,4 @@ # Error - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/RpcResponse.h](../modules/service_RpcResponse_h.md) / Error [service/RpcResponse.h](../modules/service_RpcResponse_h.md).Error @@ -25,7 +24,7 @@ See [[ErrorCode]] for a list of predefined error codes. #### Defined in -[src/service/RpcResponse.h.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcResponse.h.ts#L31) +[src/service/RpcResponse.h.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcResponse.h.ts#L31) ___ @@ -37,4 +36,4 @@ Error description. #### Defined in -[src/service/RpcResponse.h.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcResponse.h.ts#L36) +[src/service/RpcResponse.h.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcResponse.h.ts#L36) diff --git a/docs/developer/api-docs/interfaces/service_RpcResponse_h.default.md b/docs/developer/api-docs/interfaces/service_RpcResponse_h.default.md index 5cfe3a11c..84d14a7df 100644 --- a/docs/developer/api-docs/interfaces/service_RpcResponse_h.default.md +++ b/docs/developer/api-docs/interfaces/service_RpcResponse_h.default.md @@ -1,5 +1,4 @@ # default - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/RpcResponse.h](../modules/service_RpcResponse_h.md) / default [service/RpcResponse.h](../modules/service_RpcResponse_h.md).default @@ -24,7 +23,7 @@ Error object, if method invocation failed. #### Defined in -[src/service/RpcResponse.h.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcResponse.h.ts#L14) +[src/service/RpcResponse.h.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcResponse.h.ts#L14) ___ @@ -36,7 +35,7 @@ Identifier of the request associated with the response, if any. #### Defined in -[src/service/RpcResponse.h.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcResponse.h.ts#L19) +[src/service/RpcResponse.h.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcResponse.h.ts#L19) ___ @@ -48,4 +47,4 @@ Result of the invoked method, if successful. #### Defined in -[src/service/RpcResponse.h.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/RpcResponse.h.ts#L9) +[src/service/RpcResponse.h.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/RpcResponse.h.ts#L9) diff --git a/docs/developer/api-docs/interfaces/service_domain_ResourceMap.Document.md b/docs/developer/api-docs/interfaces/service_domain_ResourceMap.Document.md index bffb6df24..68c0bde77 100644 --- a/docs/developer/api-docs/interfaces/service_domain_ResourceMap.Document.md +++ b/docs/developer/api-docs/interfaces/service_domain_ResourceMap.Document.md @@ -1,5 +1,4 @@ # Document - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/ResourceMap](../modules/service_domain_ResourceMap.md) / Document [service/domain/ResourceMap](../modules/service_domain_ResourceMap.md).Document @@ -19,7 +18,7 @@ #### Defined in -[src/service/domain/ResourceMap.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/ResourceMap.ts#L4) +[src/service/domain/ResourceMap.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/ResourceMap.ts#L4) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/domain/ResourceMap.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/ResourceMap.ts#L5) +[src/service/domain/ResourceMap.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/ResourceMap.ts#L5) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_document.DocumentReference.md b/docs/developer/api-docs/interfaces/service_domain_document_document.DocumentReference.md index 6ecece53d..a104ae0e6 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_document.DocumentReference.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_document.DocumentReference.md @@ -1,5 +1,4 @@ # DocumentReference - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/document](../modules/service_domain_document_document.md) / DocumentReference [service/domain/document/document](../modules/service_domain_document_document.md).DocumentReference @@ -21,7 +20,7 @@ #### Defined in -[src/service/domain/document/document.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L25) +[src/service/domain/document/document.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L25) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/service/domain/document/document.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L23) +[src/service/domain/document/document.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L23) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/domain/document/document.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L24) +[src/service/domain/document/document.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L24) ___ @@ -51,4 +50,4 @@ ___ #### Defined in -[src/service/domain/document/document.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L22) +[src/service/domain/document/document.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L22) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_document.GenericDocument.md b/docs/developer/api-docs/interfaces/service_domain_document_document.GenericDocument.md index ce6fadf99..b2b02dde5 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_document.GenericDocument.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_document.GenericDocument.md @@ -1,5 +1,4 @@ # GenericDocument - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/document](../modules/service_domain_document_document.md) / GenericDocument [service/domain/document/document](../modules/service_domain_document_document.md).GenericDocument @@ -24,4 +23,4 @@ #### Defined in -[src/service/domain/document/document.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L51) +[src/service/domain/document/document.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L51) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_document.StoredDocument.md b/docs/developer/api-docs/interfaces/service_domain_document_document.StoredDocument.md index ef3ab0cec..127b4624a 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_document.StoredDocument.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_document.StoredDocument.md @@ -1,5 +1,4 @@ # StoredDocument - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/document](../modules/service_domain_document_document.md) / StoredDocument [service/domain/document/document](../modules/service_domain_document_document.md).StoredDocument @@ -21,7 +20,7 @@ #### Defined in -[src/service/domain/document/document.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L9) +[src/service/domain/document/document.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L9) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/service/domain/document/document.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L8) +[src/service/domain/document/document.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L8) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/domain/document/document.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L10) +[src/service/domain/document/document.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L10) ___ @@ -51,4 +50,4 @@ ___ #### Defined in -[src/service/domain/document/document.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L11) +[src/service/domain/document/document.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L11) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_document.UploadedDocument.md b/docs/developer/api-docs/interfaces/service_domain_document_document.UploadedDocument.md index 05595f361..ce2479a3a 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_document.UploadedDocument.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_document.UploadedDocument.md @@ -1,5 +1,4 @@ # UploadedDocument - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/document](../modules/service_domain_document_document.md) / UploadedDocument [service/domain/document/document](../modules/service_domain_document_document.md).UploadedDocument @@ -26,7 +25,7 @@ #### Defined in -[src/service/domain/document/document.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L37) +[src/service/domain/document/document.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L37) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/domain/document/document.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L38) +[src/service/domain/document/document.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L38) ___ @@ -50,4 +49,4 @@ ___ #### Defined in -[src/service/domain/document/document.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L36) +[src/service/domain/document/document.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L36) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_document_share.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_document_document_share.RequestData.md index e0a476eab..b2cf3d921 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_document_share.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_document_share.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/document/document_share [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/document\_share](../modules/service_domain_document_document_share.md) / RequestData -[service/domain/document/document_share](../modules/service_domain_document_document_share.md).RequestData +[service/domain/document/document\_share](../modules/service_domain_document_document_share.md).RequestData ## Table of contents @@ -22,7 +21,7 @@ #### Defined in -[src/service/domain/document/document_share.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_share.ts#L18) +[src/service/domain/document/document_share.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_share.ts#L18) ___ @@ -32,7 +31,7 @@ ___ #### Defined in -[src/service/domain/document/document_share.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_share.ts#L17) +[src/service/domain/document/document_share.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_share.ts#L17) ___ @@ -42,7 +41,7 @@ ___ #### Defined in -[src/service/domain/document/document_share.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_share.ts#L19) +[src/service/domain/document/document_share.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_share.ts#L19) ___ @@ -52,7 +51,7 @@ ___ #### Defined in -[src/service/domain/document/document_share.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_share.ts#L20) +[src/service/domain/document/document_share.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_share.ts#L20) ___ @@ -62,4 +61,4 @@ ___ #### Defined in -[src/service/domain/document/document_share.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_share.ts#L21) +[src/service/domain/document/document_share.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_share.ts#L21) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_document_shared.Event.md b/docs/developer/api-docs/interfaces/service_domain_document_document_shared.Event.md index 65f49d8d8..2d19748ac 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_document_shared.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_document_shared.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/document/document_shared [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/document\_shared](../modules/service_domain_document_document_shared.md) / Event -[service/domain/document/document_shared](../modules/service_domain_document_document_shared.md).Event +[service/domain/document/document\_shared](../modules/service_domain_document_document_shared.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/document/document_shared.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L22) +[src/service/domain/document/document_shared.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L22) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/document/document_shared.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L24) +[src/service/domain/document/document_shared.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L24) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/document/document_shared.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L25) +[src/service/domain/document/document_shared.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L25) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/document/document_shared.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L23) +[src/service/domain/document/document_shared.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L23) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/document/document_shared.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L21) +[src/service/domain/document/document_shared.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L21) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/document/document_shared.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L19) +[src/service/domain/document/document_shared.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L19) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/document/document_shared.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L20) +[src/service/domain/document/document_shared.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L20) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/document/document_shared.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L18) +[src/service/domain/document/document_shared.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L18) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_document_shared.SecretPublished.md b/docs/developer/api-docs/interfaces/service_domain_document_document_shared.SecretPublished.md index 51c2d14bd..fef690869 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_document_shared.SecretPublished.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_document_shared.SecretPublished.md @@ -1,8 +1,7 @@ # SecretPublished - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/document\_shared](../modules/service_domain_document_document_shared.md) / SecretPublished -[service/domain/document/document_shared](../modules/service_domain_document_document_shared.md).SecretPublished +[service/domain/document/document\_shared](../modules/service_domain_document_document_shared.md).SecretPublished ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/domain/document/document_shared.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L12) +[src/service/domain/document/document_shared.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L12) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/domain/document/document_shared.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L14) +[src/service/domain/document/document_shared.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L14) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/domain/document/document_shared.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L13) +[src/service/domain/document/document_shared.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_document_upload.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_document_document_upload.RequestData.md index 015cb4f3b..9e315585e 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_document_upload.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_document_upload.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/document/document_upload [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/document\_upload](../modules/service_domain_document_document_upload.md) / RequestData -[service/domain/document/document_upload](../modules/service_domain_document_document_upload.md).RequestData +[service/domain/document/document\_upload](../modules/service_domain_document_document_upload.md).RequestData ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/domain/document/document_upload.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_upload.ts#L16) +[src/service/domain/document/document_upload.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_upload.ts#L16) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/domain/document/document_upload.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_upload.ts#L15) +[src/service/domain/document/document_upload.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_upload.ts#L15) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/domain/document/document_upload.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_upload.ts#L14) +[src/service/domain/document/document_upload.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_upload.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_document_uploaded.Event.md b/docs/developer/api-docs/interfaces/service_domain_document_document_uploaded.Event.md index 637b7a261..95578ce5e 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_document_uploaded.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_document_uploaded.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/document/document_uploaded [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/document\_uploaded](../modules/service_domain_document_document_uploaded.md) / Event -[service/domain/document/document_uploaded](../modules/service_domain_document_document_uploaded.md).Event +[service/domain/document/document\_uploaded](../modules/service_domain_document_document_uploaded.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/document/document_uploaded.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L21) +[src/service/domain/document/document_uploaded.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L21) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/document/document_uploaded.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L22) +[src/service/domain/document/document_uploaded.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L22) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/document/document_uploaded.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L23) +[src/service/domain/document/document_uploaded.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L23) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/document/document_uploaded.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L20) +[src/service/domain/document/document_uploaded.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L20) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/document/document_uploaded.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L18) +[src/service/domain/document/document_uploaded.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L18) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/document/document_uploaded.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L19) +[src/service/domain/document/document_uploaded.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L19) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/document/document_uploaded.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L17) +[src/service/domain/document/document_uploaded.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L17) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_document_validated.Event.md b/docs/developer/api-docs/interfaces/service_domain_document_document_validated.Event.md index ff4e418bd..fbe0e1cbc 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_document_validated.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_document_validated.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/document/document_validated [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/document\_validated](../modules/service_domain_document_document_validated.md) / Event -[service/domain/document/document_validated](../modules/service_domain_document_document_validated.md).Event +[service/domain/document/document\_validated](../modules/service_domain_document_document_validated.md).Event ## Table of contents @@ -27,7 +26,7 @@ #### Defined in -[src/service/domain/document/document_validated.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L16) +[src/service/domain/document/document_validated.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L16) ___ @@ -37,7 +36,7 @@ ___ #### Defined in -[src/service/domain/document/document_validated.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L15) +[src/service/domain/document/document_validated.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L15) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/domain/document/document_validated.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L23) +[src/service/domain/document/document_validated.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L23) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/domain/document/document_validated.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L20) +[src/service/domain/document/document_validated.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L20) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/service/domain/document/document_validated.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L19) +[src/service/domain/document/document_validated.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L19) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/service/domain/document/document_validated.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L17) +[src/service/domain/document/document_validated.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L17) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/service/domain/document/document_validated.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L21) +[src/service/domain/document/document_validated.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L21) ___ @@ -97,7 +96,7 @@ ___ #### Defined in -[src/service/domain/document/document_validated.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L18) +[src/service/domain/document/document_validated.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L18) ___ @@ -107,7 +106,7 @@ ___ #### Defined in -[src/service/domain/document/document_validated.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L14) +[src/service/domain/document/document_validated.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L14) ___ @@ -117,4 +116,4 @@ ___ #### Defined in -[src/service/domain/document/document_validated.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L22) +[src/service/domain/document/document_validated.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L22) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_storage_service_url_update.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_document_storage_service_url_update.RequestData.md index 1732767b7..9a600547d 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_storage_service_url_update.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_storage_service_url_update.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/document/storage_service_url_update [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/storage\_service\_url\_update](../modules/service_domain_document_storage_service_url_update.md) / RequestData -[service/domain/document/storage_service_url_update](../modules/service_domain_document_storage_service_url_update.md).RequestData +[service/domain/document/storage\_service\_url\_update](../modules/service_domain_document_storage_service_url_update.md).RequestData ## Table of contents @@ -19,7 +18,7 @@ #### Defined in -[src/service/domain/document/storage_service_url_update.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_update.ts#L12) +[src/service/domain/document/storage_service_url_update.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_update.ts#L12) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/domain/document/storage_service_url_update.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_update.ts#L13) +[src/service/domain/document/storage_service_url_update.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_update.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_document_storage_service_url_updated.Event.md b/docs/developer/api-docs/interfaces/service_domain_document_storage_service_url_updated.Event.md index c82a7b8e7..c2ce76927 100644 --- a/docs/developer/api-docs/interfaces/service_domain_document_storage_service_url_updated.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_document_storage_service_url_updated.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/document/storage_service_url_updated [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/document/storage\_service\_url\_updated](../modules/service_domain_document_storage_service_url_updated.md) / Event -[service/domain/document/storage_service_url_updated](../modules/service_domain_document_storage_service_url_updated.md).Event +[service/domain/document/storage\_service\_url\_updated](../modules/service_domain_document_storage_service_url_updated.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/document/storage_service_url_updated.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_updated.ts#L17) +[src/service/domain/document/storage_service_url_updated.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_updated.ts#L17) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/document/storage_service_url_updated.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_updated.ts#L15) +[src/service/domain/document/storage_service_url_updated.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_updated.ts#L15) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/document/storage_service_url_updated.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_updated.ts#L16) +[src/service/domain/document/storage_service_url_updated.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_updated.ts#L16) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/document/storage_service_url_updated.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_updated.ts#L14) +[src/service/domain/document/storage_service_url_updated.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_updated.ts#L14) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/document/storage_service_url_updated.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_updated.ts#L12) +[src/service/domain/document/storage_service_url_updated.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_updated.ts#L12) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/document/storage_service_url_updated.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_updated.ts#L13) +[src/service/domain/document/storage_service_url_updated.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_updated.ts#L13) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/document/storage_service_url_updated.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_updated.ts#L11) +[src/service/domain/document/storage_service_url_updated.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_updated.ts#L11) diff --git a/docs/developer/api-docs/interfaces/service_domain_network_node_declined.Event.md b/docs/developer/api-docs/interfaces/service_domain_network_node_declined.Event.md index 7dec2510e..1578c574f 100644 --- a/docs/developer/api-docs/interfaces/service_domain_network_node_declined.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_network_node_declined.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/network/node_declined [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/network/node\_declined](../modules/service_domain_network_node_declined.md) / Event -[service/domain/network/node_declined](../modules/service_domain_network_node_declined.md).Event +[service/domain/network/node\_declined](../modules/service_domain_network_node_declined.md).Event ## Table of contents @@ -26,7 +25,7 @@ #### Defined in -[src/service/domain/network/node_declined.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L17) +[src/service/domain/network/node_declined.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L17) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/domain/network/node_declined.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L19) +[src/service/domain/network/node_declined.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L19) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/domain/network/node_declined.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L20) +[src/service/domain/network/node_declined.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L20) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/domain/network/node_declined.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L21) +[src/service/domain/network/node_declined.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L21) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/domain/network/node_declined.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L18) +[src/service/domain/network/node_declined.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L18) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/domain/network/node_declined.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L16) +[src/service/domain/network/node_declined.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L16) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/domain/network/node_declined.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L14) +[src/service/domain/network/node_declined.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L14) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/domain/network/node_declined.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L15) +[src/service/domain/network/node_declined.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L15) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/domain/network/node_declined.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L13) +[src/service/domain/network/node_declined.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_network_node_registered.Event.md b/docs/developer/api-docs/interfaces/service_domain_network_node_registered.Event.md index 084424e4e..fdce0f26f 100644 --- a/docs/developer/api-docs/interfaces/service_domain_network_node_registered.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_network_node_registered.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/network/node_registered [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/network/node\_registered](../modules/service_domain_network_node_registered.md) / Event -[service/domain/network/node_registered](../modules/service_domain_network_node_registered.md).Event +[service/domain/network/node\_registered](../modules/service_domain_network_node_registered.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/network/node_registered.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_registered.ts#L16) +[src/service/domain/network/node_registered.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_registered.ts#L16) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/network/node_registered.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_registered.ts#L18) +[src/service/domain/network/node_registered.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_registered.ts#L18) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/network/node_registered.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_registered.ts#L17) +[src/service/domain/network/node_registered.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_registered.ts#L17) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/network/node_registered.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_registered.ts#L15) +[src/service/domain/network/node_registered.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_registered.ts#L15) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/network/node_registered.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_registered.ts#L13) +[src/service/domain/network/node_registered.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_registered.ts#L13) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/network/node_registered.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_registered.ts#L14) +[src/service/domain/network/node_registered.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_registered.ts#L14) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/network/node_registered.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_registered.ts#L12) +[src/service/domain/network/node_registered.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_registered.ts#L12) diff --git a/docs/developer/api-docs/interfaces/service_domain_network_nodes_logged.Event.md b/docs/developer/api-docs/interfaces/service_domain_network_nodes_logged.Event.md index c47b1d3ad..e0032a272 100644 --- a/docs/developer/api-docs/interfaces/service_domain_network_nodes_logged.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_network_nodes_logged.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/network/nodes_logged [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/network/nodes\_logged](../modules/service_domain_network_nodes_logged.md) / Event -[service/domain/network/nodes_logged](../modules/service_domain_network_nodes_logged.md).Event +[service/domain/network/nodes\_logged](../modules/service_domain_network_nodes_logged.md).Event ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/domain/network/nodes_logged.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/nodes_logged.ts#L11) +[src/service/domain/network/nodes_logged.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/nodes_logged.ts#L11) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/domain/network/nodes_logged.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/nodes_logged.ts#L12) +[src/service/domain/network/nodes_logged.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/nodes_logged.ts#L12) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/domain/network/nodes_logged.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/nodes_logged.ts#L10) +[src/service/domain/network/nodes_logged.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/nodes_logged.ts#L10) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_auth_token.AuthToken.md b/docs/developer/api-docs/interfaces/service_domain_organization_auth_token.AuthToken.md index 5b891abdb..9a81b0b4b 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_auth_token.AuthToken.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_auth_token.AuthToken.md @@ -1,8 +1,7 @@ # AuthToken - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/auth\_token](../modules/service_domain_organization_auth_token.md) / AuthToken -[service/domain/organization/auth_token](../modules/service_domain_organization_auth_token.md).AuthToken +[service/domain/organization/auth\_token](../modules/service_domain_organization_auth_token.md).AuthToken ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/organization/auth_token.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L15) +[src/service/domain/organization/auth_token.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L15) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/organization/auth_token.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L19) +[src/service/domain/organization/auth_token.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L19) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/organization/auth_token.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L14) +[src/service/domain/organization/auth_token.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L14) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/organization/auth_token.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L16) +[src/service/domain/organization/auth_token.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L16) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/organization/auth_token.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L20) +[src/service/domain/organization/auth_token.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L20) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/organization/auth_token.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L17) +[src/service/domain/organization/auth_token.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L17) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/organization/auth_token.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L18) +[src/service/domain/organization/auth_token.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L18) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/organization/auth_token.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L13) +[src/service/domain/organization/auth_token.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_group.Group.md b/docs/developer/api-docs/interfaces/service_domain_organization_group.Group.md index 587e7fb89..3c63f1b34 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_group.Group.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_group.Group.md @@ -1,5 +1,4 @@ # Group - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/group](../modules/service_domain_organization_group.md) / Group [service/domain/organization/group](../modules/service_domain_organization_group.md).Group @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/organization/group.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L28) +[src/service/domain/organization/group.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L28) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/organization/group.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L21) +[src/service/domain/organization/group.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L21) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/organization/group.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L23) +[src/service/domain/organization/group.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L23) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/organization/group.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L22) +[src/service/domain/organization/group.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L22) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/organization/group.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L20) +[src/service/domain/organization/group.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L20) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/organization/group.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L26) +[src/service/domain/organization/group.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L26) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/organization/group.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L24) +[src/service/domain/organization/group.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L24) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/organization/group.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L25) +[src/service/domain/organization/group.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L25) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_group_create.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_organization_group_create.RequestData.md index 22d003d21..36cf061d3 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_group_create.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_group_create.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/organization/group_create [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/group\_create](../modules/service_domain_organization_group_create.md) / RequestData -[service/domain/organization/group_create](../modules/service_domain_organization_group_create.md).RequestData +[service/domain/organization/group\_create](../modules/service_domain_organization_group_create.md).RequestData ## Table of contents @@ -22,7 +21,7 @@ #### Defined in -[src/service/domain/organization/group_create.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_create.ts#L27) +[src/service/domain/organization/group_create.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_create.ts#L27) ___ @@ -32,7 +31,7 @@ ___ #### Defined in -[src/service/domain/organization/group_create.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_create.ts#L25) +[src/service/domain/organization/group_create.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_create.ts#L25) ___ @@ -42,7 +41,7 @@ ___ #### Defined in -[src/service/domain/organization/group_create.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_create.ts#L24) +[src/service/domain/organization/group_create.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_create.ts#L24) ___ @@ -52,7 +51,7 @@ ___ #### Defined in -[src/service/domain/organization/group_create.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_create.ts#L23) +[src/service/domain/organization/group_create.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_create.ts#L23) ___ @@ -62,4 +61,4 @@ ___ #### Defined in -[src/service/domain/organization/group_create.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_create.ts#L26) +[src/service/domain/organization/group_create.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_create.ts#L26) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_group_created.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_group_created.Event.md index c797c3f8d..f1985917a 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_group_created.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_group_created.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/group_created [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/group\_created](../modules/service_domain_organization_group_created.md) / Event -[service/domain/organization/group_created](../modules/service_domain_organization_group_created.md).Event +[service/domain/organization/group\_created](../modules/service_domain_organization_group_created.md).Event ## Table of contents @@ -23,7 +22,7 @@ #### Defined in -[src/service/domain/organization/group_created.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_created.ts#L38) +[src/service/domain/organization/group_created.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_created.ts#L38) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/service/domain/organization/group_created.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_created.ts#L39) +[src/service/domain/organization/group_created.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_created.ts#L39) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/domain/organization/group_created.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_created.ts#L37) +[src/service/domain/organization/group_created.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_created.ts#L37) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/domain/organization/group_created.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_created.ts#L35) +[src/service/domain/organization/group_created.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_created.ts#L35) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/domain/organization/group_created.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_created.ts#L36) +[src/service/domain/organization/group_created.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_created.ts#L36) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/service/domain/organization/group_created.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_created.ts#L34) +[src/service/domain/organization/group_created.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_created.ts#L34) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_group_member_added.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_group_member_added.Event.md index d7c589bd3..b6b21a72c 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_group_member_added.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_group_member_added.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/group_member_added [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/group\_member\_added](../modules/service_domain_organization_group_member_added.md) / Event -[service/domain/organization/group_member_added](../modules/service_domain_organization_group_member_added.md).Event +[service/domain/organization/group\_member\_added](../modules/service_domain_organization_group_member_added.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/organization/group_member_added.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_added.ts#L17) +[src/service/domain/organization/group_member_added.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_added.ts#L17) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/organization/group_member_added.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_added.ts#L19) +[src/service/domain/organization/group_member_added.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_added.ts#L19) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/organization/group_member_added.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_added.ts#L18) +[src/service/domain/organization/group_member_added.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_added.ts#L18) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/organization/group_member_added.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_added.ts#L16) +[src/service/domain/organization/group_member_added.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_added.ts#L16) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/organization/group_member_added.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_added.ts#L14) +[src/service/domain/organization/group_member_added.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_added.ts#L14) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/organization/group_member_added.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_added.ts#L15) +[src/service/domain/organization/group_member_added.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_added.ts#L15) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/organization/group_member_added.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_added.ts#L13) +[src/service/domain/organization/group_member_added.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_added.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_group_member_removed.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_group_member_removed.Event.md index c26e78de9..c7acc4812 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_group_member_removed.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_group_member_removed.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/group_member_removed [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/group\_member\_removed](../modules/service_domain_organization_group_member_removed.md) / Event -[service/domain/organization/group_member_removed](../modules/service_domain_organization_group_member_removed.md).Event +[service/domain/organization/group\_member\_removed](../modules/service_domain_organization_group_member_removed.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/organization/group_member_removed.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_removed.ts#L17) +[src/service/domain/organization/group_member_removed.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_removed.ts#L17) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/organization/group_member_removed.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_removed.ts#L18) +[src/service/domain/organization/group_member_removed.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_removed.ts#L18) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/organization/group_member_removed.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_removed.ts#L19) +[src/service/domain/organization/group_member_removed.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_removed.ts#L19) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/organization/group_member_removed.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_removed.ts#L16) +[src/service/domain/organization/group_member_removed.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_removed.ts#L16) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/organization/group_member_removed.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_removed.ts#L14) +[src/service/domain/organization/group_member_removed.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_removed.ts#L14) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/organization/group_member_removed.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_removed.ts#L15) +[src/service/domain/organization/group_member_removed.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_removed.ts#L15) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/organization/group_member_removed.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_removed.ts#L13) +[src/service/domain/organization/group_member_removed.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_removed.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_group_permissions_granted.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_group_permissions_granted.Event.md index ea3c0de30..b154c1f42 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_group_permissions_granted.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_group_permissions_granted.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/group_permissions_granted [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/group\_permissions\_granted](../modules/service_domain_organization_group_permissions_granted.md) / Event -[service/domain/organization/group_permissions_granted](../modules/service_domain_organization_group_permissions_granted.md).Event +[service/domain/organization/group\_permissions\_granted](../modules/service_domain_organization_group_permissions_granted.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L20) +[src/service/domain/organization/group_permissions_granted.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L20) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L18) +[src/service/domain/organization/group_permissions_granted.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L18) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L21) +[src/service/domain/organization/group_permissions_granted.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L21) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L19) +[src/service/domain/organization/group_permissions_granted.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L19) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L17) +[src/service/domain/organization/group_permissions_granted.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L17) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L15) +[src/service/domain/organization/group_permissions_granted.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L15) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L16) +[src/service/domain/organization/group_permissions_granted.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L16) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L14) +[src/service/domain/organization/group_permissions_granted.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_group_permissions_revoked.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_group_permissions_revoked.Event.md index 6f925ea83..d1f2768e0 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_group_permissions_revoked.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_group_permissions_revoked.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/group_permissions_revoked [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/group\_permissions\_revoked](../modules/service_domain_organization_group_permissions_revoked.md) / Event -[service/domain/organization/group_permissions_revoked](../modules/service_domain_organization_group_permissions_revoked.md).Event +[service/domain/organization/group\_permissions\_revoked](../modules/service_domain_organization_group_permissions_revoked.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L18) +[src/service/domain/organization/group_permissions_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L18) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L21) +[src/service/domain/organization/group_permissions_revoked.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L21) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L19) +[src/service/domain/organization/group_permissions_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L19) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L17) +[src/service/domain/organization/group_permissions_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L17) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L20) +[src/service/domain/organization/group_permissions_revoked.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L20) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L15) +[src/service/domain/organization/group_permissions_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L15) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L16) +[src/service/domain/organization/group_permissions_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L16) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L14) +[src/service/domain/organization/group_permissions_revoked.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_group_trace_event.GroupTraceEvent.md b/docs/developer/api-docs/interfaces/service_domain_organization_group_trace_event.GroupTraceEvent.md index 59c802a88..071e8e390 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_group_trace_event.GroupTraceEvent.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_group_trace_event.GroupTraceEvent.md @@ -1,8 +1,7 @@ # GroupTraceEvent - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/group\_trace\_event](../modules/service_domain_organization_group_trace_event.md) / GroupTraceEvent -[service/domain/organization/group_trace_event](../modules/service_domain_organization_group_trace_event.md).GroupTraceEvent +[service/domain/organization/group\_trace\_event](../modules/service_domain_organization_group_trace_event.md).GroupTraceEvent ## Table of contents @@ -21,7 +20,7 @@ #### Defined in -[src/service/domain/organization/group_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_trace_event.ts#L8) +[src/service/domain/organization/group_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_trace_event.ts#L8) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/service/domain/organization/group_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_trace_event.ts#L6) +[src/service/domain/organization/group_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_trace_event.ts#L6) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/domain/organization/group_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_trace_event.ts#L7) +[src/service/domain/organization/group_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_trace_event.ts#L7) ___ @@ -57,4 +56,4 @@ ___ #### Defined in -[src/service/domain/organization/group_trace_event.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_trace_event.ts#L9) +[src/service/domain/organization/group_trace_event.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_trace_event.ts#L9) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_key_pair.KeyPair.md b/docs/developer/api-docs/interfaces/service_domain_organization_key_pair.KeyPair.md index 76913960b..665d85290 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_key_pair.KeyPair.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_key_pair.KeyPair.md @@ -1,8 +1,7 @@ # KeyPair - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/key\_pair](../modules/service_domain_organization_key_pair.md) / KeyPair -[service/domain/organization/key_pair](../modules/service_domain_organization_key_pair.md).KeyPair +[service/domain/organization/key\_pair](../modules/service_domain_organization_key_pair.md).KeyPair ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/domain/organization/key_pair.ts:2](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/key_pair.ts#L2) +[src/service/domain/organization/key_pair.ts:2](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/key_pair.ts#L2) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/domain/organization/key_pair.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/key_pair.ts#L4) +[src/service/domain/organization/key_pair.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/key_pair.ts#L4) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/domain/organization/key_pair.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/key_pair.ts#L3) +[src/service/domain/organization/key_pair.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/key_pair.ts#L3) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_public_key.PublicKey.md b/docs/developer/api-docs/interfaces/service_domain_organization_public_key.PublicKey.md index e8b19d4db..d2695e50b 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_public_key.PublicKey.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_public_key.PublicKey.md @@ -1,8 +1,7 @@ # PublicKey - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/public\_key](../modules/service_domain_organization_public_key.md) / PublicKey -[service/domain/organization/public_key](../modules/service_domain_organization_public_key.md).PublicKey +[service/domain/organization/public\_key](../modules/service_domain_organization_public_key.md).PublicKey ## Table of contents @@ -19,7 +18,7 @@ #### Defined in -[src/service/domain/organization/public_key.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key.ts#L9) +[src/service/domain/organization/public_key.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key.ts#L9) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/domain/organization/public_key.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key.ts#L10) +[src/service/domain/organization/public_key.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key.ts#L10) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_public_key_publish.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_organization_public_key_publish.RequestData.md index 954babf3a..bb57ee8c0 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_public_key_publish.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_public_key_publish.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/organization/public_key_publish [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/public\_key\_publish](../modules/service_domain_organization_public_key_publish.md) / RequestData -[service/domain/organization/public_key_publish](../modules/service_domain_organization_public_key_publish.md).RequestData +[service/domain/organization/public\_key\_publish](../modules/service_domain_organization_public_key_publish.md).RequestData ## Table of contents @@ -19,7 +18,7 @@ #### Defined in -[src/service/domain/organization/public_key_publish.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_publish.ts#L16) +[src/service/domain/organization/public_key_publish.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_publish.ts#L16) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/domain/organization/public_key_publish.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_publish.ts#L17) +[src/service/domain/organization/public_key_publish.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_publish.ts#L17) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_public_key_published.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_public_key_published.Event.md index d8583a6cc..6f8b5eee1 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_public_key_published.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_public_key_published.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/public_key_published [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/public\_key\_published](../modules/service_domain_organization_public_key_published.md) / Event -[service/domain/organization/public_key_published](../modules/service_domain_organization_public_key_published.md).Event +[service/domain/organization/public\_key\_published](../modules/service_domain_organization_public_key_published.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/organization/public_key_published.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_published.ts#L18) +[src/service/domain/organization/public_key_published.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_published.ts#L18) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/organization/public_key_published.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_published.ts#L16) +[src/service/domain/organization/public_key_published.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_published.ts#L16) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/organization/public_key_published.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_published.ts#L17) +[src/service/domain/organization/public_key_published.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_published.ts#L17) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/organization/public_key_published.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_published.ts#L15) +[src/service/domain/organization/public_key_published.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_published.ts#L15) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/organization/public_key_published.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_published.ts#L13) +[src/service/domain/organization/public_key_published.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_published.ts#L13) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/organization/public_key_published.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_published.ts#L14) +[src/service/domain/organization/public_key_published.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_published.ts#L14) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/organization/public_key_published.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_published.ts#L12) +[src/service/domain/organization/public_key_published.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_published.ts#L12) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_public_key_update.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_organization_public_key_update.RequestData.md index c9fae9b71..e0988e8b2 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_public_key_update.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_public_key_update.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/organization/public_key_update [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/public\_key\_update](../modules/service_domain_organization_public_key_update.md) / RequestData -[service/domain/organization/public_key_update](../modules/service_domain_organization_public_key_update.md).RequestData +[service/domain/organization/public\_key\_update](../modules/service_domain_organization_public_key_update.md).RequestData ## Table of contents @@ -19,7 +18,7 @@ #### Defined in -[src/service/domain/organization/public_key_update.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_update.ts#L15) +[src/service/domain/organization/public_key_update.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_update.ts#L15) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/domain/organization/public_key_update.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_update.ts#L16) +[src/service/domain/organization/public_key_update.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_update.ts#L16) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_public_key_updated.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_public_key_updated.Event.md index 02c872330..817451d3b 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_public_key_updated.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_public_key_updated.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/public_key_updated [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/public\_key\_updated](../modules/service_domain_organization_public_key_updated.md) / Event -[service/domain/organization/public_key_updated](../modules/service_domain_organization_public_key_updated.md).Event +[service/domain/organization/public\_key\_updated](../modules/service_domain_organization_public_key_updated.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/organization/public_key_updated.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_updated.ts#L18) +[src/service/domain/organization/public_key_updated.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_updated.ts#L18) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/organization/public_key_updated.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_updated.ts#L16) +[src/service/domain/organization/public_key_updated.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_updated.ts#L16) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/organization/public_key_updated.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_updated.ts#L17) +[src/service/domain/organization/public_key_updated.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_updated.ts#L17) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/organization/public_key_updated.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_updated.ts#L15) +[src/service/domain/organization/public_key_updated.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_updated.ts#L15) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/organization/public_key_updated.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_updated.ts#L13) +[src/service/domain/organization/public_key_updated.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_updated.ts#L13) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/organization/public_key_updated.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_updated.ts#L14) +[src/service/domain/organization/public_key_updated.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_updated.ts#L14) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/organization/public_key_updated.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_updated.ts#L12) +[src/service/domain/organization/public_key_updated.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_updated.ts#L12) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_service_user.ServiceUser.md b/docs/developer/api-docs/interfaces/service_domain_organization_service_user.ServiceUser.md index eecf4e123..dd25e8c48 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_service_user.ServiceUser.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_service_user.ServiceUser.md @@ -1,8 +1,7 @@ # ServiceUser - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/service\_user](../modules/service_domain_organization_service_user.md) / ServiceUser -[service/domain/organization/service_user](../modules/service_domain_organization_service_user.md).ServiceUser +[service/domain/organization/service\_user](../modules/service_domain_organization_service_user.md).ServiceUser ## Table of contents @@ -21,7 +20,7 @@ #### Defined in -[src/service/domain/organization/service_user.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/service_user.ts#L6) +[src/service/domain/organization/service_user.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/service_user.ts#L6) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/service/domain/organization/service_user.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/service_user.ts#L5) +[src/service/domain/organization/service_user.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/service_user.ts#L5) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/domain/organization/service_user.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/service_user.ts#L4) +[src/service/domain/organization/service_user.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/service_user.ts#L4) ___ @@ -51,4 +50,4 @@ ___ #### Defined in -[src/service/domain/organization/service_user.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/service_user.ts#L7) +[src/service/domain/organization/service_user.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/service_user.ts#L7) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_create.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_create.RequestData.md index c280ad5d1..b6c3961c0 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_create.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_create.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/organization/user_create [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_create](../modules/service_domain_organization_user_create.md) / RequestData -[service/domain/organization/user_create](../modules/service_domain_organization_user_create.md).RequestData +[service/domain/organization/user\_create](../modules/service_domain_organization_user_create.md).RequestData ## Table of contents @@ -22,7 +21,7 @@ #### Defined in -[src/service/domain/organization/user_create.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_create.ts#L27) +[src/service/domain/organization/user_create.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_create.ts#L27) ___ @@ -32,7 +31,7 @@ ___ #### Defined in -[src/service/domain/organization/user_create.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_create.ts#L24) +[src/service/domain/organization/user_create.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_create.ts#L24) ___ @@ -42,7 +41,7 @@ ___ #### Defined in -[src/service/domain/organization/user_create.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_create.ts#L25) +[src/service/domain/organization/user_create.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_create.ts#L25) ___ @@ -52,7 +51,7 @@ ___ #### Defined in -[src/service/domain/organization/user_create.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_create.ts#L26) +[src/service/domain/organization/user_create.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_create.ts#L26) ___ @@ -62,4 +61,4 @@ ___ #### Defined in -[src/service/domain/organization/user_create.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_create.ts#L23) +[src/service/domain/organization/user_create.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_create.ts#L23) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_created.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_created.Event.md index a5819dee0..97ffa5a04 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_created.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_created.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/user_created [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_created](../modules/service_domain_organization_user_created.md) / Event -[service/domain/organization/user_created](../modules/service_domain_organization_user_created.md).Event +[service/domain/organization/user\_created](../modules/service_domain_organization_user_created.md).Event ## Table of contents @@ -23,7 +22,7 @@ #### Defined in -[src/service/domain/organization/user_created.ts:45](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_created.ts#L45) +[src/service/domain/organization/user_created.ts:45](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_created.ts#L45) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/service/domain/organization/user_created.ts:43](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_created.ts#L43) +[src/service/domain/organization/user_created.ts:43](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_created.ts#L43) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/domain/organization/user_created.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_created.ts#L41) +[src/service/domain/organization/user_created.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_created.ts#L41) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/domain/organization/user_created.ts:42](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_created.ts#L42) +[src/service/domain/organization/user_created.ts:42](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_created.ts#L42) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/domain/organization/user_created.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_created.ts#L40) +[src/service/domain/organization/user_created.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_created.ts#L40) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/service/domain/organization/user_created.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_created.ts#L44) +[src/service/domain/organization/user_created.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_created.ts#L44) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_disable.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_disable.RequestData.md index 5e56e5e9a..3c7ff94de 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_disable.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_disable.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/organization/user_disable [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_disable](../modules/service_domain_organization_user_disable.md) / RequestData -[service/domain/organization/user_disable](../modules/service_domain_organization_user_disable.md).RequestData +[service/domain/organization/user\_disable](../modules/service_domain_organization_user_disable.md).RequestData ## Table of contents @@ -18,4 +17,4 @@ #### Defined in -[src/service/domain/organization/user_disable.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disable.ts#L21) +[src/service/domain/organization/user_disable.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disable.ts#L21) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_disabled.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_disabled.Event.md index 3b06129be..dd5aefcfb 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_disabled.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_disabled.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/user_disabled [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_disabled](../modules/service_domain_organization_user_disabled.md) / Event -[service/domain/organization/user_disabled](../modules/service_domain_organization_user_disabled.md).Event +[service/domain/organization/user\_disabled](../modules/service_domain_organization_user_disabled.md).Event ## Table of contents @@ -23,7 +22,7 @@ #### Defined in -[src/service/domain/organization/user_disabled.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disabled.ts#L26) +[src/service/domain/organization/user_disabled.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disabled.ts#L26) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/service/domain/organization/user_disabled.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disabled.ts#L24) +[src/service/domain/organization/user_disabled.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disabled.ts#L24) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/domain/organization/user_disabled.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disabled.ts#L22) +[src/service/domain/organization/user_disabled.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disabled.ts#L22) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/domain/organization/user_disabled.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disabled.ts#L23) +[src/service/domain/organization/user_disabled.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disabled.ts#L23) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/domain/organization/user_disabled.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disabled.ts#L21) +[src/service/domain/organization/user_disabled.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disabled.ts#L21) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/service/domain/organization/user_disabled.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disabled.ts#L25) +[src/service/domain/organization/user_disabled.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disabled.ts#L25) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_enable.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_enable.RequestData.md index 6f0a46f81..db27f4f19 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_enable.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_enable.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/organization/user_enable [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_enable](../modules/service_domain_organization_user_enable.md) / RequestData -[service/domain/organization/user_enable](../modules/service_domain_organization_user_enable.md).RequestData +[service/domain/organization/user\_enable](../modules/service_domain_organization_user_enable.md).RequestData ## Table of contents @@ -18,4 +17,4 @@ #### Defined in -[src/service/domain/organization/user_enable.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enable.ts#L19) +[src/service/domain/organization/user_enable.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enable.ts#L19) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_enabled.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_enabled.Event.md index fc516e377..8141ad50d 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_enabled.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_enabled.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/user_enabled [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_enabled](../modules/service_domain_organization_user_enabled.md) / Event -[service/domain/organization/user_enabled](../modules/service_domain_organization_user_enabled.md).Event +[service/domain/organization/user\_enabled](../modules/service_domain_organization_user_enabled.md).Event ## Table of contents @@ -23,7 +22,7 @@ #### Defined in -[src/service/domain/organization/user_enabled.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enabled.ts#L26) +[src/service/domain/organization/user_enabled.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enabled.ts#L26) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/service/domain/organization/user_enabled.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enabled.ts#L24) +[src/service/domain/organization/user_enabled.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enabled.ts#L24) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/domain/organization/user_enabled.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enabled.ts#L22) +[src/service/domain/organization/user_enabled.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enabled.ts#L22) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/domain/organization/user_enabled.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enabled.ts#L23) +[src/service/domain/organization/user_enabled.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enabled.ts#L23) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/domain/organization/user_enabled.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enabled.ts#L21) +[src/service/domain/organization/user_enabled.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enabled.ts#L21) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/service/domain/organization/user_enabled.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enabled.ts#L25) +[src/service/domain/organization/user_enabled.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enabled.ts#L25) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_password_change.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_password_change.RequestData.md index 0e5b28dc4..2c0808275 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_password_change.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_password_change.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/organization/user_password_change [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_password\_change](../modules/service_domain_organization_user_password_change.md) / RequestData -[service/domain/organization/user_password_change](../modules/service_domain_organization_user_password_change.md).RequestData +[service/domain/organization/user\_password\_change](../modules/service_domain_organization_user_password_change.md).RequestData ## Table of contents @@ -19,7 +18,7 @@ #### Defined in -[src/service/domain/organization/user_password_change.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_change.ts#L20) +[src/service/domain/organization/user_password_change.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_change.ts#L20) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/domain/organization/user_password_change.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_change.ts#L19) +[src/service/domain/organization/user_password_change.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_change.ts#L19) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_password_changed.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_password_changed.Event.md index 29bc2cde0..e281ff32e 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_password_changed.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_password_changed.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/user_password_changed [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_password\_changed](../modules/service_domain_organization_user_password_changed.md) / Event -[service/domain/organization/user_password_changed](../modules/service_domain_organization_user_password_changed.md).Event +[service/domain/organization/user\_password\_changed](../modules/service_domain_organization_user_password_changed.md).Event ## Table of contents @@ -23,7 +22,7 @@ #### Defined in -[src/service/domain/organization/user_password_changed.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_changed.ts#L28) +[src/service/domain/organization/user_password_changed.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_changed.ts#L28) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/service/domain/organization/user_password_changed.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_changed.ts#L26) +[src/service/domain/organization/user_password_changed.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_changed.ts#L26) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/domain/organization/user_password_changed.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_changed.ts#L24) +[src/service/domain/organization/user_password_changed.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_changed.ts#L24) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/domain/organization/user_password_changed.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_changed.ts#L25) +[src/service/domain/organization/user_password_changed.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_changed.ts#L25) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/domain/organization/user_password_changed.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_changed.ts#L23) +[src/service/domain/organization/user_password_changed.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_changed.ts#L23) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/service/domain/organization/user_password_changed.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_changed.ts#L27) +[src/service/domain/organization/user_password_changed.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_changed.ts#L27) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_permission_granted.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_permission_granted.Event.md index 0c2cfa9af..ed5781abd 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_permission_granted.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_permission_granted.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/user_permission_granted [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_permission\_granted](../modules/service_domain_organization_user_permission_granted.md) / Event -[service/domain/organization/user_permission_granted](../modules/service_domain_organization_user_permission_granted.md).Event +[service/domain/organization/user\_permission\_granted](../modules/service_domain_organization_user_permission_granted.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/organization/user_permission_granted.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L20) +[src/service/domain/organization/user_permission_granted.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L20) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_granted.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L21) +[src/service/domain/organization/user_permission_granted.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L21) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_granted.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L19) +[src/service/domain/organization/user_permission_granted.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L19) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_granted.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L17) +[src/service/domain/organization/user_permission_granted.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L17) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_granted.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L15) +[src/service/domain/organization/user_permission_granted.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L15) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_granted.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L16) +[src/service/domain/organization/user_permission_granted.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L16) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_granted.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L14) +[src/service/domain/organization/user_permission_granted.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L14) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_granted.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L18) +[src/service/domain/organization/user_permission_granted.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L18) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_permission_revoked.Event.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_permission_revoked.Event.md index d0d3e6a6f..d8a74e22b 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_permission_revoked.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_permission_revoked.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/organization/user_permission_revoked [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_permission\_revoked](../modules/service_domain_organization_user_permission_revoked.md) / Event -[service/domain/organization/user_permission_revoked](../modules/service_domain_organization_user_permission_revoked.md).Event +[service/domain/organization/user\_permission\_revoked](../modules/service_domain_organization_user_permission_revoked.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L21) +[src/service/domain/organization/user_permission_revoked.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L21) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L19) +[src/service/domain/organization/user_permission_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L19) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L17) +[src/service/domain/organization/user_permission_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L17) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L20) +[src/service/domain/organization/user_permission_revoked.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L20) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L15) +[src/service/domain/organization/user_permission_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L15) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L16) +[src/service/domain/organization/user_permission_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L16) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L14) +[src/service/domain/organization/user_permission_revoked.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L14) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L18) +[src/service/domain/organization/user_permission_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L18) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_record.UserRecord.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_record.UserRecord.md index 2bd05f271..62f77e9bf 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_record.UserRecord.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_record.UserRecord.md @@ -1,8 +1,7 @@ # UserRecord - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_record](../modules/service_domain_organization_user_record.md) / UserRecord -[service/domain/organization/user_record](../modules/service_domain_organization_user_record.md).UserRecord +[service/domain/organization/user\_record](../modules/service_domain_organization_user_record.md).UserRecord ## Table of contents @@ -27,7 +26,7 @@ #### Defined in -[src/service/domain/organization/user_record.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L25) +[src/service/domain/organization/user_record.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L25) ___ @@ -37,7 +36,7 @@ ___ #### Defined in -[src/service/domain/organization/user_record.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L21) +[src/service/domain/organization/user_record.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L21) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/domain/organization/user_record.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L17) +[src/service/domain/organization/user_record.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L17) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/domain/organization/user_record.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L18) +[src/service/domain/organization/user_record.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L18) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/service/domain/organization/user_record.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L22) +[src/service/domain/organization/user_record.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L22) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/service/domain/organization/user_record.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L16) +[src/service/domain/organization/user_record.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L16) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/service/domain/organization/user_record.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L24) +[src/service/domain/organization/user_record.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L24) ___ @@ -97,7 +96,7 @@ ___ #### Defined in -[src/service/domain/organization/user_record.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L19) +[src/service/domain/organization/user_record.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L19) ___ @@ -107,7 +106,7 @@ ___ #### Defined in -[src/service/domain/organization/user_record.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L20) +[src/service/domain/organization/user_record.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L20) ___ @@ -117,4 +116,4 @@ ___ #### Defined in -[src/service/domain/organization/user_record.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L23) +[src/service/domain/organization/user_record.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L23) diff --git a/docs/developer/api-docs/interfaces/service_domain_organization_user_trace_event.UserTraceEvent.md b/docs/developer/api-docs/interfaces/service_domain_organization_user_trace_event.UserTraceEvent.md index 57c9efc3b..19458d463 100644 --- a/docs/developer/api-docs/interfaces/service_domain_organization_user_trace_event.UserTraceEvent.md +++ b/docs/developer/api-docs/interfaces/service_domain_organization_user_trace_event.UserTraceEvent.md @@ -1,8 +1,7 @@ # UserTraceEvent - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/organization/user\_trace\_event](../modules/service_domain_organization_user_trace_event.md) / UserTraceEvent -[service/domain/organization/user_trace_event](../modules/service_domain_organization_user_trace_event.md).UserTraceEvent +[service/domain/organization/user\_trace\_event](../modules/service_domain_organization_user_trace_event.md).UserTraceEvent ## Table of contents @@ -21,7 +20,7 @@ #### Defined in -[src/service/domain/organization/user_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_trace_event.ts#L8) +[src/service/domain/organization/user_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_trace_event.ts#L8) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/service/domain/organization/user_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_trace_event.ts#L6) +[src/service/domain/organization/user_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_trace_event.ts#L6) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/domain/organization/user_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_trace_event.ts#L7) +[src/service/domain/organization/user_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_trace_event.ts#L7) ___ @@ -57,4 +56,4 @@ ___ #### Defined in -[src/service/domain/organization/user_trace_event.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_trace_event.ts#L9) +[src/service/domain/organization/user_trace_event.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_trace_event.ts#L9) diff --git a/docs/developer/api-docs/interfaces/service_domain_system_information_provisioning_ended.Event.md b/docs/developer/api-docs/interfaces/service_domain_system_information_provisioning_ended.Event.md index 85aceed9a..009ce46b9 100644 --- a/docs/developer/api-docs/interfaces/service_domain_system_information_provisioning_ended.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_system_information_provisioning_ended.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/system_information/provisioning_ended [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/system\_information/provisioning\_ended](../modules/service_domain_system_information_provisioning_ended.md) / Event -[service/domain/system_information/provisioning_ended](../modules/service_domain_system_information_provisioning_ended.md).Event +[service/domain/system\_information/provisioning\_ended](../modules/service_domain_system_information_provisioning_ended.md).Event ## Table of contents @@ -22,7 +21,7 @@ #### Defined in -[src/service/domain/system_information/provisioning_ended.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_ended.ts#L16) +[src/service/domain/system_information/provisioning_ended.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_ended.ts#L16) ___ @@ -32,7 +31,7 @@ ___ #### Defined in -[src/service/domain/system_information/provisioning_ended.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_ended.ts#L15) +[src/service/domain/system_information/provisioning_ended.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_ended.ts#L15) ___ @@ -42,7 +41,7 @@ ___ #### Defined in -[src/service/domain/system_information/provisioning_ended.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_ended.ts#L13) +[src/service/domain/system_information/provisioning_ended.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_ended.ts#L13) ___ @@ -52,7 +51,7 @@ ___ #### Defined in -[src/service/domain/system_information/provisioning_ended.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_ended.ts#L14) +[src/service/domain/system_information/provisioning_ended.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_ended.ts#L14) ___ @@ -62,4 +61,4 @@ ___ #### Defined in -[src/service/domain/system_information/provisioning_ended.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_ended.ts#L12) +[src/service/domain/system_information/provisioning_ended.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_ended.ts#L12) diff --git a/docs/developer/api-docs/interfaces/service_domain_system_information_provisioning_started.Event.md b/docs/developer/api-docs/interfaces/service_domain_system_information_provisioning_started.Event.md index a1b4ab61c..f8b4c722d 100644 --- a/docs/developer/api-docs/interfaces/service_domain_system_information_provisioning_started.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_system_information_provisioning_started.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/system_information/provisioning_started [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/system\_information/provisioning\_started](../modules/service_domain_system_information_provisioning_started.md) / Event -[service/domain/system_information/provisioning_started](../modules/service_domain_system_information_provisioning_started.md).Event +[service/domain/system\_information/provisioning\_started](../modules/service_domain_system_information_provisioning_started.md).Event ## Table of contents @@ -22,7 +21,7 @@ #### Defined in -[src/service/domain/system_information/provisioning_started.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_started.ts#L16) +[src/service/domain/system_information/provisioning_started.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_started.ts#L16) ___ @@ -32,7 +31,7 @@ ___ #### Defined in -[src/service/domain/system_information/provisioning_started.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_started.ts#L15) +[src/service/domain/system_information/provisioning_started.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_started.ts#L15) ___ @@ -42,7 +41,7 @@ ___ #### Defined in -[src/service/domain/system_information/provisioning_started.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_started.ts#L13) +[src/service/domain/system_information/provisioning_started.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_started.ts#L13) ___ @@ -52,7 +51,7 @@ ___ #### Defined in -[src/service/domain/system_information/provisioning_started.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_started.ts#L14) +[src/service/domain/system_information/provisioning_started.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_started.ts#L14) ___ @@ -62,4 +61,4 @@ ___ #### Defined in -[src/service/domain/system_information/provisioning_started.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_started.ts#L12) +[src/service/domain/system_information/provisioning_started.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_started.ts#L12) diff --git a/docs/developer/api-docs/interfaces/service_domain_system_information_system_information.ProvisioningStatus.md b/docs/developer/api-docs/interfaces/service_domain_system_information_system_information.ProvisioningStatus.md index 233740853..e2d1de3f9 100644 --- a/docs/developer/api-docs/interfaces/service_domain_system_information_system_information.ProvisioningStatus.md +++ b/docs/developer/api-docs/interfaces/service_domain_system_information_system_information.ProvisioningStatus.md @@ -1,8 +1,7 @@ # ProvisioningStatus - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/system\_information/system\_information](../modules/service_domain_system_information_system_information.md) / ProvisioningStatus -[service/domain/system_information/system_information](../modules/service_domain_system_information_system_information.md).ProvisioningStatus +[service/domain/system\_information/system\_information](../modules/service_domain_system_information_system_information.md).ProvisioningStatus ## Table of contents @@ -19,7 +18,7 @@ #### Defined in -[src/service/domain/system_information/system_information.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/system_information.ts#L6) +[src/service/domain/system_information/system_information.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/system_information.ts#L6) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/domain/system_information/system_information.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/system_information.ts#L7) +[src/service/domain/system_information/system_information.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/system_information.ts#L7) diff --git a/docs/developer/api-docs/interfaces/service_domain_system_information_system_information.SystemInformation.md b/docs/developer/api-docs/interfaces/service_domain_system_information_system_information.SystemInformation.md index da5665b0a..6a3df1679 100644 --- a/docs/developer/api-docs/interfaces/service_domain_system_information_system_information.SystemInformation.md +++ b/docs/developer/api-docs/interfaces/service_domain_system_information_system_information.SystemInformation.md @@ -1,8 +1,7 @@ # SystemInformation - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/system\_information/system\_information](../modules/service_domain_system_information_system_information.md) / SystemInformation -[service/domain/system_information/system_information](../modules/service_domain_system_information_system_information.md).SystemInformation +[service/domain/system\_information/system\_information](../modules/service_domain_system_information_system_information.md).SystemInformation ## Table of contents @@ -18,4 +17,4 @@ #### Defined in -[src/service/domain/system_information/system_information.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/system_information.ts#L11) +[src/service/domain/system_information/system_information.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/system_information.ts#L11) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_global_permission_granted.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_global_permission_granted.Event.md index e07b1aeaa..65e790349 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_global_permission_granted.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_global_permission_granted.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/global_permission_granted [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/global\_permission\_granted](../modules/service_domain_workflow_global_permission_granted.md) / Event -[service/domain/workflow/global_permission_granted](../modules/service_domain_workflow_global_permission_granted.md).Event +[service/domain/workflow/global\_permission\_granted](../modules/service_domain_workflow_global_permission_granted.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/workflow/global_permission_granted.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_granted.ts#L18) +[src/service/domain/workflow/global_permission_granted.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_granted.ts#L18) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_granted.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_granted.ts#L19) +[src/service/domain/workflow/global_permission_granted.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_granted.ts#L19) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_granted.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_granted.ts#L17) +[src/service/domain/workflow/global_permission_granted.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_granted.ts#L17) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_granted.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_granted.ts#L16) +[src/service/domain/workflow/global_permission_granted.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_granted.ts#L16) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_granted.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_granted.ts#L14) +[src/service/domain/workflow/global_permission_granted.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_granted.ts#L14) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_granted.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_granted.ts#L15) +[src/service/domain/workflow/global_permission_granted.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_granted.ts#L15) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_granted.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_granted.ts#L13) +[src/service/domain/workflow/global_permission_granted.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_granted.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_global_permission_revoked.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_global_permission_revoked.Event.md index c64d38bb8..21b54e796 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_global_permission_revoked.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_global_permission_revoked.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/global_permission_revoked [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/global\_permission\_revoked](../modules/service_domain_workflow_global_permission_revoked.md) / Event -[service/domain/workflow/global_permission_revoked](../modules/service_domain_workflow_global_permission_revoked.md).Event +[service/domain/workflow/global\_permission\_revoked](../modules/service_domain_workflow_global_permission_revoked.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/workflow/global_permission_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoked.ts#L19) +[src/service/domain/workflow/global_permission_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoked.ts#L19) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoked.ts#L17) +[src/service/domain/workflow/global_permission_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoked.ts#L17) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoked.ts#L16) +[src/service/domain/workflow/global_permission_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoked.ts#L16) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoked.ts#L18) +[src/service/domain/workflow/global_permission_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoked.ts#L18) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_revoked.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoked.ts#L14) +[src/service/domain/workflow/global_permission_revoked.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoked.ts#L14) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoked.ts#L15) +[src/service/domain/workflow/global_permission_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoked.ts#L15) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/workflow/global_permission_revoked.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoked.ts#L13) +[src/service/domain/workflow/global_permission_revoked.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoked.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md b/docs/developer/api-docs/interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md index 6613acdf3..37a0a50d6 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md @@ -1,8 +1,7 @@ # GlobalPermissions - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/global\_permissions](../modules/service_domain_workflow_global_permissions.md) / GlobalPermissions -[service/domain/workflow/global_permissions](../modules/service_domain_workflow_global_permissions.md).GlobalPermissions +[service/domain/workflow/global\_permissions](../modules/service_domain_workflow_global_permissions.md).GlobalPermissions ## Table of contents @@ -19,7 +18,7 @@ #### Defined in -[src/service/domain/workflow/global_permissions.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions.ts#L17) +[src/service/domain/workflow/global_permissions.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions.ts#L17) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/domain/workflow/global_permissions.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions.ts#L16) +[src/service/domain/workflow/global_permissions.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions.ts#L16) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_global_permissions_trace_event.GlobalPermissionsTraceEvent.md b/docs/developer/api-docs/interfaces/service_domain_workflow_global_permissions_trace_event.GlobalPermissionsTraceEvent.md index 0490a3197..a5fd91e09 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_global_permissions_trace_event.GlobalPermissionsTraceEvent.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_global_permissions_trace_event.GlobalPermissionsTraceEvent.md @@ -1,8 +1,7 @@ # GlobalPermissionsTraceEvent - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/global\_permissions\_trace\_event](../modules/service_domain_workflow_global_permissions_trace_event.md) / GlobalPermissionsTraceEvent -[service/domain/workflow/global_permissions_trace_event](../modules/service_domain_workflow_global_permissions_trace_event.md).GlobalPermissionsTraceEvent +[service/domain/workflow/global\_permissions\_trace\_event](../modules/service_domain_workflow_global_permissions_trace_event.md).GlobalPermissionsTraceEvent ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/domain/workflow/global_permissions_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions_trace_event.ts#L8) +[src/service/domain/workflow/global_permissions_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions_trace_event.ts#L8) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/domain/workflow/global_permissions_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions_trace_event.ts#L6) +[src/service/domain/workflow/global_permissions_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions_trace_event.ts#L6) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/domain/workflow/global_permissions_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions_trace_event.ts#L7) +[src/service/domain/workflow/global_permissions_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions_trace_event.ts#L7) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_notification.Notification.md b/docs/developer/api-docs/interfaces/service_domain_workflow_notification.Notification.md index 9342342c0..d9bf8d811 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_notification.Notification.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_notification.Notification.md @@ -1,5 +1,4 @@ # Notification - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/notification](../modules/service_domain_workflow_notification.md) / Notification [service/domain/workflow/notification](../modules/service_domain_workflow_notification.md).Notification @@ -26,7 +25,7 @@ #### Defined in -[src/service/domain/workflow/notification.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L17) +[src/service/domain/workflow/notification.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L17) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L14) +[src/service/domain/workflow/notification.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L14) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L13) +[src/service/domain/workflow/notification.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L13) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L16) +[src/service/domain/workflow/notification.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L16) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L21) +[src/service/domain/workflow/notification.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L21) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L18) +[src/service/domain/workflow/notification.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L18) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L15) +[src/service/domain/workflow/notification.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L15) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L19) +[src/service/domain/workflow/notification.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L19) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/domain/workflow/notification.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L20) +[src/service/domain/workflow/notification.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L20) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_notification_created.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_notification_created.Event.md index ee1b03243..648710283 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_notification_created.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_notification_created.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/notification_created [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/notification\_created](../modules/service_domain_workflow_notification_created.md) / Event -[service/domain/workflow/notification_created](../modules/service_domain_workflow_notification_created.md).Event +[service/domain/workflow/notification\_created](../modules/service_domain_workflow_notification_created.md).Event ## Table of contents @@ -28,7 +27,7 @@ #### Defined in -[src/service/domain/workflow/notification_created.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L25) +[src/service/domain/workflow/notification_created.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L25) ___ @@ -38,7 +37,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_created.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L29) +[src/service/domain/workflow/notification_created.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L29) ___ @@ -48,7 +47,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_created.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L23) +[src/service/domain/workflow/notification_created.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L23) ___ @@ -58,7 +57,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_created.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L26) +[src/service/domain/workflow/notification_created.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L26) ___ @@ -68,7 +67,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_created.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L22) +[src/service/domain/workflow/notification_created.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L22) ___ @@ -78,7 +77,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_created.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L24) +[src/service/domain/workflow/notification_created.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L24) ___ @@ -88,7 +87,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_created.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L20) +[src/service/domain/workflow/notification_created.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L20) ___ @@ -98,7 +97,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_created.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L27) +[src/service/domain/workflow/notification_created.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L27) ___ @@ -108,7 +107,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_created.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L21) +[src/service/domain/workflow/notification_created.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L21) ___ @@ -118,7 +117,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_created.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L19) +[src/service/domain/workflow/notification_created.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L19) ___ @@ -128,4 +127,4 @@ ___ #### Defined in -[src/service/domain/workflow/notification_created.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L28) +[src/service/domain/workflow/notification_created.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L28) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_notification_marked_read.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_notification_marked_read.Event.md index 00880adff..631dc422b 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_notification_marked_read.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_notification_marked_read.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/notification_marked_read [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/notification\_marked\_read](../modules/service_domain_workflow_notification_marked_read.md) / Event -[service/domain/workflow/notification_marked_read](../modules/service_domain_workflow_notification_marked_read.md).Event +[service/domain/workflow/notification\_marked\_read](../modules/service_domain_workflow_notification_marked_read.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/workflow/notification_marked_read.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_marked_read.ts#L22) +[src/service/domain/workflow/notification_marked_read.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_marked_read.ts#L22) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_marked_read.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_marked_read.ts#L18) +[src/service/domain/workflow/notification_marked_read.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_marked_read.ts#L18) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_marked_read.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_marked_read.ts#L17) +[src/service/domain/workflow/notification_marked_read.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_marked_read.ts#L17) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_marked_read.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_marked_read.ts#L21) +[src/service/domain/workflow/notification_marked_read.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_marked_read.ts#L21) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_marked_read.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_marked_read.ts#L15) +[src/service/domain/workflow/notification_marked_read.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_marked_read.ts#L15) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_marked_read.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_marked_read.ts#L16) +[src/service/domain/workflow/notification_marked_read.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_marked_read.ts#L16) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/workflow/notification_marked_read.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_marked_read.ts#L14) +[src/service/domain/workflow/notification_marked_read.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_marked_read.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_notification_trace_event.NotificationTraceEvent.md b/docs/developer/api-docs/interfaces/service_domain_workflow_notification_trace_event.NotificationTraceEvent.md index bded3ba4e..9475b25e3 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_notification_trace_event.NotificationTraceEvent.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_notification_trace_event.NotificationTraceEvent.md @@ -1,8 +1,7 @@ # NotificationTraceEvent - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/notification\_trace\_event](../modules/service_domain_workflow_notification_trace_event.md) / NotificationTraceEvent -[service/domain/workflow/notification_trace_event](../modules/service_domain_workflow_notification_trace_event.md).NotificationTraceEvent +[service/domain/workflow/notification\_trace\_event](../modules/service_domain_workflow_notification_trace_event.md).NotificationTraceEvent ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/domain/workflow/notification_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_trace_event.ts#L8) +[src/service/domain/workflow/notification_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_trace_event.ts#L8) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/domain/workflow/notification_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_trace_event.ts#L6) +[src/service/domain/workflow/notification_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_trace_event.ts#L6) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/domain/workflow/notification_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_trace_event.ts#L7) +[src/service/domain/workflow/notification_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_trace_event.ts#L7) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project.Project.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project.Project.md index 3f0ad4266..3cfdeb2de 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project.Project.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project.Project.md @@ -1,5 +1,4 @@ # Project - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project](../modules/service_domain_workflow_project.md) / Project [service/domain/workflow/project](../modules/service_domain_workflow_project.md).Project @@ -29,7 +28,7 @@ #### Defined in -[src/service/domain/workflow/project.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L32) +[src/service/domain/workflow/project.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L32) ___ @@ -39,7 +38,7 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L26) +[src/service/domain/workflow/project.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L26) ___ @@ -49,7 +48,7 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L22) +[src/service/domain/workflow/project.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L22) ___ @@ -59,7 +58,7 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L25) +[src/service/domain/workflow/project.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L25) ___ @@ -69,7 +68,7 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L24) +[src/service/domain/workflow/project.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L24) ___ @@ -79,7 +78,7 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L21) +[src/service/domain/workflow/project.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L21) ___ @@ -89,7 +88,7 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L30) +[src/service/domain/workflow/project.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L30) ___ @@ -99,7 +98,7 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L29) +[src/service/domain/workflow/project.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L29) ___ @@ -109,7 +108,7 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L28) +[src/service/domain/workflow/project.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L28) ___ @@ -119,7 +118,7 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L23) +[src/service/domain/workflow/project.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L23) ___ @@ -129,7 +128,7 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L33) +[src/service/domain/workflow/project.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L33) ___ @@ -139,4 +138,4 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L27) +[src/service/domain/workflow/project.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L27) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_assigned.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_assigned.Event.md index 45e3f584a..3bf8d7c01 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_assigned.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_assigned.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/project_assigned [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_assigned](../modules/service_domain_workflow_project_assigned.md) / Event -[service/domain/workflow/project_assigned](../modules/service_domain_workflow_project_assigned.md).Event +[service/domain/workflow/project\_assigned](../modules/service_domain_workflow_project_assigned.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/workflow/project_assigned.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L17) +[src/service/domain/workflow/project_assigned.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L17) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_assigned.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L18) +[src/service/domain/workflow/project_assigned.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L18) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_assigned.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L16) +[src/service/domain/workflow/project_assigned.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L16) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_assigned.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L15) +[src/service/domain/workflow/project_assigned.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L15) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_assigned.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L13) +[src/service/domain/workflow/project_assigned.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L13) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_assigned.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L14) +[src/service/domain/workflow/project_assigned.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L14) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_assigned.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L12) +[src/service/domain/workflow/project_assigned.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L12) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_closed.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_closed.Event.md index 39585a740..ff14fb848 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_closed.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_closed.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/project_closed [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_closed](../modules/service_domain_workflow_project_closed.md) / Event -[service/domain/workflow/project_closed](../modules/service_domain_workflow_project_closed.md).Event +[service/domain/workflow/project\_closed](../modules/service_domain_workflow_project_closed.md).Event ## Table of contents @@ -23,7 +22,7 @@ #### Defined in -[src/service/domain/workflow/project_closed.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_closed.ts#L17) +[src/service/domain/workflow/project_closed.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_closed.ts#L17) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_closed.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_closed.ts#L16) +[src/service/domain/workflow/project_closed.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_closed.ts#L16) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_closed.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_closed.ts#L15) +[src/service/domain/workflow/project_closed.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_closed.ts#L15) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_closed.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_closed.ts#L13) +[src/service/domain/workflow/project_closed.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_closed.ts#L13) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_closed.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_closed.ts#L14) +[src/service/domain/workflow/project_closed.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_closed.ts#L14) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_closed.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_closed.ts#L12) +[src/service/domain/workflow/project_closed.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_closed.ts#L12) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_create.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_create.RequestData.md index e0ff7b2ea..769b5c28e 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_create.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_create.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/workflow/project_create [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_create](../modules/service_domain_workflow_project_create.md) / RequestData -[service/domain/workflow/project_create](../modules/service_domain_workflow_project_create.md).RequestData +[service/domain/workflow/project\_create](../modules/service_domain_workflow_project_create.md).RequestData Initial data for the new project as given in the request. @@ -31,7 +30,7 @@ that there are more optional fields that get initialized using default values. #### Defined in -[src/service/domain/workflow/project_create.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L35) +[src/service/domain/workflow/project_create.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L35) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_create.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L32) +[src/service/domain/workflow/project_create.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L32) ___ @@ -51,7 +50,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_create.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L31) +[src/service/domain/workflow/project_create.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L31) ___ @@ -61,7 +60,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_create.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L30) +[src/service/domain/workflow/project_create.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L30) ___ @@ -71,7 +70,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_create.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L28) +[src/service/domain/workflow/project_create.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L28) ___ @@ -81,7 +80,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_create.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L34) +[src/service/domain/workflow/project_create.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L34) ___ @@ -91,7 +90,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_create.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L29) +[src/service/domain/workflow/project_create.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L29) ___ @@ -101,7 +100,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_create.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L36) +[src/service/domain/workflow/project_create.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L36) ___ @@ -111,4 +110,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_create.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L33) +[src/service/domain/workflow/project_create.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L33) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_created.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_created.Event.md index a8f599008..51b702657 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_created.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_created.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/project_created [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_created](../modules/service_domain_workflow_project_created.md) / Event -[service/domain/workflow/project_created](../modules/service_domain_workflow_project_created.md).Event +[service/domain/workflow/project\_created](../modules/service_domain_workflow_project_created.md).Event ## Table of contents @@ -23,7 +22,7 @@ #### Defined in -[src/service/domain/workflow/project_created.ts:50](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_created.ts#L50) +[src/service/domain/workflow/project_created.ts:50](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_created.ts#L50) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_created.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_created.ts#L49) +[src/service/domain/workflow/project_created.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_created.ts#L49) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_created.ts:48](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_created.ts#L48) +[src/service/domain/workflow/project_created.ts:48](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_created.ts#L48) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_created.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_created.ts#L46) +[src/service/domain/workflow/project_created.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_created.ts#L46) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_created.ts:47](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_created.ts#L47) +[src/service/domain/workflow/project_created.ts:47](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_created.ts#L47) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_created.ts:45](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_created.ts#L45) +[src/service/domain/workflow/project_created.ts:45](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_created.ts#L45) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_permission_granted.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_permission_granted.Event.md index 6c9e4e7d3..b04c8d867 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_permission_granted.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_permission_granted.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/project_permission_granted [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_permission\_granted](../modules/service_domain_workflow_project_permission_granted.md) / Event -[service/domain/workflow/project_permission_granted](../modules/service_domain_workflow_project_permission_granted.md).Event +[service/domain/workflow/project\_permission\_granted](../modules/service_domain_workflow_project_permission_granted.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L20) +[src/service/domain/workflow/project_permission_granted.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L20) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L21) +[src/service/domain/workflow/project_permission_granted.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L21) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L19) +[src/service/domain/workflow/project_permission_granted.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L19) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L18) +[src/service/domain/workflow/project_permission_granted.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L18) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L17) +[src/service/domain/workflow/project_permission_granted.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L17) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L15) +[src/service/domain/workflow/project_permission_granted.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L15) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L16) +[src/service/domain/workflow/project_permission_granted.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L16) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L14) +[src/service/domain/workflow/project_permission_granted.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_permission_revoked.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_permission_revoked.Event.md index e2507164d..12dd288bb 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_permission_revoked.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_permission_revoked.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/project_permission_revoked [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_permission\_revoked](../modules/service_domain_workflow_project_permission_revoked.md) / Event -[service/domain/workflow/project_permission_revoked](../modules/service_domain_workflow_project_permission_revoked.md).Event +[service/domain/workflow/project\_permission\_revoked](../modules/service_domain_workflow_project_permission_revoked.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L21) +[src/service/domain/workflow/project_permission_revoked.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L21) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L19) +[src/service/domain/workflow/project_permission_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L19) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L18) +[src/service/domain/workflow/project_permission_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L18) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L17) +[src/service/domain/workflow/project_permission_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L17) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L20) +[src/service/domain/workflow/project_permission_revoked.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L20) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L15) +[src/service/domain/workflow/project_permission_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L15) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L16) +[src/service/domain/workflow/project_permission_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L16) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L14) +[src/service/domain/workflow/project_permission_revoked.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md index 335bf1fc1..cf4fc84ad 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/project_projected_budget_deleted [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_projected\_budget\_deleted](../modules/service_domain_workflow_project_projected_budget_deleted.md) / Event -[service/domain/workflow/project_projected_budget_deleted](../modules/service_domain_workflow_project_projected_budget_deleted.md).Event +[service/domain/workflow/project\_projected\_budget\_deleted](../modules/service_domain_workflow_project_projected_budget_deleted.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L19) +[src/service/domain/workflow/project_projected_budget_deleted.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L19) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L20) +[src/service/domain/workflow/project_projected_budget_deleted.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L20) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L18) +[src/service/domain/workflow/project_projected_budget_deleted.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L18) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L17) +[src/service/domain/workflow/project_projected_budget_deleted.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L17) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L16) +[src/service/domain/workflow/project_projected_budget_deleted.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L16) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L14) +[src/service/domain/workflow/project_projected_budget_deleted.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L14) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L15) +[src/service/domain/workflow/project_projected_budget_deleted.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L15) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L13) +[src/service/domain/workflow/project_projected_budget_deleted.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_projected_budget_updated.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_projected_budget_updated.Event.md index 302e55447..6b6788fd4 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_projected_budget_updated.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_projected_budget_updated.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/project_projected_budget_updated [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_projected\_budget\_updated](../modules/service_domain_workflow_project_projected_budget_updated.md) / Event -[service/domain/workflow/project_projected_budget_updated](../modules/service_domain_workflow_project_projected_budget_updated.md).Event +[service/domain/workflow/project\_projected\_budget\_updated](../modules/service_domain_workflow_project_projected_budget_updated.md).Event ## Table of contents @@ -26,7 +25,7 @@ #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L20) +[src/service/domain/workflow/project_projected_budget_updated.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L20) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L21) +[src/service/domain/workflow/project_projected_budget_updated.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L21) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L18) +[src/service/domain/workflow/project_projected_budget_updated.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L18) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L17) +[src/service/domain/workflow/project_projected_budget_updated.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L17) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L16) +[src/service/domain/workflow/project_projected_budget_updated.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L16) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L14) +[src/service/domain/workflow/project_projected_budget_updated.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L14) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L15) +[src/service/domain/workflow/project_projected_budget_updated.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L15) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L13) +[src/service/domain/workflow/project_projected_budget_updated.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L13) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L19) +[src/service/domain/workflow/project_projected_budget_updated.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L19) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_snapshot_published.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_snapshot_published.Event.md new file mode 100644 index 000000000..8be228781 --- /dev/null +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_snapshot_published.Event.md @@ -0,0 +1,64 @@ +# Event: service/domain/workflow/project_snapshot_published +[Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_snapshot\_published](../modules/service_domain_workflow_project_snapshot_published.md) / Event + +[service/domain/workflow/project\_snapshot\_published](../modules/service_domain_workflow_project_snapshot_published.md).Event + +## Table of contents + +### Properties + +- [project](service_domain_workflow_project_snapshot_published.Event.md#project) +- [publisher](service_domain_workflow_project_snapshot_published.Event.md#publisher) +- [source](service_domain_workflow_project_snapshot_published.Event.md#source) +- [time](service_domain_workflow_project_snapshot_published.Event.md#time) +- [type](service_domain_workflow_project_snapshot_published.Event.md#type) + +## Properties + +### project + +• **project**: [`Project`](service_domain_workflow_project.Project.md) + +#### Defined in + +[src/service/domain/workflow/project_snapshot_published.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_snapshot_published.ts#L16) + +___ + +### publisher + +• **publisher**: `string` + +#### Defined in + +[src/service/domain/workflow/project_snapshot_published.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_snapshot_published.ts#L15) + +___ + +### source + +• **source**: `string` + +#### Defined in + +[src/service/domain/workflow/project_snapshot_published.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_snapshot_published.ts#L13) + +___ + +### time + +• **time**: `string` + +#### Defined in + +[src/service/domain/workflow/project_snapshot_published.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_snapshot_published.ts#L14) + +___ + +### type + +• **type**: ``"project_snapshot_published"`` + +#### Defined in + +[src/service/domain/workflow/project_snapshot_published.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_snapshot_published.ts#L12) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md index eed33067a..8db0477b0 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md @@ -1,8 +1,7 @@ # ProjectTraceEvent - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_trace\_event](../modules/service_domain_workflow_project_trace_event.md) / ProjectTraceEvent -[service/domain/workflow/project_trace_event](../modules/service_domain_workflow_project_trace_event.md).ProjectTraceEvent +[service/domain/workflow/project\_trace\_event](../modules/service_domain_workflow_project_trace_event.md).ProjectTraceEvent ## Table of contents @@ -21,7 +20,7 @@ #### Defined in -[src/service/domain/workflow/project_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_trace_event.ts#L8) +[src/service/domain/workflow/project_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_trace_event.ts#L8) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_trace_event.ts#L6) +[src/service/domain/workflow/project_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_trace_event.ts#L6) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_trace_event.ts#L7) +[src/service/domain/workflow/project_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_trace_event.ts#L7) ___ @@ -57,4 +56,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_trace_event.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_trace_event.ts#L9) +[src/service/domain/workflow/project_trace_event.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_trace_event.ts#L9) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_updated.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_updated.Event.md index 9012ccaaf..6a85cf069 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_updated.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_updated.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/project_updated [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_updated](../modules/service_domain_workflow_project_updated.md) / Event -[service/domain/workflow/project_updated](../modules/service_domain_workflow_project_updated.md).Event +[service/domain/workflow/project\_updated](../modules/service_domain_workflow_project_updated.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/workflow/project_updated.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L41) +[src/service/domain/workflow/project_updated.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L41) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_updated.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L39) +[src/service/domain/workflow/project_updated.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L39) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_updated.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L38) +[src/service/domain/workflow/project_updated.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L38) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_updated.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L36) +[src/service/domain/workflow/project_updated.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L36) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_updated.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L37) +[src/service/domain/workflow/project_updated.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L37) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_updated.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L35) +[src/service/domain/workflow/project_updated.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L35) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_updated.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L40) +[src/service/domain/workflow/project_updated.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L40) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_project_updated.Modification.md b/docs/developer/api-docs/interfaces/service_domain_workflow_project_updated.Modification.md index b31384238..8daaf3b11 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_project_updated.Modification.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_project_updated.Modification.md @@ -1,8 +1,7 @@ # Modification - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/project\_updated](../modules/service_domain_workflow_project_updated.md) / Modification -[service/domain/workflow/project_updated](../modules/service_domain_workflow_project_updated.md).Modification +[service/domain/workflow/project\_updated](../modules/service_domain_workflow_project_updated.md).Modification We only support updating very few fields with this command. For example, `projectedBudgets` is not included here, because the semantics of updating it this @@ -27,7 +26,7 @@ dedicated event. #### Defined in -[src/service/domain/workflow/project_updated.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L22) +[src/service/domain/workflow/project_updated.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L22) ___ @@ -37,7 +36,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_updated.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L20) +[src/service/domain/workflow/project_updated.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L20) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_updated.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L19) +[src/service/domain/workflow/project_updated.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L19) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/domain/workflow/project_updated.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L23) +[src/service/domain/workflow/project_updated.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L23) ___ @@ -67,4 +66,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_updated.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L21) +[src/service/domain/workflow/project_updated.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L21) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md b/docs/developer/api-docs/interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md index 3ebf27aba..c7c82db5f 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md @@ -1,8 +1,7 @@ # ProjectedBudget - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/projected\_budget](../modules/service_domain_workflow_projected_budget.md) / ProjectedBudget -[service/domain/workflow/projected_budget](../modules/service_domain_workflow_projected_budget.md).ProjectedBudget +[service/domain/workflow/projected\_budget](../modules/service_domain_workflow_projected_budget.md).ProjectedBudget ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/domain/workflow/projected_budget.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/projected_budget.ts#L8) +[src/service/domain/workflow/projected_budget.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/projected_budget.ts#L8) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/domain/workflow/projected_budget.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/projected_budget.ts#L6) +[src/service/domain/workflow/projected_budget.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/projected_budget.ts#L6) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/domain/workflow/projected_budget.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/projected_budget.ts#L7) +[src/service/domain/workflow/projected_budget.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/projected_budget.ts#L7) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject.Subproject.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject.Subproject.md index e5d3f6fdb..b0d3bb8c3 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject.Subproject.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject.Subproject.md @@ -1,5 +1,4 @@ # Subproject - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject](../modules/service_domain_workflow_subproject.md) / Subproject [service/domain/workflow/subproject](../modules/service_domain_workflow_subproject.md).Subproject @@ -32,7 +31,7 @@ #### Defined in -[src/service/domain/workflow/subproject.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L38) +[src/service/domain/workflow/subproject.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L38) ___ @@ -42,7 +41,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L27) +[src/service/domain/workflow/subproject.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L27) ___ @@ -52,7 +51,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L23) +[src/service/domain/workflow/subproject.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L23) ___ @@ -62,7 +61,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L30) +[src/service/domain/workflow/subproject.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L30) ___ @@ -72,7 +71,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L26) +[src/service/domain/workflow/subproject.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L26) ___ @@ -82,7 +81,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L25) +[src/service/domain/workflow/subproject.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L25) ___ @@ -92,7 +91,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L21) +[src/service/domain/workflow/subproject.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L21) ___ @@ -102,7 +101,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L36) +[src/service/domain/workflow/subproject.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L36) ___ @@ -112,7 +111,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L35) +[src/service/domain/workflow/subproject.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L35) ___ @@ -122,7 +121,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L22) +[src/service/domain/workflow/subproject.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L22) ___ @@ -132,7 +131,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L31) +[src/service/domain/workflow/subproject.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L31) ___ @@ -142,7 +141,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L24) +[src/service/domain/workflow/subproject.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L24) ___ @@ -152,7 +151,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L28) +[src/service/domain/workflow/subproject.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L28) ___ @@ -162,7 +161,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L34) +[src/service/domain/workflow/subproject.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L34) ___ @@ -172,4 +171,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L29) +[src/service/domain/workflow/subproject.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L29) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_assigned.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_assigned.Event.md index f414e38d8..72694a1eb 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_assigned.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_assigned.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/subproject_assigned [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_assigned](../modules/service_domain_workflow_subproject_assigned.md) / Event -[service/domain/workflow/subproject_assigned](../modules/service_domain_workflow_subproject_assigned.md).Event +[service/domain/workflow/subproject\_assigned](../modules/service_domain_workflow_subproject_assigned.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L19) +[src/service/domain/workflow/subproject_assigned.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L19) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L20) +[src/service/domain/workflow/subproject_assigned.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L20) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L17) +[src/service/domain/workflow/subproject_assigned.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L17) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L16) +[src/service/domain/workflow/subproject_assigned.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L16) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L14) +[src/service/domain/workflow/subproject_assigned.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L14) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L18) +[src/service/domain/workflow/subproject_assigned.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L18) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L15) +[src/service/domain/workflow/subproject_assigned.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L15) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L13) +[src/service/domain/workflow/subproject_assigned.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_closed.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_closed.Event.md index 3bf0da3ad..e8bacb5d1 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_closed.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_closed.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/subproject_closed [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_closed](../modules/service_domain_workflow_subproject_closed.md) / Event -[service/domain/workflow/subproject_closed](../modules/service_domain_workflow_subproject_closed.md).Event +[service/domain/workflow/subproject\_closed](../modules/service_domain_workflow_subproject_closed.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/workflow/subproject_closed.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L19) +[src/service/domain/workflow/subproject_closed.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L19) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_closed.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L17) +[src/service/domain/workflow/subproject_closed.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L17) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_closed.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L16) +[src/service/domain/workflow/subproject_closed.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L16) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_closed.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L14) +[src/service/domain/workflow/subproject_closed.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L14) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_closed.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L18) +[src/service/domain/workflow/subproject_closed.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L18) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_closed.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L15) +[src/service/domain/workflow/subproject_closed.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L15) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_closed.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L13) +[src/service/domain/workflow/subproject_closed.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L13) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_create.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_create.RequestData.md index 03e720a0e..df829b215 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_create.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_create.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/workflow/subproject_create [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_create](../modules/service_domain_workflow_subproject_create.md) / RequestData -[service/domain/workflow/subproject_create](../modules/service_domain_workflow_subproject_create.md).RequestData +[service/domain/workflow/subproject\_create](../modules/service_domain_workflow_subproject_create.md).RequestData ## Table of contents @@ -28,7 +27,7 @@ #### Defined in -[src/service/domain/workflow/subproject_create.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L35) +[src/service/domain/workflow/subproject_create.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L35) ___ @@ -38,7 +37,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L30) +[src/service/domain/workflow/subproject_create.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L30) ___ @@ -48,7 +47,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L33) +[src/service/domain/workflow/subproject_create.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L33) ___ @@ -58,7 +57,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L29) +[src/service/domain/workflow/subproject_create.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L29) ___ @@ -68,7 +67,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L28) +[src/service/domain/workflow/subproject_create.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L28) ___ @@ -78,7 +77,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L25) +[src/service/domain/workflow/subproject_create.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L25) ___ @@ -88,7 +87,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L34) +[src/service/domain/workflow/subproject_create.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L34) ___ @@ -98,7 +97,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L27) +[src/service/domain/workflow/subproject_create.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L27) ___ @@ -108,7 +107,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L26) +[src/service/domain/workflow/subproject_create.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L26) ___ @@ -118,7 +117,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L31) +[src/service/domain/workflow/subproject_create.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L31) ___ @@ -128,4 +127,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L32) +[src/service/domain/workflow/subproject_create.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L32) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_created.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_created.Event.md index 7f789d147..e104eba1a 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_created.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_created.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/subproject_created [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_created](../modules/service_domain_workflow_subproject_created.md) / Event -[service/domain/workflow/subproject_created](../modules/service_domain_workflow_subproject_created.md).Event +[service/domain/workflow/subproject\_created](../modules/service_domain_workflow_subproject_created.md).Event ## Table of contents @@ -24,7 +23,7 @@ #### Defined in -[src/service/domain/workflow/subproject_created.ts:56](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L56) +[src/service/domain/workflow/subproject_created.ts:56](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L56) ___ @@ -34,7 +33,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_created.ts:54](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L54) +[src/service/domain/workflow/subproject_created.ts:54](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L54) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_created.ts:53](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L53) +[src/service/domain/workflow/subproject_created.ts:53](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L53) ___ @@ -54,7 +53,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_created.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L51) +[src/service/domain/workflow/subproject_created.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L51) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_created.ts:55](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L55) +[src/service/domain/workflow/subproject_created.ts:55](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L55) ___ @@ -74,7 +73,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_created.ts:52](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L52) +[src/service/domain/workflow/subproject_created.ts:52](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L52) ___ @@ -84,4 +83,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_created.ts:50](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L50) +[src/service/domain/workflow/subproject_created.ts:50](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L50) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_permission_granted.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_permission_granted.Event.md index 1167f30e5..ee6298382 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_permission_granted.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_permission_granted.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/subproject_permission_granted [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_permission\_granted](../modules/service_domain_workflow_subproject_permission_granted.md) / Event -[service/domain/workflow/subproject_permission_granted](../modules/service_domain_workflow_subproject_permission_granted.md).Event +[service/domain/workflow/subproject\_permission\_granted](../modules/service_domain_workflow_subproject_permission_granted.md).Event ## Table of contents @@ -26,7 +25,7 @@ #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L21) +[src/service/domain/workflow/subproject_permission_granted.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L21) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L22) +[src/service/domain/workflow/subproject_permission_granted.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L22) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L20) +[src/service/domain/workflow/subproject_permission_granted.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L20) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L18) +[src/service/domain/workflow/subproject_permission_granted.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L18) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L17) +[src/service/domain/workflow/subproject_permission_granted.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L17) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L15) +[src/service/domain/workflow/subproject_permission_granted.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L15) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L19) +[src/service/domain/workflow/subproject_permission_granted.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L19) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L16) +[src/service/domain/workflow/subproject_permission_granted.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L16) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L14) +[src/service/domain/workflow/subproject_permission_granted.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_permission_revoked.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_permission_revoked.Event.md index f768f2a62..9609af3b3 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_permission_revoked.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_permission_revoked.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/subproject_permission_revoked [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_permission\_revoked](../modules/service_domain_workflow_subproject_permission_revoked.md) / Event -[service/domain/workflow/subproject_permission_revoked](../modules/service_domain_workflow_subproject_permission_revoked.md).Event +[service/domain/workflow/subproject\_permission\_revoked](../modules/service_domain_workflow_subproject_permission_revoked.md).Event ## Table of contents @@ -26,7 +25,7 @@ #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L22) +[src/service/domain/workflow/subproject_permission_revoked.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L22) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L20) +[src/service/domain/workflow/subproject_permission_revoked.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L20) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L18) +[src/service/domain/workflow/subproject_permission_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L18) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L17) +[src/service/domain/workflow/subproject_permission_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L17) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L21) +[src/service/domain/workflow/subproject_permission_revoked.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L21) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L15) +[src/service/domain/workflow/subproject_permission_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L15) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L19) +[src/service/domain/workflow/subproject_permission_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L19) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L16) +[src/service/domain/workflow/subproject_permission_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L16) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L14) +[src/service/domain/workflow/subproject_permission_revoked.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md index 849adb3a6..f6e7d64bb 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/subproject_projected_budget_deleted [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_projected\_budget\_deleted](../modules/service_domain_workflow_subproject_projected_budget_deleted.md) / Event -[service/domain/workflow/subproject_projected_budget_deleted](../modules/service_domain_workflow_subproject_projected_budget_deleted.md).Event +[service/domain/workflow/subproject\_projected\_budget\_deleted](../modules/service_domain_workflow_subproject_projected_budget_deleted.md).Event ## Table of contents @@ -26,7 +25,7 @@ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L21) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L21) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L22) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L22) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L20) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L20) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L18) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L18) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L17) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L17) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L15) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L15) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L19) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L19) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L16) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L16) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L14) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md index ad2bc0dc3..0eaff6bc3 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/subproject_projected_budget_updated [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_projected\_budget\_updated](../modules/service_domain_workflow_subproject_projected_budget_updated.md) / Event -[service/domain/workflow/subproject_projected_budget_updated](../modules/service_domain_workflow_subproject_projected_budget_updated.md).Event +[service/domain/workflow/subproject\_projected\_budget\_updated](../modules/service_domain_workflow_subproject_projected_budget_updated.md).Event ## Table of contents @@ -27,7 +26,7 @@ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L22) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L22) ___ @@ -37,7 +36,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L23) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L23) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L20) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L20) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L18) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L18) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L17) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L17) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L15) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L15) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L19) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L19) ___ @@ -97,7 +96,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L16) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L16) ___ @@ -107,7 +106,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L14) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L14) ___ @@ -117,4 +116,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L21) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L21) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_snapshot_published.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_snapshot_published.Event.md new file mode 100644 index 000000000..7b7686709 --- /dev/null +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_snapshot_published.Event.md @@ -0,0 +1,75 @@ +# Event: service/domain/workflow/subproject_snapshot_published +[Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_snapshot\_published](../modules/service_domain_workflow_subproject_snapshot_published.md) / Event + +[service/domain/workflow/subproject\_snapshot\_published](../modules/service_domain_workflow_subproject_snapshot_published.md).Event + +## Table of contents + +### Properties + +- [projectId](service_domain_workflow_subproject_snapshot_published.Event.md#projectid) +- [publisher](service_domain_workflow_subproject_snapshot_published.Event.md#publisher) +- [source](service_domain_workflow_subproject_snapshot_published.Event.md#source) +- [subproject](service_domain_workflow_subproject_snapshot_published.Event.md#subproject) +- [time](service_domain_workflow_subproject_snapshot_published.Event.md#time) +- [type](service_domain_workflow_subproject_snapshot_published.Event.md#type) + +## Properties + +### projectId + +• **projectId**: `string` + +#### Defined in + +[src/service/domain/workflow/subproject_snapshot_published.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_snapshot_published.ts#L16) + +___ + +### publisher + +• **publisher**: `string` + +#### Defined in + +[src/service/domain/workflow/subproject_snapshot_published.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_snapshot_published.ts#L15) + +___ + +### source + +• **source**: `string` + +#### Defined in + +[src/service/domain/workflow/subproject_snapshot_published.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_snapshot_published.ts#L13) + +___ + +### subproject + +• **subproject**: [`Subproject`](service_domain_workflow_subproject.Subproject.md) + +#### Defined in + +[src/service/domain/workflow/subproject_snapshot_published.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_snapshot_published.ts#L17) + +___ + +### time + +• **time**: `string` + +#### Defined in + +[src/service/domain/workflow/subproject_snapshot_published.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_snapshot_published.ts#L14) + +___ + +### type + +• **type**: ``"subproject_snapshot_published"`` + +#### Defined in + +[src/service/domain/workflow/subproject_snapshot_published.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_snapshot_published.ts#L12) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md index ff585ad5b..ba2064fd5 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md @@ -1,8 +1,7 @@ # SubprojectTraceEvent - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_trace\_event](../modules/service_domain_workflow_subproject_trace_event.md) / SubprojectTraceEvent -[service/domain/workflow/subproject_trace_event](../modules/service_domain_workflow_subproject_trace_event.md).SubprojectTraceEvent +[service/domain/workflow/subproject\_trace\_event](../modules/service_domain_workflow_subproject_trace_event.md).SubprojectTraceEvent ## Table of contents @@ -21,7 +20,7 @@ #### Defined in -[src/service/domain/workflow/subproject_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_trace_event.ts#L8) +[src/service/domain/workflow/subproject_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_trace_event.ts#L8) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_trace_event.ts#L6) +[src/service/domain/workflow/subproject_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_trace_event.ts#L6) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_trace_event.ts#L7) +[src/service/domain/workflow/subproject_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_trace_event.ts#L7) ___ @@ -57,4 +56,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_trace_event.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_trace_event.ts#L9) +[src/service/domain/workflow/subproject_trace_event.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_trace_event.ts#L9) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_updated.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_updated.Event.md index 85f473cf0..47d11f891 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_updated.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_updated.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/subproject_updated [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_updated](../modules/service_domain_workflow_subproject_updated.md) / Event -[service/domain/workflow/subproject_updated](../modules/service_domain_workflow_subproject_updated.md).Event +[service/domain/workflow/subproject\_updated](../modules/service_domain_workflow_subproject_updated.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L28) +[src/service/domain/workflow/subproject_updated.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L28) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L25) +[src/service/domain/workflow/subproject_updated.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L25) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L24) +[src/service/domain/workflow/subproject_updated.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L24) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L22) +[src/service/domain/workflow/subproject_updated.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L22) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L26) +[src/service/domain/workflow/subproject_updated.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L26) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L23) +[src/service/domain/workflow/subproject_updated.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L23) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L21) +[src/service/domain/workflow/subproject_updated.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L21) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L27) +[src/service/domain/workflow/subproject_updated.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L27) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_updated.UpdatedData.md b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_updated.UpdatedData.md index f74490c41..3a9daed3c 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_updated.UpdatedData.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_subproject_updated.UpdatedData.md @@ -1,8 +1,7 @@ # UpdatedData - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/subproject\_updated](../modules/service_domain_workflow_subproject_updated.md) / UpdatedData -[service/domain/workflow/subproject_updated](../modules/service_domain_workflow_subproject_updated.md).UpdatedData +[service/domain/workflow/subproject\_updated](../modules/service_domain_workflow_subproject_updated.md).UpdatedData ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L17) +[src/service/domain/workflow/subproject_updated.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L17) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L16) +[src/service/domain/workflow/subproject_updated.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L16) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_updated.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L15) +[src/service/domain/workflow/subproject_updated.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L15) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments.HiddenAssignments.md b/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments.HiddenAssignments.md index 11024f696..b6e59f64a 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments.HiddenAssignments.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments.HiddenAssignments.md @@ -1,8 +1,7 @@ # HiddenAssignments - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/user\_assignments](../modules/service_domain_workflow_user_assignments.md) / HiddenAssignments -[service/domain/workflow/user_assignments](../modules/service_domain_workflow_user_assignments.md).HiddenAssignments +[service/domain/workflow/user\_assignments](../modules/service_domain_workflow_user_assignments.md).HiddenAssignments ## Table of contents @@ -20,7 +19,7 @@ #### Defined in -[src/service/domain/workflow/user_assignments.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments.ts#L9) +[src/service/domain/workflow/user_assignments.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments.ts#L9) ___ @@ -30,7 +29,7 @@ ___ #### Defined in -[src/service/domain/workflow/user_assignments.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments.ts#L10) +[src/service/domain/workflow/user_assignments.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments.ts#L10) ___ @@ -40,4 +39,4 @@ ___ #### Defined in -[src/service/domain/workflow/user_assignments.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments.ts#L11) +[src/service/domain/workflow/user_assignments.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments.ts#L11) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments.UserAssignments.md b/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments.UserAssignments.md index 58bfe1729..b0bcd449a 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments.UserAssignments.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments.UserAssignments.md @@ -1,8 +1,7 @@ # UserAssignments - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/user\_assignments](../modules/service_domain_workflow_user_assignments.md) / UserAssignments -[service/domain/workflow/user_assignments](../modules/service_domain_workflow_user_assignments.md).UserAssignments +[service/domain/workflow/user\_assignments](../modules/service_domain_workflow_user_assignments.md).UserAssignments ## Table of contents @@ -22,7 +21,7 @@ #### Defined in -[src/service/domain/workflow/user_assignments.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments.ts#L18) +[src/service/domain/workflow/user_assignments.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments.ts#L18) ___ @@ -32,7 +31,7 @@ ___ #### Defined in -[src/service/domain/workflow/user_assignments.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments.ts#L15) +[src/service/domain/workflow/user_assignments.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments.ts#L15) ___ @@ -42,7 +41,7 @@ ___ #### Defined in -[src/service/domain/workflow/user_assignments.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments.ts#L16) +[src/service/domain/workflow/user_assignments.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments.ts#L16) ___ @@ -52,7 +51,7 @@ ___ #### Defined in -[src/service/domain/workflow/user_assignments.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments.ts#L14) +[src/service/domain/workflow/user_assignments.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments.ts#L14) ___ @@ -62,4 +61,4 @@ ___ #### Defined in -[src/service/domain/workflow/user_assignments.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments.ts#L17) +[src/service/domain/workflow/user_assignments.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments.ts#L17) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments_get.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments_get.RequestData.md index e9336f3ef..94c42572f 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments_get.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_user_assignments_get.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/workflow/user_assignments_get [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/user\_assignments\_get](../modules/service_domain_workflow_user_assignments_get.md) / RequestData -[service/domain/workflow/user_assignments_get](../modules/service_domain_workflow_user_assignments_get.md).RequestData +[service/domain/workflow/user\_assignments\_get](../modules/service_domain_workflow_user_assignments_get.md).RequestData ## Table of contents @@ -18,4 +17,4 @@ #### Defined in -[src/service/domain/workflow/user_assignments_get.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments_get.ts#L16) +[src/service/domain/workflow/user_assignments_get.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments_get.ts#L16) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem.RedactedWorkflowitem.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem.RedactedWorkflowitem.md index 202760aa5..fa94dcc10 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem.RedactedWorkflowitem.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem.RedactedWorkflowitem.md @@ -1,5 +1,4 @@ # RedactedWorkflowitem - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem](../modules/service_domain_workflow_workflowitem.md) / RedactedWorkflowitem [service/domain/workflow/workflowitem](../modules/service_domain_workflow_workflowitem.md).RedactedWorkflowitem @@ -37,7 +36,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem.ts:64](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L64) +[src/service/domain/workflow/workflowitem.ts:64](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L64) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:54](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L54) +[src/service/domain/workflow/workflowitem.ts:54](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L54) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:56](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L56) +[src/service/domain/workflow/workflowitem.ts:56](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L56) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:60](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L60) +[src/service/domain/workflow/workflowitem.ts:60](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L60) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:53](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L53) +[src/service/domain/workflow/workflowitem.ts:53](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L53) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L49) +[src/service/domain/workflow/workflowitem.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L49) ___ @@ -97,7 +96,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:55](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L55) +[src/service/domain/workflow/workflowitem.ts:55](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L55) ___ @@ -107,7 +106,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:57](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L57) +[src/service/domain/workflow/workflowitem.ts:57](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L57) ___ @@ -117,7 +116,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L51) +[src/service/domain/workflow/workflowitem.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L51) ___ @@ -127,7 +126,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:61](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L61) +[src/service/domain/workflow/workflowitem.ts:61](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L61) ___ @@ -137,7 +136,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:50](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L50) +[src/service/domain/workflow/workflowitem.ts:50](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L50) ___ @@ -147,7 +146,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:52](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L52) +[src/service/domain/workflow/workflowitem.ts:52](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L52) ___ @@ -157,7 +156,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:47](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L47) +[src/service/domain/workflow/workflowitem.ts:47](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L47) ___ @@ -167,7 +166,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L46) +[src/service/domain/workflow/workflowitem.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L46) ___ @@ -177,7 +176,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:63](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L63) +[src/service/domain/workflow/workflowitem.ts:63](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L63) ___ @@ -187,7 +186,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:62](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L62) +[src/service/domain/workflow/workflowitem.ts:62](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L62) ___ @@ -197,7 +196,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:59](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L59) +[src/service/domain/workflow/workflowitem.ts:59](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L59) ___ @@ -207,7 +206,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:58](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L58) +[src/service/domain/workflow/workflowitem.ts:58](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L58) ___ @@ -217,7 +216,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:48](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L48) +[src/service/domain/workflow/workflowitem.ts:48](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L48) ___ @@ -227,4 +226,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:65](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L65) +[src/service/domain/workflow/workflowitem.ts:65](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L65) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem.Workflowitem.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem.Workflowitem.md index 634ff83c6..f5fb598a9 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem.Workflowitem.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem.Workflowitem.md @@ -1,5 +1,4 @@ # Workflowitem - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem](../modules/service_domain_workflow_workflowitem.md) / Workflowitem [service/domain/workflow/workflowitem](../modules/service_domain_workflow_workflowitem.md).Workflowitem @@ -37,7 +36,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L41) +[src/service/domain/workflow/workflowitem.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L41) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L30) +[src/service/domain/workflow/workflowitem.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L30) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L32) +[src/service/domain/workflow/workflowitem.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L32) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L36) +[src/service/domain/workflow/workflowitem.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L36) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L29) +[src/service/domain/workflow/workflowitem.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L29) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L25) +[src/service/domain/workflow/workflowitem.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L25) ___ @@ -97,7 +96,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L31) +[src/service/domain/workflow/workflowitem.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L31) ___ @@ -107,7 +106,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L33) +[src/service/domain/workflow/workflowitem.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L33) ___ @@ -117,7 +116,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L27) +[src/service/domain/workflow/workflowitem.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L27) ___ @@ -127,7 +126,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L37) +[src/service/domain/workflow/workflowitem.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L37) ___ @@ -137,7 +136,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L26) +[src/service/domain/workflow/workflowitem.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L26) ___ @@ -147,7 +146,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L28) +[src/service/domain/workflow/workflowitem.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L28) ___ @@ -157,7 +156,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L23) +[src/service/domain/workflow/workflowitem.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L23) ___ @@ -167,7 +166,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L22) +[src/service/domain/workflow/workflowitem.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L22) ___ @@ -177,7 +176,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L39) +[src/service/domain/workflow/workflowitem.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L39) ___ @@ -187,7 +186,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L38) +[src/service/domain/workflow/workflowitem.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L38) ___ @@ -197,7 +196,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L35) +[src/service/domain/workflow/workflowitem.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L35) ___ @@ -207,7 +206,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L34) +[src/service/domain/workflow/workflowitem.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L34) ___ @@ -217,7 +216,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L24) +[src/service/domain/workflow/workflowitem.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L24) ___ @@ -227,4 +226,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:42](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L42) +[src/service/domain/workflow/workflowitem.ts:42](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L42) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_assigned.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_assigned.Event.md index 3739bf331..647d254e9 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_assigned.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_assigned.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/workflowitem_assigned [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_assigned](../modules/service_domain_workflow_workflowitem_assigned.md) / Event -[service/domain/workflow/workflowitem_assigned](../modules/service_domain_workflow_workflowitem_assigned.md).Event +[service/domain/workflow/workflowitem\_assigned](../modules/service_domain_workflow_workflowitem_assigned.md).Event ## Table of contents @@ -26,7 +25,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L21) +[src/service/domain/workflow/workflowitem_assigned.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L21) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L22) +[src/service/domain/workflow/workflowitem_assigned.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L22) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L18) +[src/service/domain/workflow/workflowitem_assigned.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L18) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L17) +[src/service/domain/workflow/workflowitem_assigned.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L17) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L15) +[src/service/domain/workflow/workflowitem_assigned.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L15) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L19) +[src/service/domain/workflow/workflowitem_assigned.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L19) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L16) +[src/service/domain/workflow/workflowitem_assigned.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L16) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L14) +[src/service/domain/workflow/workflowitem_assigned.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L14) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L20) +[src/service/domain/workflow/workflowitem_assigned.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L20) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_closed.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_closed.Event.md index f96957a92..9ebe1287f 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_closed.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_closed.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/workflowitem_closed [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_closed](../modules/service_domain_workflow_workflowitem_closed.md) / Event -[service/domain/workflow/workflowitem_closed](../modules/service_domain_workflow_workflowitem_closed.md).Event +[service/domain/workflow/workflowitem\_closed](../modules/service_domain_workflow_workflowitem_closed.md).Event ## Table of contents @@ -26,7 +25,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L22) +[src/service/domain/workflow/workflowitem_closed.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L22) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L18) +[src/service/domain/workflow/workflowitem_closed.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L18) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L17) +[src/service/domain/workflow/workflowitem_closed.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L17) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L21) +[src/service/domain/workflow/workflowitem_closed.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L21) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L15) +[src/service/domain/workflow/workflowitem_closed.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L15) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L19) +[src/service/domain/workflow/workflowitem_closed.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L19) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L16) +[src/service/domain/workflow/workflowitem_closed.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L16) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L14) +[src/service/domain/workflow/workflowitem_closed.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L14) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L20) +[src/service/domain/workflow/workflowitem_closed.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L20) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_create.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_create.RequestData.md index d5e0b6d3d..69f6c5b50 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_create.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_create.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/workflow/workflowitem_create [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_create](../modules/service_domain_workflow_workflowitem_create.md) / RequestData -[service/domain/workflow/workflowitem_create](../modules/service_domain_workflow_workflowitem_create.md).RequestData +[service/domain/workflow/workflowitem\_create](../modules/service_domain_workflow_workflowitem_create.md).RequestData ## Table of contents @@ -33,7 +32,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:48](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L48) +[src/service/domain/workflow/workflowitem_create.ts:48](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L48) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L40) +[src/service/domain/workflow/workflowitem_create.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L40) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:42](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L42) +[src/service/domain/workflow/workflowitem_create.ts:42](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L42) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L46) +[src/service/domain/workflow/workflowitem_create.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L46) ___ @@ -73,7 +72,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L44) +[src/service/domain/workflow/workflowitem_create.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L44) ___ @@ -83,7 +82,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L41) +[src/service/domain/workflow/workflowitem_create.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L41) ___ @@ -93,7 +92,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L39) +[src/service/domain/workflow/workflowitem_create.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L39) ___ @@ -103,7 +102,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L38) +[src/service/domain/workflow/workflowitem_create.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L38) ___ @@ -113,7 +112,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:47](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L47) +[src/service/domain/workflow/workflowitem_create.ts:47](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L47) ___ @@ -123,7 +122,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:45](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L45) +[src/service/domain/workflow/workflowitem_create.ts:45](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L45) ___ @@ -133,7 +132,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:43](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L43) +[src/service/domain/workflow/workflowitem_create.ts:43](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L43) ___ @@ -143,7 +142,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L34) +[src/service/domain/workflow/workflowitem_create.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L34) ___ @@ -153,7 +152,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L37) +[src/service/domain/workflow/workflowitem_create.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L37) ___ @@ -163,7 +162,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L35) +[src/service/domain/workflow/workflowitem_create.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L35) ___ @@ -173,7 +172,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L36) +[src/service/domain/workflow/workflowitem_create.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L36) ___ @@ -183,4 +182,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L49) +[src/service/domain/workflow/workflowitem_create.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L49) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_created.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_created.Event.md index 492c85169..880120845 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_created.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_created.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/workflowitem_created [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_created](../modules/service_domain_workflow_workflowitem_created.md) / Event -[service/domain/workflow/workflowitem_created](../modules/service_domain_workflow_workflowitem_created.md).Event +[service/domain/workflow/workflowitem\_created](../modules/service_domain_workflow_workflowitem_created.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:64](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L64) +[src/service/domain/workflow/workflowitem_created.ts:64](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L64) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:61](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L61) +[src/service/domain/workflow/workflowitem_created.ts:61](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L61) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:60](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L60) +[src/service/domain/workflow/workflowitem_created.ts:60](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L60) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:58](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L58) +[src/service/domain/workflow/workflowitem_created.ts:58](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L58) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:62](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L62) +[src/service/domain/workflow/workflowitem_created.ts:62](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L62) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:59](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L59) +[src/service/domain/workflow/workflowitem_created.ts:59](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L59) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:57](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L57) +[src/service/domain/workflow/workflowitem_created.ts:57](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L57) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:63](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L63) +[src/service/domain/workflow/workflowitem_created.ts:63](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L63) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md index 229865980..9ad7c6225 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/workflowitem_permission_granted [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_permission\_granted](../modules/service_domain_workflow_workflowitem_permission_granted.md) / Event -[service/domain/workflow/workflowitem_permission_granted](../modules/service_domain_workflow_workflowitem_permission_granted.md).Event +[service/domain/workflow/workflowitem\_permission\_granted](../modules/service_domain_workflow_workflowitem_permission_granted.md).Event ## Table of contents @@ -27,7 +26,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L23) +[src/service/domain/workflow/workflowitem_permission_granted.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L23) ___ @@ -37,7 +36,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L24) +[src/service/domain/workflow/workflowitem_permission_granted.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L24) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L22) +[src/service/domain/workflow/workflowitem_permission_granted.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L22) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L19) +[src/service/domain/workflow/workflowitem_permission_granted.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L19) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L18) +[src/service/domain/workflow/workflowitem_permission_granted.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L18) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L16) +[src/service/domain/workflow/workflowitem_permission_granted.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L16) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L20) +[src/service/domain/workflow/workflowitem_permission_granted.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L20) ___ @@ -97,7 +96,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L17) +[src/service/domain/workflow/workflowitem_permission_granted.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L17) ___ @@ -107,7 +106,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L15) +[src/service/domain/workflow/workflowitem_permission_granted.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L15) ___ @@ -117,4 +116,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L21) +[src/service/domain/workflow/workflowitem_permission_granted.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L21) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md index 9e4154e09..fb3b280a4 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/workflowitem_permission_revoked [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_permission\_revoked](../modules/service_domain_workflow_workflowitem_permission_revoked.md) / Event -[service/domain/workflow/workflowitem_permission_revoked](../modules/service_domain_workflow_workflowitem_permission_revoked.md).Event +[service/domain/workflow/workflowitem\_permission\_revoked](../modules/service_domain_workflow_workflowitem_permission_revoked.md).Event ## Table of contents @@ -27,7 +26,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L24) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L24) ___ @@ -37,7 +36,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L22) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L22) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L19) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L19) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L18) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L18) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L23) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L23) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L16) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L16) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L20) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L20) ___ @@ -97,7 +96,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L17) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L17) ___ @@ -107,7 +106,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L15) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L15) ___ @@ -117,4 +116,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L21) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L21) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_snapshot_published.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_snapshot_published.Event.md new file mode 100644 index 000000000..0d76373b4 --- /dev/null +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_snapshot_published.Event.md @@ -0,0 +1,86 @@ +# Event: service/domain/workflow/workflowitem_snapshot_published +[Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_snapshot\_published](../modules/service_domain_workflow_workflowitem_snapshot_published.md) / Event + +[service/domain/workflow/workflowitem\_snapshot\_published](../modules/service_domain_workflow_workflowitem_snapshot_published.md).Event + +## Table of contents + +### Properties + +- [projectId](service_domain_workflow_workflowitem_snapshot_published.Event.md#projectid) +- [publisher](service_domain_workflow_workflowitem_snapshot_published.Event.md#publisher) +- [source](service_domain_workflow_workflowitem_snapshot_published.Event.md#source) +- [subprojectId](service_domain_workflow_workflowitem_snapshot_published.Event.md#subprojectid) +- [time](service_domain_workflow_workflowitem_snapshot_published.Event.md#time) +- [type](service_domain_workflow_workflowitem_snapshot_published.Event.md#type) +- [workflowitem](service_domain_workflow_workflowitem_snapshot_published.Event.md#workflowitem) + +## Properties + +### projectId + +• **projectId**: `string` + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_published.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_published.ts#L16) + +___ + +### publisher + +• **publisher**: `string` + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_published.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_published.ts#L15) + +___ + +### source + +• **source**: `string` + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_published.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_published.ts#L13) + +___ + +### subprojectId + +• **subprojectId**: `string` + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_published.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_published.ts#L17) + +___ + +### time + +• **time**: `string` + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_published.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_published.ts#L14) + +___ + +### type + +• **type**: ``"workflowitem_snapshot_published"`` + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_published.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_published.ts#L12) + +___ + +### workflowitem + +• **workflowitem**: [`Workflowitem`](service_domain_workflow_workflowitem.Workflowitem.md) + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_published.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_published.ts#L18) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md index 424948ca7..3c878ea3d 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md @@ -1,8 +1,7 @@ # WorkflowitemTraceEvent - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_trace\_event](../modules/service_domain_workflow_workflowitem_trace_event.md) / WorkflowitemTraceEvent -[service/domain/workflow/workflowitem_trace_event](../modules/service_domain_workflow_workflowitem_trace_event.md).WorkflowitemTraceEvent +[service/domain/workflow/workflowitem\_trace\_event](../modules/service_domain_workflow_workflowitem_trace_event.md).WorkflowitemTraceEvent ## Table of contents @@ -21,7 +20,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_trace_event.ts#L8) +[src/service/domain/workflow/workflowitem_trace_event.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_trace_event.ts#L8) ___ @@ -31,7 +30,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_trace_event.ts#L6) +[src/service/domain/workflow/workflowitem_trace_event.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_trace_event.ts#L6) ___ @@ -41,7 +40,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_trace_event.ts#L7) +[src/service/domain/workflow/workflowitem_trace_event.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_trace_event.ts#L7) ___ @@ -60,4 +59,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_trace_event.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_trace_event.ts#L9) +[src/service/domain/workflow/workflowitem_trace_event.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_trace_event.ts#L9) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_update.RequestData.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_update.RequestData.md index 1229f8152..a7d9953e4 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_update.RequestData.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_update.RequestData.md @@ -1,8 +1,7 @@ -# RequestData: - +# RequestData: service/domain/workflow/workflowitem_update [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_update](../modules/service_domain_workflow_workflowitem_update.md) / RequestData -[service/domain/workflow/workflowitem_update](../modules/service_domain_workflow_workflowitem_update.md).RequestData +[service/domain/workflow/workflowitem\_update](../modules/service_domain_workflow_workflowitem_update.md).RequestData ## Table of contents @@ -27,7 +26,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L37) +[src/service/domain/workflow/workflowitem_update.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L37) ___ @@ -37,7 +36,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L30) +[src/service/domain/workflow/workflowitem_update.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L30) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L32) +[src/service/domain/workflow/workflowitem_update.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L32) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L34) +[src/service/domain/workflow/workflowitem_update.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L34) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L31) +[src/service/domain/workflow/workflowitem_update.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L31) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L29) +[src/service/domain/workflow/workflowitem_update.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L29) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L28) +[src/service/domain/workflow/workflowitem_update.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L28) ___ @@ -97,7 +96,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L36) +[src/service/domain/workflow/workflowitem_update.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L36) ___ @@ -107,7 +106,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L35) +[src/service/domain/workflow/workflowitem_update.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L35) ___ @@ -117,4 +116,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L33) +[src/service/domain/workflow/workflowitem_update.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L33) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_updated.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_updated.Event.md index 089678e75..54754b226 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_updated.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_updated.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/workflowitem_updated [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_updated](../modules/service_domain_workflow_workflowitem_updated.md) / Event -[service/domain/workflow/workflowitem_updated](../modules/service_domain_workflow_workflowitem_updated.md).Event +[service/domain/workflow/workflowitem\_updated](../modules/service_domain_workflow_workflowitem_updated.md).Event ## Table of contents @@ -26,7 +25,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:52](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L52) +[src/service/domain/workflow/workflowitem_updated.ts:52](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L52) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:48](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L48) +[src/service/domain/workflow/workflowitem_updated.ts:48](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L48) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:47](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L47) +[src/service/domain/workflow/workflowitem_updated.ts:47](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L47) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:45](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L45) +[src/service/domain/workflow/workflowitem_updated.ts:45](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L45) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L49) +[src/service/domain/workflow/workflowitem_updated.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L49) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L46) +[src/service/domain/workflow/workflowitem_updated.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L46) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L44) +[src/service/domain/workflow/workflowitem_updated.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L44) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L51) +[src/service/domain/workflow/workflowitem_updated.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L51) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:50](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L50) +[src/service/domain/workflow/workflowitem_updated.ts:50](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L50) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_updated.Modification.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_updated.Modification.md index ce44ebd98..aecf01e77 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_updated.Modification.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitem_updated.Modification.md @@ -1,8 +1,7 @@ # Modification - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitem\_updated](../modules/service_domain_workflow_workflowitem_updated.md) / Modification -[service/domain/workflow/workflowitem_updated](../modules/service_domain_workflow_workflowitem_updated.md).Modification +[service/domain/workflow/workflowitem\_updated](../modules/service_domain_workflow_workflowitem_updated.md).Modification ## Table of contents @@ -27,7 +26,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L27) +[src/service/domain/workflow/workflowitem_updated.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L27) ___ @@ -37,7 +36,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L20) +[src/service/domain/workflow/workflowitem_updated.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L20) ___ @@ -47,7 +46,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L22) +[src/service/domain/workflow/workflowitem_updated.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L22) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L24) +[src/service/domain/workflow/workflowitem_updated.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L24) ___ @@ -67,7 +66,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L21) +[src/service/domain/workflow/workflowitem_updated.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L21) ___ @@ -77,7 +76,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L19) +[src/service/domain/workflow/workflowitem_updated.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L19) ___ @@ -87,7 +86,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L18) +[src/service/domain/workflow/workflowitem_updated.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L18) ___ @@ -97,7 +96,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L26) +[src/service/domain/workflow/workflowitem_updated.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L26) ___ @@ -107,7 +106,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L25) +[src/service/domain/workflow/workflowitem_updated.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L25) ___ @@ -117,4 +116,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L23) +[src/service/domain/workflow/workflowitem_updated.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L23) diff --git a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitems_reordered.Event.md b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitems_reordered.Event.md index 4084fcc7f..c520d8cc3 100644 --- a/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitems_reordered.Event.md +++ b/docs/developer/api-docs/interfaces/service_domain_workflow_workflowitems_reordered.Event.md @@ -1,8 +1,7 @@ -# Event: - +# Event: service/domain/workflow/workflowitems_reordered [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/domain/workflow/workflowitems\_reordered](../modules/service_domain_workflow_workflowitems_reordered.md) / Event -[service/domain/workflow/workflowitems_reordered](../modules/service_domain_workflow_workflowitems_reordered.md).Event +[service/domain/workflow/workflowitems\_reordered](../modules/service_domain_workflow_workflowitems_reordered.md).Event ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L21) +[src/service/domain/workflow/workflowitems_reordered.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L21) ___ @@ -35,7 +34,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L20) +[src/service/domain/workflow/workflowitems_reordered.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L20) ___ @@ -45,7 +44,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L18) +[src/service/domain/workflow/workflowitems_reordered.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L18) ___ @@ -55,7 +54,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L17) +[src/service/domain/workflow/workflowitems_reordered.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L17) ___ @@ -65,7 +64,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L15) +[src/service/domain/workflow/workflowitems_reordered.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L15) ___ @@ -75,7 +74,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L19) +[src/service/domain/workflow/workflowitems_reordered.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L19) ___ @@ -85,7 +84,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L16) +[src/service/domain/workflow/workflowitems_reordered.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L16) ___ @@ -95,4 +94,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L14) +[src/service/domain/workflow/workflowitems_reordered.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L14) diff --git a/docs/developer/api-docs/interfaces/service_event.Event.md b/docs/developer/api-docs/interfaces/service_event.Event.md index 5d01238ce..b08097833 100644 --- a/docs/developer/api-docs/interfaces/service_event.Event.md +++ b/docs/developer/api-docs/interfaces/service_event.Event.md @@ -1,5 +1,4 @@ -# Event: - +# Event: service/event [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/event](../modules/service_event.md) / Event [service/event](../modules/service_event.md).Event @@ -23,7 +22,7 @@ #### Defined in -[src/service/event.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/event.ts#L9) +[src/service/event.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/event.ts#L9) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/service/event.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/event.ts#L8) +[src/service/event.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/event.ts#L8) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/event.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/event.ts#L11) +[src/service/event.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/event.ts#L11) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/event.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/event.ts#L10) +[src/service/event.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/event.ts#L10) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/event.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/event.ts#L7) +[src/service/event.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/event.ts#L7) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/service/event.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/event.ts#L6) +[src/service/event.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/event.ts#L6) diff --git a/docs/developer/api-docs/interfaces/service_issuer.Issuer.md b/docs/developer/api-docs/interfaces/service_issuer.Issuer.md index 183172c37..7e32026d8 100644 --- a/docs/developer/api-docs/interfaces/service_issuer.Issuer.md +++ b/docs/developer/api-docs/interfaces/service_issuer.Issuer.md @@ -1,5 +1,4 @@ # Issuer - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/issuer](../modules/service_issuer.md) / Issuer [service/issuer](../modules/service_issuer.md).Issuer @@ -19,7 +18,7 @@ #### Defined in -[src/service/issuer.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/issuer.ts#L3) +[src/service/issuer.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/issuer.ts#L3) ___ @@ -29,4 +28,4 @@ ___ #### Defined in -[src/service/issuer.ts:2](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/issuer.ts#L2) +[src/service/issuer.ts:2](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/issuer.ts#L2) diff --git a/docs/developer/api-docs/interfaces/service_liststreamitems.Item.md b/docs/developer/api-docs/interfaces/service_liststreamitems.Item.md index 7fd5faa8f..1d050d5a7 100644 --- a/docs/developer/api-docs/interfaces/service_liststreamitems.Item.md +++ b/docs/developer/api-docs/interfaces/service_liststreamitems.Item.md @@ -1,5 +1,4 @@ # Item - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/liststreamitems](../modules/service_liststreamitems.md) / Item [service/liststreamitems](../modules/service_liststreamitems.md).Item @@ -26,7 +25,7 @@ #### Defined in -[src/service/liststreamitems.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamitems.ts#L11) +[src/service/liststreamitems.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamitems.ts#L11) ___ @@ -36,7 +35,7 @@ ___ #### Defined in -[src/service/liststreamitems.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamitems.ts#L7) +[src/service/liststreamitems.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamitems.ts#L7) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/service/liststreamitems.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamitems.ts#L6) +[src/service/liststreamitems.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamitems.ts#L6) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/liststreamitems.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamitems.ts#L5) +[src/service/liststreamitems.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamitems.ts#L5) ___ @@ -66,7 +65,7 @@ ___ #### Defined in -[src/service/liststreamitems.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamitems.ts#L4) +[src/service/liststreamitems.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamitems.ts#L4) ___ @@ -76,7 +75,7 @@ ___ #### Defined in -[src/service/liststreamitems.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamitems.ts#L10) +[src/service/liststreamitems.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamitems.ts#L10) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/service/liststreamitems.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamitems.ts#L3) +[src/service/liststreamitems.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamitems.ts#L3) ___ @@ -96,7 +95,7 @@ ___ #### Defined in -[src/service/liststreamitems.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamitems.ts#L8) +[src/service/liststreamitems.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamitems.ts#L8) ___ @@ -106,4 +105,4 @@ ___ #### Defined in -[src/service/liststreamitems.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamitems.ts#L9) +[src/service/liststreamitems.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamitems.ts#L9) diff --git a/docs/developer/api-docs/interfaces/service_liststreamkeyitems.Item.md b/docs/developer/api-docs/interfaces/service_liststreamkeyitems.Item.md index b70e58718..4e5231152 100644 --- a/docs/developer/api-docs/interfaces/service_liststreamkeyitems.Item.md +++ b/docs/developer/api-docs/interfaces/service_liststreamkeyitems.Item.md @@ -1,5 +1,4 @@ # Item - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/liststreamkeyitems](../modules/service_liststreamkeyitems.md) / Item [service/liststreamkeyitems](../modules/service_liststreamkeyitems.md).Item @@ -23,7 +22,7 @@ #### Defined in -[src/service/liststreamkeyitems.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamkeyitems.ts#L7) +[src/service/liststreamkeyitems.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamkeyitems.ts#L7) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/service/liststreamkeyitems.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamkeyitems.ts#L6) +[src/service/liststreamkeyitems.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamkeyitems.ts#L6) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/liststreamkeyitems.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamkeyitems.ts#L5) +[src/service/liststreamkeyitems.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamkeyitems.ts#L5) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/liststreamkeyitems.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamkeyitems.ts#L4) +[src/service/liststreamkeyitems.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamkeyitems.ts#L4) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/liststreamkeyitems.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamkeyitems.ts#L3) +[src/service/liststreamkeyitems.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamkeyitems.ts#L3) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/service/liststreamkeyitems.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/liststreamkeyitems.ts#L8) +[src/service/liststreamkeyitems.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/liststreamkeyitems.ts#L8) diff --git a/docs/developer/api-docs/interfaces/service_user_authenticate.UserLoginResponse.md b/docs/developer/api-docs/interfaces/service_user_authenticate.UserLoginResponse.md index 5a659712b..580f64425 100644 --- a/docs/developer/api-docs/interfaces/service_user_authenticate.UserLoginResponse.md +++ b/docs/developer/api-docs/interfaces/service_user_authenticate.UserLoginResponse.md @@ -1,8 +1,7 @@ # UserLoginResponse - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [service/user\_authenticate](../modules/service_user_authenticate.md) / UserLoginResponse -[service/user_authenticate](../modules/service_user_authenticate.md).UserLoginResponse +[service/user\_authenticate](../modules/service_user_authenticate.md).UserLoginResponse ## Table of contents @@ -23,7 +22,7 @@ #### Defined in -[src/service/user_authenticate.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_authenticate.ts#L28) +[src/service/user_authenticate.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_authenticate.ts#L28) ___ @@ -33,7 +32,7 @@ ___ #### Defined in -[src/service/user_authenticate.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_authenticate.ts#L26) +[src/service/user_authenticate.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_authenticate.ts#L26) ___ @@ -43,7 +42,7 @@ ___ #### Defined in -[src/service/user_authenticate.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_authenticate.ts#L29) +[src/service/user_authenticate.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_authenticate.ts#L29) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/user_authenticate.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_authenticate.ts#L25) +[src/service/user_authenticate.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_authenticate.ts#L25) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/user_authenticate.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_authenticate.ts#L27) +[src/service/user_authenticate.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_authenticate.ts#L27) ___ @@ -73,4 +72,4 @@ ___ #### Defined in -[src/service/user_authenticate.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_authenticate.ts#L30) +[src/service/user_authenticate.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_authenticate.ts#L30) diff --git a/docs/developer/api-docs/interfaces/types.AugmentedFastifyInstance.md b/docs/developer/api-docs/interfaces/types.AugmentedFastifyInstance.md index 0812382e8..c58ae6abe 100644 --- a/docs/developer/api-docs/interfaces/types.AugmentedFastifyInstance.md +++ b/docs/developer/api-docs/interfaces/types.AugmentedFastifyInstance.md @@ -1,5 +1,4 @@ # AugmentedFastifyInstance - [Api Code Documentation](../README.md) / [Exports](../modules.md) / [types](../modules/types.md) / AugmentedFastifyInstance [types](../modules/types.md).AugmentedFastifyInstance @@ -19,6 +18,7 @@ Interface representing an extended fastify instance - [addContentTypeParser](types.AugmentedFastifyInstance.md#addcontenttypeparser) - [all](types.AugmentedFastifyInstance.md#all) - [authenticate](types.AugmentedFastifyInstance.md#authenticate) +- [childLoggerFactory](types.AugmentedFastifyInstance.md#childloggerfactory) - [decorate](types.AugmentedFastifyInstance.md#decorate) - [decorateReply](types.AugmentedFastifyInstance.md#decoratereply) - [decorateRequest](types.AugmentedFastifyInstance.md#decoraterequest) @@ -53,6 +53,7 @@ Interface representing an extended fastify instance ### Methods +- [[asyncDispose]](types.AugmentedFastifyInstance.md#[asyncdispose]) - [addConstraintStrategy](types.AugmentedFastifyInstance.md#addconstraintstrategy) - [addHook](types.AugmentedFastifyInstance.md#addhook) - [addSchema](types.AugmentedFastifyInstance.md#addschema) @@ -77,6 +78,7 @@ Interface representing an extended fastify instance - [route](types.AugmentedFastifyInstance.md#route) - [routing](types.AugmentedFastifyInstance.md#routing) - [serializeCookie](types.AugmentedFastifyInstance.md#serializecookie) +- [setChildLoggerFactory](types.AugmentedFastifyInstance.md#setchildloggerfactory) - [setDefaultRoute](types.AugmentedFastifyInstance.md#setdefaultroute) - [setErrorHandler](types.AugmentedFastifyInstance.md#seterrorhandler) - [setNotFoundHandler](types.AugmentedFastifyInstance.md#setnotfoundhandler) @@ -93,7 +95,7 @@ Interface representing an extended fastify instance ### addContentTypeParser -• **addContentTypeParser**: `AddContentTypeParser`<`RawServerDefault`, `IncomingMessage`, `RouteGenericInterface`, `FastifySchema`, `FastifyTypeProviderDefault`\> +• **addContentTypeParser**: `AddContentTypeParser`\<`RawServerDefault`, `IncomingMessage`, `RouteGenericInterface`, `FastifySchema`, `FastifyTypeProviderDefault`\> Add a content type parser @@ -103,13 +105,13 @@ FastifyInstance.addContentTypeParser #### Defined in -node_modules/fastify/types/instance.d.ts:592 +node_modules/fastify/types/instance.d.ts:542 ___ ### all -• **all**: `RouteShorthandMethod`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> +• **all**: `RouteShorthandMethod`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> #### Inherited from @@ -117,7 +119,7 @@ FastifyInstance.all #### Defined in -node_modules/fastify/types/instance.d.ts:207 +node_modules/fastify/types/instance.d.ts:214 ___ @@ -127,13 +129,31 @@ ___ #### Defined in -[src/types.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/types.ts#L8) +[src/types.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/types.ts#L8) + +___ + +### childLoggerFactory + +• **childLoggerFactory**: `FastifyChildLoggerFactory`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> + +Hook function that is called when creating a child logger instance for each request +which allows for modifying or adding child logger bindings and logger options, or +returning a completely custom child logger implementation. + +#### Inherited from + +FastifyInstance.childLoggerFactory + +#### Defined in + +node_modules/fastify/types/instance.d.ts:484 ___ ### decorate -• **decorate**: `DecorationMethod`<`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\>, `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\>\> +• **decorate**: `DecorationMethod`\<`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\>, `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\>\> #### Inherited from @@ -141,13 +161,13 @@ FastifyInstance.decorate #### Defined in -node_modules/fastify/types/instance.d.ts:144 +node_modules/fastify/types/instance.d.ts:151 ___ ### decorateReply -• **decorateReply**: `DecorationMethod`<`FastifyReply`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`\>, `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\>\> +• **decorateReply**: `DecorationMethod`\<`FastifyReply`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`\>, `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\>\> #### Inherited from @@ -155,13 +175,13 @@ FastifyInstance.decorateReply #### Defined in -node_modules/fastify/types/instance.d.ts:146 +node_modules/fastify/types/instance.d.ts:153 ___ ### decorateRequest -• **decorateRequest**: `DecorationMethod`<`FastifyRequest`<`RouteGenericInterface`, `RawServerDefault`, `IncomingMessage`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`, `FastifyBaseLogger`, `ResolveFastifyRequestType`<`FastifyTypeProviderDefault`, `FastifySchema`, `RouteGenericInterface`\>\>, `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\>\> +• **decorateRequest**: `DecorationMethod`\<`FastifyRequest`\<`RouteGenericInterface`, `RawServerDefault`, `IncomingMessage`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`, `FastifyBaseLogger`, `ResolveFastifyRequestType`\<`FastifyTypeProviderDefault`, `FastifySchema`, `RouteGenericInterface`\>\>, `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\>\> #### Inherited from @@ -169,13 +189,13 @@ FastifyInstance.decorateRequest #### Defined in -node_modules/fastify/types/instance.d.ts:145 +node_modules/fastify/types/instance.d.ts:152 ___ ### defaultTextParser -• **defaultTextParser**: `FastifyBodyParser`<`string`\> +• **defaultTextParser**: `FastifyBodyParser`\<`string`\> Fastify default plain text parser @@ -185,13 +205,13 @@ FastifyInstance.defaultTextParser #### Defined in -node_modules/fastify/types/instance.d.ts:609 +node_modules/fastify/types/instance.d.ts:559 ___ ### delete -• **delete**: `RouteShorthandMethod`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> +• **delete**: `RouteShorthandMethod`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> #### Inherited from @@ -199,13 +219,13 @@ FastifyInstance.delete #### Defined in -node_modules/fastify/types/instance.d.ts:204 +node_modules/fastify/types/instance.d.ts:211 ___ ### errorHandler -• **errorHandler**: (`error`: `FastifyError`, `request`: `FastifyRequest`<`RouteGenericInterface`, `RawServerDefault`, `IncomingMessage`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`, `FastifyBaseLogger`, `ResolveFastifyRequestType`<`FastifyTypeProviderDefault`, `FastifySchema`, `RouteGenericInterface`\>\>, `reply`: `FastifyReply`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`\>) => `void` +• **errorHandler**: (`error`: `FastifyError`, `request`: `FastifyRequest`\<`RouteGenericInterface`, `RawServerDefault`, `IncomingMessage`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`, `FastifyBaseLogger`, `ResolveFastifyRequestType`\<`FastifyTypeProviderDefault`, `FastifySchema`, `RouteGenericInterface`\>\>, `reply`: `FastifyReply`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`\>) => `void` #### Type declaration @@ -218,8 +238,8 @@ Fastify default error handler | Name | Type | | :------ | :------ | | `error` | `FastifyError` | -| `request` | `FastifyRequest`<`RouteGenericInterface`, `RawServerDefault`, `IncomingMessage`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`, `FastifyBaseLogger`, `ResolveFastifyRequestType`<`FastifyTypeProviderDefault`, `FastifySchema`, `RouteGenericInterface`\>\> | -| `reply` | `FastifyReply`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`\> | +| `request` | `FastifyRequest`\<`RouteGenericInterface`, `RawServerDefault`, `IncomingMessage`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`, `FastifyBaseLogger`, `ResolveFastifyRequestType`\<`FastifyTypeProviderDefault`, `FastifySchema`, `RouteGenericInterface`\>\> | +| `reply` | `FastifyReply`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `unknown`\> | ##### Returns @@ -231,13 +251,13 @@ FastifyInstance.errorHandler #### Defined in -node_modules/fastify/types/instance.d.ts:546 +node_modules/fastify/types/instance.d.ts:470 ___ ### get -• **get**: `RouteShorthandMethod`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> +• **get**: `RouteShorthandMethod`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> #### Inherited from @@ -245,7 +265,7 @@ FastifyInstance.get #### Defined in -node_modules/fastify/types/instance.d.ts:200 +node_modules/fastify/types/instance.d.ts:207 ___ @@ -261,7 +281,7 @@ FastifyInstance.getDefaultJsonParser #### Defined in -node_modules/fastify/types/instance.d.ts:605 +node_modules/fastify/types/instance.d.ts:555 ___ @@ -275,13 +295,13 @@ FastifyInstance.hasContentTypeParser #### Defined in -node_modules/fastify/types/instance.d.ts:593 +node_modules/fastify/types/instance.d.ts:543 ___ ### head -• **head**: `RouteShorthandMethod`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> +• **head**: `RouteShorthandMethod`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> #### Inherited from @@ -289,13 +309,13 @@ FastifyInstance.head #### Defined in -node_modules/fastify/types/instance.d.ts:201 +node_modules/fastify/types/instance.d.ts:208 ___ ### initialConfig -• **initialConfig**: `Readonly`<{ `allowUnsafeRegex?`: `boolean` ; `bodyLimit?`: `number` ; `caseSensitive?`: `boolean` ; `connectionTimeout?`: `number` ; `disableRequestLogging?`: `boolean` ; `forceCloseConnections?`: `boolean` ; `http2?`: `boolean` ; `http2SessionTimeout?`: `number` ; `https?`: `boolean` \| `Readonly`<{ `allowHTTP1`: `boolean` }\> ; `ignoreDuplicateSlashes?`: `boolean` ; `ignoreTrailingSlash?`: `boolean` ; `keepAliveTimeout?`: `number` ; `maxParamLength?`: `number` ; `onConstructorPoisoning?`: `ConstructorAction` ; `onProtoPoisoning?`: `ProtoAction` ; `pluginTimeout?`: `number` ; `requestIdHeader?`: `string` \| ``false`` ; `requestIdLogLabel?`: `string` }\> +• **initialConfig**: `Readonly`\<\{ `allowUnsafeRegex?`: `boolean` ; `bodyLimit?`: `number` ; `caseSensitive?`: `boolean` ; `connectionTimeout?`: `number` ; `disableRequestLogging?`: `boolean` ; `forceCloseConnections?`: `boolean` ; `http2?`: `boolean` ; `http2SessionTimeout?`: `number` ; `https?`: `boolean` \| `Readonly`\<\{ `allowHTTP1`: `boolean` }\> ; `ignoreDuplicateSlashes?`: `boolean` ; `ignoreTrailingSlash?`: `boolean` ; `keepAliveTimeout?`: `number` ; `maxParamLength?`: `number` ; `onConstructorPoisoning?`: `ConstructorAction` ; `onProtoPoisoning?`: `ProtoAction` ; `pluginTimeout?`: `number` ; `requestIdHeader?`: `string` \| ``false`` ; `requestIdLogLabel?`: `string` }\> Frozen read-only object registering the initial options passed down by the user to the fastify instance @@ -305,7 +325,7 @@ FastifyInstance.initialConfig #### Defined in -node_modules/fastify/types/instance.d.ts:624 +node_modules/fastify/types/instance.d.ts:574 ___ @@ -333,7 +353,7 @@ FastifyInstance.listeningOrigin #### Defined in -node_modules/fastify/types/instance.d.ts:129 +node_modules/fastify/types/instance.d.ts:131 ___ @@ -347,7 +367,7 @@ FastifyInstance.log #### Defined in -node_modules/fastify/types/instance.d.ts:128 +node_modules/fastify/types/instance.d.ts:130 ___ @@ -369,7 +389,7 @@ ___ ### options -• **options**: `RouteShorthandMethod`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> +• **options**: `RouteShorthandMethod`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> #### Inherited from @@ -377,13 +397,13 @@ FastifyInstance.options #### Defined in -node_modules/fastify/types/instance.d.ts:205 +node_modules/fastify/types/instance.d.ts:212 ___ ### patch -• **patch**: `RouteShorthandMethod`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> +• **patch**: `RouteShorthandMethod`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> #### Inherited from @@ -391,7 +411,7 @@ FastifyInstance.patch #### Defined in -node_modules/fastify/types/instance.d.ts:206 +node_modules/fastify/types/instance.d.ts:213 ___ @@ -405,13 +425,13 @@ FastifyInstance.pluginName #### Defined in -node_modules/fastify/types/instance.d.ts:125 +node_modules/fastify/types/instance.d.ts:127 ___ ### post -• **post**: `RouteShorthandMethod`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> +• **post**: `RouteShorthandMethod`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> #### Inherited from @@ -419,7 +439,7 @@ FastifyInstance.post #### Defined in -node_modules/fastify/types/instance.d.ts:202 +node_modules/fastify/types/instance.d.ts:209 ___ @@ -433,13 +453,13 @@ FastifyInstance.prefix #### Defined in -node_modules/fastify/types/instance.d.ts:126 +node_modules/fastify/types/instance.d.ts:128 ___ ### put -• **put**: `RouteShorthandMethod`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> +• **put**: `RouteShorthandMethod`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyTypeProviderDefault`\> #### Inherited from @@ -447,17 +467,17 @@ FastifyInstance.put #### Defined in -node_modules/fastify/types/instance.d.ts:203 +node_modules/fastify/types/instance.d.ts:210 ___ ### rateLimit -• **rateLimit**: (`options?`: `RateLimitOptions`) => `preHandlerAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `FastifyBaseLogger`\> +• **rateLimit**: (`options?`: `RateLimitOptions`) => `preHandlerAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `FastifyBaseLogger`\> #### Type declaration -▸ (`options?`): `preHandlerAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `FastifyBaseLogger`\> +▸ (`options?`): `preHandlerAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `FastifyBaseLogger`\> ##### Parameters @@ -467,7 +487,7 @@ ___ ##### Returns -`preHandlerAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `FastifyBaseLogger`\> +`preHandlerAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGenericInterface`, `unknown`, `FastifySchema`, `FastifyTypeProviderDefault`, `FastifyBaseLogger`\> #### Inherited from @@ -481,7 +501,7 @@ ___ ### register -• **register**: `FastifyRegister`<`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> & `PromiseLike`<`undefined`\>, `RawServerDefault`, `FastifyTypeProvider`, `FastifyBaseLogger`\> +• **register**: `FastifyRegister`\<`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> & `PromiseLike`\<`undefined`\>, `RawServerDefault`, `FastifyTypeProvider`, `FastifyBaseLogger`\> #### Inherited from @@ -489,7 +509,7 @@ FastifyInstance.register #### Defined in -node_modules/fastify/types/instance.d.ts:188 +node_modules/fastify/types/instance.d.ts:195 ___ @@ -505,7 +525,7 @@ FastifyInstance.removeAllContentTypeParsers #### Defined in -node_modules/fastify/types/instance.d.ts:601 +node_modules/fastify/types/instance.d.ts:551 ___ @@ -521,13 +541,13 @@ FastifyInstance.removeContentTypeParser #### Defined in -node_modules/fastify/types/instance.d.ts:597 +node_modules/fastify/types/instance.d.ts:547 ___ ### serializerCompiler -• **serializerCompiler**: `undefined` \| `FastifySerializerCompiler`<`any`\> +• **serializerCompiler**: `undefined` \| `FastifySerializerCompiler`\<`any`\> Fastify schema serializer for all routes. @@ -537,7 +557,7 @@ FastifyInstance.serializerCompiler #### Defined in -node_modules/fastify/types/instance.d.ts:568 +node_modules/fastify/types/instance.d.ts:518 ___ @@ -551,13 +571,13 @@ FastifyInstance.server #### Defined in -node_modules/fastify/types/instance.d.ts:124 +node_modules/fastify/types/instance.d.ts:126 ___ ### swagger -• **swagger**: (`opts?`: { `yaml?`: ``false`` }) => `Document`<{}\> & (`opts`: { `yaml`: ``true`` }) => `string` & (`opts`: { `yaml`: `boolean` }) => `string` \| `Document`<{}\> +• **swagger**: (`opts?`: \{ `yaml?`: ``false`` }) => `Document`\<{}\> & (`opts`: \{ `yaml`: ``true`` }) => `string` & (`opts`: \{ `yaml`: `boolean` }) => `string` \| `Document`\<{}\> #### Inherited from @@ -579,13 +599,13 @@ FastifyInstance.swaggerCSP #### Defined in -[src/types.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/types.ts#L9) +[src/types.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/types.ts#L9) ___ ### validatorCompiler -• **validatorCompiler**: `undefined` \| `FastifySchemaCompiler`<`any`\> +• **validatorCompiler**: `undefined` \| `FastifySchemaCompiler`\<`any`\> Fastify schema validator for all routes. @@ -595,7 +615,7 @@ FastifyInstance.validatorCompiler #### Defined in -node_modules/fastify/types/instance.d.ts:558 +node_modules/fastify/types/instance.d.ts:508 ___ @@ -609,70 +629,60 @@ FastifyInstance.version #### Defined in -node_modules/fastify/types/instance.d.ts:127 +node_modules/fastify/types/instance.d.ts:129 ## Methods -### addConstraintStrategy - -▸ **addConstraintStrategy**(`strategy`): `void` +### [asyncDispose] -#### Parameters +▸ **[asyncDispose]**(): `Promise`\<`undefined`\> -| Name | Type | -| :------ | :------ | -| `strategy` | `ConstraintStrategy`<`V1`, `unknown`\> | +Alias for [`()`](types.AugmentedFastifyInstance.md#close) #### Returns -`void` +`Promise`\<`undefined`\> #### Inherited from -FastifyInstance.addConstraintStrategy +FastifyInstance.[asyncDispose] #### Defined in -node_modules/fastify/types/instance.d.ts:153 +node_modules/fastify/types/instance.d.ts:148 ___ -### addHook - -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -`onRequest` is the first hook to be executed in the request lifecycle. There was no previous hook, the next hook will be `preParsing`. - Notice: in the `onRequest` hook, request.body will always be null, because the body parsing happens before the `preHandler` hook. - -#### Type parameters +### addConstraintStrategy -| Name | Type | -| :------ | :------ | -| `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | -| `ContextConfig` | `unknown` | -| `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | -| `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +▸ **addConstraintStrategy**(`strategy`): `void` #### Parameters | Name | Type | | :------ | :------ | -| `name` | ``"onRequest"`` | -| `hook` | `onRequestHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `strategy` | `ConstraintStrategy`\<`V1`, `unknown`\> | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`void` #### Inherited from -FastifyInstance.addHook +FastifyInstance.addConstraintStrategy #### Defined in -node_modules/fastify/types/instance.d.ts:223 +node_modules/fastify/types/instance.d.ts:160 + +___ + +### addHook + +▸ **addHook**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`onRequest` is the first hook to be executed in the request lifecycle. There was no previous hook, the next hook will be `preParsing`. + Notice: in the `onRequest` hook, request.body will always be null, because the body parsing happens before the `preHandler` hook. #### Type parameters @@ -682,17 +692,18 @@ node_modules/fastify/types/instance.d.ts:223 | `ContextConfig` | `unknown` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | | `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +| `Fn` | extends `onRequestHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> \| `onRequestAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> = `onRequestHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"onRequest"`` | -| `hook` | `onRequestAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `onRequestAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `onRequestHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -700,9 +711,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:233 +node_modules/fastify/types/instance.d.ts:230 -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> `preParsing` is the second hook to be executed in the request lifecycle. The previous hook was `onRequest`, the next hook will be `preValidation`. Notice: in the `preParsing` hook, request.body will always be null, because the body parsing happens before the `preHandler` hook. @@ -715,47 +726,18 @@ Notice: in the `preParsing` hook, request.body will always be null, because the | `ContextConfig` | `unknown` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | | `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +| `Fn` | extends `preParsingHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> \| `preParsingAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> = `preParsingHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"preParsing"`` | -| `hook` | `preParsingHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | - -#### Returns - -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Inherited from - -FastifyInstance.addHook - -#### Defined in - -node_modules/fastify/types/instance.d.ts:247 - -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | -| `ContextConfig` | `unknown` | -| `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | -| `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `name` | ``"preParsing"`` | -| `hook` | `preParsingAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `preParsingAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `preParsingHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -763,9 +745,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:257 +node_modules/fastify/types/instance.d.ts:245 -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> `preValidation` is the third hook to be executed in the request lifecycle. The previous hook was `preParsing`, the next hook will be `preHandler`. @@ -777,47 +759,18 @@ node_modules/fastify/types/instance.d.ts:257 | `ContextConfig` | `unknown` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | | `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +| `Fn` | extends `preValidationHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> \| `preValidationAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> = `preValidationHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"preValidation"`` | -| `hook` | `preValidationHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | - -#### Returns - -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Inherited from - -FastifyInstance.addHook - -#### Defined in - -node_modules/fastify/types/instance.d.ts:270 - -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | -| `ContextConfig` | `unknown` | -| `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | -| `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `name` | ``"preValidation"`` | -| `hook` | `preValidationAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `preValidationAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `preValidationHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -825,9 +778,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:280 +node_modules/fastify/types/instance.d.ts:259 -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> `preHandler` is the fourth hook to be executed in the request lifecycle. The previous hook was `preValidation`, the next hook will be `preSerialization`. @@ -839,17 +792,18 @@ node_modules/fastify/types/instance.d.ts:280 | `ContextConfig` | `unknown` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | | `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +| `Fn` | extends `preHandlerHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> \| `preHandlerAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> = `preHandlerHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"preHandler"`` | -| `hook` | `preHandlerHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `preHandlerAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `preHandlerHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -857,39 +811,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:293 +node_modules/fastify/types/instance.d.ts:273 -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | -| `ContextConfig` | `unknown` | -| `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | -| `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `name` | ``"preHandler"`` | -| `hook` | `preHandlerAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | - -#### Returns - -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Inherited from - -FastifyInstance.addHook - -#### Defined in - -node_modules/fastify/types/instance.d.ts:303 - -▸ **addHook**<`PreSerializationPayload`, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`PreSerializationPayload`, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> `preSerialization` is the fifth hook to be executed in the request lifecycle. The previous hook was `preHandler`, the next hook will be `onSend`. Note: the hook is NOT called if the payload is a string, a Buffer, a stream or null. @@ -903,48 +827,18 @@ node_modules/fastify/types/instance.d.ts:303 | `ContextConfig` | `unknown` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | | `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +| `Fn` | extends `preSerializationHookHandler`\<`PreSerializationPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> \| `preSerializationAsyncHookHandler`\<`PreSerializationPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> = `preSerializationHookHandler`\<`PreSerializationPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"preSerialization"`` | -| `hook` | `preSerializationHookHandler`<`PreSerializationPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | - -#### Returns - -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Inherited from - -FastifyInstance.addHook - -#### Defined in - -node_modules/fastify/types/instance.d.ts:317 - -▸ **addHook**<`PreSerializationPayload`, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `PreSerializationPayload` | `unknown` | -| `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | -| `ContextConfig` | `unknown` | -| `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | -| `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `name` | ``"preSerialization"`` | -| `hook` | `preSerializationAsyncHookHandler`<`PreSerializationPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `preSerializationAsyncHookHandler`\<`PreSerializationPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `preSerializationHookHandler`\<`PreSerializationPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -952,9 +846,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:328 +node_modules/fastify/types/instance.d.ts:288 -▸ **addHook**<`OnSendPayload`, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`OnSendPayload`, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> You can change the payload with the `onSend` hook. It is the sixth hook to be executed in the request lifecycle. The previous hook was `preSerialization`, the next hook will be `onResponse`. Note: If you change the payload, you may only change it to a string, a Buffer, a stream, or null. @@ -968,17 +862,18 @@ Note: If you change the payload, you may only change it to a string, a Buffer, a | `ContextConfig` | `unknown` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | | `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +| `Fn` | extends `onSendHookHandler`\<`OnSendPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> \| `onSendAsyncHookHandler`\<`OnSendPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> = `onSendHookHandler`\<`OnSendPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"onSend"`` | -| `hook` | `onSendHookHandler`<`OnSendPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `onSendAsyncHookHandler`\<`OnSendPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `onSendHookHandler`\<`OnSendPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -986,40 +881,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:343 +node_modules/fastify/types/instance.d.ts:304 -▸ **addHook**<`OnSendPayload`, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `OnSendPayload` | `unknown` | -| `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | -| `ContextConfig` | `unknown` | -| `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | -| `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `name` | ``"onSend"`` | -| `hook` | `onSendAsyncHookHandler`<`OnSendPayload`, `RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | - -#### Returns - -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Inherited from - -FastifyInstance.addHook - -#### Defined in - -node_modules/fastify/types/instance.d.ts:354 - -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> `onResponse` is the seventh and last hook in the request hook lifecycle. The previous hook was `onSend`, there is no next hook. The onResponse hook is executed when a response has been sent, so you will not be able to send more data to the client. It can however be useful for sending data to external services, for example to gather statistics. @@ -1032,17 +896,18 @@ The onResponse hook is executed when a response has been sent, so you will not b | `ContextConfig` | `unknown` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | | `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +| `Fn` | extends `onResponseHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> \| `onResponseAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> = `onResponseHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"onResponse"`` | -| `hook` | `onResponseHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `onResponseAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `onResponseHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1050,39 +915,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:369 +node_modules/fastify/types/instance.d.ts:320 -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | -| `ContextConfig` | `unknown` | -| `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | -| `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `name` | ``"onResponse"`` | -| `hook` | `onResponseAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | - -#### Returns - -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Inherited from - -FastifyInstance.addHook - -#### Defined in - -node_modules/fastify/types/instance.d.ts:379 - -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> `onTimeout` is useful if you need to monitor the request timed out in your service. (if the `connectionTimeout` property is set on the fastify instance) The onTimeout hook is executed when a request is timed out and the http socket has been hanged up. Therefore you will not be able to send data to the client. @@ -1095,47 +930,18 @@ The onTimeout hook is executed when a request is timed out and the http socket h | `ContextConfig` | `unknown` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | | `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +| `Fn` | extends `onTimeoutHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> \| `onTimeoutAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> = `onTimeoutHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"onTimeout"`` | -| `hook` | `onTimeoutHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | - -#### Returns - -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Inherited from - -FastifyInstance.addHook - -#### Defined in - -node_modules/fastify/types/instance.d.ts:393 - -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | -| `ContextConfig` | `unknown` | -| `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | -| `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `name` | ``"onTimeout"`` | -| `hook` | `onTimeoutAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `onTimeoutAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `onTimeoutHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1143,9 +949,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:403 +node_modules/fastify/types/instance.d.ts:335 -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> `onRequestAbort` is useful if you need to monitor the if the client aborts the request (if the `request.raw.aborted` property is set to `true`). The `onRequestAbort` hook is executed when a client closes the connection before the entire request has been received. Therefore, you will not be able to send data to the client. @@ -1159,47 +965,18 @@ Notice: client abort detection is not completely reliable. See: https://github.c | `ContextConfig` | `unknown` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | | `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +| `Fn` | extends `onRequestAbortHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> \| `onRequestAbortAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> = `onRequestAbortHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"onRequestAbort"`` | -| `hook` | `onRequestAbortHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | - -#### Returns - -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Inherited from - -FastifyInstance.addHook - -#### Defined in - -node_modules/fastify/types/instance.d.ts:418 - -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | -| `ContextConfig` | `unknown` | -| `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | -| `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `name` | ``"onRequestAbort"`` | -| `hook` | `onRequestAbortAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `onRequestAbortAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `onRequestAbortHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1207,9 +984,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:428 +node_modules/fastify/types/instance.d.ts:351 -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> This hook is useful if you need to do some custom error logging or add some specific header in case of error. It is not intended for changing the error, and calling reply.send will throw an exception. @@ -1224,47 +1001,18 @@ Notice: unlike the other hooks, pass an error to the done function is not suppor | `ContextConfig` | `unknown` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | | `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | +| `Fn` | extends `onErrorHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `FastifyError`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> \| `onErrorAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `FastifyError`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> = `onErrorHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `FastifyError`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"onError"`` | -| `hook` | `onErrorHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `FastifyError`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | - -#### Returns - -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Inherited from - -FastifyInstance.addHook - -#### Defined in - -node_modules/fastify/types/instance.d.ts:444 - -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | -| `ContextConfig` | `unknown` | -| `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | -| `Logger` | extends `FastifyBaseLogger` = `FastifyBaseLogger` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `name` | ``"onError"`` | -| `hook` | `onErrorAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `FastifyError`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `onErrorAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `FastifyError`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `onErrorHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `FastifyError`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1272,9 +1020,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:454 +node_modules/fastify/types/instance.d.ts:368 -▸ **addHook**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `Logger`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> Triggered when a new route is registered. Listeners are passed a routeOptions object as the sole parameter. The interface is synchronous, and, as such, the listener does not get passed a callback @@ -1292,11 +1040,11 @@ Triggered when a new route is registered. Listeners are passed a routeOptions ob | Name | Type | | :------ | :------ | | `name` | ``"onRoute"`` | -| `hook` | `onRouteHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | +| `hook` | `onRouteHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `Logger`\> | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `Logger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1304,9 +1052,9 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:469 +node_modules/fastify/types/instance.d.ts:384 -▸ **addHook**(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **addHook**(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> Triggered when a new plugin is registered and a new encapsulation context is created. The hook will be executed before the registered code. This hook can be useful if you are developing a plugin that needs to know when a plugin context is formed, and you want to operate in that specific context. @@ -1317,11 +1065,11 @@ Note: This hook will not be called if a plugin is wrapped inside fastify-plugin. | Name | Type | | :------ | :------ | | `name` | ``"onRegister"`` | -| `hook` | `onRegisterHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`, `FastifyPluginOptions`\> | +| `hook` | `onRegisterHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`, `FastifyPluginOptions`\> | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1329,22 +1077,28 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:484 +node_modules/fastify/types/instance.d.ts:399 -▸ **addHook**(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> Triggered when fastify.listen() or fastify.ready() is invoked to start the server. It is useful when plugins need a "ready" event, for example to load data before the server start listening for requests. +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `Fn` | extends `onReadyHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> \| `onReadyAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> = `onReadyHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | + #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"onReady"`` | -| `hook` | `onReadyHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `onReadyAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> : `onReadyHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1352,20 +1106,28 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:492 +node_modules/fastify/types/instance.d.ts:407 + +▸ **addHook**\<`Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> + +Triggered when fastify.listen() is invoked to start the server. It is useful when plugins need a "onListen" event, for example to run logics after the server start listening for requests. + +#### Type parameters -▸ **addHook**(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +| Name | Type | +| :------ | :------ | +| `Fn` | extends `onListenAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> \| `onListenHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> = `onListenHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | #### Parameters | Name | Type | | :------ | :------ | -| `name` | ``"onReady"`` | -| `hook` | `onReadyAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | +| `name` | ``"onListen"`` | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `onListenAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> : `onListenHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1373,43 +1135,28 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:497 +node_modules/fastify/types/instance.d.ts:417 -▸ **addHook**(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> Triggered when fastify.close() is invoked to stop the server. It is useful when plugins need a "shutdown" event, for example to close an open connection to a database. -#### Parameters +#### Type parameters | Name | Type | | :------ | :------ | -| `name` | ``"onClose"`` | -| `hook` | `onCloseHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | - -#### Returns - -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> - -#### Inherited from - -FastifyInstance.addHook - -#### Defined in - -node_modules/fastify/types/instance.d.ts:505 - -▸ **addHook**(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +| `Fn` | extends `onCloseHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> \| `onCloseAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> = `onCloseHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"onClose"`` | -| `hook` | `onCloseAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `onCloseAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> : `onCloseHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1417,22 +1164,28 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:510 +node_modules/fastify/types/instance.d.ts:427 -▸ **addHook**(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> Triggered when fastify.close() is invoked to stop the server. It is useful when plugins need to cancel some state to allow the server to close successfully. +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `Fn` | extends `preCloseHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> \| `preCloseAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> = `preCloseHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | + #### Parameters | Name | Type | | :------ | :------ | | `name` | ``"preClose"`` | -| `hook` | `preCloseHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `preCloseAsyncHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> : `preCloseHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1440,20 +1193,27 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:518 +node_modules/fastify/types/instance.d.ts:437 -▸ **addHook**(`name`, `hook`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **addHook**\<`K`, `Fn`\>(`name`, `hook`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `K` | extends `ApplicationHook` \| `LifecycleHook` | +| `Fn` | extends (...`args`: `any`) => `any` | #### Parameters | Name | Type | | :------ | :------ | -| `name` | ``"preClose"`` | -| `hook` | `preCloseAsyncHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | +| `name` | `K` | +| `hook` | `Fn` extends `unknown` ? `Fn` extends `AsyncFunction` ? `HookAsyncLookup`\<`K`\> : `HookLookup`\<`K`\> : `Fn` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1461,13 +1221,13 @@ FastifyInstance.addHook #### Defined in -node_modules/fastify/types/instance.d.ts:523 +node_modules/fastify/types/instance.d.ts:444 ___ ### addSchema -▸ **addSchema**(`schema`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **addSchema**(`schema`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Parameters @@ -1477,7 +1237,7 @@ ___ #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1485,7 +1245,7 @@ FastifyInstance.addSchema #### Defined in -node_modules/fastify/types/instance.d.ts:133 +node_modules/fastify/types/instance.d.ts:135 ___ @@ -1503,17 +1263,17 @@ FastifyInstance.addresses #### Defined in -node_modules/fastify/types/instance.d.ts:130 +node_modules/fastify/types/instance.d.ts:132 ___ ### after -▸ **after**(): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> & `PromiseLike`<`undefined`\> +▸ **after**(): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> & `PromiseLike`\<`undefined`\> #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> & `PromiseLike`<`undefined`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> & `PromiseLike`\<`undefined`\> #### Inherited from @@ -1521,9 +1281,9 @@ FastifyInstance.after #### Defined in -node_modules/fastify/types/instance.d.ts:137 +node_modules/fastify/types/instance.d.ts:139 -▸ **after**(`afterListener`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **after**(`afterListener`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Parameters @@ -1533,7 +1293,7 @@ node_modules/fastify/types/instance.d.ts:137 #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -1541,17 +1301,17 @@ FastifyInstance.after #### Defined in -node_modules/fastify/types/instance.d.ts:138 +node_modules/fastify/types/instance.d.ts:140 ___ ### close -▸ **close**(): `Promise`<`undefined`\> +▸ **close**(): `Promise`\<`undefined`\> #### Returns -`Promise`<`undefined`\> +`Promise`\<`undefined`\> #### Inherited from @@ -1559,7 +1319,7 @@ FastifyInstance.close #### Defined in -node_modules/fastify/types/instance.d.ts:140 +node_modules/fastify/types/instance.d.ts:142 ▸ **close**(`closeListener`): `undefined` @@ -1579,17 +1339,17 @@ FastifyInstance.close #### Defined in -node_modules/fastify/types/instance.d.ts:141 +node_modules/fastify/types/instance.d.ts:143 ___ ### getDefaultRoute -▸ **getDefaultRoute**(): `DefaultRoute`<`IncomingMessage`, `ServerResponse`<`IncomingMessage`\>\> +▸ **getDefaultRoute**(): `DefaultRoute`\<`IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>\> #### Returns -`DefaultRoute`<`IncomingMessage`, `ServerResponse`<`IncomingMessage`\>\> +`DefaultRoute`\<`IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>\> #### Inherited from @@ -1597,7 +1357,7 @@ FastifyInstance.getDefaultRoute #### Defined in -node_modules/fastify/types/instance.d.ts:191 +node_modules/fastify/types/instance.d.ts:198 ___ @@ -1621,17 +1381,17 @@ FastifyInstance.getSchema #### Defined in -node_modules/fastify/types/instance.d.ts:134 +node_modules/fastify/types/instance.d.ts:136 ___ ### getSchemas -▸ **getSchemas**(): `Record`<`string`, `unknown`\> +▸ **getSchemas**(): `Record`\<`string`, `unknown`\> #### Returns -`Record`<`string`, `unknown`\> +`Record`\<`string`, `unknown`\> #### Inherited from @@ -1639,7 +1399,7 @@ FastifyInstance.getSchemas #### Defined in -node_modules/fastify/types/instance.d.ts:135 +node_modules/fastify/types/instance.d.ts:137 ___ @@ -1663,7 +1423,7 @@ FastifyInstance.hasConstraintStrategy #### Defined in -node_modules/fastify/types/instance.d.ts:154 +node_modules/fastify/types/instance.d.ts:161 ___ @@ -1687,7 +1447,7 @@ FastifyInstance.hasDecorator #### Defined in -node_modules/fastify/types/instance.d.ts:148 +node_modules/fastify/types/instance.d.ts:155 ___ @@ -1711,7 +1471,7 @@ FastifyInstance.hasPlugin #### Defined in -node_modules/fastify/types/instance.d.ts:151 +node_modules/fastify/types/instance.d.ts:158 ___ @@ -1735,7 +1495,7 @@ FastifyInstance.hasReplyDecorator #### Defined in -node_modules/fastify/types/instance.d.ts:150 +node_modules/fastify/types/instance.d.ts:157 ___ @@ -1759,13 +1519,13 @@ FastifyInstance.hasRequestDecorator #### Defined in -node_modules/fastify/types/instance.d.ts:149 +node_modules/fastify/types/instance.d.ts:156 ___ ### hasRoute -▸ **hasRoute**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`\>(`opts`): `boolean` +▸ **hasRoute**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`\>(`opts`): `boolean` #### Type parameters @@ -1779,7 +1539,7 @@ ___ | Name | Type | | :------ | :------ | -| `opts` | `Pick`<`RouteOptions`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `FastifyBaseLogger`\>, ``"url"`` \| ``"method"`` \| ``"constraints"``\> | +| `opts` | `Pick`\<`RouteOptions`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `FastifyBaseLogger`\>, ``"url"`` \| ``"method"`` \| ``"constraints"``\> | #### Returns @@ -1791,7 +1551,7 @@ FastifyInstance.hasRoute #### Defined in -node_modules/fastify/types/instance.d.ts:209 +node_modules/fastify/types/instance.d.ts:216 ___ @@ -1816,9 +1576,9 @@ FastifyInstance.inject #### Defined in -node_modules/fastify/types/instance.d.ts:156 +node_modules/fastify/types/instance.d.ts:163 -▸ **inject**(`opts`): `Promise`<`Response`\> +▸ **inject**(`opts`): `Promise`\<`Response`\> #### Parameters @@ -1828,7 +1588,7 @@ node_modules/fastify/types/instance.d.ts:156 #### Returns -`Promise`<`Response`\> +`Promise`\<`Response`\> #### Inherited from @@ -1836,7 +1596,7 @@ FastifyInstance.inject #### Defined in -node_modules/fastify/types/instance.d.ts:157 +node_modules/fastify/types/instance.d.ts:164 ▸ **inject**(): `Chain` @@ -1850,7 +1610,7 @@ FastifyInstance.inject #### Defined in -node_modules/fastify/types/instance.d.ts:158 +node_modules/fastify/types/instance.d.ts:165 ___ @@ -1875,9 +1635,9 @@ FastifyInstance.listen #### Defined in -node_modules/fastify/types/instance.d.ts:160 +node_modules/fastify/types/instance.d.ts:167 -▸ **listen**(`opts?`): `Promise`<`string`\> +▸ **listen**(`opts?`): `Promise`\<`string`\> #### Parameters @@ -1887,7 +1647,7 @@ node_modules/fastify/types/instance.d.ts:160 #### Returns -`Promise`<`string`\> +`Promise`\<`string`\> #### Inherited from @@ -1895,7 +1655,7 @@ FastifyInstance.listen #### Defined in -node_modules/fastify/types/instance.d.ts:161 +node_modules/fastify/types/instance.d.ts:168 ▸ **listen**(`callback`): `void` @@ -1915,18 +1675,10 @@ FastifyInstance.listen #### Defined in -node_modules/fastify/types/instance.d.ts:162 +node_modules/fastify/types/instance.d.ts:169 ▸ **listen**(`port`, `address`, `backlog`, `callback`): `void` -**`Deprecated`** - -Variadic listen method is deprecated. Please use `.listen(optionsObject, callback)` instead. The variadic signature will be removed in `fastify@5` - -**`See`** - -https://github.com/fastify/fastify/pull/3712 - #### Parameters | Name | Type | @@ -1940,23 +1692,23 @@ https://github.com/fastify/fastify/pull/3712 `void` -#### Inherited from +**`Deprecated`** -FastifyInstance.listen +Variadic listen method is deprecated. Please use `.listen(optionsObject, callback)` instead. The variadic signature will be removed in `fastify@5` -#### Defined in +**`See`** -node_modules/fastify/types/instance.d.ts:168 +https://github.com/fastify/fastify/pull/3712 -▸ **listen**(`port`, `address`, `callback`): `void` +#### Inherited from -**`Deprecated`** +FastifyInstance.listen -Variadic listen method is deprecated. Please use `.listen(optionsObject, callback)` instead. The variadic signature will be removed in `fastify@5` +#### Defined in -**`See`** +node_modules/fastify/types/instance.d.ts:175 -https://github.com/fastify/fastify/pull/3712 +▸ **listen**(`port`, `address`, `callback`): `void` #### Parameters @@ -1970,23 +1722,23 @@ https://github.com/fastify/fastify/pull/3712 `void` -#### Inherited from +**`Deprecated`** -FastifyInstance.listen +Variadic listen method is deprecated. Please use `.listen(optionsObject, callback)` instead. The variadic signature will be removed in `fastify@5` -#### Defined in +**`See`** -node_modules/fastify/types/instance.d.ts:173 +https://github.com/fastify/fastify/pull/3712 -▸ **listen**(`port`, `callback`): `void` +#### Inherited from -**`Deprecated`** +FastifyInstance.listen -Variadic listen method is deprecated. Please use `.listen(optionsObject, callback)` instead. The variadic signature will be removed in `fastify@5` +#### Defined in -**`See`** +node_modules/fastify/types/instance.d.ts:180 -https://github.com/fastify/fastify/pull/3712 +▸ **listen**(`port`, `callback`): `void` #### Parameters @@ -1999,23 +1751,23 @@ https://github.com/fastify/fastify/pull/3712 `void` -#### Inherited from +**`Deprecated`** -FastifyInstance.listen +Variadic listen method is deprecated. Please use `.listen(optionsObject, callback)` instead. The variadic signature will be removed in `fastify@5` -#### Defined in +**`See`** -node_modules/fastify/types/instance.d.ts:178 +https://github.com/fastify/fastify/pull/3712 -▸ **listen**(`port`, `address?`, `backlog?`): `Promise`<`string`\> +#### Inherited from -**`Deprecated`** +FastifyInstance.listen -Variadic listen method is deprecated. Please use `.listen(optionsObject)` instead. The variadic signature will be removed in `fastify@5` +#### Defined in -**`See`** +node_modules/fastify/types/instance.d.ts:185 -https://github.com/fastify/fastify/pull/3712 +▸ **listen**(`port`, `address?`, `backlog?`): `Promise`\<`string`\> #### Parameters @@ -2027,7 +1779,15 @@ https://github.com/fastify/fastify/pull/3712 #### Returns -`Promise`<`string`\> +`Promise`\<`string`\> + +**`Deprecated`** + +Variadic listen method is deprecated. Please use `.listen(optionsObject)` instead. The variadic signature will be removed in `fastify@5` + +**`See`** + +https://github.com/fastify/fastify/pull/3712 #### Inherited from @@ -2035,7 +1795,7 @@ FastifyInstance.listen #### Defined in -node_modules/fastify/types/instance.d.ts:183 +node_modules/fastify/types/instance.d.ts:190 ___ @@ -2045,10 +1805,6 @@ ___ Manual cookie parsing method -**`Docs`** - -https://github.com/fastify/fastify-cookie#manual-cookie-parsing - #### Parameters | Name | Type | Description | @@ -2059,6 +1815,10 @@ https://github.com/fastify/fastify-cookie#manual-cookie-parsing `Object` +**`Docs`** + +https://github.com/fastify/fastify-cookie#manual-cookie-parsing + #### Inherited from FastifyInstance.parseCookie @@ -2085,7 +1845,7 @@ FastifyInstance.printPlugins #### Defined in -node_modules/fastify/types/instance.d.ts:619 +node_modules/fastify/types/instance.d.ts:569 ___ @@ -2111,17 +1871,17 @@ FastifyInstance.printRoutes #### Defined in -node_modules/fastify/types/instance.d.ts:614 +node_modules/fastify/types/instance.d.ts:564 ___ ### ready -▸ **ready**(): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> & `PromiseLike`<`undefined`\> +▸ **ready**(): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> & `PromiseLike`\<`undefined`\> #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> & `PromiseLike`<`undefined`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> & `PromiseLike`\<`undefined`\> #### Inherited from @@ -2129,9 +1889,9 @@ FastifyInstance.ready #### Defined in -node_modules/fastify/types/instance.d.ts:185 +node_modules/fastify/types/instance.d.ts:192 -▸ **ready**(`readyListener`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **ready**(`readyListener`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Parameters @@ -2141,7 +1901,7 @@ node_modules/fastify/types/instance.d.ts:185 #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -2149,13 +1909,13 @@ FastifyInstance.ready #### Defined in -node_modules/fastify/types/instance.d.ts:186 +node_modules/fastify/types/instance.d.ts:193 ___ ### route -▸ **route**<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`\>(`opts`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **route**\<`RouteGeneric`, `ContextConfig`, `SchemaCompiler`\>(`opts`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Type parameters @@ -2169,11 +1929,11 @@ ___ | Name | Type | | :------ | :------ | -| `opts` | `RouteOptions`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `FastifyBaseLogger`\> | +| `opts` | `RouteOptions`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `FastifyTypeProviderDefault`, `FastifyBaseLogger`\> | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -2181,7 +1941,7 @@ FastifyInstance.route #### Defined in -node_modules/fastify/types/instance.d.ts:194 +node_modules/fastify/types/instance.d.ts:201 ___ @@ -2194,7 +1954,7 @@ ___ | Name | Type | | :------ | :------ | | `req` | `IncomingMessage` | -| `res` | `ServerResponse`<`IncomingMessage`\> | +| `res` | `ServerResponse`\<`IncomingMessage`\> | #### Returns @@ -2206,7 +1966,7 @@ FastifyInstance.routing #### Defined in -node_modules/fastify/types/instance.d.ts:190 +node_modules/fastify/types/instance.d.ts:197 ___ @@ -2216,10 +1976,6 @@ ___ Serialize a cookie name-value pair into a Set-Cookie header string -**`Throws`** - -When maxAge option is invalid - #### Parameters | Name | Type | Description | @@ -2232,6 +1988,10 @@ When maxAge option is invalid `string` +**`Throws`** + +When maxAge option is invalid + #### Inherited from FastifyInstance.serializeCookie @@ -2242,6 +2002,46 @@ node_modules/@fastify/cookie/types/plugin.d.ts:14 ___ +### setChildLoggerFactory + +▸ **setChildLoggerFactory**(`factory`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> + +Hook function that is called when creating a child logger instance for each request +which allows for modifying or adding child logger bindings and logger options, or +returning a completely custom child logger implementation. + +Child logger bindings have a performance advantage over per-log bindings, because +they are pre-serialised by Pino when the child logger is created. + +For example: +``` +function childLoggerFactory(logger, bindings, opts, rawReq) { + // Calculate additional bindings from the request + bindings.traceContext = rawReq.headers['x-cloud-trace-context'] + return logger.child(bindings, opts); +} +``` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `factory` | `FastifyChildLoggerFactory`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | + +#### Returns + +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> + +#### Inherited from + +FastifyInstance.setChildLoggerFactory + +#### Defined in + +node_modules/fastify/types/instance.d.ts:503 + +___ + ### setDefaultRoute ▸ **setDefaultRoute**(`defaultRoute`): `void` @@ -2250,7 +2050,7 @@ ___ | Name | Type | | :------ | :------ | -| `defaultRoute` | `DefaultRoute`<`IncomingMessage`, `ServerResponse`<`IncomingMessage`\>\> | +| `defaultRoute` | `DefaultRoute`\<`IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>\> | #### Returns @@ -2262,13 +2062,13 @@ FastifyInstance.setDefaultRoute #### Defined in -node_modules/fastify/types/instance.d.ts:192 +node_modules/fastify/types/instance.d.ts:199 ___ ### setErrorHandler -▸ **setErrorHandler**<`TError`, `RouteGeneric`, `SchemaCompiler`, `TypeProvider`\>(`handler`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> +▸ **setErrorHandler**\<`TError`, `RouteGeneric`, `SchemaCompiler`, `TypeProvider`\>(`handler`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> Set a function that will be called whenever an error happens @@ -2285,11 +2085,11 @@ Set a function that will be called whenever an error happens | Name | Type | | :------ | :------ | -| `handler` | (`this`: `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\>, `error`: `TError`, `request`: `FastifyRequest`<`RouteGeneric`, `RawServerDefault`, `IncomingMessage`, `SchemaCompiler`, `TypeProvider`, `unknown`, `FastifyBaseLogger`, `ResolveFastifyRequestType`<`TypeProvider`, `SchemaCompiler`, `RouteGeneric`\>\>, `reply`: `FastifyReply`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `unknown`, `SchemaCompiler`, `TypeProvider`, `UndefinedToUnknown`<`KeysOf`<`RouteGeneric`[``"Reply"``]\> extends `never` ? `ResolveReplyFromSchemaCompiler`<`TypeProvider`, `SchemaCompiler`\> : `RouteGeneric`[``"Reply"``]\>\>) => `any` | +| `handler` | (`this`: `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\>, `error`: `TError`, `request`: `FastifyRequest`\<`RouteGeneric`, `RawServerDefault`, `IncomingMessage`, `SchemaCompiler`, `TypeProvider`, `unknown`, `FastifyBaseLogger`, `ResolveFastifyRequestType`\<`TypeProvider`, `SchemaCompiler`, `RouteGeneric`\>\>, `reply`: `FastifyReply`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `unknown`, `SchemaCompiler`, `TypeProvider`, `UndefinedToUnknown`\<`KeysOf`\<`RouteGeneric`[``"Reply"``]\> extends `never` ? `ResolveReplyFromSchemaCompiler`\<`TypeProvider`, `SchemaCompiler`\> : `RouteGeneric`[``"Reply"``]\>\>) => `any` | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> #### Inherited from @@ -2297,13 +2097,13 @@ FastifyInstance.setErrorHandler #### Defined in -node_modules/fastify/types/instance.d.ts:551 +node_modules/fastify/types/instance.d.ts:475 ___ ### setNotFoundHandler -▸ **setNotFoundHandler**<`RouteGeneric`, `TypeProvider`, `SchemaCompiler`\>(`handler`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> +▸ **setNotFoundHandler**\<`RouteGeneric`, `ContextConfig`, `TypeProvider`, `SchemaCompiler`\>(`handler`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> Set the 404 handler @@ -2312,6 +2112,7 @@ Set the 404 handler | Name | Type | | :------ | :------ | | `RouteGeneric` | extends `RouteGenericInterface` = `RouteGenericInterface` | +| `ContextConfig` | extends `unknown` = `unknown` | | `TypeProvider` | extends `FastifyTypeProvider` = `FastifyTypeProviderDefault` | | `SchemaCompiler` | extends `FastifySchema` = `FastifySchema` | @@ -2319,11 +2120,11 @@ Set the 404 handler | Name | Type | | :------ | :------ | -| `handler` | (`request`: `FastifyRequest`<`RouteGeneric`, `RawServerDefault`, `IncomingMessage`, `SchemaCompiler`, `TypeProvider`, `unknown`, `FastifyBaseLogger`, `ResolveFastifyRequestType`<`TypeProvider`, `SchemaCompiler`, `RouteGeneric`\>\>, `reply`: `FastifyReply`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `unknown`, `SchemaCompiler`, `TypeProvider`, `UndefinedToUnknown`<`KeysOf`<`RouteGeneric`[``"Reply"``]\> extends `never` ? `ResolveReplyFromSchemaCompiler`<`TypeProvider`, `SchemaCompiler`\> : `RouteGeneric`[``"Reply"``]\>\>) => `void` \| `Promise`<`void` \| `RouteGeneric`[``"Reply"``]\> | +| `handler` | `RouteHandlerMethod`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `TypeProvider`, `FastifyBaseLogger`\> | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> #### Inherited from @@ -2331,9 +2132,9 @@ FastifyInstance.setNotFoundHandler #### Defined in -node_modules/fastify/types/instance.d.ts:531 +node_modules/fastify/types/instance.d.ts:455 -▸ **setNotFoundHandler**<`RouteGeneric`, `ContextConfig`, `TypeProvider`, `SchemaCompiler`\>(`opts`, `handler`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> +▸ **setNotFoundHandler**\<`RouteGeneric`, `ContextConfig`, `TypeProvider`, `SchemaCompiler`\>(`opts`, `handler`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> #### Type parameters @@ -2349,13 +2150,13 @@ node_modules/fastify/types/instance.d.ts:531 | Name | Type | | :------ | :------ | | `opts` | `Object` | -| `opts.preHandler?` | `preHandlerHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `TypeProvider`, `FastifyBaseLogger`\> \| `preHandlerHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `TypeProvider`, `FastifyBaseLogger`\>[] | -| `opts.preValidation?` | `preValidationHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `TypeProvider`, `FastifyBaseLogger`\> \| `preValidationHookHandler`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `TypeProvider`, `FastifyBaseLogger`\>[] | -| `handler` | (`request`: `FastifyRequest`<`RouteGeneric`, `RawServerDefault`, `IncomingMessage`, `SchemaCompiler`, `TypeProvider`, `unknown`, `FastifyBaseLogger`, `ResolveFastifyRequestType`<`TypeProvider`, `SchemaCompiler`, `RouteGeneric`\>\>, `reply`: `FastifyReply`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `RouteGeneric`, `unknown`, `SchemaCompiler`, `TypeProvider`, `UndefinedToUnknown`<`KeysOf`<`RouteGeneric`[``"Reply"``]\> extends `never` ? `ResolveReplyFromSchemaCompiler`<`TypeProvider`, `SchemaCompiler`\> : `RouteGeneric`[``"Reply"``]\>\>) => `void` \| `Promise`<`void` \| `RouteGeneric`[``"Reply"``]\> | +| `opts.preHandler?` | `preHandlerHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `TypeProvider`, `FastifyBaseLogger`\> \| `preHandlerHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `TypeProvider`, `FastifyBaseLogger`\>[] | +| `opts.preValidation?` | `preValidationHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `TypeProvider`, `FastifyBaseLogger`\> \| `preValidationHookHandler`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `TypeProvider`, `FastifyBaseLogger`\>[] | +| `handler` | `RouteHandlerMethod`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `RouteGeneric`, `ContextConfig`, `SchemaCompiler`, `TypeProvider`, `FastifyBaseLogger`\> | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeProvider`\> #### Inherited from @@ -2363,13 +2164,13 @@ FastifyInstance.setNotFoundHandler #### Defined in -node_modules/fastify/types/instance.d.ts:535 +node_modules/fastify/types/instance.d.ts:459 ___ ### setReplySerializer -▸ **setReplySerializer**(`replySerializer`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **setReplySerializer**(`replySerializer`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> Set the reply serializer for all routes. @@ -2381,7 +2182,7 @@ Set the reply serializer for all routes. #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -2389,13 +2190,13 @@ FastifyInstance.setReplySerializer #### Defined in -node_modules/fastify/types/instance.d.ts:583 +node_modules/fastify/types/instance.d.ts:533 ___ ### setSchemaController -▸ **setSchemaController**(`schemaControllerOpts`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **setSchemaController**(`schemaControllerOpts`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> Set the schema controller for all routes. @@ -2407,7 +2208,7 @@ Set the schema controller for all routes. #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -2415,13 +2216,13 @@ FastifyInstance.setSchemaController #### Defined in -node_modules/fastify/types/instance.d.ts:578 +node_modules/fastify/types/instance.d.ts:528 ___ ### setSchemaErrorFormatter -▸ **setSchemaErrorFormatter**(`errorFormatter`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **setSchemaErrorFormatter**(`errorFormatter`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Parameters @@ -2431,7 +2232,7 @@ ___ #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -2439,13 +2240,13 @@ FastifyInstance.setSchemaErrorFormatter #### Defined in -node_modules/fastify/types/instance.d.ts:588 +node_modules/fastify/types/instance.d.ts:538 ___ ### setSerializerCompiler -▸ **setSerializerCompiler**<`T`\>(`schemaCompiler`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **setSerializerCompiler**\<`T`\>(`schemaCompiler`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> Set the schema serializer for all routes. @@ -2459,11 +2260,11 @@ Set the schema serializer for all routes. | Name | Type | | :------ | :------ | -| `schemaCompiler` | `FastifySerializerCompiler`<`T`\> | +| `schemaCompiler` | `FastifySerializerCompiler`\<`T`\> | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -2471,13 +2272,13 @@ FastifyInstance.setSerializerCompiler #### Defined in -node_modules/fastify/types/instance.d.ts:573 +node_modules/fastify/types/instance.d.ts:523 ___ ### setValidatorCompiler -▸ **setValidatorCompiler**<`T`\>(`schemaCompiler`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **setValidatorCompiler**\<`T`\>(`schemaCompiler`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> Set the schema validator for all routes. @@ -2491,11 +2292,11 @@ Set the schema validator for all routes. | Name | Type | | :------ | :------ | -| `schemaCompiler` | `FastifySchemaCompiler`<`T`\> | +| `schemaCompiler` | `FastifySchemaCompiler`\<`T`\> | #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Inherited from @@ -2503,7 +2304,7 @@ FastifyInstance.setValidatorCompiler #### Defined in -node_modules/fastify/types/instance.d.ts:563 +node_modules/fastify/types/instance.d.ts:513 ___ @@ -2561,7 +2362,7 @@ ___ ### withTypeProvider -▸ **withTypeProvider**<`Provider`\>(): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `Provider`\> +▸ **withTypeProvider**\<`Provider`\>(): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `Provider`\> #### Type parameters @@ -2571,7 +2372,7 @@ ___ #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `Provider`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `Provider`\> #### Inherited from @@ -2579,4 +2380,4 @@ FastifyInstance.withTypeProvider #### Defined in -node_modules/fastify/types/instance.d.ts:131 +node_modules/fastify/types/instance.d.ts:133 diff --git a/docs/developer/api-docs/modules.md b/docs/developer/api-docs/modules.md index 961c236de..162f74729 100644 --- a/docs/developer/api-docs/modules.md +++ b/docs/developer/api-docs/modules.md @@ -3,7 +3,6 @@ sidebar_position: 2 sidebar_label: Table of Contents --- # Api Code Documentation - [Api Code Documentation](README.md) / Exports ## Table of contents @@ -102,8 +101,7 @@ sidebar_label: Table of Contents - [service/RpcResponse.h](modules/service_RpcResponse_h.md) - [service/cache](modules/service_cache.md) - [service/cache2](modules/service_cache2.md) -- [service/cache2-backwards-compatibility.spec](modules/service_cache2_backwards_compatibility_spec.md) -- [service/cache2.spec](modules/service_cache2_spec.md) +- [service/cache\_snapshot](modules/service_cache_snapshot.md) - [service/conn](modules/service_conn.md) - [service/createkeypairs](modules/service_createkeypairs.md) - [service/document\_get](modules/service_document_get.md) @@ -263,6 +261,8 @@ sidebar_label: Table of Contents - [service/domain/workflow/project\_projected\_budget\_update](modules/service_domain_workflow_project_projected_budget_update.md) - [service/domain/workflow/project\_projected\_budget\_update.spec](modules/service_domain_workflow_project_projected_budget_update_spec.md) - [service/domain/workflow/project\_projected\_budget\_updated](modules/service_domain_workflow_project_projected_budget_updated.md) +- [service/domain/workflow/project\_snapshot\_publish](modules/service_domain_workflow_project_snapshot_publish.md) +- [service/domain/workflow/project\_snapshot\_published](modules/service_domain_workflow_project_snapshot_published.md) - [service/domain/workflow/project\_trace\_event](modules/service_domain_workflow_project_trace_event.md) - [service/domain/workflow/project\_update](modules/service_domain_workflow_project_update.md) - [service/domain/workflow/project\_update.spec](modules/service_domain_workflow_project_update_spec.md) @@ -299,6 +299,8 @@ sidebar_label: Table of Contents - [service/domain/workflow/subproject\_projected\_budget\_update](modules/service_domain_workflow_subproject_projected_budget_update.md) - [service/domain/workflow/subproject\_projected\_budget\_update.spec](modules/service_domain_workflow_subproject_projected_budget_update_spec.md) - [service/domain/workflow/subproject\_projected\_budget\_updated](modules/service_domain_workflow_subproject_projected_budget_updated.md) +- [service/domain/workflow/subproject\_snapshot\_publish](modules/service_domain_workflow_subproject_snapshot_publish.md) +- [service/domain/workflow/subproject\_snapshot\_published](modules/service_domain_workflow_subproject_snapshot_published.md) - [service/domain/workflow/subproject\_trace\_event](modules/service_domain_workflow_subproject_trace_event.md) - [service/domain/workflow/subproject\_update](modules/service_domain_workflow_subproject_update.md) - [service/domain/workflow/subproject\_update.spec](modules/service_domain_workflow_subproject_update_spec.md) @@ -335,6 +337,8 @@ sidebar_label: Table of Contents - [service/domain/workflow/workflowitem\_permission\_revoked](modules/service_domain_workflow_workflowitem_permission_revoked.md) - [service/domain/workflow/workflowitem\_permissions\_list](modules/service_domain_workflow_workflowitem_permissions_list.md) - [service/domain/workflow/workflowitem\_permissions\_list.spec](modules/service_domain_workflow_workflowitem_permissions_list_spec.md) +- [service/domain/workflow/workflowitem\_snapshot\_publish](modules/service_domain_workflow_workflowitem_snapshot_publish.md) +- [service/domain/workflow/workflowitem\_snapshot\_published](modules/service_domain_workflow_workflowitem_snapshot_published.md) - [service/domain/workflow/workflowitem\_trace\_event](modules/service_domain_workflow_workflowitem_trace_event.md) - [service/domain/workflow/workflowitem\_update](modules/service_domain_workflow_workflowitem_update.md) - [service/domain/workflow/workflowitem\_update.spec](modules/service_domain_workflow_workflowitem_update_spec.md) @@ -368,6 +372,7 @@ sidebar_label: Table of Contents - [service/notification\_mark\_read](modules/service_notification_mark_read.md) - [service/password](modules/service_password.md) - [service/project\_assign](modules/service_project_assign.md) +- [service/project\_cache\_helper](modules/service_project_cache_helper.md) - [service/project\_close](modules/service_project_close.md) - [service/project\_create](modules/service_project_create.md) - [service/project\_get](modules/service_project_get.md) @@ -389,6 +394,7 @@ sidebar_label: Table of Contents - [service/storage\_service\_url\_update](modules/service_storage_service_url_update.md) - [service/store](modules/service_store.md) - [service/subproject\_assign](modules/service_subproject_assign.md) +- [service/subproject\_cache\_helper](modules/service_subproject_cache_helper.md) - [service/subproject\_close](modules/service_subproject_close.md) - [service/subproject\_create](modules/service_subproject_create.md) - [service/subproject\_get](modules/service_subproject_get.md) @@ -410,6 +416,7 @@ sidebar_label: Table of Contents - [service/user\_permission\_revoke](modules/service_user_permission_revoke.md) - [service/user\_permissions\_list](modules/service_user_permissions_list.md) - [service/workflowitem\_assign](modules/service_workflowitem_assign.md) +- [service/workflowitem\_cache\_helper](modules/service_workflowitem_cache_helper.md) - [service/workflowitem\_close](modules/service_workflowitem_close.md) - [service/workflowitem\_create](modules/service_workflowitem_create.md) - [service/workflowitem\_document\_download](modules/service_workflowitem_document_download.md) diff --git a/docs/developer/api-docs/modules/authz.md b/docs/developer/api-docs/modules/authz.md index 9fcddb598..2f2d1e3af 100644 --- a/docs/developer/api-docs/modules/authz.md +++ b/docs/developer/api-docs/modules/authz.md @@ -1,5 +1,4 @@ # authz - [Api Code Documentation](../README.md) / [Exports](../modules.md) / authz ## Table of contents @@ -16,7 +15,7 @@ ### authorized -▸ **authorized**(`token`, `intent`): (`resourcePermissions`: [`Permissions`](authz_types.md#permissions)) => `Promise`<`undefined`\> +▸ **authorized**(`token`, `intent`): (`resourcePermissions`: [`Permissions`](authz_types.md#permissions)) => `Promise`\<`undefined`\> #### Parameters @@ -29,7 +28,7 @@ `fn` -▸ (`resourcePermissions`): `Promise`<`undefined`\> +▸ (`resourcePermissions`): `Promise`\<`undefined`\> ##### Parameters @@ -39,11 +38,11 @@ ##### Returns -`Promise`<`undefined`\> +`Promise`\<`undefined`\> #### Defined in -[src/authz/index.ts:68](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/index.ts#L68) +[src/authz/index.ts:68](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/index.ts#L68) ___ @@ -64,7 +63,7 @@ ___ #### Defined in -[src/authz/index.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/index.ts#L20) +[src/authz/index.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/index.ts#L20) ___ @@ -86,7 +85,7 @@ ___ #### Defined in -[src/authz/index.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/index.ts#L16) +[src/authz/index.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/index.ts#L16) ___ @@ -107,13 +106,13 @@ ___ #### Defined in -[src/authz/index.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/index.ts#L13) +[src/authz/index.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/index.ts#L13) ___ ### throwIfUnauthorized -▸ **throwIfUnauthorized**(`token`, `intent`, `permissions`): `Promise`<`undefined`\> +▸ **throwIfUnauthorized**(`token`, `intent`, `permissions`): `Promise`\<`undefined`\> #### Parameters @@ -125,8 +124,8 @@ ___ #### Returns -`Promise`<`undefined`\> +`Promise`\<`undefined`\> #### Defined in -[src/authz/index.ts:77](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/index.ts#L77) +[src/authz/index.ts:77](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/index.ts#L77) diff --git a/docs/developer/api-docs/modules/authz_history.md b/docs/developer/api-docs/modules/authz_history.md index 0991912ca..b601116a4 100644 --- a/docs/developer/api-docs/modules/authz_history.md +++ b/docs/developer/api-docs/modules/authz_history.md @@ -1,5 +1,4 @@ # authz/history - [Api Code Documentation](../README.md) / [Exports](../modules.md) / authz/history ## Table of contents @@ -27,4 +26,4 @@ #### Defined in -[src/authz/history.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/history.ts#L29) +[src/authz/history.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/history.ts#L29) diff --git a/docs/developer/api-docs/modules/authz_intents.md b/docs/developer/api-docs/modules/authz_intents.md index 510912afe..0dbd33276 100644 --- a/docs/developer/api-docs/modules/authz_intents.md +++ b/docs/developer/api-docs/modules/authz_intents.md @@ -1,5 +1,4 @@ # authz/intents - [Api Code Documentation](../README.md) / [Exports](../modules.md) / authz/intents ## Table of contents @@ -25,11 +24,11 @@ ### ExposableIntent -Ƭ **ExposableIntent**: `Exclude`<[`default`](authz_intents.md#default), ``"project.close"`` \| ``"subproject.close"`` \| ``"workflowitem.close"``\> +Ƭ **ExposableIntent**: `Exclude`\<[`default`](authz_intents.md#default), ``"project.close"`` \| ``"subproject.close"`` \| ``"workflowitem.close"``\> #### Defined in -[src/authz/intents.ts:1](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L1) +[src/authz/intents.ts:1](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L1) ___ @@ -39,7 +38,7 @@ ___ #### Defined in -[src/authz/intents.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L6) +[src/authz/intents.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L6) ## Variables @@ -49,7 +48,7 @@ ___ #### Defined in -[src/authz/intents.ts:169](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L169) +[src/authz/intents.ts:169](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L169) ___ @@ -59,7 +58,7 @@ ___ #### Defined in -[src/authz/intents.ts:70](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L70) +[src/authz/intents.ts:70](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L70) ___ @@ -69,7 +68,7 @@ ___ #### Defined in -[src/authz/intents.ts:125](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L125) +[src/authz/intents.ts:125](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L125) ___ @@ -79,7 +78,7 @@ ___ #### Defined in -[src/authz/intents.ts:127](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L127) +[src/authz/intents.ts:127](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L127) ___ @@ -89,7 +88,7 @@ ___ #### Defined in -[src/authz/intents.ts:142](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L142) +[src/authz/intents.ts:142](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L142) ___ @@ -99,7 +98,7 @@ ___ #### Defined in -[src/authz/intents.ts:93](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L93) +[src/authz/intents.ts:93](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L93) ___ @@ -109,7 +108,7 @@ ___ #### Defined in -[src/authz/intents.ts:114](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L114) +[src/authz/intents.ts:114](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L114) ___ @@ -119,7 +118,7 @@ ___ #### Defined in -[src/authz/intents.ts:116](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L116) +[src/authz/intents.ts:116](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L116) ___ @@ -129,4 +128,4 @@ ___ #### Defined in -[src/authz/intents.ts:158](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/intents.ts#L158) +[src/authz/intents.ts:158](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/intents.ts#L158) diff --git a/docs/developer/api-docs/modules/authz_token.md b/docs/developer/api-docs/modules/authz_token.md index 994af456e..c41c63408 100644 --- a/docs/developer/api-docs/modules/authz_token.md +++ b/docs/developer/api-docs/modules/authz_token.md @@ -1,5 +1,4 @@ # authz/token - [Api Code Documentation](../README.md) / [Exports](../modules.md) / authz/token ## Table of contents diff --git a/docs/developer/api-docs/modules/authz_types.md b/docs/developer/api-docs/modules/authz_types.md index 6768af796..2d0ead571 100644 --- a/docs/developer/api-docs/modules/authz_types.md +++ b/docs/developer/api-docs/modules/authz_types.md @@ -1,5 +1,4 @@ # authz/types - [Api Code Documentation](../README.md) / [Exports](../modules.md) / authz/types ## Table of contents @@ -23,7 +22,7 @@ #### Defined in -[src/authz/types.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/types.ts#L5) +[src/authz/types.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/types.ts#L5) ___ @@ -33,17 +32,17 @@ ___ #### Defined in -[src/authz/types.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/types.ts#L6) +[src/authz/types.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/types.ts#L6) ___ ### Permissions -Ƭ **Permissions**: { [key in default]?: People } +Ƭ **Permissions**: \{ [key in default]?: People } #### Defined in -[src/authz/types.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/types.ts#L8) +[src/authz/types.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/types.ts#L8) ___ @@ -53,4 +52,4 @@ ___ #### Defined in -[src/authz/types.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/authz/types.ts#L4) +[src/authz/types.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/authz/types.ts#L4) diff --git a/docs/developer/api-docs/modules/config.md b/docs/developer/api-docs/modules/config.md index e94dc3ea0..678a85b2d 100644 --- a/docs/developer/api-docs/modules/config.md +++ b/docs/developer/api-docs/modules/config.md @@ -1,5 +1,4 @@ # config - [Api Code Documentation](../README.md) / [Exports](../modules.md) / config ## Table of contents @@ -21,7 +20,7 @@ #### Defined in -[src/config.ts:86](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/config.ts#L86) +[src/config.ts:88](https://github.com/openkfw/TruBudget/blob/92640998/api/src/config.ts#L88) ## Functions @@ -31,17 +30,17 @@ Gets the configuration used to start the API -**`Not Exported`** - #### Returns `Config` the configuration Config +**`Not Exported`** + #### Defined in -[src/config.ts:181](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/config.ts#L181) +[src/config.ts:184](https://github.com/openkfw/TruBudget/blob/92640998/api/src/config.ts#L184) ___ @@ -59,4 +58,4 @@ true if the current environment is a production environment. otherwise false #### Defined in -[src/config.ts:207](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/config.ts#L207) +[src/config.ts:210](https://github.com/openkfw/TruBudget/blob/92640998/api/src/config.ts#L210) diff --git a/docs/developer/api-docs/modules/error.md b/docs/developer/api-docs/modules/error.md index c43029fb9..8b6cc7e1d 100644 --- a/docs/developer/api-docs/modules/error.md +++ b/docs/developer/api-docs/modules/error.md @@ -1,5 +1,4 @@ # error - [Api Code Documentation](../README.md) / [Exports](../modules.md) / error ## Table of contents @@ -36,4 +35,4 @@ Error type representing an internal TruBudget Error #### Defined in -[src/error.ts:96](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/error.ts#L96) +[src/error.ts:96](https://github.com/openkfw/TruBudget/blob/92640998/api/src/error.ts#L96) diff --git a/docs/developer/api-docs/modules/global_permission_grant.md b/docs/developer/api-docs/modules/global_permission_grant.md index bc2a614f8..5e7aa4327 100644 --- a/docs/developer/api-docs/modules/global_permission_grant.md +++ b/docs/developer/api-docs/modules/global_permission_grant.md @@ -1,5 +1,4 @@ # global\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / global\_permission\_grant ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/global.gra #### Defined in -[src/global_permission_grant.ts:117](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/global_permission_grant.ts#L117) +[src/global_permission_grant.ts:117](https://github.com/openkfw/TruBudget/blob/92640998/api/src/global_permission_grant.ts#L117) diff --git a/docs/developer/api-docs/modules/global_permission_revoke.md b/docs/developer/api-docs/modules/global_permission_revoke.md index 033dc6a1f..bc316f50b 100644 --- a/docs/developer/api-docs/modules/global_permission_revoke.md +++ b/docs/developer/api-docs/modules/global_permission_revoke.md @@ -1,5 +1,4 @@ # global\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / global\_permission\_revoke ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/global.rev #### Defined in -[src/global_permission_revoke.ts:117](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/global_permission_revoke.ts#L117) +[src/global_permission_revoke.ts:117](https://github.com/openkfw/TruBudget/blob/92640998/api/src/global_permission_revoke.ts#L117) diff --git a/docs/developer/api-docs/modules/global_permissions_grant_all.md b/docs/developer/api-docs/modules/global_permissions_grant_all.md index 4a79307c6..ab88458e5 100644 --- a/docs/developer/api-docs/modules/global_permissions_grant_all.md +++ b/docs/developer/api-docs/modules/global_permissions_grant_all.md @@ -1,5 +1,4 @@ # global\_permissions\_grant\_all - [Api Code Documentation](../README.md) / [Exports](../modules.md) / global\_permissions\_grant\_all ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/global.gra #### Defined in -[src/global_permissions_grant_all.ts:119](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/global_permissions_grant_all.ts#L119) +[src/global_permissions_grant_all.ts:119](https://github.com/openkfw/TruBudget/blob/92640998/api/src/global_permissions_grant_all.ts#L119) diff --git a/docs/developer/api-docs/modules/global_permissions_list.md b/docs/developer/api-docs/modules/global_permissions_list.md index fa5821800..74130342e 100644 --- a/docs/developer/api-docs/modules/global_permissions_list.md +++ b/docs/developer/api-docs/modules/global_permissions_list.md @@ -1,5 +1,4 @@ # global\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / global\_permissions\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/global.lis #### Defined in -[src/global_permissions_list.ts:63](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/global_permissions_list.ts#L63) +[src/global_permissions_list.ts:63](https://github.com/openkfw/TruBudget/blob/92640998/api/src/global_permissions_list.ts#L63) diff --git a/docs/developer/api-docs/modules/group_create.md b/docs/developer/api-docs/modules/group_create.md index 2b7c6efb1..38f47a770 100644 --- a/docs/developer/api-docs/modules/group_create.md +++ b/docs/developer/api-docs/modules/group_create.md @@ -1,5 +1,4 @@ # group\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / group\_create ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/global.cre #### Defined in -[src/group_create.ts:164](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/group_create.ts#L164) +[src/group_create.ts:164](https://github.com/openkfw/TruBudget/blob/92640998/api/src/group_create.ts#L164) diff --git a/docs/developer/api-docs/modules/group_list.md b/docs/developer/api-docs/modules/group_list.md index a17a446a1..1863acd3f 100644 --- a/docs/developer/api-docs/modules/group_list.md +++ b/docs/developer/api-docs/modules/group_list.md @@ -1,5 +1,4 @@ # group\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / group\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/group.list #### Defined in -[src/group_list.ts:88](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/group_list.ts#L88) +[src/group_list.ts:88](https://github.com/openkfw/TruBudget/blob/92640998/api/src/group_list.ts#L88) diff --git a/docs/developer/api-docs/modules/group_member_add.md b/docs/developer/api-docs/modules/group_member_add.md index c82dd250e..c8f68d550 100644 --- a/docs/developer/api-docs/modules/group_member_add.md +++ b/docs/developer/api-docs/modules/group_member_add.md @@ -1,5 +1,4 @@ # group\_member\_add - [Api Code Documentation](../README.md) / [Exports](../modules.md) / group\_member\_add ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/group.addU #### Defined in -[src/group_member_add.ts:122](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/group_member_add.ts#L122) +[src/group_member_add.ts:122](https://github.com/openkfw/TruBudget/blob/92640998/api/src/group_member_add.ts#L122) diff --git a/docs/developer/api-docs/modules/group_member_remove.md b/docs/developer/api-docs/modules/group_member_remove.md index fd96b93f7..98fcced18 100644 --- a/docs/developer/api-docs/modules/group_member_remove.md +++ b/docs/developer/api-docs/modules/group_member_remove.md @@ -1,5 +1,4 @@ # group\_member\_remove - [Api Code Documentation](../README.md) / [Exports](../modules.md) / group\_member\_remove ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/group.remo #### Defined in -[src/group_member_remove.ts:121](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/group_member_remove.ts#L121) +[src/group_member_remove.ts:121](https://github.com/openkfw/TruBudget/blob/92640998/api/src/group_member_remove.ts#L121) diff --git a/docs/developer/api-docs/modules/group_permissions_list.md b/docs/developer/api-docs/modules/group_permissions_list.md index 095611c67..7f2c2050b 100644 --- a/docs/developer/api-docs/modules/group_permissions_list.md +++ b/docs/developer/api-docs/modules/group_permissions_list.md @@ -1,5 +1,4 @@ # group\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / group\_permissions\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/group.inte #### Defined in -[src/group_permissions_list.ts:85](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/group_permissions_list.ts#L85) +[src/group_permissions_list.ts:85](https://github.com/openkfw/TruBudget/blob/92640998/api/src/group_permissions_list.ts#L85) diff --git a/docs/developer/api-docs/modules/handlerUtils.md b/docs/developer/api-docs/modules/handlerUtils.md index a3bef380b..863a96c68 100644 --- a/docs/developer/api-docs/modules/handlerUtils.md +++ b/docs/developer/api-docs/modules/handlerUtils.md @@ -1,5 +1,4 @@ # handlerUtils - [Api Code Documentation](../README.md) / [Exports](../modules.md) / handlerUtils ## Table of contents @@ -26,4 +25,4 @@ #### Defined in -[src/handlerUtils.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/handlerUtils.ts#L4) +[src/handlerUtils.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/handlerUtils.ts#L4) diff --git a/docs/developer/api-docs/modules/http_errors.md b/docs/developer/api-docs/modules/http_errors.md index 0ea2640df..732f1d33e 100644 --- a/docs/developer/api-docs/modules/http_errors.md +++ b/docs/developer/api-docs/modules/http_errors.md @@ -1,5 +1,4 @@ # http\_errors - [Api Code Documentation](../README.md) / [Exports](../modules.md) / http\_errors ## Table of contents @@ -35,4 +34,4 @@ an error object containing appropriate status code and an ErrorBody #### Defined in -[src/http_errors.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/http_errors.ts#L21) +[src/http_errors.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/http_errors.ts#L21) diff --git a/docs/developer/api-docs/modules/http_errors_bad_request.md b/docs/developer/api-docs/modules/http_errors_bad_request.md index 98143ce4d..69258114e 100644 --- a/docs/developer/api-docs/modules/http_errors_bad_request.md +++ b/docs/developer/api-docs/modules/http_errors_bad_request.md @@ -1,5 +1,4 @@ # http\_errors/bad\_request - [Api Code Documentation](../README.md) / [Exports](../modules.md) / http\_errors/bad\_request ## Table of contents diff --git a/docs/developer/api-docs/modules/http_errors_not_authenticated.md b/docs/developer/api-docs/modules/http_errors_not_authenticated.md index 283cf6e20..434fe7380 100644 --- a/docs/developer/api-docs/modules/http_errors_not_authenticated.md +++ b/docs/developer/api-docs/modules/http_errors_not_authenticated.md @@ -1,5 +1,4 @@ # http\_errors/not\_authenticated - [Api Code Documentation](../README.md) / [Exports](../modules.md) / http\_errors/not\_authenticated ## Table of contents @@ -19,16 +18,16 @@ | Name | Type | | :------ | :------ | | `description` | `string` | -| `properties` | { `apiVersion`: { `example`: `string` = "1.0"; `type`: `string` = "string" } ; `error`: { `properties`: { `code`: { `example`: `string` = "401"; `type`: `string` = "string" } ; `message`: { `example`: `string` = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; `type`: `string` = "string" } } ; `type`: `string` = "object" } } | -| `properties.apiVersion` | { `example`: `string` = "1.0"; `type`: `string` = "string" } | +| `properties` | \{ `apiVersion`: \{ `example`: `string` = "1.0"; `type`: `string` = "string" } ; `error`: \{ `properties`: \{ `code`: \{ `example`: `string` = "401"; `type`: `string` = "string" } ; `message`: \{ `example`: `string` = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; `type`: `string` = "string" } } ; `type`: `string` = "object" } } | +| `properties.apiVersion` | \{ `example`: `string` = "1.0"; `type`: `string` = "string" } | | `properties.apiVersion.example` | `string` | | `properties.apiVersion.type` | `string` | -| `properties.error` | { `properties`: { `code`: { `example`: `string` = "401"; `type`: `string` = "string" } ; `message`: { `example`: `string` = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; `type`: `string` = "string" } } ; `type`: `string` = "object" } | -| `properties.error.properties` | { `code`: { `example`: `string` = "401"; `type`: `string` = "string" } ; `message`: { `example`: `string` = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; `type`: `string` = "string" } } | -| `properties.error.properties.code` | { `example`: `string` = "401"; `type`: `string` = "string" } | +| `properties.error` | \{ `properties`: \{ `code`: \{ `example`: `string` = "401"; `type`: `string` = "string" } ; `message`: \{ `example`: `string` = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; `type`: `string` = "string" } } ; `type`: `string` = "object" } | +| `properties.error.properties` | \{ `code`: \{ `example`: `string` = "401"; `type`: `string` = "string" } ; `message`: \{ `example`: `string` = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; `type`: `string` = "string" } } | +| `properties.error.properties.code` | \{ `example`: `string` = "401"; `type`: `string` = "string" } | | `properties.error.properties.code.example` | `string` | | `properties.error.properties.code.type` | `string` | -| `properties.error.properties.message` | { `example`: `string` = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; `type`: `string` = "string" } | +| `properties.error.properties.message` | \{ `example`: `string` = "A valid bearer-type HTTP authorization token (JWT) is required for this route."; `type`: `string` = "string" } | | `properties.error.properties.message.example` | `string` | | `properties.error.properties.message.type` | `string` | | `properties.error.type` | `string` | @@ -36,4 +35,4 @@ #### Defined in -[src/http_errors/not_authenticated.ts:1](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/http_errors/not_authenticated.ts#L1) +[src/http_errors/not_authenticated.ts:1](https://github.com/openkfw/TruBudget/blob/92640998/api/src/http_errors/not_authenticated.ts#L1) diff --git a/docs/developer/api-docs/modules/httpd.md b/docs/developer/api-docs/modules/httpd.md index b7267094b..415f8ed25 100644 --- a/docs/developer/api-docs/modules/httpd.md +++ b/docs/developer/api-docs/modules/httpd.md @@ -1,5 +1,4 @@ # httpd - [Api Code Documentation](../README.md) / [Exports](../modules.md) / httpd ## Table of contents @@ -35,11 +34,11 @@ ### AllPermissionsGranter -Ƭ **AllPermissionsGranter**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `grantee`: `string`) => `Promise`<`void`\> +Ƭ **AllPermissionsGranter**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `grantee`: `string`) => `Promise`\<`void`\> #### Type declaration -▸ (`token`, `grantee`): `Promise`<`void`\> +▸ (`token`, `grantee`): `Promise`\<`void`\> ##### Parameters @@ -50,21 +49,21 @@ ##### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/httpd/index.ts:43](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L43) +[src/httpd/index.ts:43](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L43) ___ ### AllPermissionsReader -Ƭ **AllPermissionsReader**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md)) => `Promise`<[`Permissions`](httpd.md#permissions)\> +Ƭ **AllPermissionsReader**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md)) => `Promise`\<[`Permissions`](httpd.md#permissions)\> #### Type declaration -▸ (`token`): `Promise`<[`Permissions`](httpd.md#permissions)\> +▸ (`token`): `Promise`\<[`Permissions`](httpd.md#permissions)\> ##### Parameters @@ -74,21 +73,21 @@ ___ ##### Returns -`Promise`<[`Permissions`](httpd.md#permissions)\> +`Promise`\<[`Permissions`](httpd.md#permissions)\> #### Defined in -[src/httpd/index.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L23) +[src/httpd/index.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L23) ___ ### AllProjectsReader -Ƭ **AllProjectsReader**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md)) => `Promise`<[`Project`](../interfaces/httpd.Project.md)[]\> +Ƭ **AllProjectsReader**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md)) => `Promise`\<[`Project`](../interfaces/httpd.Project.md)[]\> #### Type declaration -▸ (`token`): `Promise`<[`Project`](../interfaces/httpd.Project.md)[]\> +▸ (`token`): `Promise`\<[`Project`](../interfaces/httpd.Project.md)[]\> ##### Parameters @@ -98,21 +97,21 @@ ___ ##### Returns -`Promise`<[`Project`](../interfaces/httpd.Project.md)[]\> +`Promise`\<[`Project`](../interfaces/httpd.Project.md)[]\> #### Defined in -[src/httpd/index.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L16) +[src/httpd/index.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L16) ___ ### AllWorkflowitemsReader -Ƭ **AllWorkflowitemsReader**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `subprojectId`: `string`) => `Promise`<[`Workflowitem`](../interfaces/httpd.Workflowitem.md)[]\> +Ƭ **AllWorkflowitemsReader**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `subprojectId`: `string`) => `Promise`\<[`Workflowitem`](../interfaces/httpd.Workflowitem.md)[]\> #### Type declaration -▸ (`token`, `projectId`, `subprojectId`): `Promise`<[`Workflowitem`](../interfaces/httpd.Workflowitem.md)[]\> +▸ (`token`, `projectId`, `subprojectId`): `Promise`\<[`Workflowitem`](../interfaces/httpd.Workflowitem.md)[]\> ##### Parameters @@ -124,21 +123,21 @@ ___ ##### Returns -`Promise`<[`Workflowitem`](../interfaces/httpd.Workflowitem.md)[]\> +`Promise`\<[`Workflowitem`](../interfaces/httpd.Workflowitem.md)[]\> #### Defined in -[src/httpd/index.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L17) +[src/httpd/index.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L17) ___ ### GlobalPermissionGranter -Ƭ **GlobalPermissionGranter**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `grantee`: `string`, `intent`: [`default`](authz_intents.md#default)) => `Promise`<`void`\> +Ƭ **GlobalPermissionGranter**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `grantee`: `string`, `intent`: [`default`](authz_intents.md#default)) => `Promise`\<`void`\> #### Type declaration -▸ (`token`, `grantee`, `intent`): `Promise`<`void`\> +▸ (`token`, `grantee`, `intent`): `Promise`\<`void`\> ##### Parameters @@ -150,21 +149,21 @@ ___ ##### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/httpd/index.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L37) +[src/httpd/index.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L37) ___ ### GlobalPermissionRevoker -Ƭ **GlobalPermissionRevoker**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `recipient`: `string`, `intent`: [`default`](authz_intents.md#default)) => `Promise`<`void`\> +Ƭ **GlobalPermissionRevoker**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `recipient`: `string`, `intent`: [`default`](authz_intents.md#default)) => `Promise`\<`void`\> #### Type declaration -▸ (`token`, `recipient`, `intent`): `Promise`<`void`\> +▸ (`token`, `recipient`, `intent`): `Promise`\<`void`\> ##### Parameters @@ -176,31 +175,31 @@ ___ ##### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/httpd/index.ts:45](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L45) +[src/httpd/index.ts:45](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L45) ___ ### Permissions -Ƭ **Permissions**: { [key in default]?: string[] } +Ƭ **Permissions**: \{ [key in default]?: string[] } #### Defined in -[src/httpd/index.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L12) +[src/httpd/index.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L12) ___ ### ProjectAssigner -Ƭ **ProjectAssigner**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `assignee`: `string`) => `Promise`<`void`\> +Ƭ **ProjectAssigner**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `assignee`: `string`) => `Promise`\<`void`\> #### Type declaration -▸ (`token`, `projectId`, `assignee`): `Promise`<`void`\> +▸ (`token`, `projectId`, `assignee`): `Promise`\<`void`\> ##### Parameters @@ -212,21 +211,21 @@ ___ ##### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/httpd/index.ts:58](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L58) +[src/httpd/index.ts:58](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L58) ___ ### ProjectCreator -Ƭ **ProjectCreator**: (`ctx`: [`Ctx`](../interfaces/lib_ctx.Ctx.md), `issuer`: [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md), `token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `payload`: [`CreateProjectPayload`](../interfaces/httpd.CreateProjectPayload.md)) => `Promise`<`void`\> +Ƭ **ProjectCreator**: (`ctx`: [`Ctx`](../interfaces/lib_ctx.Ctx.md), `issuer`: [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md), `token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `payload`: [`CreateProjectPayload`](../interfaces/httpd.CreateProjectPayload.md)) => `Promise`\<`void`\> #### Type declaration -▸ (`ctx`, `issuer`, `token`, `payload`): `Promise`<`void`\> +▸ (`ctx`, `issuer`, `token`, `payload`): `Promise`\<`void`\> ##### Parameters @@ -239,21 +238,21 @@ ___ ##### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/httpd/index.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L51) +[src/httpd/index.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L51) ___ ### ProjectPermissionsGranter -Ƭ **ProjectPermissionsGranter**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `grantee`: `string`, `intent`: [`default`](authz_intents.md#default)) => `Promise`<`void`\> +Ƭ **ProjectPermissionsGranter**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `grantee`: `string`, `intent`: [`default`](authz_intents.md#default)) => `Promise`\<`void`\> #### Type declaration -▸ (`token`, `projectId`, `grantee`, `intent`): `Promise`<`void`\> +▸ (`token`, `projectId`, `grantee`, `intent`): `Promise`\<`void`\> ##### Parameters @@ -266,21 +265,21 @@ ___ ##### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/httpd/index.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L30) +[src/httpd/index.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L30) ___ ### ProjectPermissionsReader -Ƭ **ProjectPermissionsReader**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`) => `Promise`<[`Permissions`](httpd.md#permissions)\> +Ƭ **ProjectPermissionsReader**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`) => `Promise`\<[`Permissions`](httpd.md#permissions)\> #### Type declaration -▸ (`token`, `projectId`): `Promise`<[`Permissions`](httpd.md#permissions)\> +▸ (`token`, `projectId`): `Promise`\<[`Permissions`](httpd.md#permissions)\> ##### Parameters @@ -291,21 +290,21 @@ ___ ##### Returns -`Promise`<[`Permissions`](httpd.md#permissions)\> +`Promise`\<[`Permissions`](httpd.md#permissions)\> #### Defined in -[src/httpd/index.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L25) +[src/httpd/index.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L25) ___ ### ProjectReader -Ƭ **ProjectReader**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `id`: `string`) => `Promise`<[`ProjectAndSubprojects`](../interfaces/httpd.ProjectAndSubprojects.md)\> +Ƭ **ProjectReader**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `id`: `string`) => `Promise`\<[`ProjectAndSubprojects`](../interfaces/httpd.ProjectAndSubprojects.md)\> #### Type declaration -▸ (`token`, `id`): `Promise`<[`ProjectAndSubprojects`](../interfaces/httpd.ProjectAndSubprojects.md)\> +▸ (`token`, `id`): `Promise`\<[`ProjectAndSubprojects`](../interfaces/httpd.ProjectAndSubprojects.md)\> ##### Parameters @@ -316,21 +315,21 @@ ___ ##### Returns -`Promise`<[`ProjectAndSubprojects`](../interfaces/httpd.ProjectAndSubprojects.md)\> +`Promise`\<[`ProjectAndSubprojects`](../interfaces/httpd.ProjectAndSubprojects.md)\> #### Defined in -[src/httpd/index.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L14) +[src/httpd/index.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L14) ___ ### ProjectUpdater -Ƭ **ProjectUpdater**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `update`: `object`) => `Promise`<`void`\> +Ƭ **ProjectUpdater**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `update`: `object`) => `Promise`\<`void`\> #### Type declaration -▸ (`token`, `projectId`, `update`): `Promise`<`void`\> +▸ (`token`, `projectId`, `update`): `Promise`\<`void`\> ##### Parameters @@ -342,21 +341,21 @@ ___ ##### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/httpd/index.ts:64](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L64) +[src/httpd/index.ts:64](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L64) ___ ### WorkflowitemAssigner -Ƭ **WorkflowitemAssigner**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `subprojectId`: `string`, `workflowitemId`: `string`, `newAssignee`: `string`) => `Promise`<`void`\> +Ƭ **WorkflowitemAssigner**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `subprojectId`: `string`, `workflowitemId`: `string`, `newAssignee`: `string`) => `Promise`\<`void`\> #### Type declaration -▸ (`token`, `projectId`, `subprojectId`, `workflowitemId`, `newAssignee`): `Promise`<`void`\> +▸ (`token`, `projectId`, `subprojectId`, `workflowitemId`, `newAssignee`): `Promise`\<`void`\> ##### Parameters @@ -370,21 +369,21 @@ ___ ##### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/httpd/index.ts:105](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L105) +[src/httpd/index.ts:105](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L105) ___ ### WorkflowitemCloser -Ƭ **WorkflowitemCloser**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `subprojectId`: `string`, `workflowitemId`: `string`) => `Promise`<`void`\> +Ƭ **WorkflowitemCloser**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `subprojectId`: `string`, `workflowitemId`: `string`) => `Promise`\<`void`\> #### Type declaration -▸ (`token`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`<`void`\> +▸ (`token`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`\<`void`\> ##### Parameters @@ -397,21 +396,21 @@ ___ ##### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/httpd/index.ts:89](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L89) +[src/httpd/index.ts:89](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L89) ___ ### WorkflowitemUpdater -Ƭ **WorkflowitemUpdater**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `subprojectId`: `string`, `workflowitemId`: `string`, `updatedData`: `any`) => `Promise`<`void`\> +Ƭ **WorkflowitemUpdater**: (`token`: [`AuthToken`](../interfaces/authz_token.AuthToken.md), `projectId`: `string`, `subprojectId`: `string`, `workflowitemId`: `string`, `updatedData`: `any`) => `Promise`\<`void`\> #### Type declaration -▸ (`token`, `projectId`, `subprojectId`, `workflowitemId`, `updatedData`): `Promise`<`void`\> +▸ (`token`, `projectId`, `subprojectId`, `workflowitemId`, `updatedData`): `Promise`\<`void`\> ##### Parameters @@ -425,8 +424,8 @@ ___ ##### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/httpd/index.ts:96](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/index.ts#L96) +[src/httpd/index.ts:96](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/index.ts#L96) diff --git a/docs/developer/api-docs/modules/httpd_lib.md b/docs/developer/api-docs/modules/httpd_lib.md index 31c2dda95..26c0c620a 100644 --- a/docs/developer/api-docs/modules/httpd_lib.md +++ b/docs/developer/api-docs/modules/httpd_lib.md @@ -1,5 +1,4 @@ # httpd/lib - [Api Code Documentation](../README.md) / [Exports](../modules.md) / httpd/lib ## Table of contents @@ -28,7 +27,7 @@ #### Defined in -[src/httpd/lib.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/lib.ts#L25) +[src/httpd/lib.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/lib.ts#L25) ___ @@ -38,7 +37,7 @@ ___ #### Defined in -[src/httpd/lib.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/lib.ts#L24) +[src/httpd/lib.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/lib.ts#L24) ## Functions @@ -59,7 +58,7 @@ ___ #### Defined in -[src/httpd/lib.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/lib.ts#L27) +[src/httpd/lib.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/lib.ts#L27) ___ @@ -80,4 +79,4 @@ ___ #### Defined in -[src/httpd/lib.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/lib.ts#L31) +[src/httpd/lib.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/lib.ts#L31) diff --git a/docs/developer/api-docs/modules/httpd_router.md b/docs/developer/api-docs/modules/httpd_router.md index 105bdb33b..a969b0bdf 100644 --- a/docs/developer/api-docs/modules/httpd_router.md +++ b/docs/developer/api-docs/modules/httpd_router.md @@ -1,5 +1,4 @@ # httpd/router - [Api Code Documentation](../README.md) / [Exports](../modules.md) / httpd/router ## Table of contents @@ -12,13 +11,13 @@ ### registerRoutes -▸ **registerRoutes**(`server`, `conn`, `urlPrefix`, `blockchainHost`, `blockchainPort`, `storageServiceClient`, `invalidateCache`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **registerRoutes**(`server`, `conn`, `urlPrefix`, `blockchainHost`, `blockchainPort`, `storageServiceClient`, `invalidateCache`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Parameters | Name | Type | | :------ | :------ | -| `server` | `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | +| `server` | `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | | `conn` | [`ConnToken`](service_conn.md#conntoken) | | `urlPrefix` | `string` | | `blockchainHost` | `string` | @@ -28,8 +27,8 @@ #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Defined in -[src/httpd/router.ts:217](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/router.ts#L217) +[src/httpd/router.ts:217](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/router.ts#L217) diff --git a/docs/developer/api-docs/modules/httpd_schema.md b/docs/developer/api-docs/modules/httpd_schema.md index 03bb0f88b..db6fea316 100644 --- a/docs/developer/api-docs/modules/httpd_schema.md +++ b/docs/developer/api-docs/modules/httpd_schema.md @@ -1,5 +1,4 @@ # httpd/schema - [Api Code Documentation](../README.md) / [Exports](../modules.md) / httpd/schema ## Table of contents @@ -33,7 +32,7 @@ #### Defined in -[src/httpd/schema.ts:547](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/schema.ts#L547) +[src/httpd/schema.ts:547](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/schema.ts#L547) ___ @@ -53,4 +52,4 @@ ___ #### Defined in -[src/httpd/schema.ts:554](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/schema.ts#L554) +[src/httpd/schema.ts:554](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/schema.ts#L554) diff --git a/docs/developer/api-docs/modules/httpd_server.md b/docs/developer/api-docs/modules/httpd_server.md index b9dfd3856..fd5e251d2 100644 --- a/docs/developer/api-docs/modules/httpd_server.md +++ b/docs/developer/api-docs/modules/httpd_server.md @@ -1,5 +1,4 @@ # httpd/server - [Api Code Documentation](../README.md) / [Exports](../modules.md) / httpd/server ## Table of contents @@ -12,7 +11,7 @@ ### createBasicApp -▸ **createBasicApp**(`jwtSecret`, `urlPrefix`, `apiPort`, `accessControlAllowOrigin`, `rateLimit`): `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +▸ **createBasicApp**(`jwtSecret`, `urlPrefix`, `apiPort`, `accessControlAllowOrigin`, `rateLimit`): `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> +`FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> #### Defined in -[src/httpd/server.ts:136](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/httpd/server.ts#L136) +[src/httpd/server.ts:136](https://github.com/openkfw/TruBudget/blob/92640998/api/src/httpd/server.ts#L136) diff --git a/docs/developer/api-docs/modules/index.md b/docs/developer/api-docs/modules/index.md index 812265458..f3ce2a029 100644 --- a/docs/developer/api-docs/modules/index.md +++ b/docs/developer/api-docs/modules/index.md @@ -1,3 +1,2 @@ # index - [Api Code Documentation](../README.md) / [Exports](../modules.md) / index diff --git a/docs/developer/api-docs/modules/lib_assertUnreachable.md b/docs/developer/api-docs/modules/lib_assertUnreachable.md index 6f6001a6b..570fabb62 100644 --- a/docs/developer/api-docs/modules/lib_assertUnreachable.md +++ b/docs/developer/api-docs/modules/lib_assertUnreachable.md @@ -1,5 +1,4 @@ # lib/assertUnreachable - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/assertUnreachable ## Table of contents @@ -26,4 +25,4 @@ #### Defined in -[src/lib/assertUnreachable.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/assertUnreachable.ts#L24) +[src/lib/assertUnreachable.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/assertUnreachable.ts#L24) diff --git a/docs/developer/api-docs/modules/lib_asymmetricCrypto.md b/docs/developer/api-docs/modules/lib_asymmetricCrypto.md index 681966207..782baf160 100644 --- a/docs/developer/api-docs/modules/lib_asymmetricCrypto.md +++ b/docs/developer/api-docs/modules/lib_asymmetricCrypto.md @@ -1,5 +1,4 @@ # lib/asymmetricCrypto - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/asymmetricCrypto ## Table of contents @@ -13,7 +12,7 @@ ### decryptWithKey -▸ **decryptWithKey**(`toDecrypt`, `privateKey`): [`Type`](result.md#type)<`string`\> +▸ **decryptWithKey**(`toDecrypt`, `privateKey`): [`Type`](result.md#type)\<`string`\> #### Parameters @@ -24,17 +23,17 @@ #### Returns -[`Type`](result.md#type)<`string`\> +[`Type`](result.md#type)\<`string`\> #### Defined in -[src/lib/asymmetricCrypto.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/asymmetricCrypto.ts#L15) +[src/lib/asymmetricCrypto.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/asymmetricCrypto.ts#L15) ___ ### encryptWithKey -▸ **encryptWithKey**(`toEncrypt`, `publicKey`): [`Type`](result.md#type)<`string`\> +▸ **encryptWithKey**(`toEncrypt`, `publicKey`): [`Type`](result.md#type)\<`string`\> #### Parameters @@ -45,8 +44,8 @@ ___ #### Returns -[`Type`](result.md#type)<`string`\> +[`Type`](result.md#type)\<`string`\> #### Defined in -[src/lib/asymmetricCrypto.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/asymmetricCrypto.ts#L5) +[src/lib/asymmetricCrypto.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/asymmetricCrypto.ts#L5) diff --git a/docs/developer/api-docs/modules/lib_ctx.md b/docs/developer/api-docs/modules/lib_ctx.md index ea798a6bf..746b69bed 100644 --- a/docs/developer/api-docs/modules/lib_ctx.md +++ b/docs/developer/api-docs/modules/lib_ctx.md @@ -1,5 +1,4 @@ # lib/ctx - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/ctx ## Table of contents diff --git a/docs/developer/api-docs/modules/lib_datetime.md b/docs/developer/api-docs/modules/lib_datetime.md index 873647f94..99f2fafbf 100644 --- a/docs/developer/api-docs/modules/lib_datetime.md +++ b/docs/developer/api-docs/modules/lib_datetime.md @@ -1,5 +1,4 @@ # lib/datetime - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/datetime ## Table of contents @@ -23,7 +22,7 @@ #### Defined in -[src/lib/datetime.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/datetime.ts#L10) +[src/lib/datetime.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/datetime.ts#L10) ___ @@ -37,7 +36,7 @@ ___ #### Defined in -[src/lib/datetime.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/datetime.ts#L14) +[src/lib/datetime.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/datetime.ts#L14) ___ @@ -57,7 +56,7 @@ ___ #### Defined in -[src/lib/datetime.ts:1](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/datetime.ts#L1) +[src/lib/datetime.ts:1](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/datetime.ts#L1) ___ @@ -77,4 +76,4 @@ ___ #### Defined in -[src/lib/datetime.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/datetime.ts#L6) +[src/lib/datetime.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/datetime.ts#L6) diff --git a/docs/developer/api-docs/modules/lib_deepcopy.md b/docs/developer/api-docs/modules/lib_deepcopy.md index 43bddd7f0..b8dc338c6 100644 --- a/docs/developer/api-docs/modules/lib_deepcopy.md +++ b/docs/developer/api-docs/modules/lib_deepcopy.md @@ -1,5 +1,4 @@ # lib/deepcopy - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/deepcopy ## Table of contents @@ -12,7 +11,7 @@ ### default -▸ **default**<`T`\>(`x`): `T` +▸ **default**\<`T`\>(`x`): `T` #### Type parameters @@ -32,4 +31,4 @@ #### Defined in -[src/lib/deepcopy.ts:1](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/deepcopy.ts#L1) +[src/lib/deepcopy.ts:1](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/deepcopy.ts#L1) diff --git a/docs/developer/api-docs/modules/lib_emptyChecks.md b/docs/developer/api-docs/modules/lib_emptyChecks.md index 36ea42697..b3d5b4b5b 100644 --- a/docs/developer/api-docs/modules/lib_emptyChecks.md +++ b/docs/developer/api-docs/modules/lib_emptyChecks.md @@ -1,5 +1,4 @@ # lib/emptyChecks - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/emptyChecks ## Table of contents @@ -13,7 +12,7 @@ ### isEmpty -▸ **isEmpty**<`T`\>(`value`): value is undefined \| null +▸ **isEmpty**\<`T`\>(`value`): value is undefined \| null #### Type parameters @@ -33,13 +32,13 @@ value is undefined \| null #### Defined in -[src/lib/emptyChecks.ts:1](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/emptyChecks.ts#L1) +[src/lib/emptyChecks.ts:1](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/emptyChecks.ts#L1) ___ ### isNotEmpty -▸ **isNotEmpty**<`T`\>(`value`): value is T +▸ **isNotEmpty**\<`T`\>(`value`): value is T #### Type parameters @@ -59,4 +58,4 @@ value is T #### Defined in -[src/lib/emptyChecks.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/emptyChecks.ts#L7) +[src/lib/emptyChecks.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/emptyChecks.ts#L7) diff --git a/docs/developer/api-docs/modules/lib_flatMap.md b/docs/developer/api-docs/modules/lib_flatMap.md deleted file mode 100644 index b2052efd7..000000000 --- a/docs/developer/api-docs/modules/lib_flatMap.md +++ /dev/null @@ -1,35 +0,0 @@ -# lib/flatMap - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/flatMap - -## Table of contents - -### Functions - -- [default](lib_flatMap.md#default) - -## Functions - -### default - -▸ **default**<`T`\>(`arr`): `T`[] - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `arr` | `T`[][] | - -#### Returns - -`T`[] - -#### Defined in - -[src/lib/flatMap.ts:1](https://github.com/openkfw/TruBudget/blob/95e6f8a/api/src/lib/flatMap.ts#L1) diff --git a/docs/developer/api-docs/modules/lib_htmlSanitize.md b/docs/developer/api-docs/modules/lib_htmlSanitize.md index 035db80fd..49b71da3b 100644 --- a/docs/developer/api-docs/modules/lib_htmlSanitize.md +++ b/docs/developer/api-docs/modules/lib_htmlSanitize.md @@ -1,5 +1,4 @@ # lib/htmlSanitize - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/htmlSanitize ## Table of contents @@ -18,14 +17,14 @@ | Name | Type | | :------ | :------ | -| `base` | `StringSchema`<`string`\> | -| `messages` | { `string.htmlStrip`: `string` = "remove all html tags from string" } | +| `base` | `StringSchema`\<`string`\> | +| `messages` | \{ `string.htmlStrip`: `string` = "remove all html tags from string" } | | `messages.string.htmlStrip` | `string` | -| `rules` | { `htmlStrip`: { `validate`: (`value`: `any`, `helpers`: `any`) => `string` } } | -| `rules.htmlStrip` | { `validate`: (`value`: `any`, `helpers`: `any`) => `string` } | +| `rules` | \{ `htmlStrip`: \{ `validate`: (`value`: `any`, `helpers`: `any`) => `string` } } | +| `rules.htmlStrip` | \{ `validate`: (`value`: `any`, `helpers`: `any`) => `string` } | | `rules.htmlStrip.validate` | [object Object] | | `type` | `string` | #### Defined in -[src/lib/htmlSanitize.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/htmlSanitize.ts#L4) +[src/lib/htmlSanitize.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/htmlSanitize.ts#L4) diff --git a/docs/developer/api-docs/modules/lib_inheritDefinedProperties.md b/docs/developer/api-docs/modules/lib_inheritDefinedProperties.md index bf39de017..ab5e6d492 100644 --- a/docs/developer/api-docs/modules/lib_inheritDefinedProperties.md +++ b/docs/developer/api-docs/modules/lib_inheritDefinedProperties.md @@ -1,5 +1,4 @@ # lib/inheritDefinedProperties - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/inheritDefinedProperties ## Table of contents @@ -28,4 +27,4 @@ #### Defined in -[src/lib/inheritDefinedProperties.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/inheritDefinedProperties.ts#L4) +[src/lib/inheritDefinedProperties.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/inheritDefinedProperties.ts#L4) diff --git a/docs/developer/api-docs/modules/lib_joiValidation.md b/docs/developer/api-docs/modules/lib_joiValidation.md index 11e2643d5..397b3ee67 100644 --- a/docs/developer/api-docs/modules/lib_joiValidation.md +++ b/docs/developer/api-docs/modules/lib_joiValidation.md @@ -1,5 +1,4 @@ # lib/joiValidation - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/joiValidation ## Table of contents @@ -18,7 +17,7 @@ #### Defined in -[src/lib/joiValidation.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/joiValidation.ts#L18) +[src/lib/joiValidation.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/joiValidation.ts#L18) ___ @@ -28,7 +27,7 @@ ___ #### Defined in -[src/lib/joiValidation.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/joiValidation.ts#L24) +[src/lib/joiValidation.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/joiValidation.ts#L24) ___ @@ -38,4 +37,4 @@ ___ #### Defined in -[src/lib/joiValidation.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/joiValidation.ts#L12) +[src/lib/joiValidation.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/joiValidation.ts#L12) diff --git a/docs/developer/api-docs/modules/lib_joiValidation_spec.md b/docs/developer/api-docs/modules/lib_joiValidation_spec.md index 568437bb7..a3845fa2a 100644 --- a/docs/developer/api-docs/modules/lib_joiValidation_spec.md +++ b/docs/developer/api-docs/modules/lib_joiValidation_spec.md @@ -1,3 +1,2 @@ # lib/joiValidation.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/joiValidation.spec diff --git a/docs/developer/api-docs/modules/lib_logger.md b/docs/developer/api-docs/modules/lib_logger.md index 36d239899..5507a1cb1 100644 --- a/docs/developer/api-docs/modules/lib_logger.md +++ b/docs/developer/api-docs/modules/lib_logger.md @@ -1,5 +1,4 @@ # lib/logger - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/logger ## Table of contents @@ -16,4 +15,4 @@ #### Defined in -[src/lib/logger.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/logger.ts#L3) +[src/lib/logger.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/logger.ts#L3) diff --git a/docs/developer/api-docs/modules/lib_readiness.md b/docs/developer/api-docs/modules/lib_readiness.md index 5caf9fc74..134923fd6 100644 --- a/docs/developer/api-docs/modules/lib_readiness.md +++ b/docs/developer/api-docs/modules/lib_readiness.md @@ -1,5 +1,4 @@ # lib/readiness - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/readiness ## Table of contents @@ -12,7 +11,7 @@ ### isReady -▸ **isReady**(`multichain`): `Promise`<`boolean`\> +▸ **isReady**(`multichain`): `Promise`\<`boolean`\> #### Parameters @@ -22,8 +21,8 @@ #### Returns -`Promise`<`boolean`\> +`Promise`\<`boolean`\> #### Defined in -[src/lib/readiness.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/readiness.ts#L4) +[src/lib/readiness.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/readiness.ts#L4) diff --git a/docs/developer/api-docs/modules/lib_resourceTypes.md b/docs/developer/api-docs/modules/lib_resourceTypes.md index b4a42e74a..efb7519c8 100644 --- a/docs/developer/api-docs/modules/lib_resourceTypes.md +++ b/docs/developer/api-docs/modules/lib_resourceTypes.md @@ -1,5 +1,4 @@ # lib/resourceTypes - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/resourceTypes ## Table of contents @@ -16,4 +15,4 @@ #### Defined in -[src/lib/resourceTypes.ts:1](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/resourceTypes.ts#L1) +[src/lib/resourceTypes.ts:1](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/resourceTypes.ts#L1) diff --git a/docs/developer/api-docs/modules/lib_symmetricCrypto.md b/docs/developer/api-docs/modules/lib_symmetricCrypto.md index c51d12231..51b4b54ac 100644 --- a/docs/developer/api-docs/modules/lib_symmetricCrypto.md +++ b/docs/developer/api-docs/modules/lib_symmetricCrypto.md @@ -1,5 +1,4 @@ # lib/symmetricCrypto - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/symmetricCrypto ## Table of contents @@ -13,7 +12,7 @@ ### decrypt -▸ **decrypt**(`organizationSecret`, `hexEncodedCiphertext`): [`Type`](result.md#type)<`string`\> +▸ **decrypt**(`organizationSecret`, `hexEncodedCiphertext`): [`Type`](result.md#type)\<`string`\> Decrypts a hex-encoded ciphertext and returns the resulting string. @@ -26,11 +25,11 @@ Decrypts a hex-encoded ciphertext and returns the resulting string. #### Returns -[`Type`](result.md#type)<`string`\> +[`Type`](result.md#type)\<`string`\> #### Defined in -[src/lib/symmetricCrypto.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/symmetricCrypto.ts#L13) +[src/lib/symmetricCrypto.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/symmetricCrypto.ts#L13) ___ @@ -53,4 +52,4 @@ Encrypts a string and returns resulting hex-encoded ciphertext. #### Defined in -[src/lib/symmetricCrypto.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/symmetricCrypto.ts#L33) +[src/lib/symmetricCrypto.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/symmetricCrypto.ts#L33) diff --git a/docs/developer/api-docs/modules/lib_symmetricCrypto_spec.md b/docs/developer/api-docs/modules/lib_symmetricCrypto_spec.md index 1bb13ffd9..8f95ed9a2 100644 --- a/docs/developer/api-docs/modules/lib_symmetricCrypto_spec.md +++ b/docs/developer/api-docs/modules/lib_symmetricCrypto_spec.md @@ -1,3 +1,2 @@ # lib/symmetricCrypto.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/symmetricCrypto.spec diff --git a/docs/developer/api-docs/modules/lib_test_promise.md b/docs/developer/api-docs/modules/lib_test_promise.md index 40b7b5cbe..199999f4e 100644 --- a/docs/developer/api-docs/modules/lib_test_promise.md +++ b/docs/developer/api-docs/modules/lib_test_promise.md @@ -1,5 +1,4 @@ # lib/test/promise - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/test/promise ## Table of contents @@ -13,39 +12,39 @@ ### assertIsRejectedWith -▸ **assertIsRejectedWith**(`promise`): `Promise`<`void`\> +▸ **assertIsRejectedWith**(`promise`): `Promise`\<`void`\> #### Parameters | Name | Type | | :------ | :------ | -| `promise` | `Promise`<`any`\> | +| `promise` | `Promise`\<`any`\> | #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/lib/test/promise.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/test/promise.ts#L18) +[src/lib/test/promise.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/test/promise.ts#L18) ___ ### assertIsResolved -▸ **assertIsResolved**(`promise`, `expectedResult?`): `Promise`<`void`\> +▸ **assertIsResolved**(`promise`, `expectedResult?`): `Promise`\<`void`\> #### Parameters | Name | Type | | :------ | :------ | -| `promise` | `Promise`<`any`\> | +| `promise` | `Promise`\<`any`\> | | `expectedResult?` | `any` | #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/lib/test/promise.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/test/promise.ts#L4) +[src/lib/test/promise.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/test/promise.ts#L4) diff --git a/docs/developer/api-docs/modules/lib_timeout.md b/docs/developer/api-docs/modules/lib_timeout.md index 7ffec2fbe..9fcab3c03 100644 --- a/docs/developer/api-docs/modules/lib_timeout.md +++ b/docs/developer/api-docs/modules/lib_timeout.md @@ -1,5 +1,4 @@ # lib/timeout - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/timeout ## Table of contents @@ -12,7 +11,7 @@ ### default -▸ **default**(`ms`): `Promise`<`void`\> +▸ **default**(`ms`): `Promise`\<`void`\> #### Parameters @@ -22,8 +21,8 @@ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/lib/timeout.ts:1](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/timeout.ts#L1) +[src/lib/timeout.ts:1](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/timeout.ts#L1) diff --git a/docs/developer/api-docs/modules/lib_token.md b/docs/developer/api-docs/modules/lib_token.md index 3bf70c752..eb5a2a3e1 100644 --- a/docs/developer/api-docs/modules/lib_token.md +++ b/docs/developer/api-docs/modules/lib_token.md @@ -1,5 +1,4 @@ # lib/token - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/token ## Table of contents @@ -27,4 +26,4 @@ #### Defined in -[src/lib/token.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/token.ts#L3) +[src/lib/token.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/token.ts#L3) diff --git a/docs/developer/api-docs/modules/lib_validation.md b/docs/developer/api-docs/modules/lib_validation.md index b821d9fcb..d293feef6 100644 --- a/docs/developer/api-docs/modules/lib_validation.md +++ b/docs/developer/api-docs/modules/lib_validation.md @@ -1,5 +1,4 @@ # lib/validation - [Api Code Documentation](../README.md) / [Exports](../modules.md) / lib/validation ## Table of contents @@ -19,7 +18,7 @@ ### asyncValue -▸ **asyncValue**(`multichain`, `name`, `val`, `isValid`, `defaultValue?`): `Promise`<`any`\> +▸ **asyncValue**(`multichain`, `name`, `val`, `isValid`, `defaultValue?`): `Promise`\<`any`\> #### Parameters @@ -33,11 +32,11 @@ #### Returns -`Promise`<`any`\> +`Promise`\<`any`\> #### Defined in -[src/lib/validation.ts:61](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/validation.ts#L61) +[src/lib/validation.ts:61](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/validation.ts#L61) ___ @@ -59,7 +58,7 @@ ___ #### Defined in -[src/lib/validation.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/validation.ts#L34) +[src/lib/validation.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/validation.ts#L34) ___ @@ -79,7 +78,7 @@ ___ #### Defined in -[src/lib/validation.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/validation.ts#L41) +[src/lib/validation.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/validation.ts#L41) ___ @@ -99,7 +98,7 @@ ___ #### Defined in -[src/lib/validation.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/validation.ts#L7) +[src/lib/validation.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/validation.ts#L7) ___ @@ -119,7 +118,7 @@ ___ #### Defined in -[src/lib/validation.ts:47](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/validation.ts#L47) +[src/lib/validation.ts:47](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/validation.ts#L47) ___ @@ -139,13 +138,13 @@ ___ #### Defined in -[src/lib/validation.ts:71](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/validation.ts#L71) +[src/lib/validation.ts:71](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/validation.ts#L71) ___ ### isUserOrUndefined -▸ **isUserOrUndefined**(`conn`, `ctx`, `issuer`, `input`): `Promise`<`boolean`\> +▸ **isUserOrUndefined**(`conn`, `ctx`, `issuer`, `input`): `Promise`\<`boolean`\> #### Parameters @@ -158,11 +157,11 @@ ___ #### Returns -`Promise`<`boolean`\> +`Promise`\<`boolean`\> #### Defined in -[src/lib/validation.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/validation.ts#L11) +[src/lib/validation.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/validation.ts#L11) ___ @@ -185,4 +184,4 @@ ___ #### Defined in -[src/lib/validation.ts:52](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/lib/validation.ts#L52) +[src/lib/validation.ts:52](https://github.com/openkfw/TruBudget/blob/92640998/api/src/lib/validation.ts#L52) diff --git a/docs/developer/api-docs/modules/network_controller_approveNewNodeForExistingOrganization.md b/docs/developer/api-docs/modules/network_controller_approveNewNodeForExistingOrganization.md index d06d698ec..7b65a0b4d 100644 --- a/docs/developer/api-docs/modules/network_controller_approveNewNodeForExistingOrganization.md +++ b/docs/developer/api-docs/modules/network_controller_approveNewNodeForExistingOrganization.md @@ -1,5 +1,4 @@ # network/controller/approveNewNodeForExistingOrganization - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/controller/approveNewNodeForExistingOrganization ## Table of contents @@ -12,7 +11,7 @@ ### approveNewNodeForExistingOrganization -▸ **approveNewNodeForExistingOrganization**(`conn`, `ctx`, `issuer`, `req`): `Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +▸ **approveNewNodeForExistingOrganization**(`conn`, `ctx`, `issuer`, `req`): `Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +`Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Defined in -[src/network/controller/approveNewNodeForExistingOrganization.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/controller/approveNewNodeForExistingOrganization.ts#L10) +[src/network/controller/approveNewNodeForExistingOrganization.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/controller/approveNewNodeForExistingOrganization.ts#L10) diff --git a/docs/developer/api-docs/modules/network_controller_approveNewOrganization.md b/docs/developer/api-docs/modules/network_controller_approveNewOrganization.md index d6d297275..a5700ffbe 100644 --- a/docs/developer/api-docs/modules/network_controller_approveNewOrganization.md +++ b/docs/developer/api-docs/modules/network_controller_approveNewOrganization.md @@ -1,5 +1,4 @@ # network/controller/approveNewOrganization - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/controller/approveNewOrganization ## Table of contents @@ -12,7 +11,7 @@ ### approveNewOrganization -▸ **approveNewOrganization**(`conn`, `ctx`, `issuer`, `req`): `Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +▸ **approveNewOrganization**(`conn`, `ctx`, `issuer`, `req`): `Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +`Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Defined in -[src/network/controller/approveNewOrganization.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/controller/approveNewOrganization.ts#L10) +[src/network/controller/approveNewOrganization.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/controller/approveNewOrganization.ts#L10) diff --git a/docs/developer/api-docs/modules/network_controller_declineNode.md b/docs/developer/api-docs/modules/network_controller_declineNode.md index 92249682d..668290daa 100644 --- a/docs/developer/api-docs/modules/network_controller_declineNode.md +++ b/docs/developer/api-docs/modules/network_controller_declineNode.md @@ -1,5 +1,4 @@ # network/controller/declineNode - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/controller/declineNode ## Table of contents @@ -12,7 +11,7 @@ ### declineNode -▸ **declineNode**(`multichain`, `req`): `Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +▸ **declineNode**(`multichain`, `req`): `Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Parameters @@ -23,8 +22,8 @@ #### Returns -`Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +`Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Defined in -[src/network/controller/declineNode.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/controller/declineNode.ts#L14) +[src/network/controller/declineNode.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/controller/declineNode.ts#L14) diff --git a/docs/developer/api-docs/modules/network_controller_decline_node_spec.md b/docs/developer/api-docs/modules/network_controller_decline_node_spec.md index ca2020868..2628c5c31 100644 --- a/docs/developer/api-docs/modules/network_controller_decline_node_spec.md +++ b/docs/developer/api-docs/modules/network_controller_decline_node_spec.md @@ -1,3 +1,2 @@ # network/controller/decline\_node.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/controller/decline\_node.spec diff --git a/docs/developer/api-docs/modules/network_controller_list.md b/docs/developer/api-docs/modules/network_controller_list.md index 071113931..e00b2908f 100644 --- a/docs/developer/api-docs/modules/network_controller_list.md +++ b/docs/developer/api-docs/modules/network_controller_list.md @@ -1,5 +1,4 @@ # network/controller/list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/controller/list ## Table of contents @@ -12,7 +11,7 @@ ### getNodeList -▸ **getNodeList**(`conn`, `ctx`, `issuer`, `req`): `Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +▸ **getNodeList**(`conn`, `ctx`, `issuer`, `req`): `Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +`Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Defined in -[src/network/controller/list.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/controller/list.ts#L41) +[src/network/controller/list.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/controller/list.ts#L41) diff --git a/docs/developer/api-docs/modules/network_controller_listActive.md b/docs/developer/api-docs/modules/network_controller_listActive.md index 60044677e..8c612ee92 100644 --- a/docs/developer/api-docs/modules/network_controller_listActive.md +++ b/docs/developer/api-docs/modules/network_controller_listActive.md @@ -1,5 +1,4 @@ # network/controller/listActive - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/controller/listActive ## Table of contents @@ -12,7 +11,7 @@ ### getActiveNodes -▸ **getActiveNodes**(`conn`, `ctx`, `issuer`, `req`): `Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +▸ **getActiveNodes**(`conn`, `ctx`, `issuer`, `req`): `Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +`Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Defined in -[src/network/controller/listActive.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/controller/listActive.ts#L13) +[src/network/controller/listActive.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/controller/listActive.ts#L13) diff --git a/docs/developer/api-docs/modules/network_controller_logNodes.md b/docs/developer/api-docs/modules/network_controller_logNodes.md index 7ecc40be7..98657a5ee 100644 --- a/docs/developer/api-docs/modules/network_controller_logNodes.md +++ b/docs/developer/api-docs/modules/network_controller_logNodes.md @@ -1,5 +1,4 @@ # network/controller/logNodes - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/controller/logNodes ## Table of contents @@ -13,7 +12,7 @@ ### checkNodes -▸ **checkNodes**(`multichain`): `Promise`<`any`\> +▸ **checkNodes**(`multichain`): `Promise`\<`any`\> #### Parameters @@ -23,17 +22,17 @@ #### Returns -`Promise`<`any`\> +`Promise`\<`any`\> #### Defined in -[src/network/controller/logNodes.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/controller/logNodes.ts#L24) +[src/network/controller/logNodes.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/controller/logNodes.ts#L24) ___ ### getLatestDateOnlineByAddress -▸ **getLatestDateOnlineByAddress**(`multichainClient`, `address`): `Promise`<`any`\> +▸ **getLatestDateOnlineByAddress**(`multichainClient`, `address`): `Promise`\<`any`\> #### Parameters @@ -44,8 +43,8 @@ ___ #### Returns -`Promise`<`any`\> +`Promise`\<`any`\> #### Defined in -[src/network/controller/logNodes.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/controller/logNodes.ts#L9) +[src/network/controller/logNodes.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/controller/logNodes.ts#L9) diff --git a/docs/developer/api-docs/modules/network_controller_registerNode.md b/docs/developer/api-docs/modules/network_controller_registerNode.md index e03884092..f56e9964e 100644 --- a/docs/developer/api-docs/modules/network_controller_registerNode.md +++ b/docs/developer/api-docs/modules/network_controller_registerNode.md @@ -1,5 +1,4 @@ # network/controller/registerNode - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/controller/registerNode ## Table of contents @@ -12,7 +11,7 @@ ### registerNode -▸ **registerNode**(`multichain`, `req`): `Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +▸ **registerNode**(`multichain`, `req`): `Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Parameters @@ -23,8 +22,8 @@ #### Returns -`Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +`Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Defined in -[src/network/controller/registerNode.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/controller/registerNode.ts#L9) +[src/network/controller/registerNode.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/controller/registerNode.ts#L9) diff --git a/docs/developer/api-docs/modules/network_controller_vote.md b/docs/developer/api-docs/modules/network_controller_vote.md index b999de7fd..ea376c07c 100644 --- a/docs/developer/api-docs/modules/network_controller_vote.md +++ b/docs/developer/api-docs/modules/network_controller_vote.md @@ -1,5 +1,4 @@ # network/controller/vote - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/controller/vote ## Table of contents @@ -13,7 +12,7 @@ ### getCurrentVote -▸ **getCurrentVote**(`multichain`, `callerAddress`, `targetAddress`): `Promise`<[`T`](network_model_AccessVote.md#t)\> +▸ **getCurrentVote**(`multichain`, `callerAddress`, `targetAddress`): `Promise`\<[`T`](network_model_AccessVote.md#t)\> #### Parameters @@ -25,17 +24,17 @@ #### Returns -`Promise`<[`T`](network_model_AccessVote.md#t)\> +`Promise`\<[`T`](network_model_AccessVote.md#t)\> #### Defined in -[src/network/controller/vote.ts:62](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/controller/vote.ts#L62) +[src/network/controller/vote.ts:62](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/controller/vote.ts#L62) ___ ### voteForNetworkPermission -▸ **voteForNetworkPermission**(`conn`, `ctx`, `issuer`, `req`): `Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +▸ **voteForNetworkPermission**(`conn`, `ctx`, `issuer`, `req`): `Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Parameters @@ -48,8 +47,8 @@ ___ #### Returns -`Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +`Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Defined in -[src/network/controller/vote.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/controller/vote.ts#L17) +[src/network/controller/vote.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/controller/vote.ts#L17) diff --git a/docs/developer/api-docs/modules/network_model_AccessVote.md b/docs/developer/api-docs/modules/network_model_AccessVote.md index 67ae17a34..66b13d3db 100644 --- a/docs/developer/api-docs/modules/network_model_AccessVote.md +++ b/docs/developer/api-docs/modules/network_model_AccessVote.md @@ -1,5 +1,4 @@ # network/model/AccessVote - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/model/AccessVote ## Table of contents @@ -26,7 +25,7 @@ #### Defined in -[src/network/model/AccessVote.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/AccessVote.ts#L3) +[src/network/model/AccessVote.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/AccessVote.ts#L3) ## Variables @@ -36,7 +35,7 @@ #### Defined in -[src/network/model/AccessVote.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/AccessVote.ts#L14) +[src/network/model/AccessVote.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/AccessVote.ts#L14) ___ @@ -46,7 +45,7 @@ ___ #### Defined in -[src/network/model/AccessVote.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/AccessVote.ts#L6) +[src/network/model/AccessVote.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/AccessVote.ts#L6) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/network/model/AccessVote.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/AccessVote.ts#L13) +[src/network/model/AccessVote.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/AccessVote.ts#L13) ## Functions @@ -76,4 +75,4 @@ ___ #### Defined in -[src/network/model/AccessVote.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/AccessVote.ts#L19) +[src/network/model/AccessVote.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/AccessVote.ts#L19) diff --git a/docs/developer/api-docs/modules/network_model_Nodes.md b/docs/developer/api-docs/modules/network_model_Nodes.md index f3b4da9f9..b2e5c4ca1 100644 --- a/docs/developer/api-docs/modules/network_model_Nodes.md +++ b/docs/developer/api-docs/modules/network_model_Nodes.md @@ -1,5 +1,4 @@ # network/model/Nodes - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/model/Nodes ## Table of contents @@ -34,7 +33,7 @@ #### Defined in -[src/network/model/Nodes.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L14) +[src/network/model/Nodes.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L14) ___ @@ -44,7 +43,7 @@ ___ #### Defined in -[src/network/model/Nodes.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L13) +[src/network/model/Nodes.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L13) ___ @@ -54,13 +53,13 @@ ___ #### Defined in -[src/network/model/Nodes.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L12) +[src/network/model/Nodes.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L12) ## Functions ### active -▸ **active**(`multichain`): `Promise`<`number`\> +▸ **active**(`multichain`): `Promise`\<`number`\> #### Parameters @@ -70,17 +69,17 @@ ___ #### Returns -`Promise`<`number`\> +`Promise`\<`number`\> #### Defined in -[src/network/model/Nodes.ts:235](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L235) +[src/network/model/Nodes.ts:235](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L235) ___ ### get -▸ **get**(`multichain`): `Promise`<[`NodeInfo`](../interfaces/network_model_Nodes.NodeInfo.md)[]\> +▸ **get**(`multichain`): `Promise`\<[`NodeInfo`](../interfaces/network_model_Nodes.NodeInfo.md)[]\> Gets a list with all registered nodes @@ -92,17 +91,17 @@ Gets a list with all registered nodes #### Returns -`Promise`<[`NodeInfo`](../interfaces/network_model_Nodes.NodeInfo.md)[]\> +`Promise`\<[`NodeInfo`](../interfaces/network_model_Nodes.NodeInfo.md)[]\> #### Defined in -[src/network/model/Nodes.ts:141](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L141) +[src/network/model/Nodes.ts:141](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L141) ___ ### getNetworkPermissions -▸ **getNetworkPermissions**(`multichain`, `address`, `organizationsByAddress?`): `Promise`<[`PermissionInfo`](../interfaces/network_model_Nodes.PermissionInfo.md)[]\> +▸ **getNetworkPermissions**(`multichain`, `address`, `organizationsByAddress?`): `Promise`\<[`PermissionInfo`](../interfaces/network_model_Nodes.PermissionInfo.md)[]\> #### Parameters @@ -110,21 +109,21 @@ ___ | :------ | :------ | | `multichain` | [`MultichainClient`](../interfaces/service_Client_h.MultichainClient.md) | | `address` | `string` | -| `organizationsByAddress?` | `Map`<`string`, `string`\> | +| `organizationsByAddress?` | `Map`\<`string`, `string`\> | #### Returns -`Promise`<[`PermissionInfo`](../interfaces/network_model_Nodes.PermissionInfo.md)[]\> +`Promise`\<[`PermissionInfo`](../interfaces/network_model_Nodes.PermissionInfo.md)[]\> #### Defined in -[src/network/model/Nodes.ts:306](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L306) +[src/network/model/Nodes.ts:306](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L306) ___ ### getNode -▸ **getNode**(`multichain`, `address`, `organization?`): `Promise`<[`NodeInfo`](../interfaces/network_model_Nodes.NodeInfo.md) \| `undefined`\> +▸ **getNode**(`multichain`, `address`, `organization?`): `Promise`\<[`NodeInfo`](../interfaces/network_model_Nodes.NodeInfo.md) \| `undefined`\> Gets a node registered on the multichain @@ -138,17 +137,17 @@ Gets a node registered on the multichain #### Returns -`Promise`<[`NodeInfo`](../interfaces/network_model_Nodes.NodeInfo.md) \| `undefined`\> +`Promise`\<[`NodeInfo`](../interfaces/network_model_Nodes.NodeInfo.md) \| `undefined`\> #### Defined in -[src/network/model/Nodes.ts:219](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L219) +[src/network/model/Nodes.ts:219](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L219) ___ ### grant -▸ **grant**(`multichain`, `issuer`, `target`, `permissions`): `Promise`<`void`\> +▸ **grant**(`multichain`, `issuer`, `target`, `permissions`): `Promise`\<`void`\> #### Parameters @@ -161,17 +160,17 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/network/model/Nodes.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L44) +[src/network/model/Nodes.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L44) ___ ### publish -▸ **publish**(`multichain`, `address`, `args`): `Promise`<[`Event`](../interfaces/service_event.Event.md)\> +▸ **publish**(`multichain`, `address`, `args`): `Promise`\<[`Event`](../interfaces/service_event.Event.md)\> #### Parameters @@ -188,17 +187,17 @@ ___ #### Returns -`Promise`<[`Event`](../interfaces/service_event.Event.md)\> +`Promise`\<[`Event`](../interfaces/service_event.Event.md)\> #### Defined in -[src/network/model/Nodes.ts:62](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L62) +[src/network/model/Nodes.ts:62](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L62) ___ ### revoke -▸ **revoke**(`multichain`, `issuer`, `target`, `permissions`): `Promise`<`void`\> +▸ **revoke**(`multichain`, `issuer`, `target`, `permissions`): `Promise`\<`void`\> #### Parameters @@ -211,8 +210,8 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/network/model/Nodes.ts:53](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/model/Nodes.ts#L53) +[src/network/model/Nodes.ts:53](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/model/Nodes.ts#L53) diff --git a/docs/developer/api-docs/modules/network_voteHelper.md b/docs/developer/api-docs/modules/network_voteHelper.md index 69f94ea45..7636d483c 100644 --- a/docs/developer/api-docs/modules/network_voteHelper.md +++ b/docs/developer/api-docs/modules/network_voteHelper.md @@ -1,5 +1,4 @@ # network/voteHelper - [Api Code Documentation](../README.md) / [Exports](../modules.md) / network/voteHelper ## Table of contents @@ -12,7 +11,7 @@ ### voteHelper -▸ **voteHelper**(`conn`, `ctx`, `issuer`, `user`, `targetAddress`, `vote`): `Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +▸ **voteHelper**(`conn`, `ctx`, `issuer`, `user`, `targetAddress`, `vote`): `Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +`Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Defined in -[src/network/voteHelper.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/network/voteHelper.ts#L13) +[src/network/voteHelper.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/network/voteHelper.ts#L13) diff --git a/docs/developer/api-docs/modules/notification_count.md b/docs/developer/api-docs/modules/notification_count.md index 18eb5e4ed..2b46cc3b4 100644 --- a/docs/developer/api-docs/modules/notification_count.md +++ b/docs/developer/api-docs/modules/notification_count.md @@ -1,5 +1,4 @@ # notification\_count - [Api Code Documentation](../README.md) / [Exports](../modules.md) / notification\_count ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/notificati #### Defined in -[src/notification_count.ts:75](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/notification_count.ts#L75) +[src/notification_count.ts:75](https://github.com/openkfw/TruBudget/blob/92640998/api/src/notification_count.ts#L75) diff --git a/docs/developer/api-docs/modules/notification_list.md b/docs/developer/api-docs/modules/notification_list.md index 712b6d60b..073f4e8a0 100644 --- a/docs/developer/api-docs/modules/notification_list.md +++ b/docs/developer/api-docs/modules/notification_list.md @@ -1,5 +1,4 @@ # notification\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / notification\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/notificati #### Defined in -[src/notification_list.ts:403](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/notification_list.ts#L403) +[src/notification_list.ts:403](https://github.com/openkfw/TruBudget/blob/92640998/api/src/notification_list.ts#L403) diff --git a/docs/developer/api-docs/modules/notification_mark_read.md b/docs/developer/api-docs/modules/notification_mark_read.md index 7def0753c..7370ac098 100644 --- a/docs/developer/api-docs/modules/notification_mark_read.md +++ b/docs/developer/api-docs/modules/notification_mark_read.md @@ -1,5 +1,4 @@ # notification\_mark\_read - [Api Code Documentation](../README.md) / [Exports](../modules.md) / notification\_mark\_read ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/notificati #### Defined in -[src/notification_mark_read.ts:112](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/notification_mark_read.ts#L112) +[src/notification_mark_read.ts:112](https://github.com/openkfw/TruBudget/blob/92640998/api/src/notification_mark_read.ts#L112) diff --git a/docs/developer/api-docs/modules/organization_organization.md b/docs/developer/api-docs/modules/organization_organization.md index 388f4af47..3cf4c1e05 100644 --- a/docs/developer/api-docs/modules/organization_organization.md +++ b/docs/developer/api-docs/modules/organization_organization.md @@ -1,5 +1,4 @@ # organization/organization - [Api Code Documentation](../README.md) / [Exports](../modules.md) / organization/organization ## Table of contents @@ -16,7 +15,7 @@ ### ensureOrganizationStream -▸ **ensureOrganizationStream**(`multichain`, `organization`, `organizationVaultSecret`): `Promise`<`string`\> +▸ **ensureOrganizationStream**(`multichain`, `organization`, `organizationVaultSecret`): `Promise`\<`string`\> #### Parameters @@ -28,17 +27,17 @@ #### Returns -`Promise`<`string`\> +`Promise`\<`string`\> #### Defined in -[src/organization/organization.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/organization/organization.ts#L31) +[src/organization/organization.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/organization/organization.ts#L31) ___ ### getOrganizationAddress -▸ **getOrganizationAddress**(`multichain`, `organization`): `Promise`<[`WalletAddress`](network_model_Nodes.md#walletaddress) \| `undefined`\> +▸ **getOrganizationAddress**(`multichain`, `organization`): `Promise`\<[`WalletAddress`](network_model_Nodes.md#walletaddress) \| `undefined`\> #### Parameters @@ -49,17 +48,17 @@ ___ #### Returns -`Promise`<[`WalletAddress`](network_model_Nodes.md#walletaddress) \| `undefined`\> +`Promise`\<[`WalletAddress`](network_model_Nodes.md#walletaddress) \| `undefined`\> #### Defined in -[src/organization/organization.ts:199](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/organization/organization.ts#L199) +[src/organization/organization.ts:199](https://github.com/openkfw/TruBudget/blob/92640998/api/src/organization/organization.ts#L199) ___ ### getPrivateKey -▸ **getPrivateKey**(`multichain`, `organization`, `organizationVaultSecret`): `Promise`<[`Type`](result.md#type)<`Base64String`\>\> +▸ **getPrivateKey**(`multichain`, `organization`, `organizationVaultSecret`): `Promise`\<[`Type`](result.md#type)\<`Base64String`\>\> #### Parameters @@ -71,17 +70,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<`Base64String`\>\> +`Promise`\<[`Type`](result.md#type)\<`Base64String`\>\> #### Defined in -[src/organization/organization.ts:65](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/organization/organization.ts#L65) +[src/organization/organization.ts:65](https://github.com/openkfw/TruBudget/blob/92640998/api/src/organization/organization.ts#L65) ___ ### organizationExists -▸ **organizationExists**(`multichain`, `organization`): `Promise`<[`Type`](result.md#type)<`boolean`\>\> +▸ **organizationExists**(`multichain`, `organization`): `Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Parameters @@ -92,17 +91,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<`boolean`\>\> +`Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Defined in -[src/organization/organization.ts:188](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/organization/organization.ts#L188) +[src/organization/organization.ts:188](https://github.com/openkfw/TruBudget/blob/92640998/api/src/organization/organization.ts#L188) ___ ### publishPrivateKey -▸ **publishPrivateKey**(`multichain`, `organization`, `privateKey`, `organizationVaultSecret`): `Promise`<[`Type`](result.md#type)<`PrivateKeyItem`\>\> +▸ **publishPrivateKey**(`multichain`, `organization`, `privateKey`, `organizationVaultSecret`): `Promise`\<[`Type`](result.md#type)\<`PrivateKeyItem`\>\> #### Parameters @@ -115,8 +114,8 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<`PrivateKeyItem`\>\> +`Promise`\<[`Type`](result.md#type)\<`PrivateKeyItem`\>\> #### Defined in -[src/organization/organization.ts:92](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/organization/organization.ts#L92) +[src/organization/organization.ts:92](https://github.com/openkfw/TruBudget/blob/92640998/api/src/organization/organization.ts#L92) diff --git a/docs/developer/api-docs/modules/organization_streamNames.md b/docs/developer/api-docs/modules/organization_streamNames.md index 168f9899d..33d421a72 100644 --- a/docs/developer/api-docs/modules/organization_streamNames.md +++ b/docs/developer/api-docs/modules/organization_streamNames.md @@ -1,5 +1,4 @@ # organization/streamNames - [Api Code Documentation](../README.md) / [Exports](../modules.md) / organization/streamNames ## Table of contents @@ -26,4 +25,4 @@ #### Defined in -[src/organization/streamNames.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/organization/streamNames.ts#L5) +[src/organization/streamNames.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/organization/streamNames.ts#L5) diff --git a/docs/developer/api-docs/modules/project_assign.md b/docs/developer/api-docs/modules/project_assign.md index 2a4c65afe..25ae66eda 100644 --- a/docs/developer/api-docs/modules/project_assign.md +++ b/docs/developer/api-docs/modules/project_assign.md @@ -1,5 +1,4 @@ # project\_assign - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_assign ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.as #### Defined in -[src/project_assign.ts:117](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_assign.ts#L117) +[src/project_assign.ts:117](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_assign.ts#L117) diff --git a/docs/developer/api-docs/modules/project_budget_delete_projected.md b/docs/developer/api-docs/modules/project_budget_delete_projected.md index fc08ff883..1fc0076fa 100644 --- a/docs/developer/api-docs/modules/project_budget_delete_projected.md +++ b/docs/developer/api-docs/modules/project_budget_delete_projected.md @@ -1,5 +1,4 @@ # project\_budget\_delete\_projected - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_budget\_delete\_projected ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.bu #### Defined in -[src/project_budget_delete_projected.ts:132](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_budget_delete_projected.ts#L132) +[src/project_budget_delete_projected.ts:132](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_budget_delete_projected.ts#L132) diff --git a/docs/developer/api-docs/modules/project_budget_update_projected.md b/docs/developer/api-docs/modules/project_budget_update_projected.md index b0c5ee899..0fcd1664f 100644 --- a/docs/developer/api-docs/modules/project_budget_update_projected.md +++ b/docs/developer/api-docs/modules/project_budget_update_projected.md @@ -1,5 +1,4 @@ # project\_budget\_update\_projected - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_budget\_update\_projected ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.bu #### Defined in -[src/project_budget_update_projected.ts:144](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_budget_update_projected.ts#L144) +[src/project_budget_update_projected.ts:144](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_budget_update_projected.ts#L144) diff --git a/docs/developer/api-docs/modules/project_close.md b/docs/developer/api-docs/modules/project_close.md index 3d7f025d1..7ca559194 100644 --- a/docs/developer/api-docs/modules/project_close.md +++ b/docs/developer/api-docs/modules/project_close.md @@ -1,5 +1,4 @@ # project\_close - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_close ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.cl #### Defined in -[src/project_close.ts:109](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_close.ts#L109) +[src/project_close.ts:109](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_close.ts#L109) diff --git a/docs/developer/api-docs/modules/project_create.md b/docs/developer/api-docs/modules/project_create.md index f723c2db8..40f45bfa3 100644 --- a/docs/developer/api-docs/modules/project_create.md +++ b/docs/developer/api-docs/modules/project_create.md @@ -1,5 +1,4 @@ # project\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_create ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/global.cre #### Defined in -[src/project_create.ts:171](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_create.ts#L171) +[src/project_create.ts:171](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_create.ts#L171) diff --git a/docs/developer/api-docs/modules/project_list.md b/docs/developer/api-docs/modules/project_list.md index de066a97c..7a20ad28b 100644 --- a/docs/developer/api-docs/modules/project_list.md +++ b/docs/developer/api-docs/modules/project_list.md @@ -1,5 +1,4 @@ # project\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.li #### Defined in -[src/project_list.ts:131](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_list.ts#L131) +[src/project_list.ts:131](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_list.ts#L131) diff --git a/docs/developer/api-docs/modules/project_permission_grant.md b/docs/developer/api-docs/modules/project_permission_grant.md index 2e631a0a4..9a8f46b91 100644 --- a/docs/developer/api-docs/modules/project_permission_grant.md +++ b/docs/developer/api-docs/modules/project_permission_grant.md @@ -1,5 +1,4 @@ # project\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_permission\_grant ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.in #### Defined in -[src/project_permission_grant.ts:128](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_permission_grant.ts#L128) +[src/project_permission_grant.ts:128](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_permission_grant.ts#L128) diff --git a/docs/developer/api-docs/modules/project_permission_revoke.md b/docs/developer/api-docs/modules/project_permission_revoke.md index 5aeee3563..efe33e24e 100644 --- a/docs/developer/api-docs/modules/project_permission_revoke.md +++ b/docs/developer/api-docs/modules/project_permission_revoke.md @@ -1,5 +1,4 @@ # project\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_permission\_revoke ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.in #### Defined in -[src/project_permission_revoke.ts:128](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_permission_revoke.ts#L128) +[src/project_permission_revoke.ts:128](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_permission_revoke.ts#L128) diff --git a/docs/developer/api-docs/modules/project_permissions_list.md b/docs/developer/api-docs/modules/project_permissions_list.md index 3cfe0c0db..824260130 100644 --- a/docs/developer/api-docs/modules/project_permissions_list.md +++ b/docs/developer/api-docs/modules/project_permissions_list.md @@ -1,5 +1,4 @@ # project\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_permissions\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.in #### Defined in -[src/project_permissions_list.ts:85](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_permissions_list.ts#L85) +[src/project_permissions_list.ts:85](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_permissions_list.ts#L85) diff --git a/docs/developer/api-docs/modules/project_update.md b/docs/developer/api-docs/modules/project_update.md index a55245641..77b74c78e 100644 --- a/docs/developer/api-docs/modules/project_update.md +++ b/docs/developer/api-docs/modules/project_update.md @@ -1,5 +1,4 @@ # project\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_update ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.up #### Defined in -[src/project_update.ts:134](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_update.ts#L134) +[src/project_update.ts:134](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_update.ts#L134) diff --git a/docs/developer/api-docs/modules/project_view_details.md b/docs/developer/api-docs/modules/project_view_details.md index 24b6e5a3e..34cac23b5 100644 --- a/docs/developer/api-docs/modules/project_view_details.md +++ b/docs/developer/api-docs/modules/project_view_details.md @@ -1,5 +1,4 @@ # project\_view\_details - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_view\_details ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.vi #### Defined in -[src/project_view_details.ts:182](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_view_details.ts#L182) +[src/project_view_details.ts:182](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_view_details.ts#L182) diff --git a/docs/developer/api-docs/modules/project_view_history.md b/docs/developer/api-docs/modules/project_view_history.md index cb4dc5af5..3dffd32bc 100644 --- a/docs/developer/api-docs/modules/project_view_history.md +++ b/docs/developer/api-docs/modules/project_view_history.md @@ -1,5 +1,4 @@ # project\_view\_history - [Api Code Documentation](../README.md) / [Exports](../modules.md) / project\_view\_history ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.vi #### Defined in -[src/project_view_history.ts:259](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/project_view_history.ts#L259) +[src/project_view_history.ts:259](https://github.com/openkfw/TruBudget/blob/92640998/api/src/project_view_history.ts#L259) diff --git a/docs/developer/api-docs/modules/provisioning_end.md b/docs/developer/api-docs/modules/provisioning_end.md index 621df31e5..28add942e 100644 --- a/docs/developer/api-docs/modules/provisioning_end.md +++ b/docs/developer/api-docs/modules/provisioning_end.md @@ -1,5 +1,4 @@ # provisioning\_end - [Api Code Documentation](../README.md) / [Exports](../modules.md) / provisioning\_end ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/provisioni #### Defined in -[src/provisioning_end.ts:99](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/provisioning_end.ts#L99) +[src/provisioning_end.ts:99](https://github.com/openkfw/TruBudget/blob/92640998/api/src/provisioning_end.ts#L99) diff --git a/docs/developer/api-docs/modules/provisioning_get.md b/docs/developer/api-docs/modules/provisioning_get.md index 46ded5f35..510a76a6a 100644 --- a/docs/developer/api-docs/modules/provisioning_get.md +++ b/docs/developer/api-docs/modules/provisioning_get.md @@ -1,5 +1,4 @@ # provisioning\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / provisioning\_get ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/provisione #### Defined in -[src/provisioning_get.ts:72](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/provisioning_get.ts#L72) +[src/provisioning_get.ts:72](https://github.com/openkfw/TruBudget/blob/92640998/api/src/provisioning_get.ts#L72) diff --git a/docs/developer/api-docs/modules/provisioning_start.md b/docs/developer/api-docs/modules/provisioning_start.md index 50065f7d0..bdf66c863 100644 --- a/docs/developer/api-docs/modules/provisioning_start.md +++ b/docs/developer/api-docs/modules/provisioning_start.md @@ -1,5 +1,4 @@ # provisioning\_start - [Api Code Documentation](../README.md) / [Exports](../modules.md) / provisioning\_start ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/provisioni #### Defined in -[src/provisioning_start.ts:99](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/provisioning_start.ts#L99) +[src/provisioning_start.ts:99](https://github.com/openkfw/TruBudget/blob/92640998/api/src/provisioning_start.ts#L99) diff --git a/docs/developer/api-docs/modules/result.md b/docs/developer/api-docs/modules/result.md index 2bf584e92..d9d15f2de 100644 --- a/docs/developer/api-docs/modules/result.md +++ b/docs/developer/api-docs/modules/result.md @@ -1,5 +1,4 @@ # result - [Api Code Documentation](../README.md) / [Exports](../modules.md) / result ## Table of contents @@ -22,7 +21,7 @@ ### Type -Ƭ **Type**<`T`\>: `Result`<`T`\> +Ƭ **Type**\<`T`\>: `Result`\<`T`\> Type Result that can either contain a given type T or an Error @@ -34,13 +33,13 @@ Type Result that can either contain a given type T or an Error #### Defined in -[src/result.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/result.ts#L11) +[src/result.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/result.ts#L11) ## Functions ### isErr -▸ **isErr**<`T`\>(`result`): result is Error +▸ **isErr**\<`T`\>(`result`): result is Error Checks if the given result is an error @@ -54,7 +53,7 @@ Checks if the given result is an error | Name | Type | Description | | :------ | :------ | :------ | -| `result` | `Result`<`T`\> | an object wrapped in a Result that might be an error | +| `result` | `Result`\<`T`\> | an object wrapped in a Result that might be an error | #### Returns @@ -64,13 +63,13 @@ a boolean indicating if the given result is an error or not #### Defined in -[src/result.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/result.ts#L19) +[src/result.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/result.ts#L19) ___ ### isOk -▸ **isOk**<`T`\>(`result`): result is T +▸ **isOk**\<`T`\>(`result`): result is T Checks if the given result is Ok @@ -84,7 +83,7 @@ Checks if the given result is Ok | Name | Type | Description | | :------ | :------ | :------ | -| `result` | `Result`<`T`\> | an object wrapped in a Result that might be an error | +| `result` | `Result`\<`T`\> | an object wrapped in a Result that might be an error | #### Returns @@ -94,13 +93,13 @@ a boolean indicating if the given result is ok or not #### Defined in -[src/result.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/result.ts#L29) +[src/result.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/result.ts#L29) ___ ### map -▸ **map**<`T`, `U`\>(`result`, `fn`): `Result`<`U`\> +▸ **map**\<`T`, `U`\>(`result`, `fn`): `Result`\<`U`\> Maps the result to an error or applies the desired function on the result @@ -115,24 +114,24 @@ Maps the result to an error or applies the desired function on the result | Name | Type | Description | | :------ | :------ | :------ | -| `result` | `Result`<`T`\> | an element wrapped in a Result | -| `fn` | `MapFn`<`T`, `U`\> | a callback function that should be applied to the result | +| `result` | `Result`\<`T`\> | an element wrapped in a Result | +| `fn` | `MapFn`\<`T`, `U`\> | a callback function that should be applied to the result | #### Returns -`Result`<`U`\> +`Result`\<`U`\> the result of the function or an error #### Defined in -[src/result.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/result.ts#L44) +[src/result.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/result.ts#L44) ___ ### mapErr -▸ **mapErr**<`T`\>(`result`, `fn`): `Result`<`T`\> +▸ **mapErr**\<`T`\>(`result`, `fn`): `Result`\<`T`\> Applies a function to an error or returns the result @@ -146,24 +145,24 @@ Applies a function to an error or returns the result | Name | Type | Description | | :------ | :------ | :------ | -| `result` | `Result`<`T`\> | an element wrapped in a Result | -| `fn` | `MapFn`<`Error`, `Error`\> | a callback function that should be applied to the result | +| `result` | `Result`\<`T`\> | an element wrapped in a Result | +| `fn` | `MapFn`\<`Error`, `Error`\> | a callback function that should be applied to the result | #### Returns -`Result`<`T`\> +`Result`\<`T`\> the result of the function if the element is an error or the given element otherwise #### Defined in -[src/result.ts:59](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/result.ts#L59) +[src/result.ts:59](https://github.com/openkfw/TruBudget/blob/92640998/api/src/result.ts#L59) ___ ### unwrap -▸ **unwrap**<`T`\>(`result`, `message?`): `T` \| `never` +▸ **unwrap**\<`T`\>(`result`, `message?`): `T` \| `never` Unwraps the result or throws an error @@ -177,7 +176,7 @@ Unwraps the result or throws an error | Name | Type | Description | | :------ | :------ | :------ | -| `result` | `Result`<`T`\> | an element wrapped in a Result | +| `result` | `Result`\<`T`\> | an element wrapped in a Result | | `message?` | `string` | an optional message to be used when throwing the error | #### Returns @@ -188,13 +187,13 @@ the unwrapped result #### Defined in -[src/result.ts:74](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/result.ts#L74) +[src/result.ts:74](https://github.com/openkfw/TruBudget/blob/92640998/api/src/result.ts#L74) ___ ### unwrapErr -▸ **unwrapErr**<`T`\>(`result`, `message?`): `Error` \| `never` +▸ **unwrapErr**\<`T`\>(`result`, `message?`): `Error` \| `never` Unwraps the error or throws an error @@ -208,7 +207,7 @@ Unwraps the error or throws an error | Name | Type | Description | | :------ | :------ | :------ | -| `result` | `Result`<`T`\> | an element wrapped in a Result | +| `result` | `Result`\<`T`\> | an element wrapped in a Result | | `message?` | `string` | an optional message to be used when throwing the error | #### Returns @@ -219,13 +218,13 @@ the unwrapped error if the given element was indeed an error #### Defined in -[src/result.ts:93](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/result.ts#L93) +[src/result.ts:93](https://github.com/openkfw/TruBudget/blob/92640998/api/src/result.ts#L93) ___ ### unwrapOr -▸ **unwrapOr**<`T`, `U`\>(`result`, `defaultValue`): `T` \| `U` +▸ **unwrapOr**\<`T`, `U`\>(`result`, `defaultValue`): `T` \| `U` Unwraps the result or returns a default value @@ -240,7 +239,7 @@ Unwraps the result or returns a default value | Name | Type | Description | | :------ | :------ | :------ | -| `result` | `Result`<`T`\> | an element wrapped in a Result | +| `result` | `Result`\<`T`\> | an element wrapped in a Result | | `defaultValue` | `U` | default value | #### Returns @@ -251,4 +250,4 @@ the unwrapped result or the default value in case the given element is an error #### Defined in -[src/result.ts:108](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/result.ts#L108) +[src/result.ts:108](https://github.com/openkfw/TruBudget/blob/92640998/api/src/result.ts#L108) diff --git a/docs/developer/api-docs/modules/scripts_joiGenerator.md b/docs/developer/api-docs/modules/scripts_joiGenerator.md index c9b12d1ab..6363d6f92 100644 --- a/docs/developer/api-docs/modules/scripts_joiGenerator.md +++ b/docs/developer/api-docs/modules/scripts_joiGenerator.md @@ -1,3 +1,2 @@ # scripts/joiGenerator - [Api Code Documentation](../README.md) / [Exports](../modules.md) / scripts/joiGenerator diff --git a/docs/developer/api-docs/modules/service.md b/docs/developer/api-docs/modules/service.md index b4ce47836..1cf836c89 100644 --- a/docs/developer/api-docs/modules/service.md +++ b/docs/developer/api-docs/modules/service.md @@ -1,5 +1,4 @@ # service - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service ## Table of contents @@ -126,7 +125,7 @@ Re-exports [writeProjectAssignedToChain](service_ProjectEvents.md#writeprojectas ### assignWorkflowitem -▸ **assignWorkflowitem**(`conn`, `issuer`, `newAssignee`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`<`void`\> +▸ **assignWorkflowitem**(`conn`, `issuer`, `newAssignee`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`\<`void`\> #### Parameters @@ -141,17 +140,17 @@ Re-exports [writeProjectAssignedToChain](service_ProjectEvents.md#writeprojectas #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/index.ts:277](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/index.ts#L277) +[src/service/index.ts:277](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/index.ts#L277) ___ ### closeWorkflowitem -▸ **closeWorkflowitem**(`conn`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`<`void`\> +▸ **closeWorkflowitem**(`conn`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`\<`void`\> #### Parameters @@ -165,17 +164,17 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/index.ts:218](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/index.ts#L218) +[src/service/index.ts:218](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/index.ts#L218) ___ ### getWorkflowitemOrdering -▸ **getWorkflowitemOrdering**(`conn`, `projectId`, `subprojectId`): `Promise`<`string`[]\> +▸ **getWorkflowitemOrdering**(`conn`, `projectId`, `subprojectId`): `Promise`\<`string`[]\> #### Parameters @@ -187,17 +186,17 @@ ___ #### Returns -`Promise`<`string`[]\> +`Promise`\<`string`[]\> #### Defined in -[src/service/index.ts:176](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/index.ts#L176) +[src/service/index.ts:176](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/index.ts#L176) ___ ### grantGlobalPermission -▸ **grantGlobalPermission**(`conn`, `issuer`, `grantee`, `intent`): `Promise`<`void`\> +▸ **grantGlobalPermission**(`conn`, `issuer`, `grantee`, `intent`): `Promise`\<`void`\> #### Parameters @@ -210,11 +209,11 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/index.ts:52](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/index.ts#L52) +[src/service/index.ts:52](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/index.ts#L52) ___ @@ -234,13 +233,13 @@ ___ #### Defined in -[src/service/index.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/index.ts#L40) +[src/service/index.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/index.ts#L40) ___ ### revokeGlobalPermission -▸ **revokeGlobalPermission**(`conn`, `issuer`, `recipient`, `intent`): `Promise`<`void`\> +▸ **revokeGlobalPermission**(`conn`, `issuer`, `recipient`, `intent`): `Promise`\<`void`\> #### Parameters @@ -253,17 +252,17 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/index.ts:101](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/index.ts#L101) +[src/service/index.ts:101](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/index.ts#L101) ___ ### updateWorkflowitem -▸ **updateWorkflowitem**(`conn`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `data`): `Promise`<`void`\> +▸ **updateWorkflowitem**(`conn`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `data`): `Promise`\<`void`\> #### Parameters @@ -278,8 +277,8 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/index.ts:247](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/index.ts#L247) +[src/service/index.ts:247](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/index.ts#L247) diff --git a/docs/developer/api-docs/modules/service_Client.md b/docs/developer/api-docs/modules/service_Client.md index bec31e84d..a51c7468e 100644 --- a/docs/developer/api-docs/modules/service_Client.md +++ b/docs/developer/api-docs/modules/service_Client.md @@ -1,5 +1,4 @@ # service/Client - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/Client ## Table of contents @@ -30,4 +29,4 @@ #### Defined in -[src/service/Client.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.ts#L39) +[src/service/Client.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.ts#L39) diff --git a/docs/developer/api-docs/modules/service_Client_h.md b/docs/developer/api-docs/modules/service_Client_h.md index 259a9ec96..437e15245 100644 --- a/docs/developer/api-docs/modules/service_Client_h.md +++ b/docs/developer/api-docs/modules/service_Client_h.md @@ -1,5 +1,4 @@ # service/Client.h - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/Client.h ## Table of contents @@ -43,7 +42,7 @@ Re-exports [RpcMultichainClient](../classes/service_Client.RpcMultichainClient.m #### Defined in -[src/service/Client.h.ts:105](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L105) +[src/service/Client.h.ts:105](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L105) ___ @@ -53,7 +52,7 @@ ___ #### Defined in -[src/service/Client.h.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L8) +[src/service/Client.h.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L8) ___ @@ -63,7 +62,7 @@ ___ #### Defined in -[src/service/Client.h.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L29) +[src/service/Client.h.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L29) ___ @@ -73,7 +72,7 @@ ___ #### Defined in -[src/service/Client.h.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L30) +[src/service/Client.h.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L30) ___ @@ -83,4 +82,4 @@ ___ #### Defined in -[src/service/Client.h.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/Client.h.ts#L27) +[src/service/Client.h.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/Client.h.ts#L27) diff --git a/docs/developer/api-docs/modules/service_Client_storage_service.md b/docs/developer/api-docs/modules/service_Client_storage_service.md index 443c2454b..14a6c4611 100644 --- a/docs/developer/api-docs/modules/service_Client_storage_service.md +++ b/docs/developer/api-docs/modules/service_Client_storage_service.md @@ -1,5 +1,4 @@ # service/Client\_storage\_service - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/Client\_storage\_service ## Table of contents diff --git a/docs/developer/api-docs/modules/service_Client_storage_service_h.md b/docs/developer/api-docs/modules/service_Client_storage_service_h.md index d2c87a066..b0f4b0419 100644 --- a/docs/developer/api-docs/modules/service_Client_storage_service_h.md +++ b/docs/developer/api-docs/modules/service_Client_storage_service_h.md @@ -1,5 +1,4 @@ # service/Client\_storage\_service.h - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/Client\_storage\_service.h ## Table of contents diff --git a/docs/developer/api-docs/modules/service_ProjectEvents.md b/docs/developer/api-docs/modules/service_ProjectEvents.md index d7addb37a..225cd79d0 100644 --- a/docs/developer/api-docs/modules/service_ProjectEvents.md +++ b/docs/developer/api-docs/modules/service_ProjectEvents.md @@ -1,5 +1,4 @@ # service/ProjectEvents - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/ProjectEvents ## Table of contents @@ -25,28 +24,28 @@ ### applyStreamItems -▸ **applyStreamItems**(`streamItems`, `projectsByName?`): `Map`<`string`, [`Project`](../interfaces/service_ProjectEvents.Project.md)\> +▸ **applyStreamItems**(`streamItems`, `projectsByName?`): `Map`\<`string`, [`Project`](../interfaces/service_ProjectEvents.Project.md)\> #### Parameters | Name | Type | | :------ | :------ | | `streamItems` | [`Item`](../interfaces/service_liststreamkeyitems.Item.md)[] | -| `projectsByName` | `Map`<`string`, [`Project`](../interfaces/service_ProjectEvents.Project.md)\> | +| `projectsByName` | `Map`\<`string`, [`Project`](../interfaces/service_ProjectEvents.Project.md)\> | #### Returns -`Map`<`string`, [`Project`](../interfaces/service_ProjectEvents.Project.md)\> +`Map`\<`string`, [`Project`](../interfaces/service_ProjectEvents.Project.md)\> #### Defined in -[src/service/ProjectEvents.ts:203](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L203) +[src/service/ProjectEvents.ts:203](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L203) ___ ### createProjectOnChain -▸ **createProjectOnChain**(`conn`, `issuer`, `project`): `Promise`<`void`\> +▸ **createProjectOnChain**(`conn`, `issuer`, `project`): `Promise`\<`void`\> #### Parameters @@ -58,17 +57,17 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/ProjectEvents.ts:54](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L54) +[src/service/ProjectEvents.ts:54](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L54) ___ ### getProject -▸ **getProject**(`conn`, `id`): `Promise`<[`Project`](../interfaces/service_ProjectEvents.Project.md)\> +▸ **getProject**(`conn`, `id`): `Promise`\<[`Project`](../interfaces/service_ProjectEvents.Project.md)\> #### Parameters @@ -79,17 +78,17 @@ ___ #### Returns -`Promise`<[`Project`](../interfaces/service_ProjectEvents.Project.md)\> +`Promise`\<[`Project`](../interfaces/service_ProjectEvents.Project.md)\> #### Defined in -[src/service/ProjectEvents.ts:148](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L148) +[src/service/ProjectEvents.ts:148](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L148) ___ ### getProjectList -▸ **getProjectList**(`conn`): `Promise`<[`Project`](../interfaces/service_ProjectEvents.Project.md)[]\> +▸ **getProjectList**(`conn`): `Promise`\<[`Project`](../interfaces/service_ProjectEvents.Project.md)[]\> #### Parameters @@ -99,17 +98,17 @@ ___ #### Returns -`Promise`<[`Project`](../interfaces/service_ProjectEvents.Project.md)[]\> +`Promise`\<[`Project`](../interfaces/service_ProjectEvents.Project.md)[]\> #### Defined in -[src/service/ProjectEvents.ts:160](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L160) +[src/service/ProjectEvents.ts:160](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L160) ___ ### getProjectPermissionList -▸ **getProjectPermissionList**(`conn`, `projectId`): `Promise`<[`Permissions`](authz_types.md#permissions)\> +▸ **getProjectPermissionList**(`conn`, `projectId`): `Promise`\<[`Permissions`](authz_types.md#permissions)\> #### Parameters @@ -120,17 +119,17 @@ ___ #### Returns -`Promise`<[`Permissions`](authz_types.md#permissions)\> +`Promise`\<[`Permissions`](authz_types.md#permissions)\> #### Defined in -[src/service/ProjectEvents.ts:166](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L166) +[src/service/ProjectEvents.ts:166](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L166) ___ ### grantProjectPermission -▸ **grantProjectPermission**(`conn`, `issuer`, `projectId`, `grantee`, `intent`): `Promise`<`void`\> +▸ **grantProjectPermission**(`conn`, `issuer`, `projectId`, `grantee`, `intent`): `Promise`\<`void`\> #### Parameters @@ -144,17 +143,17 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/ProjectEvents.ts:174](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L174) +[src/service/ProjectEvents.ts:174](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L174) ___ ### updateProject -▸ **updateProject**(`conn`, `issuer`, `projectId`, `update`): `Promise`<`void`\> +▸ **updateProject**(`conn`, `issuer`, `projectId`, `update`): `Promise`\<`void`\> #### Parameters @@ -167,17 +166,17 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/ProjectEvents.ts:120](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L120) +[src/service/ProjectEvents.ts:120](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L120) ___ ### writeProjectAssignedToChain -▸ **writeProjectAssignedToChain**(`conn`, `issuer`, `projectId`, `assignee`): `Promise`<`void`\> +▸ **writeProjectAssignedToChain**(`conn`, `issuer`, `projectId`, `assignee`): `Promise`\<`void`\> #### Parameters @@ -190,8 +189,8 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/ProjectEvents.ts:93](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/ProjectEvents.ts#L93) +[src/service/ProjectEvents.ts:93](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/ProjectEvents.ts#L93) diff --git a/docs/developer/api-docs/modules/service_RpcClient.md b/docs/developer/api-docs/modules/service_RpcClient.md index f7f162b2c..b221e61e9 100644 --- a/docs/developer/api-docs/modules/service_RpcClient.md +++ b/docs/developer/api-docs/modules/service_RpcClient.md @@ -1,5 +1,4 @@ # service/RpcClient - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/RpcClient ## Table of contents diff --git a/docs/developer/api-docs/modules/service_RpcClient_h.md b/docs/developer/api-docs/modules/service_RpcClient_h.md index 4615f08e8..3478227e6 100644 --- a/docs/developer/api-docs/modules/service_RpcClient_h.md +++ b/docs/developer/api-docs/modules/service_RpcClient_h.md @@ -1,5 +1,4 @@ # service/RpcClient.h - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/RpcClient.h ## Table of contents diff --git a/docs/developer/api-docs/modules/service_RpcError.md b/docs/developer/api-docs/modules/service_RpcError.md index b4bb1f744..0170df5ce 100644 --- a/docs/developer/api-docs/modules/service_RpcError.md +++ b/docs/developer/api-docs/modules/service_RpcError.md @@ -1,5 +1,4 @@ # service/RpcError - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/RpcError ## Table of contents diff --git a/docs/developer/api-docs/modules/service_RpcRequest_h.md b/docs/developer/api-docs/modules/service_RpcRequest_h.md index 4b544090f..fdf63d278 100644 --- a/docs/developer/api-docs/modules/service_RpcRequest_h.md +++ b/docs/developer/api-docs/modules/service_RpcRequest_h.md @@ -1,5 +1,4 @@ # service/RpcRequest.h - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/RpcRequest.h ## Table of contents diff --git a/docs/developer/api-docs/modules/service_RpcResponse_h.md b/docs/developer/api-docs/modules/service_RpcResponse_h.md index fad6b1b8c..548e4579a 100644 --- a/docs/developer/api-docs/modules/service_RpcResponse_h.md +++ b/docs/developer/api-docs/modules/service_RpcResponse_h.md @@ -1,5 +1,4 @@ # service/RpcResponse.h - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/RpcResponse.h ## Table of contents diff --git a/docs/developer/api-docs/modules/service_cache.md b/docs/developer/api-docs/modules/service_cache.md index 38c98a854..c106a78e1 100644 --- a/docs/developer/api-docs/modules/service_cache.md +++ b/docs/developer/api-docs/modules/service_cache.md @@ -1,5 +1,4 @@ # service/cache - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/cache ## Table of contents @@ -24,12 +23,12 @@ | :------ | :------ | | `isWriteLocked` | `boolean` | | `projectStreams?` | [`Stream`](../interfaces/service_Client_h.Stream.md)[] | -| `projects` | `Map`<`string`, `Project`\> | -| `streamState` | `Map`<`StreamName`, `StreamCursor`\> | +| `projects` | `Map`\<`string`, `Project`\> | +| `streamState` | `Map`\<`StreamName`, `StreamCursor`\> | #### Defined in -[src/service/cache.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/cache.ts#L8) +[src/service/cache.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache.ts#L8) ## Functions @@ -43,4 +42,4 @@ #### Defined in -[src/service/cache.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/cache.ts#L19) +[src/service/cache.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache.ts#L19) diff --git a/docs/developer/api-docs/modules/service_cache2.md b/docs/developer/api-docs/modules/service_cache2.md index 5aaf2f7b4..d9d813216 100644 --- a/docs/developer/api-docs/modules/service_cache2.md +++ b/docs/developer/api-docs/modules/service_cache2.md @@ -1,5 +1,4 @@ # service/cache2 - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/cache2 ## Table of contents @@ -15,7 +14,6 @@ - [initCache](service_cache2.md#initcache) - [invalidateCache](service_cache2.md#invalidatecache) - [parseBusinessEvents](service_cache2.md#parsebusinessevents) -- [updateAggregates](service_cache2.md#updateaggregates) - [withCache](service_cache2.md#withcache) ## Type Aliases @@ -28,25 +26,20 @@ | Name | Type | | :------ | :------ | -| `cachedProjects` | `Map`<[`Id`](service_domain_workflow_project.md#id), [`Project`](../interfaces/service_domain_workflow_project.Project.md)\> | -| `cachedSubprojectLookup` | `Map`<[`Id`](service_domain_workflow_project.md#id), `Set`<[`Id`](service_domain_workflow_subproject.md#id)\>\> | -| `cachedSubprojects` | `Map`<[`Id`](service_domain_workflow_subproject.md#id), [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> | -| `cachedWorkflowItems` | `Map`<[`Id`](service_domain_workflow_workflowitem.md#id), [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> | -| `cachedWorkflowitemLookup` | `Map`<[`Id`](service_domain_workflow_subproject.md#id), `Set`<[`Id`](service_domain_workflow_workflowitem.md#id)\>\> | | `ee` | `EventEmitter` | -| `eventsByStream` | `Map`<`StreamName`, [`BusinessEvent`](service_domain_business_event.md#businessevent)[]\> | +| `eventsByStream` | `Map`\<`StreamName`, [`BusinessEvent`](service_domain_business_event.md#businessevent)[]\> | | `isWriteLocked` | `boolean` | -| `streamState` | `Map`<`StreamName`, `StreamCursor`\> | +| `streamState` | `Map`\<`StreamName`, `StreamCursor`\> | #### Defined in -[src/service/cache2.ts:73](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/cache2.ts#L73) +[src/service/cache2.ts:68](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache2.ts#L68) ___ ### TransactionFn -Ƭ **TransactionFn**<`T`\>: (`cache`: `CacheInstance`) => `Promise`<`T`\> +Ƭ **TransactionFn**\<`T`\>: (`cache`: `CacheInstance`) => `Promise`\<`T`\> #### Type parameters @@ -56,7 +49,7 @@ ___ #### Type declaration -▸ (`cache`): `Promise`<`T`\> +▸ (`cache`): `Promise`\<`T`\> ##### Parameters @@ -66,11 +59,11 @@ ___ ##### Returns -`Promise`<`T`\> +`Promise`\<`T`\> #### Defined in -[src/service/cache2.ts:329](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/cache2.ts#L329) +[src/service/cache2.ts:197](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache2.ts#L197) ## Functions @@ -91,7 +84,7 @@ ___ #### Defined in -[src/service/cache2.ts:148](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/cache2.ts#L148) +[src/service/cache2.ts:106](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache2.ts#L106) ___ @@ -105,13 +98,13 @@ ___ #### Defined in -[src/service/cache2.ts:92](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/cache2.ts#L92) +[src/service/cache2.ts:78](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache2.ts#L78) ___ ### invalidateCache -▸ **invalidateCache**(`conn`): `Promise`<`void`\> +▸ **invalidateCache**(`conn`): `Promise`\<`void`\> #### Parameters @@ -121,17 +114,17 @@ ___ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/cache2.ts:359](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/cache2.ts#L359) +[src/service/cache2.ts:227](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache2.ts#L227) ___ ### parseBusinessEvents -▸ **parseBusinessEvents**(`items`, `streamName`): [`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>[] +▸ **parseBusinessEvents**(`items`, `streamName`): [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>[] #### Parameters @@ -142,39 +135,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>[] +[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>[] #### Defined in -[src/service/cache2.ts:640](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/cache2.ts#L640) - -___ - -### updateAggregates - -▸ **updateAggregates**(`ctx`, `cache`, `newEvents`): `void` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | -| `cache` | [`Cache2`](service_cache2.md#cache2) | -| `newEvents` | [`BusinessEvent`](service_domain_business_event.md#businessevent)[] | - -#### Returns - -`void` - -#### Defined in - -[src/service/cache2.ts:546](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/cache2.ts#L546) +[src/service/cache2.ts:463](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache2.ts#L463) ___ ### withCache -▸ **withCache**<`T`\>(`conn`, `ctx`, `transaction`, `doRefresh?`): `Promise`<`T`\> +▸ **withCache**\<`T`\>(`conn`, `ctx`, `transaction`, `doRefresh?`): `Promise`\<`T`\> #### Type parameters @@ -188,13 +159,13 @@ ___ | :------ | :------ | :------ | | `conn` | [`ConnToken`](service_conn.md#conntoken) | `undefined` | | `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | `undefined` | -| `transaction` | [`TransactionFn`](service_cache2.md#transactionfn)<`T`\> | `undefined` | +| `transaction` | [`TransactionFn`](service_cache2.md#transactionfn)\<`T`\> | `undefined` | | `doRefresh` | `boolean` | `true` | #### Returns -`Promise`<`T`\> +`Promise`\<`T`\> #### Defined in -[src/service/cache2.ts:331](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/cache2.ts#L331) +[src/service/cache2.ts:199](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache2.ts#L199) diff --git a/docs/developer/api-docs/modules/service_cache2_backwards_compatibility_spec.md b/docs/developer/api-docs/modules/service_cache2_backwards_compatibility_spec.md deleted file mode 100644 index fbe27b7d4..000000000 --- a/docs/developer/api-docs/modules/service_cache2_backwards_compatibility_spec.md +++ /dev/null @@ -1,3 +0,0 @@ -# service/cache2-backwards-compatibility.spec - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/cache2-backwards-compatibility.spec diff --git a/docs/developer/api-docs/modules/service_cache2_spec.md b/docs/developer/api-docs/modules/service_cache2_spec.md deleted file mode 100644 index 57a0ffef2..000000000 --- a/docs/developer/api-docs/modules/service_cache2_spec.md +++ /dev/null @@ -1,3 +0,0 @@ -# service/cache2.spec - -[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/cache2.spec diff --git a/docs/developer/api-docs/modules/service_cache_snapshot.md b/docs/developer/api-docs/modules/service_cache_snapshot.md new file mode 100644 index 000000000..029d25b5d --- /dev/null +++ b/docs/developer/api-docs/modules/service_cache_snapshot.md @@ -0,0 +1,122 @@ +# service/cache\_snapshot +[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/cache\_snapshot + +## Table of contents + +### Functions + +- [getLatestSnapshot](service_cache_snapshot.md#getlatestsnapshot) +- [parseBusinessEvents](service_cache_snapshot.md#parsebusinessevents) +- [publishSnapshot](service_cache_snapshot.md#publishsnapshot) + +## Functions + +### getLatestSnapshot + +▸ **getLatestSnapshot**(`ctx`, `conn`, `streamName`, `key`, `eventType`): `Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `streamName` | `string` | +| `key` | `string` | +| `eventType` | ``"project_snapshot_published"`` | + +#### Returns + +`Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> + +#### Defined in + +[src/service/cache_snapshot.ts:78](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache_snapshot.ts#L78) + +▸ **getLatestSnapshot**(`ctx`, `conn`, `streamName`, `key`, `eventType`): `Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `streamName` | `string` | +| `key` | `string` | +| `eventType` | ``"subproject_snapshot_published"`` | + +#### Returns + +`Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> + +#### Defined in + +[src/service/cache_snapshot.ts:86](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache_snapshot.ts#L86) + +▸ **getLatestSnapshot**(`ctx`, `conn`, `streamName`, `key`, `eventType`): `Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `streamName` | `string` | +| `key` | `string` | +| `eventType` | ``"workflowitem_snapshot_published"`` | + +#### Returns + +`Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> + +#### Defined in + +[src/service/cache_snapshot.ts:94](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache_snapshot.ts#L94) + +___ + +### parseBusinessEvents + +▸ **parseBusinessEvents**(`items`, `streamName`): [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>[] + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `items` | [`Item`](../interfaces/service_liststreamitems.Item.md)[] | +| `streamName` | `string` | + +#### Returns + +[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>[] + +#### Defined in + +[src/service/cache_snapshot.ts:335](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache_snapshot.ts#L335) + +___ + +### publishSnapshot + +▸ **publishSnapshot**(`ctx`, `conn`, `streamName`, `key`, `eventType`, `creatingUser`, `createEvent`, `ordering?`): `Promise`\<\{ `canPublish`: `boolean` ; `eventData`: [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\> }\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `streamName` | `string` | +| `key` | `string` | +| `eventType` | `string` | +| `creatingUser` | [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md) | +| `createEvent` | `Function` | +| `ordering?` | [`WorkflowitemOrdering`](service_domain_workflow_workflowitem_ordering.md#workflowitemordering) | + +#### Returns + +`Promise`\<\{ `canPublish`: `boolean` ; `eventData`: [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\> }\> + +#### Defined in + +[src/service/cache_snapshot.ts:187](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/cache_snapshot.ts#L187) diff --git a/docs/developer/api-docs/modules/service_conn.md b/docs/developer/api-docs/modules/service_conn.md index b6f68b1ea..aa9bda2ae 100644 --- a/docs/developer/api-docs/modules/service_conn.md +++ b/docs/developer/api-docs/modules/service_conn.md @@ -1,5 +1,4 @@ # service/conn - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/conn ## Table of contents @@ -26,4 +25,4 @@ Opaque token that carries connection state. #### Defined in -[src/service/conn.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/conn.ts#L8) +[src/service/conn.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/conn.ts#L8) diff --git a/docs/developer/api-docs/modules/service_createkeypairs.md b/docs/developer/api-docs/modules/service_createkeypairs.md index 0928da05d..4e5dace95 100644 --- a/docs/developer/api-docs/modules/service_createkeypairs.md +++ b/docs/developer/api-docs/modules/service_createkeypairs.md @@ -1,5 +1,4 @@ # service/createkeypairs - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/createkeypairs ## Table of contents @@ -12,7 +11,7 @@ ### createkeypairs -▸ **createkeypairs**(`multichain`): `Promise`<[`KeyPair`](../interfaces/service_domain_organization_key_pair.KeyPair.md)\> +▸ **createkeypairs**(`multichain`): `Promise`\<[`KeyPair`](../interfaces/service_domain_organization_key_pair.KeyPair.md)\> #### Parameters @@ -22,8 +21,8 @@ #### Returns -`Promise`<[`KeyPair`](../interfaces/service_domain_organization_key_pair.KeyPair.md)\> +`Promise`\<[`KeyPair`](../interfaces/service_domain_organization_key_pair.KeyPair.md)\> #### Defined in -[src/service/createkeypairs.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/createkeypairs.ts#L4) +[src/service/createkeypairs.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/createkeypairs.ts#L4) diff --git a/docs/developer/api-docs/modules/service_document_get.md b/docs/developer/api-docs/modules/service_document_get.md index 187590214..498b2fb79 100644 --- a/docs/developer/api-docs/modules/service_document_get.md +++ b/docs/developer/api-docs/modules/service_document_get.md @@ -1,5 +1,4 @@ # service/document\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/document\_get ## Table of contents @@ -12,7 +11,7 @@ ### getDocuments -▸ **getDocuments**(`conn`, `ctx`): `Promise`<[`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)[]\>\> +▸ **getDocuments**(`conn`, `ctx`): `Promise`\<[`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)[]\>\> #### Parameters @@ -23,8 +22,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)[]\>\> #### Defined in -[src/service/document_get.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/document_get.ts#L8) +[src/service/document_get.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/document_get.ts#L11) diff --git a/docs/developer/api-docs/modules/service_document_share.md b/docs/developer/api-docs/modules/service_document_share.md index 71650dab5..a515d5760 100644 --- a/docs/developer/api-docs/modules/service_document_share.md +++ b/docs/developer/api-docs/modules/service_document_share.md @@ -1,5 +1,4 @@ # service/document\_share - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/document\_share ## Table of contents @@ -12,7 +11,7 @@ ### documentShare -▸ **documentShare**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **documentShare**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/document_share.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/document_share.ts#L17) +[src/service/document_share.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/document_share.ts#L20) diff --git a/docs/developer/api-docs/modules/service_document_upload.md b/docs/developer/api-docs/modules/service_document_upload.md index bffcf78e0..cff487dc7 100644 --- a/docs/developer/api-docs/modules/service_document_upload.md +++ b/docs/developer/api-docs/modules/service_document_upload.md @@ -1,5 +1,4 @@ # service/document\_upload - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/document\_upload ## Table of contents @@ -12,7 +11,7 @@ ### documentUpload -▸ **documentUpload**(`conn`, `storageServiceClient`, `ctx`, `serviceUser`, `requestData`): `Promise`<[`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\>\> +▸ **documentUpload**(`conn`, `storageServiceClient`, `ctx`, `serviceUser`, `requestData`): `Promise`\<[`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\>\> #### Defined in -[src/service/document_upload.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/document_upload.ts#L18) +[src/service/document_upload.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/document_upload.ts#L21) diff --git a/docs/developer/api-docs/modules/service_document_validation.md b/docs/developer/api-docs/modules/service_document_validation.md index 83c2aa807..f003d2293 100644 --- a/docs/developer/api-docs/modules/service_document_validation.md +++ b/docs/developer/api-docs/modules/service_document_validation.md @@ -1,5 +1,4 @@ # service/document\_validation - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/document\_validation ## Table of contents @@ -12,7 +11,7 @@ ### isSameDocument -▸ **isSameDocument**(`documentBase64`, `expectedSHA256`, `documentId`, `conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`<[`Type`](result.md#type)<`boolean`\>\> +▸ **isSameDocument**(`documentBase64`, `expectedSHA256`, `documentId`, `conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`\<[`Type`](result.md#type)\<`boolean`\>\> Returns true if the given hash matches the given document. @@ -32,8 +31,8 @@ Returns true if the given hash matches the given document. #### Returns -`Promise`<[`Type`](result.md#type)<`boolean`\>\> +`Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Defined in -[src/service/document_validation.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/document_validation.ts#L22) +[src/service/document_validation.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/document_validation.ts#L25) diff --git a/docs/developer/api-docs/modules/service_domain_ResourceMap.md b/docs/developer/api-docs/modules/service_domain_ResourceMap.md index 35878a8b9..c6efa4c3c 100644 --- a/docs/developer/api-docs/modules/service_domain_ResourceMap.md +++ b/docs/developer/api-docs/modules/service_domain_ResourceMap.md @@ -1,5 +1,4 @@ # service/domain/ResourceMap - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/ResourceMap ## Table of contents @@ -21,14 +20,14 @@ #### Defined in -[src/service/domain/ResourceMap.ts:1](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/ResourceMap.ts#L1) +[src/service/domain/ResourceMap.ts:1](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/ResourceMap.ts#L1) ___ ### ResourceMap -Ƭ **ResourceMap**: { [key in Resource]?: Object } +Ƭ **ResourceMap**: \{ [key in Resource]?: Object } #### Defined in -[src/service/domain/ResourceMap.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/ResourceMap.ts#L8) +[src/service/domain/ResourceMap.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/ResourceMap.ts#L8) diff --git a/docs/developer/api-docs/modules/service_domain_additional_data.md b/docs/developer/api-docs/modules/service_domain_additional_data.md index 884ac640e..5ddf14e53 100644 --- a/docs/developer/api-docs/modules/service_domain_additional_data.md +++ b/docs/developer/api-docs/modules/service_domain_additional_data.md @@ -1,5 +1,4 @@ # service/domain/additional\_data - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/additional\_data ## Table of contents @@ -20,14 +19,14 @@ #### Defined in -[src/service/domain/additional_data.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/additional_data.ts#L3) +[src/service/domain/additional_data.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/additional_data.ts#L3) ## Variables ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/additional_data.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/additional_data.ts#L5) +[src/service/domain/additional_data.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/additional_data.ts#L5) diff --git a/docs/developer/api-docs/modules/service_domain_business_event.md b/docs/developer/api-docs/modules/service_domain_business_event.md index 05e82ab1e..f6117a63b 100644 --- a/docs/developer/api-docs/modules/service_domain_business_event.md +++ b/docs/developer/api-docs/modules/service_domain_business_event.md @@ -1,5 +1,4 @@ # service/domain/business\_event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/business\_event ## Table of contents @@ -16,18 +15,18 @@ ### BusinessEvent -Ƭ **BusinessEvent**: [`Event`](../interfaces/service_domain_workflow_global_permission_granted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_global_permission_revoked.Event.md) \| [`Event`](../interfaces/service_domain_organization_group_created.Event.md) \| [`Event`](../interfaces/service_domain_organization_group_member_added.Event.md) \| [`Event`](../interfaces/service_domain_organization_group_member_removed.Event.md) \| [`Event`](../interfaces/service_domain_organization_group_permissions_granted.Event.md) \| [`Event`](../interfaces/service_domain_organization_group_permissions_revoked.Event.md) \| [`Event`](../interfaces/service_domain_workflow_notification_created.Event.md) \| [`Event`](../interfaces/service_domain_workflow_notification_marked_read.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_assigned.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_closed.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_created.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_permission_granted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_permission_revoked.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_projected_budget_updated.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_updated.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_assigned.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_closed.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitems_reordered.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_permission_granted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_permission_revoked.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_updated.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_created.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_password_changed.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_enabled.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_disabled.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_permission_granted.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_permission_revoked.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_assigned.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_closed.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_created.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_updated.Event.md) \| [`Event`](../interfaces/service_domain_document_document_validated.Event.md) \| [`Event`](../interfaces/service_domain_organization_public_key_published.Event.md) \| [`Event`](../interfaces/service_domain_organization_public_key_updated.Event.md) \| [`Event`](../interfaces/service_domain_document_document_uploaded.Event.md) \| [`Event`](../interfaces/service_domain_document_document_shared.Event.md) \| [`Event`](../interfaces/service_domain_document_storage_service_url_updated.Event.md) \| [`Event`](../interfaces/service_domain_system_information_provisioning_started.Event.md) \| [`Event`](../interfaces/service_domain_system_information_provisioning_ended.Event.md) +Ƭ **BusinessEvent**: [`Event`](../interfaces/service_domain_workflow_global_permission_granted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_global_permission_revoked.Event.md) \| [`Event`](../interfaces/service_domain_organization_group_created.Event.md) \| [`Event`](../interfaces/service_domain_organization_group_member_added.Event.md) \| [`Event`](../interfaces/service_domain_organization_group_member_removed.Event.md) \| [`Event`](../interfaces/service_domain_organization_group_permissions_granted.Event.md) \| [`Event`](../interfaces/service_domain_organization_group_permissions_revoked.Event.md) \| [`Event`](../interfaces/service_domain_workflow_notification_created.Event.md) \| [`Event`](../interfaces/service_domain_workflow_notification_marked_read.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_assigned.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_closed.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_created.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_snapshot_published.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_permission_granted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_permission_revoked.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_projected_budget_updated.Event.md) \| [`Event`](../interfaces/service_domain_workflow_project_updated.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_assigned.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_closed.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitems_reordered.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_snapshot_published.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_permission_granted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_permission_revoked.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md) \| [`Event`](../interfaces/service_domain_workflow_subproject_updated.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_created.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_password_changed.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_enabled.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_disabled.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_permission_granted.Event.md) \| [`Event`](../interfaces/service_domain_organization_user_permission_revoked.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_assigned.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_snapshot_published.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_closed.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_created.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md) \| [`Event`](../interfaces/service_domain_workflow_workflowitem_updated.Event.md) \| [`Event`](../interfaces/service_domain_document_document_validated.Event.md) \| [`Event`](../interfaces/service_domain_organization_public_key_published.Event.md) \| [`Event`](../interfaces/service_domain_organization_public_key_updated.Event.md) \| [`Event`](../interfaces/service_domain_document_document_uploaded.Event.md) \| [`Event`](../interfaces/service_domain_document_document_shared.Event.md) \| [`Event`](../interfaces/service_domain_document_storage_service_url_updated.Event.md) \| [`Event`](../interfaces/service_domain_system_information_provisioning_started.Event.md) \| [`Event`](../interfaces/service_domain_system_information_provisioning_ended.Event.md) #### Defined in -[src/service/domain/business_event.ts:50](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/business_event.ts#L50) +[src/service/domain/business_event.ts:53](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/business_event.ts#L53) ## Variables ### businessEventSchema -• `Const` **businessEventSchema**: `ObjectSchema`<`any`\> +• `Const` **businessEventSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/business_event.ts:98](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/business_event.ts#L98) +[src/service/domain/business_event.ts:104](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/business_event.ts#L104) diff --git a/docs/developer/api-docs/modules/service_domain_document_document.md b/docs/developer/api-docs/modules/service_domain_document_document.md index 9b9ee27b0..aa297aa10 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document.md +++ b/docs/developer/api-docs/modules/service_domain_document_document.md @@ -1,5 +1,4 @@ # service/domain/document/document - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document ## Table of contents @@ -27,37 +26,37 @@ ### documentReferenceSchema -• `Const` **documentReferenceSchema**: `ObjectSchema`<`any`\> +• `Const` **documentReferenceSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/document/document.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L28) +[src/service/domain/document/document.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L28) ___ ### storedDocumentSchema -• `Const` **storedDocumentSchema**: `ObjectSchema`<`any`\> +• `Const` **storedDocumentSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/document/document.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L14) +[src/service/domain/document/document.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L14) ___ ### uploadedDocumentSchema -• `Const` **uploadedDocumentSchema**: `ObjectSchema`<`any`\> +• `Const` **uploadedDocumentSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/document/document.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L41) +[src/service/domain/document/document.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L41) ## Functions ### hashDocument -▸ **hashDocument**(`document`): `Promise`<[`Type`](result.md#type)<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)\>\> +▸ **hashDocument**(`document`): `Promise`\<[`Type`](result.md#type)\<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)\>\> #### Parameters @@ -67,17 +66,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)\>\> #### Defined in -[src/service/domain/document/document.ts:54](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L54) +[src/service/domain/document/document.ts:54](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L54) ___ ### hashDocuments -▸ **hashDocuments**(`documents`): `Promise`<[`Type`](result.md#type)<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)[]\>\> +▸ **hashDocuments**(`documents`): `Promise`\<[`Type`](result.md#type)\<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)[]\>\> #### Parameters @@ -87,17 +86,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)[]\>\> #### Defined in -[src/service/domain/document/document.ts:65](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L65) +[src/service/domain/document/document.ts:65](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L65) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`UploadedDocument`](../interfaces/service_domain_document_document.UploadedDocument.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`UploadedDocument`](../interfaces/service_domain_document_document.UploadedDocument.md)\> #### Parameters @@ -107,8 +106,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`UploadedDocument`](../interfaces/service_domain_document_document.UploadedDocument.md)\> +[`Type`](result.md#type)\<[`UploadedDocument`](../interfaces/service_domain_document_document.UploadedDocument.md)\> #### Defined in -[src/service/domain/document/document.ts:87](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document.ts#L87) +[src/service/domain/document/document.ts:87](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document.ts#L87) diff --git a/docs/developer/api-docs/modules/service_domain_document_document_download_spec.md b/docs/developer/api-docs/modules/service_domain_document_document_download_spec.md index eecbc80d6..09b60bdf6 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_download_spec.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_download_spec.md @@ -1,3 +1,2 @@ # service/domain/document/document\_download.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_download.spec diff --git a/docs/developer/api-docs/modules/service_domain_document_document_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_document_document_eventsourcing.md index 91c1f7a20..b04f7dc49 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/document/document\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_eventsourcing ## Table of contents @@ -33,7 +32,7 @@ #### Defined in -[src/service/domain/document/document_eventsourcing.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_eventsourcing.ts#L11) +[src/service/domain/document/document_eventsourcing.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_eventsourcing.ts#L11) ___ @@ -59,4 +58,4 @@ ___ #### Defined in -[src/service/domain/document/document_eventsourcing.ts:71](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_eventsourcing.ts#L71) +[src/service/domain/document/document_eventsourcing.ts:71](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_eventsourcing.ts#L71) diff --git a/docs/developer/api-docs/modules/service_domain_document_document_eventsourcing_spec.md b/docs/developer/api-docs/modules/service_domain_document_document_eventsourcing_spec.md index abd88f48a..10f421f1c 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_eventsourcing_spec.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_eventsourcing_spec.md @@ -1,3 +1,2 @@ # service/domain/document/document\_eventsourcing.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_eventsourcing.spec diff --git a/docs/developer/api-docs/modules/service_domain_document_document_get.md b/docs/developer/api-docs/modules/service_domain_document_document_get.md index 5f7e2f9a6..5c0551910 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_get.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_get.md @@ -1,5 +1,4 @@ # service/domain/document/document\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_get ## Table of contents @@ -14,7 +13,7 @@ ### getAllDocumentInfos -▸ **getAllDocumentInfos**(`ctx`, `repository`): `Promise`<[`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)[]\>\> +▸ **getAllDocumentInfos**(`ctx`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)[]\>\> #### Parameters @@ -25,17 +24,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)[]\>\> #### Defined in -[src/service/domain/document/document_get.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_get.ts#L22) +[src/service/domain/document/document_get.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_get.ts#L22) ___ ### getAllDocumentReferences -▸ **getAllDocumentReferences**(`repository`): `Promise`<[`Type`](result.md#type)<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)[]\>\> +▸ **getAllDocumentReferences**(`repository`): `Promise`\<[`Type`](result.md#type)\<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)[]\>\> #### Parameters @@ -45,17 +44,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`DocumentReference`](../interfaces/service_domain_document_document.DocumentReference.md)[]\>\> #### Defined in -[src/service/domain/document/document_get.ts:53](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_get.ts#L53) +[src/service/domain/document/document_get.ts:53](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_get.ts#L53) ___ ### getDocumentInfo -▸ **getDocumentInfo**(`ctx`, `docId`, `repository`): `Promise`<[`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md) \| `undefined`\>\> +▸ **getDocumentInfo**(`ctx`, `docId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md) \| `undefined`\>\> #### Parameters @@ -67,8 +66,8 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md) \| `undefined`\>\> +`Promise`\<[`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md) \| `undefined`\>\> #### Defined in -[src/service/domain/document/document_get.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_get.ts#L37) +[src/service/domain/document/document_get.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_get.ts#L37) diff --git a/docs/developer/api-docs/modules/service_domain_document_document_get_spec.md b/docs/developer/api-docs/modules/service_domain_document_document_get_spec.md index 25ef4c61a..a9db6f83e 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_get_spec.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_get_spec.md @@ -1,3 +1,2 @@ # service/domain/document/document\_get.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_get.spec diff --git a/docs/developer/api-docs/modules/service_domain_document_document_share.md b/docs/developer/api-docs/modules/service_domain_document_document_share.md index 26d8167b0..65f2a2b96 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_share.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_share.md @@ -1,5 +1,4 @@ # service/domain/document/document\_share - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_share ## Table of contents @@ -16,7 +15,7 @@ ### shareDocument -▸ **shareDocument**(`ctx`, `issuer`, `requestData`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent) \| `undefined`\>\> +▸ **shareDocument**(`ctx`, `issuer`, `requestData`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent) \| `undefined`\>\> #### Parameters @@ -29,8 +28,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent) \| `undefined`\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent) \| `undefined`\>\> #### Defined in -[src/service/domain/document/document_share.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_share.ts#L39) +[src/service/domain/document/document_share.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_share.ts#L39) diff --git a/docs/developer/api-docs/modules/service_domain_document_document_share_spec.md b/docs/developer/api-docs/modules/service_domain_document_document_share_spec.md index 2512e4493..47473c3a9 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_share_spec.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_share_spec.md @@ -1,3 +1,2 @@ # service/domain/document/document\_share.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_share.spec diff --git a/docs/developer/api-docs/modules/service_domain_document_document_shared.md b/docs/developer/api-docs/modules/service_domain_document_document_shared.md index 00ba37ee9..218910e3f 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_shared.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_shared.md @@ -1,5 +1,4 @@ # service/domain/document/document\_shared - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_shared ## Table of contents @@ -23,17 +22,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/document/document_shared.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L28) +[src/service/domain/document/document_shared.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L28) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `docId`, `organization`, `encryptedSecret`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_shared.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `docId`, `organization`, `encryptedSecret`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_shared.Event.md)\> #### Parameters @@ -49,17 +48,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_shared.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_shared.Event.md)\> #### Defined in -[src/service/domain/document/document_shared.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L44) +[src/service/domain/document/document_shared.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L44) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_shared.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_shared.Event.md)\> #### Parameters @@ -69,17 +68,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_shared.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_shared.Event.md)\> #### Defined in -[src/service/domain/document/document_shared.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L39) +[src/service/domain/document/document_shared.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L39) ___ ### validateSecret -▸ **validateSecret**(`input`): [`Type`](result.md#type)<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)\> +▸ **validateSecret**(`input`): [`Type`](result.md#type)\<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)\> #### Parameters @@ -89,8 +88,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)\> +[`Type`](result.md#type)\<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)\> #### Defined in -[src/service/domain/document/document_shared.ts:79](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_shared.ts#L79) +[src/service/domain/document/document_shared.ts:79](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_shared.ts#L79) diff --git a/docs/developer/api-docs/modules/service_domain_document_document_upload.md b/docs/developer/api-docs/modules/service_domain_document_document_upload.md index 446fdf915..aca9c1c4e 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_upload.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_upload.md @@ -1,5 +1,4 @@ # service/domain/document/document\_upload - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_upload ## Table of contents @@ -16,7 +15,7 @@ ### uploadDocument -▸ **uploadDocument**(`ctx`, `issuer`, `requestData`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **uploadDocument**(`ctx`, `issuer`, `requestData`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -29,8 +28,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/document/document_upload.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_upload.ts#L34) +[src/service/domain/document/document_upload.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_upload.ts#L34) diff --git a/docs/developer/api-docs/modules/service_domain_document_document_upload_spec.md b/docs/developer/api-docs/modules/service_domain_document_document_upload_spec.md index 1aaa2fb10..7d5f7c975 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_upload_spec.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_upload_spec.md @@ -1,3 +1,2 @@ # service/domain/document/document\_upload.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_upload.spec diff --git a/docs/developer/api-docs/modules/service_domain_document_document_uploaded.md b/docs/developer/api-docs/modules/service_domain_document_document_uploaded.md index dca8b419e..185e2f2ba 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_uploaded.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_uploaded.md @@ -1,5 +1,4 @@ # service/domain/document/document\_uploaded - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_uploaded ## Table of contents @@ -23,17 +22,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/document/document_uploaded.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L26) +[src/service/domain/document/document_uploaded.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L26) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `docId`, `fileName`, `organization`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_uploaded.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `docId`, `fileName`, `organization`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_uploaded.Event.md)\> #### Parameters @@ -49,17 +48,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_uploaded.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_uploaded.Event.md)\> #### Defined in -[src/service/domain/document/document_uploaded.ts:43](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L43) +[src/service/domain/document/document_uploaded.ts:43](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L43) ___ ### createFrom -▸ **createFrom**(`ctx`, `event`): [`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\> +▸ **createFrom**(`ctx`, `event`): [`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\> #### Parameters @@ -70,17 +69,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\> +[`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\> #### Defined in -[src/service/domain/document/document_uploaded.ts:86](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L86) +[src/service/domain/document/document_uploaded.ts:86](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L86) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_uploaded.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_uploaded.Event.md)\> #### Parameters @@ -90,17 +89,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_uploaded.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_uploaded.Event.md)\> #### Defined in -[src/service/domain/document/document_uploaded.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L38) +[src/service/domain/document/document_uploaded.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L38) ___ ### validateDocument -▸ **validateDocument**(`input`): [`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\> +▸ **validateDocument**(`input`): [`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\> #### Parameters @@ -110,8 +109,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\> +[`Type`](result.md#type)\<[`StoredDocument`](../interfaces/service_domain_document_document.StoredDocument.md)\> #### Defined in -[src/service/domain/document/document_uploaded.ts:81](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_uploaded.ts#L81) +[src/service/domain/document/document_uploaded.ts:81](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_uploaded.ts#L81) diff --git a/docs/developer/api-docs/modules/service_domain_document_document_validate.md b/docs/developer/api-docs/modules/service_domain_document_document_validate.md index 50c1beea4..c03796f71 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_validate.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_validate.md @@ -1,5 +1,4 @@ # service/domain/document/document\_validate - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_validate ## Table of contents @@ -12,7 +11,7 @@ ### documentValidate -▸ **documentValidate**(`isDocumentValid`, `documentId`, `ctx`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> +▸ **documentValidate**(`isDocumentValid`, `documentId`, `ctx`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> #### Parameters @@ -29,8 +28,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> #### Defined in -[src/service/domain/document/document_validate.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validate.ts#L33) +[src/service/domain/document/document_validate.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validate.ts#L33) diff --git a/docs/developer/api-docs/modules/service_domain_document_document_validate_spec.md b/docs/developer/api-docs/modules/service_domain_document_document_validate_spec.md index 634425042..186065064 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_validate_spec.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_validate_spec.md @@ -1,3 +1,2 @@ # service/domain/document/document\_validate.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_validate.spec diff --git a/docs/developer/api-docs/modules/service_domain_document_document_validated.md b/docs/developer/api-docs/modules/service_domain_document_document_validated.md index 845d81e4b..f5ef52280 100644 --- a/docs/developer/api-docs/modules/service_domain_document_document_validated.md +++ b/docs/developer/api-docs/modules/service_domain_document_document_validated.md @@ -1,5 +1,4 @@ # service/domain/document/document\_validated - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/document\_validated ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/document/document_validated.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L26) +[src/service/domain/document/document_validated.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L26) ## Functions ### createEvent -▸ **createEvent**(`isDocumentValid`, `documentId`, `source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_validated.Event.md)\> +▸ **createEvent**(`isDocumentValid`, `documentId`, `source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_validated.Event.md)\> #### Parameters @@ -50,17 +49,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_validated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_validated.Event.md)\> #### Defined in -[src/service/domain/document/document_validated.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L39) +[src/service/domain/document/document_validated.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L39) ___ ### mutate -▸ **mutate**(`_workflowitem`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`_workflowitem`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given workflowitem, or returns an error. @@ -80,17 +79,17 @@ workflowitem is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/document/document_validated.ts:84](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L84) +[src/service/domain/document/document_validated.ts:84](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L84) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_validated.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_validated.Event.md)\> #### Parameters @@ -100,8 +99,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_document_validated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_document_validated.Event.md)\> #### Defined in -[src/service/domain/document/document_validated.ts:69](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/document_validated.ts#L69) +[src/service/domain/document/document_validated.ts:69](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/document_validated.ts#L69) diff --git a/docs/developer/api-docs/modules/service_domain_document_secret_get.md b/docs/developer/api-docs/modules/service_domain_document_secret_get.md index 2b0d28bd5..852f847de 100644 --- a/docs/developer/api-docs/modules/service_domain_document_secret_get.md +++ b/docs/developer/api-docs/modules/service_domain_document_secret_get.md @@ -1,5 +1,4 @@ # service/domain/document/secret\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/secret\_get ## Table of contents @@ -14,7 +13,7 @@ ### getAllSecrets -▸ **getAllSecrets**(`ctx`, `repository`): `Promise`<[`Type`](result.md#type)<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)[]\>\> +▸ **getAllSecrets**(`ctx`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)[]\>\> #### Parameters @@ -25,17 +24,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)[]\>\> #### Defined in -[src/service/domain/document/secret_get.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/secret_get.ts#L14) +[src/service/domain/document/secret_get.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/secret_get.ts#L14) ___ ### getSecret -▸ **getSecret**(`ctx`, `docId`, `organization`, `repository`): `Promise`<[`Type`](result.md#type)<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)\>\> +▸ **getSecret**(`ctx`, `docId`, `organization`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)\>\> #### Parameters @@ -48,17 +47,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`SecretPublished`](../interfaces/service_domain_document_document_shared.SecretPublished.md)\>\> #### Defined in -[src/service/domain/document/secret_get.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/secret_get.ts#L27) +[src/service/domain/document/secret_get.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/secret_get.ts#L27) ___ ### secretAlreadyExists -▸ **secretAlreadyExists**(`ctx`, `docId`, `organization`, `repository`): `Promise`<[`Type`](result.md#type)<`boolean`\>\> +▸ **secretAlreadyExists**(`ctx`, `docId`, `organization`, `repository`): `Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Parameters @@ -71,8 +70,8 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<`boolean`\>\> +`Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Defined in -[src/service/domain/document/secret_get.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/secret_get.ts#L49) +[src/service/domain/document/secret_get.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/secret_get.ts#L49) diff --git a/docs/developer/api-docs/modules/service_domain_document_secret_spec.md b/docs/developer/api-docs/modules/service_domain_document_secret_spec.md index a69d2c0af..629a5a6dc 100644 --- a/docs/developer/api-docs/modules/service_domain_document_secret_spec.md +++ b/docs/developer/api-docs/modules/service_domain_document_secret_spec.md @@ -1,3 +1,2 @@ # service/domain/document/secret.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/secret.spec diff --git a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_eventsourcing.md index f81954559..489596031 100644 --- a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/document/storage\_service\_url\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/storage\_service\_url\_eventsourcing ## Table of contents @@ -19,7 +18,7 @@ | Name | Type | | :------ | :------ | -| `urls` | `Map`<`string`, `string`\> | +| `urls` | `Map`\<`string`, `string`\> | | `event` | [`BusinessEvent`](service_domain_business_event.md#businessevent) | #### Returns @@ -28,13 +27,13 @@ #### Defined in -[src/service/domain/document/storage_service_url_eventsourcing.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_eventsourcing.ts#L13) +[src/service/domain/document/storage_service_url_eventsourcing.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_eventsourcing.ts#L13) ___ ### sourceStorageServiceUrls -▸ **sourceStorageServiceUrls**(`events`): `Map`<`string`, `string`\> +▸ **sourceStorageServiceUrls**(`events`): `Map`\<`string`, `string`\> #### Parameters @@ -44,8 +43,8 @@ ___ #### Returns -`Map`<`string`, `string`\> +`Map`\<`string`, `string`\> #### Defined in -[src/service/domain/document/storage_service_url_eventsourcing.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_eventsourcing.ts#L4) +[src/service/domain/document/storage_service_url_eventsourcing.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_eventsourcing.ts#L4) diff --git a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_eventsourcing_spec.md b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_eventsourcing_spec.md index dd04548b3..11c67c50a 100644 --- a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_eventsourcing_spec.md +++ b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_eventsourcing_spec.md @@ -1,3 +1,2 @@ # service/domain/document/storage\_service\_url\_eventsourcing.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/storage\_service\_url\_eventsourcing.spec diff --git a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_get.md b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_get.md index b7313ac09..d84a92e36 100644 --- a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_get.md +++ b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_get.md @@ -1,5 +1,4 @@ # service/domain/document/storage\_service\_url\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/storage\_service\_url\_get ## Table of contents @@ -13,7 +12,7 @@ ### getAllStorageServiceUrls -▸ **getAllStorageServiceUrls**(`repository`): `Promise`<[`Type`](result.md#type)<`Map`<`string`, `string`\>\>\> +▸ **getAllStorageServiceUrls**(`repository`): `Promise`\<[`Type`](result.md#type)\<`Map`\<`string`, `string`\>\>\> #### Parameters @@ -23,17 +22,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`Map`<`string`, `string`\>\>\> +`Promise`\<[`Type`](result.md#type)\<`Map`\<`string`, `string`\>\>\> #### Defined in -[src/service/domain/document/storage_service_url_get.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_get.ts#L11) +[src/service/domain/document/storage_service_url_get.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_get.ts#L11) ___ ### getStorageServiceUrl -▸ **getStorageServiceUrl**(`organization`, `repository`): `Promise`<[`Type`](result.md#type)<`string` \| `undefined`\>\> +▸ **getStorageServiceUrl**(`organization`, `repository`): `Promise`\<[`Type`](result.md#type)\<`string` \| `undefined`\>\> #### Parameters @@ -44,8 +43,8 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<`string` \| `undefined`\>\> +`Promise`\<[`Type`](result.md#type)\<`string` \| `undefined`\>\> #### Defined in -[src/service/domain/document/storage_service_url_get.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_get.ts#L26) +[src/service/domain/document/storage_service_url_get.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_get.ts#L26) diff --git a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_get_spec.md b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_get_spec.md index 09f6cf65b..65aecf7ca 100644 --- a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_get_spec.md +++ b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_get_spec.md @@ -1,3 +1,2 @@ # service/domain/document/storage\_service\_url\_get.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/storage\_service\_url\_get.spec diff --git a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_update.md b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_update.md index 9e1dbb8c0..3308117d1 100644 --- a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_update.md +++ b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_update.md @@ -1,5 +1,4 @@ # service/domain/document/storage\_service\_url\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/storage\_service\_url\_update ## Table of contents @@ -17,7 +16,7 @@ ### storageServiceUrlPublish -▸ **storageServiceUrlPublish**(`ctx`, `issuer`, `requestData`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +▸ **storageServiceUrlPublish**(`ctx`, `issuer`, `requestData`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Parameters @@ -29,17 +28,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Defined in -[src/service/domain/document/storage_service_url_update.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_update.ts#L25) +[src/service/domain/document/storage_service_url_update.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_update.ts#L25) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_document_storage_service_url_update.RequestData.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_document_storage_service_url_update.RequestData.md)\> #### Parameters @@ -49,8 +48,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_document_storage_service_url_update.RequestData.md)\> +[`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_document_storage_service_url_update.RequestData.md)\> #### Defined in -[src/service/domain/document/storage_service_url_update.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_update.ts#L15) +[src/service/domain/document/storage_service_url_update.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_update.ts#L15) diff --git a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_update_spec.md b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_update_spec.md index 56dc91667..5ac1fcc6a 100644 --- a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_update_spec.md +++ b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_update_spec.md @@ -1,3 +1,2 @@ # service/domain/document/storage\_service\_url\_update.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/storage\_service\_url\_update.spec diff --git a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_updated.md b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_updated.md index 990d33ba7..19e5ba5d5 100644 --- a/docs/developer/api-docs/modules/service_domain_document_storage_service_url_updated.md +++ b/docs/developer/api-docs/modules/service_domain_document_storage_service_url_updated.md @@ -1,5 +1,4 @@ # service/domain/document/storage\_service\_url\_updated - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/storage\_service\_url\_updated ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/document/storage_service_url_updated.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_updated.ts#L20) +[src/service/domain/document/storage_service_url_updated.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_updated.ts#L20) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `organization`, `organizationUrl`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_storage_service_url_updated.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `organization`, `organizationUrl`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_storage_service_url_updated.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_storage_service_url_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_storage_service_url_updated.Event.md)\> #### Defined in -[src/service/domain/document/storage_service_url_updated.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_updated.ts#L30) +[src/service/domain/document/storage_service_url_updated.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_updated.ts#L30) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_storage_service_url_updated.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_storage_service_url_updated.Event.md)\> #### Parameters @@ -66,8 +65,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_document_storage_service_url_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_document_storage_service_url_updated.Event.md)\> #### Defined in -[src/service/domain/document/storage_service_url_updated.ts:54](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/storage_service_url_updated.ts#L54) +[src/service/domain/document/storage_service_url_updated.ts:54](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/storage_service_url_updated.ts#L54) diff --git a/docs/developer/api-docs/modules/service_domain_document_workflowitem_document_download.md b/docs/developer/api-docs/modules/service_domain_document_workflowitem_document_download.md index 5497d0ce9..1afdff38b 100644 --- a/docs/developer/api-docs/modules/service_domain_document_workflowitem_document_download.md +++ b/docs/developer/api-docs/modules/service_domain_document_workflowitem_document_download.md @@ -1,5 +1,4 @@ # service/domain/document/workflowitem\_document\_download - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/document/workflowitem\_document\_download ## Table of contents @@ -12,7 +11,7 @@ ### getDocument -▸ **getDocument**(`ctx`, `user`, `workflowitemId`, `documentId`, `repository`): `Promise`<[`Type`](result.md#type)<`any`\>\> +▸ **getDocument**(`ctx`, `user`, `workflowitemId`, `documentId`, `repository`): `Promise`\<[`Type`](result.md#type)\<`any`\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`any`\>\> +`Promise`\<[`Type`](result.md#type)\<`any`\>\> #### Defined in -[src/service/domain/document/workflowitem_document_download.ts:110](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/document/workflowitem_document_download.ts#L110) +[src/service/domain/document/workflowitem_document_download.ts:110](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/document/workflowitem_document_download.ts#L110) diff --git a/docs/developer/api-docs/modules/service_domain_errors_already_exists.md b/docs/developer/api-docs/modules/service_domain_errors_already_exists.md index afc15ba2f..4217772dd 100644 --- a/docs/developer/api-docs/modules/service_domain_errors_already_exists.md +++ b/docs/developer/api-docs/modules/service_domain_errors_already_exists.md @@ -1,5 +1,4 @@ # service/domain/errors/already\_exists - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/errors/already\_exists ## Table of contents diff --git a/docs/developer/api-docs/modules/service_domain_errors_event_sourcing_error.md b/docs/developer/api-docs/modules/service_domain_errors_event_sourcing_error.md index ffaaabeb4..55a352a67 100644 --- a/docs/developer/api-docs/modules/service_domain_errors_event_sourcing_error.md +++ b/docs/developer/api-docs/modules/service_domain_errors_event_sourcing_error.md @@ -1,5 +1,4 @@ # service/domain/errors/event\_sourcing\_error - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/errors/event\_sourcing\_error ## Table of contents diff --git a/docs/developer/api-docs/modules/service_domain_errors_invalid_command.md b/docs/developer/api-docs/modules/service_domain_errors_invalid_command.md index fec8509e4..d7278c100 100644 --- a/docs/developer/api-docs/modules/service_domain_errors_invalid_command.md +++ b/docs/developer/api-docs/modules/service_domain_errors_invalid_command.md @@ -1,5 +1,4 @@ # service/domain/errors/invalid\_command - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/errors/invalid\_command ## Table of contents diff --git a/docs/developer/api-docs/modules/service_domain_errors_invalid_event.md b/docs/developer/api-docs/modules/service_domain_errors_invalid_event.md index c1865149a..874025e12 100644 --- a/docs/developer/api-docs/modules/service_domain_errors_invalid_event.md +++ b/docs/developer/api-docs/modules/service_domain_errors_invalid_event.md @@ -1,5 +1,4 @@ # service/domain/errors/invalid\_event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/errors/invalid\_event ## Table of contents diff --git a/docs/developer/api-docs/modules/service_domain_errors_not_authorized.md b/docs/developer/api-docs/modules/service_domain_errors_not_authorized.md index f48174f36..b27fe632c 100644 --- a/docs/developer/api-docs/modules/service_domain_errors_not_authorized.md +++ b/docs/developer/api-docs/modules/service_domain_errors_not_authorized.md @@ -1,5 +1,4 @@ # service/domain/errors/not\_authorized - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/errors/not\_authorized ## Table of contents diff --git a/docs/developer/api-docs/modules/service_domain_errors_not_found.md b/docs/developer/api-docs/modules/service_domain_errors_not_found.md index 078a4ee25..89af5a970 100644 --- a/docs/developer/api-docs/modules/service_domain_errors_not_found.md +++ b/docs/developer/api-docs/modules/service_domain_errors_not_found.md @@ -1,5 +1,4 @@ # service/domain/errors/not\_found - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/errors/not\_found ## Table of contents diff --git a/docs/developer/api-docs/modules/service_domain_errors_precondition_error.md b/docs/developer/api-docs/modules/service_domain_errors_precondition_error.md index 936f882c4..5fa10d0c9 100644 --- a/docs/developer/api-docs/modules/service_domain_errors_precondition_error.md +++ b/docs/developer/api-docs/modules/service_domain_errors_precondition_error.md @@ -1,5 +1,4 @@ # service/domain/errors/precondition\_error - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/errors/precondition\_error ## Table of contents diff --git a/docs/developer/api-docs/modules/service_domain_metadata.md b/docs/developer/api-docs/modules/service_domain_metadata.md index 5d43b1cc9..098269e2f 100644 --- a/docs/developer/api-docs/modules/service_domain_metadata.md +++ b/docs/developer/api-docs/modules/service_domain_metadata.md @@ -1,5 +1,4 @@ # service/domain/metadata - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/metadata ## Table of contents @@ -27,14 +26,14 @@ #### Defined in -[src/service/domain/metadata.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/metadata.ts#L3) +[src/service/domain/metadata.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/metadata.ts#L3) ## Variables ### userMetadataSchema -• `Const` **userMetadataSchema**: `ObjectSchema`<`any`\> +• `Const` **userMetadataSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/metadata.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/metadata.ts#L8) +[src/service/domain/metadata.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/metadata.ts#L8) diff --git a/docs/developer/api-docs/modules/service_domain_network_node_declined.md b/docs/developer/api-docs/modules/service_domain_network_node_declined.md index 8ce7eee2b..cedee6bc2 100644 --- a/docs/developer/api-docs/modules/service_domain_network_node_declined.md +++ b/docs/developer/api-docs/modules/service_domain_network_node_declined.md @@ -1,5 +1,4 @@ # service/domain/network/node\_declined - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/network/node\_declined ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/network/node_declined.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L24) +[src/service/domain/network/node_declined.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L24) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `address`, `organization`, `declinerAddress`, `declinerOrganization`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_node_declined.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `address`, `organization`, `declinerAddress`, `declinerOrganization`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_node_declined.Event.md)\> #### Parameters @@ -48,17 +47,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_node_declined.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_node_declined.Event.md)\> #### Defined in -[src/service/domain/network/node_declined.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L36) +[src/service/domain/network/node_declined.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L36) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_node_declined.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_node_declined.Event.md)\> #### Parameters @@ -68,8 +67,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_node_declined.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_node_declined.Event.md)\> #### Defined in -[src/service/domain/network/node_declined.ts:66](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_declined.ts#L66) +[src/service/domain/network/node_declined.ts:66](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_declined.ts#L66) diff --git a/docs/developer/api-docs/modules/service_domain_network_node_registered.md b/docs/developer/api-docs/modules/service_domain_network_node_registered.md index 2ad829c76..0d785c2aa 100644 --- a/docs/developer/api-docs/modules/service_domain_network_node_registered.md +++ b/docs/developer/api-docs/modules/service_domain_network_node_registered.md @@ -1,5 +1,4 @@ # service/domain/network/node\_registered - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/network/node\_registered ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/network/node_registered.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_registered.ts#L21) +[src/service/domain/network/node_registered.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_registered.ts#L21) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `address`, `organization`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_node_registered.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `address`, `organization`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_node_registered.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_node_registered.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_node_registered.Event.md)\> #### Defined in -[src/service/domain/network/node_registered.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_registered.ts#L31) +[src/service/domain/network/node_registered.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_registered.ts#L31) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_node_registered.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_node_registered.Event.md)\> #### Parameters @@ -66,8 +65,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_node_registered.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_node_registered.Event.md)\> #### Defined in -[src/service/domain/network/node_registered.ts:57](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/node_registered.ts#L57) +[src/service/domain/network/node_registered.ts:57](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/node_registered.ts#L57) diff --git a/docs/developer/api-docs/modules/service_domain_network_nodes_logged.md b/docs/developer/api-docs/modules/service_domain_network_nodes_logged.md index eca0dc78b..565b98188 100644 --- a/docs/developer/api-docs/modules/service_domain_network_nodes_logged.md +++ b/docs/developer/api-docs/modules/service_domain_network_nodes_logged.md @@ -1,5 +1,4 @@ # service/domain/network/nodes\_logged - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/network/nodes\_logged ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/network/nodes_logged.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/nodes_logged.ts#L15) +[src/service/domain/network/nodes_logged.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/nodes_logged.ts#L15) ## Functions ### createEvent -▸ **createEvent**(`_type`, `date`, `peers`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_nodes_logged.Event.md)\> +▸ **createEvent**(`_type`, `date`, `peers`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_nodes_logged.Event.md)\> #### Parameters @@ -43,17 +42,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_nodes_logged.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_nodes_logged.Event.md)\> #### Defined in -[src/service/domain/network/nodes_logged.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/nodes_logged.ts#L21) +[src/service/domain/network/nodes_logged.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/nodes_logged.ts#L21) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_nodes_logged.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_nodes_logged.Event.md)\> #### Parameters @@ -63,8 +62,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_network_nodes_logged.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_network_nodes_logged.Event.md)\> #### Defined in -[src/service/domain/network/nodes_logged.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/network/nodes_logged.ts#L40) +[src/service/domain/network/nodes_logged.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/network/nodes_logged.ts#L40) diff --git a/docs/developer/api-docs/modules/service_domain_organization_auth_token.md b/docs/developer/api-docs/modules/service_domain_organization_auth_token.md index 30f07a079..3dea5afe3 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_auth_token.md +++ b/docs/developer/api-docs/modules/service_domain_organization_auth_token.md @@ -1,5 +1,4 @@ # service/domain/organization/auth\_token - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/auth\_token ## Table of contents @@ -35,13 +34,13 @@ #### Defined in -[src/service/domain/organization/auth_token.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L23) +[src/service/domain/organization/auth_token.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L23) ___ ### fromUserRecord -▸ **fromUserRecord**(`user`, `repository`, `metadata?`): `Promise`<[`Type`](result.md#type)<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> +▸ **fromUserRecord**(`user`, `repository`, `metadata?`): `Promise`\<[`Type`](result.md#type)\<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> #### Parameters @@ -53,11 +52,11 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> #### Defined in -[src/service/domain/organization/auth_token.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L38) +[src/service/domain/organization/auth_token.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L38) ___ @@ -79,4 +78,4 @@ ___ #### Defined in -[src/service/domain/organization/auth_token.ts:84](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/auth_token.ts#L84) +[src/service/domain/organization/auth_token.ts:84](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/auth_token.ts#L84) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group.md b/docs/developer/api-docs/modules/service_domain_organization_group.md index 0507083bb..84c0b9889 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group.md @@ -1,5 +1,4 @@ # service/domain/organization/group - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group ## Table of contents @@ -32,7 +31,7 @@ #### Defined in -[src/service/domain/organization/group.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L12) +[src/service/domain/organization/group.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L12) ___ @@ -42,37 +41,37 @@ ___ #### Defined in -[src/service/domain/organization/group.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L15) +[src/service/domain/organization/group.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L15) ## Variables ### idSchema -• `Const` **idSchema**: `StringSchema`<`string`\> +• `Const` **idSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/organization/group.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L13) +[src/service/domain/organization/group.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L13) ___ ### memberSchema -• `Const` **memberSchema**: `StringSchema`<`string`\> +• `Const` **memberSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/organization/group.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L16) +[src/service/domain/organization/group.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L16) ___ ### membersSchema -• `Const` **membersSchema**: `ArraySchema`<`any`[]\> +• `Const` **membersSchema**: `ArraySchema`\<`any`[]\> #### Defined in -[src/service/domain/organization/group.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L17) +[src/service/domain/organization/group.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L17) ## Functions @@ -94,13 +93,13 @@ ___ #### Defined in -[src/service/domain/organization/group.ts:47](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L47) +[src/service/domain/organization/group.ts:47](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L47) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)\> #### Parameters @@ -110,8 +109,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)\> +[`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)\> #### Defined in -[src/service/domain/organization/group.ts:42](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group.ts#L42) +[src/service/domain/organization/group.ts:42](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group.ts#L42) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_create.md b/docs/developer/api-docs/modules/service_domain_organization_group_create.md index 6b6c02d1a..0dfabec6a 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_create.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_create.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_create ## Table of contents @@ -17,7 +16,7 @@ ### createGroup -▸ **createGroup**(`ctx`, `creatingUser`, `data`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **createGroup**(`ctx`, `creatingUser`, `data`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -30,17 +29,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/organization/group_create.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_create.ts#L49) +[src/service/domain/organization/group_create.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_create.ts#L49) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_group_create.RequestData.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_group_create.RequestData.md)\> #### Parameters @@ -50,8 +49,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_group_create.RequestData.md)\> +[`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_group_create.RequestData.md)\> #### Defined in -[src/service/domain/organization/group_create.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_create.ts#L38) +[src/service/domain/organization/group_create.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_create.ts#L38) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_create_spec.md b/docs/developer/api-docs/modules/service_domain_organization_group_create_spec.md index aca9ab5b0..01514102f 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_create_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_create_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/group\_create.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_create.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_created.md b/docs/developer/api-docs/modules/service_domain_organization_group_created.md index bd2117c15..595b62951 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_created.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_created.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_created - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_created ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/group_created.ts:42](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_created.ts#L42) +[src/service/domain/organization/group_created.ts:42](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_created.ts#L42) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `group`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_created.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `group`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_created.Event.md)\> #### Parameters @@ -45,17 +44,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_created.Event.md)\> #### Defined in -[src/service/domain/organization/group_created.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_created.ts#L51) +[src/service/domain/organization/group_created.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_created.ts#L51) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_created.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_created.Event.md)\> #### Parameters @@ -65,8 +64,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_created.Event.md)\> #### Defined in -[src/service/domain/organization/group_created.ts:75](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_created.ts#L75) +[src/service/domain/organization/group_created.ts:75](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_created.ts#L75) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_organization_group_eventsourcing.md index 3862fdf6c..0d08877e3 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_eventsourcing ## Table of contents @@ -32,4 +31,4 @@ #### Defined in -[src/service/domain/organization/group_eventsourcing.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_eventsourcing.ts#L15) +[src/service/domain/organization/group_eventsourcing.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_eventsourcing.ts#L15) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_get.md b/docs/developer/api-docs/modules/service_domain_organization_group_get.md index f9927ca92..6e452ab2b 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_get.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_get.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_get ## Table of contents @@ -13,7 +12,7 @@ ### getAllGroups -▸ **getAllGroups**(`ctx`, `_user`, `repository`): `Promise`<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\> +▸ **getAllGroups**(`ctx`, `_user`, `repository`): `Promise`\<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\> #### Parameters @@ -25,17 +24,17 @@ #### Returns -`Promise`<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\> +`Promise`\<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\> #### Defined in -[src/service/domain/organization/group_get.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_get.ts#L36) +[src/service/domain/organization/group_get.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_get.ts#L36) ___ ### getOneGroup -▸ **getOneGroup**(`ctx`, `_user`, `groupId`, `repository`): `Promise`<[`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)\>\> +▸ **getOneGroup**(`ctx`, `_user`, `groupId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)\>\> #### Parameters @@ -48,8 +47,8 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)\>\> #### Defined in -[src/service/domain/organization/group_get.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_get.ts#L14) +[src/service/domain/organization/group_get.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_get.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_member_add.md b/docs/developer/api-docs/modules/service_domain_organization_group_member_add.md index 51c8e8ed9..ab89ce28a 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_member_add.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_member_add.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_member\_add - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_member\_add ## Table of contents @@ -12,7 +11,7 @@ ### addMembers -▸ **addMembers**(`ctx`, `issuer`, `groupId`, `newMembers`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +▸ **addMembers**(`ctx`, `issuer`, `groupId`, `newMembers`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Defined in -[src/service/domain/organization/group_member_add.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_add.ts#L18) +[src/service/domain/organization/group_member_add.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_add.ts#L18) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_member_add_spec.md b/docs/developer/api-docs/modules/service_domain_organization_group_member_add_spec.md index 6008e0c0f..fba15241c 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_member_add_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_member_add_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/group\_member\_add.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_member\_add.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_member_added.md b/docs/developer/api-docs/modules/service_domain_organization_group_member_added.md index a69dc44e0..bbe1f7e0b 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_member_added.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_member_added.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_member\_added - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_member\_added ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/group_member_added.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_added.ts#L22) +[src/service/domain/organization/group_member_added.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_added.ts#L22) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `groupId`, `newMembers`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_member_added.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `groupId`, `newMembers`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_member_added.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_member_added.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_member_added.Event.md)\> #### Defined in -[src/service/domain/organization/group_member_added.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_added.ts#L32) +[src/service/domain/organization/group_member_added.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_added.ts#L32) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_member_added.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_member_added.Event.md)\> #### Parameters @@ -66,8 +65,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_member_added.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_member_added.Event.md)\> #### Defined in -[src/service/domain/organization/group_member_added.ts:58](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_added.ts#L58) +[src/service/domain/organization/group_member_added.ts:58](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_added.ts#L58) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_member_remove.md b/docs/developer/api-docs/modules/service_domain_organization_group_member_remove.md index 0057c9183..3b4495cad 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_member_remove.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_member_remove.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_member\_remove - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_member\_remove ## Table of contents @@ -12,7 +11,7 @@ ### removeMembers -▸ **removeMembers**(`ctx`, `issuer`, `groupId`, `members`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +▸ **removeMembers**(`ctx`, `issuer`, `groupId`, `members`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Defined in -[src/service/domain/organization/group_member_remove.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_remove.ts#L18) +[src/service/domain/organization/group_member_remove.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_remove.ts#L18) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_member_remove_spec.md b/docs/developer/api-docs/modules/service_domain_organization_group_member_remove_spec.md index b95981a5a..878cd15eb 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_member_remove_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_member_remove_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/group\_member\_remove.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_member\_remove.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_member_removed.md b/docs/developer/api-docs/modules/service_domain_organization_group_member_removed.md index a6f994a04..09822ca36 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_member_removed.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_member_removed.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_member\_removed - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_member\_removed ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/group_member_removed.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_removed.ts#L22) +[src/service/domain/organization/group_member_removed.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_removed.ts#L22) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `groupId`, `members`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_member_removed.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `groupId`, `members`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_member_removed.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_member_removed.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_member_removed.Event.md)\> #### Defined in -[src/service/domain/organization/group_member_removed.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_removed.ts#L32) +[src/service/domain/organization/group_member_removed.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_removed.ts#L32) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_member_removed.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_member_removed.Event.md)\> #### Parameters @@ -66,8 +65,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_member_removed.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_member_removed.Event.md)\> #### Defined in -[src/service/domain/organization/group_member_removed.ts:58](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_member_removed.ts#L58) +[src/service/domain/organization/group_member_removed.ts:58](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_member_removed.ts#L58) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_permissions_granted.md b/docs/developer/api-docs/modules/service_domain_organization_group_permissions_granted.md index 3a6c65bd0..e96fa8d9e 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_permissions_granted.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_permissions_granted.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_permissions\_granted - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_permissions\_granted ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L24) +[src/service/domain/organization/group_permissions_granted.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L24) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `groupId`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_permissions_granted.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `groupId`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_permissions_granted.Event.md)\> #### Parameters @@ -47,17 +46,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_permissions_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_permissions_granted.Event.md)\> #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L35) +[src/service/domain/organization/group_permissions_granted.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L35) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_permissions_granted.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_permissions_granted.Event.md)\> #### Parameters @@ -67,8 +66,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_permissions_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_permissions_granted.Event.md)\> #### Defined in -[src/service/domain/organization/group_permissions_granted.ts:64](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_granted.ts#L64) +[src/service/domain/organization/group_permissions_granted.ts:64](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_granted.ts#L64) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_permissions_revoked.md b/docs/developer/api-docs/modules/service_domain_organization_group_permissions_revoked.md index 1fd3b016d..b96ff0fe1 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_permissions_revoked.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_permissions_revoked.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_permissions\_revoked - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_permissions\_revoked ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L24) +[src/service/domain/organization/group_permissions_revoked.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L24) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `groupId`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_permissions_revoked.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `groupId`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_permissions_revoked.Event.md)\> #### Parameters @@ -47,17 +46,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_permissions_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_permissions_revoked.Event.md)\> #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L35) +[src/service/domain/organization/group_permissions_revoked.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L35) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_permissions_revoked.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_permissions_revoked.Event.md)\> #### Parameters @@ -67,8 +66,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_group_permissions_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_group_permissions_revoked.Event.md)\> #### Defined in -[src/service/domain/organization/group_permissions_revoked.ts:64](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_permissions_revoked.ts#L64) +[src/service/domain/organization/group_permissions_revoked.ts:64](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_permissions_revoked.ts#L64) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_query.md b/docs/developer/api-docs/modules/service_domain_organization_group_query.md index c824b8450..03a75ad55 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_query.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_query.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_query - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_query ## Table of contents @@ -16,7 +15,7 @@ ### getGroup -▸ **getGroup**(`conn`, `ctx`, `serviceUser`, `groupId`): `Promise`<[`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)\>\> +▸ **getGroup**(`conn`, `ctx`, `serviceUser`, `groupId`): `Promise`\<[`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)\>\> #### Parameters @@ -29,17 +28,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)\>\> #### Defined in -[src/service/domain/organization/group_query.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_query.ts#L36) +[src/service/domain/organization/group_query.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_query.ts#L36) ___ ### getGroups -▸ **getGroups**(`conn`, `ctx`, `serviceUser`): `Promise`<[`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\>\> +▸ **getGroups**(`conn`, `ctx`, `serviceUser`): `Promise`\<[`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\>\> #### Parameters @@ -51,17 +50,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\>\> #### Defined in -[src/service/domain/organization/group_query.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_query.ts#L15) +[src/service/domain/organization/group_query.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_query.ts#L15) ___ ### getGroupsForUser -▸ **getGroupsForUser**(`conn`, `ctx`, `serviceUser`, `targetUserId`): `Promise`<[`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\>\> +▸ **getGroupsForUser**(`conn`, `ctx`, `serviceUser`, `targetUserId`): `Promise`\<[`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\>\> #### Parameters @@ -74,17 +73,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)[]\>\> #### Defined in -[src/service/domain/organization/group_query.ts:58](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_query.ts#L58) +[src/service/domain/organization/group_query.ts:58](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_query.ts#L58) ___ ### groupExists -▸ **groupExists**(`conn`, `ctx`, `serviceUser`, `groupId`): `Promise`<[`Type`](result.md#type)<`boolean`\>\> +▸ **groupExists**(`conn`, `ctx`, `serviceUser`, `groupId`): `Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Parameters @@ -97,17 +96,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<`boolean`\>\> +`Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Defined in -[src/service/domain/organization/group_query.ts:75](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_query.ts#L75) +[src/service/domain/organization/group_query.ts:75](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_query.ts#L75) ___ ### resolveUsers -▸ **resolveUsers**(`conn`, `ctx`, `serviceUser`, `identity`, `getGroupFn?`, `getUserFn?`, `groupSet?`): `Promise`<[`Type`](result.md#type)<[`Id`](service_domain_organization_user_record.md#id)[]\>\> +▸ **resolveUsers**(`conn`, `ctx`, `serviceUser`, `identity`, `getGroupFn?`, `getUserFn?`, `groupSet?`): `Promise`\<[`Type`](result.md#type)\<[`Id`](service_domain_organization_user_record.md#id)[]\>\> returns all users for given identity if identity is an user return it, @@ -121,14 +120,14 @@ returns all users for given identity | `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | `undefined` | | `serviceUser` | [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md) | `undefined` | | `identity` | `string` | `undefined` | -| `getGroupFn` | (`conn`: [`ConnToken`](service_conn.md#conntoken), `ctx`: [`Ctx`](../interfaces/lib_ctx.Ctx.md), `serviceUser`: [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md), `groupId`: `string`) => `Promise`<[`Type`](result.md#type)<[`Group`](../interfaces/service_domain_organization_group.Group.md)\>\> | `getGroup` | -| `getUserFn` | (`conn`: [`ConnToken`](service_conn.md#conntoken), `ctx`: [`Ctx`](../interfaces/lib_ctx.Ctx.md), `serviceUser`: [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md), `userId`: `string`) => `Promise`<[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\>\> | `getUser` | -| `groupSet` | `Set`<`string`\> | `undefined` | +| `getGroupFn` | (`conn`: [`ConnToken`](service_conn.md#conntoken), `ctx`: [`Ctx`](../interfaces/lib_ctx.Ctx.md), `serviceUser`: [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md), `groupId`: `string`) => `Promise`\<[`Type`](result.md#type)\<[`Group`](../interfaces/service_domain_organization_group.Group.md)\>\> | `getGroup` | +| `getUserFn` | (`conn`: [`ConnToken`](service_conn.md#conntoken), `ctx`: [`Ctx`](../interfaces/lib_ctx.Ctx.md), `serviceUser`: [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md), `userId`: `string`) => `Promise`\<[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\>\> | `getUser` | +| `groupSet` | `Set`\<`string`\> | `undefined` | #### Returns -`Promise`<[`Type`](result.md#type)<[`Id`](service_domain_organization_user_record.md#id)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`Id`](service_domain_organization_user_record.md#id)[]\>\> #### Defined in -[src/service/domain/organization/group_query.ts:95](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_query.ts#L95) +[src/service/domain/organization/group_query.ts:95](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_query.ts#L95) diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_query_spec.md b/docs/developer/api-docs/modules/service_domain_organization_group_query_spec.md index d31389cd8..d89721788 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_query_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_query_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/group\_query.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_query.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_group_trace_event.md b/docs/developer/api-docs/modules/service_domain_organization_group_trace_event.md index 4d4c98cb0..d3c92e6e3 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_group_trace_event.md +++ b/docs/developer/api-docs/modules/service_domain_organization_group_trace_event.md @@ -1,5 +1,4 @@ # service/domain/organization/group\_trace\_event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/group\_trace\_event ## Table of contents @@ -16,8 +15,8 @@ ### groupTraceEventSchema -• `Const` **groupTraceEventSchema**: `ObjectSchema`<`any`\> +• `Const` **groupTraceEventSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/group_trace_event.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/group_trace_event.ts#L14) +[src/service/domain/organization/group_trace_event.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/group_trace_event.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_organization_identity.md b/docs/developer/api-docs/modules/service_domain_organization_identity.md index 3456cd227..afe603424 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_identity.md +++ b/docs/developer/api-docs/modules/service_domain_organization_identity.md @@ -1,5 +1,4 @@ # service/domain/organization/identity - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/identity ## Table of contents @@ -16,4 +15,4 @@ #### Defined in -[src/service/domain/organization/identity.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/identity.ts#L4) +[src/service/domain/organization/identity.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/identity.ts#L4) diff --git a/docs/developer/api-docs/modules/service_domain_organization_key_pair.md b/docs/developer/api-docs/modules/service_domain_organization_key_pair.md index a4571e89c..351d89fe4 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_key_pair.md +++ b/docs/developer/api-docs/modules/service_domain_organization_key_pair.md @@ -1,5 +1,4 @@ # service/domain/organization/key\_pair - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/key\_pair ## Table of contents diff --git a/docs/developer/api-docs/modules/service_domain_organization_public_key.md b/docs/developer/api-docs/modules/service_domain_organization_public_key.md index f3a4807e4..644f704f7 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_public_key.md +++ b/docs/developer/api-docs/modules/service_domain_organization_public_key.md @@ -1,5 +1,4 @@ # service/domain/organization/public\_key - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/public\_key ## Table of contents @@ -25,7 +24,7 @@ #### Defined in -[src/service/domain/organization/public_key.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key.ts#L5) +[src/service/domain/organization/public_key.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key.ts#L5) ___ @@ -35,13 +34,13 @@ ___ #### Defined in -[src/service/domain/organization/public_key.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key.ts#L6) +[src/service/domain/organization/public_key.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key.ts#L6) ## Functions ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`PublicKey`](../interfaces/service_domain_organization_public_key.PublicKey.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`PublicKey`](../interfaces/service_domain_organization_public_key.PublicKey.md)\> #### Parameters @@ -51,8 +50,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`PublicKey`](../interfaces/service_domain_organization_public_key.PublicKey.md)\> +[`Type`](result.md#type)\<[`PublicKey`](../interfaces/service_domain_organization_public_key.PublicKey.md)\> #### Defined in -[src/service/domain/organization/public_key.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key.ts#L18) +[src/service/domain/organization/public_key.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key.ts#L18) diff --git a/docs/developer/api-docs/modules/service_domain_organization_public_key_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_organization_public_key_eventsourcing.md index 83e298d1d..13c06dea7 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_public_key_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_organization_public_key_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/organization/public\_key\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/public\_key\_eventsourcing ## Table of contents @@ -16,11 +15,11 @@ ### KeysByOrganization -Ƭ **KeysByOrganization**: `Map`<[`Organization`](service_domain_organization_public_key.md#organization), [`PublicKeyBase64`](service_domain_organization_public_key.md#publickeybase64)\> +Ƭ **KeysByOrganization**: `Map`\<[`Organization`](service_domain_organization_public_key.md#organization), [`PublicKeyBase64`](service_domain_organization_public_key.md#publickeybase64)\> #### Defined in -[src/service/domain/organization/public_key_eventsourcing.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_eventsourcing.ts#L10) +[src/service/domain/organization/public_key_eventsourcing.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_eventsourcing.ts#L10) ## Functions @@ -46,4 +45,4 @@ #### Defined in -[src/service/domain/organization/public_key_eventsourcing.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_eventsourcing.ts#L12) +[src/service/domain/organization/public_key_eventsourcing.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_eventsourcing.ts#L12) diff --git a/docs/developer/api-docs/modules/service_domain_organization_public_key_get.md b/docs/developer/api-docs/modules/service_domain_organization_public_key_get.md index ec78693f5..2351290db 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_public_key_get.md +++ b/docs/developer/api-docs/modules/service_domain_organization_public_key_get.md @@ -1,5 +1,4 @@ # service/domain/organization/public\_key\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/public\_key\_get ## Table of contents @@ -14,7 +13,7 @@ ### getAllPublicKeys -▸ **getAllPublicKeys**(`ctx`, `repository`): `Promise`<[`Type`](result.md#type)<[`KeysByOrganization`](service_domain_organization_public_key_eventsourcing.md#keysbyorganization)\>\> +▸ **getAllPublicKeys**(`ctx`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`KeysByOrganization`](service_domain_organization_public_key_eventsourcing.md#keysbyorganization)\>\> #### Parameters @@ -25,17 +24,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`KeysByOrganization`](service_domain_organization_public_key_eventsourcing.md#keysbyorganization)\>\> +`Promise`\<[`Type`](result.md#type)\<[`KeysByOrganization`](service_domain_organization_public_key_eventsourcing.md#keysbyorganization)\>\> #### Defined in -[src/service/domain/organization/public_key_get.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_get.ts#L14) +[src/service/domain/organization/public_key_get.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_get.ts#L14) ___ ### getPublicKey -▸ **getPublicKey**(`ctx`, `organization`, `repository`): `Promise`<[`Type`](result.md#type)<[`PublicKeyBase64`](service_domain_organization_public_key.md#publickeybase64)\>\> +▸ **getPublicKey**(`ctx`, `organization`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`PublicKeyBase64`](service_domain_organization_public_key.md#publickeybase64)\>\> #### Parameters @@ -47,17 +46,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`PublicKeyBase64`](service_domain_organization_public_key.md#publickeybase64)\>\> +`Promise`\<[`Type`](result.md#type)\<[`PublicKeyBase64`](service_domain_organization_public_key.md#publickeybase64)\>\> #### Defined in -[src/service/domain/organization/public_key_get.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_get.ts#L31) +[src/service/domain/organization/public_key_get.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_get.ts#L31) ___ ### publicKeyAlreadyExists -▸ **publicKeyAlreadyExists**(`ctx`, `organization`, `repository`): `Promise`<[`Type`](result.md#type)<`boolean`\>\> +▸ **publicKeyAlreadyExists**(`ctx`, `organization`, `repository`): `Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Parameters @@ -69,8 +68,8 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<`boolean`\>\> +`Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Defined in -[src/service/domain/organization/public_key_get.ts:55](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_get.ts#L55) +[src/service/domain/organization/public_key_get.ts:55](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_get.ts#L55) diff --git a/docs/developer/api-docs/modules/service_domain_organization_public_key_get_spec.md b/docs/developer/api-docs/modules/service_domain_organization_public_key_get_spec.md index 50a9c8c28..3379b2877 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_public_key_get_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_public_key_get_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/public\_key\_get.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/public\_key\_get.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_public_key_publish.md b/docs/developer/api-docs/modules/service_domain_organization_public_key_publish.md index f7b72fd79..adf81e6ab 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_public_key_publish.md +++ b/docs/developer/api-docs/modules/service_domain_organization_public_key_publish.md @@ -1,5 +1,4 @@ # service/domain/organization/public\_key\_publish - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/public\_key\_publish ## Table of contents @@ -17,7 +16,7 @@ ### publishPublicKey -▸ **publishPublicKey**(`ctx`, `creatingUser`, `requestData`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +▸ **publishPublicKey**(`ctx`, `creatingUser`, `requestData`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Parameters @@ -30,17 +29,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Defined in -[src/service/domain/organization/public_key_publish.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_publish.ts#L34) +[src/service/domain/organization/public_key_publish.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_publish.ts#L34) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_public_key_publish.RequestData.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_public_key_publish.RequestData.md)\> #### Parameters @@ -50,8 +49,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_public_key_publish.RequestData.md)\> +[`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_public_key_publish.RequestData.md)\> #### Defined in -[src/service/domain/organization/public_key_publish.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_publish.ts#L25) +[src/service/domain/organization/public_key_publish.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_publish.ts#L25) diff --git a/docs/developer/api-docs/modules/service_domain_organization_public_key_publish_spec.md b/docs/developer/api-docs/modules/service_domain_organization_public_key_publish_spec.md index b465718da..72d3e1619 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_public_key_publish_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_public_key_publish_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/public\_key\_publish.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/public\_key\_publish.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_public_key_published.md b/docs/developer/api-docs/modules/service_domain_organization_public_key_published.md index b2e95af24..b900f0c38 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_public_key_published.md +++ b/docs/developer/api-docs/modules/service_domain_organization_public_key_published.md @@ -1,5 +1,4 @@ # service/domain/organization/public\_key\_published - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/public\_key\_published ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/public_key_published.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_published.ts#L21) +[src/service/domain/organization/public_key_published.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_published.ts#L21) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `organization`, `publicKey`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_public_key_published.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `organization`, `publicKey`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_public_key_published.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_public_key_published.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_public_key_published.Event.md)\> #### Defined in -[src/service/domain/organization/public_key_published.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_published.ts#L31) +[src/service/domain/organization/public_key_published.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_published.ts#L31) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_public_key_published.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_public_key_published.Event.md)\> #### Parameters @@ -66,8 +65,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_public_key_published.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_public_key_published.Event.md)\> #### Defined in -[src/service/domain/organization/public_key_published.ts:57](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_published.ts#L57) +[src/service/domain/organization/public_key_published.ts:57](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_published.ts#L57) diff --git a/docs/developer/api-docs/modules/service_domain_organization_public_key_update.md b/docs/developer/api-docs/modules/service_domain_organization_public_key_update.md index c297bc536..4433145f6 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_public_key_update.md +++ b/docs/developer/api-docs/modules/service_domain_organization_public_key_update.md @@ -1,5 +1,4 @@ # service/domain/organization/public\_key\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/public\_key\_update ## Table of contents @@ -17,7 +16,7 @@ ### updatePublicKey -▸ **updatePublicKey**(`ctx`, `creatingUser`, `requestData`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +▸ **updatePublicKey**(`ctx`, `creatingUser`, `requestData`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Parameters @@ -30,17 +29,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Defined in -[src/service/domain/organization/public_key_update.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_update.ts#L33) +[src/service/domain/organization/public_key_update.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_update.ts#L33) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_public_key_update.RequestData.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_public_key_update.RequestData.md)\> #### Parameters @@ -50,8 +49,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_public_key_update.RequestData.md)\> +[`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_public_key_update.RequestData.md)\> #### Defined in -[src/service/domain/organization/public_key_update.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_update.ts#L24) +[src/service/domain/organization/public_key_update.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_update.ts#L24) diff --git a/docs/developer/api-docs/modules/service_domain_organization_public_key_update_spec.md b/docs/developer/api-docs/modules/service_domain_organization_public_key_update_spec.md index 8ffa4f6fe..e26a3b3d4 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_public_key_update_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_public_key_update_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/public\_key\_update.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/public\_key\_update.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_public_key_updated.md b/docs/developer/api-docs/modules/service_domain_organization_public_key_updated.md index e5cbdf705..17266f8d4 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_public_key_updated.md +++ b/docs/developer/api-docs/modules/service_domain_organization_public_key_updated.md @@ -1,5 +1,4 @@ # service/domain/organization/public\_key\_updated - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/public\_key\_updated ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/public_key_updated.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_updated.ts#L21) +[src/service/domain/organization/public_key_updated.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_updated.ts#L21) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `organization`, `publicKey`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_public_key_updated.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `organization`, `publicKey`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_public_key_updated.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_public_key_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_public_key_updated.Event.md)\> #### Defined in -[src/service/domain/organization/public_key_updated.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_updated.ts#L31) +[src/service/domain/organization/public_key_updated.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_updated.ts#L31) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_public_key_updated.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_public_key_updated.Event.md)\> #### Parameters @@ -66,8 +65,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_public_key_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_public_key_updated.Event.md)\> #### Defined in -[src/service/domain/organization/public_key_updated.ts:57](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/public_key_updated.ts#L57) +[src/service/domain/organization/public_key_updated.ts:57](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/public_key_updated.ts#L57) diff --git a/docs/developer/api-docs/modules/service_domain_organization_service_user.md b/docs/developer/api-docs/modules/service_domain_organization_service_user.md index 15fe937e7..3244f7ec0 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_service_user.md +++ b/docs/developer/api-docs/modules/service_domain_organization_service_user.md @@ -1,5 +1,4 @@ # service/domain/organization/service\_user - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/service\_user ## Table of contents diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_create.md b/docs/developer/api-docs/modules/service_domain_organization_user_create.md index b1d51f57a..c4a286293 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_create.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_create.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_create ## Table of contents @@ -17,7 +16,7 @@ ### createUser -▸ **createUser**(`ctx`, `creatingUser`, `data`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **createUser**(`ctx`, `creatingUser`, `data`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -30,17 +29,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/organization/user_create.ts:53](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_create.ts#L53) +[src/service/domain/organization/user_create.ts:53](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_create.ts#L53) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_user_create.RequestData.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_user_create.RequestData.md)\> #### Parameters @@ -50,8 +49,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_user_create.RequestData.md)\> +[`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_user_create.RequestData.md)\> #### Defined in -[src/service/domain/organization/user_create.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_create.ts#L38) +[src/service/domain/organization/user_create.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_create.ts#L38) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_create_spec.md b/docs/developer/api-docs/modules/service_domain_organization_user_create_spec.md index 9d72a996f..ee87ca54c 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_create_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_create_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/user\_create.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_create.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_created.md b/docs/developer/api-docs/modules/service_domain_organization_user_created.md index 20b6a81ec..8dbca1818 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_created.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_created.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_created - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_created ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/user_created.ts:48](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_created.ts#L48) +[src/service/domain/organization/user_created.ts:48](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_created.ts#L48) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `user`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_created.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `user`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_created.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_created.Event.md)\> #### Defined in -[src/service/domain/organization/user_created.ts:57](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_created.ts#L57) +[src/service/domain/organization/user_created.ts:57](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_created.ts#L57) ___ ### createFrom -▸ **createFrom**(`ctx`, `event`): [`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> +▸ **createFrom**(`ctx`, `event`): [`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> #### Parameters @@ -67,17 +66,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> +[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> #### Defined in -[src/service/domain/organization/user_created.ts:86](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_created.ts#L86) +[src/service/domain/organization/user_created.ts:86](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_created.ts#L86) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_created.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_created.Event.md)\> #### Parameters @@ -87,8 +86,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_created.Event.md)\> #### Defined in -[src/service/domain/organization/user_created.ts:81](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_created.ts#L81) +[src/service/domain/organization/user_created.ts:81](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_created.ts#L81) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_disable.md b/docs/developer/api-docs/modules/service_domain_organization_user_disable.md index 32e56913e..ba63abe0a 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_disable.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_disable.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_disable - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_disable ## Table of contents @@ -17,7 +16,7 @@ ### disableUser -▸ **disableUser**(`ctx`, `issuer`, `issuerOrganization`, `data`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **disableUser**(`ctx`, `issuer`, `issuerOrganization`, `data`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -31,17 +30,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/organization/user_disable.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disable.ts#L39) +[src/service/domain/organization/user_disable.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disable.ts#L39) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_user_disable.RequestData.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_user_disable.RequestData.md)\> #### Parameters @@ -51,8 +50,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_user_disable.RequestData.md)\> +[`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_user_disable.RequestData.md)\> #### Defined in -[src/service/domain/organization/user_disable.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disable.ts#L28) +[src/service/domain/organization/user_disable.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disable.ts#L28) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_disable_spec.md b/docs/developer/api-docs/modules/service_domain_organization_user_disable_spec.md index 4a547064a..a92fe1751 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_disable_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_disable_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/user\_disable.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_disable.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_disabled.md b/docs/developer/api-docs/modules/service_domain_organization_user_disabled.md index 869d93f3f..2dc4d11ec 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_disabled.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_disabled.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_disabled - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_disabled ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/user_disabled.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disabled.ts#L29) +[src/service/domain/organization/user_disabled.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disabled.ts#L29) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `user`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_disabled.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `user`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_disabled.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_disabled.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_disabled.Event.md)\> #### Defined in -[src/service/domain/organization/user_disabled.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disabled.ts#L38) +[src/service/domain/organization/user_disabled.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disabled.ts#L38) ___ ### mutate -▸ **mutate**(`user`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`user`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given user, or returns an error. @@ -76,17 +75,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/organization/user_disabled.ts:77](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disabled.ts#L77) +[src/service/domain/organization/user_disabled.ts:77](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disabled.ts#L77) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_disabled.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_disabled.Event.md)\> #### Parameters @@ -96,8 +95,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_disabled.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_disabled.Event.md)\> #### Defined in -[src/service/domain/organization/user_disabled.ts:62](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_disabled.ts#L62) +[src/service/domain/organization/user_disabled.ts:62](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_disabled.ts#L62) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_enable.md b/docs/developer/api-docs/modules/service_domain_organization_user_enable.md index 180cf7be5..5a0888031 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_enable.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_enable.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_enable - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_enable ## Table of contents @@ -17,7 +16,7 @@ ### enableUser -▸ **enableUser**(`ctx`, `issuer`, `issuerOrganization`, `data`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **enableUser**(`ctx`, `issuer`, `issuerOrganization`, `data`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -31,17 +30,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/organization/user_enable.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enable.ts#L36) +[src/service/domain/organization/user_enable.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enable.ts#L36) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_user_enable.RequestData.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_user_enable.RequestData.md)\> #### Parameters @@ -51,8 +50,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_user_enable.RequestData.md)\> +[`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_user_enable.RequestData.md)\> #### Defined in -[src/service/domain/organization/user_enable.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enable.ts#L26) +[src/service/domain/organization/user_enable.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enable.ts#L26) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_enable_spec.md b/docs/developer/api-docs/modules/service_domain_organization_user_enable_spec.md index 0ba320a10..a6896ab79 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_enable_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_enable_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/user\_enable.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_enable.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_enabled.md b/docs/developer/api-docs/modules/service_domain_organization_user_enabled.md index 13372e5a7..bcde92947 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_enabled.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_enabled.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_enabled - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_enabled ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/user_enabled.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enabled.ts#L29) +[src/service/domain/organization/user_enabled.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enabled.ts#L29) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `user`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_enabled.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `user`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_enabled.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_enabled.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_enabled.Event.md)\> #### Defined in -[src/service/domain/organization/user_enabled.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enabled.ts#L38) +[src/service/domain/organization/user_enabled.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enabled.ts#L38) ___ ### mutate -▸ **mutate**(`user`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`user`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given user, or returns an error. @@ -76,17 +75,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/organization/user_enabled.ts:77](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enabled.ts#L77) +[src/service/domain/organization/user_enabled.ts:77](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enabled.ts#L77) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_enabled.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_enabled.Event.md)\> #### Parameters @@ -96,8 +95,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_enabled.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_enabled.Event.md)\> #### Defined in -[src/service/domain/organization/user_enabled.ts:62](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_enabled.ts#L62) +[src/service/domain/organization/user_enabled.ts:62](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_enabled.ts#L62) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_organization_user_eventsourcing.md index cc0cb5dca..ff97f1a52 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_eventsourcing ## Table of contents @@ -13,7 +12,7 @@ ### newUserFromEvent -▸ **newUserFromEvent**(`ctx`, `user`, `event`): [`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> +▸ **newUserFromEvent**(`ctx`, `user`, `event`): [`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> Returns a new user with the given event applied, or an error. @@ -27,11 +26,11 @@ Returns a new user with the given event applied, or an error. #### Returns -[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> +[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> #### Defined in -[src/service/domain/organization/user_eventsourcing.ts:145](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_eventsourcing.ts#L145) +[src/service/domain/organization/user_eventsourcing.ts:145](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_eventsourcing.ts#L145) ___ @@ -45,7 +44,7 @@ ___ | :------ | :------ | | `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | | `events` | [`BusinessEvent`](service_domain_business_event.md#businessevent)[] | -| `origin?` | `Map`<`string`, [`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> | +| `origin?` | `Map`\<`string`, [`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> | #### Returns @@ -58,4 +57,4 @@ ___ #### Defined in -[src/service/domain/organization/user_eventsourcing.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_eventsourcing.ts#L17) +[src/service/domain/organization/user_eventsourcing.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_eventsourcing.ts#L17) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_get.md b/docs/developer/api-docs/modules/service_domain_organization_user_get.md index 3dc03ba48..418fd4464 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_get.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_get.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_get ## Table of contents @@ -13,7 +12,7 @@ ### getAllUsers -▸ **getAllUsers**(`ctx`, `_serviceUser`, `repository`): `Promise`<[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)[]\>\> +▸ **getAllUsers**(`ctx`, `_serviceUser`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)[]\>\> #### Parameters @@ -25,17 +24,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)[]\>\> #### Defined in -[src/service/domain/organization/user_get.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_get.ts#L41) +[src/service/domain/organization/user_get.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_get.ts#L41) ___ ### getOneUser -▸ **getOneUser**(`ctx`, `_serviceUser`, `userId`, `repository`): `Promise`<[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\>\> +▸ **getOneUser**(`ctx`, `_serviceUser`, `userId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\>\> #### Parameters @@ -48,8 +47,8 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\>\> #### Defined in -[src/service/domain/organization/user_get.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_get.ts#L14) +[src/service/domain/organization/user_get.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_get.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_password_change.md b/docs/developer/api-docs/modules/service_domain_organization_user_password_change.md index 4abe6d9d9..fe86053f4 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_password_change.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_password_change.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_password\_change - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_password\_change ## Table of contents @@ -17,7 +16,7 @@ ### changeUserPassword -▸ **changeUserPassword**(`ctx`, `issuer`, `issuerOrganization`, `data`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **changeUserPassword**(`ctx`, `issuer`, `issuerOrganization`, `data`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -31,17 +30,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/organization/user_password_change.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_change.ts#L38) +[src/service/domain/organization/user_password_change.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_change.ts#L38) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_user_password_change.RequestData.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_user_password_change.RequestData.md)\> #### Parameters @@ -51,8 +50,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_organization_user_password_change.RequestData.md)\> +[`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_organization_user_password_change.RequestData.md)\> #### Defined in -[src/service/domain/organization/user_password_change.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_change.ts#L28) +[src/service/domain/organization/user_password_change.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_change.ts#L28) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_password_change_spec.md b/docs/developer/api-docs/modules/service_domain_organization_user_password_change_spec.md index db81c2abe..2673c990b 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_password_change_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_password_change_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/user\_password\_change.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_password\_change.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_password_changed.md b/docs/developer/api-docs/modules/service_domain_organization_user_password_changed.md index 566b1e656..95c4e3fb2 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_password_changed.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_password_changed.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_password\_changed - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_password\_changed ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/user_password_changed.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_changed.ts#L31) +[src/service/domain/organization/user_password_changed.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_changed.ts#L31) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `user`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_password_changed.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `user`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_password_changed.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_password_changed.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_password_changed.Event.md)\> #### Defined in -[src/service/domain/organization/user_password_changed.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_changed.ts#L40) +[src/service/domain/organization/user_password_changed.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_changed.ts#L40) ___ ### mutate -▸ **mutate**(`user`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`user`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given user, or returns an error. @@ -76,17 +75,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/organization/user_password_changed.ts:79](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_changed.ts#L79) +[src/service/domain/organization/user_password_changed.ts:79](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_changed.ts#L79) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_password_changed.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_password_changed.Event.md)\> #### Parameters @@ -96,8 +95,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_password_changed.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_password_changed.Event.md)\> #### Defined in -[src/service/domain/organization/user_password_changed.ts:64](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_password_changed.ts#L64) +[src/service/domain/organization/user_password_changed.ts:64](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_password_changed.ts#L64) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_permission_grant.md b/docs/developer/api-docs/modules/service_domain_organization_user_permission_grant.md index 03d6546ea..b77121180 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_permission_grant.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_permission_grant.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_permission\_grant ## Table of contents @@ -12,7 +11,7 @@ ### grantUserPermission -▸ **grantUserPermission**(`ctx`, `issuer`, `issuerOrganization`, `userId`, `grantee`, `intent`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **grantUserPermission**(`ctx`, `issuer`, `issuerOrganization`, `userId`, `grantee`, `intent`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/organization/user_permission_grant.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_grant.ts#L22) +[src/service/domain/organization/user_permission_grant.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_grant.ts#L22) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_permission_grant_spec.md b/docs/developer/api-docs/modules/service_domain_organization_user_permission_grant_spec.md index 4dccfba16..a6232cb0e 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_permission_grant_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_permission_grant_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/user\_permission\_grant.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_permission\_grant.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_permission_granted.md b/docs/developer/api-docs/modules/service_domain_organization_user_permission_granted.md index 5abff707a..a5f8c2326 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_permission_granted.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_permission_granted.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_permission\_granted - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_permission\_granted ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/user_permission_granted.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L24) +[src/service/domain/organization/user_permission_granted.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L24) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `userId`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_permission_granted.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `userId`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_permission_granted.Event.md)\> #### Parameters @@ -48,17 +47,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_permission_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_permission_granted.Event.md)\> #### Defined in -[src/service/domain/organization/user_permission_granted.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L35) +[src/service/domain/organization/user_permission_granted.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L35) ___ ### mutate -▸ **mutate**(`user`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`user`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given user, or returns an error. @@ -78,17 +77,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/organization/user_permission_granted.ts:78](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L78) +[src/service/domain/organization/user_permission_granted.ts:78](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L78) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_permission_granted.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_permission_granted.Event.md)\> #### Parameters @@ -98,8 +97,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_permission_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_permission_granted.Event.md)\> #### Defined in -[src/service/domain/organization/user_permission_granted.ts:63](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_granted.ts#L63) +[src/service/domain/organization/user_permission_granted.ts:63](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_granted.ts#L63) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoke.md b/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoke.md index 4075daa32..a36507ec0 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoke.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoke.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_permission\_revoke ## Table of contents @@ -12,7 +11,7 @@ ### revokeUserPermission -▸ **revokeUserPermission**(`ctx`, `issuer`, `issuerOrganization`, `userId`, `revokee`, `intent`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **revokeUserPermission**(`ctx`, `issuer`, `issuerOrganization`, `userId`, `revokee`, `intent`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/organization/user_permission_revoke.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoke.ts#L22) +[src/service/domain/organization/user_permission_revoke.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoke.ts#L22) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoke_spec.md b/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoke_spec.md index 157bb4a59..4e4e4abfe 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoke_spec.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoke_spec.md @@ -1,3 +1,2 @@ # service/domain/organization/user\_permission\_revoke.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_permission\_revoke.spec diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoked.md b/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoked.md index bd4378a0d..fd1262e8c 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoked.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_permission_revoked.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_permission\_revoked - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_permission\_revoked ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L24) +[src/service/domain/organization/user_permission_revoked.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L24) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `userId`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_permission_revoked.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `userId`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_permission_revoked.Event.md)\> #### Parameters @@ -48,17 +47,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_permission_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_permission_revoked.Event.md)\> #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L35) +[src/service/domain/organization/user_permission_revoked.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L35) ___ ### mutate -▸ **mutate**(`user`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`user`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given user, or returns an error. @@ -78,17 +77,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:78](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L78) +[src/service/domain/organization/user_permission_revoked.ts:78](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L78) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_permission_revoked.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_permission_revoked.Event.md)\> #### Parameters @@ -98,8 +97,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_organization_user_permission_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_organization_user_permission_revoked.Event.md)\> #### Defined in -[src/service/domain/organization/user_permission_revoked.ts:63](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_permission_revoked.ts#L63) +[src/service/domain/organization/user_permission_revoked.ts:63](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_permission_revoked.ts#L63) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_query.md b/docs/developer/api-docs/modules/service_domain_organization_user_query.md index 7dbbce6c6..98fd0e279 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_query.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_query.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_query - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_query ## Table of contents @@ -14,7 +13,7 @@ ### getUser -▸ **getUser**(`conn`, `ctx`, `serviceUser`, `userId`): `Promise`<[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\>\> +▸ **getUser**(`conn`, `ctx`, `serviceUser`, `userId`): `Promise`\<[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\>\> #### Parameters @@ -27,17 +26,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\>\> #### Defined in -[src/service/domain/organization/user_query.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_query.ts#L29) +[src/service/domain/organization/user_query.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_query.ts#L29) ___ ### getUsers -▸ **getUsers**(`conn`, `ctx`, `serviceUser`): `Promise`<[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)[]\>\> +▸ **getUsers**(`conn`, `ctx`, `serviceUser`): `Promise`\<[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)[]\>\> #### Parameters @@ -49,17 +48,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)[]\>\> #### Defined in -[src/service/domain/organization/user_query.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_query.ts#L12) +[src/service/domain/organization/user_query.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_query.ts#L12) ___ ### userExists -▸ **userExists**(`conn`, `ctx`, `serviceUser`, `userId`): `Promise`<[`Type`](result.md#type)<`boolean`\>\> +▸ **userExists**(`conn`, `ctx`, `serviceUser`, `userId`): `Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Parameters @@ -72,8 +71,8 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<`boolean`\>\> +`Promise`\<[`Type`](result.md#type)\<`boolean`\>\> #### Defined in -[src/service/domain/organization/user_query.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_query.ts#L49) +[src/service/domain/organization/user_query.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_query.ts#L49) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_record.md b/docs/developer/api-docs/modules/service_domain_organization_user_record.md index 7f23b7a40..63595a372 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_record.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_record.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_record - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_record ## Table of contents @@ -29,17 +28,17 @@ #### Defined in -[src/service/domain/organization/user_record.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L12) +[src/service/domain/organization/user_record.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L12) ## Variables ### idSchema -• `Const` **idSchema**: `StringSchema`<`string`\> +• `Const` **idSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/organization/user_record.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L13) +[src/service/domain/organization/user_record.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L13) ## Functions @@ -61,13 +60,13 @@ #### Defined in -[src/service/domain/organization/user_record.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L46) +[src/service/domain/organization/user_record.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L46) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> #### Parameters @@ -77,8 +76,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> +[`Type`](result.md#type)\<[`UserRecord`](../interfaces/service_domain_organization_user_record.UserRecord.md)\> #### Defined in -[src/service/domain/organization/user_record.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_record.ts#L41) +[src/service/domain/organization/user_record.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_record.ts#L41) diff --git a/docs/developer/api-docs/modules/service_domain_organization_user_trace_event.md b/docs/developer/api-docs/modules/service_domain_organization_user_trace_event.md index 39f714d18..c82cccad7 100644 --- a/docs/developer/api-docs/modules/service_domain_organization_user_trace_event.md +++ b/docs/developer/api-docs/modules/service_domain_organization_user_trace_event.md @@ -1,5 +1,4 @@ # service/domain/organization/user\_trace\_event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/organization/user\_trace\_event ## Table of contents @@ -16,8 +15,8 @@ ### userTraceEventSchema -• `Const` **userTraceEventSchema**: `ObjectSchema`<`any`\> +• `Const` **userTraceEventSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/organization/user_trace_event.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/organization/user_trace_event.ts#L14) +[src/service/domain/organization/user_trace_event.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/organization/user_trace_event.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_permissions.md b/docs/developer/api-docs/modules/service_domain_permissions.md index ea39c1474..030a27798 100644 --- a/docs/developer/api-docs/modules/service_domain_permissions.md +++ b/docs/developer/api-docs/modules/service_domain_permissions.md @@ -1,5 +1,4 @@ # service/domain/permissions - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/permissions ## Table of contents @@ -21,31 +20,31 @@ ### ExposablePermissions -Ƭ **ExposablePermissions**: { [key in ExposableIntent]?: Identity[] } +Ƭ **ExposablePermissions**: \{ [key in ExposableIntent]?: Identity[] } #### Defined in -[src/service/domain/permissions.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/permissions.ts#L6) +[src/service/domain/permissions.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/permissions.ts#L6) ___ ### Permissions -Ƭ **Permissions**: { [key in default]?: Identity[] } +Ƭ **Permissions**: \{ [key in default]?: Identity[] } #### Defined in -[src/service/domain/permissions.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/permissions.ts#L5) +[src/service/domain/permissions.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/permissions.ts#L5) ## Variables ### permissionsSchema -• `Const` **permissionsSchema**: `ObjectSchema`<`any`\> +• `Const` **permissionsSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/permissions.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/permissions.ts#L8) +[src/service/domain/permissions.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/permissions.ts#L8) ## Functions @@ -68,4 +67,4 @@ Removes permissions which should not be returned to the user #### Defined in -[src/service/domain/permissions.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/permissions.ts#L18) +[src/service/domain/permissions.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/permissions.ts#L18) diff --git a/docs/developer/api-docs/modules/service_domain_system_information_provisioning_end.md b/docs/developer/api-docs/modules/service_domain_system_information_provisioning_end.md index 677254337..e60fb4741 100644 --- a/docs/developer/api-docs/modules/service_domain_system_information_provisioning_end.md +++ b/docs/developer/api-docs/modules/service_domain_system_information_provisioning_end.md @@ -1,5 +1,4 @@ # service/domain/system\_information/provisioning\_end - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/system\_information/provisioning\_end ## Table of contents @@ -12,7 +11,7 @@ ### setProvisioningEndFlag -▸ **setProvisioningEndFlag**(`ctx`, `issuer`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **setProvisioningEndFlag**(`ctx`, `issuer`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -23,8 +22,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/system_information/provisioning_end.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_end.ts#L12) +[src/service/domain/system_information/provisioning_end.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_end.ts#L12) diff --git a/docs/developer/api-docs/modules/service_domain_system_information_provisioning_ended.md b/docs/developer/api-docs/modules/service_domain_system_information_provisioning_ended.md index 8b11677a4..765e637c0 100644 --- a/docs/developer/api-docs/modules/service_domain_system_information_provisioning_ended.md +++ b/docs/developer/api-docs/modules/service_domain_system_information_provisioning_ended.md @@ -1,5 +1,4 @@ # service/domain/system\_information/provisioning\_ended - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/system\_information/provisioning\_ended ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/system_information/provisioning_ended.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_ended.ts#L19) +[src/service/domain/system_information/provisioning_ended.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_ended.ts#L19) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_system_information_provisioning_ended.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_system_information_provisioning_ended.Event.md)\> #### Parameters @@ -44,17 +43,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_system_information_provisioning_ended.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_system_information_provisioning_ended.Event.md)\> #### Defined in -[src/service/domain/system_information/provisioning_ended.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_ended.ts#L27) +[src/service/domain/system_information/provisioning_ended.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_ended.ts#L27) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_system_information_provisioning_ended.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_system_information_provisioning_ended.Event.md)\> #### Parameters @@ -64,8 +63,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_system_information_provisioning_ended.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_system_information_provisioning_ended.Event.md)\> #### Defined in -[src/service/domain/system_information/provisioning_ended.ts:49](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_ended.ts#L49) +[src/service/domain/system_information/provisioning_ended.ts:49](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_ended.ts#L49) diff --git a/docs/developer/api-docs/modules/service_domain_system_information_provisioning_get.md b/docs/developer/api-docs/modules/service_domain_system_information_provisioning_get.md index a531729ef..ce574e90e 100644 --- a/docs/developer/api-docs/modules/service_domain_system_information_provisioning_get.md +++ b/docs/developer/api-docs/modules/service_domain_system_information_provisioning_get.md @@ -1,5 +1,4 @@ # service/domain/system\_information/provisioning\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/system\_information/provisioning\_get ## Table of contents @@ -12,7 +11,7 @@ ### getProvisionStatus -▸ **getProvisionStatus**(`ctx`, `user`, `repository`): `Promise`<[`Type`](result.md#type)<[`ProvisioningStatus`](../interfaces/service_domain_system_information_system_information.ProvisioningStatus.md)\>\> +▸ **getProvisionStatus**(`ctx`, `user`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`ProvisioningStatus`](../interfaces/service_domain_system_information_system_information.ProvisioningStatus.md)\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`ProvisioningStatus`](../interfaces/service_domain_system_information_system_information.ProvisioningStatus.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`ProvisioningStatus`](../interfaces/service_domain_system_information_system_information.ProvisioningStatus.md)\>\> #### Defined in -[src/service/domain/system_information/provisioning_get.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_get.ts#L16) +[src/service/domain/system_information/provisioning_get.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_get.ts#L16) diff --git a/docs/developer/api-docs/modules/service_domain_system_information_provisioning_start.md b/docs/developer/api-docs/modules/service_domain_system_information_provisioning_start.md index 31d81ab75..d51f520fd 100644 --- a/docs/developer/api-docs/modules/service_domain_system_information_provisioning_start.md +++ b/docs/developer/api-docs/modules/service_domain_system_information_provisioning_start.md @@ -1,5 +1,4 @@ # service/domain/system\_information/provisioning\_start - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/system\_information/provisioning\_start ## Table of contents @@ -12,7 +11,7 @@ ### setProvisioningStartFlag -▸ **setProvisioningStartFlag**(`ctx`, `issuer`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +▸ **setProvisioningStartFlag**(`ctx`, `issuer`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Parameters @@ -23,8 +22,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\>\> #### Defined in -[src/service/domain/system_information/provisioning_start.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_start.ts#L12) +[src/service/domain/system_information/provisioning_start.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_start.ts#L12) diff --git a/docs/developer/api-docs/modules/service_domain_system_information_provisioning_started.md b/docs/developer/api-docs/modules/service_domain_system_information_provisioning_started.md index b5db66c42..8f3ff7fb7 100644 --- a/docs/developer/api-docs/modules/service_domain_system_information_provisioning_started.md +++ b/docs/developer/api-docs/modules/service_domain_system_information_provisioning_started.md @@ -1,5 +1,4 @@ # service/domain/system\_information/provisioning\_started - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/system\_information/provisioning\_started ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/system_information/provisioning_started.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_started.ts#L19) +[src/service/domain/system_information/provisioning_started.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_started.ts#L19) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_system_information_provisioning_started.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_system_information_provisioning_started.Event.md)\> #### Parameters @@ -44,17 +43,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_system_information_provisioning_started.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_system_information_provisioning_started.Event.md)\> #### Defined in -[src/service/domain/system_information/provisioning_started.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_started.ts#L27) +[src/service/domain/system_information/provisioning_started.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_started.ts#L27) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_system_information_provisioning_started.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_system_information_provisioning_started.Event.md)\> #### Parameters @@ -64,8 +63,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_system_information_provisioning_started.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_system_information_provisioning_started.Event.md)\> #### Defined in -[src/service/domain/system_information/provisioning_started.ts:50](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/provisioning_started.ts#L50) +[src/service/domain/system_information/provisioning_started.ts:50](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/provisioning_started.ts#L50) diff --git a/docs/developer/api-docs/modules/service_domain_system_information_system_information.md b/docs/developer/api-docs/modules/service_domain_system_information_system_information.md index ef35d0600..37a4ab295 100644 --- a/docs/developer/api-docs/modules/service_domain_system_information_system_information.md +++ b/docs/developer/api-docs/modules/service_domain_system_information_system_information.md @@ -1,5 +1,4 @@ # service/domain/system\_information/system\_information - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/system\_information/system\_information ## Table of contents @@ -17,7 +16,7 @@ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`SystemInformation`](../interfaces/service_domain_system_information_system_information.SystemInformation.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`SystemInformation`](../interfaces/service_domain_system_information_system_information.SystemInformation.md)\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -[`Type`](result.md#type)<[`SystemInformation`](../interfaces/service_domain_system_information_system_information.SystemInformation.md)\> +[`Type`](result.md#type)\<[`SystemInformation`](../interfaces/service_domain_system_information_system_information.SystemInformation.md)\> #### Defined in -[src/service/domain/system_information/system_information.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/system_information.ts#L24) +[src/service/domain/system_information/system_information.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/system_information.ts#L24) diff --git a/docs/developer/api-docs/modules/service_domain_system_information_system_information_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_system_information_system_information_eventsourcing.md index 605134ecf..87cf887d3 100644 --- a/docs/developer/api-docs/modules/service_domain_system_information_system_information_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_system_information_system_information_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/system\_information/system\_information\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/system\_information/system\_information\_eventsourcing ## Table of contents @@ -32,4 +31,4 @@ #### Defined in -[src/service/domain/system_information/system_information_eventsourcing.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/system_information/system_information_eventsourcing.ts#L10) +[src/service/domain/system_information/system_information_eventsourcing.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/system_information/system_information_eventsourcing.ts#L10) diff --git a/docs/developer/api-docs/modules/service_domain_trace_event.md b/docs/developer/api-docs/modules/service_domain_trace_event.md index a6b8a59fa..e5c7c0857 100644 --- a/docs/developer/api-docs/modules/service_domain_trace_event.md +++ b/docs/developer/api-docs/modules/service_domain_trace_event.md @@ -1,5 +1,4 @@ # service/domain/trace\_event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/trace\_event ## Table of contents @@ -20,14 +19,14 @@ #### Defined in -[src/service/domain/trace_event.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/trace_event.ts#L14) +[src/service/domain/trace_event.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/trace_event.ts#L14) ## Variables ### traceEventSchema -• `Const` **traceEventSchema**: `AlternativesSchema`<`any`\> +• `Const` **traceEventSchema**: `AlternativesSchema`\<`any`\> #### Defined in -[src/service/domain/trace_event.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/trace_event.ts#L20) +[src/service/domain/trace_event.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/trace_event.ts#L20) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_global_permission_grant.md b/docs/developer/api-docs/modules/service_domain_workflow_global_permission_grant.md index cad5ed63e..652994572 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_global_permission_grant.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_global_permission_grant.md @@ -1,5 +1,4 @@ # service/domain/workflow/global\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/global\_permission\_grant ## Table of contents @@ -12,7 +11,7 @@ ### grantGlobalPermission -▸ **grantGlobalPermission**(`ctx`, `issuer`, `issuerOrganization`, `grantee`, `intent`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **grantGlobalPermission**(`ctx`, `issuer`, `issuerOrganization`, `grantee`, `intent`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/global_permission_grant.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_grant.ts#L21) +[src/service/domain/workflow/global_permission_grant.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_grant.ts#L21) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_global_permission_granted.md b/docs/developer/api-docs/modules/service_domain_workflow_global_permission_granted.md index 6d4ba706c..3f9019453 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_global_permission_granted.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_global_permission_granted.md @@ -1,5 +1,4 @@ # service/domain/workflow/global\_permission\_granted - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/global\_permission\_granted ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/global_permission_granted.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_granted.ts#L22) +[src/service/domain/workflow/global_permission_granted.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_granted.ts#L22) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_global_permission_granted.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_global_permission_granted.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_global_permission_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_global_permission_granted.Event.md)\> #### Defined in -[src/service/domain/workflow/global_permission_granted.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_granted.ts#L32) +[src/service/domain/workflow/global_permission_granted.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_granted.ts#L32) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_global_permission_granted.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_global_permission_granted.Event.md)\> #### Parameters @@ -66,8 +65,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_global_permission_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_global_permission_granted.Event.md)\> #### Defined in -[src/service/domain/workflow/global_permission_granted.ts:57](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_granted.ts#L57) +[src/service/domain/workflow/global_permission_granted.ts:57](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_granted.ts#L57) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_global_permission_revoke.md b/docs/developer/api-docs/modules/service_domain_workflow_global_permission_revoke.md index c2ec6be16..a03c61c33 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_global_permission_revoke.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_global_permission_revoke.md @@ -1,5 +1,4 @@ # service/domain/workflow/global\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/global\_permission\_revoke ## Table of contents @@ -12,7 +11,7 @@ ### revokeGlobalPermission -▸ **revokeGlobalPermission**(`ctx`, `issuer`, `issuerOrganization`, `revokee`, `intent`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **revokeGlobalPermission**(`ctx`, `issuer`, `issuerOrganization`, `revokee`, `intent`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/global_permission_revoke.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoke.ts#L21) +[src/service/domain/workflow/global_permission_revoke.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoke.ts#L21) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_global_permission_revoked.md b/docs/developer/api-docs/modules/service_domain_workflow_global_permission_revoked.md index b7ba93628..c3cd40d6e 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_global_permission_revoked.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_global_permission_revoked.md @@ -1,5 +1,4 @@ # service/domain/workflow/global\_permission\_revoked - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/global\_permission\_revoked ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/global_permission_revoked.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoked.ts#L22) +[src/service/domain/workflow/global_permission_revoked.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoked.ts#L22) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_global_permission_revoked.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_global_permission_revoked.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_global_permission_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_global_permission_revoked.Event.md)\> #### Defined in -[src/service/domain/workflow/global_permission_revoked.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoked.ts#L32) +[src/service/domain/workflow/global_permission_revoked.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoked.ts#L32) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_global_permission_revoked.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_global_permission_revoked.Event.md)\> #### Parameters @@ -66,8 +65,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_global_permission_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_global_permission_revoked.Event.md)\> #### Defined in -[src/service/domain/workflow/global_permission_revoked.ts:59](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permission_revoked.ts#L59) +[src/service/domain/workflow/global_permission_revoked.ts:59](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permission_revoked.ts#L59) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions.md b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions.md index 9ee7af990..2442a5d10 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions.md @@ -1,5 +1,4 @@ # service/domain/workflow/global\_permissions - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/global\_permissions ## Table of contents @@ -33,7 +32,7 @@ #### Defined in -[src/service/domain/workflow/global_permissions.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions.ts#L31) +[src/service/domain/workflow/global_permissions.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions.ts#L31) ___ @@ -55,13 +54,13 @@ ___ #### Defined in -[src/service/domain/workflow/global_permissions.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions.ts#L38) +[src/service/domain/workflow/global_permissions.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions.ts#L38) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\> #### Parameters @@ -71,8 +70,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\> +[`Type`](result.md#type)\<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\> #### Defined in -[src/service/domain/workflow/global_permissions.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions.ts#L26) +[src/service/domain/workflow/global_permissions.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions.ts#L26) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_eventsourcing.md index ece65c793..db7f3d232 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/workflow/global\_permissions\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/global\_permissions\_eventsourcing ## Table of contents @@ -32,4 +31,4 @@ #### Defined in -[src/service/domain/workflow/global_permissions_eventsourcing.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions_eventsourcing.ts#L11) +[src/service/domain/workflow/global_permissions_eventsourcing.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions_eventsourcing.ts#L11) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_get.md b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_get.md index 63dca16fb..fc1e05137 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_get.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_get.md @@ -1,5 +1,4 @@ # service/domain/workflow/global\_permissions\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/global\_permissions\_get ## Table of contents @@ -12,7 +11,7 @@ ### getGlobalPermissions -▸ **getGlobalPermissions**(`ctx`, `user`, `repository`): `Promise`<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\> +▸ **getGlobalPermissions**(`ctx`, `user`, `repository`): `Promise`\<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\> +`Promise`\<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\> #### Defined in -[src/service/domain/workflow/global_permissions_get.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions_get.ts#L15) +[src/service/domain/workflow/global_permissions_get.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions_get.ts#L15) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_grant_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_grant_spec.md index 424d49bd3..daa36051f 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_grant_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_grant_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/global\_permissions\_grant.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/global\_permissions\_grant.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_revoke_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_revoke_spec.md index 793c3a936..9f346b2ff 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_revoke_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_revoke_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/global\_permissions\_revoke.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/global\_permissions\_revoke.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_trace_event.md b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_trace_event.md index 1a1cbc452..52f28d2c2 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_trace_event.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_global_permissions_trace_event.md @@ -1,5 +1,4 @@ # service/domain/workflow/global\_permissions\_trace\_event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/global\_permissions\_trace\_event ## Table of contents @@ -16,8 +15,8 @@ ### globalPermissionsTraceEventSchema -• `Const` **globalPermissionsTraceEventSchema**: `ObjectSchema`<`any`\> +• `Const` **globalPermissionsTraceEventSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/global_permissions_trace_event.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/global_permissions_trace_event.ts#L11) +[src/service/domain/workflow/global_permissions_trace_event.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/global_permissions_trace_event.ts#L11) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_historyFilter.md b/docs/developer/api-docs/modules/service_domain_workflow_historyFilter.md index 64a576d1a..9bc727b84 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_historyFilter.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_historyFilter.md @@ -1,5 +1,4 @@ # service/domain/workflow/historyFilter - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/historyFilter ## Table of contents @@ -16,17 +15,17 @@ ### Filter -Ƭ **Filter**: `RequireAtLeastOne`<`FilterBase`, ``"publisher"`` \| ``"startAt"`` \| ``"endAt"`` \| ``"eventType"``\> +Ƭ **Filter**: `RequireAtLeastOne`\<`FilterBase`, ``"publisher"`` \| ``"startAt"`` \| ``"endAt"`` \| ``"eventType"``\> #### Defined in -[src/service/domain/workflow/historyFilter.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/historyFilter.ts#L20) +[src/service/domain/workflow/historyFilter.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/historyFilter.ts#L20) ## Functions ### filterTraceEvents -▸ **filterTraceEvents**<`T`\>(`traceEvents`, `filter`): `T`[] +▸ **filterTraceEvents**\<`T`\>(`traceEvents`, `filter`): `T`[] #### Type parameters @@ -47,4 +46,4 @@ #### Defined in -[src/service/domain/workflow/historyFilter.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/historyFilter.ts#L22) +[src/service/domain/workflow/historyFilter.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/historyFilter.ts#L22) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_money.md b/docs/developer/api-docs/modules/service_domain_workflow_money.md index 1f626ab04..6157a5e6a 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_money.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_money.md @@ -1,5 +1,4 @@ # service/domain/workflow/money - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/money ## Table of contents @@ -28,7 +27,7 @@ #### Defined in -[src/service/domain/workflow/money.ts:295](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/money.ts#L295) +[src/service/domain/workflow/money.ts:295](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/money.ts#L295) ___ @@ -38,47 +37,47 @@ ___ #### Defined in -[src/service/domain/workflow/money.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/money.ts#L3) +[src/service/domain/workflow/money.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/money.ts#L3) ## Variables ### amountTypeSchema -• `Const` **amountTypeSchema**: `StringSchema`<`string`\> +• `Const` **amountTypeSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/workflow/money.ts:297](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/money.ts#L297) +[src/service/domain/workflow/money.ts:297](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/money.ts#L297) ___ ### conversionRateSchema -• `Const` **conversionRateSchema**: `StringSchema`<`string`\> +• `Const` **conversionRateSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/workflow/money.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/money.ts#L14) +[src/service/domain/workflow/money.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/money.ts#L14) ___ ### currencyCodeSchema -• `Const` **currencyCodeSchema**: `StringSchema`<`string`\> +• `Const` **currencyCodeSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/workflow/money.ts:296](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/money.ts#L296) +[src/service/domain/workflow/money.ts:296](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/money.ts#L296) ___ ### moneyAmountSchema -• `Const` **moneyAmountSchema**: `StringSchema`<`string`\> +• `Const` **moneyAmountSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/workflow/money.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/money.ts#L4) +[src/service/domain/workflow/money.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/money.ts#L4) ## Functions @@ -98,4 +97,4 @@ ___ #### Defined in -[src/service/domain/workflow/money.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/money.ts#L9) +[src/service/domain/workflow/money.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/money.ts#L9) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_money_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_money_spec.md index 462fe6404..ae4ddcee8 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_money_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_money_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/money.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/money.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_notification.md b/docs/developer/api-docs/modules/service_domain_workflow_notification.md index 4f265a470..6520a643a 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_notification.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_notification.md @@ -1,5 +1,4 @@ # service/domain/workflow/notification - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/notification ## Table of contents @@ -28,23 +27,23 @@ #### Defined in -[src/service/domain/workflow/notification.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L8) +[src/service/domain/workflow/notification.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L8) ## Variables ### idSchema -• `Const` **idSchema**: `StringSchema`<`string`\> +• `Const` **idSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/workflow/notification.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L10) +[src/service/domain/workflow/notification.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L10) ## Functions ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)\> #### Parameters @@ -54,8 +53,8 @@ #### Returns -[`Type`](result.md#type)<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)\> +[`Type`](result.md#type)\<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)\> #### Defined in -[src/service/domain/workflow/notification.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification.ts#L37) +[src/service/domain/workflow/notification.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification.ts#L37) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_notification_created.md b/docs/developer/api-docs/modules/service_domain_workflow_notification_created.md index 9bcf8e47d..43c6cc4e7 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_notification_created.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_notification_created.md @@ -1,5 +1,4 @@ # service/domain/workflow/notification\_created - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/notification\_created ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/notification_created.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L32) +[src/service/domain/workflow/notification_created.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L32) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `recipient`, `businessEvent`, `projectId?`, `subprojectId?`, `workflowitemId?`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_notification_created.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `recipient`, `businessEvent`, `projectId?`, `subprojectId?`, `workflowitemId?`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_notification_created.Event.md)\> #### Parameters @@ -49,17 +48,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_notification_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_notification_created.Event.md)\> #### Defined in -[src/service/domain/workflow/notification_created.ts:47](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L47) +[src/service/domain/workflow/notification_created.ts:47](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L47) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_notification_created.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_notification_created.Event.md)\> #### Parameters @@ -69,8 +68,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_notification_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_notification_created.Event.md)\> #### Defined in -[src/service/domain/workflow/notification_created.ts:80](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_created.ts#L80) +[src/service/domain/workflow/notification_created.ts:80](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_created.ts#L80) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_notification_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_workflow_notification_eventsourcing.md index cb3a44327..06ea76f3d 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_notification_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_notification_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/workflow/notification\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/notification\_eventsourcing ## Table of contents @@ -32,4 +31,4 @@ #### Defined in -[src/service/domain/workflow/notification_eventsourcing.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_eventsourcing.ts#L15) +[src/service/domain/workflow/notification_eventsourcing.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_eventsourcing.ts#L15) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_notification_list.md b/docs/developer/api-docs/modules/service_domain_workflow_notification_list.md index 95ea1531f..c57cd1676 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_notification_list.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_notification_list.md @@ -1,5 +1,4 @@ # service/domain/workflow/notification\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/notification\_list ## Table of contents @@ -12,7 +11,7 @@ ### getUserNotifications -▸ **getUserNotifications**(`ctx`, `user`, `repository`): `Promise`<[`Type`](result.md#type)<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)[]\>\> +▸ **getUserNotifications**(`ctx`, `user`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)[]\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)[]\>\> #### Defined in -[src/service/domain/workflow/notification_list.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_list.ts#L14) +[src/service/domain/workflow/notification_list.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_list.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_notification_mark_read.md b/docs/developer/api-docs/modules/service_domain_workflow_notification_mark_read.md index 153f203db..80b9140f0 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_notification_mark_read.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_notification_mark_read.md @@ -1,5 +1,4 @@ # service/domain/workflow/notification\_mark\_read - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/notification\_mark\_read ## Table of contents @@ -12,7 +11,7 @@ ### markRead -▸ **markRead**(`ctx`, `user`, `notificationId`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **markRead**(`ctx`, `user`, `notificationId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/notification_mark_read.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_mark_read.ts#L18) +[src/service/domain/workflow/notification_mark_read.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_mark_read.ts#L18) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_notification_marked_read.md b/docs/developer/api-docs/modules/service_domain_workflow_notification_marked_read.md index 639f10ced..99970ead5 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_notification_marked_read.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_notification_marked_read.md @@ -1,5 +1,4 @@ # service/domain/workflow/notification\_marked\_read - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/notification\_marked\_read ## Table of contents @@ -21,17 +20,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/notification_marked_read.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_marked_read.ts#L25) +[src/service/domain/workflow/notification_marked_read.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_marked_read.ts#L25) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `notificationId`, `recipient`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_notification_marked_read.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `notificationId`, `recipient`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_notification_marked_read.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_notification_marked_read.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_notification_marked_read.Event.md)\> #### Defined in -[src/service/domain/workflow/notification_marked_read.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_marked_read.ts#L35) +[src/service/domain/workflow/notification_marked_read.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_marked_read.ts#L35) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_notification_marked_read.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_notification_marked_read.Event.md)\> #### Parameters @@ -66,8 +65,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_notification_marked_read.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_notification_marked_read.Event.md)\> #### Defined in -[src/service/domain/workflow/notification_marked_read.ts:61](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_marked_read.ts#L61) +[src/service/domain/workflow/notification_marked_read.ts:61](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_marked_read.ts#L61) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_notification_trace_event.md b/docs/developer/api-docs/modules/service_domain_workflow_notification_trace_event.md index 510710776..c9f0649a5 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_notification_trace_event.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_notification_trace_event.md @@ -1,5 +1,4 @@ # service/domain/workflow/notification\_trace\_event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/notification\_trace\_event ## Table of contents @@ -16,8 +15,8 @@ ### notificationTraceEventSchema -• `Const` **notificationTraceEventSchema**: `ObjectSchema`<`any`\> +• `Const` **notificationTraceEventSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/notification_trace_event.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/notification_trace_event.ts#L11) +[src/service/domain/workflow/notification_trace_event.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/notification_trace_event.ts#L11) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project.md b/docs/developer/api-docs/modules/service_domain_workflow_project.md index f1b346cf5..c234088b3 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project.md @@ -1,5 +1,4 @@ # service/domain/workflow/project - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project ## Table of contents @@ -15,6 +14,7 @@ ### Variables - [idSchema](service_domain_workflow_project.md#idschema) +- [schema](service_domain_workflow_project.md#schema) - [tagsSchema](service_domain_workflow_project.md#tagsschema) ### Functions @@ -30,27 +30,37 @@ #### Defined in -[src/service/domain/workflow/project.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L13) +[src/service/domain/workflow/project.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L13) ## Variables ### idSchema -• `Const` **idSchema**: `StringSchema`<`string`\> +• `Const` **idSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/workflow/project.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L15) +[src/service/domain/workflow/project.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L15) + +___ + +### schema + +• `Const` **schema**: `ObjectSchema`\<`any`\> + +#### Defined in + +[src/service/domain/workflow/project.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L36) ___ ### tagsSchema -• `Const` **tagsSchema**: `StringSchema`<`string`\> +• `Const` **tagsSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/workflow/project.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L16) +[src/service/domain/workflow/project.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L16) ## Functions @@ -72,13 +82,13 @@ ___ #### Defined in -[src/service/domain/workflow/project.ts:56](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L56) +[src/service/domain/workflow/project.ts:56](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L56) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> #### Parameters @@ -88,8 +98,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> +[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> #### Defined in -[src/service/domain/workflow/project.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project.ts#L51) +[src/service/domain/workflow/project.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project.ts#L51) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_assign.md b/docs/developer/api-docs/modules/service_domain_workflow_project_assign.md index f4b44c104..4271a59cb 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_assign.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_assign.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_assign - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_assign ## Table of contents @@ -12,7 +11,7 @@ ### assignProject -▸ **assignProject**(`ctx`, `issuer`, `projectId`, `assignee`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `project`: [`Project`](../interfaces/service_domain_workflow_project.Project.md) }\>\> +▸ **assignProject**(`ctx`, `issuer`, `projectId`, `assignee`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `project`: [`Project`](../interfaces/service_domain_workflow_project.Project.md) }\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `project`: [`Project`](../interfaces/service_domain_workflow_project.Project.md) }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `project`: [`Project`](../interfaces/service_domain_workflow_project.Project.md) }\>\> #### Defined in -[src/service/domain/workflow/project_assign.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assign.ts#L23) +[src/service/domain/workflow/project_assign.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assign.ts#L23) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_assign_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_assign_spec.md index 4895dbb0c..e2559f39d 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_assign_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_assign_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_assign.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_assign.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_assigned.md b/docs/developer/api-docs/modules/service_domain_workflow_project_assigned.md index 89dd4d362..d80f9475e 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_assigned.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_assigned.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_assigned - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_assigned ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/project_assigned.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L21) +[src/service/domain/workflow/project_assigned.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L21) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `assignee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_assigned.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `assignee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_assigned.Event.md)\> #### Parameters @@ -47,17 +46,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_assigned.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_assigned.Event.md)\> #### Defined in -[src/service/domain/workflow/project_assigned.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L31) +[src/service/domain/workflow/project_assigned.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L31) ___ ### mutate -▸ **mutate**(`project`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`project`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given project, or returns an error. @@ -77,17 +76,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/project_assigned.ts:70](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L70) +[src/service/domain/workflow/project_assigned.ts:70](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L70) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_assigned.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_assigned.Event.md)\> #### Parameters @@ -97,8 +96,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_assigned.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_assigned.Event.md)\> #### Defined in -[src/service/domain/workflow/project_assigned.ts:55](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_assigned.ts#L55) +[src/service/domain/workflow/project_assigned.ts:55](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_assigned.ts#L55) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_close.md b/docs/developer/api-docs/modules/service_domain_workflow_project_close.md index 05b4a988d..2f63b73dc 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_close.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_close.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_close - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_close ## Table of contents @@ -12,7 +11,7 @@ ### closeProject -▸ **closeProject**(`ctx`, `issuer`, `projectId`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `project`: [`Project`](../interfaces/service_domain_workflow_project.Project.md) }\>\> +▸ **closeProject**(`ctx`, `issuer`, `projectId`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `project`: [`Project`](../interfaces/service_domain_workflow_project.Project.md) }\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `project`: [`Project`](../interfaces/service_domain_workflow_project.Project.md) }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `project`: [`Project`](../interfaces/service_domain_workflow_project.Project.md) }\>\> #### Defined in -[src/service/domain/workflow/project_close.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_close.ts#L25) +[src/service/domain/workflow/project_close.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_close.ts#L25) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_close_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_close_spec.md index 75e3e0cca..c0812f2fe 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_close_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_close_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_close.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_close.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_closed.md b/docs/developer/api-docs/modules/service_domain_workflow_project_closed.md index fcdb4dbd2..6d5d804ea 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_closed.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_closed.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_closed - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_closed ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/project_closed.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_closed.ts#L20) +[src/service/domain/workflow/project_closed.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_closed.ts#L20) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_closed.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_closed.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_closed.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_closed.Event.md)\> #### Defined in -[src/service/domain/workflow/project_closed.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_closed.ts#L29) +[src/service/domain/workflow/project_closed.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_closed.ts#L29) ___ ### mutate -▸ **mutate**(`project`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`project`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given project, or returns an error. @@ -76,17 +75,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/project_closed.ts:66](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_closed.ts#L66) +[src/service/domain/workflow/project_closed.ts:66](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_closed.ts#L66) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_closed.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_closed.Event.md)\> #### Parameters @@ -96,8 +95,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_closed.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_closed.Event.md)\> #### Defined in -[src/service/domain/workflow/project_closed.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_closed.ts#L51) +[src/service/domain/workflow/project_closed.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_closed.ts#L51) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_create.md b/docs/developer/api-docs/modules/service_domain_workflow_project_create.md index 77df08e5e..5d49f0de5 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_create.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_create.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_create ## Table of contents @@ -17,7 +16,7 @@ ### createProject -▸ **createProject**(`ctx`, `creatingUser`, `data`, `repository`): `Promise`<[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\>\> +▸ **createProject**(`ctx`, `creatingUser`, `data`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\>\> #### Parameters @@ -30,17 +29,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\>\> #### Defined in -[src/service/domain/workflow/project_create.ts:61](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L61) +[src/service/domain/workflow/project_create.ts:61](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L61) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_workflow_project_create.RequestData.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_workflow_project_create.RequestData.md)\> #### Parameters @@ -50,8 +49,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_workflow_project_create.RequestData.md)\> +[`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_workflow_project_create.RequestData.md)\> #### Defined in -[src/service/domain/workflow/project_create.ts:51](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_create.ts#L51) +[src/service/domain/workflow/project_create.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_create.ts#L51) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_create_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_create_spec.md index 1fc03f5a1..a3b6d6fde 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_create_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_create_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_create.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_create.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_created.md b/docs/developer/api-docs/modules/service_domain_workflow_project_created.md index 119d59a21..ac8109868 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_created.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_created.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_created - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_created ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/project_created.ts:53](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_created.ts#L53) +[src/service/domain/workflow/project_created.ts:53](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_created.ts#L53) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `project`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `project`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\> #### Parameters @@ -46,17 +45,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\> #### Defined in -[src/service/domain/workflow/project_created.ts:62](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_created.ts#L62) +[src/service/domain/workflow/project_created.ts:62](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_created.ts#L62) ___ ### createFrom -▸ **createFrom**(`ctx`, `event`): [`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> +▸ **createFrom**(`ctx`, `event`): [`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> #### Parameters @@ -67,17 +66,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> +[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> #### Defined in -[src/service/domain/workflow/project_created.ts:91](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_created.ts#L91) +[src/service/domain/workflow/project_created.ts:91](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_created.ts#L91) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\> #### Parameters @@ -87,8 +86,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_created.Event.md)\> #### Defined in -[src/service/domain/workflow/project_created.ts:86](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_created.ts#L86) +[src/service/domain/workflow/project_created.ts:86](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_created.ts#L86) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_workflow_project_eventsourcing.md index b166f103e..87b72e100 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_eventsourcing ## Table of contents @@ -7,13 +6,15 @@ ### Functions - [newProjectFromEvent](service_domain_workflow_project_eventsourcing.md#newprojectfromevent) +- [parseProjectFromSnapshot](service_domain_workflow_project_eventsourcing.md#parseprojectfromsnapshot) +- [sourceProjectFromSnapshot](service_domain_workflow_project_eventsourcing.md#sourceprojectfromsnapshot) - [sourceProjects](service_domain_workflow_project_eventsourcing.md#sourceprojects) ## Functions ### newProjectFromEvent -▸ **newProjectFromEvent**(`ctx`, `project`, `event`): [`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> +▸ **newProjectFromEvent**(`ctx`, `project`, `event`): [`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> Returns a new project with the given event applied, or an error. @@ -27,11 +28,54 @@ Returns a new project with the given event applied, or an error. #### Returns -[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> +[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> #### Defined in -[src/service/domain/workflow/project_eventsourcing.ts:125](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_eventsourcing.ts#L125) +[src/service/domain/workflow/project_eventsourcing.ts:125](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_eventsourcing.ts#L125) + +___ + +### parseProjectFromSnapshot + +▸ **parseProjectFromSnapshot**(`projectJson`): [`Project`](../interfaces/service_domain_workflow_project.Project.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `projectJson` | `any` | + +#### Returns + +[`Project`](../interfaces/service_domain_workflow_project.Project.md) + +#### Defined in + +[src/service/domain/workflow/project_eventsourcing.ts:265](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_eventsourcing.ts#L265) + +___ + +### sourceProjectFromSnapshot + +▸ **sourceProjectFromSnapshot**(`ctx`, `events`, `withLog`, `projectJson?`): [`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `events` | [`BusinessEvent`](service_domain_business_event.md#businessevent)[] | +| `withLog` | `boolean` | +| `projectJson?` | `any` | + +#### Returns + +[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\> + +#### Defined in + +[src/service/domain/workflow/project_eventsourcing.ts:197](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_eventsourcing.ts#L197) ___ @@ -45,7 +89,7 @@ ___ | :------ | :------ | | `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | | `events` | [`BusinessEvent`](service_domain_business_event.md#businessevent)[] | -| `origin?` | `Map`<`string`, [`Project`](../interfaces/service_domain_workflow_project.Project.md)\> | +| `origin?` | `Map`\<`string`, [`Project`](../interfaces/service_domain_workflow_project.Project.md)\> | #### Returns @@ -58,4 +102,4 @@ ___ #### Defined in -[src/service/domain/workflow/project_eventsourcing.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_eventsourcing.ts#L19) +[src/service/domain/workflow/project_eventsourcing.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_eventsourcing.ts#L19) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_get.md b/docs/developer/api-docs/modules/service_domain_workflow_project_get.md index 3233731a4..ffd2111f6 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_get.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_get.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_get ## Table of contents @@ -12,7 +11,7 @@ ### getProject -▸ **getProject**(`ctx`, `user`, `projectId`, `repository`): `Promise`<[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> +▸ **getProject**(`ctx`, `user`, `projectId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> #### Defined in -[src/service/domain/workflow/project_get.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_get.ts#L15) +[src/service/domain/workflow/project_get.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_get.ts#L15) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_get_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_get_spec.md index 2a849ff25..f5934866d 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_get_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_get_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_get.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_get.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_history_get.md b/docs/developer/api-docs/modules/service_domain_workflow_project_history_get.md index 8ac517891..e305a2523 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_history_get.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_history_get.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_history\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_history\_get ## Table of contents @@ -12,7 +11,7 @@ ### getHistory -▸ **getHistory**(`ctx`, `user`, `projectId`, `repository`, `filter?`): `Promise`<[`Type`](result.md#type)<[`ProjectTraceEvent`](../interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md)[]\>\> +▸ **getHistory**(`ctx`, `user`, `projectId`, `repository`, `filter?`): `Promise`\<[`Type`](result.md#type)\<[`ProjectTraceEvent`](../interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md)[]\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`ProjectTraceEvent`](../interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`ProjectTraceEvent`](../interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md)[]\>\> #### Defined in -[src/service/domain/workflow/project_history_get.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_history_get.ts#L16) +[src/service/domain/workflow/project_history_get.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_history_get.ts#L16) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_history_get_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_history_get_spec.md index f670acb4e..84e6c8acf 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_history_get_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_history_get_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_history\_get.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_history\_get.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_list.md b/docs/developer/api-docs/modules/service_domain_workflow_project_list.md index fd265f70e..ff2b398d4 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_list.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_list.md @@ -1,18 +1,39 @@ # service/domain/workflow/project\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_list ## Table of contents ### Functions +- [dropHiddenHistoryEvents](service_domain_workflow_project_list.md#drophiddenhistoryevents) - [getAllVisible](service_domain_workflow_project_list.md#getallvisible) ## Functions +### dropHiddenHistoryEvents + +▸ **dropHiddenHistoryEvents**(`project`, `actingUser`): [`Project`](../interfaces/service_domain_workflow_project.Project.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `project` | [`Project`](../interfaces/service_domain_workflow_project.Project.md) | +| `actingUser` | [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md) | + +#### Returns + +[`Project`](../interfaces/service_domain_workflow_project.Project.md) + +#### Defined in + +[src/service/domain/workflow/project_list.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_list.ts#L46) + +___ + ### getAllVisible -▸ **getAllVisible**(`_ctx`, `user`, `repository`): `Promise`<[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)[]\>\> +▸ **getAllVisible**(`_ctx`, `user`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)[]\>\> #### Parameters @@ -24,8 +45,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)[]\>\> #### Defined in -[src/service/domain/workflow/project_list.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_list.ts#L14) +[src/service/domain/workflow/project_list.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_list.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_list_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_list_spec.md index a00a4ad89..f523a5f78 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_list_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_list_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_list.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_list.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_grant.md b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_grant.md index b1bd0bc47..754be6b65 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_grant.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_grant.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_permission\_grant ## Table of contents @@ -12,7 +11,7 @@ ### grantProjectPermission -▸ **grantProjectPermission**(`ctx`, `issuer`, `projectId`, `grantee`, `intent`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **grantProjectPermission**(`ctx`, `issuer`, `projectId`, `grantee`, `intent`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/project_permission_grant.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_grant.ts#L21) +[src/service/domain/workflow/project_permission_grant.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_grant.ts#L21) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_grant_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_grant_spec.md index 5e748ee1b..cbf193b31 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_grant_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_grant_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_permission\_grant.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_permission\_grant.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_granted.md b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_granted.md index 6bde23a1e..0630b0517 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_granted.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_granted.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_permission\_granted - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_permission\_granted ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L24) +[src/service/domain/workflow/project_permission_granted.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L24) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_permission_granted.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_permission_granted.Event.md)\> #### Parameters @@ -48,17 +47,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_permission_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_permission_granted.Event.md)\> #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L35) +[src/service/domain/workflow/project_permission_granted.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L35) ___ ### mutate -▸ **mutate**(`project`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`project`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given project, or returns an error. @@ -78,17 +77,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:78](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L78) +[src/service/domain/workflow/project_permission_granted.ts:78](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L78) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_permission_granted.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_permission_granted.Event.md)\> #### Parameters @@ -98,8 +97,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_permission_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_permission_granted.Event.md)\> #### Defined in -[src/service/domain/workflow/project_permission_granted.ts:63](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_granted.ts#L63) +[src/service/domain/workflow/project_permission_granted.ts:63](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_granted.ts#L63) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoke.md b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoke.md index 628d27a8e..1c923ba81 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoke.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoke.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_permission\_revoke ## Table of contents @@ -12,7 +11,7 @@ ### revokeProjectPermission -▸ **revokeProjectPermission**(`ctx`, `issuer`, `projectId`, `revokee`, `intent`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **revokeProjectPermission**(`ctx`, `issuer`, `projectId`, `revokee`, `intent`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/project_permission_revoke.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoke.ts#L22) +[src/service/domain/workflow/project_permission_revoke.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoke.ts#L22) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoke_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoke_spec.md index fb7afdb6c..5d498dd7c 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoke_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoke_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_permission\_revoke.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_permission\_revoke.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoked.md b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoked.md index 174ff2170..0319a5991 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoked.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_permission_revoked.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_permission\_revoked - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_permission\_revoked ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L24) +[src/service/domain/workflow/project_permission_revoked.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L24) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_permission_revoked.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_permission_revoked.Event.md)\> #### Parameters @@ -48,17 +47,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_permission_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_permission_revoked.Event.md)\> #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L35) +[src/service/domain/workflow/project_permission_revoked.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L35) ___ ### mutate -▸ **mutate**(`project`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`project`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given project, or returns an error. @@ -78,17 +77,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:78](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L78) +[src/service/domain/workflow/project_permission_revoked.ts:78](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L78) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_permission_revoked.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_permission_revoked.Event.md)\> #### Parameters @@ -98,8 +97,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_permission_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_permission_revoked.Event.md)\> #### Defined in -[src/service/domain/workflow/project_permission_revoked.ts:63](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permission_revoked.ts#L63) +[src/service/domain/workflow/project_permission_revoked.ts:63](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permission_revoked.ts#L63) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_permissions_list.md b/docs/developer/api-docs/modules/service_domain_workflow_project_permissions_list.md index f46df7a88..5bdfffa7a 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_permissions_list.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_permissions_list.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_permissions\_list ## Table of contents @@ -12,7 +11,7 @@ ### getProjectPermissions -▸ **getProjectPermissions**(`ctx`, `user`, `projectId`, `repository`): `Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +▸ **getProjectPermissions**(`ctx`, `user`, `projectId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Defined in -[src/service/domain/workflow/project_permissions_list.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_permissions_list.ts#L14) +[src/service/domain/workflow/project_permissions_list.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_permissions_list.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_permissions_list_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_permissions_list_spec.md index 3a38a069d..c10d06903 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_permissions_list_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_permissions_list_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_permissions\_list.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_permissions\_list.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_delete.md b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_delete.md index cc541aea8..e88cd9912 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_delete.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_delete.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_projected\_budget\_delete - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_projected\_budget\_delete ## Table of contents @@ -12,7 +11,7 @@ ### deleteProjectedBudget -▸ **deleteProjectedBudget**(`ctx`, `issuer`, `projectId`, `organization`, `currencyCode`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: `State` }\>\> +▸ **deleteProjectedBudget**(`ctx`, `issuer`, `projectId`, `organization`, `currencyCode`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: `State` }\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: `State` }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: `State` }\>\> #### Defined in -[src/service/domain/workflow/project_projected_budget_delete.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_delete.ts#L26) +[src/service/domain/workflow/project_projected_budget_delete.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_delete.ts#L26) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_delete_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_delete_spec.md index 2714000ab..a46232cb6 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_delete_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_delete_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_projected\_budget\_delete.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_projected\_budget\_delete.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_deleted.md b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_deleted.md index 4aeb9dfd3..70c1c852f 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_deleted.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_deleted.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_projected\_budget\_deleted - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_projected\_budget\_deleted ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L23) +[src/service/domain/workflow/project_projected_budget_deleted.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L23) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `organization`, `currencyCode`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `organization`, `currencyCode`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md)\> #### Parameters @@ -48,17 +47,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md)\> #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L34) +[src/service/domain/workflow/project_projected_budget_deleted.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L34) ___ ### mutate -▸ **mutate**(`project`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`project`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given project, or returns an error. @@ -78,17 +77,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:75](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L75) +[src/service/domain/workflow/project_projected_budget_deleted.ts:75](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L75) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md)\> #### Parameters @@ -98,8 +97,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_deleted.Event.md)\> #### Defined in -[src/service/domain/workflow/project_projected_budget_deleted.ts:60](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L60) +[src/service/domain/workflow/project_projected_budget_deleted.ts:60](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_deleted.ts#L60) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_update.md b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_update.md index 8decd4764..bcac9219b 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_update.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_update.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_projected\_budget\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_projected\_budget\_update ## Table of contents @@ -12,7 +11,7 @@ ### updateProjectedBudget -▸ **updateProjectedBudget**(`ctx`, `issuer`, `projectId`, `organization`, `value`, `currencyCode`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: `State` }\>\> +▸ **updateProjectedBudget**(`ctx`, `issuer`, `projectId`, `organization`, `value`, `currencyCode`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: `State` }\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: `State` }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: `State` }\>\> #### Defined in -[src/service/domain/workflow/project_projected_budget_update.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_update.ts#L26) +[src/service/domain/workflow/project_projected_budget_update.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_update.ts#L26) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_update_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_update_spec.md index d5e5096de..dc1054aca 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_update_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_update_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_projected\_budget\_update.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_projected\_budget\_update.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_updated.md b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_updated.md index 523a64b6d..17b0e7556 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_updated.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_projected_budget_updated.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_projected\_budget\_updated - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_projected\_budget\_updated ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L24) +[src/service/domain/workflow/project_projected_budget_updated.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L24) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `organization`, `value`, `currencyCode`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_updated.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `organization`, `value`, `currencyCode`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_updated.Event.md)\> #### Parameters @@ -49,17 +48,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_updated.Event.md)\> #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L36) +[src/service/domain/workflow/project_projected_budget_updated.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L36) ___ ### mutate -▸ **mutate**(`project`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`project`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given project, or returns an error. @@ -79,17 +78,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:79](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L79) +[src/service/domain/workflow/project_projected_budget_updated.ts:79](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L79) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_updated.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_updated.Event.md)\> #### Parameters @@ -99,8 +98,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_projected_budget_updated.Event.md)\> #### Defined in -[src/service/domain/workflow/project_projected_budget_updated.ts:64](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_projected_budget_updated.ts#L64) +[src/service/domain/workflow/project_projected_budget_updated.ts:64](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_projected_budget_updated.ts#L64) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_snapshot_publish.md b/docs/developer/api-docs/modules/service_domain_workflow_project_snapshot_publish.md new file mode 100644 index 000000000..331e1020a --- /dev/null +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_snapshot_publish.md @@ -0,0 +1,31 @@ +# service/domain/workflow/project\_snapshot\_publish +[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_snapshot\_publish + +## Table of contents + +### Functions + +- [publishProjectSnapshot](service_domain_workflow_project_snapshot_publish.md#publishprojectsnapshot) + +## Functions + +### publishProjectSnapshot + +▸ **publishProjectSnapshot**(`ctx`, `conn`, `streamName`, `creatingUser`): `Promise`\<\{ `canPublish`: `boolean` ; `eventData`: [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\> }\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `streamName` | `string` | +| `creatingUser` | [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md) | + +#### Returns + +`Promise`\<\{ `canPublish`: `boolean` ; `eventData`: [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\> }\> + +#### Defined in + +[src/service/domain/workflow/project_snapshot_publish.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_snapshot_publish.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_snapshot_published.md b/docs/developer/api-docs/modules/service_domain_workflow_project_snapshot_published.md new file mode 100644 index 000000000..4ca9e7b8e --- /dev/null +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_snapshot_published.md @@ -0,0 +1,70 @@ +# service/domain/workflow/project\_snapshot\_published +[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_snapshot\_published + +## Table of contents + +### Interfaces + +- [Event](../interfaces/service_domain_workflow_project_snapshot_published.Event.md) + +### Variables + +- [schema](service_domain_workflow_project_snapshot_published.md#schema) + +### Functions + +- [createEvent](service_domain_workflow_project_snapshot_published.md#createevent) +- [validate](service_domain_workflow_project_snapshot_published.md#validate) + +## Variables + +### schema + +• `Const` **schema**: `ObjectSchema`\<`any`\> + +#### Defined in + +[src/service/domain/workflow/project_snapshot_published.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_snapshot_published.ts#L19) + +## Functions + +### createEvent + +▸ **createEvent**(`source`, `publisher`, `project`, `time?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_snapshot_published.Event.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `source` | `string` | +| `publisher` | `string` | +| `project` | [`Project`](../interfaces/service_domain_workflow_project.Project.md) | +| `time` | `string` | + +#### Returns + +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_snapshot_published.Event.md)\> + +#### Defined in + +[src/service/domain/workflow/project_snapshot_published.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_snapshot_published.ts#L27) + +___ + +### validate + +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_snapshot_published.Event.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `input` | `any` | + +#### Returns + +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_snapshot_published.Event.md)\> + +#### Defined in + +[src/service/domain/workflow/project_snapshot_published.ts:48](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_snapshot_published.ts#L48) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_trace_event.md b/docs/developer/api-docs/modules/service_domain_workflow_project_trace_event.md index b0ee0f11e..57dbaa938 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_trace_event.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_trace_event.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_trace\_event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_trace\_event ## Table of contents @@ -16,8 +15,8 @@ ### projectTraceEventSchema -• `Const` **projectTraceEventSchema**: `ObjectSchema`<`any`\> +• `Const` **projectTraceEventSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/project_trace_event.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_trace_event.ts#L14) +[src/service/domain/workflow/project_trace_event.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_trace_event.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_update.md b/docs/developer/api-docs/modules/service_domain_workflow_project_update.md index ee6802005..8e17c3cb9 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_update.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_update.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_update ## Table of contents @@ -25,23 +24,23 @@ #### Defined in -[src/service/domain/workflow/project_update.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_update.ts#L19) +[src/service/domain/workflow/project_update.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_update.ts#L19) ## Variables ### requestDataSchema -• `Const` **requestDataSchema**: `ObjectSchema`<`any`\> = `ProjectUpdated.modificationSchema` +• `Const` **requestDataSchema**: `ObjectSchema`\<`any`\> = `ProjectUpdated.modificationSchema` #### Defined in -[src/service/domain/workflow/project_update.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_update.ts#L20) +[src/service/domain/workflow/project_update.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_update.ts#L20) ## Functions ### updateProject -▸ **updateProject**(`ctx`, `issuer`, `projectId`, `data`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **updateProject**(`ctx`, `issuer`, `projectId`, `data`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -55,17 +54,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/project_update.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_update.ts#L32) +[src/service/domain/workflow/project_update.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_update.ts#L32) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](service_domain_workflow_project_update.md#requestdata)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](service_domain_workflow_project_update.md#requestdata)\> #### Parameters @@ -75,8 +74,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](service_domain_workflow_project_update.md#requestdata)\> +[`Type`](result.md#type)\<[`RequestData`](service_domain_workflow_project_update.md#requestdata)\> #### Defined in -[src/service/domain/workflow/project_update.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_update.ts#L22) +[src/service/domain/workflow/project_update.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_update.ts#L22) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_update_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_project_update_spec.md index c69aa2fc7..bd5083dc1 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_update_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_update_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/project\_update.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_update.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_project_updated.md b/docs/developer/api-docs/modules/service_domain_workflow_project_updated.md index 8dbb94368..d06c2ae19 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_project_updated.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_project_updated.md @@ -1,5 +1,4 @@ # service/domain/workflow/project\_updated - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/project\_updated ## Table of contents @@ -24,27 +23,27 @@ ### modificationSchema -• `Const` **modificationSchema**: `ObjectSchema`<`any`\> +• `Const` **modificationSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/project_updated.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L26) +[src/service/domain/workflow/project_updated.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L26) ___ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/project_updated.ts:44](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L44) +[src/service/domain/workflow/project_updated.ts:44](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L44) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `modification`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_updated.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `modification`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_updated.Event.md)\> #### Parameters @@ -59,17 +58,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_updated.Event.md)\> #### Defined in -[src/service/domain/workflow/project_updated.ts:54](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L54) +[src/service/domain/workflow/project_updated.ts:54](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L54) ___ ### mutate -▸ **mutate**(`project`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`project`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given project, or returns an error. @@ -89,17 +88,17 @@ is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/project_updated.ts:95](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L95) +[src/service/domain/workflow/project_updated.ts:95](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L95) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_updated.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_updated.Event.md)\> #### Parameters @@ -109,8 +108,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_project_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_project_updated.Event.md)\> #### Defined in -[src/service/domain/workflow/project_updated.ts:80](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/project_updated.ts#L80) +[src/service/domain/workflow/project_updated.ts:80](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/project_updated.ts#L80) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_projected_budget.md b/docs/developer/api-docs/modules/service_domain_workflow_projected_budget.md index 6c5b57716..1d6872d12 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_projected_budget.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_projected_budget.md @@ -1,5 +1,4 @@ # service/domain/workflow/projected\_budget - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/projected\_budget ## Table of contents @@ -17,18 +16,18 @@ ### projectedBudgetListSchema -• `Const` **projectedBudgetListSchema**: `ArraySchema`<`any`[]\> +• `Const` **projectedBudgetListSchema**: `ArraySchema`\<`any`[]\> #### Defined in -[src/service/domain/workflow/projected_budget.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/projected_budget.ts#L17) +[src/service/domain/workflow/projected_budget.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/projected_budget.ts#L17) ___ ### projectedBudgetSchema -• `Const` **projectedBudgetSchema**: `ObjectSchema`<`any`\> +• `Const` **projectedBudgetSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/projected_budget.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/projected_budget.ts#L11) +[src/service/domain/workflow/projected_budget.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/projected_budget.ts#L11) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject.md index fd936b352..843c08970 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject ## Table of contents @@ -15,6 +14,7 @@ ### Variables - [idSchema](service_domain_workflow_subproject.md#idschema) +- [schema](service_domain_workflow_subproject.md#schema) ### Functions @@ -29,17 +29,27 @@ #### Defined in -[src/service/domain/workflow/subproject.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L16) +[src/service/domain/workflow/subproject.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L16) ## Variables ### idSchema -• `Const` **idSchema**: `StringSchema`<`string`\> +• `Const` **idSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/workflow/subproject.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L18) +[src/service/domain/workflow/subproject.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L18) + +___ + +### schema + +• `Const` **schema**: `ObjectSchema`\<`any`\> + +#### Defined in + +[src/service/domain/workflow/subproject.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L41) ## Functions @@ -61,13 +71,13 @@ #### Defined in -[src/service/domain/workflow/subproject.ts:64](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L64) +[src/service/domain/workflow/subproject.ts:64](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L64) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> #### Parameters @@ -77,8 +87,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> +[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> #### Defined in -[src/service/domain/workflow/subproject.ts:59](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject.ts#L59) +[src/service/domain/workflow/subproject.ts:59](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject.ts#L59) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_assign.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_assign.md index e013f5448..929eed90f 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_assign.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_assign.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_assign - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_assign ## Table of contents @@ -12,7 +11,7 @@ ### assignSubproject -▸ **assignSubproject**(`ctx`, `issuer`, `projectId`, `subprojectId`, `assignee`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `subproject`: [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) }\>\> +▸ **assignSubproject**(`ctx`, `issuer`, `projectId`, `subprojectId`, `assignee`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `subproject`: [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) }\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `subproject`: [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `subproject`: [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) }\>\> #### Defined in -[src/service/domain/workflow/subproject_assign.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assign.ts#L23) +[src/service/domain/workflow/subproject_assign.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assign.ts#L23) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_assign_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_assign_spec.md index 8b8dccbdb..6e7dc0967 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_assign_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_assign_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_assign.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_assign.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_assigned.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_assigned.md index 7364993f0..0fa0b5f61 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_assigned.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_assigned.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_assigned - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_assigned ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L23) +[src/service/domain/workflow/subproject_assigned.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L23) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `assignee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_assigned.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `assignee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_assigned.Event.md)\> #### Parameters @@ -48,17 +47,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_assigned.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_assigned.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:34](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L34) +[src/service/domain/workflow/subproject_assigned.ts:34](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L34) ___ ### mutate -▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given subproject, or returns an error. @@ -78,17 +77,17 @@ subproject is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:76](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L76) +[src/service/domain/workflow/subproject_assigned.ts:76](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L76) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_assigned.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_assigned.Event.md)\> #### Parameters @@ -98,8 +97,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_assigned.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_assigned.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_assigned.ts:61](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_assigned.ts#L61) +[src/service/domain/workflow/subproject_assigned.ts:61](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_assigned.ts#L61) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_close.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_close.md index bd9c7ecb6..b08147be8 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_close.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_close.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_close - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_close ## Table of contents @@ -12,7 +11,7 @@ ### closeSubproject -▸ **closeSubproject**(`ctx`, `issuer`, `projectId`, `subprojectId`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `subproject`: [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) }\>\> +▸ **closeSubproject**(`ctx`, `issuer`, `projectId`, `subprojectId`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `subproject`: [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) }\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `subproject`: [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `subproject`: [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) }\>\> #### Defined in -[src/service/domain/workflow/subproject_close.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_close.ts#L32) +[src/service/domain/workflow/subproject_close.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_close.ts#L32) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_close_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_close_spec.md index 28146301b..380df2b69 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_close_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_close_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_close.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_close.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_closed.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_closed.md index baf22bcd0..7686a3793 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_closed.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_closed.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_closed - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_closed ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/subproject_closed.ts:22](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L22) +[src/service/domain/workflow/subproject_closed.ts:22](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L22) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_closed.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_closed.Event.md)\> #### Parameters @@ -47,17 +46,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_closed.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_closed.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_closed.ts:32](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L32) +[src/service/domain/workflow/subproject_closed.ts:32](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L32) ___ ### mutate -▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given subproject, or returns an error. @@ -77,17 +76,17 @@ subproject is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/subproject_closed.ts:71](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L71) +[src/service/domain/workflow/subproject_closed.ts:71](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L71) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_closed.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_closed.Event.md)\> #### Parameters @@ -97,8 +96,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_closed.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_closed.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_closed.ts:56](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_closed.ts#L56) +[src/service/domain/workflow/subproject_closed.ts:56](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_closed.ts#L56) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_create.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_create.md index 044c9c9d5..7b5b359b3 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_create.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_create.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_create ## Table of contents @@ -17,7 +16,7 @@ ### createSubproject -▸ **createSubproject**(`ctx`, `issuer`, `reqData`, `repository`): `Promise`<[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\>\> +▸ **createSubproject**(`ctx`, `issuer`, `reqData`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\>\> #### Parameters @@ -30,11 +29,11 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\>\> #### Defined in -[src/service/domain/workflow/subproject_create.ts:62](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L62) +[src/service/domain/workflow/subproject_create.ts:62](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L62) ___ @@ -54,4 +53,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_create.ts:52](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_create.ts#L52) +[src/service/domain/workflow/subproject_create.ts:52](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_create.ts#L52) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_create_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_create_spec.md index e178cb505..e8b9fdd4f 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_create_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_create_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_create.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_create.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_created.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_created.md index 592addc41..93d63061b 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_created.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_created.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_created - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_created ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/subproject_created.ts:59](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L59) +[src/service/domain/workflow/subproject_created.ts:59](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L59) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subproject`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subproject`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\> #### Parameters @@ -47,17 +46,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_created.ts:69](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L69) +[src/service/domain/workflow/subproject_created.ts:69](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L69) ___ ### createFrom -▸ **createFrom**(`ctx`, `event`): [`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> +▸ **createFrom**(`ctx`, `event`): [`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> #### Parameters @@ -68,17 +67,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> +[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> #### Defined in -[src/service/domain/workflow/subproject_created.ts:100](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L100) +[src/service/domain/workflow/subproject_created.ts:100](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L100) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\> #### Parameters @@ -88,8 +87,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_created.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_created.ts:95](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_created.ts#L95) +[src/service/domain/workflow/subproject_created.ts:95](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_created.ts#L95) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_eventsourcing.md index 3cb8e75a8..3541a2326 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_eventsourcing ## Table of contents @@ -7,13 +6,15 @@ ### Functions - [newSubprojectFromEvent](service_domain_workflow_subproject_eventsourcing.md#newsubprojectfromevent) +- [parseSubprojectFromSnapshot](service_domain_workflow_subproject_eventsourcing.md#parsesubprojectfromsnapshot) +- [sourceSubprojectFromSnapshot](service_domain_workflow_subproject_eventsourcing.md#sourcesubprojectfromsnapshot) - [sourceSubprojects](service_domain_workflow_subproject_eventsourcing.md#sourcesubprojects) ## Functions ### newSubprojectFromEvent -▸ **newSubprojectFromEvent**(`ctx`, `subproject`, `event`): [`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> +▸ **newSubprojectFromEvent**(`ctx`, `subproject`, `event`): [`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> Returns a new subproject with the given event applied, or an error. @@ -27,11 +28,54 @@ Returns a new subproject with the given event applied, or an error. #### Returns -[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> +[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> #### Defined in -[src/service/domain/workflow/subproject_eventsourcing.ts:130](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_eventsourcing.ts#L130) +[src/service/domain/workflow/subproject_eventsourcing.ts:218](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_eventsourcing.ts#L218) + +___ + +### parseSubprojectFromSnapshot + +▸ **parseSubprojectFromSnapshot**(`subprojectJson`): [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `subprojectJson` | `any` | + +#### Returns + +[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) + +#### Defined in + +[src/service/domain/workflow/subproject_eventsourcing.ts:88](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_eventsourcing.ts#L88) + +___ + +### sourceSubprojectFromSnapshot + +▸ **sourceSubprojectFromSnapshot**(`ctx`, `events`, `withLog`, `subprojectJson?`): [`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `events` | [`BusinessEvent`](service_domain_business_event.md#businessevent)[] | +| `withLog` | `boolean` | +| `subprojectJson?` | `any` | + +#### Returns + +[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> + +#### Defined in + +[src/service/domain/workflow/subproject_eventsourcing.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_eventsourcing.ts#L20) ___ @@ -45,7 +89,7 @@ ___ | :------ | :------ | | `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | | `events` | [`BusinessEvent`](service_domain_business_event.md#businessevent)[] | -| `origin?` | `Map`<`string`, [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> | +| `origin?` | `Map`\<`string`, [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\> | #### Returns @@ -58,4 +102,4 @@ ___ #### Defined in -[src/service/domain/workflow/subproject_eventsourcing.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_eventsourcing.ts#L20) +[src/service/domain/workflow/subproject_eventsourcing.ts:108](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_eventsourcing.ts#L108) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_get.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_get.md index 21cdbb692..60af06fd3 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_get.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_get.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_get ## Table of contents @@ -12,7 +11,7 @@ ### getSubproject -▸ **getSubproject**(`ctx`, `user`, `subprojectId`, `repository`): `Promise`<[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> +▸ **getSubproject**(`ctx`, `user`, `subprojectId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> #### Defined in -[src/service/domain/workflow/subproject_get.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_get.ts#L16) +[src/service/domain/workflow/subproject_get.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_get.ts#L16) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_get_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_get_spec.md index a720859b7..494869ed8 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_get_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_get_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_get.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_get.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_history_get.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_history_get.md index 398183f40..803995abd 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_history_get.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_history_get.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_history\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_history\_get ## Table of contents @@ -12,7 +11,7 @@ ### getHistory -▸ **getHistory**(`ctx`, `user`, `projectId`, `subprojectId`, `repository`, `filter?`): `Promise`<[`Type`](result.md#type)<[`SubprojectTraceEvent`](../interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md)[]\>\> +▸ **getHistory**(`ctx`, `user`, `projectId`, `subprojectId`, `repository`, `filter?`): `Promise`\<[`Type`](result.md#type)\<[`SubprojectTraceEvent`](../interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md)[]\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`SubprojectTraceEvent`](../interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`SubprojectTraceEvent`](../interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md)[]\>\> #### Defined in -[src/service/domain/workflow/subproject_history_get.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_history_get.ts#L16) +[src/service/domain/workflow/subproject_history_get.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_history_get.ts#L16) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_history_get_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_history_get_spec.md index f20e376d1..2f5d47848 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_history_get_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_history_get_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_history\_get.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_history\_get.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_list.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_list.md index ec1fc8b8e..d77f437b3 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_list.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_list.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_list ## Table of contents @@ -12,7 +11,7 @@ ### getAllVisible -▸ **getAllVisible**(`_ctx`, `user`, `repository`): `Promise`<[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)[]\>\> +▸ **getAllVisible**(`_ctx`, `user`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)[]\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)[]\>\> #### Defined in -[src/service/domain/workflow/subproject_list.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_list.ts#L15) +[src/service/domain/workflow/subproject_list.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_list.ts#L15) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_list_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_list_spec.md index a958182cb..61368e5f8 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_list_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_list_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_list.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_list.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_grant.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_grant.md index 2e2f66ac8..a830815b7 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_grant.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_grant.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_permission\_grant ## Table of contents @@ -12,7 +11,7 @@ ### grantSubprojectPermission -▸ **grantSubprojectPermission**(`ctx`, `issuer`, `projectId`, `subprojectId`, `grantee`, `intent`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **grantSubprojectPermission**(`ctx`, `issuer`, `projectId`, `subprojectId`, `grantee`, `intent`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/subproject_permission_grant.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_grant.ts#L26) +[src/service/domain/workflow/subproject_permission_grant.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_grant.ts#L26) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_grant_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_grant_spec.md index 56bdba9db..d5d2ad726 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_grant_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_grant_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_permission\_grant.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_permission\_grant.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_granted.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_granted.md index 11dd20e0e..dd7a9f7dc 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_granted.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_granted.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_permission\_granted - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_permission\_granted ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L25) +[src/service/domain/workflow/subproject_permission_granted.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L25) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_permission_granted.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_permission_granted.Event.md)\> #### Parameters @@ -49,17 +48,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_permission_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_permission_granted.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L37) +[src/service/domain/workflow/subproject_permission_granted.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L37) ___ ### mutate -▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given subproject, or returns an error. @@ -79,17 +78,17 @@ subproject is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:81](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L81) +[src/service/domain/workflow/subproject_permission_granted.ts:81](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L81) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_permission_granted.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_permission_granted.Event.md)\> #### Parameters @@ -99,8 +98,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_permission_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_permission_granted.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_permission_granted.ts:66](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_granted.ts#L66) +[src/service/domain/workflow/subproject_permission_granted.ts:66](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_granted.ts#L66) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoke.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoke.md index 052d53e21..ec4fd3323 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoke.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoke.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_permission\_revoke ## Table of contents @@ -12,7 +11,7 @@ ### revokeSubprojectPermission -▸ **revokeSubprojectPermission**(`ctx`, `issuer`, `projectId`, `subprojectId`, `revokee`, `intent`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **revokeSubprojectPermission**(`ctx`, `issuer`, `projectId`, `subprojectId`, `revokee`, `intent`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/subproject_permission_revoke.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoke.ts#L27) +[src/service/domain/workflow/subproject_permission_revoke.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoke.ts#L27) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoke_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoke_spec.md index d2facaa65..236f669b9 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoke_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoke_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_permission\_revoke.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_permission\_revoke.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoked.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoked.md index 8f7a18b07..ca427d3a6 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoked.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permission_revoked.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_permission\_revoked - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_permission\_revoked ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L25) +[src/service/domain/workflow/subproject_permission_revoked.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L25) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_permission_revoked.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_permission_revoked.Event.md)\> #### Parameters @@ -49,17 +48,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_permission_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_permission_revoked.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L37) +[src/service/domain/workflow/subproject_permission_revoked.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L37) ___ ### mutate -▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given subproject, or returns an error. @@ -79,17 +78,17 @@ subproject is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:81](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L81) +[src/service/domain/workflow/subproject_permission_revoked.ts:81](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L81) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_permission_revoked.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_permission_revoked.Event.md)\> #### Parameters @@ -99,8 +98,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_permission_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_permission_revoked.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_permission_revoked.ts:66](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permission_revoked.ts#L66) +[src/service/domain/workflow/subproject_permission_revoked.ts:66](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permission_revoked.ts#L66) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permissions_list.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permissions_list.md index 9824d7bba..564927d43 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permissions_list.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permissions_list.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_permissions\_list ## Table of contents @@ -12,7 +11,7 @@ ### getSubprojectPermissions -▸ **getSubprojectPermissions**(`ctx`, `user`, `projectId`, `subprojectId`, `repository`): `Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +▸ **getSubprojectPermissions**(`ctx`, `user`, `projectId`, `subprojectId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Defined in -[src/service/domain/workflow/subproject_permissions_list.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_permissions_list.ts#L18) +[src/service/domain/workflow/subproject_permissions_list.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_permissions_list.ts#L18) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permissions_list_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permissions_list_spec.md index 108dd47ee..70d5d5eea 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_permissions_list_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_permissions_list_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_permissions\_list.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_permissions\_list.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_delete.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_delete.md index c7a9ffd4a..6e7dd33ec 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_delete.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_delete.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_projected\_budget\_delete - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_projected\_budget\_delete ## Table of contents @@ -12,7 +11,7 @@ ### deleteProjectedBudget -▸ **deleteProjectedBudget**(`ctx`, `issuer`, `projectId`, `subprojectId`, `organization`, `currencyCode`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: [`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[] }\>\> +▸ **deleteProjectedBudget**(`ctx`, `issuer`, `projectId`, `subprojectId`, `organization`, `currencyCode`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: [`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[] }\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: [`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[] }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: [`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[] }\>\> #### Defined in -[src/service/domain/workflow/subproject_projected_budget_delete.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_delete.ts#L28) +[src/service/domain/workflow/subproject_projected_budget_delete.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_delete.ts#L28) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_delete_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_delete_spec.md index 707db19fd..922b2b892 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_delete_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_delete_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_projected\_budget\_delete.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_projected\_budget\_delete.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_deleted.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_deleted.md index 82336de4a..54a8e1ff8 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_deleted.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_deleted.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_projected\_budget\_deleted - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_projected\_budget\_deleted ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L25) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L25) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `organization`, `currencyCode`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `organization`, `currencyCode`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md)\> #### Parameters @@ -49,17 +48,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L37) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L37) ___ ### mutate -▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given subproject, or returns an error. @@ -79,17 +78,17 @@ subproject is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:80](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L80) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:80](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L80) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md)\> #### Parameters @@ -99,8 +98,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_deleted.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_projected_budget_deleted.ts:65](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L65) +[src/service/domain/workflow/subproject_projected_budget_deleted.ts:65](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_deleted.ts#L65) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_update.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_update.md index faca6fcd8..420c70514 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_update.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_update.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_projected\_budget\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_projected\_budget\_update ## Table of contents @@ -12,7 +11,7 @@ ### updateProjectedBudget -▸ **updateProjectedBudget**(`ctx`, `issuer`, `projectId`, `subprojectId`, `organization`, `value`, `currencyCode`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: [`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[] }\>\> +▸ **updateProjectedBudget**(`ctx`, `issuer`, `projectId`, `subprojectId`, `organization`, `value`, `currencyCode`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: [`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[] }\>\> #### Parameters @@ -29,8 +28,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: [`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[] }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `projectedBudgets`: [`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[] }\>\> #### Defined in -[src/service/domain/workflow/subproject_projected_budget_update.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_update.ts#L28) +[src/service/domain/workflow/subproject_projected_budget_update.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_update.ts#L28) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_update_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_update_spec.md index 841e2bf82..65407c480 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_update_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_update_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_projected\_budget\_update.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_projected\_budget\_update.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_updated.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_updated.md index 4c45296f7..df1713a52 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_updated.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_projected_budget_updated.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_projected\_budget\_updated - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_projected\_budget\_updated ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L26) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L26) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `organization`, `value`, `currencyCode`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `organization`, `value`, `currencyCode`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md)\> #### Parameters @@ -50,17 +49,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:39](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L39) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:39](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L39) ___ ### mutate -▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given subproject, or returns an error. @@ -80,17 +79,17 @@ subproject is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:84](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L84) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:84](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L84) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md)\> #### Parameters @@ -100,8 +99,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_projected_budget_updated.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_projected_budget_updated.ts:69](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L69) +[src/service/domain/workflow/subproject_projected_budget_updated.ts:69](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_projected_budget_updated.ts#L69) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_snapshot_publish.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_snapshot_publish.md new file mode 100644 index 000000000..2b615942e --- /dev/null +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_snapshot_publish.md @@ -0,0 +1,33 @@ +# service/domain/workflow/subproject\_snapshot\_publish +[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_snapshot\_publish + +## Table of contents + +### Functions + +- [publishSubprojectSnapshot](service_domain_workflow_subproject_snapshot_publish.md#publishsubprojectsnapshot) + +## Functions + +### publishSubprojectSnapshot + +▸ **publishSubprojectSnapshot**(`ctx`, `conn`, `streamName`, `subprojectId`, `creatingUser`, `ordering?`): `Promise`\<\{ `canPublish`: `boolean` ; `eventData`: [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\> }\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `streamName` | `string` | +| `subprojectId` | `string` | +| `creatingUser` | [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md) | +| `ordering?` | [`WorkflowitemOrdering`](service_domain_workflow_workflowitem_ordering.md#workflowitemordering) | + +#### Returns + +`Promise`\<\{ `canPublish`: `boolean` ; `eventData`: [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\> }\> + +#### Defined in + +[src/service/domain/workflow/subproject_snapshot_publish.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_snapshot_publish.ts#L15) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_snapshot_published.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_snapshot_published.md new file mode 100644 index 000000000..f34859b43 --- /dev/null +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_snapshot_published.md @@ -0,0 +1,70 @@ +# service/domain/workflow/subproject\_snapshot\_published +[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_snapshot\_published + +## Table of contents + +### Interfaces + +- [Event](../interfaces/service_domain_workflow_subproject_snapshot_published.Event.md) + +### Variables + +- [schema](service_domain_workflow_subproject_snapshot_published.md#schema) + +### Functions + +- [createEvent](service_domain_workflow_subproject_snapshot_published.md#createevent) +- [validate](service_domain_workflow_subproject_snapshot_published.md#validate) + +## Variables + +### schema + +• `Const` **schema**: `ObjectSchema`\<`any`\> + +#### Defined in + +[src/service/domain/workflow/subproject_snapshot_published.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_snapshot_published.ts#L20) + +## Functions + +### createEvent + +▸ **createEvent**(`source`, `publisher`, `subproject`, `time?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_snapshot_published.Event.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `source` | `string` | +| `publisher` | `string` | +| `subproject` | [`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md) | +| `time` | `string` | + +#### Returns + +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_snapshot_published.Event.md)\> + +#### Defined in + +[src/service/domain/workflow/subproject_snapshot_published.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_snapshot_published.ts#L29) + +___ + +### validate + +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_snapshot_published.Event.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `input` | `any` | + +#### Returns + +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_snapshot_published.Event.md)\> + +#### Defined in + +[src/service/domain/workflow/subproject_snapshot_published.ts:51](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_snapshot_published.ts#L51) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_trace_event.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_trace_event.md index 423133778..ff928bd90 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_trace_event.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_trace_event.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_trace\_event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_trace\_event ## Table of contents @@ -16,8 +15,8 @@ ### subprojectTraceEventSchema -• `Const` **subprojectTraceEventSchema**: `ObjectSchema`<`any`\> +• `Const` **subprojectTraceEventSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/subproject_trace_event.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_trace_event.ts#L14) +[src/service/domain/workflow/subproject_trace_event.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_trace_event.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_update.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_update.md index 272ba805b..538e86683 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_update.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_update.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_update ## Table of contents @@ -25,23 +24,23 @@ #### Defined in -[src/service/domain/workflow/subproject_update.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_update.ts#L20) +[src/service/domain/workflow/subproject_update.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_update.ts#L20) ## Variables ### requestDataSchema -• `Const` **requestDataSchema**: `ObjectSchema`<`any`\> = `SubprojectUpdated.updatedDataSchema` +• `Const` **requestDataSchema**: `ObjectSchema`\<`any`\> = `SubprojectUpdated.updatedDataSchema` #### Defined in -[src/service/domain/workflow/subproject_update.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_update.ts#L21) +[src/service/domain/workflow/subproject_update.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_update.ts#L21) ## Functions ### updateSubproject -▸ **updateSubproject**(`ctx`, `issuer`, `projectId`, `subprojectId`, `data`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **updateSubproject**(`ctx`, `issuer`, `projectId`, `subprojectId`, `data`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -56,17 +55,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/subproject_update.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_update.ts#L36) +[src/service/domain/workflow/subproject_update.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_update.ts#L36) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](service_domain_workflow_subproject_update.md#requestdata)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](service_domain_workflow_subproject_update.md#requestdata)\> #### Parameters @@ -76,8 +75,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](service_domain_workflow_subproject_update.md#requestdata)\> +[`Type`](result.md#type)\<[`RequestData`](service_domain_workflow_subproject_update.md#requestdata)\> #### Defined in -[src/service/domain/workflow/subproject_update.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_update.ts#L23) +[src/service/domain/workflow/subproject_update.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_update.ts#L23) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_update_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_update_spec.md index 0fd7a51ba..f56b70ab9 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_update_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_update_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/subproject\_update.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_update.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_subproject_updated.md b/docs/developer/api-docs/modules/service_domain_workflow_subproject_updated.md index f95c25680..edf394192 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_subproject_updated.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_subproject_updated.md @@ -1,5 +1,4 @@ # service/domain/workflow/subproject\_updated - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/subproject\_updated ## Table of contents @@ -24,27 +23,27 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/subproject_updated.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L41) +[src/service/domain/workflow/subproject_updated.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L41) ___ ### updatedDataSchema -• `Const` **updatedDataSchema**: `ObjectSchema`<`any`\> +• `Const` **updatedDataSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/subproject_updated.ts:31](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L31) +[src/service/domain/workflow/subproject_updated.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L31) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `update`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_updated.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `update`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_updated.Event.md)\> #### Parameters @@ -60,17 +59,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_updated.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_updated.ts:52](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L52) +[src/service/domain/workflow/subproject_updated.ts:52](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L52) ___ ### mutate -▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given subproject, or returns an error. @@ -90,17 +89,17 @@ subproject is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/subproject_updated.ts:94](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L94) +[src/service/domain/workflow/subproject_updated.ts:94](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L94) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_updated.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_updated.Event.md)\> #### Parameters @@ -110,8 +109,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_subproject_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_subproject_updated.Event.md)\> #### Defined in -[src/service/domain/workflow/subproject_updated.ts:79](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/subproject_updated.ts#L79) +[src/service/domain/workflow/subproject_updated.ts:79](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/subproject_updated.ts#L79) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_user_assignment_get_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_user_assignment_get_spec.md index 4450c38af..9536ed74a 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_user_assignment_get_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_user_assignment_get_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/user\_assignment\_get.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/user\_assignment\_get.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_user_assignments.md b/docs/developer/api-docs/modules/service_domain_workflow_user_assignments.md index ab896b305..7e4b9a5e9 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_user_assignments.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_user_assignments.md @@ -1,5 +1,4 @@ # service/domain/workflow/user\_assignments - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/user\_assignments ## Table of contents diff --git a/docs/developer/api-docs/modules/service_domain_workflow_user_assignments_get.md b/docs/developer/api-docs/modules/service_domain_workflow_user_assignments_get.md index a98e52c7a..f77541c69 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_user_assignments_get.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_user_assignments_get.md @@ -1,5 +1,4 @@ # service/domain/workflow/user\_assignments\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/user\_assignments\_get ## Table of contents @@ -18,7 +17,7 @@ ### getUserAssignments -▸ **getUserAssignments**(`ctx`, `userId`, `issuer`, `issuerOrganization`, `repository`): `Promise`<[`Type`](result.md#type)<[`UserAssignments`](../interfaces/service_domain_workflow_user_assignments.UserAssignments.md)\>\> +▸ **getUserAssignments**(`ctx`, `userId`, `issuer`, `issuerOrganization`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`UserAssignments`](../interfaces/service_domain_workflow_user_assignments.UserAssignments.md)\>\> #### Parameters @@ -32,11 +31,11 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`UserAssignments`](../interfaces/service_domain_workflow_user_assignments.UserAssignments.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`UserAssignments`](../interfaces/service_domain_workflow_user_assignments.UserAssignments.md)\>\> #### Defined in -[src/service/domain/workflow/user_assignments_get.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments_get.ts#L41) +[src/service/domain/workflow/user_assignments_get.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments_get.ts#L41) ___ @@ -56,7 +55,7 @@ ___ #### Defined in -[src/service/domain/workflow/user_assignments_get.ts:187](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments_get.ts#L187) +[src/service/domain/workflow/user_assignments_get.ts:187](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments_get.ts#L187) ___ @@ -76,4 +75,4 @@ ___ #### Defined in -[src/service/domain/workflow/user_assignments_get.ts:148](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/user_assignments_get.ts#L148) +[src/service/domain/workflow/user_assignments_get.ts:148](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/user_assignments_get.ts#L148) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem.md index 75741844f..f05850d71 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem ## Table of contents @@ -17,6 +16,7 @@ ### Variables - [idSchema](service_domain_workflow_workflowitem.md#idschema) +- [schema](service_domain_workflow_workflowitem.md#schema) ### Functions @@ -32,7 +32,7 @@ #### Defined in -[src/service/domain/workflow/workflowitem.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L17) +[src/service/domain/workflow/workflowitem.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L17) ___ @@ -42,17 +42,27 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:68](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L68) +[src/service/domain/workflow/workflowitem.ts:68](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L68) ## Variables ### idSchema -• `Const` **idSchema**: `StringSchema`<`string`\> +• `Const` **idSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/workflow/workflowitem.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L19) +[src/service/domain/workflow/workflowitem.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L19) + +___ + +### schema + +• `Const` **schema**: `ObjectSchema`\<`any`\> + +#### Defined in + +[src/service/domain/workflow/workflowitem.ts:70](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L70) ## Functions @@ -74,7 +84,7 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:139](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L139) +[src/service/domain/workflow/workflowitem.ts:139](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L139) ___ @@ -94,13 +104,13 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem.ts:154](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L154) +[src/service/domain/workflow/workflowitem.ts:154](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L154) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> #### Parameters @@ -110,8 +120,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> +[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> #### Defined in -[src/service/domain/workflow/workflowitem.ts:134](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem.ts#L134) +[src/service/domain/workflow/workflowitem.ts:134](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem.ts#L134) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assign.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assign.md index 8f0cda256..b99ee8a3e 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assign.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assign.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_assign - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_assign ## Table of contents @@ -12,7 +11,7 @@ ### assignWorkflowitem -▸ **assignWorkflowitem**(`ctx`, `issuer`, `assignee`, `projectId`, `subprojectId`, `workflowitemId`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> +▸ **assignWorkflowitem**(`ctx`, `issuer`, `assignee`, `projectId`, `subprojectId`, `workflowitemId`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> #### Defined in -[src/service/domain/workflow/workflowitem_assign.ts:28](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assign.ts#L28) +[src/service/domain/workflow/workflowitem_assign.ts:28](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assign.ts#L28) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assign_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assign_spec.md index 0a08e1345..49dd17a54 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assign_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assign_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_assign.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_assign.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assigned.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assigned.md index 1abf20beb..15de80c84 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assigned.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_assigned.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_assigned - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_assigned ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L25) +[src/service/domain/workflow/workflowitem_assigned.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L25) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `assignee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_assigned.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `assignee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_assigned.Event.md)\> #### Parameters @@ -49,17 +48,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_assigned.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_assigned.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L37) +[src/service/domain/workflow/workflowitem_assigned.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L37) ___ ### mutate -▸ **mutate**(`workflowitem`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`workflowitem`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given workflowitem, or returns an error. @@ -79,17 +78,17 @@ workflowitem is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:81](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L81) +[src/service/domain/workflow/workflowitem_assigned.ts:81](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L81) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_assigned.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_assigned.Event.md)\> #### Parameters @@ -99,8 +98,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_assigned.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_assigned.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_assigned.ts:66](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_assigned.ts#L66) +[src/service/domain/workflow/workflowitem_assigned.ts:66](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_assigned.ts#L66) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_close.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_close.md index 9a84f3799..987c3d9dd 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_close.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_close.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_close - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_close ## Table of contents @@ -12,7 +11,7 @@ ### closeWorkflowitem -▸ **closeWorkflowitem**(`ctx`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `repository`, `rejectReason?`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **closeWorkflowitem**(`ctx`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `repository`, `rejectReason?`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/workflowitem_close.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_close.ts#L37) +[src/service/domain/workflow/workflowitem_close.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_close.ts#L37) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_close_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_close_spec.md index ac0da69f3..a18c166de 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_close_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_close_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_close.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_close.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_closed.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_closed.md index 576545a47..a24cc85a5 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_closed.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_closed.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_closed - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_closed ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L25) +[src/service/domain/workflow/workflowitem_closed.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L25) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `time?`, `rejectReason?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_closed.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `time?`, `rejectReason?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_closed.Event.md)\> #### Parameters @@ -49,17 +48,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_closed.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_closed.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:37](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L37) +[src/service/domain/workflow/workflowitem_closed.ts:37](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L37) ___ ### mutate -▸ **mutate**(`workflowitem`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`workflowitem`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given workflowitem, or returns an error. @@ -79,17 +78,17 @@ workflowitem is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:80](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L80) +[src/service/domain/workflow/workflowitem_closed.ts:80](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L80) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_closed.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_closed.Event.md)\> #### Parameters @@ -99,8 +98,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_closed.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_closed.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_closed.ts:65](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_closed.ts#L65) +[src/service/domain/workflow/workflowitem_closed.ts:65](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_closed.ts#L65) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_create.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_create.md index a666825dd..62baac267 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_create.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_create.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_create ## Table of contents @@ -17,7 +16,7 @@ ### createWorkflowitem -▸ **createWorkflowitem**(`ctx`, `issuer`, `reqData`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **createWorkflowitem**(`ctx`, `issuer`, `reqData`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -30,17 +29,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:115](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L115) +[src/service/domain/workflow/workflowitem_create.ts:115](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L115) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_workflow_workflowitem_create.RequestData.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_workflow_workflowitem_create.RequestData.md)\> #### Parameters @@ -50,8 +49,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`RequestData`](../interfaces/service_domain_workflow_workflowitem_create.RequestData.md)\> +[`Type`](result.md#type)\<[`RequestData`](../interfaces/service_domain_workflow_workflowitem_create.RequestData.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_create.ts:71](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_create.ts#L71) +[src/service/domain/workflow/workflowitem_create.ts:71](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_create.ts#L71) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_create_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_create_spec.md index f55428de7..1bcd1196b 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_create_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_create_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_create.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_create.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_created.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_created.md index 3a3daf5cd..910c1caa5 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_created.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_created.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_created - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_created ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:67](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L67) +[src/service/domain/workflow/workflowitem_created.ts:67](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L67) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitem`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_created.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitem`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_created.Event.md)\> #### Parameters @@ -48,17 +47,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_created.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:78](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L78) +[src/service/domain/workflow/workflowitem_created.ts:78](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L78) ___ ### createFrom -▸ **createFrom**(`ctx`, `event`): [`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> +▸ **createFrom**(`ctx`, `event`): [`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> #### Parameters @@ -69,17 +68,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> +[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:110](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L110) +[src/service/domain/workflow/workflowitem_created.ts:110](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L110) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_created.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_created.Event.md)\> #### Parameters @@ -89,8 +88,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_created.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_created.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_created.ts:105](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_created.ts#L105) +[src/service/domain/workflow/workflowitem_created.ts:105](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_created.ts#L105) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_eventsourcing.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_eventsourcing.md index 8403d1989..1c2d6ab40 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_eventsourcing.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_eventsourcing.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_eventsourcing - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_eventsourcing ## Table of contents @@ -7,13 +6,15 @@ ### Functions - [newWorkflowitemFromEvent](service_domain_workflow_workflowitem_eventsourcing.md#newworkflowitemfromevent) +- [parseWorkflowitemFromSnapshot](service_domain_workflow_workflowitem_eventsourcing.md#parseworkflowitemfromsnapshot) +- [sourceWorkflowitemFromSnapshot](service_domain_workflow_workflowitem_eventsourcing.md#sourceworkflowitemfromsnapshot) - [sourceWorkflowitems](service_domain_workflow_workflowitem_eventsourcing.md#sourceworkflowitems) ## Functions ### newWorkflowitemFromEvent -▸ **newWorkflowitemFromEvent**(`ctx`, `workflowitem`, `event`): [`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> +▸ **newWorkflowitemFromEvent**(`ctx`, `workflowitem`, `event`): [`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> Returns a new workflowitem with the given event applied, or an error. @@ -27,11 +28,54 @@ Returns a new workflowitem with the given event applied, or an error. #### Returns -[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> +[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_eventsourcing.ts:131](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_eventsourcing.ts#L131) +[src/service/domain/workflow/workflowitem_eventsourcing.ts:224](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_eventsourcing.ts#L224) + +___ + +### parseWorkflowitemFromSnapshot + +▸ **parseWorkflowitemFromSnapshot**(`workflowitemJson`): [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `workflowitemJson` | `any` | + +#### Returns + +[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) + +#### Defined in + +[src/service/domain/workflow/workflowitem_eventsourcing.ts:86](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_eventsourcing.ts#L86) + +___ + +### sourceWorkflowitemFromSnapshot + +▸ **sourceWorkflowitemFromSnapshot**(`ctx`, `events`, `withLog`, `workflowitemJson?`): [`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `events` | [`BusinessEvent`](service_domain_business_event.md#businessevent)[] | +| `withLog` | `boolean` | +| `workflowitemJson?` | `any` | + +#### Returns + +[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> + +#### Defined in + +[src/service/domain/workflow/workflowitem_eventsourcing.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_eventsourcing.ts#L18) ___ @@ -45,7 +89,7 @@ ___ | :------ | :------ | | `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | | `events` | [`BusinessEvent`](service_domain_business_event.md#businessevent)[] | -| `origin?` | `Map`<`string`, [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> | +| `origin?` | `Map`\<`string`, [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\> | #### Returns @@ -58,4 +102,4 @@ ___ #### Defined in -[src/service/domain/workflow/workflowitem_eventsourcing.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_eventsourcing.ts#L18) +[src/service/domain/workflow/workflowitem_eventsourcing.ts:111](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_eventsourcing.ts#L111) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get.md index b29b6c031..1e8f8ade2 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_get ## Table of contents @@ -12,7 +11,7 @@ ### getWorkflowitem -▸ **getWorkflowitem**(`ctx`, `user`, `workflowitemId`, `repository`): `Promise`<[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> +▸ **getWorkflowitem**(`ctx`, `user`, `workflowitemId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> #### Defined in -[src/service/domain/workflow/workflowitem_get.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_get.ts#L16) +[src/service/domain/workflow/workflowitem_get.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_get.ts#L16) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_details.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_details.md index 83bc57038..5c5ec017c 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_details.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_details.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_get\_details - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_get\_details ## Table of contents @@ -12,7 +11,7 @@ ### getWorkflowitemDetails -▸ **getWorkflowitemDetails**(`ctx`, `user`, `workflowitemId`, `repository`): `Promise`<[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> +▸ **getWorkflowitemDetails**(`ctx`, `user`, `workflowitemId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> #### Defined in -[src/service/domain/workflow/workflowitem_get_details.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_get_details.ts#L17) +[src/service/domain/workflow/workflowitem_get_details.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_get_details.ts#L17) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_details_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_details_spec.md index 9d7285851..14d17370c 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_details_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_details_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_get\_details.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_get\_details.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_spec.md index dcb86a09a..d124365d2 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_get_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_get.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_get.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_history_get.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_history_get.md index 980a72504..14221ac65 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_history_get.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_history_get.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_history\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_history\_get ## Table of contents @@ -12,7 +11,7 @@ ### getHistory -▸ **getHistory**(`ctx`, `user`, `projectId`, `subprojectId`, `workflowitemId`, `repository`, `filter?`): `Promise`<[`Type`](result.md#type)<[`WorkflowitemTraceEvent`](../interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md)[]\>\> +▸ **getHistory**(`ctx`, `user`, `projectId`, `subprojectId`, `workflowitemId`, `repository`, `filter?`): `Promise`\<[`Type`](result.md#type)\<[`WorkflowitemTraceEvent`](../interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md)[]\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`WorkflowitemTraceEvent`](../interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`WorkflowitemTraceEvent`](../interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md)[]\>\> #### Defined in -[src/service/domain/workflow/workflowitem_history_get.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_history_get.ts#L20) +[src/service/domain/workflow/workflowitem_history_get.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_history_get.ts#L20) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_history_get_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_history_get_spec.md index 5dc75f97d..59443eb17 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_history_get_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_history_get_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_history\_get.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_history\_get.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_list.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_list.md index a43ccfd20..1af8e52da 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_list.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_list.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_list ## Table of contents @@ -12,7 +11,7 @@ ### getAllVisible -▸ **getAllVisible**(`ctx`, `user`, `projectId`, `subprojectId`, `repository`): `Promise`<[`Type`](result.md#type)<[`ScrubbedWorkflowitem`](service_domain_workflow_workflowitem.md#scrubbedworkflowitem)[]\>\> +▸ **getAllVisible**(`ctx`, `user`, `projectId`, `subprojectId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`ScrubbedWorkflowitem`](service_domain_workflow_workflowitem.md#scrubbedworkflowitem)[]\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`ScrubbedWorkflowitem`](service_domain_workflow_workflowitem.md#scrubbedworkflowitem)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`ScrubbedWorkflowitem`](service_domain_workflow_workflowitem.md#scrubbedworkflowitem)[]\>\> #### Defined in -[src/service/domain/workflow/workflowitem_list.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_list.ts#L27) +[src/service/domain/workflow/workflowitem_list.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_list.ts#L27) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_list_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_list_spec.md index c2e39710e..ecd903120 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_list_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_list_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_list.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_list.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_ordering.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_ordering.md index c7181853d..03d442cd4 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_ordering.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_ordering.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_ordering - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_ordering ## Table of contents @@ -20,13 +19,13 @@ #### Defined in -[src/service/domain/workflow/workflowitem_ordering.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_ordering.ts#L4) +[src/service/domain/workflow/workflowitem_ordering.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_ordering.ts#L4) ## Functions ### sortWorkflowitems -▸ **sortWorkflowitems**<`T`\>(`workflowitems`, `ordering`): `T`[] +▸ **sortWorkflowitems**\<`T`\>(`workflowitems`, `ordering`): `T`[] #### Type parameters @@ -47,4 +46,4 @@ #### Defined in -[src/service/domain/workflow/workflowitem_ordering.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_ordering.ts#L11) +[src/service/domain/workflow/workflowitem_ordering.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_ordering.ts#L11) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_ordering_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_ordering_spec.md index bee9a3ddd..2334f965d 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_ordering_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_ordering_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_ordering.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_ordering.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_grant.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_grant.md index eaa237f90..81136b662 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_grant.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_grant.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_permission\_grant ## Table of contents @@ -12,7 +11,7 @@ ### grantWorkflowitemPermission -▸ **grantWorkflowitemPermission**(`ctx`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `grantee`, `intent`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **grantWorkflowitemPermission**(`ctx`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `grantee`, `intent`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -29,8 +28,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/workflowitem_permission_grant.ts:36](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_grant.ts#L36) +[src/service/domain/workflow/workflowitem_permission_grant.ts:36](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_grant.ts#L36) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_grant_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_grant_spec.md index 8c18bf103..2fd07a153 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_grant_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_grant_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_permission\_grant.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_permission\_grant.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_granted.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_granted.md index 1b67cbd12..797cf287c 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_granted.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_granted.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_permission\_granted - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_permission\_granted ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L27) +[src/service/domain/workflow/workflowitem_permission_granted.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L27) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `permission`, `grantee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md)\> #### Parameters @@ -50,17 +49,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L40) +[src/service/domain/workflow/workflowitem_permission_granted.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L40) ___ ### mutate -▸ **mutate**(`workflowitem`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`workflowitem`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given workflowitem, or returns an error. @@ -80,17 +79,17 @@ workflowitem is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:86](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L86) +[src/service/domain/workflow/workflowitem_permission_granted.ts:86](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L86) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md)\> #### Parameters @@ -100,8 +99,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_granted.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_permission_granted.ts:71](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L71) +[src/service/domain/workflow/workflowitem_permission_granted.ts:71](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_granted.ts#L71) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoke.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoke.md index 1aaad9d64..40a5b6eb5 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoke.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoke.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_permission\_revoke ## Table of contents @@ -12,7 +11,7 @@ ### revokeWorkflowitemPermission -▸ **revokeWorkflowitemPermission**(`ctx`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `revokee`, `intent`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **revokeWorkflowitemPermission**(`ctx`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `revokee`, `intent`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -29,8 +28,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoke.ts:29](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoke.ts#L29) +[src/service/domain/workflow/workflowitem_permission_revoke.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoke.ts#L29) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoke_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoke_spec.md index ad7e4b55e..54a43987c 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoke_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoke_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_permission\_revoke.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_permission\_revoke.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoked.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoked.md index 40d0544fe..0f838579d 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoked.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permission_revoked.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_permission\_revoked - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_permission\_revoked ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L27) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L27) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `permission`, `revokee`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md)\> #### Parameters @@ -50,17 +49,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L40) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L40) ___ ### mutate -▸ **mutate**(`workflowitem`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`workflowitem`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given workflowitem, or returns an error. @@ -80,17 +79,17 @@ workflowitem is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:86](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L86) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:86](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L86) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md)\> #### Parameters @@ -100,8 +99,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_permission_revoked.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_permission_revoked.ts:71](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L71) +[src/service/domain/workflow/workflowitem_permission_revoked.ts:71](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permission_revoked.ts#L71) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permissions_list.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permissions_list.md index 7483e87db..b47a288c5 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permissions_list.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permissions_list.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_permissions\_list ## Table of contents @@ -12,7 +11,7 @@ ### getAll -▸ **getAll**(`ctx`, `user`, `projectId`, `subprojectId`, `workflowitemId`, `repository`): `Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +▸ **getAll**(`ctx`, `user`, `projectId`, `subprojectId`, `workflowitemId`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Defined in -[src/service/domain/workflow/workflowitem_permissions_list.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_permissions_list.ts#L20) +[src/service/domain/workflow/workflowitem_permissions_list.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_permissions_list.ts#L20) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permissions_list_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permissions_list_spec.md index 4f38e4ab6..f50cd2975 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permissions_list_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_permissions_list_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_permissions\_list.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_permissions\_list.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_snapshot_publish.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_snapshot_publish.md new file mode 100644 index 000000000..be0a51421 --- /dev/null +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_snapshot_publish.md @@ -0,0 +1,32 @@ +# service/domain/workflow/workflowitem\_snapshot\_publish +[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_snapshot\_publish + +## Table of contents + +### Functions + +- [publishWorkflowitemSnapshot](service_domain_workflow_workflowitem_snapshot_publish.md#publishworkflowitemsnapshot) + +## Functions + +### publishWorkflowitemSnapshot + +▸ **publishWorkflowitemSnapshot**(`ctx`, `conn`, `streamName`, `workflowitemId`, `creatingUser`): `Promise`\<\{ `canPublish`: `boolean` ; `eventData`: [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\> }\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `streamName` | `string` | +| `workflowitemId` | `string` | +| `creatingUser` | [`ServiceUser`](../interfaces/service_domain_organization_service_user.ServiceUser.md) | + +#### Returns + +`Promise`\<\{ `canPublish`: `boolean` ; `eventData`: [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)\> }\> + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_publish.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_publish.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_snapshot_published.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_snapshot_published.md new file mode 100644 index 000000000..5b8e537f2 --- /dev/null +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_snapshot_published.md @@ -0,0 +1,72 @@ +# service/domain/workflow/workflowitem\_snapshot\_published +[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_snapshot\_published + +## Table of contents + +### Interfaces + +- [Event](../interfaces/service_domain_workflow_workflowitem_snapshot_published.Event.md) + +### Variables + +- [schema](service_domain_workflow_workflowitem_snapshot_published.md#schema) + +### Functions + +- [createEvent](service_domain_workflow_workflowitem_snapshot_published.md#createevent) +- [validate](service_domain_workflow_workflowitem_snapshot_published.md#validate) + +## Variables + +### schema + +• `Const` **schema**: `ObjectSchema`\<`any`\> + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_published.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_published.ts#L21) + +## Functions + +### createEvent + +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitem`, `time?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_snapshot_published.Event.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `source` | `string` | +| `publisher` | `string` | +| `projectId` | `string` | +| `subprojectId` | `string` | +| `workflowitem` | [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) | +| `time` | `string` | + +#### Returns + +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_snapshot_published.Event.md)\> + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_published.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_published.ts#L31) + +___ + +### validate + +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_snapshot_published.Event.md)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `input` | `any` | + +#### Returns + +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_snapshot_published.Event.md)\> + +#### Defined in + +[src/service/domain/workflow/workflowitem_snapshot_published.ts:56](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_snapshot_published.ts#L56) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_trace_event.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_trace_event.md index ab596e0e3..1dbca14a6 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_trace_event.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_trace_event.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_trace\_event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_trace\_event ## Table of contents @@ -16,8 +15,8 @@ ### workflowitemTraceEventSchema -• `Const` **workflowitemTraceEventSchema**: `ObjectSchema`<`any`\> +• `Const` **workflowitemTraceEventSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/workflowitem_trace_event.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_trace_event.ts#L17) +[src/service/domain/workflow/workflowitem_trace_event.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_trace_event.ts#L17) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_update.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_update.md index 557382697..611e01943 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_update.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_update.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_update ## Table of contents @@ -28,23 +27,23 @@ #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:40](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L40) +[src/service/domain/workflow/workflowitem_update.ts:40](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L40) ## Variables ### requestDataSchema -• `Const` **requestDataSchema**: `ObjectSchema`<`any`\> = `WorkflowitemUpdated.modificationSchema` +• `Const` **requestDataSchema**: `ObjectSchema`\<`any`\> = `WorkflowitemUpdated.modificationSchema` #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:41](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L41) +[src/service/domain/workflow/workflowitem_update.ts:41](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L41) ## Functions ### updateWorkflowitem -▸ **updateWorkflowitem**(`ctx`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `modification`, `repository`): `Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> +▸ **updateWorkflowitem**(`ctx`, `issuer`, `projectId`, `subprojectId`, `workflowitemId`, `modification`, `repository`): `Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> #### Parameters @@ -60,8 +59,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> +`Promise`\<[`Type`](result.md#type)\<\{ `newEvents`: [`BusinessEvent`](service_domain_business_event.md#businessevent)[] ; `workflowitem`: [`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md) }\>\> #### Defined in -[src/service/domain/workflow/workflowitem_update.ts:73](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_update.ts#L73) +[src/service/domain/workflow/workflowitem_update.ts:73](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_update.ts#L73) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_update_spec.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_update_spec.md index 7e8a3b6cb..b292b7458 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_update_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_update_spec.md @@ -1,3 +1,2 @@ # service/domain/workflow/workflowitem\_update.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_update.spec diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_updated.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_updated.md index 26a3e50f7..ad9fbd2ed 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_updated.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitem_updated.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitem\_updated - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitem\_updated ## Table of contents @@ -24,27 +23,27 @@ ### modificationSchema -• `Const` **modificationSchema**: `ObjectSchema`<`any`\> +• `Const` **modificationSchema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:30](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L30) +[src/service/domain/workflow/workflowitem_updated.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L30) ___ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:55](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L55) +[src/service/domain/workflow/workflowitem_updated.ts:55](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L55) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `update`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_updated.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `workflowitemId`, `update`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_updated.Event.md)\> #### Parameters @@ -61,17 +60,17 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_updated.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:67](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L67) +[src/service/domain/workflow/workflowitem_updated.ts:67](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L67) ___ ### mutate -▸ **mutate**(`workflowitem`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`workflowitem`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given workflowitem, or returns an error. @@ -91,17 +90,17 @@ workflowitem is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:113](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L113) +[src/service/domain/workflow/workflowitem_updated.ts:113](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L113) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_updated.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_updated.Event.md)\> #### Parameters @@ -111,8 +110,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitem_updated.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitem_updated.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitem_updated.ts:98](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitem_updated.ts#L98) +[src/service/domain/workflow/workflowitem_updated.ts:98](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitem_updated.ts#L98) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitems_reorder.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitems_reorder.md index 469bebede..ae271fe2a 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitems_reorder.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitems_reorder.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitems\_reorder - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitems\_reorder ## Table of contents @@ -12,7 +11,7 @@ ### setWorkflowitemOrdering -▸ **setWorkflowitemOrdering**(`ctx`, `issuer`, `projectId`, `subprojectId`, `ordering`, `repository`): `Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +▸ **setWorkflowitemOrdering**(`ctx`, `issuer`, `projectId`, `subprojectId`, `ordering`, `repository`): `Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\>\> #### Defined in -[src/service/domain/workflow/workflowitems_reorder.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reorder.ts#L25) +[src/service/domain/workflow/workflowitems_reorder.ts:25](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reorder.ts#L25) diff --git a/docs/developer/api-docs/modules/service_domain_workflow_workflowitems_reordered.md b/docs/developer/api-docs/modules/service_domain_workflow_workflowitems_reordered.md index 24ca47785..97cde1d07 100644 --- a/docs/developer/api-docs/modules/service_domain_workflow_workflowitems_reordered.md +++ b/docs/developer/api-docs/modules/service_domain_workflow_workflowitems_reordered.md @@ -1,5 +1,4 @@ # service/domain/workflow/workflowitems\_reordered - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflow/workflowitems\_reordered ## Table of contents @@ -22,17 +21,17 @@ ### schema -• `Const` **schema**: `ObjectSchema`<`any`\> +• `Const` **schema**: `ObjectSchema`\<`any`\> #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:24](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L24) +[src/service/domain/workflow/workflowitems_reordered.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L24) ## Functions ### createEvent -▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `ordering`, `time?`, `metadata?`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitems_reordered.Event.md)\> +▸ **createEvent**(`source`, `publisher`, `projectId`, `subprojectId`, `ordering`, `time?`, `metadata?`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitems_reordered.Event.md)\> #### Parameters @@ -48,17 +47,17 @@ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitems_reordered.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitems_reordered.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:35](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L35) +[src/service/domain/workflow/workflowitems_reordered.ts:35](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L35) ___ ### mutate -▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)<`void`\> +▸ **mutate**(`subproject`, `event`): [`Type`](result.md#type)\<`void`\> Applies the event to the given subproject, or returns an error. @@ -78,17 +77,17 @@ subproject is automatically validated when obtained using #### Returns -[`Type`](result.md#type)<`void`\> +[`Type`](result.md#type)\<`void`\> #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:77](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L77) +[src/service/domain/workflow/workflowitems_reordered.ts:77](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L77) ___ ### validate -▸ **validate**(`input`): [`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitems_reordered.Event.md)\> +▸ **validate**(`input`): [`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitems_reordered.Event.md)\> #### Parameters @@ -98,8 +97,8 @@ ___ #### Returns -[`Type`](result.md#type)<[`Event`](../interfaces/service_domain_workflow_workflowitems_reordered.Event.md)\> +[`Type`](result.md#type)\<[`Event`](../interfaces/service_domain_workflow_workflowitems_reordered.Event.md)\> #### Defined in -[src/service/domain/workflow/workflowitems_reordered.ts:62](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflow/workflowitems_reordered.ts#L62) +[src/service/domain/workflow/workflowitems_reordered.ts:62](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflow/workflowitems_reordered.ts#L62) diff --git a/docs/developer/api-docs/modules/service_domain_workflowitem_types_apply_workflowitem_type.md b/docs/developer/api-docs/modules/service_domain_workflowitem_types_apply_workflowitem_type.md index 799014610..3316cb2d1 100644 --- a/docs/developer/api-docs/modules/service_domain_workflowitem_types_apply_workflowitem_type.md +++ b/docs/developer/api-docs/modules/service_domain_workflowitem_types_apply_workflowitem_type.md @@ -1,5 +1,4 @@ # service/domain/workflowitem\_types/apply\_workflowitem\_type - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflowitem\_types/apply\_workflowitem\_type ## Table of contents @@ -12,7 +11,7 @@ ### applyWorkflowitemType -▸ **applyWorkflowitemType**(`originEvent`, `ctx`, `publisher`, `workflowitem`): [`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\> +▸ **applyWorkflowitemType**(`originEvent`, `ctx`, `publisher`, `workflowitem`): [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\> +[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\> #### Defined in -[src/service/domain/workflowitem_types/apply_workflowitem_type.ts:8](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflowitem_types/apply_workflowitem_type.ts#L8) +[src/service/domain/workflowitem_types/apply_workflowitem_type.ts:8](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflowitem_types/apply_workflowitem_type.ts#L8) diff --git a/docs/developer/api-docs/modules/service_domain_workflowitem_types_restricted.md b/docs/developer/api-docs/modules/service_domain_workflowitem_types_restricted.md index 767428bda..864a53d29 100644 --- a/docs/developer/api-docs/modules/service_domain_workflowitem_types_restricted.md +++ b/docs/developer/api-docs/modules/service_domain_workflowitem_types_restricted.md @@ -1,5 +1,4 @@ # service/domain/workflowitem\_types/restricted - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflowitem\_types/restricted ## Table of contents @@ -12,7 +11,7 @@ ### createEvents -▸ **createEvents**(`originEvent`, `ctx`, `publisher`, `workflowitem`): [`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\> +▸ **createEvents**(`originEvent`, `ctx`, `publisher`, `workflowitem`): [`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -[`Type`](result.md#type)<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\> +[`Type`](result.md#type)\<[`BusinessEvent`](service_domain_business_event.md#businessevent)[]\> #### Defined in -[src/service/domain/workflowitem_types/restricted.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflowitem_types/restricted.ts#L14) +[src/service/domain/workflowitem_types/restricted.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflowitem_types/restricted.ts#L14) diff --git a/docs/developer/api-docs/modules/service_domain_workflowitem_types_types.md b/docs/developer/api-docs/modules/service_domain_workflowitem_types_types.md index edd54cfec..7958f0782 100644 --- a/docs/developer/api-docs/modules/service_domain_workflowitem_types_types.md +++ b/docs/developer/api-docs/modules/service_domain_workflowitem_types_types.md @@ -1,5 +1,4 @@ # service/domain/workflowitem\_types/types - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflowitem\_types/types ## Table of contents @@ -20,14 +19,14 @@ #### Defined in -[src/service/domain/workflowitem_types/types.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflowitem_types/types.ts#L3) +[src/service/domain/workflowitem_types/types.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflowitem_types/types.ts#L3) ## Variables ### workflowitemTypeSchema -• `Const` **workflowitemTypeSchema**: `StringSchema`<`string`\> +• `Const` **workflowitemTypeSchema**: `StringSchema`\<`string`\> #### Defined in -[src/service/domain/workflowitem_types/types.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/domain/workflowitem_types/types.ts#L7) +[src/service/domain/workflowitem_types/types.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/domain/workflowitem_types/types.ts#L7) diff --git a/docs/developer/api-docs/modules/service_domain_workflowitem_types_workflowitem_type_spec.md b/docs/developer/api-docs/modules/service_domain_workflowitem_types_workflowitem_type_spec.md index 9045ad9d8..cfe96d27b 100644 --- a/docs/developer/api-docs/modules/service_domain_workflowitem_types_workflowitem_type_spec.md +++ b/docs/developer/api-docs/modules/service_domain_workflowitem_types_workflowitem_type_spec.md @@ -1,3 +1,2 @@ # service/domain/workflowitem\_types/workflowitem\_type.spec - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/domain/workflowitem\_types/workflowitem\_type.spec diff --git a/docs/developer/api-docs/modules/service_errors_authentication_failed.md b/docs/developer/api-docs/modules/service_errors_authentication_failed.md index 6f563b0f6..77718f404 100644 --- a/docs/developer/api-docs/modules/service_errors_authentication_failed.md +++ b/docs/developer/api-docs/modules/service_errors_authentication_failed.md @@ -1,5 +1,4 @@ # service/errors/authentication\_failed - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/errors/authentication\_failed ## Table of contents diff --git a/docs/developer/api-docs/modules/service_event.md b/docs/developer/api-docs/modules/service_event.md index 02e9f074b..a1a34561d 100644 --- a/docs/developer/api-docs/modules/service_event.md +++ b/docs/developer/api-docs/modules/service_event.md @@ -1,5 +1,4 @@ # service/event - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/event ## Table of contents @@ -30,4 +29,4 @@ #### Defined in -[src/service/event.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/event.ts#L14) +[src/service/event.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/event.ts#L14) diff --git a/docs/developer/api-docs/modules/service_event_parsing_error.md b/docs/developer/api-docs/modules/service_event_parsing_error.md index 6e7a4c970..dc260be47 100644 --- a/docs/developer/api-docs/modules/service_event_parsing_error.md +++ b/docs/developer/api-docs/modules/service_event_parsing_error.md @@ -1,5 +1,4 @@ # service/event\_parsing\_error - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/event\_parsing\_error ## Table of contents diff --git a/docs/developer/api-docs/modules/service_getselfaddress.md b/docs/developer/api-docs/modules/service_getselfaddress.md index d299821bb..795c2fdb9 100644 --- a/docs/developer/api-docs/modules/service_getselfaddress.md +++ b/docs/developer/api-docs/modules/service_getselfaddress.md @@ -1,5 +1,4 @@ # service/getselfaddress - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/getselfaddress ## Table of contents @@ -12,7 +11,7 @@ ### getselfaddress -▸ **getselfaddress**(`multichain`): `Promise`<`string`\> +▸ **getselfaddress**(`multichain`): `Promise`\<`string`\> #### Parameters @@ -22,8 +21,8 @@ #### Returns -`Promise`<`string`\> +`Promise`\<`string`\> #### Defined in -[src/service/getselfaddress.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/getselfaddress.ts#L3) +[src/service/getselfaddress.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/getselfaddress.ts#L3) diff --git a/docs/developer/api-docs/modules/service_global_permission_grant.md b/docs/developer/api-docs/modules/service_global_permission_grant.md index ed6ffba9d..c23e764c1 100644 --- a/docs/developer/api-docs/modules/service_global_permission_grant.md +++ b/docs/developer/api-docs/modules/service_global_permission_grant.md @@ -1,5 +1,4 @@ # service/global\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/global\_permission\_grant ## Table of contents @@ -12,7 +11,7 @@ ### grantGlobalPermission -▸ **grantGlobalPermission**(`conn`, `ctx`, `serviceUser`, `serviceUserOrganization`, `grantee`, `permission`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **grantGlobalPermission**(`conn`, `ctx`, `serviceUser`, `serviceUserOrganization`, `grantee`, `permission`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/global_permission_grant.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/global_permission_grant.ts#L15) +[src/service/global_permission_grant.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/global_permission_grant.ts#L15) diff --git a/docs/developer/api-docs/modules/service_global_permission_revoke.md b/docs/developer/api-docs/modules/service_global_permission_revoke.md index c0a09de93..d08c03a34 100644 --- a/docs/developer/api-docs/modules/service_global_permission_revoke.md +++ b/docs/developer/api-docs/modules/service_global_permission_revoke.md @@ -1,5 +1,4 @@ # service/global\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/global\_permission\_revoke ## Table of contents @@ -12,7 +11,7 @@ ### revokeGlobalPermission -▸ **revokeGlobalPermission**(`conn`, `ctx`, `serviceUser`, `serviceUserOrganization`, `revokee`, `permission`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **revokeGlobalPermission**(`conn`, `ctx`, `serviceUser`, `serviceUserOrganization`, `revokee`, `permission`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/global_permission_revoke.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/global_permission_revoke.ts#L15) +[src/service/global_permission_revoke.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/global_permission_revoke.ts#L15) diff --git a/docs/developer/api-docs/modules/service_global_permissions_get.md b/docs/developer/api-docs/modules/service_global_permissions_get.md index ef698149f..29e9291f0 100644 --- a/docs/developer/api-docs/modules/service_global_permissions_get.md +++ b/docs/developer/api-docs/modules/service_global_permissions_get.md @@ -1,5 +1,4 @@ # service/global\_permissions\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/global\_permissions\_get ## Table of contents @@ -12,7 +11,7 @@ ### getGlobalPermissions -▸ **getGlobalPermissions**(`conn`, `ctx`, `serviceUser`): `Promise`<[`Type`](result.md#type)<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\>\> +▸ **getGlobalPermissions**(`conn`, `ctx`, `serviceUser`): `Promise`\<[`Type`](result.md#type)\<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`GlobalPermissions`](../interfaces/service_domain_workflow_global_permissions.GlobalPermissions.md)\>\> #### Defined in -[src/service/global_permissions_get.ts:10](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/global_permissions_get.ts#L10) +[src/service/global_permissions_get.ts:10](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/global_permissions_get.ts#L10) diff --git a/docs/developer/api-docs/modules/service_grantpermissiontoaddress.md b/docs/developer/api-docs/modules/service_grantpermissiontoaddress.md index de608ef07..b2a1d9796 100644 --- a/docs/developer/api-docs/modules/service_grantpermissiontoaddress.md +++ b/docs/developer/api-docs/modules/service_grantpermissiontoaddress.md @@ -1,5 +1,4 @@ # service/grantpermissiontoaddress - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/grantpermissiontoaddress ## Table of contents @@ -12,7 +11,7 @@ ### grantpermissiontoaddress -▸ **grantpermissiontoaddress**(`multichain`, `address`, `permissions`): `Promise`<`void`\> +▸ **grantpermissiontoaddress**(`multichain`, `address`, `permissions`): `Promise`\<`void`\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/grantpermissiontoaddress.ts:4](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/grantpermissiontoaddress.ts#L4) +[src/service/grantpermissiontoaddress.ts:4](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/grantpermissiontoaddress.ts#L4) diff --git a/docs/developer/api-docs/modules/service_group_create.md b/docs/developer/api-docs/modules/service_group_create.md index 23275e944..975a63412 100644 --- a/docs/developer/api-docs/modules/service_group_create.md +++ b/docs/developer/api-docs/modules/service_group_create.md @@ -1,5 +1,4 @@ # service/group\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/group\_create ## Table of contents @@ -12,7 +11,7 @@ ### createGroup -▸ **createGroup**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`<[`Type`](result.md#type)<`Group`\>\> +▸ **createGroup**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`\<[`Type`](result.md#type)\<`Group`\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`Group`\>\> +`Promise`\<[`Type`](result.md#type)\<`Group`\>\> #### Defined in -[src/service/group_create.ts:20](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/group_create.ts#L20) +[src/service/group_create.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/group_create.ts#L20) diff --git a/docs/developer/api-docs/modules/service_group_member_add.md b/docs/developer/api-docs/modules/service_group_member_add.md index 71a1a132d..47b8f0305 100644 --- a/docs/developer/api-docs/modules/service_group_member_add.md +++ b/docs/developer/api-docs/modules/service_group_member_add.md @@ -1,5 +1,4 @@ # service/group\_member\_add - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/group\_member\_add ## Table of contents @@ -12,7 +11,7 @@ ### addMembers -▸ **addMembers**(`conn`, `ctx`, `serviceUser`, `groupId`, `newMembers`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **addMembers**(`conn`, `ctx`, `serviceUser`, `groupId`, `newMembers`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/group_member_add.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/group_member_add.ts#L12) +[src/service/group_member_add.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/group_member_add.ts#L12) diff --git a/docs/developer/api-docs/modules/service_group_member_remove.md b/docs/developer/api-docs/modules/service_group_member_remove.md index 725ec62d9..f3752fb38 100644 --- a/docs/developer/api-docs/modules/service_group_member_remove.md +++ b/docs/developer/api-docs/modules/service_group_member_remove.md @@ -1,5 +1,4 @@ # service/group\_member\_remove - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/group\_member\_remove ## Table of contents @@ -12,7 +11,7 @@ ### removeMembers -▸ **removeMembers**(`conn`, `ctx`, `serviceUser`, `groupId`, `userIds`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **removeMembers**(`conn`, `ctx`, `serviceUser`, `groupId`, `userIds`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/group_member_remove.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/group_member_remove.ts#L12) +[src/service/group_member_remove.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/group_member_remove.ts#L12) diff --git a/docs/developer/api-docs/modules/service_group_permissions_list.md b/docs/developer/api-docs/modules/service_group_permissions_list.md index d168d4e4f..4c5c66096 100644 --- a/docs/developer/api-docs/modules/service_group_permissions_list.md +++ b/docs/developer/api-docs/modules/service_group_permissions_list.md @@ -1,5 +1,4 @@ # service/group\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/group\_permissions\_list ## Table of contents @@ -12,7 +11,7 @@ ### getGroupPermissions -▸ **getGroupPermissions**(`conn`, `ctx`, `serviceUser`, `groupId`): `Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +▸ **getGroupPermissions**(`conn`, `ctx`, `serviceUser`, `groupId`): `Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Defined in -[src/service/group_permissions_list.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/group_permissions_list.ts#L13) +[src/service/group_permissions_list.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/group_permissions_list.ts#L13) diff --git a/docs/developer/api-docs/modules/service_groups.md b/docs/developer/api-docs/modules/service_groups.md index 2f422b542..f9bc24251 100644 --- a/docs/developer/api-docs/modules/service_groups.md +++ b/docs/developer/api-docs/modules/service_groups.md @@ -1,5 +1,4 @@ # service/groups - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/groups ## Table of contents @@ -12,7 +11,7 @@ ### getUsers -▸ **getUsers**(`conn`, `groupId`): `Promise`<`string`[]\> +▸ **getUsers**(`conn`, `groupId`): `Promise`\<`string`[]\> #### Parameters @@ -23,8 +22,8 @@ #### Returns -`Promise`<`string`[]\> +`Promise`\<`string`[]\> #### Defined in -[src/service/groups.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/groups.ts#L9) +[src/service/groups.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/groups.ts#L9) diff --git a/docs/developer/api-docs/modules/service_hash.md b/docs/developer/api-docs/modules/service_hash.md index 964c9d0b2..3c8bbb6bd 100644 --- a/docs/developer/api-docs/modules/service_hash.md +++ b/docs/developer/api-docs/modules/service_hash.md @@ -1,5 +1,4 @@ # service/hash - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/hash ## Table of contents @@ -26,4 +25,4 @@ #### Defined in -[src/service/hash.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/hash.ts#L3) +[src/service/hash.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/hash.ts#L3) diff --git a/docs/developer/api-docs/modules/service_hexconverter.md b/docs/developer/api-docs/modules/service_hexconverter.md index ea55035aa..e764969ae 100644 --- a/docs/developer/api-docs/modules/service_hexconverter.md +++ b/docs/developer/api-docs/modules/service_hexconverter.md @@ -1,5 +1,4 @@ # service/hexconverter - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/hexconverter ## Table of contents @@ -29,7 +28,7 @@ #### Defined in -[src/service/hexconverter.ts:50](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/hexconverter.ts#L50) +[src/service/hexconverter.ts:50](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/hexconverter.ts#L50) ___ @@ -49,7 +48,7 @@ ___ #### Defined in -[src/service/hexconverter.ts:23](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/hexconverter.ts#L23) +[src/service/hexconverter.ts:23](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/hexconverter.ts#L23) ___ @@ -69,7 +68,7 @@ ___ #### Defined in -[src/service/hexconverter.ts:38](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/hexconverter.ts#L38) +[src/service/hexconverter.ts:38](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/hexconverter.ts#L38) ___ @@ -89,4 +88,4 @@ ___ #### Defined in -[src/service/hexconverter.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/hexconverter.ts#L9) +[src/service/hexconverter.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/hexconverter.ts#L9) diff --git a/docs/developer/api-docs/modules/service_importprivkey.md b/docs/developer/api-docs/modules/service_importprivkey.md index 4dcf5fd9d..d51fb9f58 100644 --- a/docs/developer/api-docs/modules/service_importprivkey.md +++ b/docs/developer/api-docs/modules/service_importprivkey.md @@ -1,5 +1,4 @@ # service/importprivkey - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/importprivkey ## Table of contents @@ -12,7 +11,7 @@ ### importprivkey -▸ **importprivkey**(`multichain`, `privkey`, `userId`): `Promise`<`void`\> +▸ **importprivkey**(`multichain`, `privkey`, `userId`): `Promise`\<`void`\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/importprivkey.ts:3](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/importprivkey.ts#L3) +[src/service/importprivkey.ts:3](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/importprivkey.ts#L3) diff --git a/docs/developer/api-docs/modules/service_issuer.md b/docs/developer/api-docs/modules/service_issuer.md index 2dc8fe652..910250587 100644 --- a/docs/developer/api-docs/modules/service_issuer.md +++ b/docs/developer/api-docs/modules/service_issuer.md @@ -1,5 +1,4 @@ # service/issuer - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/issuer ## Table of contents diff --git a/docs/developer/api-docs/modules/service_liststreamitems.md b/docs/developer/api-docs/modules/service_liststreamitems.md index f902daba5..46336e407 100644 --- a/docs/developer/api-docs/modules/service_liststreamitems.md +++ b/docs/developer/api-docs/modules/service_liststreamitems.md @@ -1,5 +1,4 @@ # service/liststreamitems - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/liststreamitems ## Table of contents diff --git a/docs/developer/api-docs/modules/service_liststreamkeyitems.md b/docs/developer/api-docs/modules/service_liststreamkeyitems.md index abe588076..54c1bec87 100644 --- a/docs/developer/api-docs/modules/service_liststreamkeyitems.md +++ b/docs/developer/api-docs/modules/service_liststreamkeyitems.md @@ -1,5 +1,4 @@ # service/liststreamkeyitems - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/liststreamkeyitems ## Table of contents diff --git a/docs/developer/api-docs/modules/service_notification_list.md b/docs/developer/api-docs/modules/service_notification_list.md index dfab20f9e..0b4e54b4b 100644 --- a/docs/developer/api-docs/modules/service_notification_list.md +++ b/docs/developer/api-docs/modules/service_notification_list.md @@ -1,5 +1,4 @@ # service/notification\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/notification\_list ## Table of contents @@ -12,7 +11,7 @@ ### getNotificationsForUser -▸ **getNotificationsForUser**(`conn`, `ctx`, `user`): `Promise`<[`Type`](result.md#type)<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)[]\>\> +▸ **getNotificationsForUser**(`conn`, `ctx`, `user`): `Promise`\<[`Type`](result.md#type)\<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)[]\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`Notification`](../interfaces/service_domain_workflow_notification.Notification.md)[]\>\> #### Defined in -[src/service/notification_list.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/notification_list.ts#L11) +[src/service/notification_list.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/notification_list.ts#L11) diff --git a/docs/developer/api-docs/modules/service_notification_mark_read.md b/docs/developer/api-docs/modules/service_notification_mark_read.md index bd9456069..c59cf83ed 100644 --- a/docs/developer/api-docs/modules/service_notification_mark_read.md +++ b/docs/developer/api-docs/modules/service_notification_mark_read.md @@ -1,5 +1,4 @@ # service/notification\_mark\_read - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/notification\_mark\_read ## Table of contents @@ -12,7 +11,7 @@ ### markRead -▸ **markRead**(`conn`, `ctx`, `serviceUser`, `notificationIds`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **markRead**(`conn`, `ctx`, `serviceUser`, `notificationIds`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/notification_mark_read.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/notification_mark_read.ts#L14) +[src/service/notification_mark_read.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/notification_mark_read.ts#L14) diff --git a/docs/developer/api-docs/modules/service_password.md b/docs/developer/api-docs/modules/service_password.md index 4bb9fd394..ec2a950a5 100644 --- a/docs/developer/api-docs/modules/service_password.md +++ b/docs/developer/api-docs/modules/service_password.md @@ -1,5 +1,4 @@ # service/password - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/password ## Table of contents @@ -22,7 +21,7 @@ #### Defined in -[src/service/password.ts:6](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/password.ts#L6) +[src/service/password.ts:6](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/password.ts#L6) ___ @@ -32,13 +31,13 @@ ___ #### Defined in -[src/service/password.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/password.ts#L5) +[src/service/password.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/password.ts#L5) ## Functions ### hashPassword -▸ **hashPassword**(`password`): `Promise`<`string`\> +▸ **hashPassword**(`password`): `Promise`\<`string`\> Create a password hash. @@ -50,17 +49,17 @@ Create a password hash. #### Returns -`Promise`<`string`\> +`Promise`\<`string`\> #### Defined in -[src/service/password.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/password.ts#L11) +[src/service/password.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/password.ts#L11) ___ ### isPasswordMatch -▸ **isPasswordMatch**(`candidatePassword`, `knownPasswordHash`): `Promise`<`boolean`\> +▸ **isPasswordMatch**(`candidatePassword`, `knownPasswordHash`): `Promise`\<`boolean`\> Validate a given password. @@ -75,8 +74,8 @@ Uses a "constant-time" algorithm to counter timing attacks. #### Returns -`Promise`<`boolean`\> +`Promise`\<`boolean`\> #### Defined in -[src/service/password.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/password.ts#L19) +[src/service/password.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/password.ts#L19) diff --git a/docs/developer/api-docs/modules/service_project_assign.md b/docs/developer/api-docs/modules/service_project_assign.md index f0718fe23..5681c56cb 100644 --- a/docs/developer/api-docs/modules/service_project_assign.md +++ b/docs/developer/api-docs/modules/service_project_assign.md @@ -1,5 +1,4 @@ # service/project\_assign - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_assign ## Table of contents @@ -12,7 +11,7 @@ ### assignProject -▸ **assignProject**(`conn`, `ctx`, `serviceUser`, `projectId`, `assignee`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **assignProject**(`conn`, `ctx`, `serviceUser`, `projectId`, `assignee`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/project_assign.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_assign.ts#L14) +[src/service/project_assign.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_assign.ts#L15) diff --git a/docs/developer/api-docs/modules/service_project_cache_helper.md b/docs/developer/api-docs/modules/service_project_cache_helper.md new file mode 100644 index 000000000..4c84d1d6c --- /dev/null +++ b/docs/developer/api-docs/modules/service_project_cache_helper.md @@ -0,0 +1,52 @@ +# service/project\_cache\_helper +[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_cache\_helper + +## Table of contents + +### Functions + +- [getAllProjects](service_project_cache_helper.md#getallprojects) +- [getProject](service_project_cache_helper.md#getproject) + +## Functions + +### getAllProjects + +▸ **getAllProjects**(`conn`, `ctx`): `Promise`\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)[]\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | + +#### Returns + +`Promise`\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)[]\> + +#### Defined in + +[src/service/project_cache_helper.ts:21](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_cache_helper.ts#L21) + +___ + +### getProject + +▸ **getProject**(`conn`, `ctx`, `projectId`): `Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `projectId` | `string` | + +#### Returns + +`Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> + +#### Defined in + +[src/service/project_cache_helper.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_cache_helper.ts#L7) diff --git a/docs/developer/api-docs/modules/service_project_close.md b/docs/developer/api-docs/modules/service_project_close.md index ed2c2595c..60016c221 100644 --- a/docs/developer/api-docs/modules/service_project_close.md +++ b/docs/developer/api-docs/modules/service_project_close.md @@ -1,5 +1,4 @@ # service/project\_close - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_close ## Table of contents @@ -12,7 +11,7 @@ ### closeProject -▸ **closeProject**(`conn`, `ctx`, `serviceUser`, `projectId`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **closeProject**(`conn`, `ctx`, `serviceUser`, `projectId`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/project_close.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_close.ts#L13) +[src/service/project_close.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_close.ts#L15) diff --git a/docs/developer/api-docs/modules/service_project_create.md b/docs/developer/api-docs/modules/service_project_create.md index f01a935d7..01c606372 100644 --- a/docs/developer/api-docs/modules/service_project_create.md +++ b/docs/developer/api-docs/modules/service_project_create.md @@ -1,5 +1,4 @@ # service/project\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_create ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re ### createProject -▸ **createProject**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`<[`Type`](result.md#type)<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> +▸ **createProject**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`\<[`Type`](result.md#type)\<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> #### Parameters @@ -35,8 +34,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re #### Returns -`Promise`<[`Type`](result.md#type)<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> +`Promise`\<[`Type`](result.md#type)\<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> #### Defined in -[src/service/project_create.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_create.ts#L15) +[src/service/project_create.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_create.ts#L16) diff --git a/docs/developer/api-docs/modules/service_project_get.md b/docs/developer/api-docs/modules/service_project_get.md index 0003be1ed..1501f3cf9 100644 --- a/docs/developer/api-docs/modules/service_project_get.md +++ b/docs/developer/api-docs/modules/service_project_get.md @@ -1,5 +1,4 @@ # service/project\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_get ## Table of contents @@ -12,7 +11,7 @@ ### getProject -▸ **getProject**(`conn`, `ctx`, `serviceUser`, `projectId`): `Promise`<[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> +▸ **getProject**(`conn`, `ctx`, `serviceUser`, `projectId`): `Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)\>\> #### Defined in -[src/service/project_get.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_get.ts#L12) +[src/service/project_get.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_get.ts#L12) diff --git a/docs/developer/api-docs/modules/service_project_history_get.md b/docs/developer/api-docs/modules/service_project_history_get.md index f8303e128..26108c7c0 100644 --- a/docs/developer/api-docs/modules/service_project_history_get.md +++ b/docs/developer/api-docs/modules/service_project_history_get.md @@ -1,5 +1,4 @@ # service/project\_history\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_history\_get ## Table of contents @@ -12,7 +11,7 @@ ### getProjectHistory -▸ **getProjectHistory**(`conn`, `ctx`, `serviceUser`, `projectId`, `filter?`): `Promise`<[`Type`](result.md#type)<[`ProjectTraceEvent`](../interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md)[]\>\> +▸ **getProjectHistory**(`conn`, `ctx`, `serviceUser`, `projectId`, `filter?`): `Promise`\<[`Type`](result.md#type)\<[`ProjectTraceEvent`](../interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md)[]\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`ProjectTraceEvent`](../interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`ProjectTraceEvent`](../interfaces/service_domain_workflow_project_trace_event.ProjectTraceEvent.md)[]\>\> #### Defined in -[src/service/project_history_get.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_history_get.ts#L14) +[src/service/project_history_get.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_history_get.ts#L18) diff --git a/docs/developer/api-docs/modules/service_project_list.md b/docs/developer/api-docs/modules/service_project_list.md index 2ba4ca17d..bdcbb03bb 100644 --- a/docs/developer/api-docs/modules/service_project_list.md +++ b/docs/developer/api-docs/modules/service_project_list.md @@ -1,5 +1,4 @@ # service/project\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_list ## Table of contents @@ -12,7 +11,7 @@ ### listProjects -▸ **listProjects**(`conn`, `ctx`, `serviceUser`): `Promise`<[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)[]\>\> +▸ **listProjects**(`conn`, `ctx`, `serviceUser`): `Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)[]\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Project`](../interfaces/service_domain_workflow_project.Project.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`Project`](../interfaces/service_domain_workflow_project.Project.md)[]\>\> #### Defined in -[src/service/project_list.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_list.ts#L11) +[src/service/project_list.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_list.ts#L11) diff --git a/docs/developer/api-docs/modules/service_project_permission_grant.md b/docs/developer/api-docs/modules/service_project_permission_grant.md index faf8378f9..c2ebfe783 100644 --- a/docs/developer/api-docs/modules/service_project_permission_grant.md +++ b/docs/developer/api-docs/modules/service_project_permission_grant.md @@ -1,5 +1,4 @@ # service/project\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_permission\_grant ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re ### grantProjectPermission -▸ **grantProjectPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `grantee`, `intent`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **grantProjectPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `grantee`, `intent`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -37,8 +36,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/project_permission_grant.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_permission_grant.ts#L16) +[src/service/project_permission_grant.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_permission_grant.ts#L17) diff --git a/docs/developer/api-docs/modules/service_project_permission_revoke.md b/docs/developer/api-docs/modules/service_project_permission_revoke.md index fcbf4f4ca..5956fc727 100644 --- a/docs/developer/api-docs/modules/service_project_permission_revoke.md +++ b/docs/developer/api-docs/modules/service_project_permission_revoke.md @@ -1,5 +1,4 @@ # service/project\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_permission\_revoke ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re ### revokeProjectPermission -▸ **revokeProjectPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `revokee`, `intent`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **revokeProjectPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `revokee`, `intent`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -37,8 +36,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/project_permission_revoke.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_permission_revoke.ts#L16) +[src/service/project_permission_revoke.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_permission_revoke.ts#L17) diff --git a/docs/developer/api-docs/modules/service_project_permissions_list.md b/docs/developer/api-docs/modules/service_project_permissions_list.md index 67d2c9b42..6b9e9382b 100644 --- a/docs/developer/api-docs/modules/service_project_permissions_list.md +++ b/docs/developer/api-docs/modules/service_project_permissions_list.md @@ -1,5 +1,4 @@ # service/project\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_permissions\_list ## Table of contents @@ -12,7 +11,7 @@ ### getProjectPermissions -▸ **getProjectPermissions**(`conn`, `ctx`, `serviceUser`, `projectId`): `Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +▸ **getProjectPermissions**(`conn`, `ctx`, `serviceUser`, `projectId`): `Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Defined in -[src/service/project_permissions_list.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_permissions_list.ts#L11) +[src/service/project_permissions_list.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_permissions_list.ts#L11) diff --git a/docs/developer/api-docs/modules/service_project_projected_budget_delete.md b/docs/developer/api-docs/modules/service_project_projected_budget_delete.md index 387659a46..fd3bddf56 100644 --- a/docs/developer/api-docs/modules/service_project_projected_budget_delete.md +++ b/docs/developer/api-docs/modules/service_project_projected_budget_delete.md @@ -1,5 +1,4 @@ # service/project\_projected\_budget\_delete - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_projected\_budget\_delete ## Table of contents @@ -12,7 +11,7 @@ ### deleteProjectedBudget -▸ **deleteProjectedBudget**(`conn`, `ctx`, `serviceUser`, `projectId`, `organization`, `currencyCode`): `Promise`<[`Type`](result.md#type)<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> +▸ **deleteProjectedBudget**(`conn`, `ctx`, `serviceUser`, `projectId`, `organization`, `currencyCode`): `Promise`\<[`Type`](result.md#type)\<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> #### Defined in -[src/service/project_projected_budget_delete.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_projected_budget_delete.ts#L15) +[src/service/project_projected_budget_delete.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_projected_budget_delete.ts#L16) diff --git a/docs/developer/api-docs/modules/service_project_projected_budget_update.md b/docs/developer/api-docs/modules/service_project_projected_budget_update.md index f8cb3da19..1e093bf4b 100644 --- a/docs/developer/api-docs/modules/service_project_projected_budget_update.md +++ b/docs/developer/api-docs/modules/service_project_projected_budget_update.md @@ -1,5 +1,4 @@ # service/project\_projected\_budget\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_projected\_budget\_update ## Table of contents @@ -12,7 +11,7 @@ ### updateProjectedBudget -▸ **updateProjectedBudget**(`conn`, `ctx`, `serviceUser`, `projectId`, `organization`, `value`, `currencyCode`): `Promise`<[`Type`](result.md#type)<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> +▸ **updateProjectedBudget**(`conn`, `ctx`, `serviceUser`, `projectId`, `organization`, `value`, `currencyCode`): `Promise`\<[`Type`](result.md#type)\<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> #### Defined in -[src/service/project_projected_budget_update.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_projected_budget_update.ts#L15) +[src/service/project_projected_budget_update.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_projected_budget_update.ts#L16) diff --git a/docs/developer/api-docs/modules/service_project_update.md b/docs/developer/api-docs/modules/service_project_update.md index fb9bd4af6..16615ff0e 100644 --- a/docs/developer/api-docs/modules/service_project_update.md +++ b/docs/developer/api-docs/modules/service_project_update.md @@ -1,5 +1,4 @@ # service/project\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/project\_update ## Table of contents @@ -12,7 +11,7 @@ ### updateProject -▸ **updateProject**(`conn`, `ctx`, `serviceUser`, `projectId`, `requestData`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **updateProject**(`conn`, `ctx`, `serviceUser`, `projectId`, `requestData`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/project_update.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/project_update.ts#L13) +[src/service/project_update.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/project_update.ts#L15) diff --git a/docs/developer/api-docs/modules/service_provisioning_end.md b/docs/developer/api-docs/modules/service_provisioning_end.md index be9f0338d..ae64a6569 100644 --- a/docs/developer/api-docs/modules/service_provisioning_end.md +++ b/docs/developer/api-docs/modules/service_provisioning_end.md @@ -1,5 +1,4 @@ # service/provisioning\_end - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/provisioning\_end ## Table of contents @@ -12,7 +11,7 @@ ### setProvisioningEndFlag -▸ **setProvisioningEndFlag**(`conn`, `ctx`, `serviceUser`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **setProvisioningEndFlag**(`conn`, `ctx`, `serviceUser`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/provisioning_end.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/provisioning_end.ts#L11) +[src/service/provisioning_end.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/provisioning_end.ts#L11) diff --git a/docs/developer/api-docs/modules/service_provisioning_get.md b/docs/developer/api-docs/modules/service_provisioning_get.md index 444c336e3..b3c70a14e 100644 --- a/docs/developer/api-docs/modules/service_provisioning_get.md +++ b/docs/developer/api-docs/modules/service_provisioning_get.md @@ -1,5 +1,4 @@ # service/provisioning\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/provisioning\_get ## Table of contents @@ -12,7 +11,7 @@ ### getProvisionStatus -▸ **getProvisionStatus**(`conn`, `ctx`, `serviceUser`): `Promise`<[`Type`](result.md#type)<[`ProvisioningStatus`](../interfaces/service_domain_system_information_system_information.ProvisioningStatus.md)\>\> +▸ **getProvisionStatus**(`conn`, `ctx`, `serviceUser`): `Promise`\<[`Type`](result.md#type)\<[`ProvisioningStatus`](../interfaces/service_domain_system_information_system_information.ProvisioningStatus.md)\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`ProvisioningStatus`](../interfaces/service_domain_system_information_system_information.ProvisioningStatus.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`ProvisioningStatus`](../interfaces/service_domain_system_information_system_information.ProvisioningStatus.md)\>\> #### Defined in -[src/service/provisioning_get.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/provisioning_get.ts#L11) +[src/service/provisioning_get.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/provisioning_get.ts#L11) diff --git a/docs/developer/api-docs/modules/service_provisioning_start.md b/docs/developer/api-docs/modules/service_provisioning_start.md index fbd7a6543..12c0fffc9 100644 --- a/docs/developer/api-docs/modules/service_provisioning_start.md +++ b/docs/developer/api-docs/modules/service_provisioning_start.md @@ -1,5 +1,4 @@ # service/provisioning\_start - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/provisioning\_start ## Table of contents @@ -12,7 +11,7 @@ ### setProvisioningStartFlag -▸ **setProvisioningStartFlag**(`conn`, `ctx`, `serviceUser`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **setProvisioningStartFlag**(`conn`, `ctx`, `serviceUser`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/provisioning_start.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/provisioning_start.ts#L11) +[src/service/provisioning_start.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/provisioning_start.ts#L11) diff --git a/docs/developer/api-docs/modules/service_public_key_get.md b/docs/developer/api-docs/modules/service_public_key_get.md index d1ccb3781..28295e713 100644 --- a/docs/developer/api-docs/modules/service_public_key_get.md +++ b/docs/developer/api-docs/modules/service_public_key_get.md @@ -1,5 +1,4 @@ # service/public\_key\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/public\_key\_get ## Table of contents @@ -12,7 +11,7 @@ ### getPublicKey -▸ **getPublicKey**(`conn`, `ctx`, `organization`): `Promise`<[`Type`](result.md#type)<[`PublicKeyBase64`](service_domain_organization_public_key.md#publickeybase64)\>\> +▸ **getPublicKey**(`conn`, `ctx`, `organization`): `Promise`\<[`Type`](result.md#type)\<[`PublicKeyBase64`](service_domain_organization_public_key.md#publickeybase64)\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`PublicKeyBase64`](service_domain_organization_public_key.md#publickeybase64)\>\> +`Promise`\<[`Type`](result.md#type)\<[`PublicKeyBase64`](service_domain_organization_public_key.md#publickeybase64)\>\> #### Defined in -[src/service/public_key_get.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/public_key_get.ts#L9) +[src/service/public_key_get.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/public_key_get.ts#L9) diff --git a/docs/developer/api-docs/modules/service_public_key_publish.md b/docs/developer/api-docs/modules/service_public_key_publish.md index db933aef0..87bc1d5da 100644 --- a/docs/developer/api-docs/modules/service_public_key_publish.md +++ b/docs/developer/api-docs/modules/service_public_key_publish.md @@ -1,5 +1,4 @@ # service/public\_key\_publish - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/public\_key\_publish ## Table of contents @@ -12,7 +11,7 @@ ### publishPublicKey -▸ **publishPublicKey**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`<[`Type`](result.md#type)<`PublicKey`\>\> +▸ **publishPublicKey**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`\<[`Type`](result.md#type)\<`PublicKey`\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`PublicKey`\>\> +`Promise`\<[`Type`](result.md#type)\<`PublicKey`\>\> #### Defined in -[src/service/public_key_publish.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/public_key_publish.ts#L18) +[src/service/public_key_publish.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/public_key_publish.ts#L18) diff --git a/docs/developer/api-docs/modules/service_public_key_update.md b/docs/developer/api-docs/modules/service_public_key_update.md index ee551b429..c8baa6d48 100644 --- a/docs/developer/api-docs/modules/service_public_key_update.md +++ b/docs/developer/api-docs/modules/service_public_key_update.md @@ -1,5 +1,4 @@ # service/public\_key\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/public\_key\_update ## Table of contents @@ -12,7 +11,7 @@ ### updatePublicKey -▸ **updatePublicKey**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`<[`Type`](result.md#type)<`PublicKey`\>\> +▸ **updatePublicKey**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`\<[`Type`](result.md#type)\<`PublicKey`\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`PublicKey`\>\> +`Promise`\<[`Type`](result.md#type)\<`PublicKey`\>\> #### Defined in -[src/service/public_key_update.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/public_key_update.ts#L18) +[src/service/public_key_update.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/public_key_update.ts#L18) diff --git a/docs/developer/api-docs/modules/service_storage_service_url_get.md b/docs/developer/api-docs/modules/service_storage_service_url_get.md index cebb1a0c6..a91345f0e 100644 --- a/docs/developer/api-docs/modules/service_storage_service_url_get.md +++ b/docs/developer/api-docs/modules/service_storage_service_url_get.md @@ -1,5 +1,4 @@ # service/storage\_service\_url\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/storage\_service\_url\_get ## Table of contents @@ -12,7 +11,7 @@ ### storageServiceUrlGet -▸ **storageServiceUrlGet**(`conn`, `ctx`, `organization`): `Promise`<[`Type`](result.md#type)<`string` \| `undefined`\>\> +▸ **storageServiceUrlGet**(`conn`, `ctx`, `organization`): `Promise`\<[`Type`](result.md#type)\<`string` \| `undefined`\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`string` \| `undefined`\>\> +`Promise`\<[`Type`](result.md#type)\<`string` \| `undefined`\>\> #### Defined in -[src/service/storage_service_url_get.ts:9](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/storage_service_url_get.ts#L9) +[src/service/storage_service_url_get.ts:9](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/storage_service_url_get.ts#L9) diff --git a/docs/developer/api-docs/modules/service_storage_service_url_update.md b/docs/developer/api-docs/modules/service_storage_service_url_update.md index ad6aa08aa..0e50b7dcb 100644 --- a/docs/developer/api-docs/modules/service_storage_service_url_update.md +++ b/docs/developer/api-docs/modules/service_storage_service_url_update.md @@ -1,5 +1,4 @@ # service/storage\_service\_url\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/storage\_service\_url\_update ## Table of contents @@ -12,7 +11,7 @@ ### storageServiceUrlPublish -▸ **storageServiceUrlPublish**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **storageServiceUrlPublish**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/storage_service_url_update.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/storage_service_url_update.ts#L11) +[src/service/storage_service_url_update.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/storage_service_url_update.ts#L11) diff --git a/docs/developer/api-docs/modules/service_store.md b/docs/developer/api-docs/modules/service_store.md index cbea55fad..2f42a7a4d 100644 --- a/docs/developer/api-docs/modules/service_store.md +++ b/docs/developer/api-docs/modules/service_store.md @@ -1,5 +1,4 @@ # service/store - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/store ## Table of contents @@ -12,7 +11,7 @@ ### store -▸ **store**(`conn`, `ctx`, `event`, `publisherAddress`): `Promise`<`void`\> +▸ **store**(`conn`, `ctx`, `event`, `publisherAddress`): `Promise`\<`void`\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<`void`\> +`Promise`\<`void`\> #### Defined in -[src/service/store.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/store.ts#L15) +[src/service/store.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/store.ts#L15) diff --git a/docs/developer/api-docs/modules/service_subproject_assign.md b/docs/developer/api-docs/modules/service_subproject_assign.md index 750ae4056..69b4f1560 100644 --- a/docs/developer/api-docs/modules/service_subproject_assign.md +++ b/docs/developer/api-docs/modules/service_subproject_assign.md @@ -1,5 +1,4 @@ # service/subproject\_assign - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_assign ## Table of contents @@ -12,7 +11,7 @@ ### assignSubproject -▸ **assignSubproject**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `assignee`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **assignSubproject**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `assignee`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/subproject_assign.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_assign.ts#L15) +[src/service/subproject_assign.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_assign.ts#L16) diff --git a/docs/developer/api-docs/modules/service_subproject_cache_helper.md b/docs/developer/api-docs/modules/service_subproject_cache_helper.md new file mode 100644 index 000000000..aabb1f692 --- /dev/null +++ b/docs/developer/api-docs/modules/service_subproject_cache_helper.md @@ -0,0 +1,54 @@ +# service/subproject\_cache\_helper +[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_cache\_helper + +## Table of contents + +### Functions + +- [getAllSubprojects](service_subproject_cache_helper.md#getallsubprojects) +- [getSubproject](service_subproject_cache_helper.md#getsubproject) + +## Functions + +### getAllSubprojects + +▸ **getAllSubprojects**(`conn`, `ctx`, `projectId`): `Promise`\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)[]\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `projectId` | `string` | + +#### Returns + +`Promise`\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)[]\> + +#### Defined in + +[src/service/subproject_cache_helper.ts:26](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_cache_helper.ts#L26) + +___ + +### getSubproject + +▸ **getSubproject**(`conn`, `ctx`, `projectId`, `subprojectId`): `Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `projectId` | `string` | +| `subprojectId` | `string` | + +#### Returns + +`Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> + +#### Defined in + +[src/service/subproject_cache_helper.ts:11](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_cache_helper.ts#L11) diff --git a/docs/developer/api-docs/modules/service_subproject_close.md b/docs/developer/api-docs/modules/service_subproject_close.md index 7f3dd0ca8..517201478 100644 --- a/docs/developer/api-docs/modules/service_subproject_close.md +++ b/docs/developer/api-docs/modules/service_subproject_close.md @@ -1,5 +1,4 @@ # service/subproject\_close - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_close ## Table of contents @@ -12,7 +11,7 @@ ### closeSubproject -▸ **closeSubproject**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **closeSubproject**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/subproject_close.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_close.ts#L14) +[src/service/subproject_close.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_close.ts#L16) diff --git a/docs/developer/api-docs/modules/service_subproject_create.md b/docs/developer/api-docs/modules/service_subproject_create.md index 5a27f6b70..0a69cb711 100644 --- a/docs/developer/api-docs/modules/service_subproject_create.md +++ b/docs/developer/api-docs/modules/service_subproject_create.md @@ -1,5 +1,4 @@ # service/subproject\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_create ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_subproject_create ### createSubproject -▸ **createSubproject**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`<[`Type`](result.md#type)<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> +▸ **createSubproject**(`conn`, `ctx`, `serviceUser`, `requestData`): `Promise`\<[`Type`](result.md#type)\<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> #### Parameters @@ -35,8 +34,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_subproject_create #### Returns -`Promise`<[`Type`](result.md#type)<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> +`Promise`\<[`Type`](result.md#type)\<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> #### Defined in -[src/service/subproject_create.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_create.ts#L14) +[src/service/subproject_create.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_create.ts#L16) diff --git a/docs/developer/api-docs/modules/service_subproject_get.md b/docs/developer/api-docs/modules/service_subproject_get.md index 1ebc7b451..d8b3f31cc 100644 --- a/docs/developer/api-docs/modules/service_subproject_get.md +++ b/docs/developer/api-docs/modules/service_subproject_get.md @@ -1,5 +1,4 @@ # service/subproject\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_get ## Table of contents @@ -12,7 +11,7 @@ ### getSubproject -▸ **getSubproject**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`): `Promise`<[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> +▸ **getSubproject**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`): `Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)\>\> #### Defined in -[src/service/subproject_get.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_get.ts#L12) +[src/service/subproject_get.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_get.ts#L12) diff --git a/docs/developer/api-docs/modules/service_subproject_history_get.md b/docs/developer/api-docs/modules/service_subproject_history_get.md index 324e65d1a..b72327015 100644 --- a/docs/developer/api-docs/modules/service_subproject_history_get.md +++ b/docs/developer/api-docs/modules/service_subproject_history_get.md @@ -1,5 +1,4 @@ # service/subproject\_history\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_history\_get ## Table of contents @@ -12,7 +11,7 @@ ### getSubprojectHistory -▸ **getSubprojectHistory**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `filter?`): `Promise`<[`Type`](result.md#type)<[`SubprojectTraceEvent`](../interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md)[]\>\> +▸ **getSubprojectHistory**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `filter?`): `Promise`\<[`Type`](result.md#type)\<[`SubprojectTraceEvent`](../interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md)[]\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`SubprojectTraceEvent`](../interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`SubprojectTraceEvent`](../interfaces/service_domain_workflow_subproject_trace_event.SubprojectTraceEvent.md)[]\>\> #### Defined in -[src/service/subproject_history_get.ts:15](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_history_get.ts#L15) +[src/service/subproject_history_get.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_history_get.ts#L19) diff --git a/docs/developer/api-docs/modules/service_subproject_list.md b/docs/developer/api-docs/modules/service_subproject_list.md index 83df0c7d2..39553be8d 100644 --- a/docs/developer/api-docs/modules/service_subproject_list.md +++ b/docs/developer/api-docs/modules/service_subproject_list.md @@ -1,5 +1,4 @@ # service/subproject\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_list ## Table of contents @@ -12,7 +11,7 @@ ### listSubprojects -▸ **listSubprojects**(`conn`, `ctx`, `serviceUser`, `projectId`): `Promise`<[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)[]\>\> +▸ **listSubprojects**(`conn`, `ctx`, `serviceUser`, `projectId`): `Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)[]\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`Subproject`](../interfaces/service_domain_workflow_subproject.Subproject.md)[]\>\> #### Defined in -[src/service/subproject_list.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_list.ts#L12) +[src/service/subproject_list.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_list.ts#L12) diff --git a/docs/developer/api-docs/modules/service_subproject_permission_grant.md b/docs/developer/api-docs/modules/service_subproject_permission_grant.md index 9ba70c4d5..8e6624bc3 100644 --- a/docs/developer/api-docs/modules/service_subproject_permission_grant.md +++ b/docs/developer/api-docs/modules/service_subproject_permission_grant.md @@ -1,5 +1,4 @@ # service/subproject\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_permission\_grant ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re ### grantSubprojectPermission -▸ **grantSubprojectPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `grantee`, `intent`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **grantSubprojectPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `grantee`, `intent`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -38,8 +37,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/subproject_permission_grant.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_permission_grant.ts#L17) +[src/service/subproject_permission_grant.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_permission_grant.ts#L18) diff --git a/docs/developer/api-docs/modules/service_subproject_permission_revoke.md b/docs/developer/api-docs/modules/service_subproject_permission_revoke.md index 8e635d74b..910833345 100644 --- a/docs/developer/api-docs/modules/service_subproject_permission_revoke.md +++ b/docs/developer/api-docs/modules/service_subproject_permission_revoke.md @@ -1,5 +1,4 @@ # service/subproject\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_permission\_revoke ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re ### revokeSubprojectPermission -▸ **revokeSubprojectPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `revokee`, `intent`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **revokeSubprojectPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `revokee`, `intent`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -38,8 +37,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/subproject_permission_revoke.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_permission_revoke.ts#L17) +[src/service/subproject_permission_revoke.ts:18](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_permission_revoke.ts#L18) diff --git a/docs/developer/api-docs/modules/service_subproject_permissions_list.md b/docs/developer/api-docs/modules/service_subproject_permissions_list.md index 12a4ba575..1e7aa4118 100644 --- a/docs/developer/api-docs/modules/service_subproject_permissions_list.md +++ b/docs/developer/api-docs/modules/service_subproject_permissions_list.md @@ -1,5 +1,4 @@ # service/subproject\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_permissions\_list ## Table of contents @@ -12,7 +11,7 @@ ### listSubprojectPermissions -▸ **listSubprojectPermissions**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`): `Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +▸ **listSubprojectPermissions**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`): `Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Defined in -[src/service/subproject_permissions_list.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_permissions_list.ts#L13) +[src/service/subproject_permissions_list.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_permissions_list.ts#L13) diff --git a/docs/developer/api-docs/modules/service_subproject_projected_budget_delete.md b/docs/developer/api-docs/modules/service_subproject_projected_budget_delete.md index f818659a0..16358dd1d 100644 --- a/docs/developer/api-docs/modules/service_subproject_projected_budget_delete.md +++ b/docs/developer/api-docs/modules/service_subproject_projected_budget_delete.md @@ -1,5 +1,4 @@ # service/subproject\_projected\_budget\_delete - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_projected\_budget\_delete ## Table of contents @@ -12,7 +11,7 @@ ### deleteProjectedBudget -▸ **deleteProjectedBudget**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `organization`, `currencyCode`): `Promise`<[`Type`](result.md#type)<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> +▸ **deleteProjectedBudget**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `organization`, `currencyCode`): `Promise`\<[`Type`](result.md#type)\<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> #### Defined in -[src/service/subproject_projected_budget_delete.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_projected_budget_delete.ts#L16) +[src/service/subproject_projected_budget_delete.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_projected_budget_delete.ts#L17) diff --git a/docs/developer/api-docs/modules/service_subproject_projected_budget_update.md b/docs/developer/api-docs/modules/service_subproject_projected_budget_update.md index fc350b688..cbcdbd506 100644 --- a/docs/developer/api-docs/modules/service_subproject_projected_budget_update.md +++ b/docs/developer/api-docs/modules/service_subproject_projected_budget_update.md @@ -1,5 +1,4 @@ # service/subproject\_projected\_budget\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_projected\_budget\_update ## Table of contents @@ -12,7 +11,7 @@ ### updateProjectedBudget -▸ **updateProjectedBudget**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `organization`, `value`, `currencyCode`): `Promise`<[`Type`](result.md#type)<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> +▸ **updateProjectedBudget**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `organization`, `value`, `currencyCode`): `Promise`\<[`Type`](result.md#type)\<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> #### Parameters @@ -29,8 +28,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`ProjectedBudget`](../interfaces/service_domain_workflow_projected_budget.ProjectedBudget.md)[]\>\> #### Defined in -[src/service/subproject_projected_budget_update.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_projected_budget_update.ts#L16) +[src/service/subproject_projected_budget_update.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_projected_budget_update.ts#L17) diff --git a/docs/developer/api-docs/modules/service_subproject_update.md b/docs/developer/api-docs/modules/service_subproject_update.md index 64d9a4f4a..a2ebbc50a 100644 --- a/docs/developer/api-docs/modules/service_subproject_update.md +++ b/docs/developer/api-docs/modules/service_subproject_update.md @@ -1,5 +1,4 @@ # service/subproject\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/subproject\_update ## Table of contents @@ -12,7 +11,7 @@ ### updateSubproject -▸ **updateSubproject**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `requestData`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **updateSubproject**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `requestData`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/subproject_update.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/subproject_update.ts#L14) +[src/service/subproject_update.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/subproject_update.ts#L15) diff --git a/docs/developer/api-docs/modules/service_user_assignments_get.md b/docs/developer/api-docs/modules/service_user_assignments_get.md index 22cebb8dc..281912374 100644 --- a/docs/developer/api-docs/modules/service_user_assignments_get.md +++ b/docs/developer/api-docs/modules/service_user_assignments_get.md @@ -1,5 +1,4 @@ # service/user\_assignments\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/user\_assignments\_get ## Table of contents @@ -12,7 +11,7 @@ ### getUserAssignments -▸ **getUserAssignments**(`conn`, `ctx`, `issuer`, `issuerOrganization`, `requestData`): `Promise`<[`Type`](result.md#type)<[`UserAssignments`](../interfaces/service_domain_workflow_user_assignments.UserAssignments.md)\>\> +▸ **getUserAssignments**(`conn`, `ctx`, `issuer`, `issuerOrganization`, `requestData`): `Promise`\<[`Type`](result.md#type)\<[`UserAssignments`](../interfaces/service_domain_workflow_user_assignments.UserAssignments.md)\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`UserAssignments`](../interfaces/service_domain_workflow_user_assignments.UserAssignments.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`UserAssignments`](../interfaces/service_domain_workflow_user_assignments.UserAssignments.md)\>\> #### Defined in -[src/service/user_assignments_get.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_assignments_get.ts#L12) +[src/service/user_assignments_get.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_assignments_get.ts#L15) diff --git a/docs/developer/api-docs/modules/service_user_authenticate.md b/docs/developer/api-docs/modules/service_user_authenticate.md index ec3aa73c8..be167737d 100644 --- a/docs/developer/api-docs/modules/service_user_authenticate.md +++ b/docs/developer/api-docs/modules/service_user_authenticate.md @@ -1,5 +1,4 @@ # service/user\_authenticate - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/user\_authenticate ## Table of contents @@ -18,7 +17,7 @@ ### authenticate -▸ **authenticate**(`organization`, `organizationSecret`, `rootSecret`, `conn`, `ctx`, `userId`, `password`): `Promise`<[`Type`](result.md#type)<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> +▸ **authenticate**(`organization`, `organizationSecret`, `rootSecret`, `conn`, `ctx`, `userId`, `password`): `Promise`\<[`Type`](result.md#type)\<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> #### Parameters @@ -34,17 +33,17 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> #### Defined in -[src/service/user_authenticate.ts:33](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_authenticate.ts#L33) +[src/service/user_authenticate.ts:33](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_authenticate.ts#L33) ___ ### authenticateUser -▸ **authenticateUser**(`conn`, `ctx`, `organization`, `organizationSecret`, `userId`, `password`): `Promise`<[`Type`](result.md#type)<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> +▸ **authenticateUser**(`conn`, `ctx`, `organization`, `organizationSecret`, `userId`, `password`): `Promise`\<[`Type`](result.md#type)\<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> #### Parameters @@ -59,17 +58,17 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> #### Defined in -[src/service/user_authenticate.ts:107](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_authenticate.ts#L107) +[src/service/user_authenticate.ts:107](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_authenticate.ts#L107) ___ ### authenticateWithToken -▸ **authenticateWithToken**(`organization`, `organizationSecret`, `conn`, `ctx`, `token`, `csrf`): `Promise`<[`Type`](result.md#type)<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> +▸ **authenticateWithToken**(`organization`, `organizationSecret`, `conn`, `ctx`, `token`, `csrf`): `Promise`\<[`Type`](result.md#type)\<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> #### Parameters @@ -84,8 +83,8 @@ ___ #### Returns -`Promise`<[`Type`](result.md#type)<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> #### Defined in -[src/service/user_authenticate.ts:191](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_authenticate.ts#L191) +[src/service/user_authenticate.ts:191](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_authenticate.ts#L191) diff --git a/docs/developer/api-docs/modules/service_user_create.md b/docs/developer/api-docs/modules/service_user_create.md index 568b406cb..0f3437499 100644 --- a/docs/developer/api-docs/modules/service_user_create.md +++ b/docs/developer/api-docs/modules/service_user_create.md @@ -1,5 +1,4 @@ # service/user\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/user\_create ## Table of contents @@ -12,7 +11,7 @@ ### createUser -▸ **createUser**(`organizationSecret`, `conn`, `ctx`, `serviceUser`, `requestData`): `Promise`<[`Type`](result.md#type)<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> +▸ **createUser**(`organizationSecret`, `conn`, `ctx`, `serviceUser`, `requestData`): `Promise`\<[`Type`](result.md#type)\<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`AuthToken`](../interfaces/service_domain_organization_auth_token.AuthToken.md)\>\> #### Defined in -[src/service/user_create.ts:19](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_create.ts#L19) +[src/service/user_create.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_create.ts#L19) diff --git a/docs/developer/api-docs/modules/service_user_disable.md b/docs/developer/api-docs/modules/service_user_disable.md index 448e4afad..546c6370d 100644 --- a/docs/developer/api-docs/modules/service_user_disable.md +++ b/docs/developer/api-docs/modules/service_user_disable.md @@ -1,5 +1,4 @@ # service/user\_disable - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/user\_disable ## Table of contents @@ -12,7 +11,7 @@ ### disableUser -▸ **disableUser**(`conn`, `ctx`, `serviceUser`, `issuerOrganization`, `revokee`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **disableUser**(`conn`, `ctx`, `serviceUser`, `issuerOrganization`, `revokee`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/user_disable.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_disable.ts#L14) +[src/service/user_disable.ts:14](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_disable.ts#L14) diff --git a/docs/developer/api-docs/modules/service_user_enable.md b/docs/developer/api-docs/modules/service_user_enable.md index c779cec19..eead7c689 100644 --- a/docs/developer/api-docs/modules/service_user_enable.md +++ b/docs/developer/api-docs/modules/service_user_enable.md @@ -1,5 +1,4 @@ # service/user\_enable - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/user\_enable ## Table of contents @@ -12,7 +11,7 @@ ### enableUser -▸ **enableUser**(`conn`, `ctx`, `serviceUser`, `issuerOrganization`, `grantee`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **enableUser**(`conn`, `ctx`, `serviceUser`, `issuerOrganization`, `grantee`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/user_enable.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_enable.ts#L12) +[src/service/user_enable.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_enable.ts#L12) diff --git a/docs/developer/api-docs/modules/service_user_password_change.md b/docs/developer/api-docs/modules/service_user_password_change.md index 8e6f648bf..0573693cf 100644 --- a/docs/developer/api-docs/modules/service_user_password_change.md +++ b/docs/developer/api-docs/modules/service_user_password_change.md @@ -1,5 +1,4 @@ # service/user\_password\_change - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/user\_password\_change ## Table of contents @@ -12,7 +11,7 @@ ### changeUserPassword -▸ **changeUserPassword**(`conn`, `ctx`, `serviceUser`, `issuerOrganization`, `requestData`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **changeUserPassword**(`conn`, `ctx`, `serviceUser`, `issuerOrganization`, `requestData`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/user_password_change.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_password_change.ts#L12) +[src/service/user_password_change.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_password_change.ts#L12) diff --git a/docs/developer/api-docs/modules/service_user_permission_grant.md b/docs/developer/api-docs/modules/service_user_permission_grant.md index 665e78ca3..3fffe7633 100644 --- a/docs/developer/api-docs/modules/service_user_permission_grant.md +++ b/docs/developer/api-docs/modules/service_user_permission_grant.md @@ -1,5 +1,4 @@ # service/user\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/user\_permission\_grant ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re ### grantUserPermission -▸ **grantUserPermission**(`conn`, `ctx`, `serviceUser`, `granterOrganization`, `userId`, `grantee`, `intent`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **grantUserPermission**(`conn`, `ctx`, `serviceUser`, `granterOrganization`, `userId`, `grantee`, `intent`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -38,8 +37,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/user_permission_grant.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_permission_grant.ts#L16) +[src/service/user_permission_grant.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_permission_grant.ts#L16) diff --git a/docs/developer/api-docs/modules/service_user_permission_revoke.md b/docs/developer/api-docs/modules/service_user_permission_revoke.md index e88fbdc84..821e302b6 100644 --- a/docs/developer/api-docs/modules/service_user_permission_revoke.md +++ b/docs/developer/api-docs/modules/service_user_permission_revoke.md @@ -1,5 +1,4 @@ # service/user\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/user\_permission\_revoke ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re ### revokeUserPermission -▸ **revokeUserPermission**(`conn`, `ctx`, `serviceUser`, `revokerOrganization`, `userId`, `revokee`, `intent`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **revokeUserPermission**(`conn`, `ctx`, `serviceUser`, `revokerOrganization`, `userId`, `revokee`, `intent`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -38,8 +37,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/user_permission_revoke.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_permission_revoke.ts#L17) +[src/service/user_permission_revoke.ts:17](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_permission_revoke.ts#L17) diff --git a/docs/developer/api-docs/modules/service_user_permissions_list.md b/docs/developer/api-docs/modules/service_user_permissions_list.md index 74d6c02cb..be936b3ed 100644 --- a/docs/developer/api-docs/modules/service_user_permissions_list.md +++ b/docs/developer/api-docs/modules/service_user_permissions_list.md @@ -1,5 +1,4 @@ # service/user\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/user\_permissions\_list ## Table of contents @@ -12,7 +11,7 @@ ### getUserPermissions -▸ **getUserPermissions**(`conn`, `ctx`, `serviceUser`, `userId`): `Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +▸ **getUserPermissions**(`conn`, `ctx`, `serviceUser`, `userId`): `Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Defined in -[src/service/user_permissions_list.ts:12](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/user_permissions_list.ts#L12) +[src/service/user_permissions_list.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/user_permissions_list.ts#L12) diff --git a/docs/developer/api-docs/modules/service_workflowitem_assign.md b/docs/developer/api-docs/modules/service_workflowitem_assign.md index 4501fb7a2..30726ac02 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_assign.md +++ b/docs/developer/api-docs/modules/service_workflowitem_assign.md @@ -1,5 +1,4 @@ # service/workflowitem\_assign - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_assign ## Table of contents @@ -12,7 +11,7 @@ ### assignWorkflowitem -▸ **assignWorkflowitem**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `assignee`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **assignWorkflowitem**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `assignee`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/workflowitem_assign.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_assign.ts#L18) +[src/service/workflowitem_assign.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_assign.ts#L19) diff --git a/docs/developer/api-docs/modules/service_workflowitem_cache_helper.md b/docs/developer/api-docs/modules/service_workflowitem_cache_helper.md new file mode 100644 index 000000000..555706d4a --- /dev/null +++ b/docs/developer/api-docs/modules/service_workflowitem_cache_helper.md @@ -0,0 +1,55 @@ +# service/workflowitem\_cache\_helper +[Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_cache\_helper + +## Table of contents + +### Functions + +- [getAllWorkflowitems](service_workflowitem_cache_helper.md#getallworkflowitems) +- [getWorkflowitem](service_workflowitem_cache_helper.md#getworkflowitem) + +## Functions + +### getAllWorkflowitems + +▸ **getAllWorkflowitems**(`conn`, `ctx`, `projectId`, `subprojectId`): `Promise`\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)[]\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `projectId` | `string` | +| `subprojectId` | `string` | + +#### Returns + +`Promise`\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)[]\> + +#### Defined in + +[src/service/workflowitem_cache_helper.ts:27](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_cache_helper.ts#L27) + +___ + +### getWorkflowitem + +▸ **getWorkflowitem**(`conn`, `ctx`, `projectId`, `workflowitemId`): `Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `conn` | [`ConnToken`](service_conn.md#conntoken) | +| `ctx` | [`Ctx`](../interfaces/lib_ctx.Ctx.md) | +| `projectId` | `string` | +| `workflowitemId` | `string` | + +#### Returns + +`Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> + +#### Defined in + +[src/service/workflowitem_cache_helper.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_cache_helper.ts#L12) diff --git a/docs/developer/api-docs/modules/service_workflowitem_close.md b/docs/developer/api-docs/modules/service_workflowitem_close.md index fe4ef93c4..f8b1627f6 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_close.md +++ b/docs/developer/api-docs/modules/service_workflowitem_close.md @@ -1,5 +1,4 @@ # service/workflowitem\_close - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_close ## Table of contents @@ -12,7 +11,7 @@ ### closeWorkflowitem -▸ **closeWorkflowitem**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `rejectReason?`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **closeWorkflowitem**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `rejectReason?`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/workflowitem_close.ts:17](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_close.ts#L17) +[src/service/workflowitem_close.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_close.ts#L19) diff --git a/docs/developer/api-docs/modules/service_workflowitem_create.md b/docs/developer/api-docs/modules/service_workflowitem_create.md index e64b505cc..d30e90f4a 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_create.md +++ b/docs/developer/api-docs/modules/service_workflowitem_create.md @@ -1,5 +1,4 @@ # service/workflowitem\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_create ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_workflowitem_crea ### createWorkflowitem -▸ **createWorkflowitem**(`conn`, `storageServiceClient`, `ctx`, `serviceUser`, `requestData`): `Promise`<[`Type`](result.md#type)<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> +▸ **createWorkflowitem**(`conn`, `storageServiceClient`, `ctx`, `serviceUser`, `requestData`): `Promise`\<[`Type`](result.md#type)\<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> #### Parameters @@ -36,8 +35,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_workflowitem_crea #### Returns -`Promise`<[`Type`](result.md#type)<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> +`Promise`\<[`Type`](result.md#type)\<[`ResourceMap`](service_domain_ResourceMap.md#resourcemap)\>\> #### Defined in -[src/service/workflowitem_create.ts:26](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_create.ts#L26) +[src/service/workflowitem_create.ts:30](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_create.ts#L30) diff --git a/docs/developer/api-docs/modules/service_workflowitem_document_download.md b/docs/developer/api-docs/modules/service_workflowitem_document_download.md index 66bbb1016..1532681e3 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_document_download.md +++ b/docs/developer/api-docs/modules/service_workflowitem_document_download.md @@ -1,5 +1,4 @@ # service/workflowitem\_document\_download - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_document\_download ## Table of contents @@ -12,7 +11,7 @@ ### getDocument -▸ **getDocument**(`conn`, `storageServiceClient`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `documentId`): `Promise`<[`Type`](result.md#type)<[`UploadedDocument`](../interfaces/service_domain_document_document.UploadedDocument.md)\>\> +▸ **getDocument**(`conn`, `storageServiceClient`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `documentId`): `Promise`\<[`Type`](result.md#type)\<[`UploadedDocument`](../interfaces/service_domain_document_document.UploadedDocument.md)\>\> #### Parameters @@ -29,8 +28,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`UploadedDocument`](../interfaces/service_domain_document_document.UploadedDocument.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`UploadedDocument`](../interfaces/service_domain_document_document.UploadedDocument.md)\>\> #### Defined in -[src/service/workflowitem_document_download.ts:21](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_document_download.ts#L21) +[src/service/workflowitem_document_download.ts:24](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_document_download.ts#L24) diff --git a/docs/developer/api-docs/modules/service_workflowitem_get.md b/docs/developer/api-docs/modules/service_workflowitem_get.md index b8be30605..2e8fd7c61 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_get.md +++ b/docs/developer/api-docs/modules/service_workflowitem_get.md @@ -1,5 +1,4 @@ # service/workflowitem\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_get ## Table of contents @@ -12,7 +11,7 @@ ### getWorkflowitem -▸ **getWorkflowitem**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`<[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> +▸ **getWorkflowitem**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> #### Defined in -[src/service/workflowitem_get.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_get.ts#L13) +[src/service/workflowitem_get.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_get.ts#L13) diff --git a/docs/developer/api-docs/modules/service_workflowitem_get_details.md b/docs/developer/api-docs/modules/service_workflowitem_get_details.md index 13c4a13d7..59f2fde31 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_get_details.md +++ b/docs/developer/api-docs/modules/service_workflowitem_get_details.md @@ -1,5 +1,4 @@ # service/workflowitem\_get\_details - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_get\_details ## Table of contents @@ -12,7 +11,7 @@ ### getWorkflowitemDetails -▸ **getWorkflowitemDetails**(`conn`, `storageServiceClient`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`<[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> +▸ **getWorkflowitemDetails**(`conn`, `storageServiceClient`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Workflowitem`](../interfaces/service_domain_workflow_workflowitem.Workflowitem.md)\>\> #### Defined in -[src/service/workflowitem_get_details.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_get_details.ts#L16) +[src/service/workflowitem_get_details.ts:16](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_get_details.ts#L16) diff --git a/docs/developer/api-docs/modules/service_workflowitem_history_get.md b/docs/developer/api-docs/modules/service_workflowitem_history_get.md index 30d4111dd..1e4b57c46 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_history_get.md +++ b/docs/developer/api-docs/modules/service_workflowitem_history_get.md @@ -1,5 +1,4 @@ # service/workflowitem\_history\_get - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_history\_get ## Table of contents @@ -12,7 +11,7 @@ ### getWorkflowitemHistory -▸ **getWorkflowitemHistory**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `filter?`): `Promise`<[`Type`](result.md#type)<[`WorkflowitemTraceEvent`](../interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md)[]\>\> +▸ **getWorkflowitemHistory**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `filter?`): `Promise`\<[`Type`](result.md#type)\<[`WorkflowitemTraceEvent`](../interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md)[]\>\> #### Parameters @@ -28,8 +27,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`WorkflowitemTraceEvent`](../interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`WorkflowitemTraceEvent`](../interfaces/service_domain_workflow_workflowitem_trace_event.WorkflowitemTraceEvent.md)[]\>\> #### Defined in -[src/service/workflowitem_history_get.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_history_get.ts#L16) +[src/service/workflowitem_history_get.ts:20](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_history_get.ts#L20) diff --git a/docs/developer/api-docs/modules/service_workflowitem_list.md b/docs/developer/api-docs/modules/service_workflowitem_list.md index 6f10b5a41..7ac59be86 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_list.md +++ b/docs/developer/api-docs/modules/service_workflowitem_list.md @@ -1,5 +1,4 @@ # service/workflowitem\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_list ## Table of contents @@ -12,7 +11,7 @@ ### listWorkflowitems -▸ **listWorkflowitems**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`): `Promise`<[`Type`](result.md#type)<[`ScrubbedWorkflowitem`](service_domain_workflow_workflowitem.md#scrubbedworkflowitem)[]\>\> +▸ **listWorkflowitems**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`): `Promise`\<[`Type`](result.md#type)\<[`ScrubbedWorkflowitem`](service_domain_workflow_workflowitem.md#scrubbedworkflowitem)[]\>\> #### Parameters @@ -26,8 +25,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<[`ScrubbedWorkflowitem`](service_domain_workflow_workflowitem.md#scrubbedworkflowitem)[]\>\> +`Promise`\<[`Type`](result.md#type)\<[`ScrubbedWorkflowitem`](service_domain_workflow_workflowitem.md#scrubbedworkflowitem)[]\>\> #### Defined in -[src/service/workflowitem_list.ts:11](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_list.ts#L11) +[src/service/workflowitem_list.ts:12](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_list.ts#L12) diff --git a/docs/developer/api-docs/modules/service_workflowitem_permission_grant.md b/docs/developer/api-docs/modules/service_workflowitem_permission_grant.md index cc5d0ea4b..16c958626 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_permission_grant.md +++ b/docs/developer/api-docs/modules/service_workflowitem_permission_grant.md @@ -1,5 +1,4 @@ # service/workflowitem\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_permission\_grant ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re ### grantWorkflowitemPermission -▸ **grantWorkflowitemPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `grantee`, `intent`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **grantWorkflowitemPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `grantee`, `intent`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -39,8 +38,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/workflowitem_permission_grant.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_permission_grant.ts#L27) +[src/service/workflowitem_permission_grant.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_permission_grant.ts#L31) diff --git a/docs/developer/api-docs/modules/service_workflowitem_permission_revoke.md b/docs/developer/api-docs/modules/service_workflowitem_permission_revoke.md index c946c8fb0..14973b011 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_permission_revoke.md +++ b/docs/developer/api-docs/modules/service_workflowitem_permission_revoke.md @@ -1,5 +1,4 @@ # service/workflowitem\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_permission\_revoke ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re ### revokeWorkflowitemPermission -▸ **revokeWorkflowitemPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `revokee`, `intent`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **revokeWorkflowitemPermission**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `revokee`, `intent`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -39,8 +38,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/workflowitem_permission_revoke.ts:18](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_permission_revoke.ts#L18) +[src/service/workflowitem_permission_revoke.ts:19](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_permission_revoke.ts#L19) diff --git a/docs/developer/api-docs/modules/service_workflowitem_permissions_list.md b/docs/developer/api-docs/modules/service_workflowitem_permissions_list.md index 97b85ac82..460e36572 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_permissions_list.md +++ b/docs/developer/api-docs/modules/service_workflowitem_permissions_list.md @@ -1,5 +1,4 @@ # service/workflowitem\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_permissions\_list ## Table of contents @@ -22,7 +21,7 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re ### listWorkflowitemPermissions -▸ **listWorkflowitemPermissions**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +▸ **listWorkflowitemPermissions**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`): `Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Parameters @@ -37,8 +36,8 @@ Re-exports [RequestData](../interfaces/service_domain_workflow_project_create.Re #### Returns -`Promise`<[`Type`](result.md#type)<[`Permissions`](service_domain_permissions.md#permissions)\>\> +`Promise`\<[`Type`](result.md#type)\<[`Permissions`](service_domain_permissions.md#permissions)\>\> #### Defined in -[src/service/workflowitem_permissions_list.ts:16](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_permissions_list.ts#L16) +[src/service/workflowitem_permissions_list.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_permissions_list.ts#L15) diff --git a/docs/developer/api-docs/modules/service_workflowitem_update.md b/docs/developer/api-docs/modules/service_workflowitem_update.md index 4bdc0d352..72f5a63e8 100644 --- a/docs/developer/api-docs/modules/service_workflowitem_update.md +++ b/docs/developer/api-docs/modules/service_workflowitem_update.md @@ -1,5 +1,4 @@ # service/workflowitem\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitem\_update ## Table of contents @@ -20,13 +19,13 @@ #### Defined in -[src/service/workflowitem_update.ts:25](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_update.ts#L25) +[src/service/workflowitem_update.ts:29](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_update.ts#L29) ## Functions ### updateWorkflowitem -▸ **updateWorkflowitem**(`conn`, `storageServiceClient`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `modification`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **updateWorkflowitem**(`conn`, `storageServiceClient`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `workflowitemId`, `modification`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -43,8 +42,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/workflowitem_update.ts:27](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitem_update.ts#L27) +[src/service/workflowitem_update.ts:31](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitem_update.ts#L31) diff --git a/docs/developer/api-docs/modules/service_workflowitems_reorder.md b/docs/developer/api-docs/modules/service_workflowitems_reorder.md index c417dec81..ccbecf584 100644 --- a/docs/developer/api-docs/modules/service_workflowitems_reorder.md +++ b/docs/developer/api-docs/modules/service_workflowitems_reorder.md @@ -1,5 +1,4 @@ # service/workflowitems\_reorder - [Api Code Documentation](../README.md) / [Exports](../modules.md) / service/workflowitems\_reorder ## Table of contents @@ -12,7 +11,7 @@ ### setWorkflowitemOrdering -▸ **setWorkflowitemOrdering**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `ordering`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **setWorkflowitemOrdering**(`conn`, `ctx`, `serviceUser`, `projectId`, `subprojectId`, `ordering`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -27,8 +26,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/service/workflowitems_reorder.ts:14](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/service/workflowitems_reorder.ts#L14) +[src/service/workflowitems_reorder.ts:15](https://github.com/openkfw/TruBudget/blob/92640998/api/src/service/workflowitems_reorder.ts#L15) diff --git a/docs/developer/api-docs/modules/subproject_assign.md b/docs/developer/api-docs/modules/subproject_assign.md index 247a0fdcd..c3a327613 100644 --- a/docs/developer/api-docs/modules/subproject_assign.md +++ b/docs/developer/api-docs/modules/subproject_assign.md @@ -1,5 +1,4 @@ # subproject\_assign - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_assign ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_assign.ts:122](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_assign.ts#L122) +[src/subproject_assign.ts:122](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_assign.ts#L122) diff --git a/docs/developer/api-docs/modules/subproject_budget_delete_projected.md b/docs/developer/api-docs/modules/subproject_budget_delete_projected.md index 5638fc41e..f179e1a2c 100644 --- a/docs/developer/api-docs/modules/subproject_budget_delete_projected.md +++ b/docs/developer/api-docs/modules/subproject_budget_delete_projected.md @@ -1,5 +1,4 @@ # subproject\_budget\_delete\_projected - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_budget\_delete\_projected ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_budget_delete_projected.ts:139](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_budget_delete_projected.ts#L139) +[src/subproject_budget_delete_projected.ts:139](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_budget_delete_projected.ts#L139) diff --git a/docs/developer/api-docs/modules/subproject_budget_update_projected.md b/docs/developer/api-docs/modules/subproject_budget_update_projected.md index 30479c3e7..4b6f3dfa5 100644 --- a/docs/developer/api-docs/modules/subproject_budget_update_projected.md +++ b/docs/developer/api-docs/modules/subproject_budget_update_projected.md @@ -1,5 +1,4 @@ # subproject\_budget\_update\_projected - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_budget\_update\_projected ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_budget_update_projected.ts:151](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_budget_update_projected.ts#L151) +[src/subproject_budget_update_projected.ts:151](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_budget_update_projected.ts#L151) diff --git a/docs/developer/api-docs/modules/subproject_close.md b/docs/developer/api-docs/modules/subproject_close.md index 9ed9b0a30..b86905c66 100644 --- a/docs/developer/api-docs/modules/subproject_close.md +++ b/docs/developer/api-docs/modules/subproject_close.md @@ -1,5 +1,4 @@ # subproject\_close - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_close ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_close.ts:118](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_close.ts#L118) +[src/subproject_close.ts:118](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_close.ts#L118) diff --git a/docs/developer/api-docs/modules/subproject_create.md b/docs/developer/api-docs/modules/subproject_create.md index 5f8121e55..8b42e8c94 100644 --- a/docs/developer/api-docs/modules/subproject_create.md +++ b/docs/developer/api-docs/modules/subproject_create.md @@ -1,5 +1,4 @@ # subproject\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_create ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/project.cr #### Defined in -[src/subproject_create.ts:192](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_create.ts#L192) +[src/subproject_create.ts:192](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_create.ts#L192) diff --git a/docs/developer/api-docs/modules/subproject_list.md b/docs/developer/api-docs/modules/subproject_list.md index e053c7086..9b9893e83 100644 --- a/docs/developer/api-docs/modules/subproject_list.md +++ b/docs/developer/api-docs/modules/subproject_list.md @@ -1,5 +1,4 @@ # subproject\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_list.ts:150](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_list.ts#L150) +[src/subproject_list.ts:150](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_list.ts#L150) diff --git a/docs/developer/api-docs/modules/subproject_permission_grant.md b/docs/developer/api-docs/modules/subproject_permission_grant.md index 82f5d22fc..c6f0d7190 100644 --- a/docs/developer/api-docs/modules/subproject_permission_grant.md +++ b/docs/developer/api-docs/modules/subproject_permission_grant.md @@ -1,5 +1,4 @@ # subproject\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_permission\_grant ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_permission_grant.ts:128](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_permission_grant.ts#L128) +[src/subproject_permission_grant.ts:128](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_permission_grant.ts#L128) diff --git a/docs/developer/api-docs/modules/subproject_permission_revoke.md b/docs/developer/api-docs/modules/subproject_permission_revoke.md index f48eb81c0..5526c75cc 100644 --- a/docs/developer/api-docs/modules/subproject_permission_revoke.md +++ b/docs/developer/api-docs/modules/subproject_permission_revoke.md @@ -1,5 +1,4 @@ # subproject\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_permission\_revoke ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_permission_revoke.ts:128](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_permission_revoke.ts#L128) +[src/subproject_permission_revoke.ts:128](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_permission_revoke.ts#L128) diff --git a/docs/developer/api-docs/modules/subproject_permissions_list.md b/docs/developer/api-docs/modules/subproject_permissions_list.md index 2f40a1442..95a7f3cb6 100644 --- a/docs/developer/api-docs/modules/subproject_permissions_list.md +++ b/docs/developer/api-docs/modules/subproject_permissions_list.md @@ -1,5 +1,4 @@ # subproject\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_permissions\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_permissions_list.ts:90](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_permissions_list.ts#L90) +[src/subproject_permissions_list.ts:90](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_permissions_list.ts#L90) diff --git a/docs/developer/api-docs/modules/subproject_update.md b/docs/developer/api-docs/modules/subproject_update.md index 43a3f5e59..55e6d1c1c 100644 --- a/docs/developer/api-docs/modules/subproject_update.md +++ b/docs/developer/api-docs/modules/subproject_update.md @@ -1,5 +1,4 @@ # subproject\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_update ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_update.ts:132](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_update.ts#L132) +[src/subproject_update.ts:132](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_update.ts#L132) diff --git a/docs/developer/api-docs/modules/subproject_view_details.md b/docs/developer/api-docs/modules/subproject_view_details.md index 02917580f..ccec78325 100644 --- a/docs/developer/api-docs/modules/subproject_view_details.md +++ b/docs/developer/api-docs/modules/subproject_view_details.md @@ -1,5 +1,4 @@ # subproject\_view\_details - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_view\_details ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_view_details.ts:218](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_view_details.ts#L218) +[src/subproject_view_details.ts:218](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_view_details.ts#L218) diff --git a/docs/developer/api-docs/modules/subproject_view_history.md b/docs/developer/api-docs/modules/subproject_view_history.md index b46b4bb1a..ac9e1ee20 100644 --- a/docs/developer/api-docs/modules/subproject_view_history.md +++ b/docs/developer/api-docs/modules/subproject_view_history.md @@ -1,5 +1,4 @@ # subproject\_view\_history - [Api Code Documentation](../README.md) / [Exports](../modules.md) / subproject\_view\_history ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/subproject_view_history.ts:240](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/subproject_view_history.ts#L240) +[src/subproject_view_history.ts:240](https://github.com/openkfw/TruBudget/blob/92640998/api/src/subproject_view_history.ts#L240) diff --git a/docs/developer/api-docs/modules/system_blockchainApi.md b/docs/developer/api-docs/modules/system_blockchainApi.md index 915f4eb06..2af54fa9a 100644 --- a/docs/developer/api-docs/modules/system_blockchainApi.md +++ b/docs/developer/api-docs/modules/system_blockchainApi.md @@ -1,5 +1,4 @@ # system/blockchainApi - [Api Code Documentation](../README.md) / [Exports](../modules.md) / system/blockchainApi ## Table of contents diff --git a/docs/developer/api-docs/modules/system_createBackup.md b/docs/developer/api-docs/modules/system_createBackup.md index de31f4c06..09ee35e01 100644 --- a/docs/developer/api-docs/modules/system_createBackup.md +++ b/docs/developer/api-docs/modules/system_createBackup.md @@ -1,5 +1,4 @@ # system/createBackup - [Api Code Documentation](../README.md) / [Exports](../modules.md) / system/createBackup ## Table of contents @@ -12,7 +11,7 @@ ### createBackup -▸ **createBackup**(`blockchainHost`, `blockchainPort`, `req`): `Promise`<`AxiosResponse`<`any`, `any`\>\> +▸ **createBackup**(`blockchainHost`, `blockchainPort`, `req`): `Promise`\<`AxiosResponse`\<`any`, `any`\>\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<`AxiosResponse`<`any`, `any`\>\> +`Promise`\<`AxiosResponse`\<`any`, `any`\>\> #### Defined in -[src/system/createBackup.ts:5](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/system/createBackup.ts#L5) +[src/system/createBackup.ts:5](https://github.com/openkfw/TruBudget/blob/92640998/api/src/system/createBackup.ts#L5) diff --git a/docs/developer/api-docs/modules/system_ensureOrganizationUrlPublished.md b/docs/developer/api-docs/modules/system_ensureOrganizationUrlPublished.md index dac7ea1d4..d9f867a15 100644 --- a/docs/developer/api-docs/modules/system_ensureOrganizationUrlPublished.md +++ b/docs/developer/api-docs/modules/system_ensureOrganizationUrlPublished.md @@ -1,5 +1,4 @@ # system/ensureOrganizationUrlPublished - [Api Code Documentation](../README.md) / [Exports](../modules.md) / system/ensureOrganizationUrlPublished ## Table of contents @@ -12,7 +11,7 @@ ### default -▸ **default**(`conn`, `organization`): `Promise`<[`Type`](result.md#type)<`void`\>\> +▸ **default**(`conn`, `organization`): `Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Parameters @@ -23,8 +22,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`void`\>\> +`Promise`\<[`Type`](result.md#type)\<`void`\>\> #### Defined in -[src/system/ensureOrganizationUrlPublished.ts:13](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/system/ensureOrganizationUrlPublished.ts#L13) +[src/system/ensureOrganizationUrlPublished.ts:13](https://github.com/openkfw/TruBudget/blob/92640998/api/src/system/ensureOrganizationUrlPublished.ts#L13) diff --git a/docs/developer/api-docs/modules/system_ensurePublicKeyPublished.md b/docs/developer/api-docs/modules/system_ensurePublicKeyPublished.md index 6debc6834..6df8ac23d 100644 --- a/docs/developer/api-docs/modules/system_ensurePublicKeyPublished.md +++ b/docs/developer/api-docs/modules/system_ensurePublicKeyPublished.md @@ -1,5 +1,4 @@ # system/ensurePublicKeyPublished - [Api Code Documentation](../README.md) / [Exports](../modules.md) / system/ensurePublicKeyPublished ## Table of contents @@ -12,7 +11,7 @@ ### default -▸ **default**(`conn`, `organization`): `Promise`<[`Type`](result.md#type)<`PublicKey`\>\> +▸ **default**(`conn`, `organization`): `Promise`\<[`Type`](result.md#type)\<`PublicKey`\>\> #### Parameters @@ -23,8 +22,8 @@ #### Returns -`Promise`<[`Type`](result.md#type)<`PublicKey`\>\> +`Promise`\<[`Type`](result.md#type)\<`PublicKey`\>\> #### Defined in -[src/system/ensurePublicKeyPublished.ts:57](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/system/ensurePublicKeyPublished.ts#L57) +[src/system/ensurePublicKeyPublished.ts:57](https://github.com/openkfw/TruBudget/blob/92640998/api/src/system/ensurePublicKeyPublished.ts#L57) diff --git a/docs/developer/api-docs/modules/system_getVersion.md b/docs/developer/api-docs/modules/system_getVersion.md index c1517b56b..05cff06c7 100644 --- a/docs/developer/api-docs/modules/system_getVersion.md +++ b/docs/developer/api-docs/modules/system_getVersion.md @@ -1,5 +1,4 @@ # system/getVersion - [Api Code Documentation](../README.md) / [Exports](../modules.md) / system/getVersion ## Table of contents @@ -12,7 +11,7 @@ ### getVersion -▸ **getVersion**(`blockchainHost`, `blockchainPort`, `multichainClient`, `storageServiceClient`): `Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +▸ **getVersion**(`blockchainHost`, `blockchainPort`, `multichainClient`, `storageServiceClient`): `Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Parameters @@ -25,8 +24,8 @@ #### Returns -`Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +`Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Defined in -[src/system/getVersion.ts:46](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/system/getVersion.ts#L46) +[src/system/getVersion.ts:46](https://github.com/openkfw/TruBudget/blob/92640998/api/src/system/getVersion.ts#L46) diff --git a/docs/developer/api-docs/modules/system_restoreBackup.md b/docs/developer/api-docs/modules/system_restoreBackup.md index 34470a407..c3afb949a 100644 --- a/docs/developer/api-docs/modules/system_restoreBackup.md +++ b/docs/developer/api-docs/modules/system_restoreBackup.md @@ -1,5 +1,4 @@ # system/restoreBackup - [Api Code Documentation](../README.md) / [Exports](../modules.md) / system/restoreBackup ## Table of contents @@ -12,7 +11,7 @@ ### restoreBackup -▸ **restoreBackup**(`blockchainHost`, `blockchainPort`, `req`): `Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +▸ **restoreBackup**(`blockchainHost`, `blockchainPort`, `req`): `Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Parameters @@ -24,8 +23,8 @@ #### Returns -`Promise`<[`HttpResponse`](httpd_lib.md#httpresponse)\> +`Promise`\<[`HttpResponse`](httpd_lib.md#httpresponse)\> #### Defined in -[src/system/restoreBackup.ts:7](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/system/restoreBackup.ts#L7) +[src/system/restoreBackup.ts:7](https://github.com/openkfw/TruBudget/blob/92640998/api/src/system/restoreBackup.ts#L7) diff --git a/docs/developer/api-docs/modules/types.md b/docs/developer/api-docs/modules/types.md index 1c809144b..8ca3a9cd7 100644 --- a/docs/developer/api-docs/modules/types.md +++ b/docs/developer/api-docs/modules/types.md @@ -1,5 +1,4 @@ # types - [Api Code Documentation](../README.md) / [Exports](../modules.md) / types ## Table of contents diff --git a/docs/developer/api-docs/modules/user_authenticate.md b/docs/developer/api-docs/modules/user_authenticate.md index 7c350de5a..9a1efdd63 100644 --- a/docs/developer/api-docs/modules/user_authenticate.md +++ b/docs/developer/api-docs/modules/user_authenticate.md @@ -1,5 +1,4 @@ # user\_authenticate - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_authenticate ## Table of contents @@ -20,7 +19,7 @@ Creates an http handler that handles incoming http requests for the `/user.authe | Name | Type | Description | | :------ | :------ | :------ | -| `server` | `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | the current fastify server instance | +| `server` | `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | the current fastify server instance | | `urlPrefix` | `string` | the prefix of the http url | | `service` | `Service` | the service Service object used to offer an interface to the domain logic | | `jwtSecret` | `string` | - | @@ -31,4 +30,4 @@ Creates an http handler that handles incoming http requests for the `/user.authe #### Defined in -[src/user_authenticate.ts:187](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_authenticate.ts#L187) +[src/user_authenticate.ts:187](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_authenticate.ts#L187) diff --git a/docs/developer/api-docs/modules/user_authenticateAd.md b/docs/developer/api-docs/modules/user_authenticateAd.md index 0e3cf6947..fb7650527 100644 --- a/docs/developer/api-docs/modules/user_authenticateAd.md +++ b/docs/developer/api-docs/modules/user_authenticateAd.md @@ -1,5 +1,4 @@ # user\_authenticateAd - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_authenticateAd ## Table of contents @@ -20,7 +19,7 @@ Creates an http handler that handles incoming http requests for the `/user.authe | Name | Type | Description | | :------ | :------ | :------ | -| `server` | `FastifyInstance`<`RawServerDefault`, `IncomingMessage`, `ServerResponse`<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | the current fastify server instance | +| `server` | `FastifyInstance`\<`RawServerDefault`, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `FastifyTypeProviderDefault`\> | the current fastify server instance | | `urlPrefix` | `string` | the prefix of the http url | | `service` | `Service` | the service Service object used to offer an interface to the domain logic | | `jwtSecret` | `string` | - | @@ -31,4 +30,4 @@ Creates an http handler that handles incoming http requests for the `/user.authe #### Defined in -[src/user_authenticateAd.ts:178](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_authenticateAd.ts#L178) +[src/user_authenticateAd.ts:178](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_authenticateAd.ts#L178) diff --git a/docs/developer/api-docs/modules/user_create.md b/docs/developer/api-docs/modules/user_create.md index 55596445c..56b120385 100644 --- a/docs/developer/api-docs/modules/user_create.md +++ b/docs/developer/api-docs/modules/user_create.md @@ -1,5 +1,4 @@ # user\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_create ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/global.cre #### Defined in -[src/user_create.ts:167](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_create.ts#L167) +[src/user_create.ts:167](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_create.ts#L167) diff --git a/docs/developer/api-docs/modules/user_disable.md b/docs/developer/api-docs/modules/user_disable.md index bdaffae63..2fad02b9b 100644 --- a/docs/developer/api-docs/modules/user_disable.md +++ b/docs/developer/api-docs/modules/user_disable.md @@ -1,5 +1,4 @@ # user\_disable - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_disable ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/global.dis #### Defined in -[src/user_disable.ts:112](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_disable.ts#L112) +[src/user_disable.ts:112](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_disable.ts#L112) diff --git a/docs/developer/api-docs/modules/user_enable.md b/docs/developer/api-docs/modules/user_enable.md index 6a1c96a81..8cbb21ce2 100644 --- a/docs/developer/api-docs/modules/user_enable.md +++ b/docs/developer/api-docs/modules/user_enable.md @@ -1,5 +1,4 @@ # user\_enable - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_enable ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/global.ena #### Defined in -[src/user_enable.ts:112](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_enable.ts#L112) +[src/user_enable.ts:112](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_enable.ts#L112) diff --git a/docs/developer/api-docs/modules/user_list.md b/docs/developer/api-docs/modules/user_list.md index 0bb6d81c4..04e7bf524 100644 --- a/docs/developer/api-docs/modules/user_list.md +++ b/docs/developer/api-docs/modules/user_list.md @@ -1,5 +1,4 @@ # user\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/user.list` #### Defined in -[src/user_list.ts:89](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_list.ts#L89) +[src/user_list.ts:89](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_list.ts#L89) diff --git a/docs/developer/api-docs/modules/user_listAssignments.md b/docs/developer/api-docs/modules/user_listAssignments.md index 82d829071..e549f8d09 100644 --- a/docs/developer/api-docs/modules/user_listAssignments.md +++ b/docs/developer/api-docs/modules/user_listAssignments.md @@ -1,5 +1,4 @@ # user\_listAssignments - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_listAssignments ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/global.lis #### Defined in -[src/user_listAssignments.ts:86](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_listAssignments.ts#L86) +[src/user_listAssignments.ts:86](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_listAssignments.ts#L86) diff --git a/docs/developer/api-docs/modules/user_password_change.md b/docs/developer/api-docs/modules/user_password_change.md index ae74aeb9f..38cfaf87e 100644 --- a/docs/developer/api-docs/modules/user_password_change.md +++ b/docs/developer/api-docs/modules/user_password_change.md @@ -1,5 +1,4 @@ # user\_password\_change - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_password\_change ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/user.chang #### Defined in -[src/user_password_change.ts:115](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_password_change.ts#L115) +[src/user_password_change.ts:115](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_password_change.ts#L115) diff --git a/docs/developer/api-docs/modules/user_permission_grant.md b/docs/developer/api-docs/modules/user_permission_grant.md index 7b3a5025c..5980a8992 100644 --- a/docs/developer/api-docs/modules/user_permission_grant.md +++ b/docs/developer/api-docs/modules/user_permission_grant.md @@ -1,5 +1,4 @@ # user\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_permission\_grant ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/user.inten #### Defined in -[src/user_permission_grant.ts:128](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_permission_grant.ts#L128) +[src/user_permission_grant.ts:128](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_permission_grant.ts#L128) diff --git a/docs/developer/api-docs/modules/user_permission_revoke.md b/docs/developer/api-docs/modules/user_permission_revoke.md index 19f08de69..b1685d41d 100644 --- a/docs/developer/api-docs/modules/user_permission_revoke.md +++ b/docs/developer/api-docs/modules/user_permission_revoke.md @@ -1,5 +1,4 @@ # user\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_permission\_revoke ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/user.inten #### Defined in -[src/user_permission_revoke.ts:128](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_permission_revoke.ts#L128) +[src/user_permission_revoke.ts:128](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_permission_revoke.ts#L128) diff --git a/docs/developer/api-docs/modules/user_permissions_list.md b/docs/developer/api-docs/modules/user_permissions_list.md index 04c50b9f9..89c4e3858 100644 --- a/docs/developer/api-docs/modules/user_permissions_list.md +++ b/docs/developer/api-docs/modules/user_permissions_list.md @@ -1,5 +1,4 @@ # user\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / user\_permissions\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/user.inten #### Defined in -[src/user_permissions_list.ts:85](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/user_permissions_list.ts#L85) +[src/user_permissions_list.ts:85](https://github.com/openkfw/TruBudget/blob/92640998/api/src/user_permissions_list.ts#L85) diff --git a/docs/developer/api-docs/modules/workflowitem_assign.md b/docs/developer/api-docs/modules/workflowitem_assign.md index ed3b0d45a..a6948920c 100644 --- a/docs/developer/api-docs/modules/workflowitem_assign.md +++ b/docs/developer/api-docs/modules/workflowitem_assign.md @@ -1,5 +1,4 @@ # workflowitem\_assign - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_assign ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_assign.ts:126](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_assign.ts#L126) +[src/workflowitem_assign.ts:126](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_assign.ts#L126) diff --git a/docs/developer/api-docs/modules/workflowitem_close.md b/docs/developer/api-docs/modules/workflowitem_close.md index 15bba8d76..c09dfe4aa 100644 --- a/docs/developer/api-docs/modules/workflowitem_close.md +++ b/docs/developer/api-docs/modules/workflowitem_close.md @@ -1,5 +1,4 @@ # workflowitem\_close - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_close ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_close.ts:127](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_close.ts#L127) +[src/workflowitem_close.ts:127](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_close.ts#L127) diff --git a/docs/developer/api-docs/modules/workflowitem_create.md b/docs/developer/api-docs/modules/workflowitem_create.md index 5b6dc5fad..e7ac5d8db 100644 --- a/docs/developer/api-docs/modules/workflowitem_create.md +++ b/docs/developer/api-docs/modules/workflowitem_create.md @@ -1,5 +1,4 @@ # workflowitem\_create - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_create ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/workflowitem_create.ts:206](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_create.ts#L206) +[src/workflowitem_create.ts:206](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_create.ts#L206) diff --git a/docs/developer/api-docs/modules/workflowitem_download_document.md b/docs/developer/api-docs/modules/workflowitem_download_document.md index d6b974f10..175a74c1a 100644 --- a/docs/developer/api-docs/modules/workflowitem_download_document.md +++ b/docs/developer/api-docs/modules/workflowitem_download_document.md @@ -1,5 +1,4 @@ # workflowitem\_download\_document - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_download\_document ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_download_document.ts:114](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_download_document.ts#L114) +[src/workflowitem_download_document.ts:114](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_download_document.ts#L114) diff --git a/docs/developer/api-docs/modules/workflowitem_list.md b/docs/developer/api-docs/modules/workflowitem_list.md index ee340d9b2..12c7f7009 100644 --- a/docs/developer/api-docs/modules/workflowitem_list.md +++ b/docs/developer/api-docs/modules/workflowitem_list.md @@ -1,5 +1,4 @@ # workflowitem\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_list.ts:182](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_list.ts#L182) +[src/workflowitem_list.ts:182](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_list.ts#L182) diff --git a/docs/developer/api-docs/modules/workflowitem_permission_grant.md b/docs/developer/api-docs/modules/workflowitem_permission_grant.md index 67e02b856..210c9601e 100644 --- a/docs/developer/api-docs/modules/workflowitem_permission_grant.md +++ b/docs/developer/api-docs/modules/workflowitem_permission_grant.md @@ -1,5 +1,4 @@ # workflowitem\_permission\_grant - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_permission\_grant ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_permission_grant.ts:133](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_permission_grant.ts#L133) +[src/workflowitem_permission_grant.ts:133](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_permission_grant.ts#L133) diff --git a/docs/developer/api-docs/modules/workflowitem_permission_revoke.md b/docs/developer/api-docs/modules/workflowitem_permission_revoke.md index 9731525e2..b9f2268e1 100644 --- a/docs/developer/api-docs/modules/workflowitem_permission_revoke.md +++ b/docs/developer/api-docs/modules/workflowitem_permission_revoke.md @@ -1,5 +1,4 @@ # workflowitem\_permission\_revoke - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_permission\_revoke ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_permission_revoke.ts:134](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_permission_revoke.ts#L134) +[src/workflowitem_permission_revoke.ts:134](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_permission_revoke.ts#L134) diff --git a/docs/developer/api-docs/modules/workflowitem_permissions_list.md b/docs/developer/api-docs/modules/workflowitem_permissions_list.md index bc66ca1fd..453099f4f 100644 --- a/docs/developer/api-docs/modules/workflowitem_permissions_list.md +++ b/docs/developer/api-docs/modules/workflowitem_permissions_list.md @@ -1,5 +1,4 @@ # workflowitem\_permissions\_list - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_permissions\_list ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_permissions_list.ts:117](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_permissions_list.ts#L117) +[src/workflowitem_permissions_list.ts:117](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_permissions_list.ts#L117) diff --git a/docs/developer/api-docs/modules/workflowitem_update.md b/docs/developer/api-docs/modules/workflowitem_update.md index cc367d370..69e5d63f9 100644 --- a/docs/developer/api-docs/modules/workflowitem_update.md +++ b/docs/developer/api-docs/modules/workflowitem_update.md @@ -1,5 +1,4 @@ # workflowitem\_update - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_update ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_update.ts:165](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_update.ts#L165) +[src/workflowitem_update.ts:165](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_update.ts#L165) diff --git a/docs/developer/api-docs/modules/workflowitem_validate_document.md b/docs/developer/api-docs/modules/workflowitem_validate_document.md index a1ad9b276..4641dc5ad 100644 --- a/docs/developer/api-docs/modules/workflowitem_validate_document.md +++ b/docs/developer/api-docs/modules/workflowitem_validate_document.md @@ -1,5 +1,4 @@ # workflowitem\_validate\_document - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_validate\_document ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_validate_document.ts:151](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_validate_document.ts#L151) +[src/workflowitem_validate_document.ts:151](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_validate_document.ts#L151) diff --git a/docs/developer/api-docs/modules/workflowitem_view_details.md b/docs/developer/api-docs/modules/workflowitem_view_details.md index 52d773275..52f455030 100644 --- a/docs/developer/api-docs/modules/workflowitem_view_details.md +++ b/docs/developer/api-docs/modules/workflowitem_view_details.md @@ -1,5 +1,4 @@ # workflowitem\_view\_details - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_view\_details ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_view_details.ts:181](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_view_details.ts#L181) +[src/workflowitem_view_details.ts:181](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_view_details.ts#L181) diff --git a/docs/developer/api-docs/modules/workflowitem_view_history.md b/docs/developer/api-docs/modules/workflowitem_view_history.md index 56244f4f9..916da318d 100644 --- a/docs/developer/api-docs/modules/workflowitem_view_history.md +++ b/docs/developer/api-docs/modules/workflowitem_view_history.md @@ -1,5 +1,4 @@ # workflowitem\_view\_history - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitem\_view\_history ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/workflowit #### Defined in -[src/workflowitem_view_history.ts:257](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitem_view_history.ts#L257) +[src/workflowitem_view_history.ts:257](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitem_view_history.ts#L257) diff --git a/docs/developer/api-docs/modules/workflowitems_reorder.md b/docs/developer/api-docs/modules/workflowitems_reorder.md index b45d3c133..d6cfccd71 100644 --- a/docs/developer/api-docs/modules/workflowitems_reorder.md +++ b/docs/developer/api-docs/modules/workflowitems_reorder.md @@ -1,5 +1,4 @@ # workflowitems\_reorder - [Api Code Documentation](../README.md) / [Exports](../modules.md) / workflowitems\_reorder ## Table of contents @@ -30,4 +29,4 @@ Creates an http handler that handles incoming http requests for the `/subproject #### Defined in -[src/workflowitems_reorder.ts:129](https://github.com/openkfw/TruBudget/blob/a06c11b/api/src/workflowitems_reorder.ts#L129) +[src/workflowitems_reorder.ts:129](https://github.com/openkfw/TruBudget/blob/92640998/api/src/workflowitems_reorder.ts#L129) diff --git a/docusaurus.config.js b/docusaurus.config.js index ec27bd7a7..9f1901c88 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -1,6 +1,9 @@ -/** @type {import('@docusaurus/types').DocusaurusConfig} */ +// @ts-check + require("dotenv").config(); -module.exports = { + +/** @type {import('@docusaurus/types').Config} */ +const config = { title: "TruBudget", tagline: "TruBudget - a trusted public expenditure tool", url: "https://trubudget.net/", @@ -10,7 +13,26 @@ module.exports = { onBrokenMarkdownLinks: "ignore", organizationName: "openkfw", projectName: "trubudget-website", - plugins: [require.resolve("docusaurus-lunr-search")], + plugins: ["docusaurus-lunr-search"], + presets: [ + [ + "@docusaurus/preset-classic", + { + docs: { + sidebarPath: "./sidebars.js", + editUrl: + "https://github.com/facebook/docusaurus/edit/master/website/", + docRootComponent: "@theme/DocRoot", + docItemComponent: "@theme/DocItem", + showLastUpdateAuthor: true, + showLastUpdateTime: true, + }, + theme: { + customCss: "./src/css/custom.css", + }, + }, + ], + ], themeConfig: { navbar: { title: "TruBudget", @@ -76,23 +98,6 @@ module.exports = { copyright: `Copyright © ${new Date().getFullYear()} TruBudget`, }, }, - presets: [ - [ - "@docusaurus/preset-classic", - { - docs: { - sidebarPath: require.resolve("./sidebars.js"), - editUrl: - "https://github.com/facebook/docusaurus/edit/master/website/", - docLayoutComponent: "@theme/DocPage", - docItemComponent: "@theme/DocItem", - showLastUpdateAuthor: true, - showLastUpdateTime: true, - }, - theme: { - customCss: [require.resolve("./src/css/custom.css")], - }, - }, - ], - ], }; + +export default config; diff --git a/package-lock.json b/package-lock.json index 6a3491c0b..8825b6cb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,28 +1,31 @@ { "name": "web", "version": "0.0.0", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web", "version": "0.0.0", "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/plugin-content-docs": "2.4.1", - "@docusaurus/preset-classic": "2.4.1", - "@docusaurus/theme-search-algolia": "2.4.1", - "@mdx-js/react": "^1.6.22", - "@svgr/webpack": "^8.0.1", - "clsx": "^1.1.1", - "docusaurus-lunr-search": "^2.1.15", - "dotenv": "^16.0.0", + "@docusaurus/core": "3.0.0", + "@docusaurus/preset-classic": "3.0.0", + "@mdx-js/react": "^3.0.0", + "@svgr/webpack": "^8.1.0", + "classnames": "^2.3.2", + "clsx": "^1.2.1", + "docusaurus-lunr-search": "^3.3.0", + "dotenv": "^16.3.1", "file-loader": "^6.2.0", - "react": "^17.0.1", - "react-dom": "^17.0.1", - "semver": "^7.5.3", + "react": "^18.0.0", + "react-dom": "^18.0.0", + "semver": "^7.5.4", "trim": "^1.0.1", "url-loader": "^4.1.1" + }, + "devDependencies": { + "@docusaurus/module-type-aliases": "3.0.0", + "@docusaurus/types": "3.0.0" } }, "node_modules/@algolia/autocomplete-core": { @@ -67,74 +70,74 @@ } }, "node_modules/@algolia/cache-browser-local-storage": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.18.0.tgz", - "integrity": "sha512-rUAs49NLlO8LVLgGzM4cLkw8NJLKguQLgvFmBEe3DyzlinoqxzQMHfKZs6TSq4LZfw/z8qHvRo8NcTAAUJQLcw==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.20.0.tgz", + "integrity": "sha512-uujahcBt4DxduBTvYdwO3sBfHuJvJokiC3BP1+O70fglmE1ShkH8lpXqZBac1rrU3FnNYSUs4pL9lBdTKeRPOQ==", "dependencies": { - "@algolia/cache-common": "4.18.0" + "@algolia/cache-common": "4.20.0" } }, "node_modules/@algolia/cache-common": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/cache-common/-/cache-common-4.18.0.tgz", - "integrity": "sha512-BmxsicMR4doGbeEXQu8yqiGmiyvpNvejYJtQ7rvzttEAMxOPoWEHrWyzBQw4x7LrBY9pMrgv4ZlUaF8PGzewHg==" + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/cache-common/-/cache-common-4.20.0.tgz", + "integrity": "sha512-vCfxauaZutL3NImzB2G9LjLt36vKAckc6DhMp05An14kVo8F1Yofb6SIl6U3SaEz8pG2QOB9ptwM5c+zGevwIQ==" }, "node_modules/@algolia/cache-in-memory": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/cache-in-memory/-/cache-in-memory-4.18.0.tgz", - "integrity": "sha512-evD4dA1nd5HbFdufBxLqlJoob7E2ozlqJZuV3YlirNx5Na4q1LckIuzjNYZs2ddLzuTc/Xd5O3Ibf7OwPskHxw==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/cache-in-memory/-/cache-in-memory-4.20.0.tgz", + "integrity": "sha512-Wm9ak/IaacAZXS4mB3+qF/KCoVSBV6aLgIGFEtQtJwjv64g4ePMapORGmCyulCFwfePaRAtcaTbMcJF+voc/bg==", "dependencies": { - "@algolia/cache-common": "4.18.0" + "@algolia/cache-common": "4.20.0" } }, "node_modules/@algolia/client-account": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/client-account/-/client-account-4.18.0.tgz", - "integrity": "sha512-XsDnlROr3+Z1yjxBJjUMfMazi1V155kVdte6496atvBgOEtwCzTs3A+qdhfsAnGUvaYfBrBkL0ThnhMIBCGcew==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-account/-/client-account-4.20.0.tgz", + "integrity": "sha512-GGToLQvrwo7am4zVkZTnKa72pheQeez/16sURDWm7Seyz+HUxKi3BM6fthVVPUEBhtJ0reyVtuK9ArmnaKl10Q==", "dependencies": { - "@algolia/client-common": "4.18.0", - "@algolia/client-search": "4.18.0", - "@algolia/transporter": "4.18.0" + "@algolia/client-common": "4.20.0", + "@algolia/client-search": "4.20.0", + "@algolia/transporter": "4.20.0" } }, "node_modules/@algolia/client-analytics": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-4.18.0.tgz", - "integrity": "sha512-chEUSN4ReqU7uRQ1C8kDm0EiPE+eJeAXiWcBwLhEynfNuTfawN9P93rSZktj7gmExz0C8XmkbBU19IQ05wCNrQ==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-4.20.0.tgz", + "integrity": "sha512-EIr+PdFMOallRdBTHHdKI3CstslgLORQG7844Mq84ib5oVFRVASuuPmG4bXBgiDbcsMLUeOC6zRVJhv1KWI0ug==", "dependencies": { - "@algolia/client-common": "4.18.0", - "@algolia/client-search": "4.18.0", - "@algolia/requester-common": "4.18.0", - "@algolia/transporter": "4.18.0" + "@algolia/client-common": "4.20.0", + "@algolia/client-search": "4.20.0", + "@algolia/requester-common": "4.20.0", + "@algolia/transporter": "4.20.0" } }, "node_modules/@algolia/client-common": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.18.0.tgz", - "integrity": "sha512-7N+soJFP4wn8tjTr3MSUT/U+4xVXbz4jmeRfWfVAzdAbxLAQbHa0o/POSdTvQ8/02DjCLelloZ1bb4ZFVKg7Wg==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.20.0.tgz", + "integrity": "sha512-P3WgMdEss915p+knMMSd/fwiHRHKvDu4DYRrCRaBrsfFw7EQHon+EbRSm4QisS9NYdxbS04kcvNoavVGthyfqQ==", "dependencies": { - "@algolia/requester-common": "4.18.0", - "@algolia/transporter": "4.18.0" + "@algolia/requester-common": "4.20.0", + "@algolia/transporter": "4.20.0" } }, "node_modules/@algolia/client-personalization": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-4.18.0.tgz", - "integrity": "sha512-+PeCjODbxtamHcPl+couXMeHEefpUpr7IHftj4Y4Nia1hj8gGq4VlIcqhToAw8YjLeCTfOR7r7xtj3pJcYdP8A==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-4.20.0.tgz", + "integrity": "sha512-N9+zx0tWOQsLc3K4PVRDV8GUeOLAY0i445En79Pr3zWB+m67V+n/8w4Kw1C5LlbHDDJcyhMMIlqezh6BEk7xAQ==", "dependencies": { - "@algolia/client-common": "4.18.0", - "@algolia/requester-common": "4.18.0", - "@algolia/transporter": "4.18.0" + "@algolia/client-common": "4.20.0", + "@algolia/requester-common": "4.20.0", + "@algolia/transporter": "4.20.0" } }, "node_modules/@algolia/client-search": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.18.0.tgz", - "integrity": "sha512-F9xzQXTjm6UuZtnsLIew6KSraXQ0AzS/Ee+OD+mQbtcA/K1sg89tqb8TkwjtiYZ0oij13u3EapB3gPZwm+1Y6g==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.20.0.tgz", + "integrity": "sha512-zgwqnMvhWLdpzKTpd3sGmMlr4c+iS7eyyLGiaO51zDZWGMkpgoNVmltkzdBwxOVXz0RsFMznIxB9zuarUv4TZg==", "dependencies": { - "@algolia/client-common": "4.18.0", - "@algolia/requester-common": "4.18.0", - "@algolia/transporter": "4.18.0" + "@algolia/client-common": "4.20.0", + "@algolia/requester-common": "4.20.0", + "@algolia/transporter": "4.20.0" } }, "node_modules/@algolia/events": { @@ -143,47 +146,47 @@ "integrity": "sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==" }, "node_modules/@algolia/logger-common": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/logger-common/-/logger-common-4.18.0.tgz", - "integrity": "sha512-46etYgSlkoKepkMSyaoriSn2JDgcrpc/nkOgou/lm0y17GuMl9oYZxwKKTSviLKI5Irk9nSKGwnBTQYwXOYdRg==" + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/logger-common/-/logger-common-4.20.0.tgz", + "integrity": "sha512-xouigCMB5WJYEwvoWW5XDv7Z9f0A8VoXJc3VKwlHJw/je+3p2RcDXfksLI4G4lIVncFUYMZx30tP/rsdlvvzHQ==" }, "node_modules/@algolia/logger-console": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/logger-console/-/logger-console-4.18.0.tgz", - "integrity": "sha512-3P3VUYMl9CyJbi/UU1uUNlf6Z8N2ltW3Oqhq/nR7vH0CjWv32YROq3iGWGxB2xt3aXobdUPXs6P0tHSKRmNA6g==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/logger-console/-/logger-console-4.20.0.tgz", + "integrity": "sha512-THlIGG1g/FS63z0StQqDhT6bprUczBI8wnLT3JWvfAQDZX5P6fCg7dG+pIrUBpDIHGszgkqYEqECaKKsdNKOUA==", "dependencies": { - "@algolia/logger-common": "4.18.0" + "@algolia/logger-common": "4.20.0" } }, "node_modules/@algolia/requester-browser-xhr": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.18.0.tgz", - "integrity": "sha512-/AcWHOBub2U4TE/bPi4Gz1XfuLK6/7dj4HJG+Z2SfQoS1RjNLshZclU3OoKIkFp8D2NC7+BNsPvr9cPLyW8nyQ==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.20.0.tgz", + "integrity": "sha512-HbzoSjcjuUmYOkcHECkVTwAelmvTlgs48N6Owt4FnTOQdwn0b8pdht9eMgishvk8+F8bal354nhx/xOoTfwiAw==", "dependencies": { - "@algolia/requester-common": "4.18.0" + "@algolia/requester-common": "4.20.0" } }, "node_modules/@algolia/requester-common": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-common/-/requester-common-4.18.0.tgz", - "integrity": "sha512-xlT8R1qYNRBCi1IYLsx7uhftzdfsLPDGudeQs+xvYB4sQ3ya7+ppolB/8m/a4F2gCkEO6oxpp5AGemM7kD27jA==" + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-common/-/requester-common-4.20.0.tgz", + "integrity": "sha512-9h6ye6RY/BkfmeJp7Z8gyyeMrmmWsMOCRBXQDs4mZKKsyVlfIVICpcSibbeYcuUdurLhIlrOUkH3rQEgZzonng==" }, "node_modules/@algolia/requester-node-http": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-4.18.0.tgz", - "integrity": "sha512-TGfwj9aeTVgOUhn5XrqBhwUhUUDnGIKlI0kCBMdR58XfXcfdwomka+CPIgThRbfYw04oQr31A6/95ZH2QVJ9UQ==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-4.20.0.tgz", + "integrity": "sha512-ocJ66L60ABSSTRFnCHIEZpNHv6qTxsBwJEPfYaSBsLQodm0F9ptvalFkHMpvj5DfE22oZrcrLbOYM2bdPJRHng==", "dependencies": { - "@algolia/requester-common": "4.18.0" + "@algolia/requester-common": "4.20.0" } }, "node_modules/@algolia/transporter": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/transporter/-/transporter-4.18.0.tgz", - "integrity": "sha512-xbw3YRUGtXQNG1geYFEDDuFLZt4Z8YNKbamHPkzr3rWc6qp4/BqEeXcI2u/P/oMq2yxtXgMxrCxOPA8lyIe5jw==", + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/@algolia/transporter/-/transporter-4.20.0.tgz", + "integrity": "sha512-Lsii1pGWOAISbzeyuf+r/GPhvHMPHSPrTDWNcIzOE1SG1inlJHICaVe2ikuoRjcpgxZNU54Jl+if15SUCsaTUg==", "dependencies": { - "@algolia/cache-common": "4.18.0", - "@algolia/logger-common": "4.18.0", - "@algolia/requester-common": "4.18.0" + "@algolia/cache-common": "4.20.0", + "@algolia/logger-common": "4.20.0", + "@algolia/requester-common": "4.20.0" } }, "node_modules/@ampproject/remapping": { @@ -275,33 +278,33 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz", - "integrity": "sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.3.tgz", + "integrity": "sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz", - "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.3.tgz", + "integrity": "sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helpers": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5", - "convert-source-map": "^1.7.0", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.3", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.2", + "@babel/parser": "^7.23.3", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.3", + "@babel/types": "^7.23.3", + "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", - "semver": "^6.3.0" + "json5": "^2.2.3", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -312,19 +315,19 @@ } }, "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/generator": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", - "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.3.tgz", + "integrity": "sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==", "dependencies": { - "@babel/types": "^7.23.0", + "@babel/types": "^7.23.3", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -345,69 +348,53 @@ } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz", - "integrity": "sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", + "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz", - "integrity": "sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", + "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", "dependencies": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "browserslist": "^4.21.3", + "@babel/compat-data": "^7.22.9", + "@babel/helper-validator-option": "^7.22.15", + "browserslist": "^4.21.9", "lru-cache": "^5.1.1", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" } }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } }, - "node_modules/@babel/helper-compilation-targets/node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz", - "integrity": "sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz", + "integrity": "sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", "@babel/helper-environment-visitor": "^7.22.5", "@babel/helper-function-name": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", + "@babel/helper-member-expression-to-functions": "^7.22.15", "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.9", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "semver": "^6.3.0" + "@babel/helper-split-export-declaration": "^7.22.6", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -417,21 +404,21 @@ } }, "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.5.tgz", - "integrity": "sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", + "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", "regexpu-core": "^5.3.1", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -441,35 +428,26 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz", - "integrity": "sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz", + "integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==", "dependencies": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", "debug": "^4.1.1", "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" + "resolve": "^1.14.2" }, "peerDependencies": { - "@babel/core": "^7.4.0-0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/@babel/helper-environment-visitor": { @@ -504,43 +482,43 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz", - "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", + "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", - "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz", - "integrity": "sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-validator-identifier": "^7.22.20" }, "engines": { "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, "node_modules/@babel/helper-optimise-call-expression": { @@ -563,14 +541,13 @@ } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.5.tgz", - "integrity": "sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", + "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-wrap-function": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-wrap-function": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -580,19 +557,19 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz", - "integrity": "sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", + "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-member-expression-to-functions": "^7.22.15", + "@babel/helper-optimise-call-expression": "^7.22.5" }, "engines": { "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, "node_modules/@babel/helper-simple-access": { @@ -645,35 +622,34 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", - "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", + "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz", - "integrity": "sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", + "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", "dependencies": { "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.22.19" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz", - "integrity": "sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.2.tgz", + "integrity": "sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==", "dependencies": { - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.2", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" @@ -757,9 +733,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", - "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.3.tgz", + "integrity": "sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==", "bin": { "parser": "bin/babel-parser.js" }, @@ -768,9 +744,9 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz", - "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz", + "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -782,13 +758,13 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz", - "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", + "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.5" + "@babel/plugin-transform-optional-chaining": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -797,17 +773,19 @@ "@babel/core": "^7.13.0" } }, - "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz", - "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==", + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz", + "integrity": "sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==", "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0" } }, "node_modules/@babel/plugin-proposal-private-property-in-object": { @@ -821,21 +799,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-async-generators": { "version": "7.8.4", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", @@ -895,9 +858,9 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz", - "integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", + "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -909,9 +872,9 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz", - "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz", + "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -945,9 +908,9 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", - "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", + "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1053,9 +1016,9 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz", - "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz", + "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1082,9 +1045,9 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz", - "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", + "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1096,13 +1059,13 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.5.tgz", - "integrity": "sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.3.tgz", + "integrity": "sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.5", + "@babel/helper-remap-async-to-generator": "^7.22.20", "@babel/plugin-syntax-async-generators": "^7.8.4" }, "engines": { @@ -1113,13 +1076,13 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz", - "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz", + "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==", "dependencies": { - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.5" + "@babel/helper-remap-async-to-generator": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -1129,9 +1092,9 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz", - "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", + "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1143,9 +1106,9 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.5.tgz", - "integrity": "sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.3.tgz", + "integrity": "sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1157,11 +1120,11 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz", - "integrity": "sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", + "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1172,11 +1135,11 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz", - "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.3.tgz", + "integrity": "sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-class-static-block": "^7.14.5" }, @@ -1188,18 +1151,18 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.5.tgz", - "integrity": "sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.3.tgz", + "integrity": "sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-optimise-call-expression": "^7.22.5", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.20", + "@babel/helper-split-export-declaration": "^7.22.6", "globals": "^11.1.0" }, "engines": { @@ -1210,12 +1173,12 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz", - "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", + "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", - "@babel/template": "^7.22.5" + "@babel/template": "^7.22.15" }, "engines": { "node": ">=6.9.0" @@ -1225,9 +1188,9 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.5.tgz", - "integrity": "sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", + "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1239,11 +1202,11 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz", - "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", + "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-create-regexp-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1254,9 +1217,9 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz", - "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", + "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1268,9 +1231,9 @@ } }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz", - "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.3.tgz", + "integrity": "sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3" @@ -1283,11 +1246,11 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz", - "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", + "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5", + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1298,9 +1261,9 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz", - "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.3.tgz", + "integrity": "sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" @@ -1313,9 +1276,9 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz", - "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz", + "integrity": "sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1327,12 +1290,12 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz", - "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", + "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", "dependencies": { - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1343,9 +1306,9 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz", - "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.3.tgz", + "integrity": "sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-json-strings": "^7.8.3" @@ -1358,9 +1321,9 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz", - "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", + "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1372,9 +1335,9 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz", - "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.3.tgz", + "integrity": "sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" @@ -1387,9 +1350,9 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz", - "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", + "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1401,11 +1364,11 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz", - "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", + "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", "dependencies": { - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.3", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1416,11 +1379,11 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz", - "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", + "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", "dependencies": { - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.3", "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-simple-access": "^7.22.5" }, @@ -1432,14 +1395,14 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz", - "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz", + "integrity": "sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==", "dependencies": { "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.3", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5" + "@babel/helper-validator-identifier": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -1449,11 +1412,11 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz", - "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", + "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", "dependencies": { - "@babel/helper-module-transforms": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.3", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1479,9 +1442,9 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz", - "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", + "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1493,9 +1456,9 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz", - "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.3.tgz", + "integrity": "sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" @@ -1508,9 +1471,9 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz", - "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.3.tgz", + "integrity": "sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-numeric-separator": "^7.10.4" @@ -1523,15 +1486,15 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz", - "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.3.tgz", + "integrity": "sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==", "dependencies": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", + "@babel/compat-data": "^7.23.3", + "@babel/helper-compilation-targets": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.22.5" + "@babel/plugin-transform-parameters": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -1541,12 +1504,12 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz", - "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", + "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5" + "@babel/helper-replace-supers": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -1556,9 +1519,9 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz", - "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.3.tgz", + "integrity": "sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" @@ -1571,9 +1534,9 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.5.tgz", - "integrity": "sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.3.tgz", + "integrity": "sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", @@ -1587,9 +1550,9 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz", - "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", + "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1601,11 +1564,11 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz", - "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz", + "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1616,12 +1579,12 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz", - "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.3.tgz", + "integrity": "sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-private-property-in-object": "^7.14.5" }, @@ -1633,9 +1596,9 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz", - "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", + "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1647,9 +1610,9 @@ } }, "node_modules/@babel/plugin-transform-react-constant-elements": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.22.5.tgz", - "integrity": "sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.23.3.tgz", + "integrity": "sha512-zP0QKq/p6O42OL94udMgSfKXyse4RyJ0JqbQ34zDAONWjyrEsghYEyTSK5FIpmXmCpB55SHokL1cRRKHv8L2Qw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1661,9 +1624,9 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz", - "integrity": "sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz", + "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1675,15 +1638,15 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz", - "integrity": "sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz", + "integrity": "sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" @@ -1707,9 +1670,9 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.22.5.tgz", - "integrity": "sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz", + "integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", "@babel/helper-plugin-utils": "^7.22.5" @@ -1722,12 +1685,12 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz", - "integrity": "sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", + "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", - "regenerator-transform": "^0.15.1" + "regenerator-transform": "^0.15.2" }, "engines": { "node": ">=6.9.0" @@ -1737,9 +1700,9 @@ } }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz", - "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", + "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1751,16 +1714,16 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.5.tgz", - "integrity": "sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.3.tgz", + "integrity": "sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg==", "dependencies": { - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", - "babel-plugin-polyfill-corejs2": "^0.4.3", - "babel-plugin-polyfill-corejs3": "^0.8.1", - "babel-plugin-polyfill-regenerator": "^0.5.0", - "semver": "^6.3.0" + "babel-plugin-polyfill-corejs2": "^0.4.6", + "babel-plugin-polyfill-corejs3": "^0.8.5", + "babel-plugin-polyfill-regenerator": "^0.5.3", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -1770,17 +1733,17 @@ } }, "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz", - "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", + "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1792,9 +1755,9 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz", - "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", + "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" @@ -1807,9 +1770,9 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz", - "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", + "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1821,9 +1784,9 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz", - "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", + "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1835,9 +1798,9 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz", - "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", + "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1849,14 +1812,14 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.5.tgz", - "integrity": "sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.3.tgz", + "integrity": "sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-typescript": "^7.22.5" + "@babel/plugin-syntax-typescript": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -1866,9 +1829,9 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.5.tgz", - "integrity": "sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", + "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -1880,11 +1843,11 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz", - "integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz", + "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-create-regexp-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1895,11 +1858,11 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz", - "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", + "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-create-regexp-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1910,11 +1873,11 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz", - "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz", + "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-create-regexp-features-plugin": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { @@ -1925,24 +1888,25 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.5.tgz", - "integrity": "sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.3.tgz", + "integrity": "sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==", "dependencies": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", + "@babel/compat-data": "^7.23.3", + "@babel/helper-compilation-targets": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.3", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-class-static-block": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.22.5", - "@babel/plugin-syntax-import-attributes": "^7.22.5", + "@babel/plugin-syntax-import-assertions": "^7.23.3", + "@babel/plugin-syntax-import-attributes": "^7.23.3", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", @@ -1954,61 +1918,60 @@ "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.22.5", - "@babel/plugin-transform-async-generator-functions": "^7.22.5", - "@babel/plugin-transform-async-to-generator": "^7.22.5", - "@babel/plugin-transform-block-scoped-functions": "^7.22.5", - "@babel/plugin-transform-block-scoping": "^7.22.5", - "@babel/plugin-transform-class-properties": "^7.22.5", - "@babel/plugin-transform-class-static-block": "^7.22.5", - "@babel/plugin-transform-classes": "^7.22.5", - "@babel/plugin-transform-computed-properties": "^7.22.5", - "@babel/plugin-transform-destructuring": "^7.22.5", - "@babel/plugin-transform-dotall-regex": "^7.22.5", - "@babel/plugin-transform-duplicate-keys": "^7.22.5", - "@babel/plugin-transform-dynamic-import": "^7.22.5", - "@babel/plugin-transform-exponentiation-operator": "^7.22.5", - "@babel/plugin-transform-export-namespace-from": "^7.22.5", - "@babel/plugin-transform-for-of": "^7.22.5", - "@babel/plugin-transform-function-name": "^7.22.5", - "@babel/plugin-transform-json-strings": "^7.22.5", - "@babel/plugin-transform-literals": "^7.22.5", - "@babel/plugin-transform-logical-assignment-operators": "^7.22.5", - "@babel/plugin-transform-member-expression-literals": "^7.22.5", - "@babel/plugin-transform-modules-amd": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-modules-systemjs": "^7.22.5", - "@babel/plugin-transform-modules-umd": "^7.22.5", + "@babel/plugin-transform-arrow-functions": "^7.23.3", + "@babel/plugin-transform-async-generator-functions": "^7.23.3", + "@babel/plugin-transform-async-to-generator": "^7.23.3", + "@babel/plugin-transform-block-scoped-functions": "^7.23.3", + "@babel/plugin-transform-block-scoping": "^7.23.3", + "@babel/plugin-transform-class-properties": "^7.23.3", + "@babel/plugin-transform-class-static-block": "^7.23.3", + "@babel/plugin-transform-classes": "^7.23.3", + "@babel/plugin-transform-computed-properties": "^7.23.3", + "@babel/plugin-transform-destructuring": "^7.23.3", + "@babel/plugin-transform-dotall-regex": "^7.23.3", + "@babel/plugin-transform-duplicate-keys": "^7.23.3", + "@babel/plugin-transform-dynamic-import": "^7.23.3", + "@babel/plugin-transform-exponentiation-operator": "^7.23.3", + "@babel/plugin-transform-export-namespace-from": "^7.23.3", + "@babel/plugin-transform-for-of": "^7.23.3", + "@babel/plugin-transform-function-name": "^7.23.3", + "@babel/plugin-transform-json-strings": "^7.23.3", + "@babel/plugin-transform-literals": "^7.23.3", + "@babel/plugin-transform-logical-assignment-operators": "^7.23.3", + "@babel/plugin-transform-member-expression-literals": "^7.23.3", + "@babel/plugin-transform-modules-amd": "^7.23.3", + "@babel/plugin-transform-modules-commonjs": "^7.23.3", + "@babel/plugin-transform-modules-systemjs": "^7.23.3", + "@babel/plugin-transform-modules-umd": "^7.23.3", "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.22.5", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5", - "@babel/plugin-transform-numeric-separator": "^7.22.5", - "@babel/plugin-transform-object-rest-spread": "^7.22.5", - "@babel/plugin-transform-object-super": "^7.22.5", - "@babel/plugin-transform-optional-catch-binding": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.5", - "@babel/plugin-transform-parameters": "^7.22.5", - "@babel/plugin-transform-private-methods": "^7.22.5", - "@babel/plugin-transform-private-property-in-object": "^7.22.5", - "@babel/plugin-transform-property-literals": "^7.22.5", - "@babel/plugin-transform-regenerator": "^7.22.5", - "@babel/plugin-transform-reserved-words": "^7.22.5", - "@babel/plugin-transform-shorthand-properties": "^7.22.5", - "@babel/plugin-transform-spread": "^7.22.5", - "@babel/plugin-transform-sticky-regex": "^7.22.5", - "@babel/plugin-transform-template-literals": "^7.22.5", - "@babel/plugin-transform-typeof-symbol": "^7.22.5", - "@babel/plugin-transform-unicode-escapes": "^7.22.5", - "@babel/plugin-transform-unicode-property-regex": "^7.22.5", - "@babel/plugin-transform-unicode-regex": "^7.22.5", - "@babel/plugin-transform-unicode-sets-regex": "^7.22.5", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.22.5", - "babel-plugin-polyfill-corejs2": "^0.4.3", - "babel-plugin-polyfill-corejs3": "^0.8.1", - "babel-plugin-polyfill-regenerator": "^0.5.0", - "core-js-compat": "^3.30.2", - "semver": "^6.3.0" + "@babel/plugin-transform-new-target": "^7.23.3", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.3", + "@babel/plugin-transform-numeric-separator": "^7.23.3", + "@babel/plugin-transform-object-rest-spread": "^7.23.3", + "@babel/plugin-transform-object-super": "^7.23.3", + "@babel/plugin-transform-optional-catch-binding": "^7.23.3", + "@babel/plugin-transform-optional-chaining": "^7.23.3", + "@babel/plugin-transform-parameters": "^7.23.3", + "@babel/plugin-transform-private-methods": "^7.23.3", + "@babel/plugin-transform-private-property-in-object": "^7.23.3", + "@babel/plugin-transform-property-literals": "^7.23.3", + "@babel/plugin-transform-regenerator": "^7.23.3", + "@babel/plugin-transform-reserved-words": "^7.23.3", + "@babel/plugin-transform-shorthand-properties": "^7.23.3", + "@babel/plugin-transform-spread": "^7.23.3", + "@babel/plugin-transform-sticky-regex": "^7.23.3", + "@babel/plugin-transform-template-literals": "^7.23.3", + "@babel/plugin-transform-typeof-symbol": "^7.23.3", + "@babel/plugin-transform-unicode-escapes": "^7.23.3", + "@babel/plugin-transform-unicode-property-regex": "^7.23.3", + "@babel/plugin-transform-unicode-regex": "^7.23.3", + "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", + "@babel/preset-modules": "0.1.6-no-external-plugins", + "babel-plugin-polyfill-corejs2": "^0.4.6", + "babel-plugin-polyfill-corejs3": "^0.8.5", + "babel-plugin-polyfill-regenerator": "^0.5.3", + "core-js-compat": "^3.31.0", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -2018,39 +1981,37 @@ } }, "node_modules/@babel/preset-env/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/preset-modules": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", "@babel/types": "^7.4.4", "esutils": "^2.0.2" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" } }, "node_modules/@babel/preset-react": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.5.tgz", - "integrity": "sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz", + "integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-transform-react-display-name": "^7.22.5", - "@babel/plugin-transform-react-jsx": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", + "@babel/plugin-transform-react-display-name": "^7.23.3", + "@babel/plugin-transform-react-jsx": "^7.22.15", "@babel/plugin-transform-react-jsx-development": "^7.22.5", - "@babel/plugin-transform-react-pure-annotations": "^7.22.5" + "@babel/plugin-transform-react-pure-annotations": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -2060,15 +2021,15 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz", - "integrity": "sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz", + "integrity": "sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-typescript": "^7.22.5" + "@babel/helper-validator-option": "^7.22.15", + "@babel/plugin-syntax-jsx": "^7.23.3", + "@babel/plugin-transform-modules-commonjs": "^7.23.3", + "@babel/plugin-transform-typescript": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -2083,23 +2044,23 @@ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" }, "node_modules/@babel/runtime": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz", - "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz", + "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==", "dependencies": { - "regenerator-runtime": "^0.13.11" + "regenerator-runtime": "^0.14.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.22.5.tgz", - "integrity": "sha512-TNPDN6aBFaUox2Lu+H/Y1dKKQgr4ucz/FGyCz67RVYLsBpVpUFf1dDngzg+Od8aqbrqwyztkaZjtWCZEUOT8zA==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.23.2.tgz", + "integrity": "sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==", "dependencies": { "core-js-pure": "^3.30.2", - "regenerator-runtime": "^0.13.11" + "regenerator-runtime": "^0.14.0" }, "engines": { "node": ">=6.9.0" @@ -2119,18 +2080,18 @@ } }, "node_modules/@babel/traverse": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", - "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.3.tgz", + "integrity": "sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==", "dependencies": { "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", + "@babel/generator": "^7.23.3", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.0", - "@babel/types": "^7.23.0", + "@babel/parser": "^7.23.3", + "@babel/types": "^7.23.3", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -2139,9 +2100,9 @@ } }, "node_modules/@babel/types": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", - "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.3.tgz", + "integrity": "sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==", "dependencies": { "@babel/helper-string-parser": "^7.22.5", "@babel/helper-validator-identifier": "^7.22.20", @@ -2169,24 +2130,25 @@ } }, "node_modules/@docsearch/css": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.5.1.tgz", - "integrity": "sha512-2Pu9HDg/uP/IT10rbQ+4OrTQuxIWdKVUEdcw9/w7kZJv9NeHS6skJx1xuRiFyoGKwAzcHXnLp7csE99sj+O1YA==" + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.5.2.tgz", + "integrity": "sha512-SPiDHaWKQZpwR2siD0KQUwlStvIAnEyK6tAE2h2Wuoq8ue9skzhlyVQ1ddzOxX6khULnAALDiR/isSF3bnuciA==" }, "node_modules/@docsearch/react": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.5.1.tgz", - "integrity": "sha512-t5mEODdLzZq4PTFAm/dvqcvZFdPDMdfPE5rJS5SC8OUq9mPzxEy6b+9THIqNM9P0ocCb4UC5jqBrxKclnuIbzQ==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.5.2.tgz", + "integrity": "sha512-9Ahcrs5z2jq/DcAvYtvlqEBHImbm4YJI8M9y0x6Tqg598P40HTEkX7hsMcIuThI+hTFxRGZ9hll0Wygm2yEjng==", "dependencies": { "@algolia/autocomplete-core": "1.9.3", "@algolia/autocomplete-preset-algolia": "1.9.3", - "@docsearch/css": "3.5.1", - "algoliasearch": "^4.0.0" + "@docsearch/css": "3.5.2", + "algoliasearch": "^4.19.1" }, "peerDependencies": { "@types/react": ">= 16.8.0 < 19.0.0", "react": ">= 16.8.0 < 19.0.0", - "react-dom": ">= 16.8.0 < 19.0.0" + "react-dom": ">= 16.8.0 < 19.0.0", + "search-insights": ">= 1 < 3" }, "peerDependenciesMeta": { "@types/react": { @@ -2197,95 +2159,97 @@ }, "react-dom": { "optional": true + }, + "search-insights": { + "optional": true } } }, "node_modules/@docusaurus/core": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.4.1.tgz", - "integrity": "sha512-SNsY7PshK3Ri7vtsLXVeAJGS50nJN3RgF836zkyUfAD01Fq+sAk5EwWgLw+nnm5KVNGDu7PRR2kRGDsWvqpo0g==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.0.0.tgz", + "integrity": "sha512-bHWtY55tJTkd6pZhHrWz1MpWuwN4edZe0/UWgFF7PW/oJeDZvLSXKqwny3L91X1/LGGoypBGkeZn8EOuKeL4yQ==", "dependencies": { - "@babel/core": "^7.18.6", - "@babel/generator": "^7.18.7", + "@babel/core": "^7.22.9", + "@babel/generator": "^7.22.9", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.18.6", - "@babel/preset-env": "^7.18.6", - "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", - "@babel/runtime": "^7.18.6", - "@babel/runtime-corejs3": "^7.18.6", - "@babel/traverse": "^7.18.8", - "@docusaurus/cssnano-preset": "2.4.1", - "@docusaurus/logger": "2.4.1", - "@docusaurus/mdx-loader": "2.4.1", + "@babel/plugin-transform-runtime": "^7.22.9", + "@babel/preset-env": "^7.22.9", + "@babel/preset-react": "^7.22.5", + "@babel/preset-typescript": "^7.22.5", + "@babel/runtime": "^7.22.6", + "@babel/runtime-corejs3": "^7.22.6", + "@babel/traverse": "^7.22.8", + "@docusaurus/cssnano-preset": "3.0.0", + "@docusaurus/logger": "3.0.0", + "@docusaurus/mdx-loader": "3.0.0", "@docusaurus/react-loadable": "5.5.2", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-common": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", + "@docusaurus/utils": "3.0.0", + "@docusaurus/utils-common": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", "@slorber/static-site-generator-webpack-plugin": "^4.0.7", - "@svgr/webpack": "^6.2.1", - "autoprefixer": "^10.4.7", - "babel-loader": "^8.2.5", + "@svgr/webpack": "^6.5.1", + "autoprefixer": "^10.4.14", + "babel-loader": "^9.1.3", "babel-plugin-dynamic-import-node": "^2.3.3", "boxen": "^6.2.1", "chalk": "^4.1.2", "chokidar": "^3.5.3", - "clean-css": "^5.3.0", - "cli-table3": "^0.6.2", + "clean-css": "^5.3.2", + "cli-table3": "^0.6.3", "combine-promises": "^1.1.0", "commander": "^5.1.0", "copy-webpack-plugin": "^11.0.0", - "core-js": "^3.23.3", - "css-loader": "^6.7.1", - "css-minimizer-webpack-plugin": "^4.0.0", - "cssnano": "^5.1.12", + "core-js": "^3.31.1", + "css-loader": "^6.8.1", + "css-minimizer-webpack-plugin": "^4.2.2", + "cssnano": "^5.1.15", "del": "^6.1.1", - "detect-port": "^1.3.0", + "detect-port": "^1.5.1", "escape-html": "^1.0.3", - "eta": "^2.0.0", + "eta": "^2.2.0", "file-loader": "^6.2.0", - "fs-extra": "^10.1.0", - "html-minifier-terser": "^6.1.0", - "html-tags": "^3.2.0", - "html-webpack-plugin": "^5.5.0", - "import-fresh": "^3.3.0", + "fs-extra": "^11.1.1", + "html-minifier-terser": "^7.2.0", + "html-tags": "^3.3.1", + "html-webpack-plugin": "^5.5.3", "leven": "^3.1.0", "lodash": "^4.17.21", - "mini-css-extract-plugin": "^2.6.1", - "postcss": "^8.4.14", - "postcss-loader": "^7.0.0", + "mini-css-extract-plugin": "^2.7.6", + "postcss": "^8.4.26", + "postcss-loader": "^7.3.3", "prompts": "^2.4.2", "react-dev-utils": "^12.0.1", "react-helmet-async": "^1.3.0", "react-loadable": "npm:@docusaurus/react-loadable@5.5.2", "react-loadable-ssr-addon-v5-slorber": "^1.0.1", - "react-router": "^5.3.3", + "react-router": "^5.3.4", "react-router-config": "^5.1.1", - "react-router-dom": "^5.3.3", + "react-router-dom": "^5.3.4", "rtl-detect": "^1.0.4", - "semver": "^7.3.7", - "serve-handler": "^6.1.3", + "semver": "^7.5.4", + "serve-handler": "^6.1.5", "shelljs": "^0.8.5", - "terser-webpack-plugin": "^5.3.3", - "tslib": "^2.4.0", - "update-notifier": "^5.1.0", + "terser-webpack-plugin": "^5.3.9", + "tslib": "^2.6.0", + "update-notifier": "^6.0.2", "url-loader": "^4.1.1", - "wait-on": "^6.0.1", - "webpack": "^5.73.0", - "webpack-bundle-analyzer": "^4.5.0", - "webpack-dev-server": "^4.9.3", - "webpack-merge": "^5.8.0", + "wait-on": "^7.0.1", + "webpack": "^5.88.1", + "webpack-bundle-analyzer": "^4.9.0", + "webpack-dev-server": "^4.15.1", + "webpack-merge": "^5.9.0", "webpackbar": "^5.0.2" }, "bin": { "docusaurus": "bin/docusaurus.mjs" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/core/node_modules/@svgr/babel-plugin-add-jsx-attribute": { @@ -2501,60 +2465,6 @@ "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@docusaurus/core/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/@docusaurus/core/node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@docusaurus/core/node_modules/boxen": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-6.2.1.tgz", - "integrity": "sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==", - "dependencies": { - "ansi-align": "^3.0.1", - "camelcase": "^6.2.0", - "chalk": "^4.1.2", - "cli-boxes": "^3.0.0", - "string-width": "^5.0.1", - "type-fest": "^2.5.0", - "widest-line": "^4.0.1", - "wrap-ansi": "^8.0.1" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@docusaurus/core/node_modules/cli-boxes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", - "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@docusaurus/core/node_modules/cosmiconfig": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", @@ -2661,47 +2571,12 @@ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" }, - "node_modules/@docusaurus/core/node_modules/react-loadable": { - "name": "@docusaurus/react-loadable", - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz", - "integrity": "sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==", - "dependencies": { - "@types/react": "*", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "*" - } - }, - "node_modules/@docusaurus/core/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@docusaurus/core/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dependencies": { - "ansi-regex": "^6.0.1" - }, + "node_modules/@docusaurus/core/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" + "node": ">=0.10.0" } }, "node_modules/@docusaurus/core/node_modules/svgo": { @@ -2732,128 +2607,79 @@ "node": ">= 10" } }, - "node_modules/@docusaurus/core/node_modules/type-fest": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@docusaurus/core/node_modules/widest-line": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", - "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", - "dependencies": { - "string-width": "^5.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@docusaurus/core/node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, "node_modules/@docusaurus/cssnano-preset": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-2.4.1.tgz", - "integrity": "sha512-ka+vqXwtcW1NbXxWsh6yA1Ckii1klY9E53cJ4O9J09nkMBgrNX3iEFED1fWdv8wf4mJjvGi5RLZ2p9hJNjsLyQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.0.0.tgz", + "integrity": "sha512-FHiRfwmVvIVdIGsHcijUOaX7hMn0mugVYB7m4GkpYI6Mi56zwQV4lH5p7DxcW5CUYNWMVxz2loWSCiWEm5ikwA==", "dependencies": { - "cssnano-preset-advanced": "^5.3.8", - "postcss": "^8.4.14", - "postcss-sort-media-queries": "^4.2.1", - "tslib": "^2.4.0" + "cssnano-preset-advanced": "^5.3.10", + "postcss": "^8.4.26", + "postcss-sort-media-queries": "^4.4.1", + "tslib": "^2.6.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" } }, "node_modules/@docusaurus/logger": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-2.4.1.tgz", - "integrity": "sha512-5h5ysIIWYIDHyTVd8BjheZmQZmEgWDR54aQ1BX9pjFfpyzFo5puKXKYrYJXbjEHGyVhEzmB9UXwbxGfaZhOjcg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.0.0.tgz", + "integrity": "sha512-6eX0eOfioMQCk+qgCnHvbLLuyIAA+r2lSID6d6JusiLtDKmYMfNp3F4yyE8bnb0Abmzt2w68XwptEFYyALSAXw==", "dependencies": { "chalk": "^4.1.2", - "tslib": "^2.4.0" + "tslib": "^2.6.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" } }, "node_modules/@docusaurus/mdx-loader": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-2.4.1.tgz", - "integrity": "sha512-4KhUhEavteIAmbBj7LVFnrVYDiU51H5YWW1zY6SmBSte/YLhDutztLTBE0PQl1Grux1jzUJeaSvAzHpTn6JJDQ==", - "dependencies": { - "@babel/parser": "^7.18.8", - "@babel/traverse": "^7.18.8", - "@docusaurus/logger": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@mdx-js/mdx": "^1.6.22", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.0.0.tgz", + "integrity": "sha512-JkGge6WYDrwjNgMxwkb6kNQHnpISt5L1tMaBWFDBKeDToFr5Kj29IL35MIQm0RfrnoOfr/29RjSH4aRtvlAR0A==", + "dependencies": { + "@babel/parser": "^7.22.7", + "@babel/traverse": "^7.22.8", + "@docusaurus/logger": "3.0.0", + "@docusaurus/utils": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", + "@mdx-js/mdx": "^3.0.0", + "@slorber/remark-comment": "^1.0.0", "escape-html": "^1.0.3", + "estree-util-value-to-estree": "^3.0.1", "file-loader": "^6.2.0", - "fs-extra": "^10.1.0", - "image-size": "^1.0.1", - "mdast-util-to-string": "^2.0.0", - "remark-emoji": "^2.2.0", + "fs-extra": "^11.1.1", + "image-size": "^1.0.2", + "mdast-util-mdx": "^3.0.0", + "mdast-util-to-string": "^4.0.0", + "rehype-raw": "^7.0.0", + "remark-directive": "^3.0.0", + "remark-emoji": "^4.0.0", + "remark-frontmatter": "^5.0.0", + "remark-gfm": "^4.0.0", "stringify-object": "^3.3.0", - "tslib": "^2.4.0", - "unified": "^9.2.2", - "unist-util-visit": "^2.0.3", + "tslib": "^2.6.0", + "unified": "^11.0.3", + "unist-util-visit": "^5.0.0", "url-loader": "^4.1.1", - "webpack": "^5.73.0" + "vfile": "^6.0.1", + "webpack": "^5.88.1" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" - } - }, - "node_modules/@docusaurus/mdx-loader/node_modules/unified": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", - "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", - "dependencies": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/module-type-aliases": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-2.4.1.tgz", - "integrity": "sha512-gLBuIFM8Dp2XOCWffUDSjtxY7jQgKvYujt7Mx5s4FCTfoL5dN1EVbnrn+O2Wvh8b0a77D57qoIDY7ghgmatR1A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.0.0.tgz", + "integrity": "sha512-CfC6CgN4u/ce+2+L1JdsHNyBd8yYjl4De2B2CBj2a9F7WuJ5RjV1ciuU7KDg8uyju+NRVllRgvJvxVUjCdkPiw==", "dependencies": { "@docusaurus/react-loadable": "5.5.2", - "@docusaurus/types": "2.4.1", + "@docusaurus/types": "3.0.0", "@types/history": "^4.7.11", "@types/react": "*", "@types/react-router-config": "*", @@ -2866,223 +2692,211 @@ "react-dom": "*" } }, - "node_modules/@docusaurus/module-type-aliases/node_modules/react-loadable": { - "name": "@docusaurus/react-loadable", - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz", - "integrity": "sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==", - "dependencies": { - "@types/react": "*", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": "*" - } - }, "node_modules/@docusaurus/plugin-content-blog": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.4.1.tgz", - "integrity": "sha512-E2i7Knz5YIbE1XELI6RlTnZnGgS52cUO4BlCiCUCvQHbR+s1xeIWz4C6BtaVnlug0Ccz7nFSksfwDpVlkujg5Q==", - "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/logger": "2.4.1", - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-common": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.0.0.tgz", + "integrity": "sha512-iA8Wc3tIzVnROJxrbIsU/iSfixHW16YeW9RWsBw7hgEk4dyGsip9AsvEDXobnRq3lVv4mfdgoS545iGWf1Ip9w==", + "dependencies": { + "@docusaurus/core": "3.0.0", + "@docusaurus/logger": "3.0.0", + "@docusaurus/mdx-loader": "3.0.0", + "@docusaurus/types": "3.0.0", + "@docusaurus/utils": "3.0.0", + "@docusaurus/utils-common": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", "cheerio": "^1.0.0-rc.12", "feed": "^4.2.2", - "fs-extra": "^10.1.0", + "fs-extra": "^11.1.1", "lodash": "^4.17.21", "reading-time": "^1.5.0", - "tslib": "^2.4.0", - "unist-util-visit": "^2.0.3", + "srcset": "^4.0.0", + "tslib": "^2.6.0", + "unist-util-visit": "^5.0.0", "utility-types": "^3.10.0", - "webpack": "^5.73.0" + "webpack": "^5.88.1" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/plugin-content-docs": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.4.1.tgz", - "integrity": "sha512-Lo7lSIcpswa2Kv4HEeUcGYqaasMUQNpjTXpV0N8G6jXgZaQurqp7E8NGYeGbDXnb48czmHWbzDL4S3+BbK0VzA==", - "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/logger": "2.4.1", - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/module-type-aliases": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "@types/react-router-config": "^5.0.6", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.0.0.tgz", + "integrity": "sha512-MFZsOSwmeJ6rvoZMLieXxPuJsA9M9vn7/mUZmfUzSUTeHAeq+fEqvLltFOxcj4DVVDTYlQhgWYd+PISIWgamKw==", + "dependencies": { + "@docusaurus/core": "3.0.0", + "@docusaurus/logger": "3.0.0", + "@docusaurus/mdx-loader": "3.0.0", + "@docusaurus/module-type-aliases": "3.0.0", + "@docusaurus/types": "3.0.0", + "@docusaurus/utils": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", + "@types/react-router-config": "^5.0.7", "combine-promises": "^1.1.0", - "fs-extra": "^10.1.0", - "import-fresh": "^3.3.0", + "fs-extra": "^11.1.1", "js-yaml": "^4.1.0", "lodash": "^4.17.21", - "tslib": "^2.4.0", + "tslib": "^2.6.0", "utility-types": "^3.10.0", - "webpack": "^5.73.0" + "webpack": "^5.88.1" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/plugin-content-pages": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.4.1.tgz", - "integrity": "sha512-/UjuH/76KLaUlL+o1OvyORynv6FURzjurSjvn2lbWTFc4tpYY2qLYTlKpTCBVPhlLUQsfyFnshEJDLmPneq2oA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.0.0.tgz", + "integrity": "sha512-EXYHXK2Ea1B5BUmM0DgSwaOYt8EMSzWtYUToNo62Q/EoWxYOQFdWglYnw3n7ZEGyw5Kog4LHaRwlazAdmDomvQ==", "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "fs-extra": "^10.1.0", - "tslib": "^2.4.0", - "webpack": "^5.73.0" + "@docusaurus/core": "3.0.0", + "@docusaurus/mdx-loader": "3.0.0", + "@docusaurus/types": "3.0.0", + "@docusaurus/utils": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", + "fs-extra": "^11.1.1", + "tslib": "^2.6.0", + "webpack": "^5.88.1" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/plugin-debug": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-2.4.1.tgz", - "integrity": "sha512-7Yu9UPzRShlrH/G8btOpR0e6INFZr0EegWplMjOqelIwAcx3PKyR8mgPTxGTxcqiYj6hxSCRN0D8R7YrzImwNA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.0.0.tgz", + "integrity": "sha512-gSV07HfQgnUboVEb3lucuVyv5pEoy33E7QXzzn++3kSc/NLEimkjXh3sSnTGOishkxCqlFV9BHfY/VMm5Lko5g==", "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "fs-extra": "^10.1.0", - "react-json-view": "^1.21.3", - "tslib": "^2.4.0" + "@docusaurus/core": "3.0.0", + "@docusaurus/types": "3.0.0", + "@docusaurus/utils": "3.0.0", + "@microlink/react-json-view": "^1.22.2", + "fs-extra": "^11.1.1", + "tslib": "^2.6.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/plugin-google-analytics": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.4.1.tgz", - "integrity": "sha512-dyZJdJiCoL+rcfnm0RPkLt/o732HvLiEwmtoNzOoz9MSZz117UH2J6U2vUDtzUzwtFLIf32KkeyzisbwUCgcaQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.0.0.tgz", + "integrity": "sha512-0zcLK8w+ohmSm1fjUQCqeRsjmQc0gflvXnaVA/QVVCtm2yCiBtkrSGQXqt4MdpD7Xq8mwo3qVd5nhIcvrcebqw==", "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "tslib": "^2.4.0" + "@docusaurus/core": "3.0.0", + "@docusaurus/types": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", + "tslib": "^2.6.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/plugin-google-gtag": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.4.1.tgz", - "integrity": "sha512-mKIefK+2kGTQBYvloNEKtDmnRD7bxHLsBcxgnbt4oZwzi2nxCGjPX6+9SQO2KCN5HZbNrYmGo5GJfMgoRvy6uA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.0.0.tgz", + "integrity": "sha512-asEKavw8fczUqvXu/s9kG2m1epLnHJ19W6CCCRZEmpnkZUZKiM8rlkDiEmxApwIc2JDDbIMk+Y2TMkJI8mInbQ==", "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "tslib": "^2.4.0" + "@docusaurus/core": "3.0.0", + "@docusaurus/types": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", + "@types/gtag.js": "^0.0.12", + "tslib": "^2.6.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/plugin-google-tag-manager": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-2.4.1.tgz", - "integrity": "sha512-Zg4Ii9CMOLfpeV2nG74lVTWNtisFaH9QNtEw48R5QE1KIwDBdTVaiSA18G1EujZjrzJJzXN79VhINSbOJO/r3g==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.0.0.tgz", + "integrity": "sha512-lytgu2eyn+7p4WklJkpMGRhwC29ezj4IjPPmVJ8vGzcSl6JkR1sADTHLG5xWOMuci420xZl9dGEiLTQ8FjCRyA==", "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "tslib": "^2.4.0" + "@docusaurus/core": "3.0.0", + "@docusaurus/types": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", + "tslib": "^2.6.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/plugin-sitemap": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.4.1.tgz", - "integrity": "sha512-lZx+ijt/+atQ3FVE8FOHV/+X3kuok688OydDXrqKRJyXBJZKgGjA2Qa8RjQ4f27V2woaXhtnyrdPop/+OjVMRg==", - "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/logger": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-common": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "fs-extra": "^10.1.0", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.0.0.tgz", + "integrity": "sha512-cfcONdWku56Oi7Hdus2uvUw/RKRRlIGMViiHLjvQ21CEsEqnQ297MRoIgjU28kL7/CXD/+OiANSq3T1ezAiMhA==", + "dependencies": { + "@docusaurus/core": "3.0.0", + "@docusaurus/logger": "3.0.0", + "@docusaurus/types": "3.0.0", + "@docusaurus/utils": "3.0.0", + "@docusaurus/utils-common": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", + "fs-extra": "^11.1.1", "sitemap": "^7.1.1", - "tslib": "^2.4.0" + "tslib": "^2.6.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/preset-classic": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-2.4.1.tgz", - "integrity": "sha512-P4//+I4zDqQJ+UDgoFrjIFaQ1MeS9UD1cvxVQaI6O7iBmiHQm0MGROP1TbE7HlxlDPXFJjZUK3x3cAoK63smGQ==", - "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/plugin-content-blog": "2.4.1", - "@docusaurus/plugin-content-docs": "2.4.1", - "@docusaurus/plugin-content-pages": "2.4.1", - "@docusaurus/plugin-debug": "2.4.1", - "@docusaurus/plugin-google-analytics": "2.4.1", - "@docusaurus/plugin-google-gtag": "2.4.1", - "@docusaurus/plugin-google-tag-manager": "2.4.1", - "@docusaurus/plugin-sitemap": "2.4.1", - "@docusaurus/theme-classic": "2.4.1", - "@docusaurus/theme-common": "2.4.1", - "@docusaurus/theme-search-algolia": "2.4.1", - "@docusaurus/types": "2.4.1" - }, - "engines": { - "node": ">=16.14" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.0.0.tgz", + "integrity": "sha512-90aOKZGZdi0+GVQV+wt8xx4M4GiDrBRke8NO8nWwytMEXNrxrBxsQYFRD1YlISLJSCiHikKf3Z/MovMnQpnZyg==", + "dependencies": { + "@docusaurus/core": "3.0.0", + "@docusaurus/plugin-content-blog": "3.0.0", + "@docusaurus/plugin-content-docs": "3.0.0", + "@docusaurus/plugin-content-pages": "3.0.0", + "@docusaurus/plugin-debug": "3.0.0", + "@docusaurus/plugin-google-analytics": "3.0.0", + "@docusaurus/plugin-google-gtag": "3.0.0", + "@docusaurus/plugin-google-tag-manager": "3.0.0", + "@docusaurus/plugin-sitemap": "3.0.0", + "@docusaurus/theme-classic": "3.0.0", + "@docusaurus/theme-common": "3.0.0", + "@docusaurus/theme-search-algolia": "3.0.0", + "@docusaurus/types": "3.0.0" + }, + "engines": { + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/react-loadable": { @@ -3098,159 +2912,159 @@ } }, "node_modules/@docusaurus/theme-classic": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-2.4.1.tgz", - "integrity": "sha512-Rz0wKUa+LTW1PLXmwnf8mn85EBzaGSt6qamqtmnh9Hflkc+EqiYMhtUJeLdV+wsgYq4aG0ANc+bpUDpsUhdnwg==", - "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/module-type-aliases": "2.4.1", - "@docusaurus/plugin-content-blog": "2.4.1", - "@docusaurus/plugin-content-docs": "2.4.1", - "@docusaurus/plugin-content-pages": "2.4.1", - "@docusaurus/theme-common": "2.4.1", - "@docusaurus/theme-translations": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-common": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "@mdx-js/react": "^1.6.22", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.0.0.tgz", + "integrity": "sha512-wWOHSrKMn7L4jTtXBsb5iEJ3xvTddBye5PjYBnWiCkTAlhle2yMdc4/qRXW35Ot+OV/VXu6YFG8XVUJEl99z0A==", + "dependencies": { + "@docusaurus/core": "3.0.0", + "@docusaurus/mdx-loader": "3.0.0", + "@docusaurus/module-type-aliases": "3.0.0", + "@docusaurus/plugin-content-blog": "3.0.0", + "@docusaurus/plugin-content-docs": "3.0.0", + "@docusaurus/plugin-content-pages": "3.0.0", + "@docusaurus/theme-common": "3.0.0", + "@docusaurus/theme-translations": "3.0.0", + "@docusaurus/types": "3.0.0", + "@docusaurus/utils": "3.0.0", + "@docusaurus/utils-common": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", + "@mdx-js/react": "^3.0.0", "clsx": "^1.2.1", - "copy-text-to-clipboard": "^3.0.1", + "copy-text-to-clipboard": "^3.2.0", "infima": "0.2.0-alpha.43", "lodash": "^4.17.21", "nprogress": "^0.2.0", - "postcss": "^8.4.14", - "prism-react-renderer": "^1.3.5", - "prismjs": "^1.28.0", - "react-router-dom": "^5.3.3", - "rtlcss": "^3.5.0", - "tslib": "^2.4.0", + "postcss": "^8.4.26", + "prism-react-renderer": "^2.1.0", + "prismjs": "^1.29.0", + "react-router-dom": "^5.3.4", + "rtlcss": "^4.1.0", + "tslib": "^2.6.0", "utility-types": "^3.10.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/theme-common": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.4.1.tgz", - "integrity": "sha512-G7Zau1W5rQTaFFB3x3soQoZpkgMbl/SYNG8PfMFIjKa3M3q8n0m/GRf5/H/e5BqOvt8c+ZWIXGCiz+kUCSHovA==", - "dependencies": { - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/module-type-aliases": "2.4.1", - "@docusaurus/plugin-content-blog": "2.4.1", - "@docusaurus/plugin-content-docs": "2.4.1", - "@docusaurus/plugin-content-pages": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-common": "2.4.1", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.0.0.tgz", + "integrity": "sha512-PahRpCLRK5owCMEqcNtUeTMOkTUCzrJlKA+HLu7f+8osYOni617YurXvHASCsSTxurjXaLz/RqZMnASnqATxIA==", + "dependencies": { + "@docusaurus/mdx-loader": "3.0.0", + "@docusaurus/module-type-aliases": "3.0.0", + "@docusaurus/plugin-content-blog": "3.0.0", + "@docusaurus/plugin-content-docs": "3.0.0", + "@docusaurus/plugin-content-pages": "3.0.0", + "@docusaurus/utils": "3.0.0", + "@docusaurus/utils-common": "3.0.0", "@types/history": "^4.7.11", "@types/react": "*", "@types/react-router-config": "*", "clsx": "^1.2.1", "parse-numeric-range": "^1.3.0", - "prism-react-renderer": "^1.3.5", - "tslib": "^2.4.0", - "use-sync-external-store": "^1.2.0", + "prism-react-renderer": "^2.1.0", + "tslib": "^2.6.0", "utility-types": "^3.10.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/theme-search-algolia": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.4.1.tgz", - "integrity": "sha512-6BcqW2lnLhZCXuMAvPRezFs1DpmEKzXFKlYjruuas+Xy3AQeFzDJKTJFIm49N77WFCTyxff8d3E4Q9pi/+5McQ==", - "dependencies": { - "@docsearch/react": "^3.1.1", - "@docusaurus/core": "2.4.1", - "@docusaurus/logger": "2.4.1", - "@docusaurus/plugin-content-docs": "2.4.1", - "@docusaurus/theme-common": "2.4.1", - "@docusaurus/theme-translations": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "algoliasearch": "^4.13.1", - "algoliasearch-helper": "^3.10.0", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.0.0.tgz", + "integrity": "sha512-PyMUNIS9yu0dx7XffB13ti4TG47pJq3G2KE/INvOFb6M0kWh+wwCnucPg4WAOysHOPh+SD9fjlXILoLQstgEIA==", + "dependencies": { + "@docsearch/react": "^3.5.2", + "@docusaurus/core": "3.0.0", + "@docusaurus/logger": "3.0.0", + "@docusaurus/plugin-content-docs": "3.0.0", + "@docusaurus/theme-common": "3.0.0", + "@docusaurus/theme-translations": "3.0.0", + "@docusaurus/utils": "3.0.0", + "@docusaurus/utils-validation": "3.0.0", + "algoliasearch": "^4.18.0", + "algoliasearch-helper": "^3.13.3", "clsx": "^1.2.1", - "eta": "^2.0.0", - "fs-extra": "^10.1.0", + "eta": "^2.2.0", + "fs-extra": "^11.1.1", "lodash": "^4.17.21", - "tslib": "^2.4.0", + "tslib": "^2.6.0", "utility-types": "^3.10.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/theme-translations": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-2.4.1.tgz", - "integrity": "sha512-T1RAGP+f86CA1kfE8ejZ3T3pUU3XcyvrGMfC/zxCtc2BsnoexuNI9Vk2CmuKCb+Tacvhxjv5unhxXce0+NKyvA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.0.0.tgz", + "integrity": "sha512-p/H3+5LdnDtbMU+csYukA6601U1ld2v9knqxGEEV96qV27HsHfP63J9Ta2RBZUrNhQAgrwFzIc9GdDO8P1Baag==", "dependencies": { - "fs-extra": "^10.1.0", - "tslib": "^2.4.0" + "fs-extra": "^11.1.1", + "tslib": "^2.6.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" } }, "node_modules/@docusaurus/types": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-2.4.1.tgz", - "integrity": "sha512-0R+cbhpMkhbRXX138UOc/2XZFF8hiZa6ooZAEEJFp5scytzCw4tC1gChMFXrpa3d2tYE6AX8IrOEpSonLmfQuQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.0.0.tgz", + "integrity": "sha512-Qb+l/hmCOVemReuzvvcFdk84bUmUFyD0Zi81y651ie3VwMrXqC7C0E7yZLKMOsLj/vkqsxHbtkAuYMI89YzNzg==", "dependencies": { "@types/history": "^4.7.11", "@types/react": "*", "commander": "^5.1.0", - "joi": "^17.6.0", + "joi": "^17.9.2", "react-helmet-async": "^1.3.0", "utility-types": "^3.10.0", - "webpack": "^5.73.0", - "webpack-merge": "^5.8.0" + "webpack": "^5.88.1", + "webpack-merge": "^5.9.0" }, "peerDependencies": { - "react": "^16.8.4 || ^17.0.0", - "react-dom": "^16.8.4 || ^17.0.0" + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, "node_modules/@docusaurus/utils": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-2.4.1.tgz", - "integrity": "sha512-1lvEZdAQhKNht9aPXPoh69eeKnV0/62ROhQeFKKxmzd0zkcuE/Oc5Gpnt00y/f5bIsmOsYMY7Pqfm/5rteT5GA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.0.0.tgz", + "integrity": "sha512-JwGjh5mtjG9XIAESyPxObL6CZ6LO/yU4OSTpq7Q0x+jN25zi/AMbvLjpSyZzWy+qm5uQiFiIhqFaOxvy+82Ekg==", "dependencies": { - "@docusaurus/logger": "2.4.1", - "@svgr/webpack": "^6.2.1", + "@docusaurus/logger": "3.0.0", + "@svgr/webpack": "^6.5.1", "escape-string-regexp": "^4.0.0", "file-loader": "^6.2.0", - "fs-extra": "^10.1.0", - "github-slugger": "^1.4.0", + "fs-extra": "^11.1.1", + "github-slugger": "^1.5.0", "globby": "^11.1.0", "gray-matter": "^4.0.3", + "jiti": "^1.20.0", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "micromatch": "^4.0.5", "resolve-pathname": "^3.0.0", "shelljs": "^0.8.5", - "tslib": "^2.4.0", + "tslib": "^2.6.0", "url-loader": "^4.1.1", - "webpack": "^5.73.0" + "webpack": "^5.88.1" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { "@docusaurus/types": "*" @@ -3262,14 +3076,14 @@ } }, "node_modules/@docusaurus/utils-common": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-2.4.1.tgz", - "integrity": "sha512-bCVGdZU+z/qVcIiEQdyx0K13OC5mYwxhSuDUR95oFbKVuXYRrTVrwZIqQljuo1fyJvFTKHiL9L9skQOPokuFNQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.0.0.tgz", + "integrity": "sha512-7iJWAtt4AHf4PFEPlEPXko9LZD/dbYnhLe0q8e3GRK1EXZyRASah2lznpMwB3lLmVjq/FR6ZAKF+E0wlmL5j0g==", "dependencies": { - "tslib": "^2.4.0" + "tslib": "^2.6.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" }, "peerDependencies": { "@docusaurus/types": "*" @@ -3281,18 +3095,18 @@ } }, "node_modules/@docusaurus/utils-validation": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-2.4.1.tgz", - "integrity": "sha512-unII3hlJlDwZ3w8U+pMO3Lx3RhI4YEbY3YNsQj4yzrkZzlpqZOLuAiZK2JyULnD+TKbceKU0WyWkQXtYbLNDFA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.0.0.tgz", + "integrity": "sha512-MlIGUspB/HBW5CYgHvRhmkZbeMiUWKbyVoCQYvbGN8S19SSzVgzyy97KRpcjCOYYeEdkhmRCUwFBJBlLg3IoNQ==", "dependencies": { - "@docusaurus/logger": "2.4.1", - "@docusaurus/utils": "2.4.1", - "joi": "^17.6.0", + "@docusaurus/logger": "3.0.0", + "@docusaurus/utils": "3.0.0", + "joi": "^17.9.2", "js-yaml": "^4.1.0", - "tslib": "^2.4.0" + "tslib": "^2.6.0" }, "engines": { - "node": ">=16.14" + "node": ">=18.0" } }, "node_modules/@docusaurus/utils/node_modules/@svgr/babel-plugin-add-jsx-attribute": { @@ -3622,6 +3436,14 @@ "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" }, + "node_modules/@docusaurus/utils/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@docusaurus/utils/node_modules/svgo": { "version": "2.8.0", "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", @@ -3656,22 +3478,22 @@ } }, "node_modules/@jest/schemas": { - "version": "29.4.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz", - "integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", "dependencies": { - "@sinclair/typebox": "^0.25.16" + "@sinclair/typebox": "^0.27.8" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/types": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz", - "integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", "dependencies": { - "@jest/schemas": "^29.4.3", + "@jest/schemas": "^29.6.3", "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", "@types/node": "*", @@ -3696,9 +3518,9 @@ } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", "engines": { "node": ">=6.0.0" } @@ -3712,26 +3534,26 @@ } }, "node_modules/@jridgewell/source-map": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.3.tgz", - "integrity": "sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", "dependencies": { "@jridgewell/gen-mapping": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.9" } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.18", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", - "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", + "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "node_modules/@leichtgewicht/ip-codec": { @@ -3740,111 +3562,80 @@ "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" }, "node_modules/@mdx-js/mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz", - "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==", - "dependencies": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-3.0.0.tgz", + "integrity": "sha512-Icm0TBKBLYqroYbNW3BPnzMGn+7mwpQOK310aZ7+fkCtiU3aqv2cdcX+nd0Ydo3wI5Rx8bX2Z2QmGb/XcAClCw==", + "dependencies": { + "@types/estree": "^1.0.0", + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^3.0.0", + "@types/mdx": "^2.0.0", + "collapse-white-space": "^2.0.0", + "devlop": "^1.0.0", + "estree-util-build-jsx": "^3.0.0", + "estree-util-is-identifier-name": "^3.0.0", + "estree-util-to-js": "^2.0.0", + "estree-walker": "^3.0.0", + "hast-util-to-estree": "^3.0.0", + "hast-util-to-jsx-runtime": "^2.0.0", + "markdown-extensions": "^2.0.0", + "periscopic": "^3.0.0", + "remark-mdx": "^3.0.0", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.0.0", + "source-map": "^0.7.0", + "unified": "^11.0.0", + "unist-util-position-from-estree": "^2.0.0", + "unist-util-stringify-position": "^4.0.0", + "unist-util-visit": "^5.0.0", + "vfile": "^6.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/@mdx-js/mdx/node_modules/@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "engines": { - "node": ">=6.9.0" + "node_modules/@mdx-js/react": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.0.0.tgz", + "integrity": "sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==", + "dependencies": { + "@types/mdx": "^2.0.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/babel" + "url": "https://opencollective.com/unified" + }, + "peerDependencies": { + "@types/react": ">=16", + "react": ">=16" } }, - "node_modules/@mdx-js/mdx/node_modules/@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", + "node_modules/@microlink/react-json-view": { + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/@microlink/react-json-view/-/react-json-view-1.23.0.tgz", + "integrity": "sha512-HYJ1nsfO4/qn8afnAMhuk7+5a1vcjEaS8Gm5Vpr1SqdHDY0yLBJGpA+9DvKyxyVKaUkXzKXt3Mif9RcmFSdtYg==", "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" + "flux": "~4.0.1", + "react-base16-styling": "~0.6.0", + "react-lifecycles-compat": "~3.0.4", + "react-textarea-autosize": "~8.3.2" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@mdx-js/mdx/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@mdx-js/mdx/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "engines": { - "node": ">=0.10.0" + "react": ">= 15", + "react-dom": ">= 15" } }, - "node_modules/@mdx-js/react": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz", - "integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "node_modules/@microlink/react-json-view/node_modules/flux": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/flux/-/flux-4.0.4.tgz", + "integrity": "sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==", + "dependencies": { + "fbemitter": "^3.0.0", + "fbjs": "^3.0.1" }, "peerDependencies": { - "react": "^16.13.1 || ^17.0.0" - } - }, - "node_modules/@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", - "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "react": "^15.0.2 || ^16.0.0 || ^17.0.0" } }, "node_modules/@nodelib/fs.scandir": { @@ -3879,10 +3670,47 @@ "node": ">= 8" } }, + "node_modules/@pnpm/config.env-replace": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz", + "integrity": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==", + "engines": { + "node": ">=12.22.0" + } + }, + "node_modules/@pnpm/network.ca-file": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@pnpm/network.ca-file/-/network.ca-file-1.0.2.tgz", + "integrity": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==", + "dependencies": { + "graceful-fs": "4.2.10" + }, + "engines": { + "node": ">=12.22.0" + } + }, + "node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "node_modules/@pnpm/npm-conf": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@pnpm/npm-conf/-/npm-conf-2.2.2.tgz", + "integrity": "sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==", + "dependencies": { + "@pnpm/config.env-replace": "^1.1.0", + "@pnpm/network.ca-file": "^1.0.1", + "config-chain": "^1.1.11" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@polka/url": { - "version": "1.0.0-next.21", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", - "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==" + "version": "1.0.0-next.23", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.23.tgz", + "integrity": "sha512-C16M+IYz0rgRhWZdCmK+h58JMv8vijAA61gmz2rspCSwKwzBebpdcsiUmwrtJRdphuY30i6BSLEOP8ppbNLyLg==" }, "node_modules/@sideway/address": { "version": "4.1.4", @@ -3903,16 +3731,29 @@ "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" }, "node_modules/@sinclair/typebox": { - "version": "0.25.24", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz", - "integrity": "sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==" + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" }, "node_modules/@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", - "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-6.1.0.tgz", + "integrity": "sha512-BuvU07zq3tQ/2SIgBsEuxKYDyDjC0n7Zir52bpHy2xnBbW81+po43aLFPLbeV3HRAheFbGud1qgcqSYfhtHMAg==", "engines": { - "node": ">=6" + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sindresorhus/is?sponsor=1" + } + }, + "node_modules/@slorber/remark-comment": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@slorber/remark-comment/-/remark-comment-1.0.0.tgz", + "integrity": "sha512-RCE24n7jsOj1M0UPvIQCHTe7fI0sFL4S2nwKVWwHyVr/wI/H8GosgsJGyhnsZoGFnD/P2hLf1mSbrrgSLN93NA==", + "dependencies": { + "micromark-factory-space": "^1.0.0", + "micromark-util-character": "^1.1.0", + "micromark-util-symbol": "^1.0.1" } }, "node_modules/@slorber/static-site-generator-webpack-plugin": { @@ -4019,9 +3860,9 @@ } }, "node_modules/@svgr/babel-plugin-transform-react-native-svg": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.0.0.tgz", - "integrity": "sha512-UKrY3860AQICgH7g+6h2zkoxeVEPLYwX/uAjmqo4PIq2FIHppwhIqZstIyTz0ZtlwreKR41O3W3BzsBBiJV2Aw==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.1.0.tgz", + "integrity": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==", "engines": { "node": ">=14" }, @@ -4049,9 +3890,9 @@ } }, "node_modules/@svgr/babel-preset": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.0.0.tgz", - "integrity": "sha512-KLcjiZychInVrhs86OvcYPLTFu9L5XV2vj0XAaE1HwE3J3jLmIzRY8ttdeAg/iFyp8nhavJpafpDZTt+1LIpkQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.1.0.tgz", + "integrity": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==", "dependencies": { "@svgr/babel-plugin-add-jsx-attribute": "8.0.0", "@svgr/babel-plugin-remove-jsx-attribute": "8.0.0", @@ -4059,7 +3900,7 @@ "@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0", "@svgr/babel-plugin-svg-dynamic-title": "8.0.0", "@svgr/babel-plugin-svg-em-dimensions": "8.0.0", - "@svgr/babel-plugin-transform-react-native-svg": "8.0.0", + "@svgr/babel-plugin-transform-react-native-svg": "8.1.0", "@svgr/babel-plugin-transform-svg-component": "8.0.0" }, "engines": { @@ -4074,12 +3915,12 @@ } }, "node_modules/@svgr/core": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.0.0.tgz", - "integrity": "sha512-aJKtc+Pie/rFYsVH/unSkDaZGvEeylNv/s2cP+ta9/rYWxRVvoV/S4Qw65Kmrtah4CBK5PM6ISH9qUH7IJQCng==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.1.0.tgz", + "integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==", "dependencies": { "@babel/core": "^7.21.3", - "@svgr/babel-preset": "8.0.0", + "@svgr/babel-preset": "8.1.0", "camelcase": "^6.2.0", "cosmiconfig": "^8.1.3", "snake-case": "^3.0.4" @@ -4109,12 +3950,12 @@ } }, "node_modules/@svgr/plugin-jsx": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-8.0.1.tgz", - "integrity": "sha512-bfCFb+4ZsM3UuKP2t7KmDwn6YV8qVn9HIQJmau6xeQb/iV65Rpi7NBNBWA2hcCd4GKoCqG8hpaaDk5FDR0eH+g==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-8.1.0.tgz", + "integrity": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==", "dependencies": { "@babel/core": "^7.21.3", - "@svgr/babel-preset": "8.0.0", + "@svgr/babel-preset": "8.1.0", "@svgr/hast-util-to-babel-ast": "8.0.0", "svg-parser": "^2.0.4" }, @@ -4130,9 +3971,9 @@ } }, "node_modules/@svgr/plugin-svgo": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-8.0.1.tgz", - "integrity": "sha512-29OJ1QmJgnohQHDAgAuY2h21xWD6TZiXji+hnx+W635RiXTAlHTbjrZDktfqzkN0bOeQEtNe+xgq73/XeWFfSg==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-8.1.0.tgz", + "integrity": "sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==", "dependencies": { "cosmiconfig": "^8.1.3", "deepmerge": "^4.3.1", @@ -4150,18 +3991,18 @@ } }, "node_modules/@svgr/webpack": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-8.0.1.tgz", - "integrity": "sha512-zSoeKcbCmfMXjA11uDuCJb+1LWNb3vy6Qw/VHj0Nfcl3UuqwuoZWknHsBIhCWvi4wU9vPui3aq054qjVyZqY4A==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-8.1.0.tgz", + "integrity": "sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==", "dependencies": { "@babel/core": "^7.21.3", "@babel/plugin-transform-react-constant-elements": "^7.21.3", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.0", - "@svgr/core": "8.0.0", - "@svgr/plugin-jsx": "8.0.1", - "@svgr/plugin-svgo": "8.0.1" + "@svgr/core": "8.1.0", + "@svgr/plugin-jsx": "8.1.0", + "@svgr/plugin-svgo": "8.1.0" }, "engines": { "node": ">=14" @@ -4172,14 +4013,14 @@ } }, "node_modules/@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", - "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz", + "integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==", "dependencies": { - "defer-to-connect": "^1.0.1" + "defer-to-connect": "^2.0.1" }, "engines": { - "node": ">=6" + "node": ">=14.16" } }, "node_modules/@trysound/sax": { @@ -4190,67 +4031,91 @@ "node": ">=10.13.0" } }, + "node_modules/@types/acorn": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz", + "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==", + "dependencies": { + "@types/estree": "*" + } + }, "node_modules/@types/body-parser": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", - "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", "dependencies": { "@types/connect": "*", "@types/node": "*" } }, "node_modules/@types/bonjour": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz", - "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", + "version": "3.5.13", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/connect": { - "version": "3.4.35", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", - "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/connect-history-api-fallback": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz", - "integrity": "sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.3.tgz", + "integrity": "sha512-6mfQ6iNvhSKCZJoY6sIG3m0pKkdUcweVNOLuBBKvoWGzl2yRxOJcYOTRyLKt3nxXvBLJWa6QkW//tgbIwJehmA==", "dependencies": { "@types/express-serve-static-core": "*", "@types/node": "*" } }, + "node_modules/@types/debug": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", + "dependencies": { + "@types/ms": "*" + } + }, "node_modules/@types/eslint": { - "version": "8.40.2", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.40.2.tgz", - "integrity": "sha512-PRVjQ4Eh9z9pmmtaq8nTjZjQwKFk7YIHIud3lRoKRBgUQjgjRmoGxxGEPXQkF+lH7QkHJRNr5F4aBgYCW0lqpQ==", + "version": "8.44.7", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.7.tgz", + "integrity": "sha512-f5ORu2hcBbKei97U73mf+l9t4zTGl74IqZ0GQk4oVea/VS8tQZYkUveSYojk+frraAVYId0V2WC9O4PTNru2FQ==", "dependencies": { "@types/estree": "*", "@types/json-schema": "*" } }, "node_modules/@types/eslint-scope": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "dependencies": { "@types/eslint": "*", "@types/estree": "*" } }, "node_modules/@types/estree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", - "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" + }, + "node_modules/@types/estree-jsx": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.3.tgz", + "integrity": "sha512-pvQ+TKeRHeiUGRhvYwRrQ/ISnohKkSJR14fT2yqyZ4e9K5vqc7hrtY2Y1Dw0ZwAzQ6DQsxsaCUuSIIi8v0Cq6w==", + "dependencies": { + "@types/estree": "*" + } }, "node_modules/@types/express": { - "version": "4.17.17", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz", - "integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^4.17.33", @@ -4259,9 +4124,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.17.35", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.35.tgz", - "integrity": "sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==", + "version": "4.17.41", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz", + "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==", "dependencies": { "@types/node": "*", "@types/qs": "*", @@ -4269,10 +4134,15 @@ "@types/send": "*" } }, + "node_modules/@types/gtag.js": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@types/gtag.js/-/gtag.js-0.0.12.tgz", + "integrity": "sha512-YQV9bUsemkzG81Ea295/nF/5GijnD2Af7QhEofh7xu+kvCN6RdodgNwwGWXB5GMI3NoyvQo0odNctoH/qLMIpg==" + }, "node_modules/@types/hast": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.2.tgz", - "integrity": "sha512-Op5W7jYgZI7AWKY5wQ0/QNMzQM7dGQPyW1rXKNiymVCy5iTfdPuGu4HhYNOM2sIv8gUfIuIdcYlXmAepwaowow==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.3.tgz", + "integrity": "sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==", "dependencies": { "@types/unist": "*" } @@ -4287,92 +4157,123 @@ "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" }, + "node_modules/@types/http-cache-semantics": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", + "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==" + }, "node_modules/@types/http-errors": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.1.tgz", - "integrity": "sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==" }, "node_modules/@types/http-proxy": { - "version": "1.17.11", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.11.tgz", - "integrity": "sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==", + "version": "1.17.14", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", + "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" }, "node_modules/@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", "dependencies": { "@types/istanbul-lib-coverage": "*" } }, "node_modules/@types/istanbul-reports": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", "dependencies": { "@types/istanbul-lib-report": "*" } }, "node_modules/@types/json-schema": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", - "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" }, "node_modules/@types/mdast": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.11.tgz", - "integrity": "sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz", + "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==", "dependencies": { "@types/unist": "*" } }, + "node_modules/@types/mdx": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.10.tgz", + "integrity": "sha512-Rllzc5KHk0Al5/WANwgSPl1/CwjqCy+AZrGd78zuK+jO9aDM6ffblZ+zIjgPNAaEBmlO0RYDvLNh7wD0zKVgEg==" + }, "node_modules/@types/mime": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", - "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" + }, + "node_modules/@types/ms": { + "version": "0.7.34", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", + "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/node": { - "version": "17.0.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", - "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" + "version": "20.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz", + "integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==", + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/node-forge": { + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.9.tgz", + "integrity": "sha512-meK88cx/sTalPSLSoCzkiUB4VPIFHmxtXm5FaaqRDqBX2i/Sy8bJ4odsan0b20RBjPh06dAQ+OTTdnyQyhJZyQ==", + "dependencies": { + "@types/node": "*" + } }, "node_modules/@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" }, "node_modules/@types/parse5": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz", "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==" }, + "node_modules/@types/prismjs": { + "version": "1.26.3", + "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.3.tgz", + "integrity": "sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==" + }, "node_modules/@types/prop-types": { - "version": "15.7.4", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz", - "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==" + "version": "15.7.10", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.10.tgz", + "integrity": "sha512-mxSnDQxPqsZxmeShFH+uwQ4kO4gcJcGahjjMFeLbKE95IAZiiZyiEepGZjtXJ7hN/yfu0bu9xN2ajcU0JcxX6A==" }, "node_modules/@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" + "version": "6.9.10", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.10.tgz", + "integrity": "sha512-3Gnx08Ns1sEoCrWssEgTSJs/rsT2vhGP+Ja9cnnk9k4ALxinORlQneLXFeFKOTJMOeZUFD1s7w+w2AphTpvzZw==" }, "node_modules/@types/range-parser": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", - "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" }, "node_modules/@types/react": { - "version": "17.0.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.14.tgz", - "integrity": "sha512-0WwKHUbWuQWOce61UexYuWTGuGY/8JvtUe/dtQ6lR4sZ3UiylHotJeWpf3ArP9+DSGUoLY3wbU59VyMrJps5VQ==", + "version": "18.2.37", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", + "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -4389,9 +4290,9 @@ } }, "node_modules/@types/react-router-config": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@types/react-router-config/-/react-router-config-5.0.7.tgz", - "integrity": "sha512-pFFVXUIydHlcJP6wJm7sDii5mD/bCmmAY0wQzq+M+uX7bqS95AQqHZWP1iNMKrWVQSuHIzj5qi9BvrtLX2/T4w==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/@types/react-router-config/-/react-router-config-5.0.10.tgz", + "integrity": "sha512-Wn6c/tXdEgi9adCMtDwx8Q2vGty6TsPTc/wCQQ9kAlye8UqFxj0vGFWWuhywNfkwqth+SOgJxQTLTZukrqDQmQ==", "dependencies": { "@types/history": "^4.7.11", "@types/react": "*", @@ -4414,39 +4315,39 @@ "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" }, "node_modules/@types/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", + "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/scheduler": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.6.tgz", + "integrity": "sha512-Vlktnchmkylvc9SnwwwozTv04L/e1NykF5vgoQ0XTmI8DD+wxfjQuHuvHS3p0r2jz2x2ghPs2h1FVeDirIteWA==" }, "node_modules/@types/send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.1.tgz", - "integrity": "sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==", + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", "dependencies": { "@types/mime": "^1", "@types/node": "*" } }, "node_modules/@types/serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", "dependencies": { "@types/express": "*" } }, "node_modules/@types/serve-static": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.2.tgz", - "integrity": "sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==", + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", + "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", "dependencies": { "@types/http-errors": "*", "@types/mime": "*", @@ -4454,38 +4355,43 @@ } }, "node_modules/@types/sockjs": { - "version": "0.3.33", - "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz", - "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", + "version": "0.3.36", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/unist": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.5.tgz", - "integrity": "sha512-wnra4Vw9dopnuybR6HBywJ/URYpYrKLoepBTEtgfJup8Ahoi2zJECPP2cwiXp7btTvOT2CULv87aQRA4eZSP6g==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", + "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" }, "node_modules/@types/ws": { - "version": "8.5.5", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.5.tgz", - "integrity": "sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==", + "version": "8.5.9", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.9.tgz", + "integrity": "sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==", "dependencies": { "@types/node": "*" } }, "node_modules/@types/yargs": { - "version": "17.0.24", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", - "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "version": "17.0.31", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.31.tgz", + "integrity": "sha512-bocYSx4DI8TmdlvxqGpVNXOgCNR1Jj0gNPhhAY+iz1rgKDAaYrAYdFYnhDV1IFuiuVc9HkOwyDcFxaTElF3/wg==", "dependencies": { "@types/yargs-parser": "*" } }, "node_modules/@types/yargs-parser": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", - "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" + }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" }, "node_modules/@webassemblyjs/ast": { "version": "1.11.6", @@ -4645,10 +4551,29 @@ "node": ">= 0.6" } }, + "node_modules/accepts/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/accepts/node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/acorn": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz", - "integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", "bin": { "acorn": "bin/acorn" }, @@ -4664,20 +4589,28 @@ "acorn": "^8" } }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, "node_modules/acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.0.tgz", + "integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==", "engines": { "node": ">=0.4.0" } }, "node_modules/address": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz", - "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", + "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", "engines": { - "node": ">= 0.12.0" + "node": ">= 10.0.0" } }, "node_modules/aggregate-error": { @@ -4693,13 +4626,13 @@ } }, "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dependencies": { "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", "uri-js": "^4.2.2" }, "funding": { @@ -4723,59 +4656,42 @@ } } }, - "node_modules/ajv-formats/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "fast-deep-equal": "^3.1.3" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", "peerDependencies": { - "ajv": "^6.9.1" + "ajv": "^8.8.2" } }, "node_modules/algoliasearch": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.18.0.tgz", - "integrity": "sha512-pCuVxC1SVcpc08ENH32T4sLKSyzoU7TkRIDBMwSLfIiW+fq4znOmWDkAygHZ6pRcO9I1UJdqlfgnV7TRj+MXrA==", - "dependencies": { - "@algolia/cache-browser-local-storage": "4.18.0", - "@algolia/cache-common": "4.18.0", - "@algolia/cache-in-memory": "4.18.0", - "@algolia/client-account": "4.18.0", - "@algolia/client-analytics": "4.18.0", - "@algolia/client-common": "4.18.0", - "@algolia/client-personalization": "4.18.0", - "@algolia/client-search": "4.18.0", - "@algolia/logger-common": "4.18.0", - "@algolia/logger-console": "4.18.0", - "@algolia/requester-browser-xhr": "4.18.0", - "@algolia/requester-common": "4.18.0", - "@algolia/requester-node-http": "4.18.0", - "@algolia/transporter": "4.18.0" + "version": "4.20.0", + "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.20.0.tgz", + "integrity": "sha512-y+UHEjnOItoNy0bYO+WWmLWBlPwDjKHW6mNHrPi0NkuhpQOOEbrkwQH/wgKFDLh7qlKjzoKeiRtlpewDPDG23g==", + "dependencies": { + "@algolia/cache-browser-local-storage": "4.20.0", + "@algolia/cache-common": "4.20.0", + "@algolia/cache-in-memory": "4.20.0", + "@algolia/client-account": "4.20.0", + "@algolia/client-analytics": "4.20.0", + "@algolia/client-common": "4.20.0", + "@algolia/client-personalization": "4.20.0", + "@algolia/client-search": "4.20.0", + "@algolia/logger-common": "4.20.0", + "@algolia/logger-console": "4.20.0", + "@algolia/requester-browser-xhr": "4.20.0", + "@algolia/requester-common": "4.20.0", + "@algolia/requester-node-http": "4.20.0", + "@algolia/transporter": "4.20.0" } }, "node_modules/algoliasearch-helper": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.13.3.tgz", - "integrity": "sha512-jhbbuYZ+fheXpaJlqdJdFa1jOsrTWKmRRTYDM3oVTto5VodZzM7tT+BHzslAotaJf/81CKrm6yLRQn8WIr/K4A==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.15.0.tgz", + "integrity": "sha512-DGUnK3TGtDQsaUE4ayF/LjSN0DGsuYThB8WBgnnDY0Wq04K6lNVruO3LfqJOgSfDiezp+Iyt8Tj4YKHi+/ivSA==", "dependencies": { "@algolia/events": "^4.0.1" }, @@ -4791,6 +4707,24 @@ "string-width": "^4.1.0" } }, + "node_modules/ansi-align/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/ansi-align/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/ansi-html-community": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", @@ -4825,9 +4759,9 @@ } }, "node_modules/anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -4869,6 +4803,19 @@ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" }, + "node_modules/astring": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz", + "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==", + "bin": { + "astring": "bin/astring" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, "node_modules/at-least-node": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", @@ -4886,9 +4833,9 @@ } }, "node_modules/autoprefixer": { - "version": "10.4.14", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz", - "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==", + "version": "10.4.16", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", + "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", "funding": [ { "type": "opencollective", @@ -4897,12 +4844,16 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], "dependencies": { - "browserslist": "^4.21.5", - "caniuse-lite": "^1.0.30001464", - "fraction.js": "^4.2.0", + "browserslist": "^4.21.10", + "caniuse-lite": "^1.0.30001538", + "fraction.js": "^4.3.6", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", "postcss-value-parser": "^4.2.0" @@ -4918,52 +4869,31 @@ } }, "node_modules/axios": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", - "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", + "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", "dependencies": { - "follow-redirects": "^1.14.7" + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "node_modules/babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz", + "integrity": "sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==", "dependencies": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" + "find-cache-dir": "^4.0.0", + "schema-utils": "^4.0.0" }, "engines": { - "node": ">= 8.9" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "webpack": ">=2" - } - }, - "node_modules/babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==", - "dependencies": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "node": ">= 14.15.0" }, "peerDependencies": { - "@babel/core": "^7.11.6" + "@babel/core": "^7.12.0", + "webpack": ">=5" } }, - "node_modules/babel-plugin-apply-mdx-type-prop/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" - }, "node_modules/babel-plugin-dynamic-import-node": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", @@ -4972,71 +4902,54 @@ "object.assign": "^4.1.0" } }, - "node_modules/babel-plugin-extract-import-names": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz", - "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==", - "dependencies": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/babel-plugin-extract-import-names/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" - }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz", - "integrity": "sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==", + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz", + "integrity": "sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==", "dependencies": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.4.0", - "semver": "^6.1.1" + "@babel/compat-data": "^7.22.6", + "@babel/helper-define-polyfill-provider": "^0.4.3", + "semver": "^6.3.1" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz", - "integrity": "sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==", + "version": "0.8.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.6.tgz", + "integrity": "sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.4.0", - "core-js-compat": "^3.30.1" + "@babel/helper-define-polyfill-provider": "^0.4.3", + "core-js-compat": "^3.33.1" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz", - "integrity": "sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.3.tgz", + "integrity": "sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.4.0" + "@babel/helper-define-polyfill-provider": "^0.4.3" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", - "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", + "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5140,24 +5053,24 @@ "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" }, "node_modules/boxen": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.0.1.tgz", - "integrity": "sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-6.2.1.tgz", + "integrity": "sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==", "dependencies": { - "ansi-align": "^3.0.0", + "ansi-align": "^3.0.1", "camelcase": "^6.2.0", - "chalk": "^4.1.0", - "cli-boxes": "^2.2.1", - "string-width": "^4.2.0", - "type-fest": "^0.20.2", - "widest-line": "^3.1.0", - "wrap-ansi": "^7.0.0" + "chalk": "^4.1.2", + "cli-boxes": "^3.0.0", + "string-width": "^5.0.1", + "type-fest": "^2.5.0", + "widest-line": "^4.0.1", + "wrap-ansi": "^8.0.1" }, "engines": { - "node": ">=10" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -5184,9 +5097,9 @@ } }, "node_modules/browserslist": { - "version": "4.21.9", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.9.tgz", - "integrity": "sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==", + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", + "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", "funding": [ { "type": "opencollective", @@ -5202,10 +5115,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001503", - "electron-to-chromium": "^1.4.431", - "node-releases": "^2.0.12", - "update-browserslist-db": "^1.0.11" + "caniuse-lite": "^1.0.30001541", + "electron-to-chromium": "^1.4.535", + "node-releases": "^2.0.13", + "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" @@ -5222,65 +5135,55 @@ "node_modules/bytes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", "engines": { "node": ">= 0.8" } }, - "node_modules/cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", - "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", - "dependencies": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, + "node_modules/cacheable-lookup": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz", + "integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==", "engines": { - "node": ">=8" + "node": ">=14.16" } }, - "node_modules/cacheable-request/node_modules/get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "node_modules/cacheable-request": { + "version": "10.2.14", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz", + "integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==", "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=8" + "@types/http-cache-semantics": "^4.0.2", + "get-stream": "^6.0.1", + "http-cache-semantics": "^4.1.1", + "keyv": "^4.5.3", + "mimic-response": "^4.0.0", + "normalize-url": "^8.0.0", + "responselike": "^3.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cacheable-request/node_modules/lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", "engines": { - "node": ">=8" + "node": ">=14.16" } }, "node_modules/cacheable-request/node_modules/normalize-url": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", - "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz", + "integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==", "engines": { - "node": ">=8" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz", + "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==", "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.1", + "set-function-length": "^1.1.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -5304,9 +5207,9 @@ } }, "node_modules/camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", - "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "engines": { "node": ">=10" }, @@ -5314,14 +5217,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "engines": { - "node": ">= 6" - } - }, "node_modules/caniuse-api": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", @@ -5334,9 +5229,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001508", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001508.tgz", - "integrity": "sha512-sdQZOJdmt3GJs1UMNpCCCyeuS2IEGLXnHyAo9yIO5JJDjbjoVRij4M1qep6P6gFpptD1PqIYgzM+gwJbOi92mw==", + "version": "1.0.30001563", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001563.tgz", + "integrity": "sha512-na2WUmOxnwIZtwnFI2CZ/3er0wdNzU7hN+cPYz/z2ajHThnkWjNBOpEPP4n+4r2WPM847JaMotaJE3bnfzjyKw==", "funding": [ { "type": "opencollective", @@ -5353,9 +5248,9 @@ ] }, "node_modules/ccount": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz", - "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5376,28 +5271,45 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "engines": { + "node": ">=10" + } + }, "node_modules/character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", + "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-entities-html4": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", + "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5439,17 +5351,6 @@ "url": "https://github.com/sponsors/fb55" } }, - "node_modules/cheerio/node_modules/parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", - "dependencies": { - "entities": "^4.4.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } - }, "node_modules/chokidar": { "version": "3.5.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", @@ -5485,9 +5386,9 @@ } }, "node_modules/ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "funding": [ { "type": "github", @@ -5499,9 +5400,9 @@ } }, "node_modules/classnames": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", + "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" }, "node_modules/clean-css": { "version": "5.3.2", @@ -5514,6 +5415,14 @@ "node": ">= 10.0" } }, + "node_modules/clean-css/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/clean-stack": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", @@ -5523,11 +5432,11 @@ } }, "node_modules/cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", - "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", + "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==", "engines": { - "node": ">=6" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -5547,25 +5456,46 @@ "@colors/colors": "1.5.0" } }, - "node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "node_modules/cli-table3/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/cli-table3/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dependencies": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" }, "engines": { "node": ">=6" } }, - "node_modules/clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", - "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", + "node_modules/clone-deep/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dependencies": { - "mimic-response": "^1.0.0" + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, "node_modules/clsx": { @@ -5577,9 +5507,9 @@ } }, "node_modules/collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz", - "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-2.1.0.tgz", + "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -5620,13 +5550,24 @@ "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" }, "node_modules/combine-promises": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/combine-promises/-/combine-promises-1.1.0.tgz", - "integrity": "sha512-ZI9jvcLDxqwaXEixOhArm3r7ReIivsXkpbyEWyeOhzz1QS0iSgBPnWvEqvIQtYyamGCYA88gFhmUrs9hrrQ0pg==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/combine-promises/-/combine-promises-1.2.0.tgz", + "integrity": "sha512-VcQB1ziGD0NXrhKxiwyNbCDmRzs/OShMs2GqW2DlU2A/Sd0nQxE1oWDAE5O0ygSx5mgQOn9eIFh7yKPgFRVkPQ==", "engines": { "node": ">=10" } }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/comma-separated-tokens": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", @@ -5644,10 +5585,10 @@ "node": ">= 6" } }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + "node_modules/common-path-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", + "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" }, "node_modules/compressible": { "version": "2.0.18", @@ -5660,6 +5601,14 @@ "node": ">= 0.6" } }, + "node_modules/compressible/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, "node_modules/compression": { "version": "1.7.4", "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", @@ -5690,25 +5639,41 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, + "node_modules/compression/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/config-chain": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", + "dependencies": { + "ini": "^1.3.4", + "proto-list": "~1.2.1" + } }, "node_modules/configstore": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", - "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz", + "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==", "dependencies": { - "dot-prop": "^5.2.0", - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "unique-string": "^2.0.0", - "write-file-atomic": "^3.0.0", - "xdg-basedir": "^4.0.0" + "dot-prop": "^6.0.1", + "graceful-fs": "^4.2.6", + "unique-string": "^3.0.0", + "write-file-atomic": "^3.0.3", + "xdg-basedir": "^5.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/yeoman/configstore?sponsor=1" } }, "node_modules/connect-history-api-fallback": { @@ -5727,38 +5692,16 @@ "node_modules/console-control-strings": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" }, "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "dependencies": { - "safe-buffer": "5.2.1" - }, + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", + "integrity": "sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==", "engines": { "node": ">= 0.6" } }, - "node_modules/content-disposition/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, "node_modules/content-type": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", @@ -5768,9 +5711,9 @@ } }, "node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" }, "node_modules/cookie": { "version": "0.5.0", @@ -5786,9 +5729,9 @@ "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" }, "node_modules/copy-text-to-clipboard": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.1.0.tgz", - "integrity": "sha512-PFM6BnjLnOON/lB3ta/Jg7Ywsv+l9kQGD4TWDCSlRBGmqnnTM5MrDkhAFgw+8HZt0wW6Q2BBE4cmy9sq+s9Qng==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz", + "integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==", "engines": { "node": ">=12" }, @@ -5819,32 +5762,6 @@ "webpack": "^5.1.0" } }, - "node_modules/copy-webpack-plugin/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/copy-webpack-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, "node_modules/copy-webpack-plugin/node_modules/glob-parent": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", @@ -5857,13 +5774,13 @@ } }, "node_modules/copy-webpack-plugin/node_modules/globby": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.0.tgz", - "integrity": "sha512-jWsQfayf13NvqKUIL3Ta+CIqMnvlaIDFveWE/dpOZ9+3AMEJozsxDvKA02zync9UuvOM8rOXzsD5GqKP4OnWPQ==", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", + "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", "dependencies": { "dir-glob": "^3.0.1", - "fast-glob": "^3.2.11", - "ignore": "^5.2.0", + "fast-glob": "^3.3.0", + "ignore": "^5.2.4", "merge2": "^1.4.1", "slash": "^4.0.0" }, @@ -5874,29 +5791,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/copy-webpack-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/copy-webpack-plugin/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/copy-webpack-plugin/node_modules/slash": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", @@ -5909,9 +5803,9 @@ } }, "node_modules/core-js": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.31.0.tgz", - "integrity": "sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==", + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.3.tgz", + "integrity": "sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -5919,11 +5813,11 @@ } }, "node_modules/core-js-compat": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz", - "integrity": "sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==", + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.33.3.tgz", + "integrity": "sha512-cNzGqFsh3Ot+529GIXacjTJ7kegdt5fPXxCBVS1G0iaZpuo/tBz399ymceLJveQhFFZ8qThHiP3fzuoQjKN2ow==", "dependencies": { - "browserslist": "^4.21.5" + "browserslist": "^4.22.1" }, "funding": { "type": "opencollective", @@ -5931,9 +5825,9 @@ } }, "node_modules/core-js-pure": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.31.0.tgz", - "integrity": "sha512-/AnE9Y4OsJZicCzIe97JP5XoPKQJfTuEG43aEVLFJGOJpyqELod+pE6LEl63DfG1Mp8wX97LDaDpy1GmLEUxlg==", + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.33.3.tgz", + "integrity": "sha512-taJ00IDOP+XYQEA2dAe4ESkmHt1fL8wzYDo3mRWQey8uO9UojlBFMneA65kMyxfYP7106c6LzWaq7/haDT6BCQ==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -5946,13 +5840,13 @@ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, "node_modules/cosmiconfig": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz", - "integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==", + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", "dependencies": { - "import-fresh": "^3.2.1", + "import-fresh": "^3.3.0", "js-yaml": "^4.1.0", - "parse-json": "^5.0.0", + "parse-json": "^5.2.0", "path-type": "^4.0.0" }, "engines": { @@ -5960,14 +5854,22 @@ }, "funding": { "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/cross-fetch": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.6.tgz", - "integrity": "sha512-riRvo06crlE8HiqOwIpQhxwdOk4fOeR7FVM/wXoxchFEqMNUjvbs3bfo4OTgMEMHzppd4DxFBDbyySj8Cv781g==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", + "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", "dependencies": { - "node-fetch": "^2.6.11" + "node-fetch": "^2.6.12" } }, "node_modules/cross-spawn": { @@ -5984,17 +5886,34 @@ } }, "node_modules/crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz", + "integrity": "sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==", + "dependencies": { + "type-fest": "^1.0.1" + }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/crypto-random-string/node_modules/type-fest": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", + "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/css-declaration-sorter": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.0.tgz", - "integrity": "sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", + "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", "engines": { "node": "^10 || ^12 || >=14" }, @@ -6070,81 +5989,12 @@ } } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/jest-worker": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz", - "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==", - "dependencies": { - "@types/node": "*", - "jest-util": "^29.5.0", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dependencies": { - "has-flag": "^4.0.0" - }, + "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "node": ">=0.10.0" } }, "node_modules/css-select": { @@ -6324,9 +6174,14 @@ "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==" }, "node_modules/csstype": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", - "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + }, + "node_modules/debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" }, "node_modules/debug": { "version": "4.3.4", @@ -6344,15 +6199,41 @@ } } }, + "node_modules/decode-named-character-reference": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", + "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", + "dependencies": { + "character-entities": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", "dependencies": { - "mimic-response": "^1.0.0" + "mimic-response": "^3.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/decompress-response/node_modules/mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/deep-extend": { @@ -6383,11 +6264,27 @@ } }, "node_modules/defer-to-connect": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", - "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" - }, - "node_modules/define-lazy-prop": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", + "engines": { + "node": ">=10" + } + }, + "node_modules/define-data-property": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", + "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", + "dependencies": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/define-lazy-prop": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", @@ -6396,10 +6293,11 @@ } }, "node_modules/define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dependencies": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" }, @@ -6431,6 +6329,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/depd": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", @@ -6439,6 +6345,14 @@ "node": ">= 0.8" } }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "engines": { + "node": ">=6" + } + }, "node_modules/destroy": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", @@ -6448,37 +6362,22 @@ "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/detab": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz", - "integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==", - "dependencies": { - "repeat-string": "^1.5.4" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, "node_modules/detect-node": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" }, "node_modules/detect-port": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.3.0.tgz", - "integrity": "sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.5.1.tgz", + "integrity": "sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==", "dependencies": { "address": "^1.0.1", - "debug": "^2.6.0" + "debug": "4" }, "bin": { - "detect": "bin/detect-port", - "detect-port": "bin/detect-port" - }, - "engines": { - "node": ">= 4.2.1" + "detect": "bin/detect-port.js", + "detect-port": "bin/detect-port.js" } }, "node_modules/detect-port-alt": { @@ -6510,19 +6409,18 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "node_modules/detect-port/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/devlop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", + "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", "dependencies": { - "ms": "2.0.0" + "dequal": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/detect-port/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -6552,9 +6450,9 @@ "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==" }, "node_modules/dns-packet": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.0.tgz", - "integrity": "sha512-rza3UH1LwdHh9qyPXp8lkwpjSNk/AMD3dPytUoRoqnypDUhY0xvbdmVhWOfxO68frEfV9BU8V12Ez7ZsHGZpCQ==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", "dependencies": { "@leichtgewicht/ip-codec": "^2.0.1" }, @@ -6563,18 +6461,19 @@ } }, "node_modules/docusaurus-lunr-search": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/docusaurus-lunr-search/-/docusaurus-lunr-search-2.1.15.tgz", - "integrity": "sha512-W37af7ziwNFstM0VNjruJi3HChPWI5BWGAAxFYpRRbMZQAZqdQtz4aZHX5E/ORrfqHWsKTGMCRWode1rb3ncQw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/docusaurus-lunr-search/-/docusaurus-lunr-search-3.3.0.tgz", + "integrity": "sha512-F2fSAA+6vRCHxF4R+rV8xSg1cYY7pXFKdbBNlTX6+dyKdwCWcnrmTXJmlCkN4DT65ntNU9iTd+mZ8lZzH3Lncg==", "dependencies": { "autocomplete.js": "^0.37.0", - "classnames": "^2.2.6", + "clsx": "^1.2.1", "gauge": "^3.0.0", "hast-util-select": "^4.0.0", "hast-util-to-text": "^2.0.0", "hogan.js": "^3.0.2", "lunr": "^2.3.8", "lunr-languages": "^1.4.0", + "mark.js": "^8.11.1", "minimatch": "^3.0.4", "object-assign": "^4.1.1", "rehype-parse": "^7.0.1", @@ -6586,18 +6485,93 @@ "node": ">= 8.10.0" }, "peerDependencies": { - "@docusaurus/core": "^2.0.0-alpha.60 || ^2.0.0", - "react": "^16.8.4 || ^17", - "react-dom": "^16.8.4 || ^17" + "@docusaurus/core": "^2.0.0-alpha.60 || ^2.0.0 || ^3.0.0", + "react": "^16.8.4 || ^17 || ^18", + "react-dom": "^16.8.4 || ^17 || ^18" } }, - "node_modules/docusaurus-lunr-search/node_modules/rehype-parse": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-7.0.1.tgz", - "integrity": "sha512-fOiR9a9xH+Le19i4fGzIEowAbwG7idy2Jzs4mOrFWBSJ0sNUgy0ev871dwWnbOo371SjgjG4pwzrbgSVrKxecw==", + "node_modules/docusaurus-lunr-search/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + }, + "node_modules/docusaurus-lunr-search/node_modules/bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/docusaurus-lunr-search/node_modules/is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/docusaurus-lunr-search/node_modules/trough": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", + "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/docusaurus-lunr-search/node_modules/unified": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", + "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", "dependencies": { - "hast-util-from-parse5": "^6.0.0", - "parse5": "^6.0.0" + "bail": "^1.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^2.0.0", + "trough": "^1.0.0", + "vfile": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/docusaurus-lunr-search/node_modules/unist-util-stringify-position": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", + "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", + "dependencies": { + "@types/unist": "^2.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/docusaurus-lunr-search/node_modules/vfile": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", + "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^2.0.0", + "vfile-message": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/docusaurus-lunr-search/node_modules/vfile-message": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", + "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^2.0.0" }, "funding": { "type": "opencollective", @@ -6673,14 +6647,17 @@ } }, "node_modules/dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz", + "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==", "dependencies": { "is-obj": "^2.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/dot-prop/node_modules/is-obj": { @@ -6707,11 +6684,6 @@ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" }, - "node_modules/duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" - }, "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", @@ -6723,15 +6695,20 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/electron-to-chromium": { - "version": "1.4.440", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.440.tgz", - "integrity": "sha512-r6dCgNpRhPwiWlxbHzZQ/d9swfPaEJGi8ekqRBwQYaR3WmA5VkqQfBWSDDjuJU1ntO+W9tHx8OHV/96Q8e0dVw==" + "version": "1.4.588", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.588.tgz", + "integrity": "sha512-soytjxwbgcCu7nh5Pf4S2/4wa6UIu+A3p03U2yVr53qGxi1/VTR3ENI+p50v+UxqqZAfl48j3z55ud7VHIOr9w==" }, "node_modules/emoji-regex": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" }, + "node_modules/emojilib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/emojilib/-/emojilib-2.4.0.tgz", + "integrity": "sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==" + }, "node_modules/emojis-list": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", @@ -6741,9 +6718,9 @@ } }, "node_modules/emoticon": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/emoticon/-/emoticon-3.2.0.tgz", - "integrity": "sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/emoticon/-/emoticon-4.0.1.tgz", + "integrity": "sha512-dqx7eA9YaqyvYtUhJwT4rC1HIp82j5ybS1/vQ42ur+jBe17dJMwZE4+gvL1XadSFfxaPFFGt3Xsw+Y8akThDlw==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -6757,14 +6734,6 @@ "node": ">= 0.8" } }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dependencies": { - "once": "^1.4.0" - } - }, "node_modules/enhanced-resolve": { "version": "5.15.0", "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", @@ -6797,9 +6766,9 @@ } }, "node_modules/es-module-lexer": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz", - "integrity": "sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", + "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==" }, "node_modules/escalade": { "version": "3.1.1", @@ -6810,17 +6779,20 @@ } }, "node_modules/escape-goat": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", - "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-4.0.0.tgz", + "integrity": "sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" }, "node_modules/escape-string-regexp": { "version": "4.0.0", @@ -6869,9 +6841,9 @@ } }, "node_modules/esrecurse/node_modules/estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", - "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "engines": { "node": ">=4.0" } @@ -6884,6 +6856,92 @@ "node": ">=4.0" } }, + "node_modules/estree-util-attach-comments": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz", + "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==", + "dependencies": { + "@types/estree": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/estree-util-build-jsx": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz", + "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "devlop": "^1.0.0", + "estree-util-is-identifier-name": "^3.0.0", + "estree-walker": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/estree-util-is-identifier-name": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz", + "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/estree-util-to-js": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz", + "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "astring": "^1.8.0", + "source-map": "^0.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/estree-util-value-to-estree": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/estree-util-value-to-estree/-/estree-util-value-to-estree-3.0.1.tgz", + "integrity": "sha512-b2tdzTurEIbwRh+mKrEcaWfu1wgb8J1hVsgREg7FFiecWwK/PhO8X0kyc+0bIcKNtD4sqxIdNoRy6/p/TvECEA==", + "dependencies": { + "@types/estree": "^1.0.0", + "is-plain-obj": "^4.0.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/remcohaszing" + } + }, + "node_modules/estree-util-visit": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz", + "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "dependencies": { + "@types/estree": "^1.0.0" + } + }, "node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", @@ -6928,6 +6986,14 @@ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "engines": { + "node": ">=0.8.x" + } + }, "node_modules/execa": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", @@ -6996,6 +7062,17 @@ "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" }, + "node_modules/express/node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/express/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -7009,24 +7086,18 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "node_modules/express/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "node_modules/express/node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + }, + "node_modules/express/node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } }, "node_modules/extend": { "version": "3.0.2", @@ -7050,9 +7121,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -7072,7 +7143,7 @@ "node_modules/fast-url-parser": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", - "integrity": "sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=", + "integrity": "sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==", "dependencies": { "punycode": "^1.3.2" } @@ -7085,9 +7156,21 @@ "reusify": "^1.0.4" } }, - "node_modules/faye-websocket": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "node_modules/fault": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fault/-/fault-2.0.1.tgz", + "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==", + "dependencies": { + "format": "^0.2.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", "dependencies": { "websocket-driver": ">=0.5.1" @@ -7153,12 +7236,40 @@ "webpack": "^4.0.0 || ^5.0.0" } }, + "node_modules/file-loader/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/file-loader/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/file-loader/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, "node_modules/file-loader/node_modules/schema-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.0.tgz", - "integrity": "sha512-tTEaeYkyIhEZ9uWgAjDerWov3T9MgX8dhhy2r0IGeeX4W8ngtGl1++dUve/RUqzuaASSh7shwCDJjEzthxki8w==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dependencies": { - "@types/json-schema": "^7.0.7", + "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", "ajv-keywords": "^3.5.2" }, @@ -7220,49 +7331,47 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz", + "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" + "common-path-prefix": "^3.0.0", + "pkg-dir": "^7.0.0" }, "engines": { - "node": ">=8" + "node": ">=14.16" }, "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", + "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "locate-path": "^7.1.0", + "path-exists": "^5.0.0" }, "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/flux": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/flux/-/flux-4.0.4.tgz", - "integrity": "sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==", - "dependencies": { - "fbemitter": "^3.0.0", - "fbjs": "^3.0.1" - }, - "peerDependencies": { - "react": "^15.0.2 || ^16.0.0 || ^17.0.0" + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "bin": { + "flat": "cli.js" } }, "node_modules/follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", "funding": [ { "type": "individual", @@ -7316,6 +7425,29 @@ } } }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", @@ -7345,6 +7477,11 @@ "node": ">=10" } }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", @@ -7370,6 +7507,35 @@ "node": ">=6" } }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/form-data-encoder": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz", + "integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==", + "engines": { + "node": ">= 14.17" + } + }, + "node_modules/format": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", + "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", + "engines": { + "node": ">=0.4.x" + } + }, "node_modules/forwarded": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", @@ -7379,15 +7545,15 @@ } }, "node_modules/fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", "engines": { "node": "*" }, "funding": { "type": "patreon", - "url": "https://www.patreon.com/infusion" + "url": "https://github.com/sponsors/rawify" } }, "node_modules/fresh": { @@ -7399,32 +7565,32 @@ } }, "node_modules/fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", + "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" }, "engines": { - "node": ">=12" + "node": ">=14.14" } }, "node_modules/fs-monkey": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.4.tgz", - "integrity": "sha512-INM/fWAxMICjttnD0DX1rBvinKskj5G1w+oy/pnm9u/tSlnBrzFonJMcalKJ30P8RRsPzKcCG7Q8l0jx5Fh9YQ==" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz", + "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==" }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "hasInstallScript": true, "optional": true, "os": [ @@ -7435,9 +7601,12 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/gauge": { "version": "3.0.2", @@ -7458,6 +7627,24 @@ "node": ">=10" } }, + "node_modules/gauge/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/gauge/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -7467,14 +7654,14 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz", + "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==", "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", + "function-bind": "^1.1.2", "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -7502,14 +7689,14 @@ "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==" }, "node_modules/glob": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, @@ -7537,9 +7724,9 @@ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" }, "node_modules/global-dirs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", - "integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", + "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", "dependencies": { "ini": "2.0.0" }, @@ -7620,42 +7807,56 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/got": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", - "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", - "dependencies": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dependencies": { + "get-intrinsic": "^1.1.3" }, - "engines": { - "node": ">=8.6" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/got/node_modules/get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "node_modules/got": { + "version": "12.6.1", + "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz", + "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==", "dependencies": { - "pump": "^3.0.0" + "@sindresorhus/is": "^5.2.0", + "@szmarczak/http-timer": "^5.0.1", + "cacheable-lookup": "^7.0.0", + "cacheable-request": "^10.2.8", + "decompress-response": "^6.0.0", + "form-data-encoder": "^2.1.2", + "get-stream": "^6.0.1", + "http2-wrapper": "^2.1.10", + "lowercase-keys": "^3.0.0", + "p-cancelable": "^3.0.0", + "responselike": "^3.0.0" }, "engines": { - "node": ">=6" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sindresorhus/got?sponsor=1" + } + }, + "node_modules/got/node_modules/@sindresorhus/is": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz", + "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sindresorhus/is?sponsor=1" } }, "node_modules/graceful-fs": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", - "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==" + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/gray-matter": { "version": "4.0.3", @@ -7710,17 +7911,6 @@ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -7730,11 +7920,11 @@ } }, "node_modules/has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", + "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", "dependencies": { - "get-intrinsic": "^1.1.1" + "get-intrinsic": "^1.2.2" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -7765,32 +7955,28 @@ "node_modules/has-unicode": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=" + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" }, "node_modules/has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", - "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-3.0.0.tgz", + "integrity": "sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==", "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/hast-to-hyperscript": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz", - "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", + "node_modules/hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", "dependencies": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" + "function-bind": "^1.1.2" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "engines": { + "node": ">= 0.4" } }, "node_modules/hast-util-from-parse5": { @@ -7810,6 +7996,51 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-from-parse5/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + }, + "node_modules/hast-util-from-parse5/node_modules/unist-util-stringify-position": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", + "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", + "dependencies": { + "@types/unist": "^2.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-from-parse5/node_modules/vfile": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", + "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^2.0.0", + "vfile-message": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-from-parse5/node_modules/vfile-message": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", + "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/hast-util-has-property": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-1.0.4.tgz", @@ -7838,67 +8069,388 @@ } }, "node_modules/hast-util-raw": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz", - "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==", - "dependencies": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.1.tgz", + "integrity": "sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", + "@ungap/structured-clone": "^1.0.0", + "hast-util-from-parse5": "^8.0.0", + "hast-util-to-parse5": "^8.0.0", + "html-void-elements": "^3.0.0", + "mdast-util-to-hast": "^13.0.0", + "parse5": "^7.0.0", + "unist-util-position": "^5.0.0", + "unist-util-visit": "^5.0.0", + "vfile": "^6.0.0", + "web-namespaces": "^2.0.0", + "zwitch": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-select": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-4.0.2.tgz", - "integrity": "sha512-8EEG2//bN5rrzboPWD2HdS3ugLijNioS1pqOTIolXNf67xxShYw4SQEmVXd3imiBG+U2bC2nVTySr/iRAA7Cjg==", - "dependencies": { - "bcp-47-match": "^1.0.0", - "comma-separated-tokens": "^1.0.0", - "css-selector-parser": "^1.0.0", - "direction": "^1.0.0", - "hast-util-has-property": "^1.0.0", - "hast-util-is-element": "^1.0.0", - "hast-util-to-string": "^1.0.0", - "hast-util-whitespace": "^1.0.0", - "not": "^0.1.0", - "nth-check": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0", - "unist-util-visit": "^2.0.0", - "zwitch": "^1.0.0" + "node_modules/hast-util-raw/node_modules/comma-separated-tokens": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-raw/node_modules/hast-util-from-parse5": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz", + "integrity": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", + "devlop": "^1.0.0", + "hastscript": "^8.0.0", + "property-information": "^6.0.0", + "vfile": "^6.0.0", + "vfile-location": "^5.0.0", + "web-namespaces": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-to-parse5": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz", - "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==", + "node_modules/hast-util-raw/node_modules/hast-util-parse-selector": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", + "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", "dependencies": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" + "@types/hast": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, + "node_modules/hast-util-raw/node_modules/hastscript": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-8.0.0.tgz", + "integrity": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==", + "dependencies": { + "@types/hast": "^3.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-parse-selector": "^4.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-raw/node_modules/property-information": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz", + "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-raw/node_modules/space-separated-tokens": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-raw/node_modules/vfile-location": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.2.tgz", + "integrity": "sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==", + "dependencies": { + "@types/unist": "^3.0.0", + "vfile": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-raw/node_modules/web-namespaces": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", + "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-raw/node_modules/zwitch": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-select": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-4.0.2.tgz", + "integrity": "sha512-8EEG2//bN5rrzboPWD2HdS3ugLijNioS1pqOTIolXNf67xxShYw4SQEmVXd3imiBG+U2bC2nVTySr/iRAA7Cjg==", + "dependencies": { + "bcp-47-match": "^1.0.0", + "comma-separated-tokens": "^1.0.0", + "css-selector-parser": "^1.0.0", + "direction": "^1.0.0", + "hast-util-has-property": "^1.0.0", + "hast-util-is-element": "^1.0.0", + "hast-util-to-string": "^1.0.0", + "hast-util-whitespace": "^1.0.0", + "not": "^0.1.0", + "nth-check": "^2.0.0", + "property-information": "^5.0.0", + "space-separated-tokens": "^1.0.0", + "unist-util-visit": "^2.0.0", + "zwitch": "^1.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-select/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + }, + "node_modules/hast-util-select/node_modules/unist-util-visit": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", + "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0", + "unist-util-visit-parents": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-select/node_modules/unist-util-visit-parents": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", + "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-estree": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-3.1.0.tgz", + "integrity": "sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==", + "dependencies": { + "@types/estree": "^1.0.0", + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^3.0.0", + "comma-separated-tokens": "^2.0.0", + "devlop": "^1.0.0", + "estree-util-attach-comments": "^3.0.0", + "estree-util-is-identifier-name": "^3.0.0", + "hast-util-whitespace": "^3.0.0", + "mdast-util-mdx-expression": "^2.0.0", + "mdast-util-mdx-jsx": "^3.0.0", + "mdast-util-mdxjs-esm": "^2.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0", + "style-to-object": "^0.4.0", + "unist-util-position": "^5.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-estree/node_modules/comma-separated-tokens": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-estree/node_modules/hast-util-whitespace": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", + "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-estree/node_modules/property-information": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz", + "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-estree/node_modules/space-separated-tokens": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-estree/node_modules/zwitch": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-jsx-runtime": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.2.0.tgz", + "integrity": "sha512-wSlp23N45CMjDg/BPW8zvhEi3R+8eRE1qFbjEyAUzMCzu2l1Wzwakq+Tlia9nkCtEl5mDxa7nKHsvYJ6Gfn21A==", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-whitespace": "^3.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0", + "style-to-object": "^0.4.0", + "unist-util-position": "^5.0.0", + "vfile-message": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-jsx-runtime/node_modules/comma-separated-tokens": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-jsx-runtime/node_modules/hast-util-whitespace": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", + "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", + "dependencies": { + "@types/hast": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-jsx-runtime/node_modules/property-information": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz", + "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-jsx-runtime/node_modules/space-separated-tokens": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-parse5": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", + "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", + "dependencies": { + "@types/hast": "^3.0.0", + "comma-separated-tokens": "^2.0.0", + "devlop": "^1.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0", + "web-namespaces": "^2.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-to-parse5/node_modules/comma-separated-tokens": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-parse5/node_modules/property-information": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz", + "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-parse5/node_modules/space-separated-tokens": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-parse5/node_modules/web-namespaces": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz", + "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/hast-util-to-parse5/node_modules/zwitch": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/hast-util-to-string": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-1.0.4.tgz", @@ -7947,6 +8499,19 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/hastscript/node_modules/@types/hast": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.8.tgz", + "integrity": "sha512-aMIqAlFd2wTIDZuvLbhUT+TGvMxrNC8ECUIVtH6xxy0sQLs3iu6NO8Kp/VT5je7i5ufnebXzdV1dNDMnvaH6IQ==", + "dependencies": { + "@types/unist": "^2" + } + }, + "node_modules/hastscript/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + }, "node_modules/he": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", @@ -7971,7 +8536,7 @@ "node_modules/hogan.js": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/hogan.js/-/hogan.js-3.0.2.tgz", - "integrity": "sha1-TNnhq9QpQUbnZ55B14mHMrAse/0=", + "integrity": "sha512-RqGs4wavGYJWE07t35JQccByczmNUXQT0E12ZYV1VKYu5UiAU9lsos/yBAcf840+zrUQQxgVduCR5/B8nNtibg==", "dependencies": { "mkdirp": "0.3.0", "nopt": "1.0.10" @@ -7980,15 +8545,6 @@ "hulk": "bin/hulk" } }, - "node_modules/hogan.js/node_modules/mkdirp": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz", - "integrity": "sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=", - "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)", - "engines": { - "node": "*" - } - }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", @@ -8008,6 +8564,11 @@ "wbuf": "^1.1.0" } }, + "node_modules/hpack.js/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + }, "node_modules/hpack.js/node_modules/readable-stream": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", @@ -8022,6 +8583,11 @@ "util-deprecate": "~1.0.1" } }, + "node_modules/hpack.js/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, "node_modules/hpack.js/node_modules/string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", @@ -8045,32 +8611,37 @@ } ] }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, "node_modules/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-7.2.0.tgz", + "integrity": "sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==", "dependencies": { "camel-case": "^4.1.2", - "clean-css": "^5.2.2", - "commander": "^8.3.0", - "he": "^1.2.0", + "clean-css": "~5.3.2", + "commander": "^10.0.0", + "entities": "^4.4.0", "param-case": "^3.0.4", "relateurl": "^0.2.7", - "terser": "^5.10.0" + "terser": "^5.15.1" }, "bin": { "html-minifier-terser": "cli.js" }, "engines": { - "node": ">=12" + "node": "^14.13.1 || >=16.0.0" } }, "node_modules/html-minifier-terser/node_modules/commander": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "engines": { - "node": ">= 12" + "node": ">=14" } }, "node_modules/html-tags": { @@ -8085,18 +8656,18 @@ } }, "node_modules/html-void-elements": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", - "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", + "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", + "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", @@ -8115,18 +8686,46 @@ "webpack": "^5.20.0" } }, - "node_modules/htmlparser2": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", - "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { + "node_modules/html-webpack-plugin/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "engines": { + "node": ">= 12" + } + }, + "node_modules/html-webpack-plugin/node_modules/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dependencies": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + }, + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/htmlparser2": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.0.1", @@ -8210,6 +8809,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/http2-wrapper": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz", + "integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==", + "dependencies": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.2.0" + }, + "engines": { + "node": ">=10.19.0" + } + }, "node_modules/human-signals": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", @@ -8241,9 +8852,9 @@ } }, "node_modules/ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", + "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", "engines": { "node": ">= 4" } @@ -8292,17 +8903,17 @@ } }, "node_modules/import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", - "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", + "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "engines": { "node": ">=0.8.19" } @@ -8326,7 +8937,7 @@ "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -8372,21 +8983,21 @@ } }, "node_modules/is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", + "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", + "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", "dependencies": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" + "is-alphabetical": "^2.0.0", + "is-decimal": "^2.0.0" }, "funding": { "type": "github", @@ -8432,36 +9043,31 @@ } }, "node_modules/is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", + "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", "dependencies": { - "ci-info": "^2.0.0" + "ci-info": "^3.2.0" }, "bin": { "is-ci": "bin.js" } }, - "node_modules/is-ci/node_modules/ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" - }, "node_modules/is-core-module": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz", - "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", "dependencies": { - "has": "^1.0.3" + "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", + "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -8492,7 +9098,7 @@ "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "engines": { "node": ">=0.10.0" } @@ -8517,9 +9123,9 @@ } }, "node_modules/is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", + "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -8541,11 +9147,11 @@ } }, "node_modules/is-npm": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz", - "integrity": "sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz", + "integrity": "sha512-JEjxbSmtPSt1c8XTkVrlujcXdKV1/tvuQ7GwKcAlyiVLeYFQ2VHat8xfrDJsIkhCdF/tZ7CiIR3sy141c6+gPQ==", "engines": { - "node": ">=10" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -8584,24 +9190,32 @@ } }, "node_modules/is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz", + "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dependencies": { - "isobject": "^3.0.1" - }, + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "engines": { "node": ">=0.10.0" } }, + "node_modules/is-reference": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.2.tgz", + "integrity": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==", + "dependencies": { + "@types/estree": "*" + } + }, "node_modules/is-regexp": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", @@ -8632,25 +9246,7 @@ "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "node_modules/is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", - "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", - "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" }, "node_modules/is-wsl": { "version": "2.2.0", @@ -8664,14 +9260,17 @@ } }, "node_modules/is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", - "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==" + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.4.1.tgz", + "integrity": "sha512-/kppl+R+LO5VmhYSEWARUFjodS25D68gvj8W7z0I7OWhUla5xWu8KL6CtB2V0R6yqhnRgbcaREMr4EEM6htLPQ==", + "engines": { + "node": ">=12" + } }, "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" }, "node_modules/isexe": { "version": "2.0.0", @@ -8681,17 +9280,17 @@ "node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "engines": { "node": ">=0.10.0" } }, "node_modules/jest-util": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz", - "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", "dependencies": { - "@jest/types": "^29.5.0", + "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", @@ -8703,16 +9302,17 @@ } }, "node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", "dependencies": { "@types/node": "*", + "jest-util": "^29.7.0", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" }, "engines": { - "node": ">= 10.13.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-worker/node_modules/supports-color": { @@ -8730,17 +9330,17 @@ } }, "node_modules/jiti": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", - "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", + "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", "bin": { "jiti": "bin/jiti.js" } }, "node_modules/joi": { - "version": "17.9.2", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.9.2.tgz", - "integrity": "sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.11.0.tgz", + "integrity": "sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==", "dependencies": { "@hapi/hoek": "^9.0.0", "@hapi/topo": "^5.0.0", @@ -8777,9 +9377,9 @@ } }, "node_modules/json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", @@ -8787,9 +9387,9 @@ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/json5": { "version": "2.2.3", @@ -8814,11 +9414,11 @@ } }, "node_modules/keyv": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", - "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dependencies": { - "json-buffer": "3.0.0" + "json-buffer": "3.0.1" } }, "node_modules/kind-of": { @@ -8838,23 +9438,26 @@ } }, "node_modules/latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", - "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-7.0.0.tgz", + "integrity": "sha512-KvNT4XqAMzdcL6ka6Tl3i2lYeFDgXNCuIX+xNx6ZMVR1dFq+idXd9FLKNMOIx0t9mJ9/HudyX4oZWXZQ0UJHeg==", "dependencies": { - "package-json": "^6.3.0" + "package-json": "^8.1.0" }, "engines": { - "node": ">=8" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/launch-editor": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.0.tgz", - "integrity": "sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.1.tgz", + "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==", "dependencies": { "picocolors": "^1.0.0", - "shell-quote": "^1.7.3" + "shell-quote": "^1.8.1" } }, "node_modules/leven": { @@ -8879,9 +9482,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/loader-runner": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz", - "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "engines": { "node": ">=6.11.5" } @@ -8900,14 +9503,17 @@ } }, "node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", + "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", "dependencies": { - "p-locate": "^4.1.0" + "p-locate": "^6.0.0" }, "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/lodash": { @@ -8940,6 +9546,15 @@ "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" }, + "node_modules/longest-streak": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz", + "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", @@ -8960,22 +9575,22 @@ } }, "node_modules/lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", - "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz", + "integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==", "engines": { - "node": ">=0.10.0" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" + "yallist": "^3.0.2" } }, "node_modules/lunr": { @@ -8984,12355 +9599,3892 @@ "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==" }, "node_modules/lunr-languages": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/lunr-languages/-/lunr-languages-1.9.0.tgz", - "integrity": "sha512-Be5vFuc8NAheOIjviCRms3ZqFFBlzns3u9DXpPSZvALetgnydAN0poV71pVLFn0keYy/s4VblMMkqewTLe+KPg==" + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/lunr-languages/-/lunr-languages-1.14.0.tgz", + "integrity": "sha512-hWUAb2KqM3L7J5bcrngszzISY4BxrXn/Xhbb9TTCJYEGqlR1nG67/M14sp09+PTIRklobrn57IAxcdcO/ZFyNA==" }, - "node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, + "node_modules/mark.js": { + "version": "8.11.1", + "resolved": "https://registry.npmjs.org/mark.js/-/mark.js-8.11.1.tgz", + "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==" + }, + "node_modules/markdown-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-2.0.0.tgz", + "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==", "engines": { - "node": ">=8" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/make-dir/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", - "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==", + "node_modules/markdown-table": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz", + "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/mdast-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz", - "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==", - "dependencies": { - "unist-util-remove": "^2.0.0" + "node_modules/mdast-util-directive": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-3.0.0.tgz", + "integrity": "sha512-JUpYOqKI4mM3sZcNxmF/ox04XYFFkNwr0CFlrQIkCwbvH0xzMCqkMqAde9wRd80VAhaUrwFwKm2nxretdT1h7Q==", + "dependencies": { + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", + "devlop": "^1.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0", + "parse-entities": "^4.0.0", + "stringify-entities": "^4.0.0", + "unist-util-visit-parents": "^6.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-definitions": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", - "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==", + "node_modules/mdast-util-find-and-replace": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz", + "integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==", "dependencies": { - "unist-util-visit": "^2.0.0" + "@types/mdast": "^4.0.0", + "escape-string-regexp": "^5.0.0", + "unist-util-is": "^6.0.0", + "unist-util-visit-parents": "^6.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-to-hast": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz", - "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==", + "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/mdast-util-find-and-replace/node_modules/unist-util-is": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" + "@types/unist": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-to-string": { + "node_modules/mdast-util-from-markdown": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", - "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz", + "integrity": "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==", + "dependencies": { + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", + "decode-named-character-reference": "^1.0.0", + "devlop": "^1.0.0", + "mdast-util-to-string": "^4.0.0", + "micromark": "^4.0.0", + "micromark-util-decode-numeric-character-reference": "^2.0.0", + "micromark-util-decode-string": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0", + "unist-util-stringify-position": "^4.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdn-data": { - "version": "2.0.30", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" + "node_modules/mdast-util-from-markdown/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==" + "node_modules/mdast-util-frontmatter": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-2.0.1.tgz", + "integrity": "sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==", + "dependencies": { + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", + "escape-string-regexp": "^5.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0", + "micromark-extension-frontmatter": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "engines": { - "node": ">= 0.6" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/memfs": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", - "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", + "node_modules/mdast-util-gfm": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz", + "integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==", "dependencies": { - "fs-monkey": "^1.0.4" + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-gfm-autolink-literal": "^2.0.0", + "mdast-util-gfm-footnote": "^2.0.0", + "mdast-util-gfm-strikethrough": "^2.0.0", + "mdast-util-gfm-table": "^2.0.0", + "mdast-util-gfm-task-list-item": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" }, - "engines": { - "node": ">= 4.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" - }, - "node_modules/merge-stream": { + "node_modules/mdast-util-gfm-autolink-literal": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "engines": { - "node": ">= 8" + "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.0.tgz", + "integrity": "sha512-FyzMsduZZHSc3i0Px3PQcBT4WJY/X/RCtEJKuybiC6sjPqLv7h1yqAkmILZtuxMSsUyaLUWNp71+vQH2zqp5cg==", + "dependencies": { + "@types/mdast": "^4.0.0", + "ccount": "^2.0.0", + "devlop": "^1.0.0", + "mdast-util-find-and-replace": "^3.0.0", + "micromark-util-character": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "engines": { - "node": ">= 0.6" + "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/mdast-util-gfm-footnote": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz", + "integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==", "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" + "@types/mdast": "^4.0.0", + "devlop": "^1.1.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0" }, - "engines": { - "node": ">=8.6" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" + "node_modules/mdast-util-gfm-strikethrough": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", + "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", + "dependencies": { + "@types/mdast": "^4.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", - "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==", - "engines": { - "node": ">= 0.6" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/mime-types": { - "version": "2.1.34", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", - "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", + "node_modules/mdast-util-gfm-table": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", + "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", "dependencies": { - "mime-db": "1.51.0" + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", + "markdown-table": "^3.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" }, - "engines": { - "node": ">= 0.6" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "engines": { - "node": ">=6" + "node_modules/mdast-util-gfm-task-list-item": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", + "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", + "dependencies": { + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", - "engines": { - "node": ">=4" + "node_modules/mdast-util-mdx": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz", + "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==", + "dependencies": { + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-mdx-expression": "^2.0.0", + "mdast-util-mdx-jsx": "^3.0.0", + "mdast-util-mdxjs-esm": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/mini-css-extract-plugin": { - "version": "2.7.6", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", - "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", + "node_modules/mdast-util-mdx-expression": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.0.tgz", + "integrity": "sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==", "dependencies": { - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 12.13.0" + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-mdx-jsx": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.0.0.tgz", + "integrity": "sha512-XZuPPzQNBPAlaqsTTgRrcJnyFbSOBovSadFgbFu8SnuNgm+6Bdx1K+IWoitsmj6Lq6MNtI+ytOqwN70n//NaBA==", + "dependencies": { + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", + "ccount": "^2.0.0", + "devlop": "^1.1.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0", + "parse-entities": "^4.0.0", + "stringify-entities": "^4.0.0", + "unist-util-remove-position": "^5.0.0", + "unist-util-stringify-position": "^4.0.0", + "vfile-message": "^4.0.0" }, - "peerDependencies": { - "webpack": "^5.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/mini-css-extract-plugin/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "node_modules/mdast-util-mdxjs-esm": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz", + "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==", "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "@types/estree-jsx": "^1.0.0", + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "node_modules/mdast-util-phrasing": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.0.0.tgz", + "integrity": "sha512-xadSsJayQIucJ9n053dfQwVu1kuXg7jCTdYsMK8rqzKZh52nLfSH/k0sAxE0u+pj/zKZX+o5wB+ML5mRayOxFA==", "dependencies": { - "fast-deep-equal": "^3.1.3" + "@types/mdast": "^4.0.0", + "unist-util-is": "^6.0.0" }, - "peerDependencies": { - "ajv": "^8.8.2" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "node_modules/mdast-util-phrasing/node_modules/unist-util-is": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" + "@types/unist": "^3.0.0" }, - "engines": { - "node": ">= 12.13.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/mdast-util-to-hast": { + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.0.2.tgz", + "integrity": "sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "@ungap/structured-clone": "^1.0.0", + "devlop": "^1.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "trim-lines": "^3.0.0", + "unist-util-position": "^5.0.0", + "unist-util-visit": "^5.0.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://opencollective.com/unified" } }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + "node_modules/mdast-util-to-markdown": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz", + "integrity": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==", + "dependencies": { + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", + "longest-streak": "^3.0.0", + "mdast-util-phrasing": "^4.0.0", + "mdast-util-to-string": "^4.0.0", + "micromark-util-decode-string": "^2.0.0", + "unist-util-visit": "^5.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/mdast-util-to-markdown/node_modules/zwitch": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/mdast-util-to-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", + "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", "dependencies": { - "brace-expansion": "^1.1.7" + "@types/mdast": "^4.0.0" }, - "engines": { - "node": "*" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + "node_modules/mdn-data": { + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" }, - "node_modules/mrmime": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", - "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", "engines": { - "node": ">=10" + "node": ">= 0.6" } }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/multicast-dns": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", - "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "node_modules/memfs": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", "dependencies": { - "dns-packet": "^5.2.2", - "thunky": "^1.0.2" + "fs-monkey": "^1.0.4" }, - "bin": { - "multicast-dns": "cli.js" + "engines": { + "node": ">= 4.0.0" } }, - "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": ">= 8" } }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "engines": { "node": ">= 0.6" } }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "node_modules/no-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "node_modules/micromark": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.0.tgz", + "integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" + "@types/debug": "^4.0.0", + "debug": "^4.0.0", + "decode-named-character-reference": "^1.0.0", + "devlop": "^1.0.0", + "micromark-core-commonmark": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-combine-extensions": "^2.0.0", + "micromark-util-decode-numeric-character-reference": "^2.0.0", + "micromark-util-encode": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-resolve-all": "^2.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "micromark-util-subtokenize": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-core-commonmark": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.0.tgz", + "integrity": "sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "decode-named-character-reference": "^1.0.0", + "devlop": "^1.0.0", + "micromark-factory-destination": "^2.0.0", + "micromark-factory-label": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-factory-title": "^2.0.0", + "micromark-factory-whitespace": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-classify-character": "^2.0.0", + "micromark-util-html-tag-name": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-resolve-all": "^2.0.0", + "micromark-util-subtokenize": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-core-commonmark/node_modules/micromark-factory-space": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/node-emoji": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz", - "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==", + "node_modules/micromark-core-commonmark/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "lodash": "^4.17.21" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/node-fetch": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", - "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", + "node_modules/micromark-core-commonmark/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/micromark-extension-directive": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.0.tgz", + "integrity": "sha512-61OI07qpQrERc+0wEysLHMvoiO3s2R56x5u7glHq2Yqq6EHbH4dW25G9GfDdGCDYqA21KE6DWgNSzxSwHc2hSg==", "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" + "devlop": "^1.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-factory-whitespace": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0", + "parse-entities": "^4.0.0" }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-directive/node_modules/micromark-factory-space": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" } + ], + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/node-forge": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", - "engines": { - "node": ">= 6.13.0" + "node_modules/micromark-extension-directive/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/node-releases": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz", - "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==" + "node_modules/micromark-extension-directive/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/nopt": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", - "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", + "node_modules/micromark-extension-frontmatter": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz", + "integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==", "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" + "fault": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, - "engines": { - "node": "*" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "engines": { - "node": ">=0.10.0" + "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", - "engines": { - "node": ">=0.10.0" - } + "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/normalize-url": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", - "engines": { - "node": ">=10" + "node_modules/micromark-extension-gfm": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", + "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", + "dependencies": { + "micromark-extension-gfm-autolink-literal": "^2.0.0", + "micromark-extension-gfm-footnote": "^2.0.0", + "micromark-extension-gfm-strikethrough": "^2.0.0", + "micromark-extension-gfm-table": "^2.0.0", + "micromark-extension-gfm-tagfilter": "^2.0.0", + "micromark-extension-gfm-task-list-item": "^2.0.0", + "micromark-util-combine-extensions": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/not": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz", - "integrity": "sha1-yWkcF0bFXc++VMvYvU/wQbwrUZ0=" - }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "node_modules/micromark-extension-gfm-autolink-literal": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.0.0.tgz", + "integrity": "sha512-rTHfnpt/Q7dEAK1Y5ii0W8bhfJlVJFnJMHIPisfPK3gpVNuOP0VnRl96+YJ3RYWV/P4gFeQoGKNlT3RhuvpqAg==", "dependencies": { - "path-key": "^3.0.0" + "micromark-util-character": "^2.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, - "engines": { - "node": ">=8" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/nprogress": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz", - "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==" - }, - "node_modules/nth-check": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "boolbase": "^1.0.0" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/micromark-extension-gfm-footnote": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.0.0.tgz", + "integrity": "sha512-6Rzu0CYRKDv3BfLAUnZsSlzx3ak6HAoI85KTiijuKIz5UxZxbUI+pD6oHgw+6UtQuiRwnGRhzMmPRv4smcz0fg==", + "dependencies": { + "devlop": "^1.0.0", + "micromark-core-commonmark": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" + "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-factory-space": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } + "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/object.assign": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "node_modules/micromark-extension-gfm-strikethrough": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.0.0.tgz", + "integrity": "sha512-c3BR1ClMp5fxxmwP6AoOY2fXO9U8uFMKs4ADD66ahLTNcwzSCyRVU4k7LPV5Nxo/VJiR4TdzxRQY2v3qIUceCw==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "has-symbols": "^1.0.3", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" + "devlop": "^1.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-classify-character": "^2.0.0", + "micromark-util-resolve-all": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/obuf": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "node_modules/micromark-extension-gfm-table": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.0.0.tgz", + "integrity": "sha512-PoHlhypg1ItIucOaHmKE8fbin3vTLpDOUg8KAr8gRCF1MOZI9Nquq2i/44wFvviM4WuxJzc3demT8Y3dkfvYrw==", "dependencies": { - "ee-first": "1.1.1" + "devlop": "^1.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, - "engines": { - "node": ">= 0.8" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "engines": { - "node": ">= 0.8" + "node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "wrappy": "1" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/micromark-extension-gfm-tagfilter": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", + "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" + "micromark-util-types": "^2.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/open": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", - "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "node_modules/micromark-extension-gfm-task-list-item": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.0.1.tgz", + "integrity": "sha512-cY5PzGcnULaN5O7T+cOzfMoHjBW7j+T9D2sucA5d/KbsBTPcYdebm9zUd9zzdgJGCwahV+/W78Z3nbulBYVbTw==", "dependencies": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" - }, - "engines": { - "node": ">=12" + "devlop": "^1.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/opener": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", - "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", - "bin": { - "opener": "bin/opener-bin.js" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", - "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", - "engines": { - "node": ">=6" + "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-factory-space": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/micromark-extension-mdx-expression": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.0.tgz", + "integrity": "sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" + "@types/estree": "^1.0.0", + "devlop": "^1.0.0", + "micromark-factory-mdx-expression": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-events-to-acorn": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "node_modules/micromark-extension-mdx-expression/node_modules/micromark-factory-space": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/p-retry": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", - "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "node_modules/micromark-extension-mdx-expression/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "@types/retry": "0.12.0", - "retry": "^0.13.1" - }, - "engines": { - "node": ">=8" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "engines": { - "node": ">=6" - } + "node_modules/micromark-extension-mdx-expression/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/package-json": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", - "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "node_modules/micromark-extension-mdx-jsx": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.0.tgz", + "integrity": "sha512-uvhhss8OGuzR4/N17L1JwvmJIpPhAd8oByMawEKx6NVdBCbesjH4t+vjEp3ZXft9DwvlKSD07fCeI44/N0Vf2w==", "dependencies": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" + "@types/acorn": "^4.0.0", + "@types/estree": "^1.0.0", + "devlop": "^1.0.0", + "estree-util-is-identifier-name": "^3.0.0", + "micromark-factory-mdx-expression": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0", + "vfile-message": "^4.0.0" }, - "engines": { - "node": ">=8" - } - }, - "node_modules/package-json/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/param-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "node_modules/micromark-extension-mdx-jsx/node_modules/micromark-factory-space": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "node_modules/micromark-extension-mdx-jsx/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/parse-entities": { + "node_modules/micromark-extension-mdx-jsx/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/micromark-extension-mdx-md": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz", + "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==", "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" + "micromark-util-types": "^2.0.0" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" + "node_modules/micromark-extension-mdxjs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz", + "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==", + "dependencies": { + "acorn": "^8.0.0", + "acorn-jsx": "^5.0.0", + "micromark-extension-mdx-expression": "^3.0.0", + "micromark-extension-mdx-jsx": "^3.0.0", + "micromark-extension-mdx-md": "^2.0.0", + "micromark-extension-mdxjs-esm": "^3.0.0", + "micromark-util-combine-extensions": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/parse-numeric-range": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", - "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==" - }, - "node_modules/parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" - }, - "node_modules/parse5-htmlparser2-tree-adapter": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz", - "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==", + "node_modules/micromark-extension-mdxjs-esm": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz", + "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==", "dependencies": { - "domhandler": "^5.0.2", - "parse5": "^7.0.0" + "@types/estree": "^1.0.0", + "devlop": "^1.0.0", + "micromark-core-commonmark": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-events-to-acorn": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0", + "unist-util-position-from-estree": "^2.0.0", + "vfile-message": "^4.0.0" }, "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "node_modules/micromark-extension-mdxjs-esm/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "entities": "^4.4.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } + "node_modules/micromark-extension-mdxjs-esm/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/pascal-case": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "node_modules/micromark-factory-destination": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.0.tgz", + "integrity": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "engines": { - "node": ">=8" + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "engines": { - "node": ">=0.10.0" + "node_modules/micromark-factory-destination/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/path-is-inside": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + "node_modules/micromark-factory-destination/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "engines": { - "node": ">=8" + "node_modules/micromark-factory-label": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.0.tgz", + "integrity": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "devlop": "^1.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "engines": { - "node": ">=8" + "node_modules/micromark-factory-label/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } + "node_modules/micromark-factory-label/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "node_modules/micromark-factory-mdx-expression": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.1.tgz", + "integrity": "sha512-F0ccWIUHRLRrYp5TC9ZYXmZo+p2AM13ggbsW4T0b5CRKP8KHVRB8t4pwtBgTxtjRmwrK0Irwm7vs2JOZabHZfg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@types/estree": "^1.0.0", + "devlop": "^1.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-events-to-acorn": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0", + "unist-util-position-from-estree": "^2.0.0", + "vfile-message": "^4.0.0" } }, - "node_modules/pkg-up": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", - "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "node_modules/micromark-factory-mdx-expression/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=8" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/pkg-up/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "node_modules/micromark-factory-mdx-expression/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/micromark-factory-space": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz", + "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" + "micromark-util-character": "^1.0.0", + "micromark-util-types": "^1.0.0" } }, - "node_modules/pkg-up/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "node_modules/micromark-factory-space/node_modules/micromark-util-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", + "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/micromark-factory-title": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.0.tgz", + "integrity": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/pkg-up/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "node_modules/micromark-factory-title/node_modules/micromark-factory-space": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/pkg-up/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", - "engines": { - "node": ">=4" + "node_modules/micromark-factory-title/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/postcss": { - "version": "8.4.31", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "node_modules/micromark-factory-title/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", "funding": [ { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" }, { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/micromark-factory-whitespace": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.0.tgz", + "integrity": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" }, { - "type": "github", - "url": "https://github.com/sponsors/ai" + "type": "OpenCollective", + "url": "https://opencollective.com/unified" } ], "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/postcss-calc": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", - "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "node_modules/micromark-factory-whitespace/node_modules/micromark-factory-space": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "postcss-selector-parser": "^6.0.9", - "postcss-value-parser": "^4.2.0" - }, - "peerDependencies": { - "postcss": "^8.2.2" + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/postcss-colormin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", - "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", + "node_modules/micromark-factory-whitespace/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "browserslist": "^4.21.4", - "caniuse-api": "^3.0.0", - "colord": "^2.9.1", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/postcss-convert-values": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", - "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", - "dependencies": { - "browserslist": "^4.21.4", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } + "node_modules/micromark-factory-whitespace/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/postcss-discard-comments": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", - "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node_modules/micromark-util-character": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz", + "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0" } }, - "node_modules/postcss-discard-duplicates": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", - "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } + "node_modules/micromark-util-character/node_modules/micromark-util-types": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", + "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/postcss-discard-empty": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", - "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node_modules/micromark-util-chunked": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.0.tgz", + "integrity": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0" } }, - "node_modules/postcss-discard-overridden": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", - "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } + "node_modules/micromark-util-chunked/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/postcss-discard-unused": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-5.1.0.tgz", - "integrity": "sha512-KwLWymI9hbwXmJa0dkrzpRbSJEh0vVUd7r8t0yOGPcfKzyJJxFM8kLyC5Ev9avji6nY95pOp1W6HqIrfT+0VGw==", + "node_modules/micromark-util-classify-character": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.0.tgz", + "integrity": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/postcss-loader": { - "version": "7.3.3", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.3.tgz", - "integrity": "sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==", + "node_modules/micromark-util-classify-character/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "cosmiconfig": "^8.2.0", - "jiti": "^1.18.2", - "semver": "^7.3.8" - }, - "engines": { - "node": ">= 14.15.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/postcss-merge-idents": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-5.1.1.tgz", - "integrity": "sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==", - "dependencies": { - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } + "node_modules/micromark-util-classify-character/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "node_modules/postcss-merge-longhand": { - "version": "5.1.7", - "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", - "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", + "node_modules/micromark-util-combine-extensions": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.0.tgz", + "integrity": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "postcss-value-parser": "^4.2.0", - "stylehacks": "^5.1.1" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "micromark-util-chunked": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "node_modules/postcss-merge-rules": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", - "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", + "node_modules/micromark-util-decode-numeric-character-reference": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.1.tgz", + "integrity": "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "browserslist": "^4.21.4", - "caniuse-api": "^3.0.0", - "cssnano-utils": "^3.1.0", - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "micromark-util-symbol": "^2.0.0" } }, - "node_modules/postcss-minify-font-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", - "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "node_modules/micromark-util-decode-numeric-character-reference/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/micromark-util-decode-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.0.tgz", + "integrity": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "decode-named-character-reference": "^1.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-decode-numeric-character-reference": "^2.0.0", + "micromark-util-symbol": "^2.0.0" } }, - "node_modules/postcss-minify-gradients": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", - "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", - "dependencies": { - "colord": "^2.9.1", - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-params": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", - "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", - "dependencies": { - "browserslist": "^4.21.4", - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-selectors": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", - "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", - "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-modules-extract-imports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-local-by-default": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz", - "integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==", - "dependencies": { - "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-scope": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", - "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", - "dependencies": { - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-values": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", - "dependencies": { - "icss-utils": "^5.0.0" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-normalize-charset": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", - "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-display-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", - "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-positions": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", - "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-repeat-style": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", - "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-string": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", - "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-timing-functions": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", - "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-unicode": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", - "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", - "dependencies": { - "browserslist": "^4.21.4", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", - "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", - "dependencies": { - "normalize-url": "^6.0.1", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-whitespace": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", - "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-ordered-values": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", - "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", - "dependencies": { - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-reduce-idents": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-5.2.0.tgz", - "integrity": "sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-reduce-initial": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", - "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", - "dependencies": { - "browserslist": "^4.21.4", - "caniuse-api": "^3.0.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-reduce-transforms": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", - "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.13", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", - "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-sort-media-queries": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-4.4.1.tgz", - "integrity": "sha512-QDESFzDDGKgpiIh4GYXsSy6sek2yAwQx1JASl5AxBtU1Lq2JfKBljIPNdil989NcSKRQX1ToiaKphImtBuhXWw==", - "dependencies": { - "sort-css-media-queries": "2.1.0" - }, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "postcss": "^8.4.16" - } - }, - "node_modules/postcss-svgo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", - "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", - "dependencies": { - "postcss-value-parser": "^4.2.0", - "svgo": "^2.7.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-svgo/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "engines": { - "node": ">= 10" - } - }, - "node_modules/postcss-svgo/node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/postcss-svgo/node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/postcss-svgo/node_modules/csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", - "dependencies": { - "css-tree": "^1.1.2" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/postcss-svgo/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/postcss-svgo/node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/postcss-svgo/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/postcss-svgo/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/postcss-svgo/node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" - }, - "node_modules/postcss-svgo/node_modules/svgo": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", - "dependencies": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" - }, - "bin": { - "svgo": "bin/svgo" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/postcss-unique-selectors": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", - "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", - "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" - }, - "node_modules/postcss-zindex": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-5.1.0.tgz", - "integrity": "sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", - "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", - "engines": { - "node": ">=4" - } - }, - "node_modules/pretty-error": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", - "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", - "dependencies": { - "lodash": "^4.17.20", - "renderkid": "^3.0.0" - } - }, - "node_modules/pretty-time": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz", - "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/prism-react-renderer": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz", - "integrity": "sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==", - "peerDependencies": { - "react": ">=0.14.9" - } - }, - "node_modules/prismjs": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", - "engines": { - "node": ">=6" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "node_modules/promise": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", - "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", - "dependencies": { - "asap": "~2.0.3" - } - }, - "node_modules/prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz", - "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - } - }, - "node_modules/property-information": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", - "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", - "dependencies": { - "xtend": "^4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/proxy-addr/node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" - }, - "node_modules/pupa": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", - "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", - "dependencies": { - "escape-goat": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pure-color": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/pure-color/-/pure-color-1.3.0.tgz", - "integrity": "sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA==" - }, - "node_modules/qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/queue": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", - "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==", - "dependencies": { - "inherits": "~2.0.3" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", - "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/raw-body/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/rc": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "dependencies": { - "deep-extend": "^0.6.0", - "ini": "~1.3.0", - "minimist": "^1.2.0", - "strip-json-comments": "~2.0.1" - }, - "bin": { - "rc": "cli.js" - } - }, - "node_modules/rc/node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-base16-styling": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/react-base16-styling/-/react-base16-styling-0.6.0.tgz", - "integrity": "sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==", - "dependencies": { - "base16": "^1.0.0", - "lodash.curry": "^4.0.1", - "lodash.flow": "^3.3.0", - "pure-color": "^1.2.0" - } - }, - "node_modules/react-dev-utils": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", - "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", - "dependencies": { - "@babel/code-frame": "^7.16.0", - "address": "^1.1.2", - "browserslist": "^4.18.1", - "chalk": "^4.1.2", - "cross-spawn": "^7.0.3", - "detect-port-alt": "^1.1.6", - "escape-string-regexp": "^4.0.0", - "filesize": "^8.0.6", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.5.0", - "global-modules": "^2.0.0", - "globby": "^11.0.4", - "gzip-size": "^6.0.0", - "immer": "^9.0.7", - "is-root": "^2.1.0", - "loader-utils": "^3.2.0", - "open": "^8.4.0", - "pkg-up": "^3.1.0", - "prompts": "^2.4.2", - "react-error-overlay": "^6.0.11", - "recursive-readdir": "^2.2.2", - "shell-quote": "^1.7.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/react-dev-utils/node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dev-utils/node_modules/loader-utils": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", - "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", - "engines": { - "node": ">= 12.13.0" - } - }, - "node_modules/react-dev-utils/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dev-utils/node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dev-utils/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" - }, - "peerDependencies": { - "react": "17.0.2" - } - }, - "node_modules/react-error-overlay": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", - "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" - }, - "node_modules/react-fast-compare": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", - "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" - }, - "node_modules/react-helmet-async": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.3.0.tgz", - "integrity": "sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": "^16.6.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/react-json-view": { - "version": "1.21.3", - "resolved": "https://registry.npmjs.org/react-json-view/-/react-json-view-1.21.3.tgz", - "integrity": "sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==", - "dependencies": { - "flux": "^4.0.1", - "react-base16-styling": "^0.6.0", - "react-lifecycles-compat": "^3.0.4", - "react-textarea-autosize": "^8.3.2" - }, - "peerDependencies": { - "react": "^17.0.0 || ^16.3.0 || ^15.5.4", - "react-dom": "^17.0.0 || ^16.3.0 || ^15.5.4" - } - }, - "node_modules/react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", - "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" - }, - "node_modules/react-loadable": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/react-loadable/-/react-loadable-5.5.0.tgz", - "integrity": "sha512-C8Aui0ZpMd4KokxRdVAm2bQtI03k2RMRNzOB+IipV3yxFTSVICv7WoUr5L9ALB5BmKO1iHgZtWM8EvYG83otdg==", - "peer": true, - "dependencies": { - "prop-types": "^15.5.0" - }, - "peerDependencies": { - "react": "*" - } - }, - "node_modules/react-loadable-ssr-addon-v5-slorber": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/react-loadable-ssr-addon-v5-slorber/-/react-loadable-ssr-addon-v5-slorber-1.0.1.tgz", - "integrity": "sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==", - "dependencies": { - "@babel/runtime": "^7.10.3" - }, - "engines": { - "node": ">=10.13.0" - }, - "peerDependencies": { - "react-loadable": "*", - "webpack": ">=4.41.1 || 5.x" - } - }, - "node_modules/react-router": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz", - "integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==", - "dependencies": { - "@babel/runtime": "^7.12.13", - "history": "^4.9.0", - "hoist-non-react-statics": "^3.1.0", - "loose-envify": "^1.3.1", - "path-to-regexp": "^1.7.0", - "prop-types": "^15.6.2", - "react-is": "^16.6.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0" - }, - "peerDependencies": { - "react": ">=15" - } - }, - "node_modules/react-router-config": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/react-router-config/-/react-router-config-5.1.1.tgz", - "integrity": "sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==", - "dependencies": { - "@babel/runtime": "^7.1.2" - }, - "peerDependencies": { - "react": ">=15", - "react-router": ">=5" - } - }, - "node_modules/react-router-dom": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz", - "integrity": "sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==", - "dependencies": { - "@babel/runtime": "^7.12.13", - "history": "^4.9.0", - "loose-envify": "^1.3.1", - "prop-types": "^15.6.2", - "react-router": "5.3.4", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0" - }, - "peerDependencies": { - "react": ">=15" - } - }, - "node_modules/react-router/node_modules/isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - }, - "node_modules/react-router/node_modules/path-to-regexp": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", - "dependencies": { - "isarray": "0.0.1" - } - }, - "node_modules/react-textarea-autosize": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.0.tgz", - "integrity": "sha512-cp488su3U9RygmHmGpJp0KEt0i/+57KCK33XVPH+50swVRBhIZYh0fGduz2YLKXwl9vSKBZ9HUXcg9PQXUXqIw==", - "dependencies": { - "@babel/runtime": "^7.20.13", - "use-composed-ref": "^1.3.0", - "use-latest": "^1.2.1" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/reading-time": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/reading-time/-/reading-time-1.5.0.tgz", - "integrity": "sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==" - }, - "node_modules/rechoir": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", - "dependencies": { - "resolve": "^1.1.6" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/recursive-readdir": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", - "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", - "dependencies": { - "minimatch": "^3.0.5" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" - }, - "node_modules/regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", - "dependencies": { - "regenerate": "^1.4.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" - }, - "node_modules/regenerator-transform": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", - "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", - "dependencies": { - "@babel/runtime": "^7.8.4" - } - }, - "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "dependencies": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/registry-auth-token": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.1.tgz", - "integrity": "sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==", - "dependencies": { - "rc": "^1.2.8" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", - "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", - "dependencies": { - "rc": "^1.2.8" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "bin": { - "jsesc": "bin/jsesc" - } - }, - "node_modules/relateurl": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", - "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/remark-emoji": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/remark-emoji/-/remark-emoji-2.2.0.tgz", - "integrity": "sha512-P3cj9s5ggsUvWw5fS2uzCHJMGuXYRb0NnZqYlNecewXt8QBU9n5vW3DUUKOhepS8F9CwdMx9B8a3i7pqFWAI5w==", - "dependencies": { - "emoticon": "^3.2.0", - "node-emoji": "^1.10.0", - "unist-util-visit": "^2.0.3" - } - }, - "node_modules/remark-footnotes": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz", - "integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz", - "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==", - "dependencies": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-mdx/node_modules/@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/remark-mdx/node_modules/@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" - }, - "node_modules/remark-mdx/node_modules/@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/remark-mdx/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/remark-mdx/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz", - "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==", - "dependencies": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-parse/node_modules/trim": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", - "integrity": "sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==", - "deprecated": "Use String.prototype.trim() instead" - }, - "node_modules/remark-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz", - "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==", - "dependencies": { - "mdast-squeeze-paragraphs": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/renderkid": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", - "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", - "dependencies": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^6.0.1" - } - }, - "node_modules/renderkid/node_modules/css-select": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz", - "integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^5.1.0", - "domhandler": "^4.3.0", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/renderkid/node_modules/css-what": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", - "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/renderkid/node_modules/dom-serializer": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", - "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/renderkid/node_modules/domhandler": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.0.tgz", - "integrity": "sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/renderkid/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/renderkid/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/renderkid/node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" - } - }, - "node_modules/repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-like": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/require-like/-/require-like-0.1.2.tgz", - "integrity": "sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==", - "engines": { - "node": "*" - } - }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" - }, - "node_modules/resolve": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", - "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", - "dependencies": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-pathname": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", - "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==" - }, - "node_modules/responselike": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", - "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", - "dependencies": { - "lowercase-keys": "^1.0.0" - } - }, - "node_modules/retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/rtl-detect": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/rtl-detect/-/rtl-detect-1.0.4.tgz", - "integrity": "sha512-EBR4I2VDSSYr7PkBmFy04uhycIpDKp+21p/jARYXlCSjQksTBQcJ0HFUPOO79EPPH5JS6VAhiIQbycf0O3JAxQ==" - }, - "node_modules/rtlcss": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.5.0.tgz", - "integrity": "sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==", - "dependencies": { - "find-up": "^5.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.3.11", - "strip-json-comments": "^3.1.1" - }, - "bin": { - "rtlcss": "bin/rtlcss.js" - } - }, - "node_modules/rtlcss/node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/rtlcss/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/rtlcss/node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/rtlcss/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/rxjs": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", - "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" - }, - "node_modules/scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "node_modules/schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dependencies": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/search-insights": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.6.0.tgz", - "integrity": "sha512-vU2/fJ+h/Mkm/DJOe+EaM5cafJv/1rRTZpGJTuFPf/Q5LjzgMDsqPdSaZsAe+GAWHHsfsu+rQSAn6c8IGtBEVw==", - "peer": true, - "engines": { - "node": ">=8.16.0" - } - }, - "node_modules/section-matter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", - "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", - "dependencies": { - "extend-shallow": "^2.0.1", - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/select-hose": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" - }, - "node_modules/selfsigned": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz", - "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", - "dependencies": { - "node-forge": "^1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", - "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver-diff": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", - "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", - "dependencies": { - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/semver-diff/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "node_modules/serialize-javascript": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", - "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/serve-handler": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.5.tgz", - "integrity": "sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==", - "dependencies": { - "bytes": "3.0.0", - "content-disposition": "0.5.2", - "fast-url-parser": "1.1.3", - "mime-types": "2.1.18", - "minimatch": "3.1.2", - "path-is-inside": "1.0.2", - "path-to-regexp": "2.2.1", - "range-parser": "1.2.0" - } - }, - "node_modules/serve-handler/node_modules/content-disposition": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", - "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-handler/node_modules/mime-db": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", - "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-handler/node_modules/mime-types": { - "version": "2.1.18", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", - "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", - "dependencies": { - "mime-db": "~1.33.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-handler/node_modules/path-to-regexp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz", - "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==" - }, - "node_modules/serve-handler/node_modules/range-parser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", - "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", - "dependencies": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/serve-index/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/serve-index/node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" - }, - "node_modules/serve-index/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/serve-index/node_modules/setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" - }, - "node_modules/serve-index/node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "dependencies": { - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "engines": { - "node": ">=8" - } - }, - "node_modules/shell-quote": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", - "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/shelljs": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", - "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", - "dependencies": { - "glob": "^7.0.0", - "interpret": "^1.0.0", - "rechoir": "^0.6.2" - }, - "bin": { - "shjs": "bin/shjs" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" - }, - "node_modules/sirv": { - "version": "1.0.19", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.19.tgz", - "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", - "dependencies": { - "@polka/url": "^1.0.0-next.20", - "mrmime": "^1.0.0", - "totalist": "^1.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "node_modules/sitemap": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.1.tgz", - "integrity": "sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==", - "dependencies": { - "@types/node": "^17.0.5", - "@types/sax": "^1.2.1", - "arg": "^5.0.0", - "sax": "^1.2.4" - }, - "bin": { - "sitemap": "dist/cli.js" - }, - "engines": { - "node": ">=12.0.0", - "npm": ">=5.6.0" - } - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/snake-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", - "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/sockjs": { - "version": "0.3.24", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", - "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", - "dependencies": { - "faye-websocket": "^0.11.3", - "uuid": "^8.3.2", - "websocket-driver": "^0.7.4" - } - }, - "node_modules/sort-css-media-queries": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/sort-css-media-queries/-/sort-css-media-queries-2.1.0.tgz", - "integrity": "sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==", - "engines": { - "node": ">= 6.3.0" - } - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", - "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/spdy": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "dependencies": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/spdy-transport": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", - "dependencies": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" - } - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" - }, - "node_modules/stable": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", - "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" - }, - "node_modules/state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz", - "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/std-env": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.0.1.tgz", - "integrity": "sha512-mC1Ps9l77/97qeOZc+HrOL7TIaOboHqMZ24dGVQrlxFcpPpfCHpH+qfUT7Dz+6mlG8+JPA1KfBQo19iC/+Ngcw==" - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string_decoder/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "node_modules/stringify-object": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", - "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", - "dependencies": { - "get-own-enumerable-property-symbols": "^3.0.0", - "is-obj": "^1.0.1", - "is-regexp": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-bom-string": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", - "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz", - "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==", - "dependencies": { - "inline-style-parser": "0.1.1" - } - }, - "node_modules/stylehacks": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", - "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", - "dependencies": { - "browserslist": "^4.21.4", - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/svg-parser": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", - "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" - }, - "node_modules/svgo": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.2.tgz", - "integrity": "sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==", - "dependencies": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^5.1.0", - "css-tree": "^2.2.1", - "csso": "^5.0.5", - "picocolors": "^1.0.0" - }, - "bin": { - "svgo": "bin/svgo" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/svgo" - } - }, - "node_modules/svgo/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "engines": { - "node": ">= 10" - } - }, - "node_modules/tapable": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz", - "integrity": "sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/terser": { - "version": "5.18.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.18.1.tgz", - "integrity": "sha512-j1n0Ao919h/Ai5r43VAnfV/7azUYW43GPxK7qSATzrsERfW7+y2QW9Cp9ufnRF5CQUWbnLSo7UJokSWCqg4tsQ==", - "dependencies": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/terser-webpack-plugin": { - "version": "5.3.9", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz", - "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.17", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.1", - "terser": "^5.16.8" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "uglify-js": { - "optional": true - } - } - }, - "node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" - }, - "node_modules/thunky": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" - }, - "node_modules/tiny-invariant": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.1.0.tgz", - "integrity": "sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==" - }, - "node_modules/tiny-warning": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "engines": { - "node": ">=4" - } - }, - "node_modules/to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", - "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", - "engines": { - "node": ">=6" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/to-vfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-6.1.0.tgz", - "integrity": "sha512-BxX8EkCxOAZe+D/ToHdDsJcVI4HqQfmw0tCkp31zf3dNP/XWIAjU4CmeuSwsSoOzOTqHPOL0KUzyZqJplkD0Qw==", - "dependencies": { - "is-buffer": "^2.0.0", - "vfile": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/totalist": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-1.1.0.tgz", - "integrity": "sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" - }, - "node_modules/trim": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/trim/-/trim-1.0.1.tgz", - "integrity": "sha512-3JVP2YVqITUisXblCDq/Bi4P9457G/sdEamInkyvCsjbTcXLXIiG7XCb4kGMFWh6JGXesS3TKxOPtrncN/xe8w==", - "deprecated": "Use String.prototype.trim() instead" - }, - "node_modules/trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz", - "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/trough": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", - "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" - }, - "node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, - "node_modules/typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/ua-parser-js": { - "version": "1.0.35", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.35.tgz", - "integrity": "sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/ua-parser-js" - }, - { - "type": "paypal", - "url": "https://paypal.me/faisalman" - } - ], - "engines": { - "node": "*" - } - }, - "node_modules/unherit": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", - "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==", - "dependencies": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unified": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz", - "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", - "dependencies": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unique-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", - "dependencies": { - "crypto-random-string": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz", - "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-find-after": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-3.0.0.tgz", - "integrity": "sha512-ojlBqfsBftYXExNu3+hHLfJQ/X1jYY/9vdm4yZWjIbf0VuWF6CRufci1ZyoD/wV2TYMKxXUoNuoqwy+CkgzAiQ==", - "dependencies": { - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-generated": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz", - "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-is": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz", - "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-remove": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz", - "integrity": "sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==", - "dependencies": { - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-remove-position": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz", - "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==", - "dependencies": { - "unist-util-visit": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "dependencies": { - "@types/unist": "^2.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", - "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/update-notifier": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz", - "integrity": "sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==", - "dependencies": { - "boxen": "^5.0.0", - "chalk": "^4.1.0", - "configstore": "^5.0.1", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.4.0", - "is-npm": "^5.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.1.0", - "pupa": "^2.1.1", - "semver": "^7.3.4", - "semver-diff": "^3.1.1", - "xdg-basedir": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/yeoman/update-notifier?sponsor=1" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/uri-js/node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/url-loader": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", - "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", - "dependencies": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "file-loader": "*", - "webpack": "^4.0.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "file-loader": { - "optional": true - } - } - }, - "node_modules/url-loader/node_modules/schema-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.0.tgz", - "integrity": "sha512-tTEaeYkyIhEZ9uWgAjDerWov3T9MgX8dhhy2r0IGeeX4W8ngtGl1++dUve/RUqzuaASSh7shwCDJjEzthxki8w==", - "dependencies": { - "@types/json-schema": "^7.0.7", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", - "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", - "dependencies": { - "prepend-http": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/use-composed-ref": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.3.0.tgz", - "integrity": "sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/use-isomorphic-layout-effect": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz", - "integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/use-latest": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/use-latest/-/use-latest-1.2.1.tgz", - "integrity": "sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==", - "dependencies": { - "use-isomorphic-layout-effect": "^1.1.1" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/use-sync-external-store": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", - "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" - }, - "node_modules/utila": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", - "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=" - }, - "node_modules/utility-types": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", - "integrity": "sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/value-equal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", - "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==" - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/vfile": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/vfile-location": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz", - "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/wait-on": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-6.0.1.tgz", - "integrity": "sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==", - "dependencies": { - "axios": "^0.25.0", - "joi": "^17.6.0", - "lodash": "^4.17.21", - "minimist": "^1.2.5", - "rxjs": "^7.5.4" - }, - "bin": { - "wait-on": "bin/wait-on" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/watchpack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "dependencies": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/wbuf": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", - "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", - "dependencies": { - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/web-namespaces": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz", - "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" - }, - "node_modules/webpack": { - "version": "5.88.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.0.tgz", - "integrity": "sha512-O3jDhG5e44qIBSi/P6KpcCcH7HD+nYIHVBhdWFxcLOcIGN8zGo5nqF3BjyNCxIh4p1vFdNnreZv2h2KkoAw3lw==", - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.0", - "@webassemblyjs/ast": "^1.11.5", - "@webassemblyjs/wasm-edit": "^1.11.5", - "@webassemblyjs/wasm-parser": "^1.11.5", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.14.5", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.15.0", - "es-module-lexer": "^1.2.1", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.7", - "watchpack": "^2.4.0", - "webpack-sources": "^3.2.3" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-bundle-analyzer": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.9.0.tgz", - "integrity": "sha512-+bXGmO1LyiNx0i9enBu3H8mv42sj/BJWhZNFwjz92tVnBa9J3JMGo2an2IXlEleoDOPn/Hofl5hr/xCpObUDtw==", - "dependencies": { - "@discoveryjs/json-ext": "0.5.7", - "acorn": "^8.0.4", - "acorn-walk": "^8.0.0", - "chalk": "^4.1.0", - "commander": "^7.2.0", - "gzip-size": "^6.0.0", - "lodash": "^4.17.20", - "opener": "^1.5.2", - "sirv": "^1.0.7", - "ws": "^7.3.1" - }, - "bin": { - "webpack-bundle-analyzer": "lib/bin/analyzer.js" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/webpack-bundle-analyzer/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "engines": { - "node": ">= 10" - } - }, - "node_modules/webpack-dev-middleware": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", - "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", - "dependencies": { - "colorette": "^2.0.10", - "memfs": "^3.4.3", - "mime-types": "^2.1.31", - "range-parser": "^1.2.1", - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/webpack-dev-middleware/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/webpack-dev-middleware/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/webpack-dev-server": { - "version": "4.15.1", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz", - "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==", - "dependencies": { - "@types/bonjour": "^3.5.9", - "@types/connect-history-api-fallback": "^1.3.5", - "@types/express": "^4.17.13", - "@types/serve-index": "^1.9.1", - "@types/serve-static": "^1.13.10", - "@types/sockjs": "^0.3.33", - "@types/ws": "^8.5.5", - "ansi-html-community": "^0.0.8", - "bonjour-service": "^1.0.11", - "chokidar": "^3.5.3", - "colorette": "^2.0.10", - "compression": "^1.7.4", - "connect-history-api-fallback": "^2.0.0", - "default-gateway": "^6.0.3", - "express": "^4.17.3", - "graceful-fs": "^4.2.6", - "html-entities": "^2.3.2", - "http-proxy-middleware": "^2.0.3", - "ipaddr.js": "^2.0.1", - "launch-editor": "^2.6.0", - "open": "^8.0.9", - "p-retry": "^4.5.0", - "rimraf": "^3.0.2", - "schema-utils": "^4.0.0", - "selfsigned": "^2.1.1", - "serve-index": "^1.9.1", - "sockjs": "^0.3.24", - "spdy": "^4.0.2", - "webpack-dev-middleware": "^5.3.1", - "ws": "^8.13.0" - }, - "bin": { - "webpack-dev-server": "bin/webpack-dev-server.js" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.37.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "webpack": { - "optional": true - }, - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-dev-server/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack-dev-server/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/webpack-dev-server/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/webpack-dev-server/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/webpack-dev-server/node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/webpack-merge": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", - "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", - "dependencies": { - "clone-deep": "^4.0.1", - "wildcard": "^2.0.0" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webpack/node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/webpack/node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/webpackbar": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz", - "integrity": "sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==", - "dependencies": { - "chalk": "^4.1.0", - "consola": "^2.15.3", - "pretty-time": "^1.1.0", - "std-env": "^3.0.1" - }, - "engines": { - "node": ">=12" - }, - "peerDependencies": { - "webpack": "3 || 4 || 5" - } - }, - "node_modules/websocket-driver": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", - "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", - "dependencies": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/websocket-extensions": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/wide-align": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", - "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", - "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, - "node_modules/widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", - "dependencies": { - "string-width": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wildcard": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", - "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==" - }, - "node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "node_modules/write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/xdg-basedir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", - "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/xml-js": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz", - "integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==", - "dependencies": { - "sax": "^1.2.4" - }, - "bin": { - "xml-js": "bin/cli.js" - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/zwitch": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", - "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - } - }, - "dependencies": { - "@algolia/autocomplete-core": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz", - "integrity": "sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==", - "requires": { - "@algolia/autocomplete-plugin-algolia-insights": "1.9.3", - "@algolia/autocomplete-shared": "1.9.3" - } - }, - "@algolia/autocomplete-plugin-algolia-insights": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.9.3.tgz", - "integrity": "sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==", - "requires": { - "@algolia/autocomplete-shared": "1.9.3" - } - }, - "@algolia/autocomplete-preset-algolia": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.9.3.tgz", - "integrity": "sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==", - "requires": { - "@algolia/autocomplete-shared": "1.9.3" - } - }, - "@algolia/autocomplete-shared": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.9.3.tgz", - "integrity": "sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==", - "requires": {} - }, - "@algolia/cache-browser-local-storage": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.18.0.tgz", - "integrity": "sha512-rUAs49NLlO8LVLgGzM4cLkw8NJLKguQLgvFmBEe3DyzlinoqxzQMHfKZs6TSq4LZfw/z8qHvRo8NcTAAUJQLcw==", - "requires": { - "@algolia/cache-common": "4.18.0" - } - }, - "@algolia/cache-common": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/cache-common/-/cache-common-4.18.0.tgz", - "integrity": "sha512-BmxsicMR4doGbeEXQu8yqiGmiyvpNvejYJtQ7rvzttEAMxOPoWEHrWyzBQw4x7LrBY9pMrgv4ZlUaF8PGzewHg==" - }, - "@algolia/cache-in-memory": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/cache-in-memory/-/cache-in-memory-4.18.0.tgz", - "integrity": "sha512-evD4dA1nd5HbFdufBxLqlJoob7E2ozlqJZuV3YlirNx5Na4q1LckIuzjNYZs2ddLzuTc/Xd5O3Ibf7OwPskHxw==", - "requires": { - "@algolia/cache-common": "4.18.0" - } - }, - "@algolia/client-account": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/client-account/-/client-account-4.18.0.tgz", - "integrity": "sha512-XsDnlROr3+Z1yjxBJjUMfMazi1V155kVdte6496atvBgOEtwCzTs3A+qdhfsAnGUvaYfBrBkL0ThnhMIBCGcew==", - "requires": { - "@algolia/client-common": "4.18.0", - "@algolia/client-search": "4.18.0", - "@algolia/transporter": "4.18.0" - } - }, - "@algolia/client-analytics": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-4.18.0.tgz", - "integrity": "sha512-chEUSN4ReqU7uRQ1C8kDm0EiPE+eJeAXiWcBwLhEynfNuTfawN9P93rSZktj7gmExz0C8XmkbBU19IQ05wCNrQ==", - "requires": { - "@algolia/client-common": "4.18.0", - "@algolia/client-search": "4.18.0", - "@algolia/requester-common": "4.18.0", - "@algolia/transporter": "4.18.0" - } - }, - "@algolia/client-common": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.18.0.tgz", - "integrity": "sha512-7N+soJFP4wn8tjTr3MSUT/U+4xVXbz4jmeRfWfVAzdAbxLAQbHa0o/POSdTvQ8/02DjCLelloZ1bb4ZFVKg7Wg==", - "requires": { - "@algolia/requester-common": "4.18.0", - "@algolia/transporter": "4.18.0" - } - }, - "@algolia/client-personalization": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-4.18.0.tgz", - "integrity": "sha512-+PeCjODbxtamHcPl+couXMeHEefpUpr7IHftj4Y4Nia1hj8gGq4VlIcqhToAw8YjLeCTfOR7r7xtj3pJcYdP8A==", - "requires": { - "@algolia/client-common": "4.18.0", - "@algolia/requester-common": "4.18.0", - "@algolia/transporter": "4.18.0" - } - }, - "@algolia/client-search": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.18.0.tgz", - "integrity": "sha512-F9xzQXTjm6UuZtnsLIew6KSraXQ0AzS/Ee+OD+mQbtcA/K1sg89tqb8TkwjtiYZ0oij13u3EapB3gPZwm+1Y6g==", - "requires": { - "@algolia/client-common": "4.18.0", - "@algolia/requester-common": "4.18.0", - "@algolia/transporter": "4.18.0" - } - }, - "@algolia/events": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@algolia/events/-/events-4.0.1.tgz", - "integrity": "sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==" - }, - "@algolia/logger-common": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/logger-common/-/logger-common-4.18.0.tgz", - "integrity": "sha512-46etYgSlkoKepkMSyaoriSn2JDgcrpc/nkOgou/lm0y17GuMl9oYZxwKKTSviLKI5Irk9nSKGwnBTQYwXOYdRg==" - }, - "@algolia/logger-console": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/logger-console/-/logger-console-4.18.0.tgz", - "integrity": "sha512-3P3VUYMl9CyJbi/UU1uUNlf6Z8N2ltW3Oqhq/nR7vH0CjWv32YROq3iGWGxB2xt3aXobdUPXs6P0tHSKRmNA6g==", - "requires": { - "@algolia/logger-common": "4.18.0" - } - }, - "@algolia/requester-browser-xhr": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.18.0.tgz", - "integrity": "sha512-/AcWHOBub2U4TE/bPi4Gz1XfuLK6/7dj4HJG+Z2SfQoS1RjNLshZclU3OoKIkFp8D2NC7+BNsPvr9cPLyW8nyQ==", - "requires": { - "@algolia/requester-common": "4.18.0" - } - }, - "@algolia/requester-common": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-common/-/requester-common-4.18.0.tgz", - "integrity": "sha512-xlT8R1qYNRBCi1IYLsx7uhftzdfsLPDGudeQs+xvYB4sQ3ya7+ppolB/8m/a4F2gCkEO6oxpp5AGemM7kD27jA==" - }, - "@algolia/requester-node-http": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-4.18.0.tgz", - "integrity": "sha512-TGfwj9aeTVgOUhn5XrqBhwUhUUDnGIKlI0kCBMdR58XfXcfdwomka+CPIgThRbfYw04oQr31A6/95ZH2QVJ9UQ==", - "requires": { - "@algolia/requester-common": "4.18.0" - } - }, - "@algolia/transporter": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/@algolia/transporter/-/transporter-4.18.0.tgz", - "integrity": "sha512-xbw3YRUGtXQNG1geYFEDDuFLZt4Z8YNKbamHPkzr3rWc6qp4/BqEeXcI2u/P/oMq2yxtXgMxrCxOPA8lyIe5jw==", - "requires": { - "@algolia/cache-common": "4.18.0", - "@algolia/logger-common": "4.18.0", - "@algolia/requester-common": "4.18.0" - } - }, - "@ampproject/remapping": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", - "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", - "requires": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@babel/code-frame": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", - "requires": { - "@babel/highlight": "^7.22.13", - "chalk": "^2.4.2" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@babel/compat-data": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz", - "integrity": "sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==" - }, - "@babel/core": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz", - "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==", - "requires": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helpers": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/generator": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", - "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", - "requires": { - "@babel/types": "^7.23.0", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", - "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz", - "integrity": "sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==", - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz", - "integrity": "sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==", - "requires": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "browserslist": "^4.21.3", - "lru-cache": "^5.1.1", - "semver": "^6.3.0" - }, - "dependencies": { - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "requires": { - "yallist": "^3.0.2" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz", - "integrity": "sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.5.tgz", - "integrity": "sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "regexpu-core": "^5.3.1", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz", - "integrity": "sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==", - "requires": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==" - }, - "@babel/helper-function-name": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", - "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", - "requires": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", - "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz", - "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==", - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-module-imports": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz", - "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==", - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-module-transforms": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz", - "integrity": "sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==", - "requires": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", - "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", - "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.5.tgz", - "integrity": "sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-wrap-function": "^7.22.5", - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-replace-supers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz", - "integrity": "sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==", - "requires": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.5", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", - "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", - "requires": { - "@babel/types": "^7.22.5" - } - }, - "@babel/helper-string-parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==" - }, - "@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==" - }, - "@babel/helper-validator-option": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz", - "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==" - }, - "@babel/helper-wrap-function": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz", - "integrity": "sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==", - "requires": { - "@babel/helper-function-name": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" - } - }, - "@babel/helpers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz", - "integrity": "sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==", - "requires": { - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5" - } - }, - "@babel/highlight": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", - "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", - "requires": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@babel/parser": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", - "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==" - }, - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz", - "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz", - "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.5" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz", - "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.12.1" - } - }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "requires": {} - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz", - "integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-syntax-import-attributes": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz", - "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", - "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz", - "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-syntax-unicode-sets-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz", - "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-async-generator-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.5.tgz", - "integrity": "sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==", - "requires": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.5", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz", - "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==", - "requires": { - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-remap-async-to-generator": "^7.22.5" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz", - "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.5.tgz", - "integrity": "sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-class-properties": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz", - "integrity": "sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-class-static-block": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz", - "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.5.tgz", - "integrity": "sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.5", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz", - "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/template": "^7.22.5" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.5.tgz", - "integrity": "sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz", - "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz", - "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-dynamic-import": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz", - "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz", - "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-export-namespace-from": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz", - "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz", - "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz", - "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==", - "requires": { - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-json-strings": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz", - "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz", - "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-logical-assignment-operators": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz", - "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz", - "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz", - "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==", - "requires": { - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz", - "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==", - "requires": { - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-simple-access": "^7.22.5" - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz", - "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==", - "requires": { - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5" - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz", - "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==", - "requires": { - "@babel/helper-module-transforms": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", - "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz", - "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz", - "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-transform-numeric-separator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz", - "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-transform-object-rest-spread": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz", - "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==", - "requires": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.22.5" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz", - "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.5" - } - }, - "@babel/plugin-transform-optional-catch-binding": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz", - "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-transform-optional-chaining": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.5.tgz", - "integrity": "sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz", - "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-private-methods": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz", - "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-private-property-in-object": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz", - "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz", - "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-react-constant-elements": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.22.5.tgz", - "integrity": "sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz", - "integrity": "sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz", - "integrity": "sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/types": "^7.22.5" - } - }, - "@babel/plugin-transform-react-jsx-development": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz", - "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==", - "requires": { - "@babel/plugin-transform-react-jsx": "^7.22.5" - } - }, - "@babel/plugin-transform-react-pure-annotations": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.22.5.tgz", - "integrity": "sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz", - "integrity": "sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "regenerator-transform": "^0.15.1" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz", - "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-runtime": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.5.tgz", - "integrity": "sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw==", - "requires": { - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "babel-plugin-polyfill-corejs2": "^0.4.3", - "babel-plugin-polyfill-corejs3": "^0.8.1", - "babel-plugin-polyfill-regenerator": "^0.5.0", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz", - "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz", - "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz", - "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz", - "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz", - "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.5.tgz", - "integrity": "sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-typescript": "^7.22.5" - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.5.tgz", - "integrity": "sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-unicode-property-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz", - "integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz", - "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/plugin-transform-unicode-sets-regex": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz", - "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5" - } - }, - "@babel/preset-env": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.5.tgz", - "integrity": "sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A==", - "requires": { - "@babel/compat-data": "^7.22.5", - "@babel/helper-compilation-targets": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.22.5", - "@babel/plugin-syntax-import-attributes": "^7.22.5", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.22.5", - "@babel/plugin-transform-async-generator-functions": "^7.22.5", - "@babel/plugin-transform-async-to-generator": "^7.22.5", - "@babel/plugin-transform-block-scoped-functions": "^7.22.5", - "@babel/plugin-transform-block-scoping": "^7.22.5", - "@babel/plugin-transform-class-properties": "^7.22.5", - "@babel/plugin-transform-class-static-block": "^7.22.5", - "@babel/plugin-transform-classes": "^7.22.5", - "@babel/plugin-transform-computed-properties": "^7.22.5", - "@babel/plugin-transform-destructuring": "^7.22.5", - "@babel/plugin-transform-dotall-regex": "^7.22.5", - "@babel/plugin-transform-duplicate-keys": "^7.22.5", - "@babel/plugin-transform-dynamic-import": "^7.22.5", - "@babel/plugin-transform-exponentiation-operator": "^7.22.5", - "@babel/plugin-transform-export-namespace-from": "^7.22.5", - "@babel/plugin-transform-for-of": "^7.22.5", - "@babel/plugin-transform-function-name": "^7.22.5", - "@babel/plugin-transform-json-strings": "^7.22.5", - "@babel/plugin-transform-literals": "^7.22.5", - "@babel/plugin-transform-logical-assignment-operators": "^7.22.5", - "@babel/plugin-transform-member-expression-literals": "^7.22.5", - "@babel/plugin-transform-modules-amd": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-modules-systemjs": "^7.22.5", - "@babel/plugin-transform-modules-umd": "^7.22.5", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.22.5", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5", - "@babel/plugin-transform-numeric-separator": "^7.22.5", - "@babel/plugin-transform-object-rest-spread": "^7.22.5", - "@babel/plugin-transform-object-super": "^7.22.5", - "@babel/plugin-transform-optional-catch-binding": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.22.5", - "@babel/plugin-transform-parameters": "^7.22.5", - "@babel/plugin-transform-private-methods": "^7.22.5", - "@babel/plugin-transform-private-property-in-object": "^7.22.5", - "@babel/plugin-transform-property-literals": "^7.22.5", - "@babel/plugin-transform-regenerator": "^7.22.5", - "@babel/plugin-transform-reserved-words": "^7.22.5", - "@babel/plugin-transform-shorthand-properties": "^7.22.5", - "@babel/plugin-transform-spread": "^7.22.5", - "@babel/plugin-transform-sticky-regex": "^7.22.5", - "@babel/plugin-transform-template-literals": "^7.22.5", - "@babel/plugin-transform-typeof-symbol": "^7.22.5", - "@babel/plugin-transform-unicode-escapes": "^7.22.5", - "@babel/plugin-transform-unicode-property-regex": "^7.22.5", - "@babel/plugin-transform-unicode-regex": "^7.22.5", - "@babel/plugin-transform-unicode-sets-regex": "^7.22.5", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.22.5", - "babel-plugin-polyfill-corejs2": "^0.4.3", - "babel-plugin-polyfill-corejs3": "^0.8.1", - "babel-plugin-polyfill-regenerator": "^0.5.0", - "core-js-compat": "^3.30.2", - "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "@babel/preset-modules": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } - }, - "@babel/preset-react": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.5.tgz", - "integrity": "sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-transform-react-display-name": "^7.22.5", - "@babel/plugin-transform-react-jsx": "^7.22.5", - "@babel/plugin-transform-react-jsx-development": "^7.22.5", - "@babel/plugin-transform-react-pure-annotations": "^7.22.5" - } - }, - "@babel/preset-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz", - "integrity": "sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "@babel/plugin-transform-typescript": "^7.22.5" - } - }, - "@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" - }, - "@babel/runtime": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz", - "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==", - "requires": { - "regenerator-runtime": "^0.13.11" - } - }, - "@babel/runtime-corejs3": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.22.5.tgz", - "integrity": "sha512-TNPDN6aBFaUox2Lu+H/Y1dKKQgr4ucz/FGyCz67RVYLsBpVpUFf1dDngzg+Od8aqbrqwyztkaZjtWCZEUOT8zA==", - "requires": { - "core-js-pure": "^3.30.2", - "regenerator-runtime": "^0.13.11" - } - }, - "@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", - "requires": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" - } - }, - "@babel/traverse": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", - "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", - "requires": { - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.0", - "@babel/types": "^7.23.0", - "debug": "^4.1.0", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", - "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", - "requires": { - "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.20", - "to-fast-properties": "^2.0.0" - } - }, - "@colors/colors": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", - "optional": true - }, - "@discoveryjs/json-ext": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==" - }, - "@docsearch/css": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.5.1.tgz", - "integrity": "sha512-2Pu9HDg/uP/IT10rbQ+4OrTQuxIWdKVUEdcw9/w7kZJv9NeHS6skJx1xuRiFyoGKwAzcHXnLp7csE99sj+O1YA==" - }, - "@docsearch/react": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.5.1.tgz", - "integrity": "sha512-t5mEODdLzZq4PTFAm/dvqcvZFdPDMdfPE5rJS5SC8OUq9mPzxEy6b+9THIqNM9P0ocCb4UC5jqBrxKclnuIbzQ==", - "requires": { - "@algolia/autocomplete-core": "1.9.3", - "@algolia/autocomplete-preset-algolia": "1.9.3", - "@docsearch/css": "3.5.1", - "algoliasearch": "^4.0.0" - } - }, - "@docusaurus/core": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.4.1.tgz", - "integrity": "sha512-SNsY7PshK3Ri7vtsLXVeAJGS50nJN3RgF836zkyUfAD01Fq+sAk5EwWgLw+nnm5KVNGDu7PRR2kRGDsWvqpo0g==", - "requires": { - "@babel/core": "^7.18.6", - "@babel/generator": "^7.18.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.18.6", - "@babel/preset-env": "^7.18.6", - "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", - "@babel/runtime": "^7.18.6", - "@babel/runtime-corejs3": "^7.18.6", - "@babel/traverse": "^7.18.8", - "@docusaurus/cssnano-preset": "2.4.1", - "@docusaurus/logger": "2.4.1", - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/react-loadable": "5.5.2", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-common": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "@slorber/static-site-generator-webpack-plugin": "^4.0.7", - "@svgr/webpack": "^6.2.1", - "autoprefixer": "^10.4.7", - "babel-loader": "^8.2.5", - "babel-plugin-dynamic-import-node": "^2.3.3", - "boxen": "^6.2.1", - "chalk": "^4.1.2", - "chokidar": "^3.5.3", - "clean-css": "^5.3.0", - "cli-table3": "^0.6.2", - "combine-promises": "^1.1.0", - "commander": "^5.1.0", - "copy-webpack-plugin": "^11.0.0", - "core-js": "^3.23.3", - "css-loader": "^6.7.1", - "css-minimizer-webpack-plugin": "^4.0.0", - "cssnano": "^5.1.12", - "del": "^6.1.1", - "detect-port": "^1.3.0", - "escape-html": "^1.0.3", - "eta": "^2.0.0", - "file-loader": "^6.2.0", - "fs-extra": "^10.1.0", - "html-minifier-terser": "^6.1.0", - "html-tags": "^3.2.0", - "html-webpack-plugin": "^5.5.0", - "import-fresh": "^3.3.0", - "leven": "^3.1.0", - "lodash": "^4.17.21", - "mini-css-extract-plugin": "^2.6.1", - "postcss": "^8.4.14", - "postcss-loader": "^7.0.0", - "prompts": "^2.4.2", - "react-dev-utils": "^12.0.1", - "react-helmet-async": "^1.3.0", - "react-loadable": "npm:@docusaurus/react-loadable@5.5.2", - "react-loadable-ssr-addon-v5-slorber": "^1.0.1", - "react-router": "^5.3.3", - "react-router-config": "^5.1.1", - "react-router-dom": "^5.3.3", - "rtl-detect": "^1.0.4", - "semver": "^7.3.7", - "serve-handler": "^6.1.3", - "shelljs": "^0.8.5", - "terser-webpack-plugin": "^5.3.3", - "tslib": "^2.4.0", - "update-notifier": "^5.1.0", - "url-loader": "^4.1.1", - "wait-on": "^6.0.1", - "webpack": "^5.73.0", - "webpack-bundle-analyzer": "^4.5.0", - "webpack-dev-server": "^4.9.3", - "webpack-merge": "^5.8.0", - "webpackbar": "^5.0.2" - }, - "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz", - "integrity": "sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==", - "requires": {} - }, - "@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.5.1.tgz", - "integrity": "sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==", - "requires": {} - }, - "@svgr/babel-plugin-svg-dynamic-title": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.5.1.tgz", - "integrity": "sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==", - "requires": {} - }, - "@svgr/babel-plugin-svg-em-dimensions": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.5.1.tgz", - "integrity": "sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==", - "requires": {} - }, - "@svgr/babel-plugin-transform-react-native-svg": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.5.1.tgz", - "integrity": "sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==", - "requires": {} - }, - "@svgr/babel-plugin-transform-svg-component": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.5.1.tgz", - "integrity": "sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==", - "requires": {} - }, - "@svgr/babel-preset": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-6.5.1.tgz", - "integrity": "sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==", - "requires": { - "@svgr/babel-plugin-add-jsx-attribute": "^6.5.1", - "@svgr/babel-plugin-remove-jsx-attribute": "*", - "@svgr/babel-plugin-remove-jsx-empty-expression": "*", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^6.5.1", - "@svgr/babel-plugin-svg-dynamic-title": "^6.5.1", - "@svgr/babel-plugin-svg-em-dimensions": "^6.5.1", - "@svgr/babel-plugin-transform-react-native-svg": "^6.5.1", - "@svgr/babel-plugin-transform-svg-component": "^6.5.1" - } - }, - "@svgr/core": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/core/-/core-6.5.1.tgz", - "integrity": "sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==", - "requires": { - "@babel/core": "^7.19.6", - "@svgr/babel-preset": "^6.5.1", - "@svgr/plugin-jsx": "^6.5.1", - "camelcase": "^6.2.0", - "cosmiconfig": "^7.0.1" - } - }, - "@svgr/hast-util-to-babel-ast": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.5.1.tgz", - "integrity": "sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==", - "requires": { - "@babel/types": "^7.20.0", - "entities": "^4.4.0" - } - }, - "@svgr/plugin-jsx": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-6.5.1.tgz", - "integrity": "sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==", - "requires": { - "@babel/core": "^7.19.6", - "@svgr/babel-preset": "^6.5.1", - "@svgr/hast-util-to-babel-ast": "^6.5.1", - "svg-parser": "^2.0.4" - } - }, - "@svgr/plugin-svgo": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-6.5.1.tgz", - "integrity": "sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==", - "requires": { - "cosmiconfig": "^7.0.1", - "deepmerge": "^4.2.2", - "svgo": "^2.8.0" - } - }, - "@svgr/webpack": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-6.5.1.tgz", - "integrity": "sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==", - "requires": { - "@babel/core": "^7.19.6", - "@babel/plugin-transform-react-constant-elements": "^7.18.12", - "@babel/preset-env": "^7.19.4", - "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", - "@svgr/core": "^6.5.1", - "@svgr/plugin-jsx": "^6.5.1", - "@svgr/plugin-svgo": "^6.5.1" - } - }, - "ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" - }, - "ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" - }, - "boxen": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-6.2.1.tgz", - "integrity": "sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==", - "requires": { - "ansi-align": "^3.0.1", - "camelcase": "^6.2.0", - "chalk": "^4.1.2", - "cli-boxes": "^3.0.0", - "string-width": "^5.0.1", - "type-fest": "^2.5.0", - "widest-line": "^4.0.1", - "wrap-ansi": "^8.0.1" - } - }, - "cli-boxes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz", - "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==" - }, - "cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - } - }, - "css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - } - }, - "css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "requires": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - } - }, - "csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", - "requires": { - "css-tree": "^1.1.2" - } - }, - "dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "dependencies": { - "entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" - } - } - }, - "domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "requires": { - "domelementtype": "^2.2.0" - } - }, - "domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "requires": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - } - }, - "mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" - }, - "react-loadable": { - "version": "npm:@docusaurus/react-loadable@5.5.2", - "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz", - "integrity": "sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==", - "requires": { - "@types/react": "*", - "prop-types": "^15.6.2" - } - }, - "string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "requires": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - } - }, - "strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "requires": { - "ansi-regex": "^6.0.1" - } - }, - "svgo": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", - "requires": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" - }, - "dependencies": { - "commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" - } - } - }, - "type-fest": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==" - }, - "widest-line": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", - "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", - "requires": { - "string-width": "^5.0.1" - } - }, - "wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "requires": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - } - } - } - }, - "@docusaurus/cssnano-preset": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-2.4.1.tgz", - "integrity": "sha512-ka+vqXwtcW1NbXxWsh6yA1Ckii1klY9E53cJ4O9J09nkMBgrNX3iEFED1fWdv8wf4mJjvGi5RLZ2p9hJNjsLyQ==", - "requires": { - "cssnano-preset-advanced": "^5.3.8", - "postcss": "^8.4.14", - "postcss-sort-media-queries": "^4.2.1", - "tslib": "^2.4.0" - } - }, - "@docusaurus/logger": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-2.4.1.tgz", - "integrity": "sha512-5h5ysIIWYIDHyTVd8BjheZmQZmEgWDR54aQ1BX9pjFfpyzFo5puKXKYrYJXbjEHGyVhEzmB9UXwbxGfaZhOjcg==", - "requires": { - "chalk": "^4.1.2", - "tslib": "^2.4.0" - } - }, - "@docusaurus/mdx-loader": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-2.4.1.tgz", - "integrity": "sha512-4KhUhEavteIAmbBj7LVFnrVYDiU51H5YWW1zY6SmBSte/YLhDutztLTBE0PQl1Grux1jzUJeaSvAzHpTn6JJDQ==", - "requires": { - "@babel/parser": "^7.18.8", - "@babel/traverse": "^7.18.8", - "@docusaurus/logger": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@mdx-js/mdx": "^1.6.22", - "escape-html": "^1.0.3", - "file-loader": "^6.2.0", - "fs-extra": "^10.1.0", - "image-size": "^1.0.1", - "mdast-util-to-string": "^2.0.0", - "remark-emoji": "^2.2.0", - "stringify-object": "^3.3.0", - "tslib": "^2.4.0", - "unified": "^9.2.2", - "unist-util-visit": "^2.0.3", - "url-loader": "^4.1.1", - "webpack": "^5.73.0" - }, - "dependencies": { - "unified": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz", - "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==", - "requires": { - "bail": "^1.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" - } - } - } - }, - "@docusaurus/module-type-aliases": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-2.4.1.tgz", - "integrity": "sha512-gLBuIFM8Dp2XOCWffUDSjtxY7jQgKvYujt7Mx5s4FCTfoL5dN1EVbnrn+O2Wvh8b0a77D57qoIDY7ghgmatR1A==", - "requires": { - "@docusaurus/react-loadable": "5.5.2", - "@docusaurus/types": "2.4.1", - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router-config": "*", - "@types/react-router-dom": "*", - "react-helmet-async": "*", - "react-loadable": "npm:@docusaurus/react-loadable@5.5.2" - }, - "dependencies": { - "react-loadable": { - "version": "npm:@docusaurus/react-loadable@5.5.2", - "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz", - "integrity": "sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==", - "requires": { - "@types/react": "*", - "prop-types": "^15.6.2" - } - } - } - }, - "@docusaurus/plugin-content-blog": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.4.1.tgz", - "integrity": "sha512-E2i7Knz5YIbE1XELI6RlTnZnGgS52cUO4BlCiCUCvQHbR+s1xeIWz4C6BtaVnlug0Ccz7nFSksfwDpVlkujg5Q==", - "requires": { - "@docusaurus/core": "2.4.1", - "@docusaurus/logger": "2.4.1", - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-common": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "cheerio": "^1.0.0-rc.12", - "feed": "^4.2.2", - "fs-extra": "^10.1.0", - "lodash": "^4.17.21", - "reading-time": "^1.5.0", - "tslib": "^2.4.0", - "unist-util-visit": "^2.0.3", - "utility-types": "^3.10.0", - "webpack": "^5.73.0" - } - }, - "@docusaurus/plugin-content-docs": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.4.1.tgz", - "integrity": "sha512-Lo7lSIcpswa2Kv4HEeUcGYqaasMUQNpjTXpV0N8G6jXgZaQurqp7E8NGYeGbDXnb48czmHWbzDL4S3+BbK0VzA==", - "requires": { - "@docusaurus/core": "2.4.1", - "@docusaurus/logger": "2.4.1", - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/module-type-aliases": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "@types/react-router-config": "^5.0.6", - "combine-promises": "^1.1.0", - "fs-extra": "^10.1.0", - "import-fresh": "^3.3.0", - "js-yaml": "^4.1.0", - "lodash": "^4.17.21", - "tslib": "^2.4.0", - "utility-types": "^3.10.0", - "webpack": "^5.73.0" - } - }, - "@docusaurus/plugin-content-pages": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.4.1.tgz", - "integrity": "sha512-/UjuH/76KLaUlL+o1OvyORynv6FURzjurSjvn2lbWTFc4tpYY2qLYTlKpTCBVPhlLUQsfyFnshEJDLmPneq2oA==", - "requires": { - "@docusaurus/core": "2.4.1", - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "fs-extra": "^10.1.0", - "tslib": "^2.4.0", - "webpack": "^5.73.0" - } - }, - "@docusaurus/plugin-debug": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-2.4.1.tgz", - "integrity": "sha512-7Yu9UPzRShlrH/G8btOpR0e6INFZr0EegWplMjOqelIwAcx3PKyR8mgPTxGTxcqiYj6hxSCRN0D8R7YrzImwNA==", - "requires": { - "@docusaurus/core": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "fs-extra": "^10.1.0", - "react-json-view": "^1.21.3", - "tslib": "^2.4.0" - } - }, - "@docusaurus/plugin-google-analytics": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.4.1.tgz", - "integrity": "sha512-dyZJdJiCoL+rcfnm0RPkLt/o732HvLiEwmtoNzOoz9MSZz117UH2J6U2vUDtzUzwtFLIf32KkeyzisbwUCgcaQ==", - "requires": { - "@docusaurus/core": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "tslib": "^2.4.0" - } - }, - "@docusaurus/plugin-google-gtag": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.4.1.tgz", - "integrity": "sha512-mKIefK+2kGTQBYvloNEKtDmnRD7bxHLsBcxgnbt4oZwzi2nxCGjPX6+9SQO2KCN5HZbNrYmGo5GJfMgoRvy6uA==", - "requires": { - "@docusaurus/core": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "tslib": "^2.4.0" - } - }, - "@docusaurus/plugin-google-tag-manager": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-2.4.1.tgz", - "integrity": "sha512-Zg4Ii9CMOLfpeV2nG74lVTWNtisFaH9QNtEw48R5QE1KIwDBdTVaiSA18G1EujZjrzJJzXN79VhINSbOJO/r3g==", - "requires": { - "@docusaurus/core": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "tslib": "^2.4.0" - } - }, - "@docusaurus/plugin-sitemap": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.4.1.tgz", - "integrity": "sha512-lZx+ijt/+atQ3FVE8FOHV/+X3kuok688OydDXrqKRJyXBJZKgGjA2Qa8RjQ4f27V2woaXhtnyrdPop/+OjVMRg==", - "requires": { - "@docusaurus/core": "2.4.1", - "@docusaurus/logger": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-common": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "fs-extra": "^10.1.0", - "sitemap": "^7.1.1", - "tslib": "^2.4.0" - } - }, - "@docusaurus/preset-classic": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-2.4.1.tgz", - "integrity": "sha512-P4//+I4zDqQJ+UDgoFrjIFaQ1MeS9UD1cvxVQaI6O7iBmiHQm0MGROP1TbE7HlxlDPXFJjZUK3x3cAoK63smGQ==", - "requires": { - "@docusaurus/core": "2.4.1", - "@docusaurus/plugin-content-blog": "2.4.1", - "@docusaurus/plugin-content-docs": "2.4.1", - "@docusaurus/plugin-content-pages": "2.4.1", - "@docusaurus/plugin-debug": "2.4.1", - "@docusaurus/plugin-google-analytics": "2.4.1", - "@docusaurus/plugin-google-gtag": "2.4.1", - "@docusaurus/plugin-google-tag-manager": "2.4.1", - "@docusaurus/plugin-sitemap": "2.4.1", - "@docusaurus/theme-classic": "2.4.1", - "@docusaurus/theme-common": "2.4.1", - "@docusaurus/theme-search-algolia": "2.4.1", - "@docusaurus/types": "2.4.1" - } - }, - "@docusaurus/react-loadable": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz", - "integrity": "sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==", - "requires": { - "@types/react": "*", - "prop-types": "^15.6.2" - } - }, - "@docusaurus/theme-classic": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-2.4.1.tgz", - "integrity": "sha512-Rz0wKUa+LTW1PLXmwnf8mn85EBzaGSt6qamqtmnh9Hflkc+EqiYMhtUJeLdV+wsgYq4aG0ANc+bpUDpsUhdnwg==", - "requires": { - "@docusaurus/core": "2.4.1", - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/module-type-aliases": "2.4.1", - "@docusaurus/plugin-content-blog": "2.4.1", - "@docusaurus/plugin-content-docs": "2.4.1", - "@docusaurus/plugin-content-pages": "2.4.1", - "@docusaurus/theme-common": "2.4.1", - "@docusaurus/theme-translations": "2.4.1", - "@docusaurus/types": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-common": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "@mdx-js/react": "^1.6.22", - "clsx": "^1.2.1", - "copy-text-to-clipboard": "^3.0.1", - "infima": "0.2.0-alpha.43", - "lodash": "^4.17.21", - "nprogress": "^0.2.0", - "postcss": "^8.4.14", - "prism-react-renderer": "^1.3.5", - "prismjs": "^1.28.0", - "react-router-dom": "^5.3.3", - "rtlcss": "^3.5.0", - "tslib": "^2.4.0", - "utility-types": "^3.10.0" - } - }, - "@docusaurus/theme-common": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.4.1.tgz", - "integrity": "sha512-G7Zau1W5rQTaFFB3x3soQoZpkgMbl/SYNG8PfMFIjKa3M3q8n0m/GRf5/H/e5BqOvt8c+ZWIXGCiz+kUCSHovA==", - "requires": { - "@docusaurus/mdx-loader": "2.4.1", - "@docusaurus/module-type-aliases": "2.4.1", - "@docusaurus/plugin-content-blog": "2.4.1", - "@docusaurus/plugin-content-docs": "2.4.1", - "@docusaurus/plugin-content-pages": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-common": "2.4.1", - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router-config": "*", - "clsx": "^1.2.1", - "parse-numeric-range": "^1.3.0", - "prism-react-renderer": "^1.3.5", - "tslib": "^2.4.0", - "use-sync-external-store": "^1.2.0", - "utility-types": "^3.10.0" - } - }, - "@docusaurus/theme-search-algolia": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.4.1.tgz", - "integrity": "sha512-6BcqW2lnLhZCXuMAvPRezFs1DpmEKzXFKlYjruuas+Xy3AQeFzDJKTJFIm49N77WFCTyxff8d3E4Q9pi/+5McQ==", - "requires": { - "@docsearch/react": "^3.1.1", - "@docusaurus/core": "2.4.1", - "@docusaurus/logger": "2.4.1", - "@docusaurus/plugin-content-docs": "2.4.1", - "@docusaurus/theme-common": "2.4.1", - "@docusaurus/theme-translations": "2.4.1", - "@docusaurus/utils": "2.4.1", - "@docusaurus/utils-validation": "2.4.1", - "algoliasearch": "^4.13.1", - "algoliasearch-helper": "^3.10.0", - "clsx": "^1.2.1", - "eta": "^2.0.0", - "fs-extra": "^10.1.0", - "lodash": "^4.17.21", - "tslib": "^2.4.0", - "utility-types": "^3.10.0" - } - }, - "@docusaurus/theme-translations": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-2.4.1.tgz", - "integrity": "sha512-T1RAGP+f86CA1kfE8ejZ3T3pUU3XcyvrGMfC/zxCtc2BsnoexuNI9Vk2CmuKCb+Tacvhxjv5unhxXce0+NKyvA==", - "requires": { - "fs-extra": "^10.1.0", - "tslib": "^2.4.0" - } - }, - "@docusaurus/types": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-2.4.1.tgz", - "integrity": "sha512-0R+cbhpMkhbRXX138UOc/2XZFF8hiZa6ooZAEEJFp5scytzCw4tC1gChMFXrpa3d2tYE6AX8IrOEpSonLmfQuQ==", - "requires": { - "@types/history": "^4.7.11", - "@types/react": "*", - "commander": "^5.1.0", - "joi": "^17.6.0", - "react-helmet-async": "^1.3.0", - "utility-types": "^3.10.0", - "webpack": "^5.73.0", - "webpack-merge": "^5.8.0" - } - }, - "@docusaurus/utils": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-2.4.1.tgz", - "integrity": "sha512-1lvEZdAQhKNht9aPXPoh69eeKnV0/62ROhQeFKKxmzd0zkcuE/Oc5Gpnt00y/f5bIsmOsYMY7Pqfm/5rteT5GA==", - "requires": { - "@docusaurus/logger": "2.4.1", - "@svgr/webpack": "^6.2.1", - "escape-string-regexp": "^4.0.0", - "file-loader": "^6.2.0", - "fs-extra": "^10.1.0", - "github-slugger": "^1.4.0", - "globby": "^11.1.0", - "gray-matter": "^4.0.3", - "js-yaml": "^4.1.0", - "lodash": "^4.17.21", - "micromatch": "^4.0.5", - "resolve-pathname": "^3.0.0", - "shelljs": "^0.8.5", - "tslib": "^2.4.0", - "url-loader": "^4.1.1", - "webpack": "^5.73.0" - }, - "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz", - "integrity": "sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==", - "requires": {} - }, - "@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.5.1.tgz", - "integrity": "sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==", - "requires": {} - }, - "@svgr/babel-plugin-svg-dynamic-title": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.5.1.tgz", - "integrity": "sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==", - "requires": {} - }, - "@svgr/babel-plugin-svg-em-dimensions": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.5.1.tgz", - "integrity": "sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==", - "requires": {} - }, - "@svgr/babel-plugin-transform-react-native-svg": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.5.1.tgz", - "integrity": "sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==", - "requires": {} - }, - "@svgr/babel-plugin-transform-svg-component": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.5.1.tgz", - "integrity": "sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==", - "requires": {} - }, - "@svgr/babel-preset": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-6.5.1.tgz", - "integrity": "sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==", - "requires": { - "@svgr/babel-plugin-add-jsx-attribute": "^6.5.1", - "@svgr/babel-plugin-remove-jsx-attribute": "*", - "@svgr/babel-plugin-remove-jsx-empty-expression": "*", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^6.5.1", - "@svgr/babel-plugin-svg-dynamic-title": "^6.5.1", - "@svgr/babel-plugin-svg-em-dimensions": "^6.5.1", - "@svgr/babel-plugin-transform-react-native-svg": "^6.5.1", - "@svgr/babel-plugin-transform-svg-component": "^6.5.1" - } - }, - "@svgr/core": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/core/-/core-6.5.1.tgz", - "integrity": "sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==", - "requires": { - "@babel/core": "^7.19.6", - "@svgr/babel-preset": "^6.5.1", - "@svgr/plugin-jsx": "^6.5.1", - "camelcase": "^6.2.0", - "cosmiconfig": "^7.0.1" - } - }, - "@svgr/hast-util-to-babel-ast": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.5.1.tgz", - "integrity": "sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==", - "requires": { - "@babel/types": "^7.20.0", - "entities": "^4.4.0" - } - }, - "@svgr/plugin-jsx": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-6.5.1.tgz", - "integrity": "sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==", - "requires": { - "@babel/core": "^7.19.6", - "@svgr/babel-preset": "^6.5.1", - "@svgr/hast-util-to-babel-ast": "^6.5.1", - "svg-parser": "^2.0.4" - } - }, - "@svgr/plugin-svgo": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-6.5.1.tgz", - "integrity": "sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==", - "requires": { - "cosmiconfig": "^7.0.1", - "deepmerge": "^4.2.2", - "svgo": "^2.8.0" - } - }, - "@svgr/webpack": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-6.5.1.tgz", - "integrity": "sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==", - "requires": { - "@babel/core": "^7.19.6", - "@babel/plugin-transform-react-constant-elements": "^7.18.12", - "@babel/preset-env": "^7.19.4", - "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.18.6", - "@svgr/core": "^6.5.1", - "@svgr/plugin-jsx": "^6.5.1", - "@svgr/plugin-svgo": "^6.5.1" - } - }, - "commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" - }, - "cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - } - }, - "css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - } - }, - "css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "requires": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - } - }, - "csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", - "requires": { - "css-tree": "^1.1.2" - } - }, - "dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "dependencies": { - "entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" - } - } - }, - "domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "requires": { - "domelementtype": "^2.2.0" - } - }, - "domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "requires": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - } - }, - "mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" - }, - "svgo": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", - "requires": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" - } - } - } - }, - "@docusaurus/utils-common": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-2.4.1.tgz", - "integrity": "sha512-bCVGdZU+z/qVcIiEQdyx0K13OC5mYwxhSuDUR95oFbKVuXYRrTVrwZIqQljuo1fyJvFTKHiL9L9skQOPokuFNQ==", - "requires": { - "tslib": "^2.4.0" - } - }, - "@docusaurus/utils-validation": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-2.4.1.tgz", - "integrity": "sha512-unII3hlJlDwZ3w8U+pMO3Lx3RhI4YEbY3YNsQj4yzrkZzlpqZOLuAiZK2JyULnD+TKbceKU0WyWkQXtYbLNDFA==", - "requires": { - "@docusaurus/logger": "2.4.1", - "@docusaurus/utils": "2.4.1", - "joi": "^17.6.0", - "js-yaml": "^4.1.0", - "tslib": "^2.4.0" - } - }, - "@hapi/hoek": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" - }, - "@hapi/topo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", - "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", - "requires": { - "@hapi/hoek": "^9.0.0" - } - }, - "@jest/schemas": { - "version": "29.4.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz", - "integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==", - "requires": { - "@sinclair/typebox": "^0.25.16" - } - }, - "@jest/types": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz", - "integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==", - "requires": { - "@jest/schemas": "^29.4.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - } - }, - "@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==" - }, - "@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==" - }, - "@jridgewell/source-map": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.3.tgz", - "integrity": "sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==", - "requires": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" - }, - "@jridgewell/trace-mapping": { - "version": "0.3.18", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", - "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", - "requires": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" - } - }, - "@leichtgewicht/ip-codec": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", - "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" - }, - "@mdx-js/mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz", - "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==", - "requires": { - "@babel/core": "7.12.9", - "@babel/plugin-syntax-jsx": "7.12.1", - "@babel/plugin-syntax-object-rest-spread": "7.8.3", - "@mdx-js/util": "1.6.22", - "babel-plugin-apply-mdx-type-prop": "1.6.22", - "babel-plugin-extract-import-names": "1.6.22", - "camelcase-css": "2.0.1", - "detab": "2.0.4", - "hast-util-raw": "6.0.1", - "lodash.uniq": "4.5.0", - "mdast-util-to-hast": "10.0.1", - "remark-footnotes": "2.0.0", - "remark-mdx": "1.6.22", - "remark-parse": "8.0.3", - "remark-squeeze-paragraphs": "4.0.0", - "style-to-object": "0.3.0", - "unified": "9.2.0", - "unist-builder": "2.0.3", - "unist-util-visit": "2.0.3" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==" - } - } - }, - "@mdx-js/react": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz", - "integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==", - "requires": {} - }, - "@mdx-js/util": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", - "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==" - }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" - }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } - }, - "@polka/url": { - "version": "1.0.0-next.21", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", - "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==" - }, - "@sideway/address": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz", - "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==", - "requires": { - "@hapi/hoek": "^9.0.0" - } - }, - "@sideway/formula": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", - "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==" - }, - "@sideway/pinpoint": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", - "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" - }, - "@sinclair/typebox": { - "version": "0.25.24", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz", - "integrity": "sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==" - }, - "@sindresorhus/is": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", - "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==" - }, - "@slorber/static-site-generator-webpack-plugin": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@slorber/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-4.0.7.tgz", - "integrity": "sha512-Ug7x6z5lwrz0WqdnNFOMYrDQNTPAprvHLSh6+/fmml3qUiz6l5eq+2MzLKWtn/q5K5NpSiFsZTP/fck/3vjSxA==", - "requires": { - "eval": "^0.1.8", - "p-map": "^4.0.0", - "webpack-sources": "^3.2.2" - } - }, - "@svgr/babel-plugin-add-jsx-attribute": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz", - "integrity": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==", - "requires": {} - }, - "@svgr/babel-plugin-remove-jsx-attribute": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz", - "integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==", - "requires": {} - }, - "@svgr/babel-plugin-remove-jsx-empty-expression": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz", - "integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==", - "requires": {} - }, - "@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-8.0.0.tgz", - "integrity": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==", - "requires": {} - }, - "@svgr/babel-plugin-svg-dynamic-title": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-8.0.0.tgz", - "integrity": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==", - "requires": {} - }, - "@svgr/babel-plugin-svg-em-dimensions": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-8.0.0.tgz", - "integrity": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==", - "requires": {} - }, - "@svgr/babel-plugin-transform-react-native-svg": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-8.0.0.tgz", - "integrity": "sha512-UKrY3860AQICgH7g+6h2zkoxeVEPLYwX/uAjmqo4PIq2FIHppwhIqZstIyTz0ZtlwreKR41O3W3BzsBBiJV2Aw==", - "requires": {} - }, - "@svgr/babel-plugin-transform-svg-component": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-8.0.0.tgz", - "integrity": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==", - "requires": {} - }, - "@svgr/babel-preset": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.0.0.tgz", - "integrity": "sha512-KLcjiZychInVrhs86OvcYPLTFu9L5XV2vj0XAaE1HwE3J3jLmIzRY8ttdeAg/iFyp8nhavJpafpDZTt+1LIpkQ==", - "requires": { - "@svgr/babel-plugin-add-jsx-attribute": "8.0.0", - "@svgr/babel-plugin-remove-jsx-attribute": "8.0.0", - "@svgr/babel-plugin-remove-jsx-empty-expression": "8.0.0", - "@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0", - "@svgr/babel-plugin-svg-dynamic-title": "8.0.0", - "@svgr/babel-plugin-svg-em-dimensions": "8.0.0", - "@svgr/babel-plugin-transform-react-native-svg": "8.0.0", - "@svgr/babel-plugin-transform-svg-component": "8.0.0" - } - }, - "@svgr/core": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/core/-/core-8.0.0.tgz", - "integrity": "sha512-aJKtc+Pie/rFYsVH/unSkDaZGvEeylNv/s2cP+ta9/rYWxRVvoV/S4Qw65Kmrtah4CBK5PM6ISH9qUH7IJQCng==", - "requires": { - "@babel/core": "^7.21.3", - "@svgr/babel-preset": "8.0.0", - "camelcase": "^6.2.0", - "cosmiconfig": "^8.1.3", - "snake-case": "^3.0.4" - } - }, - "@svgr/hast-util-to-babel-ast": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz", - "integrity": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==", - "requires": { - "@babel/types": "^7.21.3", - "entities": "^4.4.0" - } - }, - "@svgr/plugin-jsx": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-8.0.1.tgz", - "integrity": "sha512-bfCFb+4ZsM3UuKP2t7KmDwn6YV8qVn9HIQJmau6xeQb/iV65Rpi7NBNBWA2hcCd4GKoCqG8hpaaDk5FDR0eH+g==", - "requires": { - "@babel/core": "^7.21.3", - "@svgr/babel-preset": "8.0.0", - "@svgr/hast-util-to-babel-ast": "8.0.0", - "svg-parser": "^2.0.4" - } - }, - "@svgr/plugin-svgo": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-8.0.1.tgz", - "integrity": "sha512-29OJ1QmJgnohQHDAgAuY2h21xWD6TZiXji+hnx+W635RiXTAlHTbjrZDktfqzkN0bOeQEtNe+xgq73/XeWFfSg==", - "requires": { - "cosmiconfig": "^8.1.3", - "deepmerge": "^4.3.1", - "svgo": "^3.0.2" - } - }, - "@svgr/webpack": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-8.0.1.tgz", - "integrity": "sha512-zSoeKcbCmfMXjA11uDuCJb+1LWNb3vy6Qw/VHj0Nfcl3UuqwuoZWknHsBIhCWvi4wU9vPui3aq054qjVyZqY4A==", - "requires": { - "@babel/core": "^7.21.3", - "@babel/plugin-transform-react-constant-elements": "^7.21.3", - "@babel/preset-env": "^7.20.2", - "@babel/preset-react": "^7.18.6", - "@babel/preset-typescript": "^7.21.0", - "@svgr/core": "8.0.0", - "@svgr/plugin-jsx": "8.0.1", - "@svgr/plugin-svgo": "8.0.1" - } - }, - "@szmarczak/http-timer": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", - "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", - "requires": { - "defer-to-connect": "^1.0.1" - } - }, - "@trysound/sax": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", - "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" - }, - "@types/body-parser": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", - "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", - "requires": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "@types/bonjour": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz", - "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", - "requires": { - "@types/node": "*" - } - }, - "@types/connect": { - "version": "3.4.35", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", - "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/connect-history-api-fallback": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz", - "integrity": "sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig==", - "requires": { - "@types/express-serve-static-core": "*", - "@types/node": "*" - } - }, - "@types/eslint": { - "version": "8.40.2", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.40.2.tgz", - "integrity": "sha512-PRVjQ4Eh9z9pmmtaq8nTjZjQwKFk7YIHIud3lRoKRBgUQjgjRmoGxxGEPXQkF+lH7QkHJRNr5F4aBgYCW0lqpQ==", - "requires": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "@types/eslint-scope": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", - "requires": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "@types/estree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", - "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==" - }, - "@types/express": { - "version": "4.17.17", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz", - "integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==", - "requires": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.33", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "@types/express-serve-static-core": { - "version": "4.17.35", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.35.tgz", - "integrity": "sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==", - "requires": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*", - "@types/send": "*" - } - }, - "@types/hast": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.2.tgz", - "integrity": "sha512-Op5W7jYgZI7AWKY5wQ0/QNMzQM7dGQPyW1rXKNiymVCy5iTfdPuGu4HhYNOM2sIv8gUfIuIdcYlXmAepwaowow==", - "requires": { - "@types/unist": "*" - } - }, - "@types/history": { - "version": "4.7.11", - "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz", - "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==" - }, - "@types/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" - }, - "@types/http-errors": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.1.tgz", - "integrity": "sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==" - }, - "@types/http-proxy": { - "version": "1.17.11", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.11.tgz", - "integrity": "sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==", - "requires": { - "@types/node": "*" - } - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" - }, - "@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "requires": { - "@types/istanbul-lib-coverage": "*" - } - }, - "@types/istanbul-reports": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", - "requires": { - "@types/istanbul-lib-report": "*" - } - }, - "@types/json-schema": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", - "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" - }, - "@types/mdast": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.11.tgz", - "integrity": "sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==", - "requires": { - "@types/unist": "*" - } - }, - "@types/mime": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", - "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" - }, - "@types/node": { - "version": "17.0.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", - "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" - }, - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" - }, - "@types/parse5": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz", - "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==" - }, - "@types/prop-types": { - "version": "15.7.4", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz", - "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==" - }, - "@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" - }, - "@types/range-parser": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", - "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" - }, - "@types/react": { - "version": "17.0.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.14.tgz", - "integrity": "sha512-0WwKHUbWuQWOce61UexYuWTGuGY/8JvtUe/dtQ6lR4sZ3UiylHotJeWpf3ArP9+DSGUoLY3wbU59VyMrJps5VQ==", - "requires": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "@types/react-router": { - "version": "5.1.20", - "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz", - "integrity": "sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==", - "requires": { - "@types/history": "^4.7.11", - "@types/react": "*" - } - }, - "@types/react-router-config": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/@types/react-router-config/-/react-router-config-5.0.7.tgz", - "integrity": "sha512-pFFVXUIydHlcJP6wJm7sDii5mD/bCmmAY0wQzq+M+uX7bqS95AQqHZWP1iNMKrWVQSuHIzj5qi9BvrtLX2/T4w==", - "requires": { - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router": "^5.1.0" - } - }, - "@types/react-router-dom": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz", - "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==", - "requires": { - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router": "*" - } - }, - "@types/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" - }, - "@types/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==", - "requires": { - "@types/node": "*" - } - }, - "@types/scheduler": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" - }, - "@types/send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.1.tgz", - "integrity": "sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==", - "requires": { - "@types/mime": "^1", - "@types/node": "*" - } - }, - "@types/serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", - "requires": { - "@types/express": "*" - } - }, - "@types/serve-static": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.2.tgz", - "integrity": "sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==", - "requires": { - "@types/http-errors": "*", - "@types/mime": "*", - "@types/node": "*" - } - }, - "@types/sockjs": { - "version": "0.3.33", - "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz", - "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", - "requires": { - "@types/node": "*" - } - }, - "@types/unist": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.5.tgz", - "integrity": "sha512-wnra4Vw9dopnuybR6HBywJ/URYpYrKLoepBTEtgfJup8Ahoi2zJECPP2cwiXp7btTvOT2CULv87aQRA4eZSP6g==" - }, - "@types/ws": { - "version": "8.5.5", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.5.tgz", - "integrity": "sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==", - "requires": { - "@types/node": "*" - } - }, - "@types/yargs": { - "version": "17.0.24", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", - "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "@types/yargs-parser": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", - "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" - }, - "@webassemblyjs/ast": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", - "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", - "requires": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" - } - }, - "@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" - }, - "@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" - }, - "@webassemblyjs/helper-buffer": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", - "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==" - }, - "@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", - "requires": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" - }, - "@webassemblyjs/helper-wasm-section": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", - "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6" - } - }, - "@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", - "requires": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", - "requires": { - "@xtuc/long": "4.2.2" - } - }, - "@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" - }, - "@webassemblyjs/wasm-edit": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", - "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-opt": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6", - "@webassemblyjs/wast-printer": "1.11.6" - } - }, - "@webassemblyjs/wasm-gen": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", - "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "@webassemblyjs/wasm-opt": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", - "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6" - } - }, - "@webassemblyjs/wasm-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", - "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "@webassemblyjs/wast-printer": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", - "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", - "requires": { - "@webassemblyjs/ast": "1.11.6", - "@xtuc/long": "4.2.2" - } - }, - "@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" - }, - "@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" - }, - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" - }, - "accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "requires": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - } - }, - "acorn": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz", - "integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==" - }, - "acorn-import-assertions": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", - "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", - "requires": {} - }, - "acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==" - }, - "address": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz", - "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==" - }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": { - "ajv": "^8.0.0" - }, - "dependencies": { - "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - } - } - }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "requires": {} - }, - "algoliasearch": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.18.0.tgz", - "integrity": "sha512-pCuVxC1SVcpc08ENH32T4sLKSyzoU7TkRIDBMwSLfIiW+fq4znOmWDkAygHZ6pRcO9I1UJdqlfgnV7TRj+MXrA==", - "requires": { - "@algolia/cache-browser-local-storage": "4.18.0", - "@algolia/cache-common": "4.18.0", - "@algolia/cache-in-memory": "4.18.0", - "@algolia/client-account": "4.18.0", - "@algolia/client-analytics": "4.18.0", - "@algolia/client-common": "4.18.0", - "@algolia/client-personalization": "4.18.0", - "@algolia/client-search": "4.18.0", - "@algolia/logger-common": "4.18.0", - "@algolia/logger-console": "4.18.0", - "@algolia/requester-browser-xhr": "4.18.0", - "@algolia/requester-common": "4.18.0", - "@algolia/requester-node-http": "4.18.0", - "@algolia/transporter": "4.18.0" - } - }, - "algoliasearch-helper": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.13.3.tgz", - "integrity": "sha512-jhbbuYZ+fheXpaJlqdJdFa1jOsrTWKmRRTYDM3oVTto5VodZzM7tT+BHzslAotaJf/81CKrm6yLRQn8WIr/K4A==", - "requires": { - "@algolia/events": "^4.0.1" - } - }, - "ansi-align": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", - "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", - "requires": { - "string-width": "^4.1.0" - } - }, - "ansi-html-community": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==" - }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "aproba": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", - "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" - }, - "arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" - }, - "argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - }, - "array-flatten": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", - "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" - }, - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" - }, - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" - }, - "at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" - }, - "autocomplete.js": { - "version": "0.37.1", - "resolved": "https://registry.npmjs.org/autocomplete.js/-/autocomplete.js-0.37.1.tgz", - "integrity": "sha512-PgSe9fHYhZEsm/9jggbjtVsGXJkPLvd+9mC7gZJ662vVL5CRWEtm/mIrrzCx0MrNxHVwxD5d00UOn6NsmL2LUQ==", - "requires": { - "immediate": "^3.2.3" - } - }, - "autoprefixer": { - "version": "10.4.14", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz", - "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==", - "requires": { - "browserslist": "^4.21.5", - "caniuse-lite": "^1.0.30001464", - "fraction.js": "^4.2.0", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - } - }, - "axios": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", - "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", - "requires": { - "follow-redirects": "^1.14.7" - } - }, - "babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - } - }, - "babel-plugin-apply-mdx-type-prop": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz", - "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==", - "requires": { - "@babel/helper-plugin-utils": "7.10.4", - "@mdx-js/util": "1.6.22" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" - } - } - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", - "requires": { - "object.assign": "^4.1.0" - } - }, - "babel-plugin-extract-import-names": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz", - "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==", - "requires": { - "@babel/helper-plugin-utils": "7.10.4" - }, - "dependencies": { - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" - } - } - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz", - "integrity": "sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==", - "requires": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.4.0", - "semver": "^6.1.1" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz", - "integrity": "sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.4.0", - "core-js-compat": "^3.30.1" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz", - "integrity": "sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.4.0" - } - }, - "bail": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", - "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==" - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "base16": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/base16/-/base16-1.0.0.tgz", - "integrity": "sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==" - }, - "batch": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" - }, - "bcp-47-match": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-1.0.3.tgz", - "integrity": "sha512-LggQ4YTdjWQSKELZF5JwchnBa1u0pIQSZf5lSdOHEdbVP55h0qICA/FUp3+W99q0xqxYa1ZQizTUH87gecII5w==" - }, - "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" - }, - "body-parser": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", - "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", - "requires": { - "bytes": "3.1.2", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.11.0", - "raw-body": "2.5.1", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "dependencies": { - "bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - } - } - }, - "bonjour-service": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.1.tgz", - "integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==", - "requires": { - "array-flatten": "^2.1.2", - "dns-equal": "^1.0.0", - "fast-deep-equal": "^3.1.3", - "multicast-dns": "^7.2.5" - } - }, - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" - }, - "boxen": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.0.1.tgz", - "integrity": "sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==", - "requires": { - "ansi-align": "^3.0.0", - "camelcase": "^6.2.0", - "chalk": "^4.1.0", - "cli-boxes": "^2.2.1", - "string-width": "^4.2.0", - "type-fest": "^0.20.2", - "widest-line": "^3.1.0", - "wrap-ansi": "^7.0.0" - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "requires": { - "fill-range": "^7.0.1" - } - }, - "browserslist": { - "version": "4.21.9", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.9.tgz", - "integrity": "sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==", - "requires": { - "caniuse-lite": "^1.0.30001503", - "electron-to-chromium": "^1.4.431", - "node-releases": "^2.0.12", - "update-browserslist-db": "^1.0.11" - } - }, - "buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" - }, - "cacheable-request": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", - "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", - "requires": { - "clone-response": "^1.0.2", - "get-stream": "^5.1.0", - "http-cache-semantics": "^4.0.0", - "keyv": "^3.0.0", - "lowercase-keys": "^2.0.0", - "normalize-url": "^4.1.0", - "responselike": "^1.0.2" - }, - "dependencies": { - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "requires": { - "pump": "^3.0.0" - } - }, - "lowercase-keys": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==" - }, - "normalize-url": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", - "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==" - } - } - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" - }, - "camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", - "requires": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "camelcase": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", - "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==" - }, - "camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==" - }, - "caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", - "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", - "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - } - }, - "caniuse-lite": { - "version": "1.0.30001508", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001508.tgz", - "integrity": "sha512-sdQZOJdmt3GJs1UMNpCCCyeuS2IEGLXnHyAo9yIO5JJDjbjoVRij4M1qep6P6gFpptD1PqIYgzM+gwJbOi92mw==" - }, - "ccount": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz", - "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==" - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==" - }, - "character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==" - }, - "character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" - }, - "cheerio": { - "version": "1.0.0-rc.12", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz", - "integrity": "sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==", - "requires": { - "cheerio-select": "^2.1.0", - "dom-serializer": "^2.0.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "htmlparser2": "^8.0.1", - "parse5": "^7.0.0", - "parse5-htmlparser2-tree-adapter": "^7.0.0" - }, - "dependencies": { - "parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", - "requires": { - "entities": "^4.4.0" - } - } - } - }, - "cheerio-select": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz", - "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==", - "requires": { - "boolbase": "^1.0.0", - "css-select": "^5.1.0", - "css-what": "^6.1.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1" - } - }, - "chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "chrome-trace-event": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==" - }, - "ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==" - }, - "classnames": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" - }, - "clean-css": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz", - "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==", - "requires": { - "source-map": "~0.6.0" - } - }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" - }, - "cli-boxes": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", - "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==" - }, - "cli-table3": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", - "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", - "requires": { - "@colors/colors": "1.5.0", - "string-width": "^4.2.0" - } - }, - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, - "clone-response": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", - "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", - "requires": { - "mimic-response": "^1.0.0" - } - }, - "clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==" - }, - "collapse-white-space": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz", - "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==" - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", - "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" - }, - "colord": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" - }, - "colorette": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" - }, - "combine-promises": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/combine-promises/-/combine-promises-1.1.0.tgz", - "integrity": "sha512-ZI9jvcLDxqwaXEixOhArm3r7ReIivsXkpbyEWyeOhzz1QS0iSgBPnWvEqvIQtYyamGCYA88gFhmUrs9hrrQ0pg==" - }, - "comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", - "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==" - }, - "commander": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", - "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==" - }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" - }, - "compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "requires": { - "mime-db": ">= 1.43.0 < 2" - } - }, - "compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "requires": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - } - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "configstore": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", - "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", - "requires": { - "dot-prop": "^5.2.0", - "graceful-fs": "^4.1.2", - "make-dir": "^3.0.0", - "unique-string": "^2.0.0", - "write-file-atomic": "^3.0.0", - "xdg-basedir": "^4.0.0" - } - }, - "connect-history-api-fallback": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", - "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==" - }, - "consola": { - "version": "2.15.3", - "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", - "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==" - }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" - }, - "content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "requires": { - "safe-buffer": "5.2.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - } - } - }, - "content-type": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" - }, - "convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" - }, - "cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" - }, - "copy-text-to-clipboard": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.1.0.tgz", - "integrity": "sha512-PFM6BnjLnOON/lB3ta/Jg7Ywsv+l9kQGD4TWDCSlRBGmqnnTM5MrDkhAFgw+8HZt0wW6Q2BBE4cmy9sq+s9Qng==" - }, - "copy-webpack-plugin": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz", - "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==", - "requires": { - "fast-glob": "^3.2.11", - "glob-parent": "^6.0.1", - "globby": "^13.1.1", - "normalize-path": "^3.0.0", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0" - }, - "dependencies": { - "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "requires": { - "fast-deep-equal": "^3.1.3" - } - }, - "glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "requires": { - "is-glob": "^4.0.3" - } - }, - "globby": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.0.tgz", - "integrity": "sha512-jWsQfayf13NvqKUIL3Ta+CIqMnvlaIDFveWE/dpOZ9+3AMEJozsxDvKA02zync9UuvOM8rOXzsD5GqKP4OnWPQ==", - "requires": { - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.11", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^4.0.0" - } - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "requires": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - } - }, - "slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==" - } - } - }, - "core-js": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.31.0.tgz", - "integrity": "sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==" - }, - "core-js-compat": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz", - "integrity": "sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==", - "requires": { - "browserslist": "^4.21.5" - } - }, - "core-js-pure": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.31.0.tgz", - "integrity": "sha512-/AnE9Y4OsJZicCzIe97JP5XoPKQJfTuEG43aEVLFJGOJpyqELod+pE6LEl63DfG1Mp8wX97LDaDpy1GmLEUxlg==" - }, - "core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "cosmiconfig": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz", - "integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==", - "requires": { - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0" - } - }, - "cross-fetch": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.6.tgz", - "integrity": "sha512-riRvo06crlE8HiqOwIpQhxwdOk4fOeR7FVM/wXoxchFEqMNUjvbs3bfo4OTgMEMHzppd4DxFBDbyySj8Cv781g==", - "requires": { - "node-fetch": "^2.6.11" - } - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" - }, - "css-declaration-sorter": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.0.tgz", - "integrity": "sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew==", - "requires": {} - }, - "css-loader": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.8.1.tgz", - "integrity": "sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==", - "requires": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.21", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.3", - "postcss-modules-scope": "^3.0.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.3.8" - } - }, - "css-minimizer-webpack-plugin": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz", - "integrity": "sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==", - "requires": { - "cssnano": "^5.1.8", - "jest-worker": "^29.1.2", - "postcss": "^8.4.17", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1" - }, - "dependencies": { - "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "requires": { - "fast-deep-equal": "^3.1.3" - } - }, - "jest-worker": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz", - "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==", - "requires": { - "@types/node": "*", - "jest-util": "^29.5.0", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - } - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "requires": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - } - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "css-select": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", - "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^6.1.0", - "domhandler": "^5.0.2", - "domutils": "^3.0.1", - "nth-check": "^2.0.1" - } - }, - "css-selector-parser": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-1.4.1.tgz", - "integrity": "sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==" - }, - "css-tree": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", - "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", - "requires": { - "mdn-data": "2.0.30", - "source-map-js": "^1.0.1" - } - }, - "css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" - }, - "cssnano": { - "version": "5.1.15", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", - "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", - "requires": { - "cssnano-preset-default": "^5.2.14", - "lilconfig": "^2.0.3", - "yaml": "^1.10.2" - } - }, - "cssnano-preset-advanced": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/cssnano-preset-advanced/-/cssnano-preset-advanced-5.3.10.tgz", - "integrity": "sha512-fnYJyCS9jgMU+cmHO1rPSPf9axbQyD7iUhLO5Df6O4G+fKIOMps+ZbU0PdGFejFBBZ3Pftf18fn1eG7MAPUSWQ==", - "requires": { - "autoprefixer": "^10.4.12", - "cssnano-preset-default": "^5.2.14", - "postcss-discard-unused": "^5.1.0", - "postcss-merge-idents": "^5.1.1", - "postcss-reduce-idents": "^5.2.0", - "postcss-zindex": "^5.1.0" - } - }, - "cssnano-preset-default": { - "version": "5.2.14", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", - "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", - "requires": { - "css-declaration-sorter": "^6.3.1", - "cssnano-utils": "^3.1.0", - "postcss-calc": "^8.2.3", - "postcss-colormin": "^5.3.1", - "postcss-convert-values": "^5.1.3", - "postcss-discard-comments": "^5.1.2", - "postcss-discard-duplicates": "^5.1.0", - "postcss-discard-empty": "^5.1.1", - "postcss-discard-overridden": "^5.1.0", - "postcss-merge-longhand": "^5.1.7", - "postcss-merge-rules": "^5.1.4", - "postcss-minify-font-values": "^5.1.0", - "postcss-minify-gradients": "^5.1.1", - "postcss-minify-params": "^5.1.4", - "postcss-minify-selectors": "^5.2.1", - "postcss-normalize-charset": "^5.1.0", - "postcss-normalize-display-values": "^5.1.0", - "postcss-normalize-positions": "^5.1.1", - "postcss-normalize-repeat-style": "^5.1.1", - "postcss-normalize-string": "^5.1.0", - "postcss-normalize-timing-functions": "^5.1.0", - "postcss-normalize-unicode": "^5.1.1", - "postcss-normalize-url": "^5.1.0", - "postcss-normalize-whitespace": "^5.1.1", - "postcss-ordered-values": "^5.1.3", - "postcss-reduce-initial": "^5.1.2", - "postcss-reduce-transforms": "^5.1.0", - "postcss-svgo": "^5.1.0", - "postcss-unique-selectors": "^5.1.1" - } - }, - "cssnano-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", - "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", - "requires": {} - }, - "csso": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", - "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", - "requires": { - "css-tree": "~2.2.0" - }, - "dependencies": { - "css-tree": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", - "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", - "requires": { - "mdn-data": "2.0.28", - "source-map-js": "^1.0.1" - } - }, - "mdn-data": { - "version": "2.0.28", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", - "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==" - } - } - }, - "csstype": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", - "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "requires": { - "ms": "2.1.2" - } - }, - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "requires": { - "mimic-response": "^1.0.0" - } - }, - "deep-extend": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" - }, - "deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" - }, - "default-gateway": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", - "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", - "requires": { - "execa": "^5.0.0" - } - }, - "defer-to-connect": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", - "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==" - }, - "define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" - }, - "define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", - "requires": { - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - } - }, - "del": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", - "integrity": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==", - "requires": { - "globby": "^11.0.1", - "graceful-fs": "^4.2.4", - "is-glob": "^4.0.1", - "is-path-cwd": "^2.2.0", - "is-path-inside": "^3.0.2", - "p-map": "^4.0.0", - "rimraf": "^3.0.2", - "slash": "^3.0.0" - } - }, - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" - }, - "destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" - }, - "detab": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz", - "integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==", - "requires": { - "repeat-string": "^1.5.4" - } - }, - "detect-node": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" - }, - "detect-port": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.3.0.tgz", - "integrity": "sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "detect-port-alt": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", - "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", - "requires": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - } - } - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "requires": { - "path-type": "^4.0.0" - } - }, - "direction": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/direction/-/direction-1.0.4.tgz", - "integrity": "sha512-GYqKi1aH7PJXxdhTeZBFrg8vUBeKXi+cNprXsC1kpJcbcVnV9wBsrOu1cQEdG0WeQwlfHiy3XvnKfIrJ2R0NzQ==" - }, - "dns-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==" - }, - "dns-packet": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.0.tgz", - "integrity": "sha512-rza3UH1LwdHh9qyPXp8lkwpjSNk/AMD3dPytUoRoqnypDUhY0xvbdmVhWOfxO68frEfV9BU8V12Ez7ZsHGZpCQ==", - "requires": { - "@leichtgewicht/ip-codec": "^2.0.1" - } - }, - "docusaurus-lunr-search": { - "version": "2.1.15", - "resolved": "https://registry.npmjs.org/docusaurus-lunr-search/-/docusaurus-lunr-search-2.1.15.tgz", - "integrity": "sha512-W37af7ziwNFstM0VNjruJi3HChPWI5BWGAAxFYpRRbMZQAZqdQtz4aZHX5E/ORrfqHWsKTGMCRWode1rb3ncQw==", - "requires": { - "autocomplete.js": "^0.37.0", - "classnames": "^2.2.6", - "gauge": "^3.0.0", - "hast-util-select": "^4.0.0", - "hast-util-to-text": "^2.0.0", - "hogan.js": "^3.0.2", - "lunr": "^2.3.8", - "lunr-languages": "^1.4.0", - "minimatch": "^3.0.4", - "object-assign": "^4.1.1", - "rehype-parse": "^7.0.1", - "to-vfile": "^6.1.0", - "unified": "^9.0.0", - "unist-util-is": "^4.0.2" - }, - "dependencies": { - "rehype-parse": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-7.0.1.tgz", - "integrity": "sha512-fOiR9a9xH+Le19i4fGzIEowAbwG7idy2Jzs4mOrFWBSJ0sNUgy0ev871dwWnbOo371SjgjG4pwzrbgSVrKxecw==", - "requires": { - "hast-util-from-parse5": "^6.0.0", - "parse5": "^6.0.0" - } - } - } - }, - "dom-converter": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", - "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", - "requires": { - "utila": "~0.4" - } - }, - "dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "requires": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - } - }, - "domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" - }, - "domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "requires": { - "domelementtype": "^2.3.0" - } - }, - "domutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", - "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", - "requires": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - } - }, - "dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", - "requires": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "dot-prop": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", - "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", - "requires": { - "is-obj": "^2.0.0" - }, - "dependencies": { - "is-obj": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", - "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" - } - } - }, - "dotenv": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", - "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==" - }, - "duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" - }, - "duplexer3": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", - "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" - }, - "eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" - }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" - }, - "electron-to-chromium": { - "version": "1.4.440", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.440.tgz", - "integrity": "sha512-r6dCgNpRhPwiWlxbHzZQ/d9swfPaEJGi8ekqRBwQYaR3WmA5VkqQfBWSDDjuJU1ntO+W9tHx8OHV/96Q8e0dVw==" - }, - "emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" - }, - "emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==" - }, - "emoticon": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/emoticon/-/emoticon-3.2.0.tgz", - "integrity": "sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg==" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "requires": { - "once": "^1.4.0" - } - }, - "enhanced-resolve": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", - "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", - "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - } - }, - "entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "es-module-lexer": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz", - "integrity": "sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==" - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" - }, - "escape-goat": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", - "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - } - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" - }, - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "requires": { - "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", - "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==" - } - } - }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" - }, - "eta": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/eta/-/eta-2.2.0.tgz", - "integrity": "sha512-UVQ72Rqjy/ZKQalzV5dCCJP80GrmPrMxh6NlNf+erV6ObL0ZFkhCstWRawS85z3smdr3d2wXPsZEY7rDPfGd2g==" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" - }, - "eval": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/eval/-/eval-0.1.8.tgz", - "integrity": "sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==", - "requires": { - "@types/node": "*", - "require-like": ">= 0.1.1" - } - }, - "eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" - }, - "execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "requires": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - } - }, - "express": { - "version": "4.18.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", - "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", - "requires": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.1", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.5.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.2.0", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.7", - "qs": "6.11.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - } - } - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - } - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "fast-url-parser": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", - "integrity": "sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=", - "requires": { - "punycode": "^1.3.2" - } - }, - "fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", - "requires": { - "reusify": "^1.0.4" - } - }, - "faye-websocket": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", - "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", - "requires": { - "websocket-driver": ">=0.5.1" - } - }, - "fbemitter": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/fbemitter/-/fbemitter-3.0.0.tgz", - "integrity": "sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==", - "requires": { - "fbjs": "^3.0.0" - } - }, - "fbjs": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-3.0.5.tgz", - "integrity": "sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==", - "requires": { - "cross-fetch": "^3.1.5", - "fbjs-css-vars": "^1.0.0", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^1.0.35" - } - }, - "fbjs-css-vars": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz", - "integrity": "sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==" - }, - "feed": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/feed/-/feed-4.2.2.tgz", - "integrity": "sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==", - "requires": { - "xml-js": "^1.6.11" - } - }, - "file-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", - "requires": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "dependencies": { - "schema-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.0.tgz", - "integrity": "sha512-tTEaeYkyIhEZ9uWgAjDerWov3T9MgX8dhhy2r0IGeeX4W8ngtGl1++dUve/RUqzuaASSh7shwCDJjEzthxki8w==", - "requires": { - "@types/json-schema": "^7.0.7", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } - } - }, - "filesize": { - "version": "8.0.7", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", - "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==" - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - } - } - }, - "find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "flux": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/flux/-/flux-4.0.4.tgz", - "integrity": "sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==", - "requires": { - "fbemitter": "^3.0.0", - "fbjs": "^3.0.1" - } - }, - "follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" - }, - "fork-ts-checker-webpack-plugin": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", - "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", - "requires": { - "@babel/code-frame": "^7.8.3", - "@types/json-schema": "^7.0.5", - "chalk": "^4.1.0", - "chokidar": "^3.4.2", - "cosmiconfig": "^6.0.0", - "deepmerge": "^4.2.2", - "fs-extra": "^9.0.0", - "glob": "^7.1.6", - "memfs": "^3.1.2", - "minimatch": "^3.0.4", - "schema-utils": "2.7.0", - "semver": "^7.3.2", - "tapable": "^1.0.0" - }, - "dependencies": { - "cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "requires": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - } - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "schema-utils": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", - "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", - "requires": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" - } - }, - "tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" - } - } - }, - "forwarded": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" - }, - "fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" - }, - "fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "fs-monkey": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.4.tgz", - "integrity": "sha512-INM/fWAxMICjttnD0DX1rBvinKskj5G1w+oy/pnm9u/tSlnBrzFonJMcalKJ30P8RRsPzKcCG7Q8l0jx5Fh9YQ==" - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "optional": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "gauge": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", - "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", - "requires": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.2", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.1", - "object-assign": "^4.1.1", - "signal-exit": "^3.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.2" - } - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" - }, - "get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" - } - }, - "get-own-enumerable-property-symbols": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", - "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" - }, - "get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" - }, - "github-slugger": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz", - "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==" - }, - "glob": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "requires": { - "is-glob": "^4.0.1" - } - }, - "glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" - }, - "global-dirs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", - "integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==", - "requires": { - "ini": "2.0.0" - }, - "dependencies": { - "ini": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==" - } - } - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", - "requires": { - "global-prefix": "^3.0.0" - } - }, - "global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": { - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" - }, - "globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - } - }, - "got": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", - "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", - "requires": { - "@sindresorhus/is": "^0.14.0", - "@szmarczak/http-timer": "^1.1.2", - "cacheable-request": "^6.0.0", - "decompress-response": "^3.3.0", - "duplexer3": "^0.1.4", - "get-stream": "^4.1.0", - "lowercase-keys": "^1.0.1", - "mimic-response": "^1.0.1", - "p-cancelable": "^1.0.0", - "to-readable-stream": "^1.0.0", - "url-parse-lax": "^3.0.0" - }, - "dependencies": { - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "requires": { - "pump": "^3.0.0" - } - } - } - }, - "graceful-fs": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", - "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==" - }, - "gray-matter": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", - "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", - "requires": { - "js-yaml": "^3.13.1", - "kind-of": "^6.0.2", - "section-matter": "^1.0.0", - "strip-bom-string": "^1.0.0" - }, - "dependencies": { - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - } - } - } - }, - "gzip-size": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", - "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", - "requires": { - "duplexer": "^0.1.2" - } - }, - "handle-thing": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", - "requires": { - "get-intrinsic": "^1.1.1" - } - }, - "has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" - }, - "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" - }, - "has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=" - }, - "has-yarn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", - "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==" - }, - "hast-to-hyperscript": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz", - "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", - "requires": { - "@types/unist": "^2.0.3", - "comma-separated-tokens": "^1.0.0", - "property-information": "^5.3.0", - "space-separated-tokens": "^1.0.0", - "style-to-object": "^0.3.0", - "unist-util-is": "^4.0.0", - "web-namespaces": "^1.0.0" - } - }, - "hast-util-from-parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz", - "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==", - "requires": { - "@types/parse5": "^5.0.0", - "hastscript": "^6.0.0", - "property-information": "^5.0.0", - "vfile": "^4.0.0", - "vfile-location": "^3.2.0", - "web-namespaces": "^1.0.0" - } - }, - "hast-util-has-property": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-1.0.4.tgz", - "integrity": "sha512-ghHup2voGfgFoHMGnaLHOjbYFACKrRh9KFttdCzMCbFoBMJXiNi2+XTrPP8+q6cDJM/RSqlCfVWrjp1H201rZg==" - }, - "hast-util-is-element": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-1.1.0.tgz", - "integrity": "sha512-oUmNua0bFbdrD/ELDSSEadRVtWZOf3iF6Lbv81naqsIV99RnSCieTbWuWCY8BAeEfKJTKl0gRdokv+dELutHGQ==" - }, - "hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", - "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==" - }, - "hast-util-raw": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz", - "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==", - "requires": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^6.0.0", - "hast-util-to-parse5": "^6.0.0", - "html-void-elements": "^1.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^3.0.0", - "vfile": "^4.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - } - }, - "hast-util-select": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-4.0.2.tgz", - "integrity": "sha512-8EEG2//bN5rrzboPWD2HdS3ugLijNioS1pqOTIolXNf67xxShYw4SQEmVXd3imiBG+U2bC2nVTySr/iRAA7Cjg==", - "requires": { - "bcp-47-match": "^1.0.0", - "comma-separated-tokens": "^1.0.0", - "css-selector-parser": "^1.0.0", - "direction": "^1.0.0", - "hast-util-has-property": "^1.0.0", - "hast-util-is-element": "^1.0.0", - "hast-util-to-string": "^1.0.0", - "hast-util-whitespace": "^1.0.0", - "not": "^0.1.0", - "nth-check": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0", - "unist-util-visit": "^2.0.0", - "zwitch": "^1.0.0" - } - }, - "hast-util-to-parse5": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz", - "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==", - "requires": { - "hast-to-hyperscript": "^9.0.0", - "property-information": "^5.0.0", - "web-namespaces": "^1.0.0", - "xtend": "^4.0.0", - "zwitch": "^1.0.0" - } - }, - "hast-util-to-string": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-1.0.4.tgz", - "integrity": "sha512-eK0MxRX47AV2eZ+Lyr18DCpQgodvaS3fAQO2+b9Two9F5HEoRPhiUMNzoXArMJfZi2yieFzUBMRl3HNJ3Jus3w==" - }, - "hast-util-to-text": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hast-util-to-text/-/hast-util-to-text-2.0.1.tgz", - "integrity": "sha512-8nsgCARfs6VkwH2jJU9b8LNTuR4700na+0h3PqCaEk4MAnMDeu5P0tP8mjk9LLNGxIeQRLbiDbZVw6rku+pYsQ==", - "requires": { - "hast-util-is-element": "^1.0.0", - "repeat-string": "^1.0.0", - "unist-util-find-after": "^3.0.0" - } - }, - "hast-util-whitespace": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-1.0.4.tgz", - "integrity": "sha512-I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A==" - }, - "hastscript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", - "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", - "requires": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - } - }, - "he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" - }, - "history": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", - "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", - "requires": { - "@babel/runtime": "^7.1.2", - "loose-envify": "^1.2.0", - "resolve-pathname": "^3.0.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0", - "value-equal": "^1.0.1" - } - }, - "hogan.js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/hogan.js/-/hogan.js-3.0.2.tgz", - "integrity": "sha1-TNnhq9QpQUbnZ55B14mHMrAse/0=", - "requires": { - "mkdirp": "0.3.0", - "nopt": "1.0.10" - }, - "dependencies": { - "mkdirp": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz", - "integrity": "sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=" - } - } - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "requires": { - "react-is": "^16.7.0" - } - }, - "hpack.js": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", - "requires": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "html-entities": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", - "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==" - }, - "html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", - "requires": { - "camel-case": "^4.1.2", - "clean-css": "^5.2.2", - "commander": "^8.3.0", - "he": "^1.2.0", - "param-case": "^3.0.4", - "relateurl": "^0.2.7", - "terser": "^5.10.0" - }, - "dependencies": { - "commander": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" - } - } - }, - "html-tags": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", - "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==" - }, - "html-void-elements": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", - "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==" - }, - "html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", - "requires": { - "@types/html-minifier-terser": "^6.0.0", - "html-minifier-terser": "^6.0.2", - "lodash": "^4.17.21", - "pretty-error": "^4.0.0", - "tapable": "^2.0.0" - } - }, - "htmlparser2": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", - "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", - "requires": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "entities": "^4.4.0" - } - }, - "http-cache-semantics": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" - }, - "http-deceiver": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" - }, - "http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "requires": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - } - }, - "http-parser-js": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", - "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" - }, - "http-proxy": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", - "requires": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" - } - }, - "http-proxy-middleware": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", - "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", - "requires": { - "@types/http-proxy": "^1.17.8", - "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.2" - }, - "dependencies": { - "is-plain-obj": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", - "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==" - } - } - }, - "human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "icss-utils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", - "requires": {} - }, - "ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==" - }, - "image-size": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.0.2.tgz", - "integrity": "sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==", - "requires": { - "queue": "6.0.2" - } - }, - "immediate": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.3.0.tgz", - "integrity": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==" - }, - "immer": { - "version": "9.0.21", - "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", - "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - } - }, - "import-lazy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", - "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=" - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" - }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" - }, - "infima": { - "version": "0.2.0-alpha.43", - "resolved": "https://registry.npmjs.org/infima/-/infima-0.2.0-alpha.43.tgz", - "integrity": "sha512-2uw57LvUqW0rK/SWYnd/2rRfxNA5DDNOh33jxF7fy46VWoNhGxiUQyVZHbBMjQ33mQem0cjdDVwgWVAmlRfgyQ==" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" - }, - "inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", - "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" - }, - "interpret": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", - "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "requires": { - "loose-envify": "^1.0.0" - } - }, - "ipaddr.js": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz", - "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==" - }, - "is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==" - }, - "is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", - "requires": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - } - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "requires": { - "ci-info": "^2.0.0" - }, - "dependencies": { - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" - } - } - }, - "is-core-module": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz", - "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==", - "requires": { - "has": "^1.0.3" - } - }, - "is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" - }, - "is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==" - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==" - }, - "is-installed-globally": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", - "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", - "requires": { - "global-dirs": "^3.0.0", - "is-path-inside": "^3.0.2" - } - }, - "is-npm": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz", - "integrity": "sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==" - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - }, - "is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==" - }, - "is-path-cwd": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz", - "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" - }, - "is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" - }, - "is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==" - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "requires": { - "isobject": "^3.0.1" - } - }, - "is-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", - "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==" - }, - "is-root": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", - "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==" - }, - "is-stream": { + "node_modules/micromark-util-decode-string/node_modules/micromark-util-character": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "is-whitespace-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz", - "integrity": "sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==" - }, - "is-word-character": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", - "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==" - }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "requires": { - "is-docker": "^2.0.0" - } - }, - "is-yarn-global": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", - "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" - }, - "jest-util": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz", - "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==", - "requires": { - "@jest/types": "^29.5.0", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - } - }, - "jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "dependencies": { - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jiti": { - "version": "1.18.2", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", - "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==" - }, - "joi": { - "version": "17.9.2", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.9.2.tgz", - "integrity": "sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==", - "requires": { - "@hapi/hoek": "^9.0.0", - "@hapi/topo": "^5.0.0", - "@sideway/address": "^4.1.3", - "@sideway/formula": "^3.0.1", - "@sideway/pinpoint": "^2.0.0" - } - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "requires": { - "argparse": "^2.0.1" - } - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" - }, - "json-buffer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", - "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=" - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" - }, - "jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "keyv": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", - "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", - "requires": { - "json-buffer": "3.0.0" - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" - }, - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" - }, - "latest-version": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", - "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", - "requires": { - "package-json": "^6.3.0" - } - }, - "launch-editor": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.0.tgz", - "integrity": "sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==", - "requires": { - "picocolors": "^1.0.0", - "shell-quote": "^1.7.3" - } - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" - }, - "lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==" - }, - "lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" - }, - "loader-runner": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.2.0.tgz", - "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==" - }, - "loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "requires": { - "p-locate": "^4.1.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "lodash.curry": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.curry/-/lodash.curry-4.1.1.tgz", - "integrity": "sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==" - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" - }, - "lodash.flow": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/lodash.flow/-/lodash.flow-3.5.0.tgz", - "integrity": "sha512-ff3BX/tSioo+XojX4MOsOMhJw0nZoUEF011LX8g8d3gvjVbxd89cCio4BCXronjxcTUIJUoqKEUA+n4CqvvRPw==" - }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "requires": { - "tslib": "^2.0.3" + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "lowercase-keys": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", - "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" + "node_modules/micromark-util-decode-string/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "requires": { - "yallist": "^4.0.0" + "node_modules/micromark-util-encode": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", + "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] + }, + "node_modules/micromark-util-events-to-acorn": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.2.tgz", + "integrity": "sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "@types/acorn": "^4.0.0", + "@types/estree": "^1.0.0", + "@types/unist": "^3.0.0", + "devlop": "^1.0.0", + "estree-util-visit": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0", + "vfile-message": "^4.0.0" } }, - "lunr": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", - "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==" + "node_modules/micromark-util-events-to-acorn/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "lunr-languages": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/lunr-languages/-/lunr-languages-1.9.0.tgz", - "integrity": "sha512-Be5vFuc8NAheOIjviCRms3ZqFFBlzns3u9DXpPSZvALetgnydAN0poV71pVLFn0keYy/s4VblMMkqewTLe+KPg==" + "node_modules/micromark-util-html-tag-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.0.tgz", + "integrity": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "requires": { - "semver": "^6.0.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "node_modules/micromark-util-normalize-identifier": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.0.tgz", + "integrity": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0" } }, - "markdown-escapes": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", - "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==" + "node_modules/micromark-util-normalize-identifier/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "mdast-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz", - "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==", - "requires": { - "unist-util-remove": "^2.0.0" + "node_modules/micromark-util-resolve-all": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.0.tgz", + "integrity": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-types": "^2.0.0" } }, - "mdast-util-definitions": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", - "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==", - "requires": { - "unist-util-visit": "^2.0.0" + "node_modules/micromark-util-sanitize-uri": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", + "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-encode": "^2.0.0", + "micromark-util-symbol": "^2.0.0" } }, - "mdast-util-to-hast": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz", - "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==", - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "mdast-util-definitions": "^4.0.0", - "mdurl": "^1.0.0", - "unist-builder": "^2.0.0", - "unist-util-generated": "^1.0.0", - "unist-util-position": "^3.0.0", - "unist-util-visit": "^2.0.0" + "node_modules/micromark-util-sanitize-uri/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, - "mdast-util-to-string": { + "node_modules/micromark-util-sanitize-uri/node_modules/micromark-util-symbol": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", - "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==" - }, - "mdn-data": { - "version": "2.0.30", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "mdurl": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", - "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==" + "node_modules/micromark-util-subtokenize": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.0.tgz", + "integrity": "sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "devlop": "^1.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } }, - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" + "node_modules/micromark-util-subtokenize/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "memfs": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", - "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", - "requires": { - "fs-monkey": "^1.0.4" - } + "node_modules/micromark-util-symbol": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", + "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + "node_modules/micromark-util-types": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", + "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "merge-stream": { + "node_modules/micromark/node_modules/micromark-factory-space": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" + } }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + "node_modules/micromark/node_modules/micromark-util-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" + "node_modules/micromark/node_modules/micromark-util-symbol": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ] }, - "micromatch": { + "node_modules/micromatch": { "version": "4.0.5", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "requires": { + "dependencies": { "braces": "^3.0.2", "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" } }, - "mime": { + "node_modules/mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } }, - "mime-db": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", - "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==" + "node_modules/mime-db": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", + "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==", + "engines": { + "node": ">= 0.6" + } }, - "mime-types": { - "version": "2.1.34", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", - "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", - "requires": { - "mime-db": "1.51.0" + "node_modules/mime-types": { + "version": "2.1.18", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", + "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", + "dependencies": { + "mime-db": "~1.33.0" + }, + "engines": { + "node": ">= 0.6" } }, - "mimic-fn": { + "node_modules/mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "engines": { + "node": ">=6" + } }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" + "node_modules/mimic-response": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz", + "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "mini-css-extract-plugin": { + "node_modules/mini-css-extract-plugin": { "version": "2.7.6", "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", - "requires": { + "dependencies": { "schema-utils": "^4.0.0" }, - "dependencies": { - "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "requires": { - "fast-deep-equal": "^3.1.3" - } - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "requires": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - } - } + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" } }, - "minimalistic-assert": { + "node_modules/minimalistic-assert": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" }, - "minimatch": { + "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { + "dependencies": { "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + "node_modules/mkdirp": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.0.tgz", + "integrity": "sha512-OHsdUcVAQ6pOtg5JYWpCBo9W/GySVuwvP9hueRMW7UqshC0tbfzLv8wjySTPm3tfUZ/21CE9E1pJagOA91Pxew==", + "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)", + "engines": { + "node": "*" + } }, - "mrmime": { + "node_modules/mrmime": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", - "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==" + "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "engines": { + "node": ">=10" + } }, - "ms": { + "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, - "multicast-dns": { + "node_modules/multicast-dns": { "version": "7.2.5", "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", - "requires": { + "dependencies": { "dns-packet": "^5.2.2", "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" } }, - "nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==" + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } }, - "negotiator": { + "node_modules/negotiator": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } }, - "neo-async": { + "node_modules/neo-async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, - "no-case": { + "node_modules/no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "requires": { + "dependencies": { "lower-case": "^2.0.2", "tslib": "^2.0.3" } }, - "node-emoji": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz", - "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==", - "requires": { - "lodash": "^4.17.21" + "node_modules/node-emoji": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-2.1.1.tgz", + "integrity": "sha512-+fyi06+Z9LARCwnTmUF1sRPVQFhGlIpuye3zwlzMN8bIKou6l7k1rGV8WVOEu9EQnRLfoVOYj/p107u0CoQoKA==", + "dependencies": { + "@sindresorhus/is": "^6.0.0", + "char-regex": "^1.0.2", + "emojilib": "^2.4.0", + "skin-tone": "^2.0.0" + }, + "engines": { + "node": ">=18" } }, - "node-fetch": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", - "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", - "requires": { + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dependencies": { "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } } }, - "node-forge": { + "node_modules/node-forge": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==" + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "engines": { + "node": ">= 6.13.0" + } }, - "node-releases": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz", - "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==" + "node_modules/node-releases": { + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", + "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==" }, - "nopt": { + "node_modules/nopt": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", - "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", - "requires": { + "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", + "dependencies": { "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "*" } }, - "normalize-path": { + "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } }, - "normalize-range": { + "node_modules/normalize-range": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "engines": { + "node": ">=0.10.0" + } }, - "normalize-url": { + "node_modules/normalize-url": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==" + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "not": { + "node_modules/not": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz", - "integrity": "sha1-yWkcF0bFXc++VMvYvU/wQbwrUZ0=" + "integrity": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA==" }, - "npm-run-path": { + "node_modules/npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "requires": { + "dependencies": { "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" } }, - "nprogress": { + "node_modules/nprogress": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz", "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==" }, - "nth-check": { + "node_modules/nth-check": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", - "requires": { + "dependencies": { "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" } }, - "object-assign": { + "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "engines": { + "node": ">=0.10.0" + } }, - "object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==" + "node_modules/object-inspect": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "object-keys": { + "node_modules/object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "engines": { + "node": ">= 0.4" + } }, - "object.assign": { + "node_modules/object.assign": { "version": "4.1.4", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", - "requires": { + "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", "has-symbols": "^1.0.3", "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "obuf": { + "node_modules/obuf": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" }, - "on-finished": { + "node_modules/on-finished": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "requires": { + "dependencies": { "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" } }, - "on-headers": { + "node_modules/on-headers": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "engines": { + "node": ">= 0.8" + } }, - "once": { + "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { "wrappy": "1" } }, - "onetime": { + "node_modules/onetime": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "requires": { + "dependencies": { "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "open": { + "node_modules/open": { "version": "8.4.2", "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", - "requires": { + "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "opener": { + "node_modules/opener": { "version": "1.5.2", "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", - "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==" + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "bin": { + "opener": "bin/opener-bin.js" + } }, - "p-cancelable": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", - "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==" + "node_modules/p-cancelable": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz", + "integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==", + "engines": { + "node": ">=12.20" + } }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "requires": { - "p-try": "^2.0.0" + "node_modules/p-limit": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "dependencies": { + "yocto-queue": "^1.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "requires": { - "p-limit": "^2.2.0" + "node_modules/p-locate": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", + "dependencies": { + "p-limit": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "p-map": { + "node_modules/p-map": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "requires": { + "dependencies": { "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "p-retry": { + "node_modules/p-retry": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", - "requires": { + "dependencies": { "@types/retry": "0.12.0", "retry": "^0.13.1" + }, + "engines": { + "node": ">=8" } }, - "p-try": { + "node_modules/p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - }, - "package-json": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", - "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", - "requires": { - "got": "^9.6.0", - "registry-auth-token": "^4.0.0", - "registry-url": "^5.0.0", - "semver": "^6.2.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-8.1.1.tgz", + "integrity": "sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==", + "dependencies": { + "got": "^12.1.0", + "registry-auth-token": "^5.0.1", + "registry-url": "^6.0.0", + "semver": "^7.3.7" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "param-case": { + "node_modules/param-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", - "requires": { + "dependencies": { "dot-case": "^3.0.4", "tslib": "^2.0.3" } }, - "parent-module": { + "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "requires": { + "dependencies": { "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" } }, - "parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", - "requires": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - } - }, - "parse-json": { + "node_modules/parse-entities": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz", + "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==", + "dependencies": { + "@types/unist": "^2.0.0", + "character-entities": "^2.0.0", + "character-entities-legacy": "^3.0.0", + "character-reference-invalid": "^2.0.0", + "decode-named-character-reference": "^1.0.0", + "is-alphanumerical": "^2.0.0", + "is-decimal": "^2.0.0", + "is-hexadecimal": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/parse-entities/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + }, + "node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "requires": { + "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-even-better-errors": "^2.3.0", "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "parse-numeric-range": { + "node_modules/parse-numeric-range": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz", "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==" }, - "parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" + "node_modules/parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dependencies": { + "entities": "^4.4.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } }, - "parse5-htmlparser2-tree-adapter": { + "node_modules/parse5-htmlparser2-tree-adapter": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz", "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==", - "requires": { + "dependencies": { "domhandler": "^5.0.2", "parse5": "^7.0.0" }, - "dependencies": { - "parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", - "requires": { - "entities": "^4.4.0" - } - } + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" } }, - "parseurl": { + "node_modules/parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } }, - "pascal-case": { + "node_modules/pascal-case": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", - "requires": { + "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" } }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + "node_modules/path-exists": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } }, - "path-is-absolute": { + "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } }, - "path-is-inside": { + "node_modules/path-is-inside": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==" }, - "path-key": { + "node_modules/path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "engines": { + "node": ">=8" + } }, - "path-parse": { + "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + "node_modules/path-to-regexp": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", + "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", + "dependencies": { + "isarray": "0.0.1" + } }, - "path-type": { + "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/periscopic": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz", + "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==", + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^3.0.0", + "is-reference": "^3.0.0" + } }, - "picocolors": { + "node_modules/picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" }, - "picomatch": { + "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "requires": { - "find-up": "^4.0.0" + "node_modules/pkg-dir": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz", + "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", + "dependencies": { + "find-up": "^6.3.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "pkg-up": { + "node_modules/pkg-up": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", - "requires": { + "dependencies": { "find-up": "^3.0.0" }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-up/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-up/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-up/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "requires": { - "locate-path": "^3.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==" - } + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-up/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-up/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "engines": { + "node": ">=4" } }, - "postcss": { + "node_modules/postcss": { "version": "8.4.31", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", - "requires": { + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" } }, - "postcss-calc": { + "node_modules/postcss-calc": { "version": "8.2.4", "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", - "requires": { + "dependencies": { "postcss-selector-parser": "^6.0.9", "postcss-value-parser": "^4.2.0" + }, + "peerDependencies": { + "postcss": "^8.2.2" } }, - "postcss-colormin": { + "node_modules/postcss-colormin": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", - "requires": { + "dependencies": { "browserslist": "^4.21.4", "caniuse-api": "^3.0.0", "colord": "^2.9.1", "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-convert-values": { + "node_modules/postcss-convert-values": { "version": "5.1.3", "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", - "requires": { + "dependencies": { "browserslist": "^4.21.4", "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-discard-comments": { + "node_modules/postcss-discard-comments": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", - "requires": {} + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } }, - "postcss-discard-duplicates": { + "node_modules/postcss-discard-duplicates": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", - "requires": {} + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } }, - "postcss-discard-empty": { + "node_modules/postcss-discard-empty": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", - "requires": {} + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } }, - "postcss-discard-overridden": { + "node_modules/postcss-discard-overridden": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", - "requires": {} + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } }, - "postcss-discard-unused": { + "node_modules/postcss-discard-unused": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-5.1.0.tgz", "integrity": "sha512-KwLWymI9hbwXmJa0dkrzpRbSJEh0vVUd7r8t0yOGPcfKzyJJxFM8kLyC5Ev9avji6nY95pOp1W6HqIrfT+0VGw==", - "requires": { + "dependencies": { "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-loader": { + "node_modules/postcss-loader": { "version": "7.3.3", "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.3.tgz", "integrity": "sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==", - "requires": { + "dependencies": { "cosmiconfig": "^8.2.0", "jiti": "^1.18.2", "semver": "^7.3.8" + }, + "engines": { + "node": ">= 14.15.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" } }, - "postcss-merge-idents": { + "node_modules/postcss-merge-idents": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-5.1.1.tgz", "integrity": "sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==", - "requires": { + "dependencies": { "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-merge-longhand": { + "node_modules/postcss-merge-longhand": { "version": "5.1.7", "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", - "requires": { + "dependencies": { "postcss-value-parser": "^4.2.0", "stylehacks": "^5.1.1" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-merge-rules": { + "node_modules/postcss-merge-rules": { "version": "5.1.4", "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", - "requires": { + "dependencies": { "browserslist": "^4.21.4", "caniuse-api": "^3.0.0", "cssnano-utils": "^3.1.0", "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-minify-font-values": { + "node_modules/postcss-minify-font-values": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", - "requires": { + "dependencies": { "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-minify-gradients": { + "node_modules/postcss-minify-gradients": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", - "requires": { + "dependencies": { "colord": "^2.9.1", "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-minify-params": { + "node_modules/postcss-minify-params": { "version": "5.1.4", "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", - "requires": { + "dependencies": { "browserslist": "^4.21.4", "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-minify-selectors": { + "node_modules/postcss-minify-selectors": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", - "requires": { + "dependencies": { "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-modules-extract-imports": { + "node_modules/postcss-modules-extract-imports": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", - "requires": {} + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } }, - "postcss-modules-local-by-default": { + "node_modules/postcss-modules-local-by-default": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz", "integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==", - "requires": { + "dependencies": { "icss-utils": "^5.0.0", "postcss-selector-parser": "^6.0.2", "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "postcss-modules-scope": { + "node_modules/postcss-modules-scope": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", - "requires": { + "dependencies": { "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "postcss-modules-values": { + "node_modules/postcss-modules-values": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", - "requires": { + "dependencies": { "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "postcss-normalize-charset": { + "node_modules/postcss-normalize-charset": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", - "requires": {} + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } }, - "postcss-normalize-display-values": { + "node_modules/postcss-normalize-display-values": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", - "requires": { + "dependencies": { "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-normalize-positions": { + "node_modules/postcss-normalize-positions": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", - "requires": { + "dependencies": { "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-normalize-repeat-style": { + "node_modules/postcss-normalize-repeat-style": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", - "requires": { + "dependencies": { "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-normalize-string": { + "node_modules/postcss-normalize-string": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", - "requires": { + "dependencies": { "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-normalize-timing-functions": { + "node_modules/postcss-normalize-timing-functions": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", - "requires": { + "dependencies": { "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-normalize-unicode": { + "node_modules/postcss-normalize-unicode": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", - "requires": { + "dependencies": { "browserslist": "^4.21.4", "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-normalize-url": { + "node_modules/postcss-normalize-url": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", - "requires": { + "dependencies": { "normalize-url": "^6.0.1", "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-normalize-whitespace": { + "node_modules/postcss-normalize-whitespace": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", - "requires": { + "dependencies": { "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-ordered-values": { + "node_modules/postcss-ordered-values": { "version": "5.1.3", "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", - "requires": { + "dependencies": { "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-reduce-idents": { + "node_modules/postcss-reduce-idents": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-5.2.0.tgz", "integrity": "sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg==", - "requires": { + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-reduce-initial": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", + "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-reduce-transforms": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "dependencies": { "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.13", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", + "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-sort-media-queries": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-4.4.1.tgz", + "integrity": "sha512-QDESFzDDGKgpiIh4GYXsSy6sek2yAwQx1JASl5AxBtU1Lq2JfKBljIPNdil989NcSKRQX1ToiaKphImtBuhXWw==", + "dependencies": { + "sort-css-media-queries": "2.1.0" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "postcss": "^8.4.16" + } + }, + "node_modules/postcss-svgo": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "dependencies": { + "postcss-value-parser": "^4.2.0", + "svgo": "^2.7.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/postcss-svgo/node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/postcss-svgo/node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dependencies": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/postcss-svgo/node_modules/csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dependencies": { + "css-tree": "^1.1.2" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/postcss-svgo/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, - "postcss-reduce-initial": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", - "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", - "requires": { - "browserslist": "^4.21.4", - "caniuse-api": "^3.0.0" + "node_modules/postcss-svgo/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "postcss-reduce-transforms": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", - "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", - "requires": { - "postcss-value-parser": "^4.2.0" + "node_modules/postcss-svgo/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" } }, - "postcss-selector-parser": { - "version": "6.0.13", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", - "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", - "requires": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" + "node_modules/postcss-svgo/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "postcss-sort-media-queries": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-4.4.1.tgz", - "integrity": "sha512-QDESFzDDGKgpiIh4GYXsSy6sek2yAwQx1JASl5AxBtU1Lq2JfKBljIPNdil989NcSKRQX1ToiaKphImtBuhXWw==", - "requires": { - "sort-css-media-queries": "2.1.0" + "node_modules/postcss-svgo/node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + }, + "node_modules/postcss-svgo/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" } }, - "postcss-svgo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", - "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", - "requires": { - "postcss-value-parser": "^4.2.0", - "svgo": "^2.7.0" - }, + "node_modules/postcss-svgo/node_modules/svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", "dependencies": { - "commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" - }, - "css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - } - }, - "css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "requires": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - } - }, - "csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", - "requires": { - "css-tree": "^1.1.2" - } - }, - "dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - } - }, - "domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "requires": { - "domelementtype": "^2.2.0" - } - }, - "domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "requires": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - } - }, - "entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" - }, - "mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" - }, - "svgo": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", - "requires": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" - } - } + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" + }, + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=10.13.0" } }, - "postcss-unique-selectors": { + "node_modules/postcss-unique-selectors": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", - "requires": { + "dependencies": { "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "postcss-value-parser": { + "node_modules/postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, - "postcss-zindex": { + "node_modules/postcss-zindex": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-5.1.0.tgz", "integrity": "sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==", - "requires": {} - }, - "prepend-http": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", - "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } }, - "pretty-error": { + "node_modules/pretty-error": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", - "requires": { + "dependencies": { "lodash": "^4.17.20", "renderkid": "^3.0.0" } }, - "pretty-time": { + "node_modules/pretty-time": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz", - "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==" + "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==", + "engines": { + "node": ">=4" + } }, - "prism-react-renderer": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz", - "integrity": "sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==", - "requires": {} + "node_modules/prism-react-renderer": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-2.2.0.tgz", + "integrity": "sha512-j4AN0VkEr72598+47xDvpzeYyeh/wPPRNTt9nJFZqIZUxwGKwYqYgt7RVigZ3ZICJWJWN84KEuMKPNyypyhNIw==", + "dependencies": { + "@types/prismjs": "^1.26.0", + "clsx": "^1.2.1" + }, + "peerDependencies": { + "react": ">=16.0.0" + } }, - "prismjs": { + "node_modules/prismjs": { "version": "1.29.0", "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==" + "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", + "engines": { + "node": ">=6" + } }, - "process-nextick-args": { + "node_modules/process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" }, - "promise": { + "node_modules/promise": { "version": "7.3.1", "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", - "requires": { + "dependencies": { "asap": "~2.0.3" } }, - "prompts": { + "node_modules/prompts": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "requires": { + "dependencies": { "kleur": "^3.0.3", "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" } }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz", - "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", - "requires": { + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", - "react-is": "^16.8.1" + "react-is": "^16.13.1" } }, - "property-information": { + "node_modules/property-information": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", - "requires": { + "dependencies": { "xtend": "^4.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "proxy-addr": { + "node_modules/proto-list": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==" + }, + "node_modules/proxy-addr": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "requires": { + "dependencies": { "forwarded": "0.2.0", "ipaddr.js": "1.9.1" }, - "dependencies": { - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" - } + "engines": { + "node": ">= 0.10" } }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" + "node_modules/proxy-addr/node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" } }, - "punycode": { + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, + "node_modules/punycode": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" }, - "pupa": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", - "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", - "requires": { - "escape-goat": "^2.0.0" + "node_modules/pupa": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-3.1.0.tgz", + "integrity": "sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==", + "dependencies": { + "escape-goat": "^4.0.0" + }, + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "pure-color": { + "node_modules/pure-color": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/pure-color/-/pure-color-1.3.0.tgz", "integrity": "sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA==" }, - "qs": { + "node_modules/qs": { "version": "6.11.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "requires": { + "dependencies": { "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "queue": { + "node_modules/queue": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==", - "requires": { + "dependencies": { "inherits": "~2.0.3" } }, - "queue-microtask": { + "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "randombytes": { + "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "requires": { + "dependencies": { "safe-buffer": "^5.1.0" } }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + "node_modules/range-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", + "integrity": "sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==", + "engines": { + "node": ">= 0.6" + } }, - "raw-body": { + "node_modules/raw-body": { "version": "2.5.1", "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", - "requires": { + "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", "iconv-lite": "0.4.24", "unpipe": "1.0.0" }, - "dependencies": { - "bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" - } + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" } }, - "rc": { + "node_modules/rc": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", - "requires": { + "dependencies": { "deep-extend": "^0.6.0", "ini": "~1.3.0", "minimist": "^1.2.0", "strip-json-comments": "~2.0.1" }, - "dependencies": { - "strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" - } + "bin": { + "rc": "cli.js" } }, - "react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "node_modules/rc/node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "react-base16-styling": { + "node_modules/react-base16-styling": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/react-base16-styling/-/react-base16-styling-0.6.0.tgz", "integrity": "sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==", - "requires": { + "dependencies": { "base16": "^1.0.0", "lodash.curry": "^4.0.1", "lodash.flow": "^3.3.0", "pure-color": "^1.2.0" } }, - "react-dev-utils": { + "node_modules/react-dev-utils": { "version": "12.0.1", "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", - "requires": { + "dependencies": { "@babel/code-frame": "^7.16.0", "address": "^1.1.2", "browserslist": "^4.18.1", @@ -21358,122 +13510,175 @@ "strip-ansi": "^6.0.1", "text-table": "^0.2.0" }, + "engines": { + "node": ">=14" + } + }, + "node_modules/react-dev-utils/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dependencies": { - "find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, - "loader-utils": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", - "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==" - }, - "locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "requires": { - "p-locate": "^5.0.0" - } - }, - "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "requires": { - "p-limit": "^3.0.2" - } - } + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/react-dev-utils/node_modules/loader-utils": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", + "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", + "engines": { + "node": ">= 12.13.0" + } + }, + "node_modules/react-dev-utils/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/react-dev-utils/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/react-dev-utils/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/react-dev-utils/node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/react-dev-utils/node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", - "requires": { + "node_modules/react-dom": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", + "dependencies": { "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" + "scheduler": "^0.23.0" + }, + "peerDependencies": { + "react": "^18.2.0" } }, - "react-error-overlay": { + "node_modules/react-error-overlay": { "version": "6.0.11", "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, - "react-fast-compare": { + "node_modules/react-fast-compare": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" }, - "react-helmet-async": { + "node_modules/react-helmet-async": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.3.0.tgz", "integrity": "sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==", - "requires": { + "dependencies": { "@babel/runtime": "^7.12.5", "invariant": "^2.2.4", "prop-types": "^15.7.2", "react-fast-compare": "^3.2.0", "shallowequal": "^1.1.0" + }, + "peerDependencies": { + "react": "^16.6.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0" } }, - "react-is": { + "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, - "react-json-view": { - "version": "1.21.3", - "resolved": "https://registry.npmjs.org/react-json-view/-/react-json-view-1.21.3.tgz", - "integrity": "sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==", - "requires": { - "flux": "^4.0.1", - "react-base16-styling": "^0.6.0", - "react-lifecycles-compat": "^3.0.4", - "react-textarea-autosize": "^8.3.2" - } - }, - "react-lifecycles-compat": { + "node_modules/react-lifecycles-compat": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, - "react-loadable": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/react-loadable/-/react-loadable-5.5.0.tgz", - "integrity": "sha512-C8Aui0ZpMd4KokxRdVAm2bQtI03k2RMRNzOB+IipV3yxFTSVICv7WoUr5L9ALB5BmKO1iHgZtWM8EvYG83otdg==", - "peer": true, - "requires": { - "prop-types": "^15.5.0" + "node_modules/react-loadable": { + "name": "@docusaurus/react-loadable", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz", + "integrity": "sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==", + "dependencies": { + "@types/react": "*", + "prop-types": "^15.6.2" + }, + "peerDependencies": { + "react": "*" } }, - "react-loadable-ssr-addon-v5-slorber": { + "node_modules/react-loadable-ssr-addon-v5-slorber": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/react-loadable-ssr-addon-v5-slorber/-/react-loadable-ssr-addon-v5-slorber-1.0.1.tgz", "integrity": "sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==", - "requires": { + "dependencies": { "@babel/runtime": "^7.10.3" + }, + "engines": { + "node": ">=10.13.0" + }, + "peerDependencies": { + "react-loadable": "*", + "webpack": ">=4.41.1 || 5.x" } }, - "react-router": { + "node_modules/react-router": { "version": "5.3.4", "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz", "integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==", - "requires": { + "dependencies": { "@babel/runtime": "^7.12.13", "history": "^4.9.0", "hoist-non-react-statics": "^3.1.0", @@ -21484,35 +13689,27 @@ "tiny-invariant": "^1.0.2", "tiny-warning": "^1.0.0" }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - }, - "path-to-regexp": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", - "requires": { - "isarray": "0.0.1" - } - } + "peerDependencies": { + "react": ">=15" } }, - "react-router-config": { + "node_modules/react-router-config": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/react-router-config/-/react-router-config-5.1.1.tgz", "integrity": "sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==", - "requires": { + "dependencies": { "@babel/runtime": "^7.1.2" + }, + "peerDependencies": { + "react": ">=15", + "react-router": ">=5" } }, - "react-router-dom": { + "node_modules/react-router-dom": { "version": "5.3.4", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz", "integrity": "sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==", - "requires": { + "dependencies": { "@babel/runtime": "^7.12.13", "history": "^4.9.0", "loose-envify": "^1.3.1", @@ -21520,545 +13717,719 @@ "react-router": "5.3.4", "tiny-invariant": "^1.0.2", "tiny-warning": "^1.0.0" + }, + "peerDependencies": { + "react": ">=15" } }, - "react-textarea-autosize": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.0.tgz", - "integrity": "sha512-cp488su3U9RygmHmGpJp0KEt0i/+57KCK33XVPH+50swVRBhIZYh0fGduz2YLKXwl9vSKBZ9HUXcg9PQXUXqIw==", - "requires": { - "@babel/runtime": "^7.20.13", + "node_modules/react-textarea-autosize": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.3.4.tgz", + "integrity": "sha512-CdtmP8Dc19xL8/R6sWvtknD/eCXkQr30dtvC4VmGInhRsfF8X/ihXCq6+9l9qbxmKRiq407/7z5fxE7cVWQNgQ==", + "dependencies": { + "@babel/runtime": "^7.10.2", "use-composed-ref": "^1.3.0", "use-latest": "^1.2.1" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "readable-stream": { + "node_modules/readable-stream": { "version": "3.6.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "requires": { + "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" } }, - "readdirp": { + "node_modules/readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "requires": { + "dependencies": { "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" } }, - "reading-time": { + "node_modules/reading-time": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/reading-time/-/reading-time-1.5.0.tgz", "integrity": "sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==" }, - "rechoir": { + "node_modules/rechoir": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", - "requires": { + "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", + "dependencies": { "resolve": "^1.1.6" + }, + "engines": { + "node": ">= 0.10" } }, - "recursive-readdir": { + "node_modules/recursive-readdir": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", - "requires": { + "dependencies": { "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=6.0.0" } }, - "regenerate": { + "node_modules/regenerate": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" }, - "regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", - "requires": { + "node_modules/regenerate-unicode-properties": { + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "dependencies": { "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" + }, + "node_modules/regenerator-transform": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regexpu-core": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "dependencies": { + "@babel/regjsgen": "^0.8.0", + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.1.0", + "regjsparser": "^0.9.1", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/registry-auth-token": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz", + "integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==", + "dependencies": { + "@pnpm/npm-conf": "^2.1.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/registry-url": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-6.0.1.tgz", + "integrity": "sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==", + "dependencies": { + "rc": "1.2.8" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/regjsparser": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/rehype-parse": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-7.0.1.tgz", + "integrity": "sha512-fOiR9a9xH+Le19i4fGzIEowAbwG7idy2Jzs4mOrFWBSJ0sNUgy0ev871dwWnbOo371SjgjG4pwzrbgSVrKxecw==", + "dependencies": { + "hast-util-from-parse5": "^6.0.0", + "parse5": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + "node_modules/rehype-parse/node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" }, - "regenerator-transform": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", - "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", - "requires": { - "@babel/runtime": "^7.8.4" + "node_modules/rehype-raw": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", + "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", + "dependencies": { + "@types/hast": "^3.0.0", + "hast-util-raw": "^9.0.0", + "vfile": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "requires": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "engines": { + "node": ">= 0.10" } }, - "registry-auth-token": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.1.tgz", - "integrity": "sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==", - "requires": { - "rc": "^1.2.8" + "node_modules/remark-directive": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-3.0.0.tgz", + "integrity": "sha512-l1UyWJ6Eg1VPU7Hm/9tt0zKtReJQNOA4+iDMAxTyZNWnJnFlbS/7zhiel/rogTLQ2vMYwDzSJa4BiVNqGlqIMA==", + "dependencies": { + "@types/mdast": "^4.0.0", + "mdast-util-directive": "^3.0.0", + "micromark-extension-directive": "^3.0.0", + "unified": "^11.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "registry-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", - "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", - "requires": { - "rc": "^1.2.8" + "node_modules/remark-emoji": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/remark-emoji/-/remark-emoji-4.0.1.tgz", + "integrity": "sha512-fHdvsTR1dHkWKev9eNyhTo4EFwbUvJ8ka9SgeWkMPYFX4WoI7ViVBms3PjlQYgw5TLvNQso3GUB/b/8t3yo+dg==", + "dependencies": { + "@types/mdast": "^4.0.2", + "emoticon": "^4.0.1", + "mdast-util-find-and-replace": "^3.0.1", + "node-emoji": "^2.1.0", + "unified": "^11.0.4" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, - "regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "requires": { - "jsesc": "~0.5.0" - }, + "node_modules/remark-frontmatter": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-5.0.0.tgz", + "integrity": "sha512-XTFYvNASMe5iPN0719nPrdItC9aU0ssC4v14mH1BCi1u0n1gAocqcujWUrByftZTbLhRtiKRyjYTSIOcr69UVQ==", "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" - } + "@types/mdast": "^4.0.0", + "mdast-util-frontmatter": "^2.0.0", + "micromark-extension-frontmatter": "^2.0.0", + "unified": "^11.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "relateurl": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", - "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=" + "node_modules/remark-gfm": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz", + "integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", + "dependencies": { + "@types/mdast": "^4.0.0", + "mdast-util-gfm": "^3.0.0", + "micromark-extension-gfm": "^3.0.0", + "remark-parse": "^11.0.0", + "remark-stringify": "^11.0.0", + "unified": "^11.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } }, - "remark-emoji": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/remark-emoji/-/remark-emoji-2.2.0.tgz", - "integrity": "sha512-P3cj9s5ggsUvWw5fS2uzCHJMGuXYRb0NnZqYlNecewXt8QBU9n5vW3DUUKOhepS8F9CwdMx9B8a3i7pqFWAI5w==", - "requires": { - "emoticon": "^3.2.0", - "node-emoji": "^1.10.0", - "unist-util-visit": "^2.0.3" + "node_modules/remark-mdx": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.0.0.tgz", + "integrity": "sha512-O7yfjuC6ra3NHPbRVxfflafAj3LTwx3b73aBvkEFU5z4PsD6FD4vrqJAkE5iNGLz71GdjXfgRqm3SQ0h0VuE7g==", + "dependencies": { + "mdast-util-mdx": "^3.0.0", + "micromark-extension-mdxjs": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "remark-footnotes": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz", - "integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==" - }, - "remark-mdx": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz", - "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==", - "requires": { - "@babel/core": "7.12.9", - "@babel/helper-plugin-utils": "7.10.4", - "@babel/plugin-proposal-object-rest-spread": "7.12.1", - "@babel/plugin-syntax-jsx": "7.12.1", - "@mdx-js/util": "1.6.22", - "is-alphabetical": "1.0.4", - "remark-parse": "8.0.3", - "unified": "9.2.0" - }, - "dependencies": { - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz", - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==" - }, - "@babel/plugin-syntax-jsx": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz", - "integrity": "sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==" - } + "node_modules/remark-parse": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", + "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", + "dependencies": { + "@types/mdast": "^4.0.0", + "mdast-util-from-markdown": "^2.0.0", + "micromark-util-types": "^2.0.0", + "unified": "^11.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "remark-parse": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz", - "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==", - "requires": { - "ccount": "^1.0.0", - "collapse-white-space": "^1.0.2", - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-whitespace-character": "^1.0.0", - "is-word-character": "^1.0.0", - "markdown-escapes": "^1.0.0", - "parse-entities": "^2.0.0", - "repeat-string": "^1.5.4", - "state-toggle": "^1.0.0", - "trim": "0.0.1", - "trim-trailing-lines": "^1.0.0", - "unherit": "^1.0.4", - "unist-util-remove-position": "^2.0.0", - "vfile-location": "^3.0.0", - "xtend": "^4.0.1" - }, - "dependencies": { - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", - "integrity": "sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==" - } + "node_modules/remark-rehype": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.0.0.tgz", + "integrity": "sha512-vx8x2MDMcxuE4lBmQ46zYUDfcFMmvg80WYX+UNLeG6ixjdCCLcw1lrgAukwBTuOFsS78eoAedHGn9sNM0w7TPw==", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "mdast-util-to-hast": "^13.0.0", + "unified": "^11.0.0", + "vfile": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "remark-squeeze-paragraphs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz", - "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==", - "requires": { - "mdast-squeeze-paragraphs": "^4.0.0" + "node_modules/remark-stringify": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", + "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", + "dependencies": { + "@types/mdast": "^4.0.0", + "mdast-util-to-markdown": "^2.0.0", + "unified": "^11.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "renderkid": { + "node_modules/renderkid": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", - "requires": { + "dependencies": { "css-select": "^4.1.3", "dom-converter": "^0.2.0", "htmlparser2": "^6.1.0", "lodash": "^4.17.21", "strip-ansi": "^6.0.1" + } + }, + "node_modules/renderkid/node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/renderkid/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "dependencies": { - "css-select": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz", - "integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==", - "requires": { - "boolbase": "^1.0.0", - "css-what": "^5.1.0", - "domhandler": "^4.3.0", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - } - }, - "css-what": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", - "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==" - }, - "dom-serializer": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", - "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - } - }, - "domhandler": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.0.tgz", - "integrity": "sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==", - "requires": { - "domelementtype": "^2.2.0" - } - }, - "domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "requires": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - } - }, - "entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" - }, - "htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", - "requires": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" - } + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" } }, - "repeat-string": { + "node_modules/repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", + "engines": { + "node": ">=0.10" + } }, - "require-from-string": { + "node_modules/require-from-string": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "engines": { + "node": ">=0.10.0" + } }, - "require-like": { + "node_modules/require-like": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/require-like/-/require-like-0.1.2.tgz", - "integrity": "sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==" + "integrity": "sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==", + "engines": { + "node": "*" + } }, - "requires-port": { + "node_modules/requires-port": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" }, - "resolve": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", - "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "resolve-from": { + "node_modules/resolve-alpn": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", + "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==" + }, + "node_modules/resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "engines": { + "node": ">=4" + } }, - "resolve-pathname": { + "node_modules/resolve-pathname": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==" }, - "responselike": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", - "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", - "requires": { - "lowercase-keys": "^1.0.0" + "node_modules/responselike": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz", + "integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==", + "dependencies": { + "lowercase-keys": "^3.0.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "retry": { + "node_modules/retry": { "version": "0.13.1", "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==" + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "engines": { + "node": ">= 4" + } }, - "reusify": { + "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } }, - "rimraf": { + "node_modules/rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "requires": { + "dependencies": { "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "rtl-detect": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/rtl-detect/-/rtl-detect-1.0.4.tgz", - "integrity": "sha512-EBR4I2VDSSYr7PkBmFy04uhycIpDKp+21p/jARYXlCSjQksTBQcJ0HFUPOO79EPPH5JS6VAhiIQbycf0O3JAxQ==" + "node_modules/rtl-detect": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/rtl-detect/-/rtl-detect-1.1.2.tgz", + "integrity": "sha512-PGMBq03+TTG/p/cRB7HCLKJ1MgDIi07+QU1faSjiYRfmY5UsAttV9Hs08jDAHVwcOwmVLcSJkpwyfXszVjWfIQ==" }, - "rtlcss": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.5.0.tgz", - "integrity": "sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==", - "requires": { - "find-up": "^5.0.0", + "node_modules/rtlcss": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.1.1.tgz", + "integrity": "sha512-/oVHgBtnPNcggP2aVXQjSy6N1mMAfHg4GSag0QtZBlD5bdDgAHwr4pydqJGd+SUCu9260+Pjqbjwtvu7EMH1KQ==", + "dependencies": { + "escalade": "^3.1.1", "picocolors": "^1.0.0", - "postcss": "^8.3.11", + "postcss": "^8.4.21", "strip-json-comments": "^3.1.1" }, - "dependencies": { - "find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "requires": { - "p-locate": "^5.0.0" - } - }, - "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "requires": { - "p-limit": "^3.0.2" - } - } + "bin": { + "rtlcss": "bin/rtlcss.js" + }, + "engines": { + "node": ">=12.0.0" } }, - "run-parallel": { + "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "requires": { + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { "queue-microtask": "^1.2.2" } }, - "rxjs": { + "node_modules/rxjs": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", - "requires": { + "dependencies": { "tslib": "^2.1.0" } }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, - "safer-buffer": { + "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" - }, - "scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "node_modules/sax": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", + "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" + }, + "node_modules/scheduler": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "dependencies": { + "loose-envify": "^1.1.0" } }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" + "node_modules/schema-utils": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "search-insights": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.6.0.tgz", - "integrity": "sha512-vU2/fJ+h/Mkm/DJOe+EaM5cafJv/1rRTZpGJTuFPf/Q5LjzgMDsqPdSaZsAe+GAWHHsfsu+rQSAn6c8IGtBEVw==", + "node_modules/search-insights": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.11.0.tgz", + "integrity": "sha512-Uin2J8Bpm3xaZi9Y8QibSys6uJOFZ+REMrf42v20AA3FUDUrshKkMEP6liJbMAHCm71wO6ls4mwAf7a3gFVxLw==", "peer": true }, - "section-matter": { + "node_modules/section-matter": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz", "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==", - "requires": { + "dependencies": { "extend-shallow": "^2.0.1", "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=4" } }, - "select-hose": { + "node_modules/select-hose": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" }, - "selfsigned": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz", - "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", - "requires": { + "node_modules/selfsigned": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + "dependencies": { + "@types/node-forge": "^1.3.0", "node-forge": "^1" + }, + "engines": { + "node": ">=10" } }, - "semver": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", - "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", - "requires": { + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" } }, - "semver-diff": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", - "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", - "requires": { - "semver": "^6.3.0" + "node_modules/semver-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-4.0.0.tgz", + "integrity": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": ">=12" }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - } + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" } }, - "send": { + "node_modules/semver/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/send": { "version": "0.18.0", "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "requires": { + "dependencies": { "debug": "2.6.9", "depd": "2.0.0", "destroy": "1.2.0", @@ -22073,42 +14444,49 @@ "range-parser": "~1.2.1", "statuses": "2.0.1" }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - } - } - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - } + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/send/node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" } }, - "serialize-javascript": { + "node_modules/serialize-javascript": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", - "requires": { + "dependencies": { "randombytes": "^2.1.0" } }, - "serve-handler": { + "node_modules/serve-handler": { "version": "6.1.5", "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.5.tgz", "integrity": "sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==", - "requires": { + "dependencies": { "bytes": "3.0.0", "content-disposition": "0.5.2", "fast-url-parser": "1.1.3", @@ -22117,43 +14495,18 @@ "path-is-inside": "1.0.2", "path-to-regexp": "2.2.1", "range-parser": "1.2.0" - }, - "dependencies": { - "content-disposition": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", - "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=" - }, - "mime-db": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", - "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==" - }, - "mime-types": { - "version": "2.1.18", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", - "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", - "requires": { - "mime-db": "~1.33.0" - } - }, - "path-to-regexp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz", - "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==" - }, - "range-parser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", - "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" - } } }, - "serve-index": { + "node_modules/serve-handler/node_modules/path-to-regexp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz", + "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==" + }, + "node_modules/serve-index": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", - "requires": { + "dependencies": { "accepts": "~1.3.4", "batch": "0.6.1", "debug": "2.6.9", @@ -22162,226 +14515,327 @@ "mime-types": "~2.1.17", "parseurl": "~1.3.2" }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" - }, - "http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" - } + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "node_modules/serve-index/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "engines": { + "node": ">= 0.6" } }, - "serve-static": { + "node_modules/serve-static": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "requires": { + "dependencies": { "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "parseurl": "~1.3.3", "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-function-length": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz", + "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==", + "dependencies": { + "define-data-property": "^1.1.1", + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" } }, - "setimmediate": { + "node_modules/setimmediate": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" }, - "setprototypeof": { + "node_modules/setprototypeof": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" }, - "shallow-clone": { + "node_modules/shallow-clone": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "requires": { + "dependencies": { "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" } }, - "shallowequal": { + "node_modules/shallowequal": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" }, - "shebang-command": { + "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "requires": { + "dependencies": { "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" } }, - "shebang-regex": { + "node_modules/shebang-regex": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "engines": { + "node": ">=8" + } }, - "shell-quote": { + "node_modules/shell-quote": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", - "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==" + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "shelljs": { + "node_modules/shelljs": { "version": "0.8.5", "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz", "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==", - "requires": { + "dependencies": { "glob": "^7.0.0", "interpret": "^1.0.0", "rechoir": "^0.6.2" + }, + "bin": { + "shjs": "bin/shjs" + }, + "engines": { + "node": ">=4" } }, - "side-channel": { + "node_modules/side-channel": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "requires": { + "dependencies": { "call-bind": "^1.0.0", "get-intrinsic": "^1.0.2", "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "signal-exit": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", - "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" - }, - "sirv": { - "version": "1.0.19", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.19.tgz", - "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", - "requires": { + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/sirv": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.3.tgz", + "integrity": "sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==", + "dependencies": { "@polka/url": "^1.0.0-next.20", "mrmime": "^1.0.0", - "totalist": "^1.0.0" + "totalist": "^3.0.0" + }, + "engines": { + "node": ">= 10" } }, - "sisteransi": { + "node_modules/sisteransi": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" }, - "sitemap": { + "node_modules/sitemap": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.1.tgz", "integrity": "sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==", - "requires": { + "dependencies": { "@types/node": "^17.0.5", "@types/sax": "^1.2.1", "arg": "^5.0.0", "sax": "^1.2.4" + }, + "bin": { + "sitemap": "dist/cli.js" + }, + "engines": { + "node": ">=12.0.0", + "npm": ">=5.6.0" + } + }, + "node_modules/sitemap/node_modules/@types/node": { + "version": "17.0.45", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", + "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" + }, + "node_modules/skin-tone": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/skin-tone/-/skin-tone-2.0.0.tgz", + "integrity": "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==", + "dependencies": { + "unicode-emoji-modifier-base": "^1.0.0" + }, + "engines": { + "node": ">=8" } }, - "slash": { + "node_modules/slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "engines": { + "node": ">=8" + } }, - "snake-case": { + "node_modules/snake-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", - "requires": { + "dependencies": { "dot-case": "^3.0.4", "tslib": "^2.0.3" } }, - "sockjs": { + "node_modules/sockjs": { "version": "0.3.24", "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", - "requires": { + "dependencies": { "faye-websocket": "^0.11.3", "uuid": "^8.3.2", "websocket-driver": "^0.7.4" } }, - "sort-css-media-queries": { + "node_modules/sort-css-media-queries": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/sort-css-media-queries/-/sort-css-media-queries-2.1.0.tgz", - "integrity": "sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==" + "integrity": "sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==", + "engines": { + "node": ">= 6.3.0" + } }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "engines": { + "node": ">= 8" + } }, - "source-map-js": { + "node_modules/source-map-js": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } }, - "source-map-support": { + "node_modules/source-map-support": { "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "requires": { + "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" } }, - "space-separated-tokens": { + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/space-separated-tokens": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", - "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==" + "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } }, - "spdy": { + "node_modules/spdy": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "requires": { + "dependencies": { "debug": "^4.1.0", "handle-thing": "^2.0.0", "http-deceiver": "^1.2.7", "select-hose": "^2.0.0", "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" } }, - "spdy-transport": { + "node_modules/spdy-transport": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", - "requires": { + "dependencies": { "debug": "^4.1.0", "detect-node": "^2.0.4", "hpack.js": "^2.1.6", @@ -22390,648 +14844,1203 @@ "wbuf": "^1.7.3" } }, - "sprintf-js": { + "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" }, - "stable": { + "node_modules/srcset": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/srcset/-/srcset-4.0.0.tgz", + "integrity": "sha512-wvLeHgcVHKO8Sc/H/5lkGreJQVeYMm9rlmt8PuR1xE31rIuXhuzznUUqAt8MqLhB3MqJdFzlNAfpcWnxiFUcPw==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stable": { "version": "0.1.8", "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" - }, - "state-toggle": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz", - "integrity": "sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==" + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" }, - "statuses": { + "node_modules/statuses": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } }, - "std-env": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.0.1.tgz", - "integrity": "sha512-mC1Ps9l77/97qeOZc+HrOL7TIaOboHqMZ24dGVQrlxFcpPpfCHpH+qfUT7Dz+6mlG8+JPA1KfBQo19iC/+Ngcw==" + "node_modules/std-env": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.5.0.tgz", + "integrity": "sha512-JGUEaALvL0Mf6JCfYnJOTcobY+Nc7sG/TemDRBqCA0wEr4DER7zDchaaixTlmOxAjG1uRJmX82EQcxwTQTkqVA==" }, - "string_decoder": { + "node_modules/string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "requires": { + "dependencies": { "safe-buffer": "~5.2.0" - }, + } + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dependencies": { - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - } + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "node_modules/string-width/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "engines": { + "node": ">=12" }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dependencies": { - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - } + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/stringify-entities": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz", + "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==", + "dependencies": { + "character-entities-html4": "^2.0.0", + "character-entities-legacy": "^3.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "stringify-object": { + "node_modules/stringify-object": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", - "requires": { + "dependencies": { "get-own-enumerable-property-symbols": "^3.0.0", "is-obj": "^1.0.1", "is-regexp": "^1.0.0" + }, + "engines": { + "node": ">=4" } }, - "strip-ansi": { + "node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "requires": { + "dependencies": { "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" } }, - "strip-bom-string": { + "node_modules/strip-bom-string": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", - "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==" + "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==", + "engines": { + "node": ">=0.10.0" + } }, - "strip-final-newline": { + "node_modules/strip-final-newline": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "engines": { + "node": ">=6" + } }, - "strip-json-comments": { + "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "style-to-object": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz", - "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==", - "requires": { + "node_modules/style-to-object": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", + "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", + "dependencies": { "inline-style-parser": "0.1.1" } }, - "stylehacks": { + "node_modules/stylehacks": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", - "requires": { + "dependencies": { "browserslist": "^4.21.4", "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "supports-color": { + "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { + "dependencies": { "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "svg-parser": { + "node_modules/svg-parser": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" }, - "svgo": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.2.tgz", - "integrity": "sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==", - "requires": { + "node_modules/svgo": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.4.tgz", + "integrity": "sha512-T+Xul3JwuJ6VGXKo/p2ndqx1ibxNKnLTvRc1ZTWKCfyKS/GgNjRZcYsK84fxTsy/izr91g/Rwx6fGnVgaFSI5g==", + "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", "css-select": "^5.1.0", "css-tree": "^2.2.1", - "csso": "^5.0.5", + "css-what": "^6.1.0", + "csso": "5.0.5", "picocolors": "^1.0.0" }, - "dependencies": { - "commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" - } + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=14.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/svgo" } }, - "tapable": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz", - "integrity": "sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==" - }, - "terser": { - "version": "5.18.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.18.1.tgz", - "integrity": "sha512-j1n0Ao919h/Ai5r43VAnfV/7azUYW43GPxK7qSATzrsERfW7+y2QW9Cp9ufnRF5CQUWbnLSo7UJokSWCqg4tsQ==", - "requires": { + "node_modules/svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/terser": { + "version": "5.24.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.24.0.tgz", + "integrity": "sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==", + "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, - "dependencies": { - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - } + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" } }, - "terser-webpack-plugin": { + "node_modules/terser-webpack-plugin": { "version": "5.3.9", "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz", "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", - "requires": { + "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", "serialize-javascript": "^6.0.1", "terser": "^5.16.8" }, - "dependencies": { - "schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true } } }, - "text-table": { + "node_modules/terser-webpack-plugin/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/terser-webpack-plugin/node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/terser-webpack-plugin/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" }, - "thunky": { + "node_modules/thunky": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" }, - "tiny-invariant": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.1.0.tgz", - "integrity": "sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==" + "node_modules/tiny-invariant": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz", + "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==" }, - "tiny-warning": { + "node_modules/tiny-warning": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" }, - "to-fast-properties": { + "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" - }, - "to-readable-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", - "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==" + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "engines": { + "node": ">=4" + } }, - "to-regex-range": { + "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "requires": { + "dependencies": { "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" } }, - "to-vfile": { + "node_modules/to-vfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-6.1.0.tgz", "integrity": "sha512-BxX8EkCxOAZe+D/ToHdDsJcVI4HqQfmw0tCkp31zf3dNP/XWIAjU4CmeuSwsSoOzOTqHPOL0KUzyZqJplkD0Qw==", - "requires": { + "dependencies": { "is-buffer": "^2.0.0", "vfile": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/to-vfile/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + }, + "node_modules/to-vfile/node_modules/unist-util-stringify-position": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", + "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", + "dependencies": { + "@types/unist": "^2.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/to-vfile/node_modules/vfile": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", + "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^2.0.0", + "vfile-message": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/to-vfile/node_modules/vfile-message": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", + "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "toidentifier": { + "node_modules/toidentifier": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } }, - "totalist": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-1.1.0.tgz", - "integrity": "sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==" + "node_modules/totalist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", + "engines": { + "node": ">=6" + } }, - "tr46": { + "node_modules/tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, - "trim": { + "node_modules/trim": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/trim/-/trim-1.0.1.tgz", - "integrity": "sha512-3JVP2YVqITUisXblCDq/Bi4P9457G/sdEamInkyvCsjbTcXLXIiG7XCb4kGMFWh6JGXesS3TKxOPtrncN/xe8w==" + "integrity": "sha512-3JVP2YVqITUisXblCDq/Bi4P9457G/sdEamInkyvCsjbTcXLXIiG7XCb4kGMFWh6JGXesS3TKxOPtrncN/xe8w==", + "deprecated": "Use String.prototype.trim() instead" }, - "trim-trailing-lines": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz", - "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==" + "node_modules/trim-lines": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", + "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } }, - "trough": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", - "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==" + "node_modules/trough": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz", + "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } }, - "tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" + "node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + "node_modules/type-fest": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", + "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "type-is": { + "node_modules/type-is": { "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "requires": { + "dependencies": { "media-typer": "0.3.0", "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/type-is/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" } }, - "typedarray-to-buffer": { + "node_modules/type-is/node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typedarray-to-buffer": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "requires": { + "dependencies": { "is-typedarray": "^1.0.0" } }, - "typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", - "peer": true - }, - "ua-parser-js": { - "version": "1.0.35", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.35.tgz", - "integrity": "sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==" + "node_modules/typescript": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } }, - "unherit": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", - "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==", - "requires": { - "inherits": "^2.0.0", - "xtend": "^4.0.0" + "node_modules/ua-parser-js": { + "version": "1.0.37", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.37.tgz", + "integrity": "sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" + } + ], + "engines": { + "node": "*" } }, - "unicode-canonical-property-names-ecmascript": { + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + }, + "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-emoji-modifier-base": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz", + "integrity": "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==", + "engines": { + "node": ">=4" + } }, - "unicode-match-property-ecmascript": { + "node_modules/unicode-match-property-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "requires": { + "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" } }, - "unicode-match-property-value-ecmascript": { + "node_modules/unicode-match-property-value-ecmascript": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "engines": { + "node": ">=4" + } }, - "unicode-property-aliases-ecmascript": { + "node_modules/unicode-property-aliases-ecmascript": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "engines": { + "node": ">=4" + } }, - "unified": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz", - "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", - "requires": { - "bail": "^1.0.0", + "node_modules/unified": { + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz", + "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==", + "dependencies": { + "@types/unist": "^3.0.0", + "bail": "^2.0.0", + "devlop": "^1.0.0", "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^2.0.0", - "trough": "^1.0.0", - "vfile": "^4.0.0" + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "unique-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", - "requires": { - "crypto-random-string": "^2.0.0" + "node_modules/unique-string": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz", + "integrity": "sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==", + "dependencies": { + "crypto-random-string": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "unist-builder": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz", - "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==" - }, - "unist-util-find-after": { + "node_modules/unist-util-find-after": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-3.0.0.tgz", "integrity": "sha512-ojlBqfsBftYXExNu3+hHLfJQ/X1jYY/9vdm4yZWjIbf0VuWF6CRufci1ZyoD/wV2TYMKxXUoNuoqwy+CkgzAiQ==", - "requires": { + "dependencies": { "unist-util-is": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "unist-util-generated": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz", - "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==" - }, - "unist-util-is": { + "node_modules/unist-util-is": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==" + "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } }, - "unist-util-position": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz", - "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==" + "node_modules/unist-util-position": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", + "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } }, - "unist-util-remove": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz", - "integrity": "sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==", - "requires": { - "unist-util-is": "^4.0.0" + "node_modules/unist-util-position-from-estree": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz", + "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-remove-position": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", + "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-visit": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-stringify-position": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", + "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0", + "unist-util-visit-parents": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit-parents": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit-parents/node_modules/unist-util-is": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-visit/node_modules/unist-util-is": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "unist-util-remove-position": { + "node_modules/universalify": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz", - "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==", - "requires": { - "unist-util-visit": "^2.0.0" + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "engines": { + "node": ">= 10.0.0" } }, - "unist-util-stringify-position": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", - "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", - "requires": { - "@types/unist": "^2.0.2" + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "engines": { + "node": ">= 0.8" } }, - "unist-util-visit": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0", - "unist-util-visit-parents": "^3.0.0" + "node_modules/update-browserslist-db": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" } }, - "unist-util-visit-parents": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz", - "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^4.0.0" + "node_modules/update-notifier": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-6.0.2.tgz", + "integrity": "sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==", + "dependencies": { + "boxen": "^7.0.0", + "chalk": "^5.0.1", + "configstore": "^6.0.0", + "has-yarn": "^3.0.0", + "import-lazy": "^4.0.0", + "is-ci": "^3.0.1", + "is-installed-globally": "^0.4.0", + "is-npm": "^6.0.0", + "is-yarn-global": "^0.4.0", + "latest-version": "^7.0.0", + "pupa": "^3.1.0", + "semver": "^7.3.7", + "semver-diff": "^4.0.0", + "xdg-basedir": "^5.1.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/yeoman/update-notifier?sponsor=1" + } + }, + "node_modules/update-notifier/node_modules/boxen": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.1.1.tgz", + "integrity": "sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==", + "dependencies": { + "ansi-align": "^3.0.1", + "camelcase": "^7.0.1", + "chalk": "^5.2.0", + "cli-boxes": "^3.0.0", + "string-width": "^5.1.2", + "type-fest": "^2.13.0", + "widest-line": "^4.0.1", + "wrap-ansi": "^8.1.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/update-notifier/node_modules/camelcase": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz", + "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/update-notifier/node_modules/chalk": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/uri-js/node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/url-loader": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", + "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", + "dependencies": { + "loader-utils": "^2.0.0", + "mime-types": "^2.1.27", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "file-loader": "*", + "webpack": "^4.0.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "file-loader": { + "optional": true + } + } + }, + "node_modules/url-loader/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" - }, - "update-browserslist-db": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", - "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", - "requires": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" + "node_modules/url-loader/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peerDependencies": { + "ajv": "^6.9.1" } }, - "update-notifier": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz", - "integrity": "sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==", - "requires": { - "boxen": "^5.0.0", - "chalk": "^4.1.0", - "configstore": "^5.0.1", - "has-yarn": "^2.1.0", - "import-lazy": "^2.1.0", - "is-ci": "^2.0.0", - "is-installed-globally": "^0.4.0", - "is-npm": "^5.0.0", - "is-yarn-global": "^0.3.0", - "latest-version": "^5.1.0", - "pupa": "^2.1.1", - "semver": "^7.3.4", - "semver-diff": "^3.1.1", - "xdg-basedir": "^4.0.0" - } + "node_modules/url-loader/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "requires": { - "punycode": "^2.1.0" - }, - "dependencies": { - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" - } + "node_modules/url-loader/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" } }, - "url-loader": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", - "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", - "requires": { - "loader-utils": "^2.0.0", - "mime-types": "^2.1.27", - "schema-utils": "^3.0.0" - }, + "node_modules/url-loader/node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dependencies": { - "schema-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.0.tgz", - "integrity": "sha512-tTEaeYkyIhEZ9uWgAjDerWov3T9MgX8dhhy2r0IGeeX4W8ngtGl1++dUve/RUqzuaASSh7shwCDJjEzthxki8w==", - "requires": { - "@types/json-schema": "^7.0.7", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } - } + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" } }, - "url-parse-lax": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", - "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", - "requires": { - "prepend-http": "^2.0.0" + "node_modules/url-loader/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "use-composed-ref": { + "node_modules/use-composed-ref": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.3.0.tgz", "integrity": "sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==", - "requires": {} + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } }, - "use-isomorphic-layout-effect": { + "node_modules/use-isomorphic-layout-effect": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz", "integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==", - "requires": {} + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } }, - "use-latest": { + "node_modules/use-latest": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/use-latest/-/use-latest-1.2.1.tgz", "integrity": "sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==", - "requires": { + "dependencies": { "use-isomorphic-layout-effect": "^1.1.1" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "use-sync-external-store": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", - "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", - "requires": {} - }, - "util-deprecate": { + "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, - "utila": { + "node_modules/utila": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", - "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=" + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==" }, - "utility-types": { + "node_modules/utility-types": { "version": "3.10.0", "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", - "integrity": "sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==" + "integrity": "sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==", + "engines": { + "node": ">= 4" + } }, - "utils-merge": { + "node_modules/utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "engines": { + "node": ">= 0.4.0" + } }, - "uuid": { + "node_modules/uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } }, - "value-equal": { + "node_modules/value-equal": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==" }, - "vary": { + "node_modules/vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "engines": { + "node": ">= 0.8" + } }, - "vfile": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", - "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^2.0.0", - "vfile-message": "^2.0.0" + "node_modules/vfile": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", + "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-stringify-position": "^4.0.0", + "vfile-message": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "vfile-location": { + "node_modules/vfile-location": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz", - "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==" + "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } }, - "vfile-message": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", - "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^2.0.0" + "node_modules/vfile-message": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", + "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-stringify-position": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" } }, - "wait-on": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-6.0.1.tgz", - "integrity": "sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==", - "requires": { - "axios": "^0.25.0", - "joi": "^17.6.0", + "node_modules/wait-on": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-7.2.0.tgz", + "integrity": "sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==", + "dependencies": { + "axios": "^1.6.1", + "joi": "^17.11.0", "lodash": "^4.17.21", - "minimist": "^1.2.5", - "rxjs": "^7.5.4" + "minimist": "^1.2.8", + "rxjs": "^7.8.1" + }, + "bin": { + "wait-on": "bin/wait-on" + }, + "engines": { + "node": ">=12.0.0" } }, - "watchpack": { + "node_modules/watchpack": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "requires": { + "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" } }, - "wbuf": { + "node_modules/wbuf": { "version": "1.7.3", "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", - "requires": { + "dependencies": { "minimalistic-assert": "^1.0.0" } }, - "web-namespaces": { + "node_modules/web-namespaces": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz", - "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" + "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } }, - "webidl-conversions": { + "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" }, - "webpack": { - "version": "5.88.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.0.tgz", - "integrity": "sha512-O3jDhG5e44qIBSi/P6KpcCcH7HD+nYIHVBhdWFxcLOcIGN8zGo5nqF3BjyNCxIh4p1vFdNnreZv2h2KkoAw3lw==", - "requires": { + "node_modules/webpack": { + "version": "5.89.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.89.0.tgz", + "integrity": "sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==", + "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.0", "@webassemblyjs/ast": "^1.11.5", @@ -23057,102 +16066,110 @@ "watchpack": "^2.4.0", "webpack-sources": "^3.2.3" }, - "dependencies": { - "events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" - }, - "schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true } } }, - "webpack-bundle-analyzer": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.9.0.tgz", - "integrity": "sha512-+bXGmO1LyiNx0i9enBu3H8mv42sj/BJWhZNFwjz92tVnBa9J3JMGo2an2IXlEleoDOPn/Hofl5hr/xCpObUDtw==", - "requires": { + "node_modules/webpack-bundle-analyzer": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.1.tgz", + "integrity": "sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==", + "dependencies": { "@discoveryjs/json-ext": "0.5.7", "acorn": "^8.0.4", "acorn-walk": "^8.0.0", - "chalk": "^4.1.0", "commander": "^7.2.0", + "debounce": "^1.2.1", + "escape-string-regexp": "^4.0.0", "gzip-size": "^6.0.0", - "lodash": "^4.17.20", + "html-escaper": "^2.0.2", + "is-plain-object": "^5.0.0", "opener": "^1.5.2", - "sirv": "^1.0.7", + "picocolors": "^1.0.0", + "sirv": "^2.0.3", "ws": "^7.3.1" }, - "dependencies": { - "commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" - } + "bin": { + "webpack-bundle-analyzer": "lib/bin/analyzer.js" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" } }, - "webpack-dev-middleware": { + "node_modules/webpack-dev-middleware": { "version": "5.3.3", "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", - "requires": { + "dependencies": { "colorette": "^2.0.10", "memfs": "^3.4.3", "mime-types": "^2.1.31", "range-parser": "^1.2.1", "schema-utils": "^4.0.0" }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/webpack-dev-middleware/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/webpack-dev-middleware/node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dependencies": { - "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "requires": { - "fast-deep-equal": "^3.1.3" - } - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "requires": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - } - } + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/webpack-dev-middleware/node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" } }, - "webpack-dev-server": { + "node_modules/webpack-dev-server": { "version": "4.15.1", "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz", "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==", - "requires": { + "dependencies": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", "@types/express": "^4.17.13", @@ -23184,197 +16201,389 @@ "webpack-dev-middleware": "^5.3.1", "ws": "^8.13.0" }, - "dependencies": { - "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "requires": { - "fast-deep-equal": "^3.1.3" - } - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.37.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true }, - "schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "requires": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - } + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/ws": { + "version": "8.14.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", + "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true }, - "ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", - "requires": {} + "utf-8-validate": { + "optional": true } } }, - "webpack-merge": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", - "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", - "requires": { + "node_modules/webpack-merge": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", + "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", + "dependencies": { "clone-deep": "^4.0.1", + "flat": "^5.0.2", "wildcard": "^2.0.0" + }, + "engines": { + "node": ">=10.0.0" } }, - "webpack-sources": { + "node_modules/webpack-sources": { "version": "3.2.3", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/webpack/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "node_modules/webpack/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/webpack/node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } }, - "webpackbar": { + "node_modules/webpackbar": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz", "integrity": "sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==", - "requires": { + "dependencies": { "chalk": "^4.1.0", "consola": "^2.15.3", "pretty-time": "^1.1.0", "std-env": "^3.0.1" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "webpack": "3 || 4 || 5" } }, - "websocket-driver": { + "node_modules/websocket-driver": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", - "requires": { + "dependencies": { "http-parser-js": ">=0.5.1", "safe-buffer": ">=5.1.0", "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" } }, - "websocket-extensions": { + "node_modules/websocket-extensions": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "engines": { + "node": ">=0.8.0" + } }, - "whatwg-url": { + "node_modules/whatwg-url": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "requires": { + "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" } }, - "which": { + "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "requires": { + "dependencies": { "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" } }, - "wide-align": { + "node_modules/wide-align": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", - "requires": { + "dependencies": { "string-width": "^1.0.2 || 2 || 3 || 4" } }, - "widest-line": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", - "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", - "requires": { - "string-width": "^4.0.0" + "node_modules/wide-align/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/wide-align/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" } }, - "wildcard": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", - "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==" + "node_modules/widest-line": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz", + "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==", + "dependencies": { + "string-width": "^5.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "node_modules/wildcard": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", + "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==" + }, + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "wrappy": { + "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, - "write-file-atomic": { + "node_modules/write-file-atomic": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "requires": { + "dependencies": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", "signal-exit": "^3.0.2", "typedarray-to-buffer": "^3.1.5" } }, - "ws": { + "node_modules/ws": { "version": "7.5.9", "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "requires": {} + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } }, - "xdg-basedir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", - "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==" + "node_modules/xdg-basedir": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-5.1.0.tgz", + "integrity": "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "xml-js": { + "node_modules/xml-js": { "version": "1.6.11", "resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz", "integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==", - "requires": { + "dependencies": { "sax": "^1.2.4" + }, + "bin": { + "xml-js": "bin/cli.js" } }, - "xtend": { + "node_modules/xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "engines": { + "node": ">=0.4" + } }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, - "yaml": { + "node_modules/yaml": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "engines": { + "node": ">= 6" + } }, - "yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + "node_modules/yocto-queue": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", + "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "zwitch": { + "node_modules/zwitch": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", - "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==" + "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } } } } diff --git a/package.json b/package.json index 27ffab9ec..ec6ae79cd 100644 --- a/package.json +++ b/package.json @@ -14,22 +14,25 @@ "write-heading-ids": "docusaurus write-heading-ids" }, "dependencies": { - "@docusaurus/core": "2.4.1", - "@docusaurus/plugin-content-docs": "2.4.1", - "@docusaurus/preset-classic": "2.4.1", - "@docusaurus/theme-search-algolia": "2.4.1", - "@mdx-js/react": "^1.6.22", - "@svgr/webpack": "^8.0.1", - "clsx": "^1.1.1", - "docusaurus-lunr-search": "^2.1.15", - "dotenv": "^16.0.0", + "@docusaurus/core": "3.0.0", + "@docusaurus/preset-classic": "3.0.0", + "@mdx-js/react": "^3.0.0", + "@svgr/webpack": "^8.1.0", + "classnames": "^2.3.2", + "clsx": "^1.2.1", + "docusaurus-lunr-search": "^3.3.0", + "dotenv": "^16.3.1", "file-loader": "^6.2.0", - "react": "^17.0.1", - "react-dom": "^17.0.1", - "semver": "^7.5.3", + "react": "^18.0.0", + "react-dom": "^18.0.0", + "semver": "^7.5.4", "trim": "^1.0.1", "url-loader": "^4.1.1" }, + "devDependencies": { + "@docusaurus/module-type-aliases": "3.0.0", + "@docusaurus/types": "3.0.0" + }, "browserslist": { "production": [ ">0.5%", diff --git a/sidebars.js b/sidebars.js index 981a73cd7..a421749d9 100644 --- a/sidebars.js +++ b/sidebars.js @@ -9,9 +9,12 @@ Create as many sidebars as you want. */ -module.exports = { +//@ts-check + +/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ +const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure - tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], + tutorialSidebar: [{ type: "autogenerated", dirName: "." }], // But you can create a sidebar manually /* @@ -24,3 +27,5 @@ module.exports = { ], */ }; + +export default sidebars; diff --git a/src/theme/SearchBar/index.js b/src/theme/SearchBar/index.js index 2f189d11e..06c3ea350 100644 --- a/src/theme/SearchBar/index.js +++ b/src/theme/SearchBar/index.js @@ -9,44 +9,48 @@ import React, { useRef, useCallback, useState } from "react"; import classnames from "classnames"; import { useHistory } from "@docusaurus/router"; import useDocusaurusContext from "@docusaurus/useDocusaurusContext"; -import { usePluginData } from '@docusaurus/useGlobalData'; -const Search = props => { +import { usePluginData } from "@docusaurus/useGlobalData"; +const Search = (props) => { const initialized = useRef(false); const searchBarRef = useRef(null); const [indexReady, setIndexReady] = useState(false); const history = useHistory(); - const { siteConfig = {}, isClient = false} = useDocusaurusContext(); + const { siteConfig = {}, isClient = false } = useDocusaurusContext(); const { baseUrl } = siteConfig; const initAlgolia = (searchDocs, searchIndex, DocSearch) => { - new DocSearch({ - searchDocs, - searchIndex, - inputSelector: "#search_input_react", - // Override algolia's default selection event, allowing us to do client-side - // navigation and avoiding a full page refresh. - handleSelected: (_input, _event, suggestion) => { - const url = baseUrl + suggestion.url; - // Use an anchor tag to parse the absolute url into a relative url - // Alternatively, we can use new URL(suggestion.url) but its not supported in IE - const a = document.createElement("a"); - a.href = url; - // Algolia use closest parent element id #__docusaurus when a h1 page title does not have an id - // So, we can safely remove it. See https://github.com/facebook/docusaurus/issues/1828 for more details. + new DocSearch({ + searchDocs, + searchIndex, + inputSelector: "#search_input_react", + // Override algolia's default selection event, allowing us to do client-side + // navigation and avoiding a full page refresh. + handleSelected: (_input, _event, suggestion) => { + const url = baseUrl + suggestion.url; + // Use an anchor tag to parse the absolute url into a relative url + // Alternatively, we can use new URL(suggestion.url) but its not supported in IE + const a = document.createElement("a"); + a.href = url; + // Algolia use closest parent element id #__docusaurus when a h1 page title does not have an id + // So, we can safely remove it. See https://github.com/facebook/docusaurus/issues/1828 for more details. - history.push(url); - } - }); + history.push(url); + }, + }); }; - const pluginData = usePluginData('docusaurus-lunr-search'); + const pluginData = usePluginData("docusaurus-lunr-search"); const getSearchDoc = () => process.env.NODE_ENV === "production" - ? fetch(`${baseUrl}${pluginData.fileNames.searchDoc}`).then((content) => content.json()) + ? fetch(`${baseUrl}${pluginData.fileNames.searchDoc}`).then((content) => + content.json() + ) : Promise.resolve([]); const getLunrIndex = () => process.env.NODE_ENV === "production" - ? fetch(`${baseUrl}${pluginData.fileNames.lunrIndex}`).then((content) => content.json()) + ? fetch(`${baseUrl}${pluginData.fileNames.lunrIndex}`).then((content) => + content.json() + ) : Promise.resolve([]); const loadAlgolia = () => { @@ -55,9 +59,9 @@ const Search = props => { getSearchDoc(), getLunrIndex(), import("./lib/DocSearch"), - import("./algolia.css") + import("./algolia.css"), ]).then(([searchDocs, searchIndex, { default: DocSearch }]) => { - if( searchDocs.length === 0) { + if (searchDocs.length === 0) { return; } initAlgolia(searchDocs, searchIndex, DocSearch); @@ -68,12 +72,13 @@ const Search = props => { }; const toggleSearchIconClick = useCallback( - e => { + (e) => { if (!searchBarRef.current.contains(e.target)) { searchBarRef.current.focus(); } - props.handleSearchBarToggle && props.handleSearchBarToggle(!props.isSearchBarExpanded); + props.handleSearchBarToggle && + props.handleSearchBarToggle(!props.isSearchBarExpanded); }, [props.isSearchBarExpanded] ); @@ -88,7 +93,7 @@ const Search = props => { aria-label="expand searchbar" role="button" className={classnames("search-icon", { - "search-icon-hidden": props.isSearchBarExpanded + "search-icon-hidden": props.isSearchBarExpanded, })} onClick={toggleSearchIconClick} onKeyDown={toggleSearchIconClick} @@ -97,7 +102,7 @@ const Search = props => {