@irohalab/mira-sdk-angular 1.15.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/fesm2022/irohalab-mira-sdk-angular.mjs +7 -7
  2. package/index.d.ts +1823 -7
  3. package/package.json +3 -3
  4. package/api/api.d.ts +0 -4
  5. package/api/default.service.d.ts +0 -610
  6. package/api/default.serviceInterface.d.ts +0 -230
  7. package/api.base.service.d.ts +0 -21
  8. package/api.module.d.ts +0 -11
  9. package/configuration.d.ts +0 -107
  10. package/encoder.d.ts +0 -17
  11. package/model/batchGetMainItemByIdListResult.d.ts +0 -13
  12. package/model/batchGetSubItemByIdListResult.d.ts +0 -13
  13. package/model/characterRelationsWithMainItems.d.ts +0 -15
  14. package/model/clientMapping.d.ts +0 -15
  15. package/model/createSubItemFavoriteRequestBody.d.ts +0 -12
  16. package/model/deleteClientMappingByMainItemResponse.d.ts +0 -15
  17. package/model/errorResponse.d.ts +0 -13
  18. package/model/favorite.d.ts +0 -21
  19. package/model/favoriteProgress.d.ts +0 -12
  20. package/model/favoriteStatus.d.ts +0 -17
  21. package/model/getFavoriteResponse.d.ts +0 -13
  22. package/model/getOnAirItemListResponse.d.ts +0 -16
  23. package/model/idListRequestBody.d.ts +0 -12
  24. package/model/imageInfo.d.ts +0 -19
  25. package/model/itemCastCharacterRelation.d.ts +0 -24
  26. package/model/itemEntity.d.ts +0 -23
  27. package/model/itemPersonRelation.d.ts +0 -21
  28. package/model/itemRelation.d.ts +0 -21
  29. package/model/itemRelationsWithMainItems.d.ts +0 -19
  30. package/model/itemSubType.d.ts +0 -55
  31. package/model/itemType.d.ts +0 -24
  32. package/model/listFavoritesResponse.d.ts +0 -20
  33. package/model/listMainItemResponse.d.ts +0 -20
  34. package/model/listSubItemFavoriteResponse.d.ts +0 -17
  35. package/model/mainItem.d.ts +0 -41
  36. package/model/mainItemBasic.d.ts +0 -31
  37. package/model/mainType.d.ts +0 -15
  38. package/model/models.d.ts +0 -39
  39. package/model/onAirItem.d.ts +0 -27
  40. package/model/patchFavoriteBody.d.ts +0 -17
  41. package/model/personRelationsWithMainItems.d.ts +0 -17
  42. package/model/propertyType.d.ts +0 -17
  43. package/model/propertyValue.d.ts +0 -20
  44. package/model/propertyValueValue.d.ts +0 -16
  45. package/model/subItem.d.ts +0 -44
  46. package/model/subItemFavorite.d.ts +0 -16
  47. package/model/succeedEmptyResponse.d.ts +0 -12
  48. package/model/syncFavoritesRequestBody.d.ts +0 -14
  49. package/model/syncFavoritesRequestBodyFavoritesInner.d.ts +0 -14
  50. package/model/syncFavoritesResponse.d.ts +0 -17
  51. package/param.d.ts +0 -37
  52. package/provide-api.d.ts +0 -3
  53. package/query.params.d.ts +0 -61
  54. package/variables.d.ts +0 -8
