@30nama/sdk 2.0.0-rc.41 → 2.0.0-rc.43

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 (53) hide show
  1. package/lib/generated/supporter/api.d.ts +19 -19
  2. package/lib/generated/supporter/api.js +67 -83
  3. package/lib/generated/supporter/api.js.map +1 -1
  4. package/lib/generated/supporter/models/accessibilityResponse.d.ts +17 -0
  5. package/lib/generated/supporter/models/accessibilityResponse.js +3 -0
  6. package/lib/generated/supporter/models/accessibilityResponse.js.map +1 -0
  7. package/lib/generated/supporter/models/accessibilityResponseErrors.d.ts +7 -0
  8. package/lib/generated/supporter/models/accessibilityResponseErrors.js +7 -0
  9. package/lib/generated/supporter/models/accessibilityResponseErrors.js.map +1 -0
  10. package/lib/generated/supporter/models/accessibilityResponseSEO.d.ts +10 -0
  11. package/lib/generated/supporter/models/accessibilityResponseSEO.js +7 -0
  12. package/lib/generated/supporter/models/accessibilityResponseSEO.js.map +1 -0
  13. package/lib/generated/supporter/models/index.d.ts +10 -6
  14. package/lib/generated/supporter/models/index.js +10 -6
  15. package/lib/generated/supporter/models/index.js.map +1 -1
  16. package/lib/generated/supporter/models/seoList.d.ts +24 -0
  17. package/lib/generated/supporter/models/seoList.js +7 -0
  18. package/lib/generated/supporter/models/seoList.js.map +1 -0
  19. package/lib/generated/supporter/models/seoListResponse.d.ts +17 -0
  20. package/lib/generated/supporter/models/seoListResponse.js +3 -0
  21. package/lib/generated/supporter/models/seoListResponse.js.map +1 -0
  22. package/lib/generated/supporter/models/seoListResponseErrors.d.ts +7 -0
  23. package/lib/generated/supporter/models/seoListResponseErrors.js +7 -0
  24. package/lib/generated/supporter/models/seoListResponseErrors.js.map +1 -0
  25. package/lib/generated/supporter/models/seoListResponseSEO.d.ts +10 -0
  26. package/lib/generated/supporter/models/seoListResponseSEO.js +7 -0
  27. package/lib/generated/supporter/models/seoListResponseSEO.js.map +1 -0
  28. package/lib/generated/supporter/models/supporterAccessibilitiesListDisplayListParams.d.ts +2 -2
  29. package/lib/generated/supporter/models/supporterDeleteDestroyParams.d.ts +1 -1
  30. package/lib/generated/supporter/models/systemCommonQuestionsDeleteDestroyParams.d.ts +1 -1
  31. package/lib/generated/supporter/models/systemCommonQuestionsDetailRetrieveParams.d.ts +1 -1
  32. package/lib/generated/supporter/models/systemCommonQuestionsTranslateCreateParams.d.ts +1 -1
  33. package/lib/generated/supporter/models/systemCommonQuestionsTranslateDeleteDestroyParams.d.ts +1 -1
  34. package/lib/generated/supporter/models/systemCommonQuestionsTranslateDetailRetrieveParams.d.ts +1 -1
  35. package/lib/generated/supporter/models/systemCommonQuestionsTranslateListRetrieveParams.d.ts +1 -1
  36. package/lib/generated/supporter/models/systemCommonQuestionsTranslateUpdateUpdateParams.d.ts +1 -1
  37. package/lib/generated/supporter/models/systemCommonQuestionsUpdateUpdateParams.d.ts +1 -1
  38. package/lib/generated/supporter/models/trainingCountResponse.d.ts +4 -0
  39. package/lib/generated/supporter/models/trainingResponse.d.ts +1 -0
  40. package/lib/generated/supporter/models/translateDifineRequest.d.ts +2 -2
  41. package/lib/generated/supporter/models/translationQuestionRequest.d.ts +12 -0
  42. package/lib/generated/supporter/models/translationQuestionRequest.js +7 -0
  43. package/lib/generated/supporter/models/translationQuestionRequest.js.map +1 -0
  44. package/lib/generated/supporter/models/translationUpdateQuestionRequest.d.ts +10 -0
  45. package/lib/generated/supporter/models/translationUpdateQuestionRequest.js +7 -0
  46. package/lib/generated/supporter/models/translationUpdateQuestionRequest.js.map +1 -0
  47. package/lib/generated/supporter/models/updateSupporterAccessibilitySerializerReqRequest.d.ts +8 -0
  48. package/lib/generated/supporter/models/updateSupporterAccessibilitySerializerReqRequest.js +7 -0
  49. package/lib/generated/supporter/models/updateSupporterAccessibilitySerializerReqRequest.js.map +1 -0
  50. package/lib/services/video-data/index.d.ts +15 -21
  51. package/lib/services/video-data/index.js.map +1 -1
  52. package/lib/tsconfig.lib.tsbuildinfo +1 -1
  53. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accessibilityResponseSEO.js","sourceRoot":"","sources":["../../../../src/generated/supporter/models/accessibilityResponseSEO.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -4,9 +4,9 @@
