n8n-nodes-palgate 1.0.14 → 1.0.16
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/README.md +5 -19
- package/dist/nodes/PalGate/resources/cars/add.js +0 -4
- package/dist/nodes/PalGate/resources/cars/add.js.map +1 -1
- package/dist/nodes/PalGate/resources/cars/delete.js +0 -4
- package/dist/nodes/PalGate/resources/cars/delete.js.map +1 -1
- package/dist/nodes/PalGate/resources/cars/deleteById.js +0 -4
- package/dist/nodes/PalGate/resources/cars/deleteById.js.map +1 -1
- package/dist/nodes/PalGate/resources/cars/searchInLogs.js +0 -5
- package/dist/nodes/PalGate/resources/cars/searchInLogs.js.map +1 -1
- package/dist/nodes/PalGate/resources/dashboard/index.js +0 -14
- package/dist/nodes/PalGate/resources/dashboard/index.js.map +1 -1
- package/dist/nodes/PalGate/resources/devices/get.js +1 -11
- package/dist/nodes/PalGate/resources/devices/get.js.map +1 -1
- package/dist/nodes/PalGate/resources/devices/getDetails.js +1 -11
- package/dist/nodes/PalGate/resources/devices/getDetails.js.map +1 -1
- package/dist/nodes/PalGate/resources/devices/getLiveStatusHistory.js +1 -11
- package/dist/nodes/PalGate/resources/devices/getLiveStatusHistory.js.map +1 -1
- package/dist/nodes/PalGate/resources/devices/getLog.js +0 -5
- package/dist/nodes/PalGate/resources/devices/getLog.js.map +1 -1
- package/dist/nodes/PalGate/resources/devices/getStatusHistoryV2.js +1 -11
- package/dist/nodes/PalGate/resources/devices/getStatusHistoryV2.js.map +1 -1
- package/dist/nodes/PalGate/resources/devices/getUsers.js +0 -5
- package/dist/nodes/PalGate/resources/devices/getUsers.js.map +1 -1
- package/dist/nodes/PalGate/resources/devices/index.js +4 -28
- package/dist/nodes/PalGate/resources/devices/index.js.map +1 -1
- package/dist/nodes/PalGate/resources/organizations/get.js +1 -11
- package/dist/nodes/PalGate/resources/organizations/get.js.map +1 -1
- package/dist/nodes/PalGate/resources/organizations/getDetails.js +1 -11
- package/dist/nodes/PalGate/resources/organizations/getDetails.js.map +1 -1
- package/dist/nodes/PalGate/resources/places/get.js +1 -11
- package/dist/nodes/PalGate/resources/places/get.js.map +1 -1
- package/dist/nodes/PalGate/resources/places/getDetails.js +1 -11
- package/dist/nodes/PalGate/resources/places/getDetails.js.map +1 -1
- package/dist/nodes/PalGate/resources/places/getGroups.js +1 -11
- package/dist/nodes/PalGate/resources/places/getGroups.js.map +1 -1
- package/dist/nodes/PalGate/resources/places/getUsers.js +0 -5
- package/dist/nodes/PalGate/resources/places/getUsers.js.map +1 -1
- package/dist/nodes/PalGate/resources/places/index.js +2 -47
- package/dist/nodes/PalGate/resources/places/index.js.map +1 -1
- package/dist/nodes/PalGate/resources/users/add.js +0 -4
- package/dist/nodes/PalGate/resources/users/add.js.map +1 -1
- package/dist/nodes/PalGate/resources/users/addMany.js +0 -5
- package/dist/nodes/PalGate/resources/users/addMany.js.map +1 -1
- package/dist/nodes/PalGate/resources/users/delete.js +0 -4
- package/dist/nodes/PalGate/resources/users/delete.js.map +1 -1
- package/dist/nodes/PalGate/resources/users/find.js +0 -4
- package/dist/nodes/PalGate/resources/users/find.js.map +1 -1
- package/dist/nodes/PalGate/resources/users/index.js +1 -15
- package/dist/nodes/PalGate/resources/users/index.js.map +1 -1
- package/dist/nodes/PalGate/resources/users/update.js +0 -4
- package/dist/nodes/PalGate/resources/users/update.js.map +1 -1
- package/dist/nodes/PalGate/resources/users/updateByPhone.js +0 -4
- package/dist/nodes/PalGate/resources/users/updateByPhone.js.map +1 -1
- package/dist/package.json +5 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -2
- package/dist/nodes/PalGate/resources/dashboard/updateRecent.d.ts +0 -2
- package/dist/nodes/PalGate/resources/dashboard/updateRecent.js +0 -44
- package/dist/nodes/PalGate/resources/dashboard/updateRecent.js.map +0 -1
- package/dist/nodes/PalGate/resources/dashboard/updateRecentDevicesPlaces.d.ts +0 -2
- package/dist/nodes/PalGate/resources/dashboard/updateRecentDevicesPlaces.js +0 -44
- package/dist/nodes/PalGate/resources/dashboard/updateRecentDevicesPlaces.js.map +0 -1
- package/dist/nodes/PalGate/resources/devices/addUsers.d.ts +0 -2
- package/dist/nodes/PalGate/resources/devices/addUsers.js +0 -33
- package/dist/nodes/PalGate/resources/devices/addUsers.js.map +0 -1
- package/dist/nodes/PalGate/resources/devices/updateSettings.d.ts +0 -2
- package/dist/nodes/PalGate/resources/devices/updateSettings.js +0 -31
- package/dist/nodes/PalGate/resources/devices/updateSettings.js.map +0 -1
- package/dist/nodes/PalGate/resources/places/formatPhoneNumber.d.ts +0 -2
- package/dist/nodes/PalGate/resources/places/formatPhoneNumber.js +0 -24
- package/dist/nodes/PalGate/resources/places/formatPhoneNumber.js.map +0 -1
- package/dist/nodes/PalGate/resources/places/getAll.d.ts +0 -2
- package/dist/nodes/PalGate/resources/places/getAll.js +0 -80
- package/dist/nodes/PalGate/resources/places/getAll.js.map +0 -1
- package/dist/nodes/PalGate/resources/places/update.d.ts +0 -2
- package/dist/nodes/PalGate/resources/places/update.js +0 -43
- package/dist/nodes/PalGate/resources/places/update.js.map +0 -1
- package/dist/nodes/PalGate/resources/users/getImage.d.ts +0 -2
- package/dist/nodes/PalGate/resources/users/getImage.js +0 -15
- package/dist/nodes/PalGate/resources/users/getImage.js.map +0 -1
package/README.md
CHANGED
|
@@ -35,7 +35,6 @@ npm install n8n-nodes-palgate
|
|
|
35
35
|
- **Delete**: Delete a user from a place
|
|
36
36
|
- **Get Many**: Get all app users (mobile users)
|
|
37
37
|
- **Get Portal Users**: Get web users (portal users)
|
|
38
|
-
- **Get Image**: Get user profile image
|
|
39
38
|
|
|
40
39
|
### Car Management
|
|
41
40
|
- **Add**: Add a car to a user
|
|
@@ -44,13 +43,10 @@ npm install n8n-nodes-palgate
|
|
|
44
43
|
- **Search In Logs**: Search for a car in logs
|
|
45
44
|
|
|
46
45
|
### Place Management
|
|
47
|
-
- **Get Many**: Get list of places with pagination
|
|
48
46
|
- **Get Tree**: Get hierarchical tree of places
|
|
49
47
|
- **Get Details**: Get details of a specific place
|
|
50
|
-
- **Update**: Update place information
|
|
51
48
|
- **Get Groups**: Get groups for a place
|
|
52
49
|
- **Get Users**: Get users in a place with filtering
|
|
53
|
-
- **Format Phone Number**: Format phone number according to place settings
|
|
54
50
|
|
|
55
51
|
### Device Management
|
|
56
52
|
- **Get Many**: Get list of devices with filtering
|
|
@@ -59,8 +55,6 @@ npm install n8n-nodes-palgate
|
|
|
59
55
|
- **Get Live Status History**: Get live status history for a device
|
|
60
56
|
- **Get Status History V2**: Get extended status history for a device
|
|
61
57
|
- **Get Users**: Get users who recently passed through a device
|
|
62
|
-
- **Add Users**: Add users to a device
|
|
63
|
-
- **Update Settings**: Update device settings
|
|
64
58
|
|
|
65
59
|
### Organization Management
|
|
66
60
|
- **Get Tree**: Get hierarchical tree of organizations
|
|
@@ -69,7 +63,6 @@ npm install n8n-nodes-palgate
|
|
|
69
63
|
### Dashboard
|
|
70
64
|
- **Get Favorites**: Get admin user favorites (devices and places)
|
|
71
65
|
- **Get Recent**: Get recent devices and places viewed by admin user
|
|
72
|
-
- **Update Recent**: Update recent devices and places for admin user
|
|
73
66
|
- **Get Statistics**: Get dashboard statistics (devices count, places count, users count)
|
|
74
67
|
- **Get Devices Markers**: Get device markers for map display (geographic coordinates)
|
|
75
68
|
|
|
@@ -77,7 +70,7 @@ npm install n8n-nodes-palgate
|
|
|
77
70
|
|
|
78
71
|
This package provides comprehensive access to the PAL Portal API. Below is a complete list of all supported API functions organized by resource category:
|
|
79
72
|
|
|
80
|
-
### 👥 User Management (
|
|
73
|
+
### 👥 User Management (8 operations)
|
|
81
74
|
|
|
82
75
|
| Operation | Method | Endpoint | Description |
|
|
83
76
|
|-----------|--------|----------|-------------|
|
|
@@ -89,7 +82,6 @@ This package provides comprehensive access to the PAL Portal API. Below is a com
|
|
|
89
82
|
| Delete | POST | `/place/{placeId}/delete-many-users` | Delete a user from a place |
|
|
90
83
|
| Get Many | GET | `/app-user/all-users` | Get all app users (mobile users) |
|
|
91
84
|
| Get Portal Users | GET | `/users` | Get web users (portal users) |
|
|
92
|
-
| Get Image | GET | `/app-user/{phone}/image` | Get user profile image |
|
|
93
85
|
|
|
94
86
|
### 🚗 Car Management (4 operations)
|
|
95
87
|
|
|
@@ -100,19 +92,16 @@ This package provides comprehensive access to the PAL Portal API. Below is a com
|
|
|
100
92
|
| Delete By ID | DELETE | `/place/{placeId}/user/{phone}/car/{carId}` | Delete a car from a user using DELETE method |
|
|
101
93
|
| Search In Logs | GET | `/place/{placeId}/reports/car` | Search for a car in logs |
|
|
102
94
|
|
|
103
|
-
### 🏢 Place Management (
|
|
95
|
+
### 🏢 Place Management (4 operations)
|
|
104
96
|
|
|
105
97
|
| Operation | Method | Endpoint | Description |
|
|
106
98
|
|-----------|--------|----------|-------------|
|
|
107
|
-
| Get Many | GET | `/place` | Get list of places with pagination |
|
|
108
99
|
| Get Tree | GET | `/places-tree` | Get hierarchical tree of places |
|
|
109
100
|
| Get Details | GET | `/place/{placeId}` | Get details of a specific place |
|
|
110
|
-
| Update | POST | `/place/{placeId}/general/edit` | Update place information |
|
|
111
101
|
| Get Groups | GET | `/place/{placeId}/groups` | Get groups for a place |
|
|
112
102
|
| Get Users | GET | `/place/{placeId}/users` | Get users in a place with filtering |
|
|
113
|
-
| Format Phone Number | GET | `/place/{placeId}/format-number` | Format phone number according to place settings |
|
|
114
103
|
|
|
115
|
-
### 🖥️ Device Management (
|
|
104
|
+
### 🖥️ Device Management (6 operations)
|
|
116
105
|
|
|
117
106
|
| Operation | Method | Endpoint | Description |
|
|
118
107
|
|-----------|--------|----------|-------------|
|
|
@@ -122,8 +111,6 @@ This package provides comprehensive access to the PAL Portal API. Below is a com
|
|
|
122
111
|
| Get Live Status History | GET | `/device/{serial}/live-status-history` | Get live status history for a device |
|
|
123
112
|
| Get Status History V2 | GET | `/device/{serial}/get-status-historyV2` | Get extended status history for a device |
|
|
124
113
|
| Get Users | GET | `/device/{serial}/users` | Get users who recently passed through a device |
|
|
125
|
-
| Add Users | POST | `/device/{serial}/users` | Add users to a device |
|
|
126
|
-
| Update Settings | POST | `/device/{serial}/settings` | Update device settings |
|
|
127
114
|
|
|
128
115
|
### 🏛️ Organization Management (2 operations)
|
|
129
116
|
|
|
@@ -132,19 +119,18 @@ This package provides comprehensive access to the PAL Portal API. Below is a com
|
|
|
132
119
|
| Get Tree | GET | `/orgs-tree` | Get hierarchical tree of organizations |
|
|
133
120
|
| Get Details | GET | `/org/{orgId}` | Get details of a specific organization |
|
|
134
121
|
|
|
135
|
-
### 📊 Dashboard (
|
|
122
|
+
### 📊 Dashboard (4 operations)
|
|
136
123
|
|
|
137
124
|
| Operation | Method | Endpoint | Description |
|
|
138
125
|
|-----------|--------|----------|-------------|
|
|
139
126
|
| Get Favorites | GET | `/user/admin/favorites` | Get admin user favorites (devices and places) |
|
|
140
127
|
| Get Recent | GET | `/user/admin/recent-devices-places` | Get recent devices and places viewed by admin user |
|
|
141
|
-
| Update Recent | PUT | `/user/admin/recent-devices-places` | Update recent devices and places for admin user |
|
|
142
128
|
| Get Statistics | GET | `/user/dashboard/statistics` | Get dashboard statistics (devices count, places count, users count) |
|
|
143
129
|
| Get Devices Markers | GET | `/devices-markers` | Get device markers for map display (geographic coordinates) |
|
|
144
130
|
|
|
145
131
|
### Summary
|
|
146
132
|
|
|
147
|
-
- **Total Operations**:
|
|
133
|
+
- **Total Operations**: 28 API operations
|
|
148
134
|
- **Resources**: 6 categories (User, Car, Place, Device, Organization, Dashboard)
|
|
149
135
|
- **HTTP Methods**: GET, POST, PUT, DELETE
|
|
150
136
|
- **Base URL**: `https://portal.pal-es.com/api1`
|
|
@@ -7,10 +7,6 @@ const showOnlyForCarAdd = {
|
|
|
7
7
|
resource: ['car'],
|
|
8
8
|
};
|
|
9
9
|
exports.carAddDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.placeIdSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForCarAdd },
|
|
13
|
-
},
|
|
14
10
|
{
|
|
15
11
|
...descriptions_1.phoneSelect,
|
|
16
12
|
displayOptions: { show: showOnlyForCarAdd },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/cars/add.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"add.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/cars/add.ts"],"names":[],"mappings":";;;AACA,4DAAwD;AAExD,MAAM,iBAAiB,GAAG;IACzB,SAAS,EAAE,CAAC,KAAK,CAAC;IAClB,QAAQ,EAAE,CAAC,KAAK,CAAC;CACjB,CAAC;AAEW,QAAA,iBAAiB,GAAsB;IAEnD;QACC,GAAG,0BAAW;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE;QAC3C,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,MAAM;gBACZ,QAAQ,EAAE,QAAQ;aAClB;SACD;KACD;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE;QAC3C,WAAW,EAAE,eAAe;QAC5B,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,MAAM;gBACZ,QAAQ,EAAE,OAAO;aACjB;SACD;KACD;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,EAAE;QACX,cAAc,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE;QAC3C,WAAW,EAAE,sBAAsB;QACnC,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,MAAM;gBACZ,QAAQ,EAAE,OAAO;aACjB;SACD;KACD;CACD,CAAC"}
|
|
@@ -7,10 +7,6 @@ const showOnlyForCarDelete = {
|
|
|
7
7
|
resource: ['car'],
|
|
8
8
|
};
|
|
9
9
|
exports.carDeleteDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.placeIdSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForCarDelete },
|
|
13
|
-
},
|
|
14
10
|
{
|
|
15
11
|
...descriptions_1.phoneSelect,
|
|
16
12
|
displayOptions: { show: showOnlyForCarDelete },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/cars/delete.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"delete.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/cars/delete.ts"],"names":[],"mappings":";;;AACA,4DAAwD;AAExD,MAAM,oBAAoB,GAAG;IAC5B,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,CAAC;CACjB,CAAC;AAEW,QAAA,oBAAoB,GAAsB;IAEtD;QACC,GAAG,0BAAW;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE;KAC9C;IACD;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE;QAC9C,WAAW,EAAE,kBAAkB;KAC/B;CACD,CAAC"}
|
|
@@ -7,10 +7,6 @@ const showOnlyForCarDeleteById = {
|
|
|
7
7
|
resource: ['car'],
|
|
8
8
|
};
|
|
9
9
|
exports.carDeleteByIdDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.placeIdSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForCarDeleteById },
|
|
13
|
-
},
|
|
14
10
|
{
|
|
15
11
|
...descriptions_1.phoneSelect,
|
|
16
12
|
displayOptions: { show: showOnlyForCarDeleteById },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deleteById.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/cars/deleteById.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"deleteById.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/cars/deleteById.ts"],"names":[],"mappings":";;;AACA,4DAAwD;AAExD,MAAM,wBAAwB,GAAG;IAChC,SAAS,EAAE,CAAC,YAAY,CAAC;IACzB,QAAQ,EAAE,CAAC,KAAK,CAAC;CACjB,CAAC;AAEW,QAAA,wBAAwB,GAAsB;IAE1D;QACC,GAAG,0BAAW;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;KAClD;IACD;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,WAAW,EAAE,kBAAkB;KAC/B;CACD,CAAC"}
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.carSearchInLogsDescription = void 0;
|
|
4
|
-
const descriptions_1 = require("../../shared/descriptions");
|
|
5
4
|
const showOnlyForCarSearchInLogs = {
|
|
6
5
|
operation: ['searchInLogs'],
|
|
7
6
|
resource: ['car'],
|
|
8
7
|
};
|
|
9
8
|
exports.carSearchInLogsDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.placeIdSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForCarSearchInLogs },
|
|
13
|
-
},
|
|
14
9
|
{
|
|
15
10
|
displayName: 'Car Number',
|
|
16
11
|
name: 'carNumber',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchInLogs.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/cars/searchInLogs.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"searchInLogs.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/cars/searchInLogs.ts"],"names":[],"mappings":";;;AAEA,MAAM,0BAA0B,GAAG;IAClC,SAAS,EAAE,CAAC,cAAc,CAAC;IAC3B,QAAQ,EAAE,CAAC,KAAK,CAAC;CACjB,CAAC;AAEW,QAAA,0BAA0B,GAAsB;IAE5D;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,0BAA0B,EAAE;QACpD,WAAW,EAAE,8BAA8B;KAC3C;CACD,CAAC"}
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.dashboardDescription = void 0;
|
|
4
4
|
const getFavorites_1 = require("./getFavorites");
|
|
5
5
|
const getRecent_1 = require("./getRecent");
|
|
6
|
-
const updateRecent_1 = require("./updateRecent");
|
|
7
6
|
const getStatistics_1 = require("./getStatistics");
|
|
8
7
|
const getDevicesMarkers_1 = require("./getDevicesMarkers");
|
|
9
8
|
const showOnlyForDashboard = {
|
|
@@ -67,24 +66,11 @@ exports.dashboardDescription = [
|
|
|
67
66
|
},
|
|
68
67
|
},
|
|
69
68
|
},
|
|
70
|
-
{
|
|
71
|
-
name: 'Update Recent',
|
|
72
|
-
value: 'updateRecent',
|
|
73
|
-
action: 'Update recent devices and places',
|
|
74
|
-
description: 'Update recent devices and places',
|
|
75
|
-
routing: {
|
|
76
|
-
request: {
|
|
77
|
-
method: 'PUT',
|
|
78
|
-
url: '=/user/admin/recent-devices-places',
|
|
79
|
-
},
|
|
80
|
-
},
|
|
81
|
-
},
|
|
82
69
|
],
|
|
83
70
|
default: 'getFavorites',
|
|
84
71
|
},
|
|
85
72
|
...getFavorites_1.dashboardGetFavoritesDescription,
|
|
86
73
|
...getRecent_1.dashboardGetRecentDescription,
|
|
87
|
-
...updateRecent_1.dashboardUpdateRecentDescription,
|
|
88
74
|
...getStatistics_1.dashboardGetStatisticsDescription,
|
|
89
75
|
...getDevicesMarkers_1.dashboardGetDevicesMarkersDescription,
|
|
90
76
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/dashboard/index.ts"],"names":[],"mappings":";;;AACA,iDAAkE;AAClE,2CAA4D;AAC5D,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/dashboard/index.ts"],"names":[],"mappings":";;;AACA,iDAAkE;AAClE,2CAA4D;AAC5D,mDAAoE;AACpE,2DAA4E;AAE5E,MAAM,oBAAoB,GAAG;IAC5B,QAAQ,EAAE,CAAC,WAAW,CAAC;CACvB,CAAC;AAEW,QAAA,oBAAoB,GAAsB;IACtD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,oBAAoB;SAC1B;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,qBAAqB;gBAC3B,KAAK,EAAE,mBAAmB;gBAC1B,MAAM,EAAE,qBAAqB;gBAC7B,WAAW,EAAE,6BAA6B;gBAC1C,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,mBAAmB;qBACxB;iBACD;aACD;YACD;gBACC,IAAI,EAAE,eAAe;gBACrB,KAAK,EAAE,cAAc;gBACrB,MAAM,EAAE,eAAe;gBACvB,WAAW,EAAE,yBAAyB;gBACtC,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,wBAAwB;qBAC7B;iBACD;aACD;YACD;gBACC,IAAI,EAAE,YAAY;gBAClB,KAAK,EAAE,WAAW;gBAClB,MAAM,EAAE,+BAA+B;gBACvC,WAAW,EAAE,+BAA+B;gBAC5C,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,oCAAoC;qBACzC;iBACD;aACD;YACD;gBACC,IAAI,EAAE,gBAAgB;gBACtB,KAAK,EAAE,eAAe;gBACtB,MAAM,EAAE,0BAA0B;gBAClC,WAAW,EAAE,0BAA0B;gBACvC,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,6BAA6B;qBAClC;iBACD;aACD;SACD;QACD,OAAO,EAAE,cAAc;KACvB;IACD,GAAG,+CAAgC;IACnC,GAAG,yCAA6B;IAChC,GAAG,iDAAiC;IACpC,GAAG,yDAAqC;CACxC,CAAC"}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.deviceGetDescription = void 0;
|
|
4
|
-
|
|
5
|
-
const showOnlyForDeviceGet = {
|
|
6
|
-
operation: ['get'],
|
|
7
|
-
resource: ['device'],
|
|
8
|
-
};
|
|
9
|
-
exports.deviceGetDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.serialSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForDeviceGet },
|
|
13
|
-
},
|
|
14
|
-
];
|
|
4
|
+
exports.deviceGetDescription = [];
|
|
15
5
|
//# sourceMappingURL=get.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/get.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/get.ts"],"names":[],"mappings":";;;AAEa,QAAA,oBAAoB,GAAsB,EAEtD,CAAC"}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.deviceGetDetailsDescription = void 0;
|
|
4
|
-
|
|
5
|
-
const showOnlyForDeviceGetDetails = {
|
|
6
|
-
operation: ['getDetails'],
|
|
7
|
-
resource: ['device'],
|
|
8
|
-
};
|
|
9
|
-
exports.deviceGetDetailsDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.serialSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForDeviceGetDetails },
|
|
13
|
-
},
|
|
14
|
-
];
|
|
4
|
+
exports.deviceGetDetailsDescription = [];
|
|
15
5
|
//# sourceMappingURL=getDetails.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDetails.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/getDetails.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"getDetails.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/getDetails.ts"],"names":[],"mappings":";;;AAEa,QAAA,2BAA2B,GAAsB,EAE7D,CAAC"}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.deviceGetLiveStatusHistoryDescription = void 0;
|
|
4
|
-
|
|
5
|
-
const showOnlyForDeviceGetLiveStatusHistory = {
|
|
6
|
-
operation: ['getLiveStatusHistory'],
|
|
7
|
-
resource: ['device'],
|
|
8
|
-
};
|
|
9
|
-
exports.deviceGetLiveStatusHistoryDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.serialSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForDeviceGetLiveStatusHistory },
|
|
13
|
-
},
|
|
14
|
-
];
|
|
4
|
+
exports.deviceGetLiveStatusHistoryDescription = [];
|
|
15
5
|
//# sourceMappingURL=getLiveStatusHistory.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLiveStatusHistory.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/getLiveStatusHistory.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"getLiveStatusHistory.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/getLiveStatusHistory.ts"],"names":[],"mappings":";;;AAEa,QAAA,qCAAqC,GAAsB,EAEvE,CAAC"}
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.deviceGetLogDescription = void 0;
|
|
4
|
-
const descriptions_1 = require("../../shared/descriptions");
|
|
5
4
|
const showOnlyForDeviceGetLog = {
|
|
6
5
|
operation: ['getLog'],
|
|
7
6
|
resource: ['device'],
|
|
8
7
|
};
|
|
9
8
|
exports.deviceGetLogDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.serialSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForDeviceGetLog },
|
|
13
|
-
},
|
|
14
9
|
{
|
|
15
10
|
displayName: 'Return All',
|
|
16
11
|
name: 'returnAll',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLog.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/getLog.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"getLog.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/getLog.ts"],"names":[],"mappings":";;;AAEA,MAAM,uBAAuB,GAAG;IAC/B,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,QAAQ,CAAC;CACpB,CAAC;AAEW,QAAA,uBAAuB,GAAsB;IAEzD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE;QACjD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,2DAA2D;QACxE,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,QAAQ,EAAE,eAAe;aACzB;SACD;KACD;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,GAAG,uBAAuB;gBAC1B,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;YACX,QAAQ,EAAE,GAAG;SACb;QACD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,OAAO;aACjB;YACD,MAAM,EAAE;gBACP,UAAU,EAAE,aAAa;aACzB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE;QACjD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;SACX;QACD,OAAO,EAAE,CAAC;QACV,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,MAAM;aAChB;SACD;QACD,WAAW,EAAE,2BAA2B;KACxC;IACD;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE;QACjD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,QAAQ;aAClB;SACD;QACD,WAAW,EAAE,wBAAwB;KACrC;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,UAAU;QAChB,cAAc,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE;QACjD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,WAAW;aACrB;SACD;QACD,WAAW,EAAE,8BAA8B;KAC3C;IACD;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,UAAU;QAChB,cAAc,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE;QACjD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,SAAS;aACnB;SACD;QACD,WAAW,EAAE,4BAA4B;KACzC;IACD;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE;QACjD,OAAO,EAAE,KAAK;QACd,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,UAAU;aACpB;SACD;QACD,WAAW,EAAE,sCAAsC;KACnD;CACD,CAAC"}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.deviceGetStatusHistoryV2Description = void 0;
|
|
4
|
-
|
|
5
|
-
const showOnlyForDeviceGetStatusHistoryV2 = {
|
|
6
|
-
operation: ['getStatusHistoryV2'],
|
|
7
|
-
resource: ['device'],
|
|
8
|
-
};
|
|
9
|
-
exports.deviceGetStatusHistoryV2Description = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.serialSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForDeviceGetStatusHistoryV2 },
|
|
13
|
-
},
|
|
14
|
-
];
|
|
4
|
+
exports.deviceGetStatusHistoryV2Description = [];
|
|
15
5
|
//# sourceMappingURL=getStatusHistoryV2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getStatusHistoryV2.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/getStatusHistoryV2.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"getStatusHistoryV2.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/getStatusHistoryV2.ts"],"names":[],"mappings":";;;AAEa,QAAA,mCAAmC,GAAsB,EAErE,CAAC"}
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.deviceGetUsersDescription = void 0;
|
|
4
|
-
const descriptions_1 = require("../../shared/descriptions");
|
|
5
4
|
const showOnlyForDeviceGetUsers = {
|
|
6
5
|
operation: ['getUsers'],
|
|
7
6
|
resource: ['device'],
|
|
8
7
|
};
|
|
9
8
|
exports.deviceGetUsersDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.serialSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForDeviceGetUsers },
|
|
13
|
-
},
|
|
14
9
|
{
|
|
15
10
|
displayName: 'Return All',
|
|
16
11
|
name: 'returnAll',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/getUsers.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/getUsers.ts"],"names":[],"mappings":";;;AAEA,MAAM,yBAAyB,GAAG;IACjC,SAAS,EAAE,CAAC,UAAU,CAAC;IACvB,QAAQ,EAAE,CAAC,QAAQ,CAAC;CACpB,CAAC;AAEW,QAAA,yBAAyB,GAAsB;IAE3D;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE;QACnD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,2DAA2D;QACxE,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,QAAQ,EAAE,eAAe;aACzB;SACD;KACD;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,GAAG,yBAAyB;gBAC5B,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;YACX,QAAQ,EAAE,GAAG;SACb;QACD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,OAAO;aACjB;YACD,MAAM,EAAE;gBACP,UAAU,EAAE,aAAa;aACzB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE;QACnD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;SACX;QACD,OAAO,EAAE,CAAC;QACV,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,MAAM;aAChB;SACD;QACD,WAAW,EAAE,2BAA2B;KACxC;IACD;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,yBAAyB,EAAE;QACnD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,QAAQ;aAClB;SACD;QACD,WAAW,EAAE,wBAAwB;KACrC;CACD,CAAC"}
|
|
@@ -6,8 +6,8 @@ const getAll_1 = require("./getAll");
|
|
|
6
6
|
const getDetails_1 = require("./getDetails");
|
|
7
7
|
const getLog_1 = require("./getLog");
|
|
8
8
|
const getUsers_1 = require("./getUsers");
|
|
9
|
-
const
|
|
10
|
-
const
|
|
9
|
+
const getLiveStatusHistory_1 = require("./getLiveStatusHistory");
|
|
10
|
+
const getStatusHistoryV2_1 = require("./getStatusHistoryV2");
|
|
11
11
|
const showOnlyForDevices = {
|
|
12
12
|
resource: ['device'],
|
|
13
13
|
};
|
|
@@ -21,18 +21,6 @@ exports.deviceDescription = [
|
|
|
21
21
|
show: showOnlyForDevices,
|
|
22
22
|
},
|
|
23
23
|
options: [
|
|
24
|
-
{
|
|
25
|
-
name: 'Add Users',
|
|
26
|
-
value: 'addUsers',
|
|
27
|
-
action: 'Add users to device',
|
|
28
|
-
description: 'Add users to a device',
|
|
29
|
-
routing: {
|
|
30
|
-
request: {
|
|
31
|
-
method: 'POST',
|
|
32
|
-
url: '=/device/{{$parameter.serial}}/users',
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
name: 'Get Details',
|
|
38
26
|
value: 'getDetails',
|
|
@@ -105,18 +93,6 @@ exports.deviceDescription = [
|
|
|
105
93
|
},
|
|
106
94
|
},
|
|
107
95
|
},
|
|
108
|
-
{
|
|
109
|
-
name: 'Update Settings',
|
|
110
|
-
value: 'updateSettings',
|
|
111
|
-
action: 'Update device settings',
|
|
112
|
-
description: 'Update device settings',
|
|
113
|
-
routing: {
|
|
114
|
-
request: {
|
|
115
|
-
method: 'POST',
|
|
116
|
-
url: '=/device/{{$parameter.serial}}/settings',
|
|
117
|
-
},
|
|
118
|
-
},
|
|
119
|
-
},
|
|
120
96
|
],
|
|
121
97
|
default: 'getAll',
|
|
122
98
|
},
|
|
@@ -133,7 +109,7 @@ exports.deviceDescription = [
|
|
|
133
109
|
...getDetails_1.deviceGetDetailsDescription,
|
|
134
110
|
...getLog_1.deviceGetLogDescription,
|
|
135
111
|
...getUsers_1.deviceGetUsersDescription,
|
|
136
|
-
...
|
|
137
|
-
...
|
|
112
|
+
...getLiveStatusHistory_1.deviceGetLiveStatusHistoryDescription,
|
|
113
|
+
...getStatusHistoryV2_1.deviceGetStatusHistoryV2Description,
|
|
138
114
|
];
|
|
139
115
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/index.ts"],"names":[],"mappings":";;;AACA,4DAAyD;AACzD,qCAAmD;AACnD,6CAA2D;AAC3D,qCAAmD;AACnD,yCAAuD;AACvD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/devices/index.ts"],"names":[],"mappings":";;;AACA,4DAAyD;AACzD,qCAAmD;AACnD,6CAA2D;AAC3D,qCAAmD;AACnD,yCAAuD;AACvD,iEAA+E;AAC/E,6DAA2E;AAE3E,MAAM,kBAAkB,GAAG;IAC1B,QAAQ,EAAE,CAAC,QAAQ,CAAC;CACpB,CAAC;AAEW,QAAA,iBAAiB,GAAsB;IACnD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,kBAAkB;SACxB;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,aAAa;gBACnB,KAAK,EAAE,YAAY;gBACnB,MAAM,EAAE,cAAc;gBACtB,WAAW,EAAE,kCAAkC;gBAC/C,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,gCAAgC;qBACrC;iBACD;aACD;YACD;gBACC,IAAI,EAAE,yBAAyB;gBAC/B,KAAK,EAAE,sBAAsB;gBAC7B,MAAM,EAAE,yBAAyB;gBACjC,WAAW,EAAE,sCAAsC;gBACnD,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,oDAAoD;qBACzD;iBACD;aACD;YACD;gBACC,IAAI,EAAE,SAAS;gBACf,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,gBAAgB;gBACxB,WAAW,EAAE,8BAA8B;gBAC3C,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,oCAAoC;qBACzC;iBACD;aACD;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,kBAAkB;gBAC1B,WAAW,EAAE,kBAAkB;gBAC/B,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,WAAW;qBAChB;iBACD;aACD;YACD;gBACC,IAAI,EAAE,uBAAuB;gBAC7B,KAAK,EAAE,oBAAoB;gBAC3B,MAAM,EAAE,uBAAuB;gBAC/B,WAAW,EAAE,oCAAoC;gBACjD,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,qDAAqD;qBAC1D;iBACD;aACD;YACD;gBACC,IAAI,EAAE,WAAW;gBACjB,KAAK,EAAE,UAAU;gBACjB,MAAM,EAAE,kBAAkB;gBAC1B,WAAW,EAAE,wBAAwB;gBACrC,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,sCAAsC;qBAC3C;iBACD;aACD;SACD;QACD,OAAO,EAAE,QAAQ;KACjB;IACD;QACC,GAAG,2BAAY;QACf,cAAc,EAAE;YACf,IAAI,EAAE,kBAAkB;YACxB,IAAI,EAAE;gBACL,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;KACD;IACD,GAAG,gCAAuB;IAC1B,GAAG,wCAA2B;IAC9B,GAAG,gCAAuB;IAC1B,GAAG,oCAAyB;IAC5B,GAAG,4DAAqC;IACxC,GAAG,wDAAmC;CACtC,CAAC"}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.orgGetDescription = void 0;
|
|
4
|
-
|
|
5
|
-
const showOnlyForOrgGet = {
|
|
6
|
-
operation: ['get'],
|
|
7
|
-
resource: ['organization'],
|
|
8
|
-
};
|
|
9
|
-
exports.orgGetDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.orgIdSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForOrgGet },
|
|
13
|
-
},
|
|
14
|
-
];
|
|
4
|
+
exports.orgGetDescription = [];
|
|
15
5
|
//# sourceMappingURL=get.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/organizations/get.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/organizations/get.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB,EAEnD,CAAC"}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.orgGetDetailsDescription = void 0;
|
|
4
|
-
|
|
5
|
-
const showOnlyForOrgGetDetails = {
|
|
6
|
-
operation: ['getDetails'],
|
|
7
|
-
resource: ['organization'],
|
|
8
|
-
};
|
|
9
|
-
exports.orgGetDetailsDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.orgIdSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForOrgGetDetails },
|
|
13
|
-
},
|
|
14
|
-
];
|
|
4
|
+
exports.orgGetDetailsDescription = [];
|
|
15
5
|
//# sourceMappingURL=getDetails.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDetails.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/organizations/getDetails.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"getDetails.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/organizations/getDetails.ts"],"names":[],"mappings":";;;AAEa,QAAA,wBAAwB,GAAsB,EAE1D,CAAC"}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.placeGetDescription = void 0;
|
|
4
|
-
|
|
5
|
-
const showOnlyForPlaceGet = {
|
|
6
|
-
operation: ['get'],
|
|
7
|
-
resource: ['place'],
|
|
8
|
-
};
|
|
9
|
-
exports.placeGetDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.placeIdSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForPlaceGet },
|
|
13
|
-
},
|
|
14
|
-
];
|
|
4
|
+
exports.placeGetDescription = [];
|
|
15
5
|
//# sourceMappingURL=get.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/places/get.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/places/get.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB,EAErD,CAAC"}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.placeGetDetailsDescription = void 0;
|
|
4
|
-
|
|
5
|
-
const showOnlyForPlaceGetDetails = {
|
|
6
|
-
operation: ['getDetails'],
|
|
7
|
-
resource: ['place'],
|
|
8
|
-
};
|
|
9
|
-
exports.placeGetDetailsDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.placeIdSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForPlaceGetDetails },
|
|
13
|
-
},
|
|
14
|
-
];
|
|
4
|
+
exports.placeGetDetailsDescription = [];
|
|
15
5
|
//# sourceMappingURL=getDetails.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDetails.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/places/getDetails.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"getDetails.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/places/getDetails.ts"],"names":[],"mappings":";;;AAEa,QAAA,0BAA0B,GAAsB,EAE5D,CAAC"}
|
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.placeGetGroupsDescription = void 0;
|
|
4
|
-
|
|
5
|
-
const showOnlyForPlaceGetGroups = {
|
|
6
|
-
operation: ['getGroups'],
|
|
7
|
-
resource: ['place'],
|
|
8
|
-
};
|
|
9
|
-
exports.placeGetGroupsDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.placeIdSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForPlaceGetGroups },
|
|
13
|
-
},
|
|
14
|
-
];
|
|
4
|
+
exports.placeGetGroupsDescription = [];
|
|
15
5
|
//# sourceMappingURL=getGroups.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroups.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/places/getGroups.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"getGroups.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/places/getGroups.ts"],"names":[],"mappings":";;;AAEa,QAAA,yBAAyB,GAAsB,EAE3D,CAAC"}
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.placeGetUsersDescription = void 0;
|
|
4
|
-
const descriptions_1 = require("../../shared/descriptions");
|
|
5
4
|
const showOnlyForPlaceGetUsers = {
|
|
6
5
|
operation: ['getUsers'],
|
|
7
6
|
resource: ['place'],
|
|
8
7
|
};
|
|
9
8
|
exports.placeGetUsersDescription = [
|
|
10
|
-
{
|
|
11
|
-
...descriptions_1.placeIdSelect,
|
|
12
|
-
displayOptions: { show: showOnlyForPlaceGetUsers },
|
|
13
|
-
},
|
|
14
9
|
{
|
|
15
10
|
displayName: 'Return All',
|
|
16
11
|
name: 'returnAll',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/places/getUsers.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"getUsers.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/places/getUsers.ts"],"names":[],"mappings":";;;AAEA,MAAM,wBAAwB,GAAG;IAChC,SAAS,EAAE,CAAC,UAAU,CAAC;IACvB,QAAQ,EAAE,CAAC,OAAO,CAAC;CACnB,CAAC;AAEW,QAAA,wBAAwB,GAAsB;IAE1D;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,2DAA2D;QACxE,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,QAAQ,EAAE,eAAe;aACzB;SACD;KACD;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,GAAG,wBAAwB;gBAC3B,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;YACX,QAAQ,EAAE,GAAG;SACb;QACD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,OAAO;aACjB;YACD,MAAM,EAAE;gBACP,UAAU,EAAE,aAAa;aACzB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;SACX;QACD,OAAO,EAAE,CAAC;QACV,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,MAAM;aAChB;SACD;QACD,WAAW,EAAE,2BAA2B;KACxC;IACD;QACC,WAAW,EAAE,cAAc;QAC3B,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,aAAa;aACvB;SACD;QACD,WAAW,EAAE,8BAA8B;KAC3C;IACD;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,YAAY;aACtB;SACD;QACD,WAAW,EAAE,sBAAsB;KACnC;CACD,CAAC"}
|