@ibiliaze/global-vars 1.173.0 → 1.174.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.
|
@@ -14,8 +14,8 @@ export declare const fixtureRoleDefs: <TId, TDate>() => readonly [{
|
|
|
14
14
|
};
|
|
15
15
|
}, {
|
|
16
16
|
readonly method: "post";
|
|
17
|
-
readonly path: "/fixture/occupancies";
|
|
18
|
-
readonly role: "
|
|
17
|
+
readonly path: "/fixture/occupancies/:id";
|
|
18
|
+
readonly role: "postFixtureOccupanciesById";
|
|
19
19
|
readonly name: "Create fixture seats";
|
|
20
20
|
readonly response_201: {
|
|
21
21
|
fixture: FixtureBase<TId, TDate>;
|
|
@@ -13,8 +13,8 @@ const fixtureRoleDefs = () => {
|
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
method: 'post',
|
|
16
|
-
path: '/fixture/occupancies',
|
|
17
|
-
role: '
|
|
16
|
+
path: '/fixture/occupancies/:id',
|
|
17
|
+
role: 'postFixtureOccupanciesById',
|
|
18
18
|
name: 'Create fixture seats',
|
|
19
19
|
response_201: {},
|
|
20
20
|
response_500: {},
|
|
@@ -898,8 +898,8 @@ export declare const apis: <TId, TDate>() => readonly [{
|
|
|
898
898
|
};
|
|
899
899
|
}, {
|
|
900
900
|
readonly method: "post";
|
|
901
|
-
readonly path: "/fixture/occupancies";
|
|
902
|
-
readonly role: "
|
|
901
|
+
readonly path: "/fixture/occupancies/:id";
|
|
902
|
+
readonly role: "postFixtureOccupanciesById";
|
|
903
903
|
readonly name: "Create fixture seats";
|
|
904
904
|
readonly response_201: {
|
|
905
905
|
fixture: import("./inputsDefault").FixtureBase<TId_10, TDate_10>;
|
|
@@ -3503,8 +3503,8 @@ declare const allApis: readonly [{
|
|
|
3503
3503
|
};
|
|
3504
3504
|
}, {
|
|
3505
3505
|
readonly method: "post";
|
|
3506
|
-
readonly path: "/fixture/occupancies";
|
|
3507
|
-
readonly role: "
|
|
3506
|
+
readonly path: "/fixture/occupancies/:id";
|
|
3507
|
+
readonly role: "postFixtureOccupanciesById";
|
|
3508
3508
|
readonly name: "Create fixture seats";
|
|
3509
3509
|
readonly response_201: {
|
|
3510
3510
|
fixture: import("./inputsDefault").FixtureBase<TId_9, TDate_9>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiliaze/global-vars",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.174.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "tsc",
|
|
24
24
|
"pub": "npm publish --access public",
|
|
25
|
-
"git": "git add .; git commit -m 'changes'; git tag -a v1.
|
|
25
|
+
"git": "git add .; git commit -m 'changes'; git tag -a v1.174.0 -m 'v1.174.0'; git push origin v1.174.0; git push",
|
|
26
26
|
"push": "npm run build; npm run git; npm run pub"
|
|
27
27
|
},
|
|
28
28
|
"author": "Ibi Hasanli",
|