@@ -1,21 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- /**
11
- * represent the relation between the Item type MainItem and Person type MainItem
12
- */
13
- export interface ItemPersonRelation {
14
- id: string;
15
- mainItemId: string;
16
- mainItemBgmId: number;
17
- personItemId?: string | null;
18
- personItemBgmId: number;
19
- relationType: string;
20
- isLocked: boolean;
21
- }
@@ -1,21 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- /**
11
- * represent the relation of the Item type MainItems
12
- */
13
- export interface ItemRelation {
14
- id: string;
15
- mainItemId: string;
16
- mainItemBgmId: number;
17
- relatedItemId?: string | null;
18
- relatedBgmId: number;
19
- relationType: string;
20
- isLocked: boolean;
21
- }
@@ -1,19 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { MainItemBasic } from './mainItemBasic';
11
- import { ItemPersonRelation } from './itemPersonRelation';
12
- import { ItemCastCharacterRelation } from './itemCastCharacterRelation';
13
- import { ItemRelation } from './itemRelation';
14
- export interface ItemRelationsWithMainItems {
15
- mainItems: Array<MainItemBasic>;
16
- relatedItems: Array<ItemRelation>;
17
- relatedPersons: Array<ItemPersonRelation>;
18
- relatedCharacters: Array<ItemCastCharacterRelation>;
19
- }
@@ -1,55 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export declare const ItemSubType: {
11
- readonly Other: "other";
12
- readonly TV: "TV";
13
- readonly Web: "web";
14
- readonly OVA: "OVA";
15
- readonly Movie: "movie";
16
- readonly Novel: "Novel";
17
- readonly Comic: "Comic";
18
- readonly Illustration: "Illustration";
19
- readonly DramaJp: "jp";
20
- readonly DramaEn: "en";
21
- readonly DramaCn: "cn";
22
- readonly PC: "PC";
23
- readonly NDS: "NDS";
24
- readonly PSP: "PSP";
25
- readonly PS2: "PS2";
26
- readonly PS3: "PS3";
27
- readonly Xbox360: "Xbox360";
28
- readonly Mac: "Mac OS";
29
- readonly PS5: "PS5";
30
- readonly XboxSeriesXS: "Xbox Series X/S";
31
- readonly PS4: "PS4";
32
- readonly XboxOne: "Xbox One";
33
- readonly NintendoSwitch: "Nintendo Switch";
34
- readonly WiiU: "Wii U";
35
- readonly Wii: "Wii";
36
- readonly PSVita: "PS Vita";
37
- readonly N3DS: "3DS";
38
- readonly IOS: "iOS";
39
- readonly Android: "Android";
40
- readonly ARC: "ARC";
41
- readonly XBOX: "XBOX";
42
- readonly GameCube: "GameCube";
43
- readonly Dreamcast: "Dreamcast";
44
- readonly Nintendo64: "Nitendo 64";
45
- readonly PlayStation: "PlayStation";
46
- readonly SFC: "SFC";
47
- readonly FC: "FC";
48
- readonly NEOGEOPocketColor: "NEOGEO Pocket Color";
49
- readonly GBA: "GBA";
50
- readonly GB: "GB";
51
- readonly VirtualBoy: "Virtual Boy";
52
- readonly WonderSwanColor: "WonderSwan Color";
53
- readonly WonderSwan: "WonderSwan";
54
- };
55
- export type ItemSubType = typeof ItemSubType[keyof typeof ItemSubType];
@@ -1,24 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export declare const ItemType: {
11
- readonly Anime: "anime";
12
- readonly Game: "game";
13
- readonly Music: "music";
14
- readonly Book: "book";
15
- readonly Individual: "individual";
16
- readonly Character: "character";
17
- readonly RealWorld: "real";
18
- readonly Association: "association";
19
- readonly Corporation: "corporation";
20
- readonly Organization: "organization";
21
- readonly Ship: "ship";
22
- readonly Mechanic: "mechanic";
23
- };
24
- export type ItemType = typeof ItemType[keyof typeof ItemType];
@@ -1,20 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { Favorite } from './favorite';
11
- export interface ListFavoritesResponse {
12
- /**
13
- * a list of Favorite
14
- */
15
- data: Array<Favorite>;
16
- /**
17
- * total number of the result
18
- */
19
- total: number;
20
- }
@@ -1,20 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { MainItem } from './mainItem';
11
- export interface ListMainItemResponse {
12
- /**
13
- * a list of MainItems
14
- */
15
- data: Array<MainItem>;
16
- /**
17
- * total number of the result
18
- */
19
- total: number;
20
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { SubItemFavorite } from './subItemFavorite';
11
- export interface ListSubItemFavoriteResponse {
12
- data: Array<SubItemFavorite>;
13
- /**
14
- * total number of the result, if itemId is provided, this field will not available
15
- */
16
- total?: number;
17
- }
@@ -1,41 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { ItemSubType } from './itemSubType';
11
- import { ItemType } from './itemType';
12
- import { SubItem } from './subItem';
13
- import { PropertyValue } from './propertyValue';
14
- import { MainType } from './mainType';
15
- import { ImageInfo } from './imageInfo';
16
- export interface MainItem {
17
- id: string;
18
- bgmId: number;
19
- /**
20
- * Not used for ItemType.Individual and ItemType.Character
21
- */
22
- publicTime?: string;
23
- name?: string;
24
- nameCn?: string;
25
- properties: {
26
- [key: string]: PropertyValue;
27
- };
28
- mainType: MainType;
29
- type: ItemType;
30
- subType?: ItemSubType;
31
- /**
32
- * determine if the MainItem is collection item
33
- */
34
- isCollection: boolean;
35
- coverImage?: ImageInfo;
36
- squareImage?: ImageInfo;
37
- subItems?: Array<SubItem>;
38
- summary?: string;
39
- }
40
- export declare namespace MainItem {
41
- }
@@ -1,31 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { ItemSubType } from './itemSubType';
11
- import { ItemType } from './itemType';
12
- import { MainType } from './mainType';
13
- import { ImageInfo } from './imageInfo';
14
- export interface MainItemBasic {
15
- id: string;
16
- bgmId: string;
17
- mainType: MainType;
18
- type: ItemType;
19
- subType: ItemSubType;
20
- publicTime?: string;
21
- /**
22
- * determine if the MainItem is collection item
23
- */
24
- isCollection: boolean;
25
- coverImage?: ImageInfo;
26
- squareImage?: ImageInfo;
27
- name?: string;
28
- nameCn?: string;
29
- }
30
- export declare namespace MainItemBasic {
31
- }
@@ -1,15 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export declare const MainType: {
11
- readonly Item: 0;
12
- readonly Person: 1;
13
- readonly Character: 2;
14
- };
15
- export type MainType = typeof MainType[keyof typeof MainType];
package/model/models.d.ts DELETED
@@ -1,39 +0,0 @@
1
- export * from './batchGetMainItemByIdListResult';
2
- export * from './batchGetSubItemByIdListResult';
3
- export * from './characterRelationsWithMainItems';
4
- export * from './clientMapping';
5
- export * from './createSubItemFavoriteRequestBody';
6
- export * from './deleteClientMappingByMainItemResponse';
7
- export * from './errorResponse';
8
- export * from './favorite';
9
- export * from './favoriteProgress';
10
- export * from './favoriteStatus';
11
- export * from './getFavoriteResponse';
12
- export * from './getOnAirItemListResponse';
13
- export * from './idListRequestBody';
14
- export * from './imageInfo';
15
- export * from './itemCastCharacterRelation';
16
- export * from './itemEntity';
17
- export * from './itemPersonRelation';
18
- export * from './itemRelation';
19
- export * from './itemRelationsWithMainItems';
20
- export * from './itemSubType';
21
- export * from './itemType';
22
- export * from './listFavoritesResponse';
23
- export * from './listMainItemResponse';
24
- export * from './listSubItemFavoriteResponse';
25
- export * from './mainItem';
26
- export * from './mainItemBasic';
27
- export * from './mainType';
28
- export * from './onAirItem';
29
- export * from './patchFavoriteBody';
30
- export * from './personRelationsWithMainItems';
31
- export * from './propertyType';
32
- export * from './propertyValue';
33
- export * from './propertyValueValue';
34
- export * from './subItem';
35
- export * from './subItemFavorite';
36
- export * from './succeedEmptyResponse';
37
- export * from './syncFavoritesRequestBody';
38
- export * from './syncFavoritesRequestBodyFavoritesInner';
39
- export * from './syncFavoritesResponse';
@@ -1,27 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { ItemSubType } from './itemSubType';
11
- import { ItemType } from './itemType';
12
- import { ImageInfo } from './imageInfo';
13
- export interface OnAirItem {
14
- id: string;
15
- bgmId: number;
16
- /**
17
- * RFC3339 Datetime
18
- */
19
- publicTime?: string;
20
- type: ItemType;
21
- subType?: ItemSubType;
22
- name?: string;
23
- nameCn?: string;
24
- coverImage?: ImageInfo;
25
- }
26
- export declare namespace OnAirItem {
27
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { FavoriteStatus } from './favoriteStatus';
11
- export interface PatchFavoriteBody {
12
- status: FavoriteStatus;
13
- reviewComment?: string;
14
- rating?: number;
15
- }
16
- export declare namespace PatchFavoriteBody {
17
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { MainItemBasic } from './mainItemBasic';
11
- import { ItemPersonRelation } from './itemPersonRelation';
12
- import { ItemCastCharacterRelation } from './itemCastCharacterRelation';
13
- export interface PersonRelationsWithMainItems {
14
- mainItems: Array<MainItemBasic>;
15
- relatedItems: Array<ItemPersonRelation>;
16
- relatedCharacters: Array<ItemCastCharacterRelation>;
17
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export declare const PropertyType: {
11
- readonly Staff: "Staff";
12
- readonly Item: "Item";
13
- readonly Character: "Character";
14
- readonly Info: "Info";
15
- readonly Cast: "Cast";
16
- };
17
- export type PropertyType = typeof PropertyType[keyof typeof PropertyType];
@@ -1,20 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { PropertyValueValue } from './propertyValueValue';
11
- import { PropertyType } from './propertyType';
12
- export interface PropertyValue {
13
- anidbKey?: string;
14
- bgmKey?: string;
15
- propertyType?: PropertyType;
16
- locked: boolean;
17
- value: PropertyValueValue;
18
- }
19
- export declare namespace PropertyValue {
20
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- /**
11
- * @type PropertyValueValue
12
- * @export
13
- */
14
- export type PropertyValueValue = Array<string> | Array<{
15
- [key: string]: string;
16
- }> | string;
@@ -1,44 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { MainItem } from './mainItem';
11
- import { PropertyValue } from './propertyValue';
12
- export interface SubItem {
13
- id: string;
14
- bgmId: number;
15
- /**
16
- * Not used for ItemType.Individual and ItemType.Character
17
- */
18
- publicTime?: string;
19
- name?: string;
20
- nameCn?: string;
21
- properties: {
22
- [key: string]: PropertyValue;
23
- };
24
- type: SubItem.TypeEnum;
25
- episodeType: SubItem.EpisodeTypeEnum | null;
26
- ep?: number | null;
27
- disc?: number | null;
28
- desc?: string;
29
- sort: number;
30
- mainItemId: string;
31
- mainItem?: MainItem;
32
- }
33
- export declare namespace SubItem {
34
- const TypeEnum: {
35
- readonly Episode: 0;
36
- readonly Song: 1;
37
- };
38
- type TypeEnum = typeof TypeEnum[keyof typeof TypeEnum];
39
- const EpisodeTypeEnum: {
40
- readonly Episode: 0;
41
- readonly Special: 1;
42
- };
43
- type EpisodeTypeEnum = typeof EpisodeTypeEnum[keyof typeof EpisodeTypeEnum];
44
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { SubItem } from './subItem';
11
- export interface SubItemFavorite {
12
- id: string;
13
- subItem?: SubItem;
14
- userId: string;
15
- itemId: string;
16
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export interface SucceedEmptyResponse {
11
- message: string;
12
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { SyncFavoritesRequestBodyFavoritesInner } from './syncFavoritesRequestBodyFavoritesInner';
11
- export interface SyncFavoritesRequestBody {
12
- favorites: Array<SyncFavoritesRequestBodyFavoritesInner>;
13
- overrideOnConflict?: boolean;
14
- }
@@ -1,14 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- export interface SyncFavoritesRequestBodyFavoritesInner {
11
- itemId: string;
12
- status: string;
13
- subFavorites: Array<string>;
14
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * mira API
3
- *
4
- *
5
- *
6
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
- * https://openapi-generator.tech
8
- * Do not edit the class manually.
9
- */
10
- import { Favorite } from './favorite';
11
- import { SubItemFavorite } from './subItemFavorite';
12
- export interface SyncFavoritesResponse {
13
- favorites?: Array<Favorite>;
14
- subItemFavorites?: Array<SubItemFavorite>;
15
- deletedItemIds?: Array<string>;
16
- deletedSubItemIds?: Array<string>;
17
- }
package/param.d.ts DELETED
@@ -1,37 +0,0 @@
1
- /**
2
- * Standard parameter styles defined by OpenAPI spec
3
- */
4
- export type StandardParamStyle = 'matrix' | 'label' | 'form' | 'simple' | 'spaceDelimited' | 'pipeDelimited' | 'deepObject';
5
- /**
6
- * The OpenAPI standard {@link StandardParamStyle}s may be extended by custom styles by the user.
7
- */
8
- export type ParamStyle = StandardParamStyle | string;
9
- /**
10
- * Standard parameter locations defined by OpenAPI spec
11
- */
12
- export type ParamLocation = 'query' | 'header' | 'path' | 'cookie';
13
- /**
14
- * Standard types as defined in <a href="https://swagger.io/specification/#data-types">OpenAPI Specification: Data Types</a>
15
- */
16
- export type StandardDataType = "integer" | "number" | "boolean" | "string" | "object" | "array";
17
- /**
18
- * Standard {@link DataType}s plus your own types/classes.
19
- */
20
- export type DataType = StandardDataType | string;
21
- /**
22
- * Standard formats as defined in <a href="https://swagger.io/specification/#data-types">OpenAPI Specification: Data Types</a>
23
- */
24
- export type StandardDataFormat = "int32" | "int64" | "float" | "double" | "byte" | "binary" | "date" | "date-time" | "password";
25
- export type DataFormat = StandardDataFormat | string;
26
- /**
27
- * The parameter to encode.
28
- */
29
- export interface Param {
30
- name: string;
31
- value: unknown;
32
- in: ParamLocation;
33
- style: ParamStyle;
34
- explode: boolean;
35
- dataType: DataType;
36
- dataFormat: DataFormat | undefined;
37
- }
package/provide-api.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import { EnvironmentProviders } from "@angular/core";
2
- import { MiraConfigurationParameters } from './configuration';
3
- export declare function provideApi(configOrBasePath: string | MiraConfigurationParameters): EnvironmentProviders;