@selfcommunity/api-services 0.1.28-alpha.1 → 0.1.28-alpha.2

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 (58) hide show
  1. package/lib/cjs/services/custom_adv/index.d.ts +1 -1
  2. package/lib/cjs/services/custom_adv/index.js +1 -1
  3. package/lib/cjs/services/custom_page/index.d.ts +1 -1
  4. package/lib/cjs/services/custom_page/index.js +1 -1
  5. package/lib/cjs/services/data_portability/index.d.ts +1 -1
  6. package/lib/cjs/services/data_portability/index.js +1 -1
  7. package/lib/cjs/services/feed_object/index.d.ts +1 -1
  8. package/lib/cjs/services/feed_object/index.js +1 -1
  9. package/lib/cjs/services/legal_page/index.d.ts +26 -26
  10. package/lib/cjs/services/legal_page/index.d.ts.map +1 -1
  11. package/lib/cjs/services/legal_page/index.js +26 -26
  12. package/lib/cjs/services/legal_page/index.js.map +1 -1
  13. package/lib/cjs/services/loyalty/index.d.ts +1 -1
  14. package/lib/cjs/services/loyalty/index.js +1 -1
  15. package/lib/cjs/services/media/index.d.ts +1 -1
  16. package/lib/cjs/services/media/index.js +1 -1
  17. package/lib/cjs/services/notification/index.d.ts +1 -1
  18. package/lib/cjs/services/notification/index.js +1 -1
  19. package/lib/cjs/services/private_message/index.d.ts +1 -1
  20. package/lib/cjs/services/private_message/index.js +1 -1
  21. package/lib/cjs/services/score/index.d.ts +1 -1
  22. package/lib/cjs/services/score/index.js +1 -1
  23. package/lib/cjs/services/sso/index.d.ts +1 -1
  24. package/lib/cjs/services/sso/index.js +1 -1
  25. package/lib/cjs/services/suggestion/index.d.ts +1 -1
  26. package/lib/cjs/services/suggestion/index.js +1 -1
  27. package/lib/cjs/services/user/index.d.ts +1 -1
  28. package/lib/cjs/services/user/index.js +1 -1
  29. package/lib/esm/services/custom_adv/index.d.ts +1 -1
  30. package/lib/esm/services/custom_adv/index.js +1 -1
  31. package/lib/esm/services/custom_page/index.d.ts +1 -1
  32. package/lib/esm/services/custom_page/index.js +1 -1
  33. package/lib/esm/services/data_portability/index.d.ts +1 -1
  34. package/lib/esm/services/data_portability/index.js +1 -1
  35. package/lib/esm/services/feed_object/index.d.ts +1 -1
  36. package/lib/esm/services/feed_object/index.js +1 -1
  37. package/lib/esm/services/legal_page/index.d.ts +26 -26
  38. package/lib/esm/services/legal_page/index.d.ts.map +1 -1
  39. package/lib/esm/services/legal_page/index.js +26 -26
  40. package/lib/esm/services/legal_page/index.js.map +1 -1
  41. package/lib/esm/services/loyalty/index.d.ts +1 -1
  42. package/lib/esm/services/loyalty/index.js +1 -1
  43. package/lib/esm/services/media/index.d.ts +1 -1
  44. package/lib/esm/services/media/index.js +1 -1
  45. package/lib/esm/services/notification/index.d.ts +1 -1
  46. package/lib/esm/services/notification/index.js +1 -1
  47. package/lib/esm/services/private_message/index.d.ts +1 -1
  48. package/lib/esm/services/private_message/index.js +1 -1
  49. package/lib/esm/services/score/index.d.ts +1 -1
  50. package/lib/esm/services/score/index.js +1 -1
  51. package/lib/esm/services/sso/index.d.ts +1 -1
  52. package/lib/esm/services/sso/index.js +1 -1
  53. package/lib/esm/services/suggestion/index.d.ts +1 -1
  54. package/lib/esm/services/suggestion/index.js +1 -1
  55. package/lib/esm/services/user/index.d.ts +1 -1
  56. package/lib/esm/services/user/index.js +1 -1
  57. package/lib/umd/api-services.js.map +1 -1
  58. package/package.json +2 -2
@@ -27,7 +27,7 @@ export declare class CustomAdvApiClient {
27
27
  }
