@studyportals/domain-client 4.13.0-beta.0 → 4.13.1-beta.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 (136) hide show
  1. package/index.js +31 -63
  2. package/index.js.map +1 -1
  3. package/package.json +14 -23
  4. package/src/domain-client.d.ts +4 -0
  5. package/src/domain-client.js +42 -30
  6. package/src/domain-client.js.map +1 -1
  7. package/src/exceptions/bad-request-exception.js +1 -5
  8. package/src/exceptions/bad-request-exception.js.map +1 -1
  9. package/src/exceptions/client-exception.js +1 -5
  10. package/src/exceptions/client-exception.js.map +1 -1
  11. package/src/exceptions/internal-server-exception.js +1 -5
  12. package/src/exceptions/internal-server-exception.js.map +1 -1
  13. package/src/exceptions/not-found-exception.js +1 -5
  14. package/src/exceptions/not-found-exception.js.map +1 -1
  15. package/src/exceptions/property-not-available-exception.js +1 -5
  16. package/src/exceptions/property-not-available-exception.js.map +1 -1
  17. package/src/factories/DateFactory.js +1 -5
  18. package/src/factories/DateFactory.js.map +1 -1
  19. package/src/factories/InternalLinkFactory.js +1 -5
  20. package/src/factories/InternalLinkFactory.js.map +1 -1
  21. package/src/i-api-response.js +1 -2
  22. package/src/i-class-factory.js +1 -2
  23. package/src/i-model-description.js +1 -5
  24. package/src/i-model-description.js.map +1 -1
  25. package/src/model-client.js +42 -29
  26. package/src/model-client.js.map +1 -1
  27. package/src/model-factory.js +10 -14
  28. package/src/model-factory.js.map +1 -1
  29. package/src/models/bestfit-programme/bestfit-programme-client.js +2 -6
  30. package/src/models/bestfit-programme/bestfit-programme-client.js.map +1 -1
  31. package/src/models/bestfit-programme/i-best-fit-programme.js +1 -2
  32. package/src/models/bestfit-programme/i-city.js +1 -2
  33. package/src/models/bestfit-programme/i-living-cost.js +1 -2
  34. package/src/models/common/i-city.js +1 -2
  35. package/src/models/common/i-country.js +1 -2
  36. package/src/models/common/i-english-requirements.js +1 -2
  37. package/src/models/common/i-g-p-a-requirement.js +1 -2
  38. package/src/models/common/i-internal-link.js +1 -2
  39. package/src/models/common/i-logo.js +1 -2
  40. package/src/models/common/i-tuition-fee.js +1 -2
  41. package/src/models/compare-programme/compare-programme-client.js +2 -6
  42. package/src/models/compare-programme/compare-programme-client.js.map +1 -1
  43. package/src/models/compare-programme/i-compare-programme.js +1 -2
  44. package/src/models/copilot-country/copilot-country-client.js +2 -6
  45. package/src/models/copilot-country/copilot-country-client.js.map +1 -1
  46. package/src/models/copilot-country/i-copilot-country.js +1 -2
  47. package/src/models/copilot-country/i-copilot-ranking-card.js +1 -2
  48. package/src/models/copilot-programme/copilot-programme-client.js +2 -6
  49. package/src/models/copilot-programme/copilot-programme-client.js.map +1 -1
  50. package/src/models/copilot-programme/i-copilot-programme.js +1 -2
  51. package/src/models/customerio-organisation/customerio-organisation-client.js +2 -6
  52. package/src/models/customerio-organisation/customerio-organisation-client.js.map +1 -1
  53. package/src/models/customerio-organisation/i-customer-io-organisation.js +1 -2
  54. package/src/models/customerio-organisation/i-review.js +1 -2
  55. package/src/models/customerio-programme/customerio-programme-client.js +2 -6
  56. package/src/models/customerio-programme/customerio-programme-client.js.map +1 -1
  57. package/src/models/customerio-programme/i-customer-io-programme.js +1 -2
  58. package/src/models/customerio-programme/i-internal-link.js +1 -2
  59. package/src/models/organisation-card/i-organisation-card.js +1 -2
  60. package/src/models/organisation-card/i-ranking-discipline.js +1 -2
  61. package/src/models/organisation-card/organisation-card-client.js +2 -6
  62. package/src/models/organisation-card/organisation-card-client.js.map +1 -1
  63. package/src/models/organisation-for-search/i-organisation-for-search.js +1 -2
  64. package/src/models/organisation-for-search/public-organisation-for-search-client.js +2 -6
  65. package/src/models/organisation-for-search/public-organisation-for-search-client.js.map +1 -1
  66. package/src/models/organisation-search-document/i-organisation-search-document.js +1 -2
  67. package/src/models/organisation-search-document/organisation-search-document-client.js +2 -6
  68. package/src/models/organisation-search-document/organisation-search-document-client.js.map +1 -1
  69. package/src/models/programme-card/i-click-tracking-data.js +1 -2
  70. package/src/models/programme-card/i-cover.js +1 -2
  71. package/src/models/programme-card/i-deadline.js +1 -2
  72. package/src/models/programme-card/i-duration.js +1 -2
  73. package/src/models/programme-card/i-internal-link.js +1 -2
  74. package/src/models/programme-card/i-link.js +1 -2
  75. package/src/models/programme-card/i-location.js +1 -2
  76. package/src/models/programme-card/i-logo.js +1 -2
  77. package/src/models/programme-card/i-optional-link.js +1 -2
  78. package/src/models/programme-card/i-programme-card.js +1 -2
  79. package/src/models/programme-card/i-start-date.js +1 -2
  80. package/src/models/programme-card/i-timing.js +1 -2
  81. package/src/models/programme-card/i-tracked-link.js +1 -2
  82. package/src/models/programme-card/i-tracking.js +1 -2
  83. package/src/models/programme-card/i-tuition-fee.js +1 -2
  84. package/src/models/programme-card/programme-card-client.js +2 -6
  85. package/src/models/programme-card/programme-card-client.js.map +1 -1
  86. package/src/models/ranking-cards/i-ranking-card.js +1 -2
  87. package/src/models/ranking-cards/i-ranking-cards.js +1 -2
  88. package/src/models/ranking-cards/i-ranking.js +1 -2
  89. package/src/models/ranking-cards/public-ranking-cards-client.js +2 -6
  90. package/src/models/ranking-cards/public-ranking-cards-client.js.map +1 -1
  91. package/src/models/scholarship-card/i-scholarship-card.js +1 -2
  92. package/src/models/scholarship-card/public-scholarship-card-client.js +2 -6
  93. package/src/models/scholarship-card/public-scholarship-card-client.js.map +1 -1
  94. package/src/models/search-country-faq/i-search-country-faq.js +1 -2
  95. package/src/models/search-country-faq/public-search-country-faq-client.js +2 -6
  96. package/src/models/search-country-faq/public-search-country-faq-client.js.map +1 -1
  97. package/src/models/search-discipline/i-search-discipline.js +1 -2
  98. package/src/models/search-discipline/public-search-discipline-client.js +2 -6
  99. package/src/models/search-discipline/public-search-discipline-client.js.map +1 -1
  100. package/src/models/search-projection/i-geo-targeting-configuration.js +1 -2
  101. package/src/models/search-projection/i-geo-targeting-values.js +1 -2
  102. package/src/models/search-projection/i-organisation-values.js +1 -2
  103. package/src/models/search-projection/i-premium-values.js +1 -2
  104. package/src/models/search-projection/i-search-projection.js +1 -2
  105. package/src/models/search-projection/i-tuition-values.js +1 -2
  106. package/src/models/search-projection/search-projection-client.js +2 -6
  107. package/src/models/search-projection/search-projection-client.js.map +1 -1
  108. package/src/models/sitemap-articles-info/i-sitemap-article-info.js +1 -2
  109. package/src/models/sitemap-articles-info/sitemap-articles-info-client.js +2 -6
  110. package/src/models/sitemap-articles-info/sitemap-articles-info-client.js.map +1 -1
  111. package/src/models/sitemap-cities-info/i-sitemap-city-info.js +1 -2
  112. package/src/models/sitemap-cities-info/sitemap-cities-info-client.js +2 -6
  113. package/src/models/sitemap-cities-info/sitemap-cities-info-client.js.map +1 -1
  114. package/src/models/sitemap-countries-info/i-sitemap-country-info.js +1 -2
  115. package/src/models/sitemap-countries-info/sitemap-countries-info-client.js +2 -6
  116. package/src/models/sitemap-countries-info/sitemap-countries-info-client.js.map +1 -1
  117. package/src/models/sitemap-country-degree-info/i-degree-info.js +1 -2
  118. package/src/models/sitemap-country-degree-info/i-sitemap-country-degree-info.js +1 -2
  119. package/src/models/sitemap-country-degree-info/sitemap-country-degree-info-client.js +2 -6
  120. package/src/models/sitemap-country-degree-info/sitemap-country-degree-info-client.js.map +1 -1
  121. package/src/models/sitemap-disciplines-info/i-sitemap-discipline-info.js +1 -2
  122. package/src/models/sitemap-disciplines-info/sitemap-disciplines-info-client.js +2 -6
  123. package/src/models/sitemap-disciplines-info/sitemap-disciplines-info-client.js.map +1 -1
  124. package/src/models/sitemap-organisations-info/i-sitemap-organisation-info.js +1 -2
  125. package/src/models/sitemap-organisations-info/sitemap-organisations-info-client.js +2 -6
  126. package/src/models/sitemap-organisations-info/sitemap-organisations-info-client.js.map +1 -1
  127. package/src/models/sitemap-programme-info/i-sitemap-programme-info.js +1 -2
  128. package/src/models/sitemap-programme-info/sitemap-programme-info-client.js +2 -6
  129. package/src/models/sitemap-programme-info/sitemap-programme-info-client.js.map +1 -1
  130. package/src/models/sitemap-rankings-info/i-sitemap-rankings-info.js +1 -2
  131. package/src/models/sitemap-rankings-info/sitemap-rankings-info-client.js +2 -6
  132. package/src/models/sitemap-rankings-info/sitemap-rankings-info-client.js.map +1 -1
  133. package/src/types/portal-map.js +1 -2
  134. package/src/types/portal-type.js +2 -5
  135. package/src/types/portal-type.js.map +1 -1
  136. package/src/types.js +1 -2