4
4
  */
5
5
  export * from './accessibilityList';
6
6
  export * from './accessibilityListCategory';
7
- export * from './accessiblityResponse';
8
- export * from './accessiblityResponseErrors';
9
- export * from './accessiblityResponseSEO';
7
+ export * from './accessibilityResponse';
8
+ export * from './accessibilityResponseErrors';
9
+ export * from './accessibilityResponseSEO';
10
10
  export * from './activeLanguageList';
11
11
  export * from './activeLanguageListResponse';
12
12
  export * from './activeLanguageListResponseErrors';
@@ -52,6 +52,10 @@ export * from './restoreSupporterRequest';
52
52
  export * from './rulesRequest';
53
53
  export * from './rulesResponse';
54
54
  export * from './seo';
55
+ export * from './seoList';
56
+ export * from './seoListResponse';
57
+ export * from './seoListResponseErrors';
58
+ export * from './seoListResponseSEO';
55
59
  export * from './supporterAccessibilitiesListDisplayListParams';
56
60
  export * from './supporterDeleteDestroyParams';
57
61
  export * from './systemCommonQuestionsDeleteDestroyParams';
@@ -88,8 +92,8 @@ export * from './trainingDetailResponse';
88
92
  export * from './trainingResponse';
89
93
  export * from './translateDifineRequest';
90
94
  export * from './translateTrainingCenterRequest';
91
- export * from './translationQestionRequest';
92
- export * from './translationUpdateQestionRequest';
93
- export * from './updateSupporterAccessibilitiesSerializerReqRequest';
95
+ export * from './translationQuestionRequest';
96
+ export * from './translationUpdateQuestionRequest';
97
+ export * from './updateSupporterAccessibilitySerializerReqRequest';
94
98
  export * from './updateTrainingCenterRequest';
95
99
  export * from './updateTranslateTrainingCenterRequest';
@@ -20,9 +20,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  __exportStar(require("./accessibilityList"), exports);
22
22
  __exportStar(require("./accessibilityListCategory"), exports);
23
- __exportStar(require("./accessiblityResponse"), exports);
24
- __exportStar(require("./accessiblityResponseErrors"), exports);
25
- __exportStar(require("./accessiblityResponseSEO"), exports);
23
+ __exportStar(require("./accessibilityResponse"), exports);
24
+ __exportStar(require("./accessibilityResponseErrors"), exports);
25
+ __exportStar(require("./accessibilityResponseSEO"), exports);
26
26
  __exportStar(require("./activeLanguageList"), exports);
27
27
  __exportStar(require("./activeLanguageListResponse"), exports);
28
28
  __exportStar(require("./activeLanguageListResponseErrors"), exports);
