@30nama/sdk 2.0.0-rc.22 → 2.0.0-rc.24

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.
package/package.json CHANGED
@@ -1,53 +1,53 @@
1
- {
2
- "name": "@30nama/sdk",
3
- "description": "Official 30nama Typescript SDK",
4
- "version": "2.0.0-rc.22",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "files": [
8
- "/lib"
9
- ],
10
- "scripts": {
11
- "build": "npm run generate:types && npx tsc -p tsconfig.lib.json",
12
- "generate:types": "orval",
13
- "generate:types:video-content": "orval --config orval.config.ts --name videoContent",
14
- "generate:types:video-data": "orval --config orval.config.ts --name videoData",
15
- "generate:types:stream": "orval --config orval.config.ts --name stream",
16
- "generate:types:biography": "orval --config orval.config.ts --name biography",
17
- "generate:types:news": "orval --config orval.config.ts --name news",
18
- "generate:types:operator": "orval --config orval.config.ts --name operator",
19
- "generate:types:comment": "orval --config orval.config.ts --name comment",
20
- "generate:types:supporter": "orval --config orval.config.ts --name supporter",
21
- "generate:types:notification": "orval --config orval.config.ts --name notification",
22
- "generate:types:financial": "orval --config orval.config.ts --name financial",
23
- "prepare": "bun run build",
24
- "lint": "eslint --ext .js,.ts . --ignore-path ../.gitignore",
25
- "format": "prettier --ignore-path ../.gitignore --write \"**/*.+(js|ts|json)\""
26
- },
27
- "repository": {
28
- "type": "git",
29
- "url": "git+https://github.com/EternalC0der/30nama-sdk.git"
30
- },
31
- "author": "EternalC0der <s.eternalcoder@gmail.com>",
32
- "license": "ISC",
33
- "devDependencies": {
34
- "@orval/core": "7.11.2",
35
- "@types/ms": "2.1.0",
36
- "@types/node": "24.2.1",
37
- "@types/qs": "6.14.0",
38
- "@typescript-eslint/eslint-plugin": "8.39.0",
39
- "@typescript-eslint/parser": "8.39.0",
40
- "eslint": "9.33.0",
41
- "eslint-config-prettier": "10.1.8",
42
- "eslint-plugin-prettier": "5.5.4",
43
- "orval": "7.11.2",
44
- "prettier": "3.6.2",
45
- "rimraf": "6.0.1",
46
- "typescript": "5.9.2"
47
- },
48
- "dependencies": {
49
- "apisauce": "3.2.0",
50
- "ms": "2.1.3",
51
- "qs": "6.14.0"
52
- }
53
- }
1
+ {
2
+ "name": "@30nama/sdk",
3
+ "description": "Official 30nama Typescript SDK",
4
+ "version": "2.0.0-rc.24",
5
+ "main": "lib/index.js",
6
+ "types": "lib/index.d.ts",
7
+ "files": [
8
+ "/lib"
9
+ ],
10
+ "scripts": {
11
+ "build": "npm run generate:types && npx tsc -p tsconfig.lib.json",
12
+ "generate:types": "orval",
13
+ "generate:types:video-content": "orval --config orval.config.ts --name videoContent",
14
+ "generate:types:video-data": "orval --config orval.config.ts --name videoData",
15
+ "generate:types:stream": "orval --config orval.config.ts --name stream",
16
+ "generate:types:biography": "orval --config orval.config.ts --name biography",
17
+ "generate:types:news": "orval --config orval.config.ts --name news",
18
+ "generate:types:operator": "orval --config orval.config.ts --name operator",
19
+ "generate:types:comment": "orval --config orval.config.ts --name comment",
20
+ "generate:types:supporter": "orval --config orval.config.ts --name supporter",
21
+ "generate:types:notification": "orval --config orval.config.ts --name notification",
22
+ "generate:types:financial": "orval --config orval.config.ts --name financial",
23
+ "prepare": "bun run build",
24
+ "lint": "eslint --ext .js,.ts . --ignore-path ../.gitignore",
25
+ "format": "prettier --ignore-path ../.gitignore --write \"**/*.+(js|ts|json)\""
26
+ },
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/EternalC0der/30nama-sdk.git"
30
+ },
31
+ "author": "EternalC0der <s.eternalcoder@gmail.com>",
32
+ "license": "ISC",
33
+ "devDependencies": {
34
+ "@orval/core": "7.11.2",
35
+ "@types/ms": "2.1.0",
36
+ "@types/node": "24.2.1",
37
+ "@types/qs": "6.14.0",
38
+ "@typescript-eslint/eslint-plugin": "8.39.0",
39
+ "@typescript-eslint/parser": "8.39.0",
40
+ "eslint": "9.33.0",
41
+ "eslint-config-prettier": "10.1.8",
42
+ "eslint-plugin-prettier": "5.5.4",
43
+ "orval": "7.11.2",
44
+ "prettier": "3.6.2",
45
+ "rimraf": "6.0.1",
46
+ "typescript": "5.9.2"
47
+ },
48
+ "dependencies": {
49
+ "apisauce": "3.2.0",
50
+ "ms": "2.1.3",
51
+ "qs": "6.14.0"
52
+ }
53
+ }
@@ -1,11 +0,0 @@
1
- /**
2
- * 30nama-SDK 🍺
3
- * Do not edit manually.
4
- */
5
- export interface GoogleAuthOneTapRequest {
6
- /**
7
- * JWT credential returned by Google One Tap
8
- * @minLength 1
9
- */
10
- token: string;
11
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- /**
3
- * 30nama-SDK 🍺
4
- * Do not edit manually.
5
- */
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- //# sourceMappingURL=googleAuthOneTapRequest.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"googleAuthOneTapRequest.js","sourceRoot":"","sources":["../../../../src/generated/operator/models/googleAuthOneTapRequest.ts"],"names":[],"mappings":";AAAA;;;GAGG"}