alpha-global-constants 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,6 +69,12 @@ export declare enum api {
69
69
  PORTAL_ROUTE_UPDATE = "/api/PortalRoute/Update",
70
70
  PORTAL_ROUTE_DELETE = "/api/PortalRoute/Delete",
71
71
  PORTAL_ROUTE_DELETE_IDS = "/api/PortalRoute/DeleteIds",
72
+ SW_PUSH_SUBSCRIPTION_QUERY_LIST = "/api/SwPushSubscription/QueryList",
73
+ SW_PUSH_SUBSCRIPTION_CREAT = "/api/SwPushSubscription/Create",
74
+ SW_PUSH_SUBSCRIPTION_READ = "/api/SwPushSubscription/GetById",
75
+ SW_PUSH_SUBSCRIPTION_UPDATE = "/api/SwPushSubscription/Update",
76
+ SW_PUSH_SUBSCRIPTION_DELETE = "/api/SwPushSubscription/Delete",
77
+ SW_PUSH_SUBSCRIPTION_IDS = "/api/SwPushSubscription/DeleteIds",
72
78
  SYS_MUTATION_LOG_QUERY_LIST = "/api/SysMutationLog/QueryList",
73
79
  SYS_MUTATION_LOG_READ = "/api/SysMutationLog/GetById",
74
80
  SYS_MUTATION_LOG_UPDATE = "/api/SysMutationLog/Update",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"