@@ -68,6 +68,10 @@ __exportStar(require("./restoreSupporterRequest"), exports);
68
68
  __exportStar(require("./rulesRequest"), exports);
69
69
  __exportStar(require("./rulesResponse"), exports);
70
70
  __exportStar(require("./seo"), exports);
71
+ __exportStar(require("./seoList"), exports);
72
+ __exportStar(require("./seoListResponse"), exports);
73
+ __exportStar(require("./seoListResponseErrors"), exports);
74
+ __exportStar(require("./seoListResponseSEO"), exports);
71
75
  __exportStar(require("./supporterAccessibilitiesListDisplayListParams"), exports);
72
76
  __exportStar(require("./supporterDeleteDestroyParams"), exports);
73
77
  __exportStar(require("./systemCommonQuestionsDeleteDestroyParams"), exports);
@@ -104,9 +108,9 @@ __exportStar(require("./trainingDetailResponse"), exports);
104
108
  __exportStar(require("./trainingResponse"), exports);
105
109
  __exportStar(require("./translateDifineRequest"), exports);
106
110
  __exportStar(require("./translateTrainingCenterRequest"), exports);
107
- __exportStar(require("./translationQestionRequest"), exports);
108
- __exportStar(require("./translationUpdateQestionRequest"), exports);
109
- __exportStar(require("./updateSupporterAccessibilitiesSerializerReqRequest"), exports);
111
+ __exportStar(require("./translationQuestionRequest"), exports);
112
+ __exportStar(require("./translationUpdateQuestionRequest"), exports);
113
+ __exportStar(require("./updateSupporterAccessibilitySerializerReqRequest"), exports);
110
114
  __exportStar(require("./updateTrainingCenterRequest"), exports);
111
115
  __exportStar(require("./updateTranslateTrainingCenterRequest"), exports);
