@octelium/apis 1.0.7 → 1.0.9

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.
@@ -844,7 +844,11 @@ export enum Service_Spec_Type {
844
844
  /**
845
845
  * @generated from protobuf enum value: LLM = 14;
846
846
  */
847
- LLM = 14
847
+ LLM = 14,
848
+ /**
849
+ * @generated from protobuf enum value: RDP = 15;
850
+ */
851
+ RDP = 15
848
852
  }
849
853
  /**
850
854
  * @generated from protobuf message octelium.api.main.user.v1.Service.Status
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octelium/apis",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Octelium Protobuf APIs",
5
5
  "author": "Octelium <contact@octelium.com>",
6
6
  "license": "Apache-2.0",