asposeslidescloud 22.4.0 → 22.8.0

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.
@@ -146,7 +146,7 @@ function invokeApiMethodInternal(requestOptions, confguration, notApplyAuthToReq
146
146
  if (!requestOptions.headers) {
147
147
  requestOptions.headers = {};
148
148
  }
149
- requestOptions.headers["x-aspose-client"] = "nodejs sdk v22.4.0";
149
+ requestOptions.headers["x-aspose-client"] = "nodejs sdk v22.8.0";
150
150
  if (confguration.timeout) {
151
151
  requestOptions.headers["x-aspose-timeout"] = confguration.timeout;
152
152
  }