@studyportals/domain-client 4.13.1-beta.0 → 4.14.1

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 (137) hide show
  1. package/index.js +63 -31
  2. package/index.js.map +1 -1
  3. package/package.json +22 -13
  4. package/src/domain-client.d.ts +0 -4
  5. package/src/domain-client.js +30 -42
  6. package/src/domain-client.js.map +1 -1
  7. package/src/exceptions/bad-request-exception.js +5 -1
  8. package/src/exceptions/bad-request-exception.js.map +1 -1
  9. package/src/exceptions/client-exception.js +5 -1
  10. package/src/exceptions/client-exception.js.map +1 -1
  11. package/src/exceptions/internal-server-exception.js +5 -1
  12. package/src/exceptions/internal-server-exception.js.map +1 -1
  13. package/src/exceptions/not-found-exception.js +5 -1
  14. package/src/exceptions/not-found-exception.js.map +1 -1
  15. package/src/exceptions/property-not-available-exception.js +5 -1
  16. package/src/exceptions/property-not-available-exception.js.map +1 -1
  17. package/src/factories/DateFactory.js +5 -1
  18. package/src/factories/DateFactory.js.map +1 -1
  19. package/src/factories/InternalLinkFactory.js +5 -1
  20. package/src/factories/InternalLinkFactory.js.map +1 -1
  21. package/src/i-api-response.js +2 -1
  22. package/src/i-class-factory.js +2 -1
  23. package/src/i-model-description.js +5 -1
  24. package/src/i-model-description.js.map +1 -1
  25. package/src/model-client.js +29 -42
  26. package/src/model-client.js.map +1 -1
  27. package/src/model-factory.js +14 -10
  28. package/src/model-factory.js.map +1 -1
  29. package/src/models/bestfit-programme/bestfit-programme-client.js +6 -2
  30. package/src/models/bestfit-programme/bestfit-programme-client.js.map +1 -1
  31. package/src/models/bestfit-programme/i-best-fit-programme.js +2 -1
  32. package/src/models/bestfit-programme/i-city.js +2 -1
  33. package/src/models/bestfit-programme/i-living-cost.js +2 -1
  34. package/src/models/common/i-city.js +2 -1
  35. package/src/models/common/i-country.js +2 -1
  36. package/src/models/common/i-english-requirements.d.ts +7 -0
  37. package/src/models/common/i-english-requirements.js +2 -1
  38. package/src/models/common/i-g-p-a-requirement.js +2 -1
  39. package/src/models/common/i-internal-link.js +2 -1
  40. package/src/models/common/i-logo.js +2 -1
  41. package/src/models/common/i-tuition-fee.js +2 -1
  42. package/src/models/compare-programme/compare-programme-client.js +6 -2
  43. package/src/models/compare-programme/compare-programme-client.js.map +1 -1
  44. package/src/models/compare-programme/i-compare-programme.js +2 -1
  45. package/src/models/copilot-country/copilot-country-client.js +6 -2
  46. package/src/models/copilot-country/copilot-country-client.js.map +1 -1
  47. package/src/models/copilot-country/i-copilot-country.js +2 -1
  48. package/src/models/copilot-country/i-copilot-ranking-card.js +2 -1
  49. package/src/models/copilot-programme/copilot-programme-client.js +6 -2
  50. package/src/models/copilot-programme/copilot-programme-client.js.map +1 -1
  51. package/src/models/copilot-programme/i-copilot-programme.js +2 -1
  52. package/src/models/customerio-organisation/customerio-organisation-client.js +6 -2
  53. package/src/models/customerio-organisation/customerio-organisation-client.js.map +1 -1
  54. package/src/models/customerio-organisation/i-customer-io-organisation.js +2 -1
  55. package/src/models/customerio-organisation/i-review.js +2 -1
  56. package/src/models/customerio-programme/customerio-programme-client.js +6 -2
  57. package/src/models/customerio-programme/customerio-programme-client.js.map +1 -1
  58. package/src/models/customerio-programme/i-customer-io-programme.js +2 -1
  59. package/src/models/customerio-programme/i-internal-link.js +2 -1
  60. package/src/models/organisation-card/i-organisation-card.js +2 -1
  61. package/src/models/organisation-card/i-ranking-discipline.js +2 -1
  62. package/src/models/organisation-card/organisation-card-client.js +6 -2
  63. package/src/models/organisation-card/organisation-card-client.js.map +1 -1
  64. package/src/models/organisation-for-search/i-organisation-for-search.js +2 -1
  65. package/src/models/organisation-for-search/public-organisation-for-search-client.js +6 -2
  66. package/src/models/organisation-for-search/public-organisation-for-search-client.js.map +1 -1
  67. package/src/models/organisation-search-document/i-organisation-search-document.js +2 -1
  68. package/src/models/organisation-search-document/organisation-search-document-client.js +6 -2
  69. package/src/models/organisation-search-document/organisation-search-document-client.js.map +1 -1
  70. package/src/models/programme-card/i-click-tracking-data.js +2 -1
  71. package/src/models/programme-card/i-cover.js +2 -1
  72. package/src/models/programme-card/i-deadline.js +2 -1
  73. package/src/models/programme-card/i-duration.js +2 -1
  74. package/src/models/programme-card/i-internal-link.js +2 -1
  75. package/src/models/programme-card/i-link.js +2 -1
  76. package/src/models/programme-card/i-location.js +2 -1
  77. package/src/models/programme-card/i-logo.js +2 -1
  78. package/src/models/programme-card/i-optional-link.js +2 -1
  79. package/src/models/programme-card/i-programme-card.js +2 -1
  80. package/src/models/programme-card/i-start-date.js +2 -1
  81. package/src/models/programme-card/i-timing.js +2 -1
  82. package/src/models/programme-card/i-tracked-link.js +2 -1
  83. package/src/models/programme-card/i-tracking.js +2 -1
  84. package/src/models/programme-card/i-tuition-fee.js +2 -1
  85. package/src/models/programme-card/programme-card-client.js +6 -2
  86. package/src/models/programme-card/programme-card-client.js.map +1 -1
  87. package/src/models/ranking-cards/i-ranking-card.js +2 -1
  88. package/src/models/ranking-cards/i-ranking-cards.js +2 -1
  89. package/src/models/ranking-cards/i-ranking.js +2 -1
  90. package/src/models/ranking-cards/public-ranking-cards-client.js +6 -2
  91. package/src/models/ranking-cards/public-ranking-cards-client.js.map +1 -1
  92. package/src/models/scholarship-card/i-scholarship-card.js +2 -1
  93. package/src/models/scholarship-card/public-scholarship-card-client.js +6 -2
  94. package/src/models/scholarship-card/public-scholarship-card-client.js.map +1 -1
  95. package/src/models/search-country-faq/i-search-country-faq.js +2 -1
  96. package/src/models/search-country-faq/public-search-country-faq-client.js +6 -2
  97. package/src/models/search-country-faq/public-search-country-faq-client.js.map +1 -1
  98. package/src/models/search-discipline/i-search-discipline.js +2 -1
  99. package/src/models/search-discipline/public-search-discipline-client.js +6 -2
  100. package/src/models/search-discipline/public-search-discipline-client.js.map +1 -1
  101. package/src/models/search-projection/i-geo-targeting-configuration.js +2 -1
  102. package/src/models/search-projection/i-geo-targeting-values.js +2 -1
  103. package/src/models/search-projection/i-organisation-values.js +2 -1
  104. package/src/models/search-projection/i-premium-values.js +2 -1
  105. package/src/models/search-projection/i-search-projection.js +2 -1
  106. package/src/models/search-projection/i-tuition-values.js +2 -1
  107. package/src/models/search-projection/search-projection-client.js +6 -2
  108. package/src/models/search-projection/search-projection-client.js.map +1 -1
  109. package/src/models/sitemap-articles-info/i-sitemap-article-info.js +2 -1
  110. package/src/models/sitemap-articles-info/sitemap-articles-info-client.js +6 -2
  111. package/src/models/sitemap-articles-info/sitemap-articles-info-client.js.map +1 -1
  112. package/src/models/sitemap-cities-info/i-sitemap-city-info.js +2 -1
  113. package/src/models/sitemap-cities-info/sitemap-cities-info-client.js +6 -2
  114. package/src/models/sitemap-cities-info/sitemap-cities-info-client.js.map +1 -1
  115. package/src/models/sitemap-countries-info/i-sitemap-country-info.js +2 -1
  116. package/src/models/sitemap-countries-info/sitemap-countries-info-client.js +6 -2
  117. package/src/models/sitemap-countries-info/sitemap-countries-info-client.js.map +1 -1
  118. package/src/models/sitemap-country-degree-info/i-degree-info.js +2 -1
  119. package/src/models/sitemap-country-degree-info/i-sitemap-country-degree-info.js +2 -1
  120. package/src/models/sitemap-country-degree-info/sitemap-country-degree-info-client.js +6 -2
  121. package/src/models/sitemap-country-degree-info/sitemap-country-degree-info-client.js.map +1 -1
  122. package/src/models/sitemap-disciplines-info/i-sitemap-discipline-info.js +2 -1
  123. package/src/models/sitemap-disciplines-info/sitemap-disciplines-info-client.js +6 -2
  124. package/src/models/sitemap-disciplines-info/sitemap-disciplines-info-client.js.map +1 -1
  125. package/src/models/sitemap-organisations-info/i-sitemap-organisation-info.js +2 -1
  126. package/src/models/sitemap-organisations-info/sitemap-organisations-info-client.js +6 -2
  127. package/src/models/sitemap-organisations-info/sitemap-organisations-info-client.js.map +1 -1
  128. package/src/models/sitemap-programme-info/i-sitemap-programme-info.js +2 -1
  129. package/src/models/sitemap-programme-info/sitemap-programme-info-client.js +6 -2
  130. package/src/models/sitemap-programme-info/sitemap-programme-info-client.js.map +1 -1
  131. package/src/models/sitemap-rankings-info/i-sitemap-rankings-info.js +2 -1
  132. package/src/models/sitemap-rankings-info/sitemap-rankings-info-client.js +6 -2
  133. package/src/models/sitemap-rankings-info/sitemap-rankings-info-client.js.map +1 -1
  134. package/src/types/portal-map.js +2 -1
  135. package/src/types/portal-type.js +5 -2
  136. package/src/types/portal-type.js.map +1 -1
  137. package/src/types.js +2 -1
