@joshuanode/n8n-nodes-datto-backup 0.1.0-beta.1

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/LICENSE +21 -0
  2. package/README.md +96 -0
  3. package/dist/credentials/DattoBackupApi.credentials.d.ts +14 -0
  4. package/dist/credentials/DattoBackupApi.credentials.d.ts.map +1 -0
  5. package/dist/credentials/DattoBackupApi.credentials.js +54 -0
  6. package/dist/credentials/DattoBackupApi.credentials.js.map +1 -0
  7. package/dist/index.d.ts +3 -0
  8. package/dist/index.d.ts.map +1 -0
  9. package/dist/index.js +19 -0
  10. package/dist/index.js.map +1 -0
  11. package/dist/nodes/DattoBackup/DattoBackup.node.d.ts +12 -0
  12. package/dist/nodes/DattoBackup/DattoBackup.node.d.ts.map +1 -0
  13. package/dist/nodes/DattoBackup/DattoBackup.node.js +495 -0
  14. package/dist/nodes/DattoBackup/DattoBackup.node.js.map +1 -0
  15. package/dist/nodes/DattoBackup/GenericFunctions.d.ts +24 -0
  16. package/dist/nodes/DattoBackup/GenericFunctions.d.ts.map +1 -0
  17. package/dist/nodes/DattoBackup/GenericFunctions.js +106 -0
  18. package/dist/nodes/DattoBackup/GenericFunctions.js.map +1 -0
  19. package/dist/nodes/DattoBackup/dattobackup.svg +38 -0
  20. package/dist/nodes/DattoBackup/descriptions/ActivityLogDescription.d.ts +4 -0
  21. package/dist/nodes/DattoBackup/descriptions/ActivityLogDescription.d.ts.map +1 -0
  22. package/dist/nodes/DattoBackup/descriptions/ActivityLogDescription.js +135 -0
  23. package/dist/nodes/DattoBackup/descriptions/ActivityLogDescription.js.map +1 -0
  24. package/dist/nodes/DattoBackup/descriptions/AgentDescription.d.ts +4 -0
  25. package/dist/nodes/DattoBackup/descriptions/AgentDescription.d.ts.map +1 -0
  26. package/dist/nodes/DattoBackup/descriptions/AgentDescription.js +80 -0
  27. package/dist/nodes/DattoBackup/descriptions/AgentDescription.js.map +1 -0
  28. package/dist/nodes/DattoBackup/descriptions/AlertDescription.d.ts +4 -0
  29. package/dist/nodes/DattoBackup/descriptions/AlertDescription.d.ts.map +1 -0
  30. package/dist/nodes/DattoBackup/descriptions/AlertDescription.js +81 -0
  31. package/dist/nodes/DattoBackup/descriptions/AlertDescription.js.map +1 -0
  32. package/dist/nodes/DattoBackup/descriptions/AssetDescription.d.ts +4 -0
  33. package/dist/nodes/DattoBackup/descriptions/AssetDescription.d.ts.map +1 -0
  34. package/dist/nodes/DattoBackup/descriptions/AssetDescription.js +78 -0
  35. package/dist/nodes/DattoBackup/descriptions/AssetDescription.js.map +1 -0
  36. package/dist/nodes/DattoBackup/descriptions/DeviceDescription.d.ts +4 -0
  37. package/dist/nodes/DattoBackup/descriptions/DeviceDescription.d.ts.map +1 -0
  38. package/dist/nodes/DattoBackup/descriptions/DeviceDescription.js +122 -0
  39. package/dist/nodes/DattoBackup/descriptions/DeviceDescription.js.map +1 -0
  40. package/dist/nodes/DattoBackup/descriptions/DtcAssetDescription.d.ts +4 -0
  41. package/dist/nodes/DattoBackup/descriptions/DtcAssetDescription.d.ts.map +1 -0
  42. package/dist/nodes/DattoBackup/descriptions/DtcAssetDescription.js +110 -0
  43. package/dist/nodes/DattoBackup/descriptions/DtcAssetDescription.js.map +1 -0
  44. package/dist/nodes/DattoBackup/descriptions/DtcRmmTemplateDescription.d.ts +4 -0
  45. package/dist/nodes/DattoBackup/descriptions/DtcRmmTemplateDescription.d.ts.map +1 -0
  46. package/dist/nodes/DattoBackup/descriptions/DtcRmmTemplateDescription.js +29 -0
  47. package/dist/nodes/DattoBackup/descriptions/DtcRmmTemplateDescription.js.map +1 -0
  48. package/dist/nodes/DattoBackup/descriptions/DtcStoragePoolDescription.d.ts +4 -0
  49. package/dist/nodes/DattoBackup/descriptions/DtcStoragePoolDescription.d.ts.map +1 -0
  50. package/dist/nodes/DattoBackup/descriptions/DtcStoragePoolDescription.js +29 -0
  51. package/dist/nodes/DattoBackup/descriptions/DtcStoragePoolDescription.js.map +1 -0
  52. package/dist/nodes/DattoBackup/descriptions/SaasApplicationDescription.d.ts +4 -0
  53. package/dist/nodes/DattoBackup/descriptions/SaasApplicationDescription.d.ts.map +1 -0
  54. package/dist/nodes/DattoBackup/descriptions/SaasApplicationDescription.js +80 -0
  55. package/dist/nodes/DattoBackup/descriptions/SaasApplicationDescription.js.map +1 -0
  56. package/dist/nodes/DattoBackup/descriptions/SaasDomainDescription.d.ts +4 -0
  57. package/dist/nodes/DattoBackup/descriptions/SaasDomainDescription.d.ts.map +1 -0
  58. package/dist/nodes/DattoBackup/descriptions/SaasDomainDescription.js +61 -0
  59. package/dist/nodes/DattoBackup/descriptions/SaasDomainDescription.js.map +1 -0
  60. package/dist/nodes/DattoBackup/descriptions/SaasSeatDescription.d.ts +4 -0
  61. package/dist/nodes/DattoBackup/descriptions/SaasSeatDescription.d.ts.map +1 -0
  62. package/dist/nodes/DattoBackup/descriptions/SaasSeatDescription.js +80 -0
  63. package/dist/nodes/DattoBackup/descriptions/SaasSeatDescription.js.map +1 -0
  64. package/dist/nodes/DattoBackup/descriptions/ShareDescription.d.ts +4 -0
  65. package/dist/nodes/DattoBackup/descriptions/ShareDescription.d.ts.map +1 -0
  66. package/dist/nodes/DattoBackup/descriptions/ShareDescription.js +78 -0
  67. package/dist/nodes/DattoBackup/descriptions/ShareDescription.js.map +1 -0
  68. package/dist/nodes/DattoBackup/descriptions/VmRestoreDescription.d.ts +4 -0
  69. package/dist/nodes/DattoBackup/descriptions/VmRestoreDescription.d.ts.map +1 -0
  70. package/dist/nodes/DattoBackup/descriptions/VmRestoreDescription.js +49 -0
  71. package/dist/nodes/DattoBackup/descriptions/VmRestoreDescription.js.map +1 -0
  72. package/dist/nodes/DattoBackup/descriptions/VolumeDescription.d.ts +4 -0
  73. package/dist/nodes/DattoBackup/descriptions/VolumeDescription.d.ts.map +1 -0
  74. package/dist/nodes/DattoBackup/descriptions/VolumeDescription.js +64 -0
  75. package/dist/nodes/DattoBackup/descriptions/VolumeDescription.js.map +1 -0
  76. package/dist/nodes/DattoBackup/descriptions/index.d.ts +15 -0
  77. package/dist/nodes/DattoBackup/descriptions/index.d.ts.map +1 -0
  78. package/dist/nodes/DattoBackup/descriptions/index.js +31 -0
  79. package/dist/nodes/DattoBackup/descriptions/index.js.map +1 -0
  80. package/package.json +65 -0
