@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
@@ -1472,10 +1472,10 @@ class DefaultMira extends BaseService {
1472
1472
  reportProgress: reportProgress
1473
1473
  });
1474
1474
  }
1475
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.22", ngImport: i0, type: DefaultMira, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: MiraConfiguration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1476
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.22", ngImport: i0, type: DefaultMira, providedIn: 'root' });
1475
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.23", ngImport: i0, type: DefaultMira, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: MiraConfiguration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
1476
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.23", ngImport: i0, type: DefaultMira, providedIn: 'root' });
1477
1477
  }
1478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.22", ngImport: i0, type: DefaultMira, decorators: [{
1478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.23", ngImport: i0, type: DefaultMira, decorators: [{
1479
1479
  type: Injectable,
1480
1480
  args: [{
1481
1481
  providedIn: 'root'
@@ -1767,11 +1767,11 @@ class MiraApiModule {
1767
1767
  'See also https://github.com/angular/angular/issues/20575');
1768
1768
  }
1769
1769
  }
1770
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.22", ngImport: i0, type: MiraApiModule, deps: [{ token: MiraApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
1771
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.22", ngImport: i0, type: MiraApiModule });
1772
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.22", ngImport: i0, type: MiraApiModule });
1770
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.23", ngImport: i0, type: MiraApiModule, deps: [{ token: MiraApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
1771
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.23", ngImport: i0, type: MiraApiModule });
1772
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.23", ngImport: i0, type: MiraApiModule });
1773
1773
  }
1774
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.22", ngImport: i0, type: MiraApiModule, decorators: [{
1774
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.23", ngImport: i0, type: MiraApiModule, decorators: [{
1775
1775
  type: NgModule,
1776
1776
  args: [{
1777
1777
  imports: [],