@@ -1,12 +1,15 @@
1
- import { InternalLinkFactory } from "./factories/InternalLinkFactory";
2
- import { DateFactory } from "./factories/DateFactory";
3
- import { isModelDescription } from "./i-model-description";
4
- import { PropertyNotAvailableException } from "./exceptions/property-not-available-exception";
5
- export class ModelFactory {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ModelFactory = void 0;
4
+ const InternalLinkFactory_1 = require("./factories/InternalLinkFactory");
5
+ const DateFactory_1 = require("./factories/DateFactory");
6
+ const i_model_description_1 = require("./i-model-description");
7
+ const property_not_available_exception_1 = require("./exceptions/property-not-available-exception");
8
+ class ModelFactory {
6
9
  constructor(portalMap = new Map()) {
7
10
  const factories = new Map();
8
- factories.set('IInternalLink', new InternalLinkFactory(portalMap));
9
- factories.set('SerializableDateTime', new DateFactory());
11
+ factories.set('IInternalLink', new InternalLinkFactory_1.InternalLinkFactory(portalMap));
12
+ factories.set('SerializableDateTime', new DateFactory_1.DateFactory());
10
13
  this.customClassFactories = factories;
11
14
  }
12
15
  fromDescription(data) {
@@ -35,7 +38,7 @@ export class ModelFactory {
35
38
  const canShowFunction = 'canShow' + propertyName;
36
39
  const value = data.func[functionName];
37
40
  let returnValue;
38
- if (isModelDescription(value)) {
41
+ if ((0, i_model_description_1.isModelDescription)(value)) {
39
42
  returnValue = this.unpackClass(value);
40
43
  }
41
44
  else if (Array.isArray(value)) {
@@ -47,7 +50,7 @@ export class ModelFactory {
47
50
  if (canShowFunction in data.func) {
48
51
  return () => {
49
52
  if (data.func[canShowFunction] === false) {
50
- throw new PropertyNotAvailableException(`Property '${propertyName}' not available`);
53
+ throw new property_not_available_exception_1.PropertyNotAvailableException(`Property '${propertyName}' not available`);
51
54
  }
52
55
  return returnValue;
53
56
  };
@@ -58,11 +61,12 @@ export class ModelFactory {
58
61
  }
59
62
  unpackArray(list) {
60
63
  return list.map(item => {
61
- if (isModelDescription(item)) {
64
+ if ((0, i_model_description_1.isModelDescription)(item)) {
62
65
  return this.unpackClass(item);
63
66
  }
64
67
  return item;
65
68
  });
66
69
  }
67
70
  }
71
+ exports.ModelFactory = ModelFactory;
68
72
  //# sourceMappingURL=model-factory.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"model-factory.js","sourceRoot":"","sources":["../../src/model-factory.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"model-factory.js","sourceRoot":"","sources":["../../src/model-factory.ts"],"names":[],"mappings":";;;AAAA,yEAAsE;AACtE,yDAAsD;AAEtD,+DAA8E;AAC9E,oGAA8F;AAK9F,MAAa,YAAY;IAIxB,YAAY,YAAuB,IAAI,GAAG,EAAsB;QAC/D,MAAM,SAAS,GAAG,IAAI,GAAG,EAAyB,CAAC;QACnD,SAAS,CAAC,GAAG,CAAC,eAAe,EAAE,IAAI,yCAAmB,CAAC,SAAS,CAAC,CAAC,CAAC;QACnE,SAAS,CAAC,GAAG,CAAC,sBAAsB,EAAE,IAAI,yBAAW,EAAE,CAAC,CAAC;QAEzD,IAAI,CAAC,oBAAoB,GAAG,SAAS,CAAC;IACvC,CAAC;IAEM,eAAe,CAAC,IAAuB;QAC7C,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAiB,CAAC;IAC/C,CAAC;IAEM,gBAAgB,CAAC,IAAyB;QAChD,MAAM,MAAM,GAAQ,EAAE,CAAC;QACvB,KAAK,MAAM,gBAAgB,IAAI,IAAI,EAAE;YACpC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,gBAAgB,CAAiB,CAAC,CAAC;SAChE;QACD,OAAO,MAAM,CAAC;IACf,CAAC;IAEO,WAAW,CAAC,IAAuB;QAG1C,MAAM,QAAQ,GAAU,EAAE,CAAC;QAC3B,KAAK,MAAM,YAAY,IAAI,IAAI,CAAC,IAAI,EAAE;YACrC,QAAQ,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;SAC9D;QAED,MAAM,OAAO,GAAG,IAAI,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC1D,IAAI,OAAO,KAAK,SAAS,EAAE;YAC1B,OAAO,OAAO,CAAC,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;SACjD;QAED,OAAO,QAAQ,CAAC;IACjB,CAAC;IAEO,WAAW,CAClB,YAAoB,EACpB,IAAuB;QAEvB,MAAM,YAAY,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;QAC5C,MAAM,eAAe,GAAG,SAAS,GAAG,YAAY,CAAC;QAEjD,MAAM,KAAK,GAAY,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/C,IAAI,WAAoD,CAAC;QAEzD,IAAI,IAAA,wCAAkB,EAAC,KAAK,CAAC,EAAE;YAC9B,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;SACtC;aAAM,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;YAChC,WAAW,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;SACtC;aAAM;YACN,WAAW,GAAG,KAA2B,CAAC;SAC1C;QAED,IAAI,eAAe,IAAI,IAAI,CAAC,IAAI,EAAE;YACjC,OAAO,GAAQ,EAAE;gBAChB,IAAI,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,KAAK,KAAK,EAAE;oBACzC,MAAM,IAAI,gEAA6B,CACtC,aAAa,YAAY,iBAAiB,CAC1C,CAAC;iBACF;gBACD,OAAO,WAAW,CAAC;YACpB,CAAC,CAAC;SACF;QACD,OAAO,GAAQ,EAAE;YAChB,OAAO,WAAW,CAAC;QACpB,CAAC,CAAC;IACH,CAAC;IAEO,WAAW,CAAC,IAAW;QAC9B,OAAO,IAAI,CAAC,GAAG,CACd,IAAI,CAAC,EAAE;YACN,IAAI,IAAA,wCAAkB,EAAC,IAAI,CAAC,EAAE;gBAC7B,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAA;aAC7B;YAED,OAAO,IAA0B,CAAC;QACnC,CAAC,CACD,CAAC;IACH,CAAC;CACD;AApFD,oCAoFC"}
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class BestfitProgrammeClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BestfitProgrammeClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class BestfitProgrammeClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'bestfit-programme';
5
8
  }
@@ -10,4 +13,5 @@ export class BestfitProgrammeClient extends ModelClient {
10
13
  return false;
11
14
  }
12
15
  }
16
+ exports.BestfitProgrammeClient = BestfitProgrammeClient;
13
17
  //# sourceMappingURL=bestfit-programme-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bestfit-programme-client.js","sourceRoot":"","sources":["../../../../src/models/bestfit-programme/bestfit-programme-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,sBAAuB,SAAQ,WAA8B;IAC/D,YAAY;QACrB,OAAO,mBAAmB,CAAC;IAC5B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD"}
1
+ {"version":3,"file":"bestfit-programme-client.js","sourceRoot":"","sources":["../../../../src/models/bestfit-programme/bestfit-programme-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,sBAAuB,SAAQ,0BAA8B;IAC/D,YAAY;QACrB,OAAO,mBAAmB,CAAC;IAC5B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,wDAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-best-fit-programme.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-city.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-living-cost.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-city.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-country.js.map
@@ -41,4 +41,11 @@ export interface IEnglishRequirements {
41
41
  */
42
42
  getTOEFLPaper(): number;
43
43
  canShowTOEFLPaper(): boolean;
44
+ /**
45
+ * Required score for OTE
46
+ *
47
+ * @return number
48
+ */
49
+ getOte(): number;
50
+ canShowOte(): boolean;
44
51
  }
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-english-requirements.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-g-p-a-requirement.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-internal-link.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-logo.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-tuition-fee.js.map
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class CompareProgrammeClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CompareProgrammeClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class CompareProgrammeClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'compare-programme';
5
8
  }
@@ -10,4 +13,5 @@ export class CompareProgrammeClient extends ModelClient {
10
13
  return false;
11
14
  }
12
15
  }
16
+ exports.CompareProgrammeClient = CompareProgrammeClient;
13
17
  //# sourceMappingURL=compare-programme-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"compare-programme-client.js","sourceRoot":"","sources":["../../../../src/models/compare-programme/compare-programme-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,sBAAuB,SAAQ,WAA8B;IAC/D,YAAY;QACrB,OAAO,mBAAmB,CAAC;IAC5B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD"}
1
+ {"version":3,"file":"compare-programme-client.js","sourceRoot":"","sources":["../../../../src/models/compare-programme/compare-programme-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,sBAAuB,SAAQ,0BAA8B;IAC/D,YAAY;QACrB,OAAO,mBAAmB,CAAC;IAC5B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,wDAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-compare-programme.js.map
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class CopilotCountryClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CopilotCountryClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class CopilotCountryClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'copilot-country';
5
8
  }
@@ -10,4 +13,5 @@ export class CopilotCountryClient extends ModelClient {
10
13
  return false;
11
14
  }
12
15
  }
16
+ exports.CopilotCountryClient = CopilotCountryClient;
13
17
  //# sourceMappingURL=copilot-country-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"copilot-country-client.js","sourceRoot":"","sources":["../../../../src/models/copilot-country/copilot-country-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,oBAAqB,SAAQ,WAA4B;IAC3D,YAAY;QACrB,OAAO,iBAAiB,CAAC;IAC1B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD"}
1
+ {"version":3,"file":"copilot-country-client.js","sourceRoot":"","sources":["../../../../src/models/copilot-country/copilot-country-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,oBAAqB,SAAQ,0BAA4B;IAC3D,YAAY;QACrB,OAAO,iBAAiB,CAAC;IAC1B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,oDAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-copilot-country.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-copilot-ranking-card.js.map
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class CopilotProgrammeClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CopilotProgrammeClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class CopilotProgrammeClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'copilot-programme';
5
8
  }
@@ -10,4 +13,5 @@ export class CopilotProgrammeClient extends ModelClient {
10
13
  return false;
11
14
  }
12
15
  }
16
+ exports.CopilotProgrammeClient = CopilotProgrammeClient;
13
17
  //# sourceMappingURL=copilot-programme-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"copilot-programme-client.js","sourceRoot":"","sources":["../../../../src/models/copilot-programme/copilot-programme-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,sBAAuB,SAAQ,WAA8B;IAC/D,YAAY;QACrB,OAAO,mBAAmB,CAAC;IAC5B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD"}
1
+ {"version":3,"file":"copilot-programme-client.js","sourceRoot":"","sources":["../../../../src/models/copilot-programme/copilot-programme-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,sBAAuB,SAAQ,0BAA8B;IAC/D,YAAY;QACrB,OAAO,mBAAmB,CAAC;IAC5B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,wDAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-copilot-programme.js.map
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class CustomerIOOrganisationClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustomerIOOrganisationClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class CustomerIOOrganisationClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'customerio-organisation';
5
8
  }
@@ -10,4 +13,5 @@ export class CustomerIOOrganisationClient extends ModelClient {
10
13
  return false;
11
14
  }
12
15
  }
16
+ exports.CustomerIOOrganisationClient = CustomerIOOrganisationClient;
13
17
  //# sourceMappingURL=customerio-organisation-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"customerio-organisation-client.js","sourceRoot":"","sources":["../../../../src/models/customerio-organisation/customerio-organisation-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,4BAA6B,SAAQ,WAAoC;IAC3E,YAAY;QACrB,OAAO,yBAAyB,CAAC;IAClC,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD"}
1
+ {"version":3,"file":"customerio-organisation-client.js","sourceRoot":"","sources":["../../../../src/models/customerio-organisation/customerio-organisation-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,4BAA6B,SAAQ,0BAAoC;IAC3E,YAAY;QACrB,OAAO,yBAAyB,CAAC;IAClC,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,oEAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-customer-io-organisation.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-review.js.map
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class CustomerIOProgrammeClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustomerIOProgrammeClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class CustomerIOProgrammeClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'customerio-programme';
5
8
  }
@@ -10,4 +13,5 @@ export class CustomerIOProgrammeClient extends ModelClient {
10
13
  return false;
11
14
  }
12
15
  }
16
+ exports.CustomerIOProgrammeClient = CustomerIOProgrammeClient;
13
17
  //# sourceMappingURL=customerio-programme-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"customerio-programme-client.js","sourceRoot":"","sources":["../../../../src/models/customerio-programme/customerio-programme-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,yBAA0B,SAAQ,WAAiC;IACrE,YAAY;QACrB,OAAO,sBAAsB,CAAC;IAC/B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD"}
1
+ {"version":3,"file":"customerio-programme-client.js","sourceRoot":"","sources":["../../../../src/models/customerio-programme/customerio-programme-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,yBAA0B,SAAQ,0BAAiC;IACrE,YAAY;QACrB,OAAO,sBAAsB,CAAC;IAC/B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,8DAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-customer-io-programme.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-internal-link.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-organisation-card.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-ranking-discipline.js.map
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class OrganisationCardClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OrganisationCardClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class OrganisationCardClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'organisation-card';
5
8
  }
@@ -10,4 +13,5 @@ export class OrganisationCardClient extends ModelClient {
10
13
  return false;
11
14
  }
12
15
  }
16
+ exports.OrganisationCardClient = OrganisationCardClient;
13
17
  //# sourceMappingURL=organisation-card-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"organisation-card-client.js","sourceRoot":"","sources":["../../../../src/models/organisation-card/organisation-card-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,sBAAuB,SAAQ,WAA8B;IAC/D,YAAY;QACrB,OAAO,mBAAmB,CAAC;IAC5B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD"}
1
+ {"version":3,"file":"organisation-card-client.js","sourceRoot":"","sources":["../../../../src/models/organisation-card/organisation-card-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,sBAAuB,SAAQ,0BAA8B;IAC/D,YAAY;QACrB,OAAO,mBAAmB,CAAC;IAC5B,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,wDAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-organisation-for-search.js.map
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class PublicOrganisationForSearchClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PublicOrganisationForSearchClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class PublicOrganisationForSearchClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'organisation-for-search';
5
8
  }
@@ -10,4 +13,5 @@ export class PublicOrganisationForSearchClient extends ModelClient {
10
13
  return true;
11
14
  }
12
15
  }
16
+ exports.PublicOrganisationForSearchClient = PublicOrganisationForSearchClient;
13
17
  //# sourceMappingURL=public-organisation-for-search-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"public-organisation-for-search-client.js","sourceRoot":"","sources":["../../../../src/models/organisation-for-search/public-organisation-for-search-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,iCAAkC,SAAQ,WAAmC;IAC/E,YAAY;QACrB,OAAO,yBAAyB,CAAC;IAClC,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,IAAI,CAAC;IACb,CAAC;CACD"}
1
+ {"version":3,"file":"public-organisation-for-search-client.js","sourceRoot":"","sources":["../../../../src/models/organisation-for-search/public-organisation-for-search-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,iCAAkC,SAAQ,0BAAmC;IAC/E,YAAY;QACrB,OAAO,yBAAyB,CAAC;IAClC,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,IAAI,CAAC;IACb,CAAC;CACD;AAZD,8EAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-organisation-search-document.js.map
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class OrganisationSearchDocumentClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OrganisationSearchDocumentClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class OrganisationSearchDocumentClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'organisation-search-document';
5
8
  }
@@ -10,4 +13,5 @@ export class OrganisationSearchDocumentClient extends ModelClient {
10
13
  return false;
11
14
  }
12
15
  }
16
+ exports.OrganisationSearchDocumentClient = OrganisationSearchDocumentClient;
13
17
  //# sourceMappingURL=organisation-search-document-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"organisation-search-document-client.js","sourceRoot":"","sources":["../../../../src/models/organisation-search-document/organisation-search-document-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,gCAAiC,SAAQ,WAAwC;IACnF,YAAY;QACrB,OAAO,8BAA8B,CAAC;IACvC,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD"}
1
+ {"version":3,"file":"organisation-search-document-client.js","sourceRoot":"","sources":["../../../../src/models/organisation-search-document/organisation-search-document-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,gCAAiC,SAAQ,0BAAwC;IACnF,YAAY;QACrB,OAAO,8BAA8B,CAAC;IACvC,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,4EAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-click-tracking-data.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-cover.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-deadline.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-duration.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-internal-link.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-link.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-location.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-logo.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-optional-link.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-programme-card.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-start-date.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-timing.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-tracked-link.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-tracking.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-tuition-fee.js.map
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class ProgrammeCardClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProgrammeCardClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class ProgrammeCardClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'programme-card';
5
8
  }
@@ -10,4 +13,5 @@ export class ProgrammeCardClient extends ModelClient {
10
13
  return false;
11
14
  }
12
15
  }
16
+ exports.ProgrammeCardClient = ProgrammeCardClient;
13
17
  //# sourceMappingURL=programme-card-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"programme-card-client.js","sourceRoot":"","sources":["../../../../src/models/programme-card/programme-card-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,mBAAoB,SAAQ,WAA2B;IACzD,YAAY;QACrB,OAAO,gBAAgB,CAAC;IACzB,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD"}
1
+ {"version":3,"file":"programme-card-client.js","sourceRoot":"","sources":["../../../../src/models/programme-card/programme-card-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,mBAAoB,SAAQ,0BAA2B;IACzD,YAAY;QACrB,OAAO,gBAAgB,CAAC;IACzB,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,KAAK,CAAC;IACd,CAAC;CACD;AAZD,kDAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-ranking-card.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-ranking-cards.js.map
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-ranking.js.map
@@ -1,5 +1,8 @@
1
- import { ModelClient } from "../../model-client";
2
- export class PublicRankingCardsClient extends ModelClient {
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PublicRankingCardsClient = void 0;
4
+ const model_client_1 = require("../../model-client");
5
+ class PublicRankingCardsClient extends model_client_1.ModelClient {
3
6
  getModelName() {
4
7
  return 'ranking-cards';
5
8
  }
@@ -10,4 +13,5 @@ export class PublicRankingCardsClient extends ModelClient {
10
13
  return true;
11
14
  }
12
15
  }
16
+ exports.PublicRankingCardsClient = PublicRankingCardsClient;
13
17
  //# sourceMappingURL=public-ranking-cards-client.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"public-ranking-cards-client.js","sourceRoot":"","sources":["../../../../src/models/ranking-cards/public-ranking-cards-client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,MAAM,OAAO,wBAAyB,SAAQ,WAA0B;IAC7D,YAAY;QACrB,OAAO,eAAe,CAAC;IACxB,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,IAAI,CAAC;IACb,CAAC;CACD"}
1
+ {"version":3,"file":"public-ranking-cards-client.js","sourceRoot":"","sources":["../../../../src/models/ranking-cards/public-ranking-cards-client.ts"],"names":[],"mappings":";;;AACA,qDAAiD;AAEjD,MAAa,wBAAyB,SAAQ,0BAA0B;IAC7D,YAAY;QACrB,OAAO,eAAe,CAAC;IACxB,CAAC;IAES,UAAU;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAEM,QAAQ;QACd,OAAO,IAAI,CAAC;IACb,CAAC;CACD;AAZD,4DAYC"}
@@ -1,2 +1,3 @@
1
- export {};
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
2
3
  //# sourceMappingURL=i-scholarship-card.js.map