112
116
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/supporter/models/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;AAEH,sDAAmC;AACnC,8DAA2C;AAC3C,yDAAsC;AACtC,+DAA4C;AAC5C,4DAAyC;AACzC,uDAAoC;AACpC,+DAA4C;AAC5C,qEAAkD;AAClD,kEAA+C;AAC/C,gEAA6C;AAC7C,sEAAmD;AACnD,mEAAgD;AAChD,qDAAkC;AAClC,2DAAwC;AACxC,wDAAqC;AACrC,iDAA8B;AAC9B,qDAAkC;AAClC,uDAAoC;AACpC,oDAAiC;AACjC,sDAAmC;AACnC,4DAAyC;AACzC,yDAAsC;AACtC,+DAA4C;AAC5C,qEAAkD;AAClD,kEAA+C;AAC/C,yDAAsC;AACtC,+DAA4C;AAC5C,4DAAyC;AACzC,4DAAyC;AACzC,2DAAwC;AACxC,iEAA8C;AAC9C,gDAA6B;AAC7B,wDAAqC;AACrC,8DAA2C;AAC3C,2DAAwC;AACxC,yDAAsC;AACtC,0DAAuC;AACvC,2DAAwC;AACxC,gDAA6B;AAC7B,iDAA8B;AAC9B,qDAAkC;AAClC,0DAAuC;AACvC,iDAA8B;AAC9B,yDAAsC;AACtC,+DAA4C;AAC5C,4DAAyC;AACzC,4DAAyC;AACzC,iDAA8B;AAC9B,kDAA+B;AAC/B,wCAAqB;AACrB,kFAA+D;AAC/D,iEAA8C;AAC9C,6EAA0D;AAC1D,8EAA2D;AAC3D,yEAAsD;AACtD,4EAAyD;AACzD,0EAAuD;AACvD,+EAA4D;AAC5D,sFAAmE;AACnE,uFAAoE;AACpE,qFAAkE;AAClE,qFAAkE;AAClE,4EAAyD;AACzD,gEAA6C;AAC7C,gEAA6C;AAC7C,mEAAgD;AAChD,iEAA8C;AAC9C,oEAAiD;AACjD,8EAA2D;AAC3D,yEAAsD;AACtD,6EAA0D;AAC1D,gFAA6D;AAC7D,8EAA2D;AAC3D,uFAAoE;AACpE,8FAA2E;AAC3E,+FAA4E;AAC5E,6FAA0E;AAC1E,6FAA0E;AAC1E,uEAAoD;AACpD,uDAAoC;AACpC,0DAAuC;AACvC,0DAAuC;AACvC,2DAAwC;AACxC,qDAAkC;AAClC,2DAAwC;AACxC,mEAAgD;AAChD,8DAA2C;AAC3C,oEAAiD;AACjD,uFAAoE;AACpE,gEAA6C;AAC7C,yEAAsD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/supporter/models/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;AAEH,sDAAmC;AACnC,8DAA2C;AAC3C,0DAAuC;AACvC,gEAA6C;AAC7C,6DAA0C;AAC1C,uDAAoC;AACpC,+DAA4C;AAC5C,qEAAkD;AAClD,kEAA+C;AAC/C,gEAA6C;AAC7C,sEAAmD;AACnD,mEAAgD;AAChD,qDAAkC;AAClC,2DAAwC;AACxC,wDAAqC;AACrC,iDAA8B;AAC9B,qDAAkC;AAClC,uDAAoC;AACpC,oDAAiC;AACjC,sDAAmC;AACnC,4DAAyC;AACzC,yDAAsC;AACtC,+DAA4C;AAC5C,qEAAkD;AAClD,kEAA+C;AAC/C,yDAAsC;AACtC,+DAA4C;AAC5C,4DAAyC;AACzC,4DAAyC;AACzC,2DAAwC;AACxC,iEAA8C;AAC9C,gDAA6B;AAC7B,wDAAqC;AACrC,8DAA2C;AAC3C,2DAAwC;AACxC,yDAAsC;AACtC,0DAAuC;AACvC,2DAAwC;AACxC,gDAA6B;AAC7B,iDAA8B;AAC9B,qDAAkC;AAClC,0DAAuC;AACvC,iDAA8B;AAC9B,yDAAsC;AACtC,+DAA4C;AAC5C,4DAAyC;AACzC,4DAAyC;AACzC,iDAA8B;AAC9B,kDAA+B;AAC/B,wCAAqB;AACrB,4CAAyB;AACzB,oDAAiC;AACjC,0DAAuC;AACvC,uDAAoC;AACpC,kFAA+D;AAC/D,iEAA8C;AAC9C,6EAA0D;AAC1D,8EAA2D;AAC3D,yEAAsD;AACtD,4EAAyD;AACzD,0EAAuD;AACvD,+EAA4D;AAC5D,sFAAmE;AACnE,uFAAoE;AACpE,qFAAkE;AAClE,qFAAkE;AAClE,4EAAyD;AACzD,gEAA6C;AAC7C,gEAA6C;AAC7C,mEAAgD;AAChD,iEAA8C;AAC9C,oEAAiD;AACjD,8EAA2D;AAC3D,yEAAsD;AACtD,6EAA0D;AAC1D,gFAA6D;AAC7D,8EAA2D;AAC3D,uFAAoE;AACpE,8FAA2E;AAC3E,+FAA4E;AAC5E,6FAA0E;AAC1E,6FAA0E;AAC1E,uEAAoD;AACpD,uDAAoC;AACpC,0DAAuC;AACvC,0DAAuC;AACvC,2DAAwC;AACxC,qDAAkC;AAClC,2DAAwC;AACxC,mEAAgD;AAChD,+DAA4C;AAC5C,qEAAkD;AAClD,qFAAkE;AAClE,gEAA6C;AAC7C,yEAAsD"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export interface SeoList {
6
+ readonly id: number;
7
+ language_code: string;
8
+ h1: string;
9
+ /** @nullable */
10
+ h2?: string | null;
11
+ description: string;
12
+ /** @nullable */
13
+ keyword?: string | null;
14
+ title: string;
15
+ /**
16
+ * @minimum 0
17
+ * @maximum 2147483647
18
+ */
19
+ staff_id: number;
20
+ readonly create_at: string;
21
+ readonly update_at: string;
22
+ /** @nullable */
23
+ content_id: number | null;
24
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=seoList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"seoList.js","sourceRoot":"","sources":["../../../../src/generated/supporter/models/seoList.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { SeoListResponseSEO } from './seoListResponseSEO';
6
+ import type { SeoList } from './seoList';
7
+ import type { SeoListResponseErrors } from './seoListResponseErrors';
8
+ export interface SeoListResponse {
9
+ /** @nullable */
10
+ SEO?: SeoListResponseSEO;
11
+ data: SeoList[];
12
+ /** @nullable */
13
+ message?: string | null;
14
+ status_code: number;
15
+ errors: SeoListResponseErrors;
16
+ success: boolean;
17
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=seoListResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"seoListResponse.js","sourceRoot":"","sources":["../../../../src/generated/supporter/models/seoListResponse.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type SeoListResponseErrors = {
6
+ [key: string]: unknown;
7
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=seoListResponseErrors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"seoListResponseErrors.js","sourceRoot":"","sources":["../../../../src/generated/supporter/models/seoListResponseErrors.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ /**
6
+ * @nullable
7
+ */
8
+ export type SeoListResponseSEO = {
9
+ [key: string]: unknown;
10
+ } | null;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=seoListResponseSEO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"seoListResponseSEO.js","sourceRoot":"","sources":["../../../../src/generated/supporter/models/seoListResponseSEO.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export type SupporterAccessibilitiesListDisplayListParams = {
6
6
  /**
7
- * if this file false it return accessibilities that supporter dosen't have
7
+ * if this file false it return accessibility that supporter doesn't have
8
8
  */
9
- added_accessibilities?: boolean;
9
+ added_accessibility?: boolean;
10
10
  };
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export type SupporterDeleteDestroyParams = {
6
6
  /**
7
- * id of InternalLinke to delete
7
+ * id of InternalLink to delete
8
8
  */
9
9
  suporter_id: number;
10
10
  };
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export type SystemCommonQuestionsDeleteDestroyParams = {
6
6
  /**
7
- * Id of commen question
7
+ * Id of common question
8
8
  */
9
9
  question_id: number;
10
10
  };
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export type SystemCommonQuestionsDetailRetrieveParams = {
6
6
  /**
7
- * Id of commen question
7
+ * Id of common question
8
8
  */
9
9
  question_id: number;
10
10
  };
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export type SystemCommonQuestionsTranslateCreateParams = {
6
6
  /**
7
- * Id of commen question
7
+ * Id of common question
8
8
  */
9
9
  question_id: number;
10
10
  };
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export type SystemCommonQuestionsTranslateDeleteDestroyParams = {
6
6
  /**
7
- * Id of translation commen question
7
+ * Id of translation common question
8
8
  */
9
9
  translation_id: number;
10
10
  };
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export type SystemCommonQuestionsTranslateDetailRetrieveParams = {
6
6
  /**
7
- * Id of translation commen question
7
+ * Id of translation common question
8
8
  */
9
9
  translation_id: number;
10
10
  };
@@ -8,7 +8,7 @@ export type SystemCommonQuestionsTranslateListRetrieveParams = {
8
8
  */
9
9
  language?: number;
10
10
  /**
11
- * Id of commen question
11
+ * Id of common question
12
12
  */
13
13
  question_id: number;
14
14
  };
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export type SystemCommonQuestionsTranslateUpdateUpdateParams = {
6
6
  /**
7
- * Id of translation commen question
7
+ * Id of translation common question
8
8
  */
9
9
  translation_id: number;
10
10
  };
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export type SystemCommonQuestionsUpdateUpdateParams = {
6
6
  /**
7
- * Id of commen question
7
+ * Id of common question
8
8
  */
9
9
  question_id: number;
10
10
  };
@@ -4,6 +4,10 @@
4
4
  */
5
5
  import type { TrainingResponse } from './trainingResponse';
6
6
  export interface TrainingCountResponse {
7
+ /** @nullable */
8
+ previous?: number | null;
9
+ /** @nullable */
10
+ next?: number | null;
7
11
  count: number;
8
12
  data: TrainingResponse[];
9
13
  }
@@ -8,5 +8,6 @@ export interface TrainingResponse {
8
8
  title: string;
9
9
  content: string;
10
10
  created_at: string;
11
+ language: string;
11
12
  seo?: Seo;
12
13
  }
@@ -2,7 +2,7 @@
2
2
  * 30nama-SDK 🍺
3
3
  * Do not edit manually.
4
4
  */
5
- import type { TranslationQestionRequest } from './translationQestionRequest';
5
+ import type { TranslationQuestionRequest } from './translationQuestionRequest';
6
6
  export interface TranslateDifineRequest {
7
- translations: TranslationQestionRequest[];
7
+ translations: TranslationQuestionRequest[];
8
8
  }
@@ -0,0 +1,12 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export interface TranslationQuestionRequest {
6
+ /** @minLength 1 */
7
+ language: string;
8
+ /** @minLength 1 */
9
+ A: string;
10
+ /** @minLength 1 */
11
+ Q: string;
12
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=translationQuestionRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translationQuestionRequest.js","sourceRoot":"","sources":["../../../../src/generated/supporter/models/translationQuestionRequest.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export interface TranslationUpdateQuestionRequest {
6
+ /** @minLength 1 */
7
+ A?: string;
8
+ /** @minLength 1 */
9
+ Q?: string;
10
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=translationUpdateQuestionRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"translationUpdateQuestionRequest.js","sourceRoot":"","sources":["../../../../src/generated/supporter/models/translationUpdateQuestionRequest.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export interface UpdateSupporterAccessibilitySerializerReqRequest {
6
+ add_accessibility_ids_list?: number[];
7
+ delete_accessibility_ids_list?: number[];
8
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=updateSupporterAccessibilitySerializerReqRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateSupporterAccessibilitySerializerReqRequest.js","sourceRoot":"","sources":["../../../../src/generated/supporter/models/updateSupporterAccessibilitySerializerReqRequest.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -6,7 +6,7 @@ import { BaseService } from '../../core/base-service';
6
6
  import { ConfigManager } from '../../core/config';
7
7
  import { AuthManager } from '../../core/auth';
8
8
  import { APIResponse } from '../../core/types';
9
- import type { BaseResponse, DownloadApiRetrieveParams, EpisodesDownloadDetailsRetrieveParams, GenerateAllDownloadLinksRetrieveParams, GenerateDownloadLinksRetrieveParams, GenerateInternalSubtitleLinksRetrieveParams, MovieSeriesBaseInfoRetrieve200, MovieSeriesBaseInfoRetrieveParams, MovieSeriesDownloadDetailsRetrieveParams, MovieSubset, ShowExternalSubtitleRetrieveParams, ShowEpisodeRetrieveParams, ShowMovieSubsetRetrieveParams, ShowP2pRetrieve200, ShowScreenShotMediaInfoLinkEpisodeRetrieveParams, ShowScreenShotMediaInfoLinkMovieSubsetRetrieveParams, ShowTagsRetrieve200, ShowVoiceQualityRetrieve200, ValidatingLinkRetrieveParams, EncoderResponse, ExternalSeriesResponse, ExternalMovieResponse } from '../../generated/video-data/models';
9
+ import type { AllDownloadLinkResponse, BaseResponse, BaseResponseV2, CodecResponse, DownloadDetailsResponse, DownloadApiRetrieveParams, EpisodeResponse, EpisodesDownloadDetailsRetrieveParams, GenerateAllDownloadLinksRetrieveParams, GenerateDownloadLinksRetrieveParams, GenerateInternalSubtitleLinksRetrieveParams, MovieSeriesBaseInfoRetrieve200, MovieSeriesBaseInfoRetrieveParams, MovieSeriesDownloadDetailsRetrieveParams, MovieScreenMediaResponse, QualityResponse, ResolutionResponse, ShowEncoderRetrieveParams, ShowExternalSubtitleRetrieveParams, ShowEpisodeRetrieveParams, ShowMovieSubsetRetrieveParams, ShowP2pRetrieve200, ShowQualityRetrieveParams, ShowScreenShotMediaInfoLinkEpisodeRetrieveParams, ShowScreenShotMediaInfoLinkMovieSubsetRetrieveParams, ShowTagsRetrieve200, ShowVoiceQualityRetrieve200, ValidatingLinkRetrieveParams, EncoderResponse, ExternalSeriesResponse, ExternalMovieResponse } from '../../generated/video-data/models';
10
10
  /**
11
11
  * Video Data Service class
12
12
  * Provides methods for video content access and download operations for users
@@ -17,32 +17,32 @@ export declare class VideoDataService extends BaseService {
17
17
  * Check download access for a file server item.
18
18
  * @param params Download access parameters
19
19
  */
20
- downloadApi(params: DownloadApiRetrieveParams): Promise<APIResponse<any>>;
20
+ downloadApi(params: DownloadApiRetrieveParams): Promise<APIResponse<BaseResponse['data']>>;
21
21
  /**
22
22
  * Show download details for episodes
23
23
  * @param params Episode download details parameters
24
24
  */
25
- getEpisodeDownloadDetails(params: EpisodesDownloadDetailsRetrieveParams): Promise<APIResponse<MovieSubset>>;
25
+ getEpisodeDownloadDetails(params: EpisodesDownloadDetailsRetrieveParams): Promise<APIResponse<EpisodeResponse['data']>>;
26
26
  /**
27
27
  * Generate download links for all episodes of a subseason
28
28
  * @param params All download links generation parameters
29
29
  */
30
- generateAllDownloadLinks(params: GenerateAllDownloadLinksRetrieveParams): Promise<APIResponse<any>>;
30
+ generateAllDownloadLinks(params: GenerateAllDownloadLinksRetrieveParams): Promise<APIResponse<AllDownloadLinkResponse['data']>>;
31
31
  /**
32
32
  * Generate download links for movie subsets or episodes
33
33
  * @param params Download link generation parameters
34
34
  */
35
- generateDownloadLinks(params: GenerateDownloadLinksRetrieveParams): Promise<APIResponse<any>>;
35
+ generateDownloadLinks(params: GenerateDownloadLinksRetrieveParams): Promise<APIResponse<BaseResponseV2['data']>>;
36
36
  /**
37
37
  * Generate internal subtitle download links
38
38
  * @param params Internal subtitle link generation parameters
39
39
  */
40
- generateInternalSubtitleLinks(params: GenerateInternalSubtitleLinksRetrieveParams): Promise<APIResponse<any>>;
40
+ generateInternalSubtitleLinks(params: GenerateInternalSubtitleLinksRetrieveParams): Promise<APIResponse<BaseResponseV2['data']>>;
41
41
  /**
42
42
  * Show download details for movies or series
43
43
  * @param params Movie series download details parameters
44
44
  */
45
- getMovieSeriesDownloadDetails(params: MovieSeriesDownloadDetailsRetrieveParams): Promise<APIResponse<MovieSubset>>;
45
+ getMovieSeriesDownloadDetails(params: MovieSeriesDownloadDetailsRetrieveParams): Promise<APIResponse<DownloadDetailsResponse['data']>>;
46
46
  /**
47
47
  * Show movie or series base information.
48
48
  * @param params Movie or series base information parameters
@@ -52,12 +52,12 @@ export declare class VideoDataService extends BaseService {
52
52
  * Show screenshot and media info link for episode
53
53
  * @param params Episode media info parameters
54
54
  */
55
- showEpisodeMediaInfoLinks(params?: ShowScreenShotMediaInfoLinkEpisodeRetrieveParams): Promise<APIResponse<any>>;
55
+ showEpisodeMediaInfoLinks(params?: ShowScreenShotMediaInfoLinkEpisodeRetrieveParams): Promise<APIResponse<MovieScreenMediaResponse['data']>>;
56
56
  /**
57
57
  * Show screenshot and media info link for movie subset
58
58
  * @param params Movie subset media info parameters
59
59
  */
60
- showMovieSubsetMediaInfoLinks(params?: ShowScreenShotMediaInfoLinkMovieSubsetRetrieveParams): Promise<APIResponse<any>>;
60
+ showMovieSubsetMediaInfoLinks(params?: ShowScreenShotMediaInfoLinkMovieSubsetRetrieveParams): Promise<APIResponse<MovieScreenMediaResponse['data']>>;
61
61
  /**
62
62
  * Get all possible codec parameters
63
63
  * @param params - name: search by name, page: page number
@@ -65,15 +65,12 @@ export declare class VideoDataService extends BaseService {
65
65
  getAllCodecs(params?: {
66
66
  name?: string;
67
67
  page?: number;
68
- }): Promise<APIResponse<any>>;
68
+ }): Promise<APIResponse<CodecResponse['data']>>;
69
69
  /**
70
70
  * Get all possible encoder parameters
71
71
  * @param params - name: search by name, page: page number
72
72
  */
73
- getAllEncoders(params?: {
74
- name?: string;
75
- page?: number;
76
- }): Promise<APIResponse<EncoderResponse>>;
73
+ getAllEncoders(params: ShowEncoderRetrieveParams): Promise<APIResponse<EncoderResponse>>;
77
74
  /**
78
75
  * Get all encoders without pagination.
79
76
  */
@@ -82,10 +79,7 @@ export declare class VideoDataService extends BaseService {
82
79
  * Get all possible quality parameters
83
80
  * @param params - name: search by name, page: page number
84
81
  */
85
- getAllQualities(params?: {
86
- name?: string;
87
- page?: number;
88
- }): Promise<APIResponse<any>>;
82
+ getAllQualities(params?: ShowQualityRetrieveParams): Promise<APIResponse<QualityResponse['data']>>;
89
83
  /**
90
84
  * Show episode data.
91
85
  * @param params Episode lookup parameters
@@ -95,7 +89,7 @@ export declare class VideoDataService extends BaseService {
95
89
  * Show movie subset data.
96
90
  * @param params Movie subset lookup parameters
97
91
  */
98
- showMovieSubset(params: ShowMovieSubsetRetrieveParams): Promise<APIResponse<any>>;
92
+ showMovieSubset(params: ShowMovieSubsetRetrieveParams): Promise<APIResponse<BaseResponseV2['data']>>;
99
93
  /**
100
94
  * Show P2P options.
101
95
  */
@@ -103,7 +97,7 @@ export declare class VideoDataService extends BaseService {
103
97
  /**
104
98
  * Show available resolutions.
105
99
  */
106
- showResolution(): Promise<APIResponse<BaseResponse['data']>>;
100
+ showResolution(): Promise<APIResponse<ResolutionResponse['data']>>;
107
101
  /**
108
102
  * Show available tags.
109
103
  */
@@ -116,7 +110,7 @@ export declare class VideoDataService extends BaseService {
116
110
  * Validate download links
117
111
  * @param params Link validation parameters
118
112
  */
119
- validateLinks(params?: ValidatingLinkRetrieveParams): Promise<APIResponse<any>>;
113
+ validateLinks(params?: ValidatingLinkRetrieveParams): Promise<APIResponse<BaseResponseV2['data']>>;
120
114
  /**
121
115
  * Show external subtitle links
122
116
  * @param params External subtitle parameters
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/services/video-data/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/services/video-data/index.ts"],"names":[],"mappings":"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"}