@@ -1,15 +1,12 @@
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 {
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 {
9
6
  constructor(portalMap = new Map()) {
10
7
  const factories = new Map();
11
- factories.set('IInternalLink', new InternalLinkFactory_1.InternalLinkFactory(portalMap));
12
- factories.set('SerializableDateTime', new DateFactory_1.DateFactory());
8
+ factories.set('IInternalLink', new InternalLinkFactory(portalMap));
9
+ factories.set('SerializableDateTime', new DateFactory());
13
10
  this.customClassFactories = factories;
14
11
  }
15
12
  fromDescription(data) {
@@ -38,7 +35,7 @@ class ModelFactory {
38
35
  const canShowFunction = 'canShow' + propertyName;
39
36
  const value = data.func[functionName];
40
37
  let returnValue;
41
- if ((0, i_model_description_1.isModelDescription)(value)) {
38
+ if (isModelDescription(value)) {
42
39
  returnValue = this.unpackClass(value);
43
40
  }
44
41
  else if (Array.isArray(value)) {
@@ -50,7 +47,7 @@ class ModelFactory {
50
47
  if (canShowFunction in data.func) {
51
48
  return () => {
52
49
  if (data.func[canShowFunction] === false) {
53
- throw new property_not_available_exception_1.PropertyNotAvailableException(`Property '${propertyName}' not available`);
50
+ throw new PropertyNotAvailableException(`Property '${propertyName}' not available`);
54
51
  }
55
52
  return returnValue;
56
53
  };
@@ -61,12 +58,11 @@ class ModelFactory {
61
58
  }
62
59
  unpackArray(list) {
63
60
  return list.map(item => {
64
- if ((0, i_model_description_1.isModelDescription)(item)) {
61
+ if (isModelDescription(item)) {
65
62
  return this.unpackClass(item);
66
63
  }
67
64
  return item;
68
65
  });
69
66
  }
70
67
  }
71
- exports.ModelFactory = ModelFactory;
72
68
  //# sourceMappingURL=model-factory.js.map
@@ -1 +1 @@
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
+ {"version":3,"file":"model-factory.js","sourceRoot":"","sources":["../../src/model-factory.ts"],"names":[],"mappings":"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"}
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class BestfitProgrammeClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'bestfit-programme';
8
5
  }
@@ -13,5 +10,4 @@ class BestfitProgrammeClient extends model_client_1.ModelClient {
13
10
  return false;
14
11
  }
15
12
  }
16
- exports.BestfitProgrammeClient = BestfitProgrammeClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-best-fit-programme.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-city.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-living-cost.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-city.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-country.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-english-requirements.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-g-p-a-requirement.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-internal-link.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-logo.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-tuition-fee.js.map
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class CompareProgrammeClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'compare-programme';
8
5
  }
@@ -13,5 +10,4 @@ class CompareProgrammeClient extends model_client_1.ModelClient {
13
10
  return false;
14
11
  }
15
12
  }
16
- exports.CompareProgrammeClient = CompareProgrammeClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-compare-programme.js.map
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class CopilotCountryClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'copilot-country';
8
5
  }
@@ -13,5 +10,4 @@ class CopilotCountryClient extends model_client_1.ModelClient {
13
10
  return false;
14
11
  }
15
12
  }
16
- exports.CopilotCountryClient = CopilotCountryClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-copilot-country.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-copilot-ranking-card.js.map
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class CopilotProgrammeClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'copilot-programme';
8
5
  }
@@ -13,5 +10,4 @@ class CopilotProgrammeClient extends model_client_1.ModelClient {
13
10
  return false;
14
11
  }
15
12
  }
