@seamapi/nextlove-sdk-generator 1.14.10 → 1.14.11

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.
@@ -14,10 +14,6 @@ module Seam
14
14
  module Routes
15
15
  ${resource_client_defs}
16
16
 
17
- def health
18
- @client.get("/health")
19
- end
20
-
21
17
  # @deprecated Please use {#devices.unmanaged} instead.
22
18
  def unmanaged_devices
23
19
  warn "[DEPRECATION] 'unmanaged_devices' is deprecated. Please use 'devices.unmanaged' instead."
@@ -1 +1 @@
1
- {"version":3,"file":"routes.rb.template.js","sourceRoot":"","sources":["../../../src/lib/generate-ruby-sdk/templates/routes.rb.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAExC,eAAe,CAAC,qBAA+B,EAAE,EAAE;IACjD,MAAM,oBAAoB,GAAG,qBAAqB;SAC/C,GAAG,CAAC,CAAC,WAAW,EAAE,EAAE;QACnB,OAAO;UACH,WAAW;SACZ,WAAW,uBAAuB,UAAU,CAC7C,WAAW,CACZ;UACG,CAAA;IACN,CAAC,CAAC;SACD,IAAI,CAAC,EAAE,CAAC,CAAA;IAEX,OAAO;;;;EAIP,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2BhB,CAAA;AACN,CAAC,CAAA"}
1
+ {"version":3,"file":"routes.rb.template.js","sourceRoot":"","sources":["../../../src/lib/generate-ruby-sdk/templates/routes.rb.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAExC,eAAe,CAAC,qBAA+B,EAAE,EAAE;IACjD,MAAM,oBAAoB,GAAG,qBAAqB;SAC/C,GAAG,CAAC,CAAC,WAAW,EAAE,EAAE;QACnB,OAAO;UACH,WAAW;SACZ,WAAW,uBAAuB,UAAU,CAC7C,WAAW,CACZ;UACG,CAAA;IACN,CAAC,CAAC;SACD,IAAI,CAAC,EAAE,CAAC,CAAA;IAEX,OAAO;;;;EAIP,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;MAuBhB,CAAA;AACN,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/nextlove-sdk-generator",
3
- "version": "1.14.10",
3
+ "version": "1.14.11",
4
4
  "description": "Utilities for building NextLove SDK Generators",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -18,10 +18,6 @@ module Seam
18
18
  module Routes
19
19
  ${resource_client_defs}
20
20
 
21
- def health
22
- @client.get("/health")
23
- end
24
-
25
21
  # @deprecated Please use {#devices.unmanaged} instead.
26
22
  def unmanaged_devices
27
23
  warn "[DEPRECATION] 'unmanaged_devices' is deprecated. Please use 'devices.unmanaged' instead."