@vrplatform/api 1.3.0-stage.1269 → 1.3.0-stage.1275
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,12 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vrplatform/api",
|
|
3
3
|
"publishConfig": {
|
|
4
|
-
"access": "public"
|
|
4
|
+
"access": "public",
|
|
5
|
+
"main": "build/main/index.js",
|
|
6
|
+
"typings": "build/main/index.d.ts",
|
|
7
|
+
"module": "build/module/index.js"
|
|
5
8
|
},
|
|
6
|
-
"version": "1.3.0-stage.
|
|
9
|
+
"version": "1.3.0-stage.1275",
|
|
7
10
|
"description": "",
|
|
8
11
|
"main": "build/main/index.js",
|
|
9
12
|
"module": "build/module/index.js",
|
|
13
|
+
"scripts": {
|
|
14
|
+
"pub": "bun pm version patch --no-git-tag-version && bun run npmpub",
|
|
15
|
+
"npmpub": "bun run build && bunx vrp-deploy --prefix npmpub",
|
|
16
|
+
"npmpub:main": "vrp-publish --tag staging",
|
|
17
|
+
"npmpub:release": "vrp-publish",
|
|
18
|
+
"build": "bun run generate && bun build:main && bun build:module",
|
|
19
|
+
"build:main": "tsc -b tsconfig.main.json",
|
|
20
|
+
"build:module": "tsc -b tsconfig.esm.json",
|
|
21
|
+
"dev": "NODE_ENV=generator bun --watch ./generate.ts",
|
|
22
|
+
"generate": "bun generate:schema && bun generate:client",
|
|
23
|
+
"generate:schema": "bun run --cwd ../../api generate",
|
|
24
|
+
"generate:client": "bunx --bun openapi-typescript ../../api/openapi.json -o ./src/generated/v1.ts",
|
|
25
|
+
"typecheck": "tsc --noEmit",
|
|
26
|
+
"tsgo": "tsgo --noEmit"
|
|
27
|
+
},
|
|
10
28
|
"author": "",
|
|
11
29
|
"license": "ISC",
|
|
12
30
|
"dependencies": {
|
|
@@ -21,7 +39,8 @@
|
|
|
21
39
|
"devDependencies": {
|
|
22
40
|
"@vrplatform/kysely": "*",
|
|
23
41
|
"@vrplatform/repository": "*",
|
|
24
|
-
"@vrplatform/common": "*"
|
|
42
|
+
"@vrplatform/common": "*",
|
|
43
|
+
"@vrplatform/bin": "*"
|
|
25
44
|
},
|
|
26
45
|
"files": [
|
|
27
46
|
"build/main",
|
|
@@ -30,20 +49,5 @@
|
|
|
30
49
|
"!**/*.spec.*",
|
|
31
50
|
"LICENSE"
|
|
32
51
|
],
|
|
33
|
-
"scripts": {
|
|
34
|
-
"pub": "bunx bumpp --no-commit --no-git-check --no-verify --ignore-scripts --no-tag -p=false && bun run npmpub",
|
|
35
|
-
"npmpub": "bun run build && bunx vrp-deploy --prefix npmpub",
|
|
36
|
-
"npmpub:main": "pnpm publish --no-git-checks --tag staging",
|
|
37
|
-
"npmpub:release": "pnpm publish --no-git-checks",
|
|
38
|
-
"build": "bun run generate && bun build:main && bun build:module",
|
|
39
|
-
"build:main": "tsc -b tsconfig.main.json",
|
|
40
|
-
"build:module": "tsc -b tsconfig.esm.json",
|
|
41
|
-
"dev": "NODE_ENV=generator bun --watch ./generate.ts",
|
|
42
|
-
"generate": "bun generate:schema && bun generate:client",
|
|
43
|
-
"generate:schema": "bun run --cwd ../../api generate",
|
|
44
|
-
"generate:client": "bunx --bun openapi-typescript ../../api/openapi.json -o ./src/generated/v1.ts",
|
|
45
|
-
"typecheck": "tsc --noEmit",
|
|
46
|
-
"tsgo": "tsgo --noEmit"
|
|
47
|
-
},
|
|
48
52
|
"typings": "build/main/index.d.ts"
|
|
49
53
|
}
|
package/src/generated/v1.ts
CHANGED
|
@@ -2546,7 +2546,6 @@ export interface operations {
|
|
|
2546
2546
|
};
|
|
2547
2547
|
content: {
|
|
2548
2548
|
"application/json": {
|
|
2549
|
-
/** Format: uuid */
|
|
2550
2549
|
id: string;
|
|
2551
2550
|
name: string;
|
|
2552
2551
|
icon?: string;
|
|
@@ -2639,7 +2638,6 @@ export interface operations {
|
|
|
2639
2638
|
content: {
|
|
2640
2639
|
"application/json": {
|
|
2641
2640
|
data: {
|
|
2642
|
-
/** Format: uuid */
|
|
2643
2641
|
id: string;
|
|
2644
2642
|
name: string;
|
|
2645
2643
|
icon?: string;
|
|
@@ -10486,15 +10484,6 @@ export interface operations {
|
|
|
10486
10484
|
value: string[];
|
|
10487
10485
|
})[];
|
|
10488
10486
|
}[];
|
|
10489
|
-
issues?: {
|
|
10490
|
-
/** @enum {string} */
|
|
10491
|
-
code: "locked";
|
|
10492
|
-
/** @enum {string} */
|
|
10493
|
-
severity: "warning";
|
|
10494
|
-
context: {
|
|
10495
|
-
attachedStatementCount: number;
|
|
10496
|
-
};
|
|
10497
|
-
}[];
|
|
10498
10487
|
}[];
|
|
10499
10488
|
pagination: {
|
|
10500
10489
|
/** @default 100 */
|
|
@@ -10730,15 +10719,6 @@ export interface operations {
|
|
|
10730
10719
|
value: string[];
|
|
10731
10720
|
})[];
|
|
10732
10721
|
}[];
|
|
10733
|
-
issues?: {
|
|
10734
|
-
/** @enum {string} */
|
|
10735
|
-
code: "locked";
|
|
10736
|
-
/** @enum {string} */
|
|
10737
|
-
severity: "warning";
|
|
10738
|
-
context: {
|
|
10739
|
-
attachedStatementCount: number;
|
|
10740
|
-
};
|
|
10741
|
-
}[];
|
|
10742
10722
|
};
|
|
10743
10723
|
};
|
|
10744
10724
|
};
|
|
@@ -10895,15 +10875,6 @@ export interface operations {
|
|
|
10895
10875
|
value: string[];
|
|
10896
10876
|
})[];
|
|
10897
10877
|
}[];
|
|
10898
|
-
issues?: {
|
|
10899
|
-
/** @enum {string} */
|
|
10900
|
-
code: "locked";
|
|
10901
|
-
/** @enum {string} */
|
|
10902
|
-
severity: "warning";
|
|
10903
|
-
context: {
|
|
10904
|
-
attachedStatementCount: number;
|
|
10905
|
-
};
|
|
10906
|
-
}[];
|
|
10907
10878
|
};
|
|
10908
10879
|
};
|
|
10909
10880
|
};
|
|
@@ -11131,15 +11102,6 @@ export interface operations {
|
|
|
11131
11102
|
value: string[];
|
|
11132
11103
|
})[];
|
|
11133
11104
|
}[];
|
|
11134
|
-
issues?: {
|
|
11135
|
-
/** @enum {string} */
|
|
11136
|
-
code: "locked";
|
|
11137
|
-
/** @enum {string} */
|
|
11138
|
-
severity: "warning";
|
|
11139
|
-
context: {
|
|
11140
|
-
attachedStatementCount: number;
|
|
11141
|
-
};
|
|
11142
|
-
}[];
|
|
11143
11105
|
};
|
|
11144
11106
|
};
|
|
11145
11107
|
};
|
|
@@ -11808,15 +11770,6 @@ export interface operations {
|
|
|
11808
11770
|
value: string[];
|
|
11809
11771
|
})[];
|
|
11810
11772
|
}[];
|
|
11811
|
-
issues?: {
|
|
11812
|
-
/** @enum {string} */
|
|
11813
|
-
code: "locked";
|
|
11814
|
-
/** @enum {string} */
|
|
11815
|
-
severity: "warning";
|
|
11816
|
-
context: {
|
|
11817
|
-
attachedStatementCount: number;
|
|
11818
|
-
};
|
|
11819
|
-
}[];
|
|
11820
11773
|
};
|
|
11821
11774
|
rows: ({
|
|
11822
11775
|
id: string | null;
|
|
@@ -12367,15 +12320,6 @@ export interface operations {
|
|
|
12367
12320
|
value: string[];
|
|
12368
12321
|
})[];
|
|
12369
12322
|
}[];
|
|
12370
|
-
issues?: {
|
|
12371
|
-
/** @enum {string} */
|
|
12372
|
-
code: "locked";
|
|
12373
|
-
/** @enum {string} */
|
|
12374
|
-
severity: "warning";
|
|
12375
|
-
context: {
|
|
12376
|
-
attachedStatementCount: number;
|
|
12377
|
-
};
|
|
12378
|
-
}[];
|
|
12379
12323
|
};
|
|
12380
12324
|
rows: ({
|
|
12381
12325
|
id: string | null;
|
|
@@ -12838,15 +12782,6 @@ export interface operations {
|
|
|
12838
12782
|
value: string[];
|
|
12839
12783
|
})[];
|
|
12840
12784
|
}[];
|
|
12841
|
-
issues?: {
|
|
12842
|
-
/** @enum {string} */
|
|
12843
|
-
code: "locked";
|
|
12844
|
-
/** @enum {string} */
|
|
12845
|
-
severity: "warning";
|
|
12846
|
-
context: {
|
|
12847
|
-
attachedStatementCount: number;
|
|
12848
|
-
};
|
|
12849
|
-
}[];
|
|
12850
12785
|
};
|
|
12851
12786
|
rows: ({
|
|
12852
12787
|
id: string | null;
|
|
@@ -13640,15 +13575,6 @@ export interface operations {
|
|
|
13640
13575
|
value: string[];
|
|
13641
13576
|
})[];
|
|
13642
13577
|
}[];
|
|
13643
|
-
issues?: {
|
|
13644
|
-
/** @enum {string} */
|
|
13645
|
-
code: "locked";
|
|
13646
|
-
/** @enum {string} */
|
|
13647
|
-
severity: "warning";
|
|
13648
|
-
context: {
|
|
13649
|
-
attachedStatementCount: number;
|
|
13650
|
-
};
|
|
13651
|
-
}[];
|
|
13652
13578
|
};
|
|
13653
13579
|
rows: ({
|
|
13654
13580
|
id: string | null;
|
|
@@ -25242,6 +25168,7 @@ export interface operations {
|
|
|
25242
25168
|
id: string;
|
|
25243
25169
|
title: string;
|
|
25244
25170
|
appId: string;
|
|
25171
|
+
isPublic: boolean;
|
|
25245
25172
|
description?: string | null;
|
|
25246
25173
|
/** @description Mapping schema configuration for this flow */
|
|
25247
25174
|
mappingSchema: {
|
|
@@ -25373,6 +25300,7 @@ export interface operations {
|
|
|
25373
25300
|
id: string;
|
|
25374
25301
|
title: string;
|
|
25375
25302
|
appId: string;
|
|
25303
|
+
isPublic: boolean;
|
|
25376
25304
|
description?: string | null;
|
|
25377
25305
|
/** @description Mapping schema configuration for this flow */
|
|
25378
25306
|
mappingSchema: {
|