@joshuanode/n8n-nodes-addigy 0.0.3 → 0.0.5

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 CHANGED
@@ -102,6 +102,7 @@ The Addigy node supports the following resources:
102
102
  Manage and monitor Apple devices in your organization.
103
103
  - Get device information by ID
104
104
  - List all devices with filtering options
105
+ - Count total devices with optional filters
105
106
  - Get device facts (system information, hardware details, installed software)
106
107
  - Update device properties (name, policy assignment, notes)
107
108
  - Run commands on devices (restart, shutdown, lock, clear passcode, refresh facts)
@@ -145,6 +146,12 @@ Create and execute custom scripts on devices.
145
146
  - Delete instructions
146
147
  - Execute instructions on specific devices or policies
147
148
 
149
+ #### 💳 Billing
150
+ Access billing data for your organization.
151
+ - Get billing summary data
152
+ - Get billing account details
153
+ - Get billing invoices
154
+
148
155
  ## Usage
149
156
 
150
157
  ### Basic Example: Get All Devices
@@ -207,6 +214,7 @@ Schedule Trigger → Addigy (Get Alerts) → Filter (compliance alerts) → Jira
207
214
  ### Device Operations
208
215
  | Operation | Description |
209
216
  |-----------|-------------|
217
+ | Count | Get total number of devices |
210
218
  | Get | Retrieve a device by ID |
211
219
  | Get Many | List devices with optional filters |
212
220
  | Get Facts | Retrieve all facts for a specific device |
@@ -256,6 +264,13 @@ Schedule Trigger → Addigy (Get Alerts) → Filter (compliance alerts) → Jira
256
264
  | Delete | Delete an instruction |
257
265
  | Execute | Run an instruction on devices/policies |
258
266
 
267
+ ### Billing Operations
268
+ | Operation | Description |
269
+ |-----------|-------------|
270
+ | Get Data | Retrieve billing summary data |
271
+ | Get Account | Retrieve billing account details |
272
+ | Get Invoices | Retrieve billing invoices |
273
+
259
274
  ## Known Issues
260
275
 
261
276
  - **Rate Limiting**: The Addigy API has a rate limit of 1,000 requests per 10 seconds. If exceeded, requests will be rejected for 24 hours. The node does not currently implement automatic rate limiting.
@@ -1 +1 @@
1
- {"version":3,"file":"Addigy.node.d.ts","sourceRoot":"","sources":["../../../nodes/Addigy/Addigy.node.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EAEpB,MAAM,cAAc,CAAC;AAkBtB,qBAAa,MAAO,YAAW,SAAS;IACvC,WAAW,EAAE,oBAAoB,CAyE/B;IAEF,OAAO;;6BAEkB,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;8BAGtD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;kCAGnD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;;MAInF;IAEI,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CA6rBvE"}
1
+ {"version":3,"file":"Addigy.node.d.ts","sourceRoot":"","sources":["../../../nodes/Addigy/Addigy.node.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EAEpB,MAAM,cAAc,CAAC;AAiBtB,qBAAa,MAAO,YAAW,SAAS;IACvC,WAAW,EAAE,oBAAoB,CA+E9B;IAEH,OAAO;;6BAEkB,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;8BAGtD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;kCAGnD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;;MAInF;IAEI,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CAs4BvE"}