28
28
  /**
29
29
  *
30
- :::tipCustomAdv service can be used in the following ways:
30
+ :::tipCustom Adv service can be used in the following ways:
31
31
 
32
32
  ```jsx
33
33
  1. Import the service from our library:
@@ -46,7 +46,7 @@ class CustomAdvApiClient {
46
46
  exports.CustomAdvApiClient = CustomAdvApiClient;
47
47
  /**
48
48
  *
49
- :::tipCustomAdv service can be used in the following ways:
49
+ :::tipCustom Adv service can be used in the following ways:
50
50
 
51
51
  ```jsx
52
52
  1. Import the service from our library:
@@ -27,7 +27,7 @@ export declare class CustomPageApiClient {
27
27
  }
28
28
  /**
29
29
  *
30
- :::tipCustomPage service can be used in the following ways:
30
+ :::tipCustom Page service can be used in the following ways:
31
31
 
32
32
  ```jsx
33
33
  1. Import the service from our library:
@@ -46,7 +46,7 @@ class CustomPageApiClient {
46
46
  exports.CustomPageApiClient = CustomPageApiClient;
47
47
  /**
48
48
  *
49
- :::tipCustomPage service can be used in the following ways:
49
+ :::tipCustom Page service can be used in the following ways:
50
50
 
51
51
  ```jsx
52
52
  1. Import the service from our library:
@@ -23,7 +23,7 @@ export declare class DataPortabilityApiClient {
23
23
  }
24
24
  /**
25
25
  *
26
- :::tipDataPortability service can be used in the following way:
26
+ :::tipData Portability service can be used in the following way:
27
27
 
28
28
  ```jsx
29
29
  1. Import the service from our library:
@@ -41,7 +41,7 @@ class DataPortabilityApiClient {
41
41
  exports.DataPortabilityApiClient = DataPortabilityApiClient;
42
42
  /**
43
43
  *
44
- :::tipDataPortability service can be used in the following way:
44
+ :::tipData Portability service can be used in the following way:
45
45
 
46
46
  ```jsx
47
47
  1. Import the service from our library:
@@ -206,7 +206,7 @@ export declare class FeedObjectApiClient {
206
206
  }
207
207
  /**
208
208
  *
209
- :::tipFeedObject service can be used in the following ways:
209
+ :::tipFeed Object service can be used in the following way:
210
210
 
211
211
  ```jsx
212
212
  1. Import the service from our library:
@@ -257,7 +257,7 @@ class FeedObjectApiClient {
257
257
  exports.FeedObjectApiClient = FeedObjectApiClient;
258
258
  /**
259
259
  *
260
- :::tipFeedObject service can be used in the following ways:
260
+ :::tipFeed Object service can be used in the following way:
261
261
 
262
262
  ```jsx
263
263
  1. Import the service from our library:
@@ -42,33 +42,33 @@ export declare class LegalPageApiClient {
42
42
  */
43
43
  static userAckList(): Promise<SCLegalPageAckType[]>;
44
44
  }
45
+ /**
46
+ *
47
+ :::tipLegalPage service can be used in the following ways:
48
+
49
+ ```jsx
50
+ 1. Import the service from our library:
51
+
52
+ import {LegalPageService} from "@selfcommunity/api-services";
53
+ ```
54
+ ```jsx
55
+ 2. Create a function and put the service inside it!
56
+ The async function `getLegalPages` will return the paginated list of legal pages.
57
+
58
+ async getLegalPages() {
59
+ return await LegalPageService.getLegalPages();
60
+ }
61
+ ```
62
+ ```jsx
63
+ In case of required `params`, just add them inside the brackets.
64
+
65
+ async getSpecificLegalPage(legalPageId) {
66
+ return await LegalPageService.getSpecificLegalPage(legalPageId);
67
+ }
68
+ ```
69
+ :::
70
+ */
45
71
  export default class LegalPageService {
46
- /**
47
- *
48
- :::tipLegalPage service can be used in the following ways:
49
-
50
- ```jsx
51
- 1. Import the service from our library:
52
-
53
- import {LegalPageService} from "@selfcommunity/api-services";
54
- ```
55
- ```jsx
56
- 2. Create a function and put the service inside it!
57
- The async function `getLegalPages` will return the paginated list of legal pages.
58
-
59
- async getLegalPages() {
60
- return await LegalPageService.getLegalPages();
61
- }
62
- ```
63
- ```jsx
64
- In case of required `params`, just add them inside the brackets.
65
-
66
- async getSpecificLegalPage(legalPageId) {
67
- return await LegalPageService.getSpecificLegalPage(legalPageId);
68
- }
69
- ```
70
- :::
71
- */
72
72
  static getLegalPages(params?: LegalPageFilterParams): Promise<SCPaginatedResponse<SCLegalPageType>>;
73
73
  static getSpecificLegalPage(id: number): Promise<SCLegalPageType>;
74
74
  static searchLegalPages(params?: LegalPageFilterParams): Promise<SCPaginatedResponse<SCLegalPageType>>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/services/legal_page/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,qBAAqB,EAAE,mBAAmB,EAAC,MAAM,aAAa,CAAC;AAEvE,OAAO,EAAC,kBAAkB,EAAE,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAEzE,MAAM,WAAW,2BAA2B;IAC1C,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IAC7F,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IAC3D,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IAChG,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IACzF,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC5D,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC,CAAC;CAC9C;AACD;;GAEG;AAEH,qBAAa,kBAAkB;IAC7B;;;OAGG;IACH,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAInG;;OAEG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;IAIjE;;;OAGG;IACH,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAKtG;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAI/F;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAIlE;;OAEG;IACH,MAAM,CAAC,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;CAGpD;AAED,MAAM,CAAC,OAAO,OAAO,gBAAgB;IACnC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;WACU,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAI5F,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;WAI1D,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAI/F,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAIxF,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;WAI3D,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;CAG1D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/services/legal_page/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,qBAAqB,EAAE,mBAAmB,EAAC,MAAM,aAAa,CAAC;AAEvE,OAAO,EAAC,kBAAkB,EAAE,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAEzE,MAAM,WAAW,2BAA2B;IAC1C,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IAC7F,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IAC3D,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IAChG,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IACzF,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC5D,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC,CAAC;CAC9C;AACD;;GAEG;AAEH,qBAAa,kBAAkB;IAC7B;;;OAGG;IACH,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAInG;;OAEG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;IAIjE;;;OAGG;IACH,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAKtG;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAI/F;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAIlE;;OAEG;IACH,MAAM,CAAC,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;CAGpD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,OAAO,gBAAgB;WACtB,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAI5F,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;WAI1D,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAI/F,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAIxF,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;WAI3D,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;CAG1D"}
@@ -65,33 +65,33 @@ class LegalPageApiClient {
65
65
  }
66
66
  }
