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.
Files changed (80) hide show
  1. package/README.md +5 -19
  2. package/dist/nodes/PalGate/resources/cars/add.js +0 -4
  3. package/dist/nodes/PalGate/resources/cars/add.js.map +1 -1
  4. package/dist/nodes/PalGate/resources/cars/delete.js +0 -4
  5. package/dist/nodes/PalGate/resources/cars/delete.js.map +1 -1
  6. package/dist/nodes/PalGate/resources/cars/deleteById.js +0 -4
  7. package/dist/nodes/PalGate/resources/cars/deleteById.js.map +1 -1
  8. package/dist/nodes/PalGate/resources/cars/searchInLogs.js +0 -5
  9. package/dist/nodes/PalGate/resources/cars/searchInLogs.js.map +1 -1
  10. package/dist/nodes/PalGate/resources/dashboard/index.js +0 -14
  11. package/dist/nodes/PalGate/resources/dashboard/index.js.map +1 -1
  12. package/dist/nodes/PalGate/resources/devices/get.js +1 -11
  13. package/dist/nodes/PalGate/resources/devices/get.js.map +1 -1
  14. package/dist/nodes/PalGate/resources/devices/getDetails.js +1 -11
  15. package/dist/nodes/PalGate/resources/devices/getDetails.js.map +1 -1
  16. package/dist/nodes/PalGate/resources/devices/getLiveStatusHistory.js +1 -11
  17. package/dist/nodes/PalGate/resources/devices/getLiveStatusHistory.js.map +1 -1
  18. package/dist/nodes/PalGate/resources/devices/getLog.js +0 -5
  19. package/dist/nodes/PalGate/resources/devices/getLog.js.map +1 -1
  20. package/dist/nodes/PalGate/resources/devices/getStatusHistoryV2.js +1 -11
  21. package/dist/nodes/PalGate/resources/devices/getStatusHistoryV2.js.map +1 -1
  22. package/dist/nodes/PalGate/resources/devices/getUsers.js +0 -5
  23. package/dist/nodes/PalGate/resources/devices/getUsers.js.map +1 -1
  24. package/dist/nodes/PalGate/resources/devices/index.js +4 -28
  25. package/dist/nodes/PalGate/resources/devices/index.js.map +1 -1
  26. package/dist/nodes/PalGate/resources/organizations/get.js +1 -11
  27. package/dist/nodes/PalGate/resources/organizations/get.js.map +1 -1
  28. package/dist/nodes/PalGate/resources/organizations/getDetails.js +1 -11
  29. package/dist/nodes/PalGate/resources/organizations/getDetails.js.map +1 -1
  30. package/dist/nodes/PalGate/resources/places/get.js +1 -11
  31. package/dist/nodes/PalGate/resources/places/get.js.map +1 -1
  32. package/dist/nodes/PalGate/resources/places/getDetails.js +1 -11
  33. package/dist/nodes/PalGate/resources/places/getDetails.js.map +1 -1
  34. package/dist/nodes/PalGate/resources/places/getGroups.js +1 -11
  35. package/dist/nodes/PalGate/resources/places/getGroups.js.map +1 -1
  36. package/dist/nodes/PalGate/resources/places/getUsers.js +0 -5
  37. package/dist/nodes/PalGate/resources/places/getUsers.js.map +1 -1
  38. package/dist/nodes/PalGate/resources/places/index.js +2 -47
  39. package/dist/nodes/PalGate/resources/places/index.js.map +1 -1
  40. package/dist/nodes/PalGate/resources/users/add.js +0 -4
  41. package/dist/nodes/PalGate/resources/users/add.js.map +1 -1
  42. package/dist/nodes/PalGate/resources/users/addMany.js +0 -5
  43. package/dist/nodes/PalGate/resources/users/addMany.js.map +1 -1
  44. package/dist/nodes/PalGate/resources/users/delete.js +0 -4
  45. package/dist/nodes/PalGate/resources/users/delete.js.map +1 -1
  46. package/dist/nodes/PalGate/resources/users/find.js +0 -4
  47. package/dist/nodes/PalGate/resources/users/find.js.map +1 -1
  48. package/dist/nodes/PalGate/resources/users/index.js +1 -15
  49. package/dist/nodes/PalGate/resources/users/index.js.map +1 -1
  50. package/dist/nodes/PalGate/resources/users/update.js +0 -4
  51. package/dist/nodes/PalGate/resources/users/update.js.map +1 -1
  52. package/dist/nodes/PalGate/resources/users/updateByPhone.js +0 -4
  53. package/dist/nodes/PalGate/resources/users/updateByPhone.js.map +1 -1
  54. package/dist/package.json +5 -2
  55. package/dist/tsconfig.tsbuildinfo +1 -1
  56. package/package.json +5 -2
  57. package/dist/nodes/PalGate/resources/dashboard/updateRecent.d.ts +0 -2
  58. package/dist/nodes/PalGate/resources/dashboard/updateRecent.js +0 -44
  59. package/dist/nodes/PalGate/resources/dashboard/updateRecent.js.map +0 -1
  60. package/dist/nodes/PalGate/resources/dashboard/updateRecentDevicesPlaces.d.ts +0 -2
  61. package/dist/nodes/PalGate/resources/dashboard/updateRecentDevicesPlaces.js +0 -44
  62. package/dist/nodes/PalGate/resources/dashboard/updateRecentDevicesPlaces.js.map +0 -1
  63. package/dist/nodes/PalGate/resources/devices/addUsers.d.ts +0 -2
  64. package/dist/nodes/PalGate/resources/devices/addUsers.js +0 -33
  65. package/dist/nodes/PalGate/resources/devices/addUsers.js.map +0 -1
  66. package/dist/nodes/PalGate/resources/devices/updateSettings.d.ts +0 -2
  67. package/dist/nodes/PalGate/resources/devices/updateSettings.js +0 -31
  68. package/dist/nodes/PalGate/resources/devices/updateSettings.js.map +0 -1
  69. package/dist/nodes/PalGate/resources/places/formatPhoneNumber.d.ts +0 -2
  70. package/dist/nodes/PalGate/resources/places/formatPhoneNumber.js +0 -24
  71. package/dist/nodes/PalGate/resources/places/formatPhoneNumber.js.map +0 -1
  72. package/dist/nodes/PalGate/resources/places/getAll.d.ts +0 -2
  73. package/dist/nodes/PalGate/resources/places/getAll.js +0 -80
  74. package/dist/nodes/PalGate/resources/places/getAll.js.map +0 -1
  75. package/dist/nodes/PalGate/resources/places/update.d.ts +0 -2
  76. package/dist/nodes/PalGate/resources/places/update.js +0 -43
  77. package/dist/nodes/PalGate/resources/places/update.js.map +0 -1
  78. package/dist/nodes/PalGate/resources/users/getImage.d.ts +0 -2
  79. package/dist/nodes/PalGate/resources/users/getImage.js +0 -15
  80. package/dist/nodes/PalGate/resources/users/getImage.js.map +0 -1
