@ibiliaze/global-vars 1.156.0 → 1.158.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.
@@ -31,6 +31,7 @@ const google_1 = require("./roles/google");
31
31
  const quota_1 = require("./roles/quota");
32
32
  const schema_1 = require("./roles/schema");
33
33
  const role_1 = require("./roles/role");
34
+ const items_1 = require("./roles/items");
34
35
  /**
35
36
  * Generic route factory.
36
37
  *
@@ -46,6 +47,7 @@ const apis = () => [
46
47
  ...(0, admin_1.adminRoleDefs)(),
47
48
  ...(0, blog_1.blogRoleDefs)(),
48
49
  ...(0, campaign_1.campaignRoleDefs)(),
50
+ ...(0, items_1.itemRoleDefs)(),
49
51
  ...(0, category_1.categoryRoleDefs)(),
50
52
  ...email_1.emailRoleDefs,
51
53
  ...(0, event_1.eventRoleDefs)(),
@@ -85,6 +87,7 @@ const allApis = [
85
87
  ...(0, admin_1.adminRoleDefs)(),
86
88
  ...(0, blog_1.blogRoleDefs)(),
87
89
  ...(0, campaign_1.campaignRoleDefs)(),
90
+ ...(0, items_1.itemRoleDefs)(),
88
91
  ...(0, category_1.categoryRoleDefs)(),
89
92
  ...email_1.emailRoleDefs,
90
93
  ...(0, event_1.eventRoleDefs)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiliaze/global-vars",
3
- "version": "1.156.0",
3
+ "version": "1.158.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.156.0 -m 'v1.156.0'; git push origin v1.156.0; git push",
25
+ "git": "git add .; git commit -m 'changes'; git tag -a v1.158.0 -m 'v1.158.0'; git push origin v1.158.0; git push",
26
26
  "push": "npm run build; npm run git; npm run pub"
27
27
  },
28
28
  "author": "Ibi Hasanli",