@@ -0,0 +1,110 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dtcAssetFields = exports.dtcAssetOperations = void 0;
4
+ exports.dtcAssetOperations = [
5
+ {
6
+ displayName: 'Operation',
7
+ name: 'operation',
8
+ type: 'options',
9
+ noDataExpression: true,
10
+ displayOptions: {
11
+ show: {
12
+ resource: ['dtcAsset'],
13
+ },
14
+ },
15
+ options: [
16
+ {
17
+ name: 'Get',
18
+ value: 'get',
19
+ description: 'Get a specific direct-to-cloud asset',
20
+ action: 'Get a DTC asset',
21
+ },
22
+ {
23
+ name: 'Get Many',
24
+ value: 'getMany',
25
+ description: 'Get all direct-to-cloud assets',
26
+ action: 'Get many DTC assets',
27
+ },
28
+ {
29
+ name: 'Get Many by Client',
30
+ value: 'getManyByClient',
31
+ description: 'Get all direct-to-cloud assets for a specific client',
32
+ action: 'Get many DTC assets by client',
33
+ },
34
+ ],
35
+ default: 'getMany',
36
+ },
37
+ ];
38
+ exports.dtcAssetFields = [
39
+ // ----------------------------------
40
+ // dtcAsset:get
41
+ // ----------------------------------
42
+ {
43
+ displayName: 'Client ID',
44
+ name: 'clientId',
45
+ type: 'string',
46
+ required: true,
47
+ default: '',
48
+ placeholder: 'e.g., abc123-def456',
49
+ displayOptions: {
50
+ show: {
51
+ resource: ['dtcAsset'],
52
+ operation: ['get', 'getManyByClient'],
53
+ },
54
+ },
55
+ hint: 'The client identifier from your Datto Partner Portal',
56
+ description: 'The unique client ID associated with the direct-to-cloud assets',
57
+ },
58
+ {
59
+ displayName: 'Asset UUID',
60
+ name: 'assetUuid',
61
+ type: 'string',
62
+ required: true,
63
+ default: '',
64
+ placeholder: 'e.g., 550e8400-e29b-41d4-a716-446655440000',
65
+ displayOptions: {
66
+ show: {
67
+ resource: ['dtcAsset'],
68
+ operation: ['get'],
69
+ },
70
+ },
71
+ hint: 'Get this from a previous "Get Many" operation',
72
+ description: 'The unique UUID identifying the specific DTC asset',
73
+ },
74
+ // ----------------------------------
75
+ // dtcAsset:getMany / getManyByClient
76
+ // ----------------------------------
77
+ {
78
+ displayName: 'Return All',
79
+ name: 'returnAll',
80
+ type: 'boolean',
81
+ default: false,
82
+ displayOptions: {
83
+ show: {
84
+ resource: ['dtcAsset'],
85
+ operation: ['getMany', 'getManyByClient'],
86
+ },
87
+ },
88
+ hint: 'Warning: may be slow for large datasets',
89
+ description: 'Whether to return all results or only up to a given limit',
90
+ },
91
+ {
92
+ displayName: 'Limit',
93
+ name: 'limit',
94
+ type: 'number',
95
+ typeOptions: {
96
+ minValue: 1,
97
+ maxValue: 500,
98
+ },
99
+ default: 50,
100
+ displayOptions: {
101
+ show: {
102
+ resource: ['dtcAsset'],
103
+ operation: ['getMany', 'getManyByClient'],
104
+ returnAll: [false],
105
+ },
106
+ },
107
+ description: 'Max number of results to return',
108
+ },
109
+ ];
110
+ //# sourceMappingURL=DtcAssetDescription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DtcAssetDescription.js","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/DtcAssetDescription.ts"],"names":[],"mappings":";;;AAEa,QAAA,kBAAkB,GAAsB;IACpD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,KAAK;gBACX,KAAK,EAAE,KAAK;gBACZ,WAAW,EAAE,sCAAsC;gBACnD,MAAM,EAAE,iBAAiB;aACzB;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,gCAAgC;gBAC7C,MAAM,EAAE,qBAAqB;aAC7B;YACD;gBACC,IAAI,EAAE,oBAAoB;gBAC1B,KAAK,EAAE,iBAAiB;gBACxB,WAAW,EAAE,sDAAsD;gBACnE,MAAM,EAAE,+BAA+B;aACvC;SACD;QACD,OAAO,EAAE,SAAS;KAClB;CACD,CAAC;AAEW,QAAA,cAAc,GAAsB;IAChD,qCAAqC;IACrC,uBAAuB;IACvB,qCAAqC;IACrC;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,qBAAqB;QAClC,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,KAAK,EAAE,iBAAiB,CAAC;aACrC;SACD;QACD,IAAI,EAAE,sDAAsD;QAC5D,WAAW,EAAE,iEAAiE;KAC9E;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,4CAA4C;QACzD,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,IAAI,EAAE,+CAA+C;QACrD,WAAW,EAAE,oDAAoD;KACjE;IAED,qCAAqC;IACrC,6CAA6C;IAC7C,qCAAqC;IACrC;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,KAAK;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,SAAS,EAAE,iBAAiB,CAAC;aACzC;SACD;QACD,IAAI,EAAE,yCAAyC;QAC/C,WAAW,EAAE,2DAA2D;KACxE;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;YACX,QAAQ,EAAE,GAAG;SACb;QACD,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,SAAS,EAAE,iBAAiB,CAAC;gBACzC,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const dtcRmmTemplateOperations: INodeProperties[];
3
+ export declare const dtcRmmTemplateFields: INodeProperties[];
4
+ //# sourceMappingURL=DtcRmmTemplateDescription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DtcRmmTemplateDescription.d.ts","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/DtcRmmTemplateDescription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,wBAAwB,EAAE,eAAe,EAqBrD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,eAAe,EAEjD,CAAC"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dtcRmmTemplateFields = exports.dtcRmmTemplateOperations = void 0;
4
+ exports.dtcRmmTemplateOperations = [
5
+ {
6
+ displayName: 'Operation',
7
+ name: 'operation',
8
+ type: 'options',
9
+ noDataExpression: true,
10
+ displayOptions: {
11
+ show: {
12
+ resource: ['dtcRmmTemplate'],
13
+ },
14
+ },
15
+ options: [
16
+ {
17
+ name: 'Get Many',
18
+ value: 'getMany',
19
+ description: 'Get all RMM templates',
20
+ action: 'Get many RMM templates',
21
+ },
22
+ ],
23
+ default: 'getMany',
24
+ },
25
+ ];
26
+ exports.dtcRmmTemplateFields = [
27
+ // No additional fields required - endpoint takes no parameters
28
+ ];
29
+ //# sourceMappingURL=DtcRmmTemplateDescription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DtcRmmTemplateDescription.js","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/DtcRmmTemplateDescription.ts"],"names":[],"mappings":";;;AAEa,QAAA,wBAAwB,GAAsB;IAC1D;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;aAC5B;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,uBAAuB;gBACpC,MAAM,EAAE,wBAAwB;aAChC;SACD;QACD,OAAO,EAAE,SAAS;KAClB;CACD,CAAC;AAEW,QAAA,oBAAoB,GAAsB;AACtD,+DAA+D;CAC/D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const dtcStoragePoolOperations: INodeProperties[];
3
+ export declare const dtcStoragePoolFields: INodeProperties[];
4
+ //# sourceMappingURL=DtcStoragePoolDescription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DtcStoragePoolDescription.d.ts","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/DtcStoragePoolDescription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,wBAAwB,EAAE,eAAe,EAqBrD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,eAAe,EAEjD,CAAC"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.dtcStoragePoolFields = exports.dtcStoragePoolOperations = void 0;
4
+ exports.dtcStoragePoolOperations = [
5
+ {
6
+ displayName: 'Operation',
7
+ name: 'operation',
8
+ type: 'options',
9
+ noDataExpression: true,
10
+ displayOptions: {
11
+ show: {
12
+ resource: ['dtcStoragePool'],
13
+ },
14
+ },
15
+ options: [
16
+ {
17
+ name: 'Get Many',
18
+ value: 'getMany',
19
+ description: 'Get storage pool usage by pool name',
20
+ action: 'Get many storage pools',
21
+ },
22
+ ],
23
+ default: 'getMany',
24
+ },
25
+ ];
26
+ exports.dtcStoragePoolFields = [
27
+ // No additional fields required - endpoint takes no parameters
28
+ ];
29
+ //# sourceMappingURL=DtcStoragePoolDescription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DtcStoragePoolDescription.js","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/DtcStoragePoolDescription.ts"],"names":[],"mappings":";;;AAEa,QAAA,wBAAwB,GAAsB;IAC1D;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,gBAAgB,CAAC;aAC5B;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,qCAAqC;gBAClD,MAAM,EAAE,wBAAwB;aAChC;SACD;QACD,OAAO,EAAE,SAAS;KAClB;CACD,CAAC;AAEW,QAAA,oBAAoB,GAAsB;AACtD,+DAA+D;CAC/D,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const saasApplicationOperations: INodeProperties[];
3
+ export declare const saasApplicationFields: INodeProperties[];
4
+ //# sourceMappingURL=SaasApplicationDescription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SaasApplicationDescription.d.ts","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/SaasApplicationDescription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,yBAAyB,EAAE,eAAe,EAqBtD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,EAqDlD,CAAC"}
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.saasApplicationFields = exports.saasApplicationOperations = void 0;
4
+ exports.saasApplicationOperations = [
5
+ {
6
+ displayName: 'Operation',
7
+ name: 'operation',
8
+ type: 'options',
9
+ noDataExpression: true,
10
+ displayOptions: {
11
+ show: {
12
+ resource: ['saasApplication'],
13
+ },
14
+ },
15
+ options: [
16
+ {
17
+ name: 'Get Many',
18
+ value: 'getMany',
19
+ description: 'Get SaaS Protection backup data for a customer',
20
+ action: 'Get many saa s applications',
21
+ },
22
+ ],
23
+ default: 'getMany',
24
+ },
25
+ ];
26
+ exports.saasApplicationFields = [
27
+ // ----------------------------------
28
+ // saasApplication:getMany
29
+ // ----------------------------------
30
+ {
31
+ displayName: 'SaaS Customer Name or ID',
32
+ name: 'saasCustomerId',
33
+ type: 'options',
34
+ typeOptions: {
35
+ loadOptionsMethod: 'getSaasCustomers',
36
+ },
37
+ required: true,
38
+ default: '',
39
+ displayOptions: {
40
+ show: {
41
+ resource: ['saasApplication'],
42
+ operation: ['getMany'],
43
+ },
44
+ },
45
+ hint: 'Select from dropdown or use an expression for dynamic workflows',
46
+ description: 'The SaaS Protection customer. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
47
+ },
48
+ {
49
+ displayName: 'Return All',
50
+ name: 'returnAll',
51
+ type: 'boolean',
52
+ default: false,
53
+ displayOptions: {
54
+ show: {
55
+ resource: ['saasApplication'],
56
+ operation: ['getMany'],
57
+ },
58
+ },
59
+ description: 'Whether to return all results or only up to a given limit',
60
+ },
61
+ {
62
+ displayName: 'Limit',
63
+ name: 'limit',
64
+ type: 'number',
65
+ typeOptions: {
66
+ minValue: 1,
67
+ maxValue: 500,
68
+ },
69
+ default: 50,
70
+ displayOptions: {
71
+ show: {
72
+ resource: ['saasApplication'],
73
+ operation: ['getMany'],
74
+ returnAll: [false],
75
+ },
76
+ },
77
+ description: 'Max number of results to return',
78
+ },
79
+ ];
80
+ //# sourceMappingURL=SaasApplicationDescription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SaasApplicationDescription.js","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/SaasApplicationDescription.ts"],"names":[],"mappings":";;;AAEa,QAAA,yBAAyB,GAAsB;IAC3D;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,iBAAiB,CAAC;aAC7B;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,gDAAgD;gBAC7D,MAAM,EAAE,6BAA6B;aACrC;SACD;QACD,OAAO,EAAE,SAAS;KAClB;CACD,CAAC;AAEW,QAAA,qBAAqB,GAAsB;IACvD,qCAAqC;IACrC,kCAAkC;IAClC,qCAAqC;IACrC;QACC,WAAW,EAAE,0BAA0B;QACvC,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,SAAS;QACf,WAAW,EAAE;YACZ,iBAAiB,EAAE,kBAAkB;SACrC;QACD,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,iBAAiB,CAAC;gBAC7B,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,IAAI,EAAE,iEAAiE;QACvE,WAAW,EAAE,+IAA+I;KAC5J;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,KAAK;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,iBAAiB,CAAC;gBAC7B,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,WAAW,EAAE,2DAA2D;KACxE;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;YACX,QAAQ,EAAE,GAAG;SACb;QACD,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,iBAAiB,CAAC;gBAC7B,SAAS,EAAE,CAAC,SAAS,CAAC;gBACtB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const saasDomainOperations: INodeProperties[];
3
+ export declare const saasDomainFields: INodeProperties[];
4
+ //# sourceMappingURL=SaasDomainDescription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SaasDomainDescription.d.ts","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/SaasDomainDescription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,oBAAoB,EAAE,eAAe,EAqBjD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,EAkC7C,CAAC"}
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.saasDomainFields = exports.saasDomainOperations = void 0;
4
+ exports.saasDomainOperations = [
5
+ {
6
+ displayName: 'Operation',
7
+ name: 'operation',
8
+ type: 'options',
9
+ noDataExpression: true,
10
+ displayOptions: {
11
+ show: {
12
+ resource: ['saasDomain'],
13
+ },
14
+ },
15
+ options: [
16
+ {
17
+ name: 'Get Many',
18
+ value: 'getMany',
19
+ description: 'Get all SaaS Protection domains being protected',
20
+ action: 'Get many saa s domains',
21
+ },
22
+ ],
23
+ default: 'getMany',
24
+ },
25
+ ];
26
+ exports.saasDomainFields = [
27
+ // ----------------------------------
28
+ // saasDomain:getMany
29
+ // ----------------------------------
30
+ {
31
+ displayName: 'Return All',
32
+ name: 'returnAll',
33
+ type: 'boolean',
34
+ default: false,
35
+ displayOptions: {
36
+ show: {
37
+ resource: ['saasDomain'],
38
+ operation: ['getMany'],
39
+ },
40
+ },
41
+ description: 'Whether to return all results or only up to a given limit',
42
+ },
43
+ {
44
+ displayName: 'Limit',
45
+ name: 'limit',
46
+ type: 'number',
47
+ typeOptions: {
48
+ minValue: 1,
49
+ },
50
+ default: 50,
51
+ displayOptions: {
52
+ show: {
53
+ resource: ['saasDomain'],
54
+ operation: ['getMany'],
55
+ returnAll: [false],
56
+ },
57
+ },
58
+ description: 'Max number of results to return',
59
+ },
60
+ ];
61
+ //# sourceMappingURL=SaasDomainDescription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SaasDomainDescription.js","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/SaasDomainDescription.ts"],"names":[],"mappings":";;;AAEa,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;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;aACxB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,iDAAiD;gBAC9D,MAAM,EAAE,wBAAwB;aAChC;SACD;QACD,OAAO,EAAE,SAAS;KAClB;CACD,CAAC;AAEW,QAAA,gBAAgB,GAAsB;IAClD,qCAAqC;IACrC,6BAA6B;IAC7B,qCAAqC;IACrC;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,KAAK;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,WAAW,EAAE,2DAA2D;KACxE;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;SACX;QACD,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,SAAS,CAAC;gBACtB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const saasSeatOperations: INodeProperties[];
3
+ export declare const saasSeatFields: INodeProperties[];
4
+ //# sourceMappingURL=SaasSeatDescription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SaasSeatDescription.d.ts","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/SaasSeatDescription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,kBAAkB,EAAE,eAAe,EAqB/C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,EAqD3C,CAAC"}
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.saasSeatFields = exports.saasSeatOperations = void 0;
4
+ exports.saasSeatOperations = [
5
+ {
6
+ displayName: 'Operation',
7
+ name: 'operation',
8
+ type: 'options',
9
+ noDataExpression: true,
10
+ displayOptions: {
11
+ show: {
12
+ resource: ['saasSeat'],
13
+ },
14
+ },
15
+ options: [
16
+ {
17
+ name: 'Get Many',
18
+ value: 'getMany',
19
+ description: 'Get SaaS Protection seats for a customer',
20
+ action: 'Get many saa s seats',
21
+ },
22
+ ],
23
+ default: 'getMany',
24
+ },
25
+ ];
26
+ exports.saasSeatFields = [
27
+ // ----------------------------------
28
+ // saasSeat:getMany
29
+ // ----------------------------------
30
+ {
31
+ displayName: 'SaaS Customer Name or ID',
32
+ name: 'saasCustomerId',
33
+ type: 'options',
34
+ typeOptions: {
35
+ loadOptionsMethod: 'getSaasCustomers',
36
+ },
37
+ required: true,
38
+ default: '',
39
+ displayOptions: {
40
+ show: {
41
+ resource: ['saasSeat'],
42
+ operation: ['getMany'],
43
+ },
44
+ },
45
+ hint: 'Select from dropdown or use an expression for dynamic workflows',
46
+ description: 'The SaaS Protection customer. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
47
+ },
48
+ {
49
+ displayName: 'Return All',
50
+ name: 'returnAll',
51
+ type: 'boolean',
52
+ default: false,
53
+ displayOptions: {
54
+ show: {
55
+ resource: ['saasSeat'],
56
+ operation: ['getMany'],
57
+ },
58
+ },
59
+ description: 'Whether to return all results or only up to a given limit',
60
+ },
61
+ {
62
+ displayName: 'Limit',
63
+ name: 'limit',
64
+ type: 'number',
65
+ typeOptions: {
66
+ minValue: 1,
67
+ maxValue: 500,
68
+ },
69
+ default: 50,
70
+ displayOptions: {
71
+ show: {
72
+ resource: ['saasSeat'],
73
+ operation: ['getMany'],
74
+ returnAll: [false],
75
+ },
76
+ },
77
+ description: 'Max number of results to return',
78
+ },
79
+ ];
80
+ //# sourceMappingURL=SaasSeatDescription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SaasSeatDescription.js","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/SaasSeatDescription.ts"],"names":[],"mappings":";;;AAEa,QAAA,kBAAkB,GAAsB;IACpD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;aACtB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,0CAA0C;gBACvD,MAAM,EAAE,sBAAsB;aAC9B;SACD;QACD,OAAO,EAAE,SAAS;KAClB;CACD,CAAC;AAEW,QAAA,cAAc,GAAsB;IAChD,qCAAqC;IACrC,2BAA2B;IAC3B,qCAAqC;IACrC;QACC,WAAW,EAAE,0BAA0B;QACvC,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,SAAS;QACf,WAAW,EAAE;YACZ,iBAAiB,EAAE,kBAAkB;SACrC;QACD,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,IAAI,EAAE,iEAAiE;QACvE,WAAW,EAAE,+IAA+I;KAC5J;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,KAAK;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,WAAW,EAAE,2DAA2D;KACxE;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;YACX,QAAQ,EAAE,GAAG;SACb;QACD,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,UAAU,CAAC;gBACtB,SAAS,EAAE,CAAC,SAAS,CAAC;gBACtB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const shareOperations: INodeProperties[];
3
+ export declare const shareFields: INodeProperties[];
4
+ //# sourceMappingURL=ShareDescription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShareDescription.d.ts","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/ShareDescription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,eAAe,EAAE,eAAe,EAqB5C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,EAmDxC,CAAC"}
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.shareFields = exports.shareOperations = void 0;
4
+ exports.shareOperations = [
5
+ {
6
+ displayName: 'Operation',
7
+ name: 'operation',
8
+ type: 'options',
9
+ noDataExpression: true,
10
+ displayOptions: {
11
+ show: {
12
+ resource: ['share'],
13
+ },
14
+ },
15
+ options: [
16
+ {
17
+ name: 'Get Many',
18
+ value: 'getMany',
19
+ description: 'Get all shares for a BCDR device',
20
+ action: 'Get many shares',
21
+ },
22
+ ],
23
+ default: 'getMany',
24
+ },
25
+ ];
26
+ exports.shareFields = [
27
+ // ----------------------------------
28
+ // share:getMany
29
+ // ----------------------------------
30
+ {
31
+ displayName: 'Device Serial Number Name or ID',
32
+ name: 'serialNumber',
33
+ type: 'options',
34
+ typeOptions: {
35
+ loadOptionsMethod: 'getDevices',
36
+ },
37
+ required: true,
38
+ default: '',
39
+ displayOptions: {
40
+ show: {
41
+ resource: ['share'],
42
+ operation: ['getMany'],
43
+ },
44
+ },
45
+ description: 'The serial number of the BCDR device. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
46
+ },
47
+ {
48
+ displayName: 'Return All',
49
+ name: 'returnAll',
50
+ type: 'boolean',
51
+ default: false,
52
+ displayOptions: {
53
+ show: {
54
+ resource: ['share'],
55
+ operation: ['getMany'],
56
+ },
57
+ },
58
+ description: 'Whether to return all results or only up to a given limit',
59
+ },
60
+ {
61
+ displayName: 'Limit',
62
+ name: 'limit',
63
+ type: 'number',
64
+ typeOptions: {
65
+ minValue: 1,
66
+ },
67
+ default: 50,
68
+ displayOptions: {
69
+ show: {
70
+ resource: ['share'],
71
+ operation: ['getMany'],
72
+ returnAll: [false],
73
+ },
74
+ },
75
+ description: 'Max number of results to return',
76
+ },
77
+ ];
78
+ //# sourceMappingURL=ShareDescription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShareDescription.js","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/ShareDescription.ts"],"names":[],"mappings":";;;AAEa,QAAA,eAAe,GAAsB;IACjD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,OAAO,CAAC;aACnB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,kCAAkC;gBAC/C,MAAM,EAAE,iBAAiB;aACzB;SACD;QACD,OAAO,EAAE,SAAS;KAClB;CACD,CAAC;AAEW,QAAA,WAAW,GAAsB;IAC7C,qCAAqC;IACrC,wBAAwB;IACxB,qCAAqC;IACrC;QACC,WAAW,EAAE,iCAAiC;QAC9C,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,SAAS;QACf,WAAW,EAAE;YACZ,iBAAiB,EAAE,YAAY;SAC/B;QACD,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,OAAO,CAAC;gBACnB,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,WAAW,EAAE,uJAAuJ;KACpK;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,KAAK;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,OAAO,CAAC;gBACnB,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,WAAW,EAAE,2DAA2D;KACxE;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;SACX;QACD,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,OAAO,CAAC;gBACnB,SAAS,EAAE,CAAC,SAAS,CAAC;gBACtB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const vmRestoreOperations: INodeProperties[];
3
+ export declare const vmRestoreFields: INodeProperties[];
4
+ //# sourceMappingURL=VmRestoreDescription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VmRestoreDescription.d.ts","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/VmRestoreDescription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,mBAAmB,EAAE,eAAe,EAqBhD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,EAsB5C,CAAC"}
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.vmRestoreFields = exports.vmRestoreOperations = void 0;
4
+ exports.vmRestoreOperations = [
5
+ {
6
+ displayName: 'Operation',
7
+ name: 'operation',
8
+ type: 'options',
9
+ noDataExpression: true,
10
+ displayOptions: {
11
+ show: {
12
+ resource: ['vmRestore'],
13
+ },
14
+ },
15
+ options: [
16
+ {
17
+ name: 'Get Many',
18
+ value: 'getMany',
19
+ description: 'Get all VM restores for a BCDR device',
20
+ action: 'Get many VM restores',
21
+ },
22
+ ],
23
+ default: 'getMany',
24
+ },
25
+ ];
26
+ exports.vmRestoreFields = [
27
+ // ----------------------------------
28
+ // vmRestore:getMany
29
+ // ----------------------------------
30
+ {
31
+ displayName: 'Device Serial Number Name or ID',
32
+ name: 'serialNumber',
33
+ type: 'options',
34
+ typeOptions: {
35
+ loadOptionsMethod: 'getDevices',
36
+ },
37
+ required: true,
38
+ default: '',
39
+ displayOptions: {
40
+ show: {
41
+ resource: ['vmRestore'],
42
+ operation: ['getMany'],
43
+ },
44
+ },
45
+ hint: 'Lists all VM restore operations (past and active) for this device',
46
+ description: 'The serial number of the BCDR device. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
47
+ },
48
+ ];
49
+ //# sourceMappingURL=VmRestoreDescription.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VmRestoreDescription.js","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/VmRestoreDescription.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACrD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,WAAW,CAAC;aACvB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,uCAAuC;gBACpD,MAAM,EAAE,sBAAsB;aAC9B;SACD;QACD,OAAO,EAAE,SAAS;KAClB;CACD,CAAC;AAEW,QAAA,eAAe,GAAsB;IACjD,qCAAqC;IACrC,4BAA4B;IAC5B,qCAAqC;IACrC;QACC,WAAW,EAAE,iCAAiC;QAC9C,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,SAAS;QACf,WAAW,EAAE;YACZ,iBAAiB,EAAE,YAAY;SAC/B;QACD,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,WAAW,CAAC;gBACvB,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,IAAI,EAAE,mEAAmE;QACzE,WAAW,EAAE,uJAAuJ;KACpK;CACD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const volumeOperations: INodeProperties[];
3
+ export declare const volumeFields: INodeProperties[];
4
+ //# sourceMappingURL=VolumeDescription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VolumeDescription.d.ts","sourceRoot":"","sources":["../../../../nodes/DattoBackup/descriptions/VolumeDescription.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,gBAAgB,EAAE,eAAe,EAqB7C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,EAqCzC,CAAC"}