@@ -1,80 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.placeGetAllDescription = void 0;
4
- const showOnlyForPlaceGetAll = {
5
- operation: ['getAll'],
6
- resource: ['place'],
7
- };
8
- exports.placeGetAllDescription = [
9
- {
10
- displayName: 'Return All',
11
- name: 'returnAll',
12
- type: 'boolean',
13
- displayOptions: { show: showOnlyForPlaceGetAll },
14
- default: false,
15
- description: 'Whether to return all results or only up to a given limit',
16
- routing: {
17
- send: {
18
- paginate: '={{ $value }}',
19
- },
20
- },
21
- },
22
- {
23
- displayName: 'Limit',
24
- name: 'limit',
25
- type: 'number',
26
- displayOptions: {
27
- show: {
28
- ...showOnlyForPlaceGetAll,
29
- returnAll: [false],
30
- },
31
- },
32
- typeOptions: {
33
- minValue: 1,
34
- maxValue: 100,
35
- },
36
- default: 50,
37
- routing: {
38
- send: {
39
- type: 'query',
40
- property: 'limit',
41
- },
42
- output: {
43
- maxResults: '={{$value}}',
44
- },
45
- },
46
- description: 'Max number of results to return',
47
- },
48
- {
49
- displayName: 'Skip',
50
- name: 'skip',
51
- type: 'number',
52
- displayOptions: { show: showOnlyForPlaceGetAll },
53
- typeOptions: {
54
- minValue: 0,
55
- },
56
- default: 0,
57
- routing: {
58
- send: {
59
- type: 'query',
60
- property: 'skip',
61
- },
62
- },
63
- description: 'Number of records to skip',
64
- },
65
- {
66
- displayName: 'Filter',
67
- name: 'filter',
68
- type: 'string',
69
- displayOptions: { show: showOnlyForPlaceGetAll },
70
- default: '',
71
- routing: {
72
- send: {
73
- type: 'query',
74
- property: 'filter',
75
- },
76
- },
77
- description: 'Optional search filter',
78
- },
79
- ];
80
- //# sourceMappingURL=getAll.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getAll.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/places/getAll.ts"],"names":[],"mappings":";;;AAEA,MAAM,sBAAsB,GAAG;IAC9B,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,OAAO,CAAC;CACnB,CAAC;AAEW,QAAA,sBAAsB,GAAsB;IACxD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE;QAChD,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,sBAAsB;gBACzB,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,sBAAsB,EAAE;QAChD,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,sBAAsB,EAAE;QAChD,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"}
@@ -1,2 +0,0 @@
1
- import type { INodeProperties } from 'n8n-workflow';
2
- export declare const placeUpdateDescription: INodeProperties[];
@@ -1,43 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.placeUpdateDescription = void 0;
4
- const descriptions_1 = require("../../shared/descriptions");
5
- const showOnlyForPlaceUpdate = {
6
- operation: ['update'],
7
- resource: ['place'],
8
- };
9
- exports.placeUpdateDescription = [
10
- {
11
- ...descriptions_1.placeIdSelect,
12
- displayOptions: { show: showOnlyForPlaceUpdate },
13
- },
14
- {
15
- displayName: 'Name',
16
- name: 'name',
17
- type: 'string',
18
- displayOptions: { show: showOnlyForPlaceUpdate },
19
- default: '',
20
- description: 'Place name',
21
- routing: {
22
- send: {
23
- type: 'body',
24
- property: 'name',
25
- },
26
- },
27
- },
28
- {
29
- displayName: 'Address',
30
- name: 'address',
31
- type: 'string',
32
- displayOptions: { show: showOnlyForPlaceUpdate },
33
- default: '',
34
- description: 'Place address',
35
- routing: {
36
- send: {
37
- type: 'body',
38
- property: 'address',
39
- },
40
- },
41
- },
42
- ];
43
- //# sourceMappingURL=update.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"update.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/places/update.ts"],"names":[],"mappings":";;;AACA,4DAA0D;AAE1D,MAAM,sBAAsB,GAAG;IAC9B,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,OAAO,CAAC;CACnB,CAAC;AAEW,QAAA,sBAAsB,GAAsB;IACxD;QACC,GAAG,4BAAa;QAChB,cAAc,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE;KAChD;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE;QAChD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,MAAM;gBACZ,QAAQ,EAAE,MAAM;aAChB;SACD;KACD;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,sBAAsB,EAAE;QAChD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,eAAe;QAC5B,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,MAAM;gBACZ,QAAQ,EAAE,SAAS;aACnB;SACD;KACD;CACD,CAAC"}
@@ -1,2 +0,0 @@
1
- import type { INodeProperties } from 'n8n-workflow';
2
- export declare const userGetImageDescription: INodeProperties[];
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.userGetImageDescription = void 0;
4
- const descriptions_1 = require("../../shared/descriptions");
5
- const showOnlyForUserGetImage = {
6
- operation: ['getImage'],
7
- resource: ['user'],
8
- };
9
- exports.userGetImageDescription = [
10
- {
11
- ...descriptions_1.phoneSelect,
12
- displayOptions: { show: showOnlyForUserGetImage },
13
- },
14
- ];
15
- //# sourceMappingURL=getImage.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getImage.js","sourceRoot":"","sources":["../../../../../nodes/PalGate/resources/users/getImage.ts"],"names":[],"mappings":";;;AACA,4DAAwD;AAExD,MAAM,uBAAuB,GAAG;IAC/B,SAAS,EAAE,CAAC,UAAU,CAAC;IACvB,QAAQ,EAAE,CAAC,MAAM,CAAC;CAClB,CAAC;AAEW,QAAA,uBAAuB,GAAsB;IACzD;QACC,GAAG,0BAAW;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE;KACjD;CACD,CAAC"}