67
67
  exports.LegalPageApiClient = LegalPageApiClient;
68
+ /**
69
+ *
70
+ :::tipLegalPage service can be used in the following ways:
71
+
72
+ ```jsx
73
+ 1. Import the service from our library:
74
+
75
+ import {LegalPageService} from "@selfcommunity/api-services";
76
+ ```
77
+ ```jsx
78
+ 2. Create a function and put the service inside it!
79
+ The async function `getLegalPages` will return the paginated list of legal pages.
80
+
81
+ async getLegalPages() {
82
+ return await LegalPageService.getLegalPages();
83
+ }
84
+ ```
85
+ ```jsx
86
+ In case of required `params`, just add them inside the brackets.
87
+
88
+ async getSpecificLegalPage(legalPageId) {
89
+ return await LegalPageService.getSpecificLegalPage(legalPageId);
90
+ }
91
+ ```
92
+ :::
93
+ */
68
94
  class LegalPageService {
69
- /**
70
- *
71
- :::tipLegalPage service can be used in the following ways:
72
-
73
- ```jsx
74
- 1. Import the service from our library:
75
-
76
- import {LegalPageService} from "@selfcommunity/api-services";
77
- ```
78
- ```jsx
79
- 2. Create a function and put the service inside it!
80
- The async function `getLegalPages` will return the paginated list of legal pages.
81
-
82
- async getLegalPages() {
83
- return await LegalPageService.getLegalPages();
84
- }
85
- ```
86
- ```jsx
87
- In case of required `params`, just add them inside the brackets.
88
-
89
- async getSpecificLegalPage(legalPageId) {
90
- return await LegalPageService.getSpecificLegalPage(legalPageId);
91
- }
92
- ```
93
- :::
94
- */
95
95
  static getLegalPages(params) {
96
96
  return __awaiter(this, void 0, void 0, function* () {
97
97
  return LegalPageApiClient.getLegalPages(params);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/services/legal_page/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,0EAAkD;AAElD,uDAAkD;AAWlD;;GAEG;AAEH,MAAa,kBAAkB;IAC7B;;;OAGG;IACH,MAAM,CAAC,aAAa,CAAC,MAA8B;QACjD,MAAM,CAAC,GAAG,IAAI,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,OAAO,IAAA,uBAAU,EAAC,GAAG,mBAAS,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,EAAE,mBAAS,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC1G,CAAC;IACD;;OAEG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAU;QACpC,OAAO,IAAA,uBAAU,EAAC,mBAAS,CAAC,SAAS,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,mBAAS,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IAC/E,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,gBAAgB,CAAC,MAA8B;QACpD,MAAM,CAAC,GAAG,IAAI,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,OAAO,IAAA,uBAAU,EAAC,GAAG,mBAAS,CAAC,gBAAgB,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,EAAE,mBAAS,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAChH,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,EAAU,EAAE,MAAe;;QAC7C,OAAO,IAAA,uBAAU,EAAC,mBAAS,CAAC,YAAY,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,mBAAS,CAAC,YAAY,CAAC,MAAM,EAAE,MAAA,EAAC,MAAM,EAAE,MAAM,EAAC,mCAAI,IAAI,CAAC,CAAC;IAC/G,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CAAC,EAAU;QAClC,OAAO,IAAA,uBAAU,EAAC,mBAAS,CAAC,eAAe,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,mBAAS,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;IAC3F,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,WAAW;QAChB,OAAO,IAAA,uBAAU,EAAC,mBAAS,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,mBAAS,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IACjF,CAAC;CACF;AAhDD,gDAgDC;AAED,MAAqB,gBAAgB;IACnC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,MAAM,CAAO,aAAa,CAAC,MAA8B;;YACvD,OAAO,kBAAkB,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QAClD,CAAC;KAAA;IAED,MAAM,CAAO,oBAAoB,CAAC,EAAU;;YAC1C,OAAO,kBAAkB,CAAC,oBAAoB,CAAC,EAAE,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,gBAAgB,CAAC,MAA8B;;YAC1D,OAAO,kBAAkB,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,YAAY,CAAC,EAAU,EAAE,MAAe;;YACnD,OAAO,kBAAkB,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,kBAAkB,CAAC,EAAU;;YACxC,OAAO,kBAAkB,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;IAED,MAAM,CAAO,WAAW;;YACtB,OAAO,kBAAkB,CAAC,WAAW,EAAE,CAAC;QAC1C,CAAC;KAAA;CACF;AAlDD,mCAkDC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/services/legal_page/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,0EAAkD;AAElD,uDAAkD;AAWlD;;GAEG;AAEH,MAAa,kBAAkB;IAC7B;;;OAGG;IACH,MAAM,CAAC,aAAa,CAAC,MAA8B;QACjD,MAAM,CAAC,GAAG,IAAI,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,OAAO,IAAA,uBAAU,EAAC,GAAG,mBAAS,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,EAAE,mBAAS,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC1G,CAAC;IACD;;OAEG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAU;QACpC,OAAO,IAAA,uBAAU,EAAC,mBAAS,CAAC,SAAS,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,mBAAS,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IAC/E,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,gBAAgB,CAAC,MAA8B;QACpD,MAAM,CAAC,GAAG,IAAI,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,OAAO,IAAA,uBAAU,EAAC,GAAG,mBAAS,CAAC,gBAAgB,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,EAAE,mBAAS,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAChH,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,EAAU,EAAE,MAAe;;QAC7C,OAAO,IAAA,uBAAU,EAAC,mBAAS,CAAC,YAAY,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,mBAAS,CAAC,YAAY,CAAC,MAAM,EAAE,MAAA,EAAC,MAAM,EAAE,MAAM,EAAC,mCAAI,IAAI,CAAC,CAAC;IAC/G,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CAAC,EAAU;QAClC,OAAO,IAAA,uBAAU,EAAC,mBAAS,CAAC,eAAe,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,mBAAS,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;IAC3F,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,WAAW;QAChB,OAAO,IAAA,uBAAU,EAAC,mBAAS,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,mBAAS,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IACjF,CAAC;CACF;AAhDD,gDAgDC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAqB,gBAAgB;IACnC,MAAM,CAAO,aAAa,CAAC,MAA8B;;YACvD,OAAO,kBAAkB,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QAClD,CAAC;KAAA;IAED,MAAM,CAAO,oBAAoB,CAAC,EAAU;;YAC1C,OAAO,kBAAkB,CAAC,oBAAoB,CAAC,EAAE,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,gBAAgB,CAAC,MAA8B;;YAC1D,OAAO,kBAAkB,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,YAAY,CAAC,EAAU,EAAE,MAAe;;YACnD,OAAO,kBAAkB,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,kBAAkB,CAAC,EAAU;;YACxC,OAAO,kBAAkB,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;IAED,MAAM,CAAO,WAAW;;YACtB,OAAO,kBAAkB,CAAC,WAAW,EAAE,CAAC;QAC1C,CAAC;KAAA;CACF;AAxBD,mCAwBC"}
@@ -74,7 +74,7 @@ export declare class LoyaltyApiClient {
74
74
  ```
75
75
  ```jsx
76
76
  2. Create a function and put the service inside it!
77
- The async function `getAllEmbeds` will return the paginated list of available prizes.
77
+ The async function `getPrizes` will return the paginated list of available prizes.
78
78
 
79
79
  async getPrizes() {
80
80
  return await LoyaltyService.getPrizes();
@@ -97,7 +97,7 @@ exports.LoyaltyApiClient = LoyaltyApiClient;
97
97
  ```
98
98
  ```jsx
99
99
  2. Create a function and put the service inside it!
100
- The async function `getAllEmbeds` will return the paginated list of available prizes.
100
+ The async function `getPrizes` will return the paginated list of available prizes.
101
101
 
102
102
  async getPrizes() {
103
103
  return await LoyaltyService.getPrizes();
@@ -55,7 +55,7 @@ export declare class MediaApiClient {
55
55
  }
56
56
  /**
57
57
  *
58
- :::tipMedia service can be used in the following ways:
58
+ :::tipMedia service can be used in the following way:
59
59
 
60
60
  ```jsx
61
61
  1. Import the service from our library:
@@ -77,7 +77,7 @@ class MediaApiClient {
77
77
  exports.MediaApiClient = MediaApiClient;
78
78
  /**
79
79
  *
80
- :::tipMedia service can be used in the following ways:
80
+ :::tipMedia service can be used in the following way:
81
81
 
82
82
  ```jsx
83
83
  1. Import the service from our library:
@@ -58,7 +58,7 @@ export declare class NotificationApiClient {
58
58
  }
59
59
  /**
60
60
  *
61
- :::tipEmbed service can be used in the following ways:
61
+ :::tipNotification service can be used in the following ways:
62
62
 
63
63
  ```jsx
64
64
  1. Import the service from our library:
@@ -81,7 +81,7 @@ class NotificationApiClient {
81
81
  exports.NotificationApiClient = NotificationApiClient;
82
82
  /**
83
83
  *
84
- :::tipEmbed service can be used in the following ways:
84
+ :::tipNotification service can be used in the following ways:
85
85
 
86
86
  ```jsx
87
87
  1. Import the service from our library:
@@ -68,7 +68,7 @@ export declare class PrivateMessageApiClient {
68
68
  }
69
69
  /**
70
70
  *
71
- :::tipPrivateMessage service can be used in the following ways:
71
+ :::tipPrivate Message service can be used in the following ways:
72
72
 
73
73
  ```jsx
74
74
  1. Import the service from our library:
@@ -92,7 +92,7 @@ class PrivateMessageApiClient {
92
92
  exports.PrivateMessageApiClient = PrivateMessageApiClient;
93
93
  /**
94
94
  *
95
- :::tipPrivateMessage service can be used in the following ways:
95
+ :::tipPrivate Message service can be used in the following ways:
96
96
 
97
97
  ```jsx
98
98
  1. Import the service from our library:
@@ -27,7 +27,7 @@ export declare class ScoreApiClient {
27
27
  }
28
28
  /**
29
29
  *
30
- :::tipScore service can be used in the following ways:
30
+ :::tipScore service can be used in the following way:
31
31
 
32
32
  ```jsx
33
33
  1. Import the service from our library:
@@ -46,7 +46,7 @@ class ScoreApiClient {
46
46
  exports.ScoreApiClient = ScoreApiClient;
47
47
  /**
48
48
  *
49
- :::tipScore service can be used in the following ways:
49
+ :::tipScore service can be used in the following way:
50
50
 
51
51
  ```jsx
52
52
  1. Import the service from our library:
@@ -21,7 +21,7 @@ export declare class SSOApiClient {
21
21
  }
22
22
  /**
23
23
  *
24
- :::tipSSO service can be used in the following ways:
24
+ :::tipSSO service can be used in the following way:
25
25
 
26
26
  ```jsx
27
27
  1. Import the service from our library:
@@ -37,7 +37,7 @@ class SSOApiClient {
37
37
  exports.SSOApiClient = SSOApiClient;
38
38
  /**
39
39
  *
40
- :::tipSSO service can be used in the following ways:
40
+ :::tipSSO service can be used in the following way:
41
41
 
42
42
  ```jsx
43
43
  1. Import the service from our library:
@@ -29,7 +29,7 @@ export declare class SuggestionApiClient {
29
29
  }
30
30
  /**
31
31
  *
32
- :::tipSuggestion service can be used in the following ways:
32
+ :::tipSuggestion service can be used in the following way:
33
33
 
34
34
  ```jsx
35
35
  1. Import the service from our library:
@@ -47,7 +47,7 @@ class SuggestionApiClient {
47
47
  exports.SuggestionApiClient = SuggestionApiClient;
48
48
  /**
49
49
  *
50
- :::tipSuggestion service can be used in the following ways:
50
+ :::tipSuggestion service can be used in the following way:
51
51
 
52
52
  ```jsx
53
53
  1. Import the service from our library:
@@ -312,7 +312,7 @@ export declare class UserApiClient {
312
312
  2. Create a function and put the service inside it!
313
313
  The async function `getAllUsers` will return the paginated list of users.
314
314
 
315
- async getAllTags() {
315
+ async getAllUsers() {
316
316
  return await UserService.getAllUsers();
317
317
  }
318
318
  ```
@@ -387,7 +387,7 @@ exports.UserApiClient = UserApiClient;
387
387
  2. Create a function and put the service inside it!
388
388
  The async function `getAllUsers` will return the paginated list of users.
389
389
 
390
- async getAllTags() {
390
+ async getAllUsers() {
391
391
  return await UserService.getAllUsers();
392
392
  }
393
393
  ```
@@ -27,7 +27,7 @@ export declare class CustomAdvApiClient {
27
27
  }
28
28
  /**
29
29
  *
30
- :::tipCustomAdv service can be used in the following ways:
30
+ :::tipCustom Adv service can be used in the following ways:
31
31
 
32
32
  ```jsx
33
33
  1. Import the service from our library:
@@ -39,7 +39,7 @@ export class CustomAdvApiClient {
39
39
  }
40
40
  /**
41
41
  *
42
- :::tipCustomAdv service can be used in the following ways:
42
+ :::tipCustom Adv service can be used in the following ways:
43
43
 
44
44
  ```jsx
45
45
  1. Import the service from our library:
@@ -27,7 +27,7 @@ export declare class CustomPageApiClient {
27
27
  }
28
28
  /**
29
29
  *
30
- :::tipCustomPage service can be used in the following ways:
30
+ :::tipCustom Page service can be used in the following ways:
31
31
 
32
32
  ```jsx
33
33
  1. Import the service from our library:
@@ -39,7 +39,7 @@ export class CustomPageApiClient {
39
39
  }
40
40
  /**
41
41
  *
42
- :::tipCustomPage service can be used in the following ways:
42
+ :::tipCustom Page service can be used in the following ways:
43
43
 
44
44
  ```jsx
45
45
  1. Import the service from our library:
@@ -23,7 +23,7 @@ export declare class DataPortabilityApiClient {
23
23
  }
24
24
  /**
25
25
  *
26
- :::tipDataPortability service can be used in the following way:
26
+ :::tipData Portability service can be used in the following way:
27
27
 
28
28
  ```jsx
29
29
  1. Import the service from our library:
@@ -34,7 +34,7 @@ export class DataPortabilityApiClient {
34
34
  }
35
35
  /**
36
36
  *
37
- :::tipDataPortability service can be used in the following way:
37
+ :::tipData Portability service can be used in the following way:
38
38
 
39
39
  ```jsx
40
40
  1. Import the service from our library:
@@ -206,7 +206,7 @@ export declare class FeedObjectApiClient {
206
206
  }
207
207
  /**
208
208
  *
209
- :::tipFeedObject service can be used in the following ways:
209
+ :::tipFeed Object service can be used in the following way:
210
210
 
211
211
  ```jsx
212
212
  1. Import the service from our library:
@@ -250,7 +250,7 @@ export class FeedObjectApiClient {
250
250
  }
251
251
  /**
252
252
  *
253
- :::tipFeedObject service can be used in the following ways:
253
+ :::tipFeed Object service can be used in the following way:
254
254
 
255
255
  ```jsx
256
256
  1. Import the service from our library:
@@ -42,33 +42,33 @@ export declare class LegalPageApiClient {
42
42
  */
43
43
  static userAckList(): Promise<SCLegalPageAckType[]>;
44
44
  }
45
+ /**
46
+ *
47
+ :::tipLegalPage service can be used in the following ways:
48
+
49
+ ```jsx
50
+ 1. Import the service from our library:
51
+
52
+ import {LegalPageService} from "@selfcommunity/api-services";
53
+ ```
54
+ ```jsx
55
+ 2. Create a function and put the service inside it!
56
+ The async function `getLegalPages` will return the paginated list of legal pages.
57
+
58
+ async getLegalPages() {
59
+ return await LegalPageService.getLegalPages();
60
+ }
61
+ ```
62
+ ```jsx
63
+ In case of required `params`, just add them inside the brackets.
64
+
65
+ async getSpecificLegalPage(legalPageId) {
66
+ return await LegalPageService.getSpecificLegalPage(legalPageId);
67
+ }
68
+ ```
69
+ :::
70
+ */
45
71
  export default class LegalPageService {
46
- /**
47
- *
48
- :::tipLegalPage service can be used in the following ways:
49
-
50
- ```jsx
51
- 1. Import the service from our library:
52
-
53
- import {LegalPageService} from "@selfcommunity/api-services";
54
- ```
55
- ```jsx
56
- 2. Create a function and put the service inside it!
57
- The async function `getLegalPages` will return the paginated list of legal pages.
58
-
59
- async getLegalPages() {
60
- return await LegalPageService.getLegalPages();
61
- }
62
- ```
63
- ```jsx
64
- In case of required `params`, just add them inside the brackets.
65
-
66
- async getSpecificLegalPage(legalPageId) {
67
- return await LegalPageService.getSpecificLegalPage(legalPageId);
68
- }
69
- ```
70
- :::
71
- */
72
72
  static getLegalPages(params?: LegalPageFilterParams): Promise<SCPaginatedResponse<SCLegalPageType>>;
73
73
  static getSpecificLegalPage(id: number): Promise<SCLegalPageType>;
74
74
  static searchLegalPages(params?: LegalPageFilterParams): Promise<SCPaginatedResponse<SCLegalPageType>>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/services/legal_page/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,qBAAqB,EAAE,mBAAmB,EAAC,MAAM,aAAa,CAAC;AAEvE,OAAO,EAAC,kBAAkB,EAAE,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAEzE,MAAM,WAAW,2BAA2B;IAC1C,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IAC7F,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IAC3D,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IAChG,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IACzF,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC5D,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC,CAAC;CAC9C;AACD;;GAEG;AAEH,qBAAa,kBAAkB;IAC7B;;;OAGG;IACH,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAInG;;OAEG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;IAIjE;;;OAGG;IACH,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAKtG;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAI/F;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAIlE;;OAEG;IACH,MAAM,CAAC,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;CAGpD;AAED,MAAM,CAAC,OAAO,OAAO,gBAAgB;IACnC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;WACU,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAI5F,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;WAI1D,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAI/F,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAIxF,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;WAI3D,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;CAG1D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/services/legal_page/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,qBAAqB,EAAE,mBAAmB,EAAC,MAAM,aAAa,CAAC;AAEvE,OAAO,EAAC,kBAAkB,EAAE,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAEzE,MAAM,WAAW,2BAA2B;IAC1C,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IAC7F,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IAC3D,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IAChG,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,CAAC;IACzF,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC5D,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC,CAAC;CAC9C;AACD;;GAEG;AAEH,qBAAa,kBAAkB;IAC7B;;;OAGG;IACH,MAAM,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAInG;;OAEG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;IAIjE;;;OAGG;IACH,MAAM,CAAC,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAKtG;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAI/F;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAIlE;;OAEG;IACH,MAAM,CAAC,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;CAGpD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,OAAO,gBAAgB;WACtB,aAAa,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAI5F,oBAAoB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,eAAe,CAAC;WAI1D,gBAAgB,CAAC,MAAM,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAI/F,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC;WAIxF,kBAAkB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC;WAI3D,WAAW,IAAI,OAAO,CAAC,kBAAkB,EAAE,CAAC;CAG1D"}
@@ -58,33 +58,33 @@ export class LegalPageApiClient {
58
58
  return apiRequest(Endpoints.UserAckList.url({}), Endpoints.UserAckList.method);
59
59
  }
60
60
  }
61
+ /**
62
+ *
63
+ :::tipLegalPage service can be used in the following ways:
64
+
65
+ ```jsx
66
+ 1. Import the service from our library:
67
+
68
+ import {LegalPageService} from "@selfcommunity/api-services";
69
+ ```
70
+ ```jsx
71
+ 2. Create a function and put the service inside it!
72
+ The async function `getLegalPages` will return the paginated list of legal pages.
73
+
74
+ async getLegalPages() {
75
+ return await LegalPageService.getLegalPages();
76
+ }
77
+ ```
78
+ ```jsx
79
+ In case of required `params`, just add them inside the brackets.
80
+
81
+ async getSpecificLegalPage(legalPageId) {
82
+ return await LegalPageService.getSpecificLegalPage(legalPageId);
83
+ }
84
+ ```
85
+ :::
86
+ */
61
87
  export default class LegalPageService {
62
- /**
63
- *
64
- :::tipLegalPage service can be used in the following ways:
65
-
66
- ```jsx
67
- 1. Import the service from our library:
68
-
69
- import {LegalPageService} from "@selfcommunity/api-services";
70
- ```
71
- ```jsx
72
- 2. Create a function and put the service inside it!
73
- The async function `getLegalPages` will return the paginated list of legal pages.
74
-
75
- async getLegalPages() {
76
- return await LegalPageService.getLegalPages();
77
- }
78
- ```
79
- ```jsx
80
- In case of required `params`, just add them inside the brackets.
81
-
82
- async getSpecificLegalPage(legalPageId) {
83
- return await LegalPageService.getSpecificLegalPage(legalPageId);
84
- }
85
- ```
86
- :::
87
- */
88
88
  static getLegalPages(params) {
89
89
  return __awaiter(this, void 0, void 0, function* () {
90
90
  return LegalPageApiClient.getLegalPages(params);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/services/legal_page/index.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAWlD;;GAEG;AAEH,MAAM,OAAO,kBAAkB;IAC7B;;;OAGG;IACH,MAAM,CAAC,aAAa,CAAC,MAA8B;QACjD,MAAM,CAAC,GAAG,IAAI,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,OAAO,UAAU,CAAC,GAAG,SAAS,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,EAAE,SAAS,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC1G,CAAC;IACD;;OAEG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAU;QACpC,OAAO,UAAU,CAAC,SAAS,CAAC,SAAS,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IAC/E,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,gBAAgB,CAAC,MAA8B;QACpD,MAAM,CAAC,GAAG,IAAI,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,OAAO,UAAU,CAAC,GAAG,SAAS,CAAC,gBAAgB,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,EAAE,SAAS,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAChH,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,EAAU,EAAE,MAAe;;QAC7C,OAAO,UAAU,CAAC,SAAS,CAAC,YAAY,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,MAAM,EAAE,MAAA,EAAC,MAAM,EAAE,MAAM,EAAC,mCAAI,IAAI,CAAC,CAAC;IAC/G,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CAAC,EAAU;QAClC,OAAO,UAAU,CAAC,SAAS,CAAC,eAAe,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,SAAS,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;IAC3F,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,WAAW;QAChB,OAAO,UAAU,CAAC,SAAS,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IACjF,CAAC;CACF;AAED,MAAM,CAAC,OAAO,OAAO,gBAAgB;IACnC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,MAAM,CAAO,aAAa,CAAC,MAA8B;;YACvD,OAAO,kBAAkB,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QAClD,CAAC;KAAA;IAED,MAAM,CAAO,oBAAoB,CAAC,EAAU;;YAC1C,OAAO,kBAAkB,CAAC,oBAAoB,CAAC,EAAE,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,gBAAgB,CAAC,MAA8B;;YAC1D,OAAO,kBAAkB,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,YAAY,CAAC,EAAU,EAAE,MAAe;;YACnD,OAAO,kBAAkB,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,kBAAkB,CAAC,EAAU;;YACxC,OAAO,kBAAkB,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;IAED,MAAM,CAAO,WAAW;;YACtB,OAAO,kBAAkB,CAAC,WAAW,EAAE,CAAC;QAC1C,CAAC;KAAA;CACF"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/services/legal_page/index.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,SAAS,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAWlD;;GAEG;AAEH,MAAM,OAAO,kBAAkB;IAC7B;;;OAGG;IACH,MAAM,CAAC,aAAa,CAAC,MAA8B;QACjD,MAAM,CAAC,GAAG,IAAI,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,OAAO,UAAU,CAAC,GAAG,SAAS,CAAC,aAAa,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,EAAE,SAAS,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC1G,CAAC;IACD;;OAEG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAU;QACpC,OAAO,UAAU,CAAC,SAAS,CAAC,SAAS,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IAC/E,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,gBAAgB,CAAC,MAA8B;QACpD,MAAM,CAAC,GAAG,IAAI,eAAe,CAAC,MAAM,CAAC,CAAC;QACtC,OAAO,UAAU,CAAC,GAAG,SAAS,CAAC,gBAAgB,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,EAAE,EAAE,SAAS,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAChH,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,YAAY,CAAC,EAAU,EAAE,MAAe;;QAC7C,OAAO,UAAU,CAAC,SAAS,CAAC,YAAY,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,MAAM,EAAE,MAAA,EAAC,MAAM,EAAE,MAAM,EAAC,mCAAI,IAAI,CAAC,CAAC;IAC/G,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CAAC,EAAU;QAClC,OAAO,UAAU,CAAC,SAAS,CAAC,eAAe,CAAC,GAAG,CAAC,EAAC,EAAE,EAAC,CAAC,EAAE,SAAS,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;IAC3F,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,WAAW;QAChB,OAAO,UAAU,CAAC,SAAS,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IACjF,CAAC;CACF;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,OAAO,gBAAgB;IACnC,MAAM,CAAO,aAAa,CAAC,MAA8B;;YACvD,OAAO,kBAAkB,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QAClD,CAAC;KAAA;IAED,MAAM,CAAO,oBAAoB,CAAC,EAAU;;YAC1C,OAAO,kBAAkB,CAAC,oBAAoB,CAAC,EAAE,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,gBAAgB,CAAC,MAA8B;;YAC1D,OAAO,kBAAkB,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,YAAY,CAAC,EAAU,EAAE,MAAe;;YACnD,OAAO,kBAAkB,CAAC,YAAY,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,MAAM,CAAO,kBAAkB,CAAC,EAAU;;YACxC,OAAO,kBAAkB,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;IAED,MAAM,CAAO,WAAW;;YACtB,OAAO,kBAAkB,CAAC,WAAW,EAAE,CAAC;QAC1C,CAAC;KAAA;CACF"}
@@ -74,7 +74,7 @@ export declare class LoyaltyApiClient {
74
74
  ```
75
75
  ```jsx
76
76
  2. Create a function and put the service inside it!
77
- The async function `getAllEmbeds` will return the paginated list of available prizes.
77
+ The async function `getPrizes` will return the paginated list of available prizes.
78
78
 
79
79
  async getPrizes() {
80
80
  return await LoyaltyService.getPrizes();
@@ -90,7 +90,7 @@ export class LoyaltyApiClient {
90
90
  ```
91
91
  ```jsx
92
92
  2. Create a function and put the service inside it!
93
- The async function `getAllEmbeds` will return the paginated list of available prizes.
93
+ The async function `getPrizes` will return the paginated list of available prizes.
94
94
 
95
95
  async getPrizes() {
96
96
  return await LoyaltyService.getPrizes();
@@ -55,7 +55,7 @@ export declare class MediaApiClient {
55
55
  }
56
56
  /**
57
57
  *
58
- :::tipMedia service can be used in the following ways:
58
+ :::tipMedia service can be used in the following way:
59
59
 
60
60
  ```jsx
61
61
  1. Import the service from our library: