@blocklet/server-js 1.17.3-beta-20251121-135300-8e451e6e → 1.17.3-beta-20251125-042047-1bcefd39

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/dist/browser.d.ts CHANGED
@@ -2178,6 +2178,8 @@ declare namespace ABTNodeClient {
2178
2178
  interface RequestUpdateNginxHttpsCertInput {
2179
2179
  id: string;
2180
2180
  name: string;
2181
+ certificate: string;
2182
+ privateKey: string;
2181
2183
  }
2182
2184
 
2183
2185
  interface RequestUpdateOrgInput {