16
- exports.CopilotProgrammeClient = CopilotProgrammeClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-copilot-programme.js.map
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class CustomerIOOrganisationClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'customerio-organisation';
8
5
  }
@@ -13,5 +10,4 @@ class CustomerIOOrganisationClient extends model_client_1.ModelClient {
13
10
  return false;
14
11
  }
15
12
  }
16
- exports.CustomerIOOrganisationClient = CustomerIOOrganisationClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-customer-io-organisation.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-review.js.map
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class CustomerIOProgrammeClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'customerio-programme';
8
5
  }
@@ -13,5 +10,4 @@ class CustomerIOProgrammeClient extends model_client_1.ModelClient {
13
10
  return false;
14
11
  }
15
12
  }
16
- exports.CustomerIOProgrammeClient = CustomerIOProgrammeClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-customer-io-programme.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-internal-link.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-organisation-card.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-ranking-discipline.js.map
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class OrganisationCardClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'organisation-card';
8
5
  }
@@ -13,5 +10,4 @@ class OrganisationCardClient extends model_client_1.ModelClient {
13
10
  return false;
14
11
  }
15
12
  }
16
- exports.OrganisationCardClient = OrganisationCardClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-organisation-for-search.js.map
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class PublicOrganisationForSearchClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'organisation-for-search';
8
5
  }
@@ -13,5 +10,4 @@ class PublicOrganisationForSearchClient extends model_client_1.ModelClient {
13
10
  return true;
14
11
  }
15
12
  }
16
- exports.PublicOrganisationForSearchClient = PublicOrganisationForSearchClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-organisation-search-document.js.map
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class OrganisationSearchDocumentClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'organisation-search-document';
8
5
  }
@@ -13,5 +10,4 @@ class OrganisationSearchDocumentClient extends model_client_1.ModelClient {
13
10
  return false;
14
11
  }
15
12
  }
16
- exports.OrganisationSearchDocumentClient = OrganisationSearchDocumentClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-click-tracking-data.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-cover.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-deadline.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-duration.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-internal-link.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-link.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-location.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-logo.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-optional-link.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-programme-card.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-start-date.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-timing.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-tracked-link.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-tracking.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-tuition-fee.js.map
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class ProgrammeCardClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'programme-card';
8
5
  }
@@ -13,5 +10,4 @@ class ProgrammeCardClient extends model_client_1.ModelClient {
13
10
  return false;
14
11
  }
15
12
  }
16
- exports.ProgrammeCardClient = ProgrammeCardClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-ranking-card.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-ranking-cards.js.map
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-ranking.js.map
@@ -1,8 +1,5 @@
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 {
1
+ import { ModelClient } from "../../model-client";
2
+ export class PublicRankingCardsClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'ranking-cards';
8
5
  }
@@ -13,5 +10,4 @@ class PublicRankingCardsClient extends model_client_1.ModelClient {
13
10
  return true;
14
11
  }
15
12
  }
16
- exports.PublicRankingCardsClient = PublicRankingCardsClient;
17
13
  //# 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,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
+ {"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,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=i-scholarship-card.js.map
@@ -1,8 +1,5 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PublicScholarshipCardClient = void 0;
4
- const model_client_1 = require("../../model-client");
5
- class PublicScholarshipCardClient extends model_client_1.ModelClient {
1
+ import { ModelClient } from "../../model-client";
2
+ export class PublicScholarshipCardClient extends ModelClient {
6
3
  getModelName() {
7
4
  return 'scholarship-card';
8
5
  }
@@ -13,5 +10,4 @@ class PublicScholarshipCardClient extends model_client_1.ModelClient {
13
10
  return true;
14
11
  }
15
12
  }
16
- exports.PublicScholarshipCardClient = PublicScholarshipCardClient;
17
13
  //# sourceMappingURL=public-scholarship-card-client.js.map