Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codegen/Templates/dart/pubspec.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dependencies:
http: '>=0.13.0 <2.0.0'
dev_dependencies:
lints: ^5.1.1
lints: ^6.0.0
test: ^1.25.1
8 changes: 4 additions & 4 deletions codegen/Templates/nodejs/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@
"minify": true
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/jest": "^30.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.0",
"npm-check-updates": "^17.1.15",
"prettier": "^3.5.3",
"prettier": "^3.6.0",
"ts-jest": "^29.2.6",
"tslib": "^2.8.1",
"tsup": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion codegen/config-android.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"androidSdkVersion": "33",
"apiPackage": "com.aspose.barcode.cloud.demo_app",
"artifactId": "Android Application for Barcode Processing in the Cloud via REST API",
"artifactVersion": "25.5.0",
"artifactVersion": "25.6.0",
"groupId": "com.aspose",
"invokerPackage": "com.aspose.barcode.cloud.demo_app",
"modelPackage": "com.aspose.barcode.cloud.demo_app.model"
Expand Down
2 changes: 1 addition & 1 deletion codegen/config-dart.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"browserClient": false,
"pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily",
"pubName": "aspose_barcode_cloud",
"pubVersion": "4.25.5",
"pubVersion": "4.25.6",
"useEnumExtension": true
}
2 changes: 1 addition & 1 deletion codegen/config-go.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packageName": "barcode",
"packageVersion": "4.2505.0"
"packageVersion": "4.2506.0"
}
2 changes: 1 addition & 1 deletion codegen/config-java.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"artifactDescription": "Aspose.BarCode Cloud SDK for Java",
"artifactId": "aspose-barcode-cloud",
"artifactUrl": "https://www.aspose.cloud",
"artifactVersion": "25.5.0",
"artifactVersion": "25.6.0",
"developerEmail": "[email protected]",
"developerName": "Denis Averin",
"developerOrganization": "Aspose",
Expand Down
2 changes: 1 addition & 1 deletion codegen/config-php.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"artifactVersion": "25.5.0",
"artifactVersion": "25.6.0",
"invokerPackage": "Aspose\\BarCode"
}
2 changes: 1 addition & 1 deletion codegen/config-python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packageName": "aspose_barcode_cloud",
"packageUrl": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python",
"packageVersion": "25.5.0",
"packageVersion": "25.6.0",
"projectName": "aspose-barcode-cloud"
}
4 changes: 2 additions & 2 deletions codegen/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"artifactVersion": "23.7.0",
"npmName": "aspose-barcode-cloud-node",
"npmVersion": "25.5.0",
"npmVersion": "25.6.0",
"packageName": "Aspose.BarCode.Cloud.Sdk",
"packageVersion": "25.5.0",
"packageVersion": "25.6.0",
"supportsES6": true,
"targetFramework": "netstandard2.0"
}
3 changes: 2 additions & 1 deletion scripts/check-urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class Curl:
"https://api.aspose.cloud/v4.0": (Curl.HTTP_RETURNED_ERROR, 404),
"https://api.aspose.cloud/v4.0/": (Curl.HTTP_RETURNED_ERROR, 404),
"https://id.aspose.cloud/connect/token": (Curl.HTTP_RETURNED_ERROR, 400),
"https://barcode.qa.aspose.cloud/v3.0/barcode/swagger/spec": (Curl.COULDNT_RESOLVE_HOST, None),
# TODO: Temporary fix
"https://dashboard.aspose.cloud/applications": (Curl.HTTP_RETURNED_ERROR, 404),
}
Expand Down Expand Up @@ -88,7 +87,9 @@ class Curl:
".sonatype.org",
".w3.org",
".wikipedia.org",

# Regular domains
"barcode.qa.aspose.cloud",
"editorconfig.org",
]
)
Expand Down
4 changes: 2 additions & 2 deletions scripts/update_swagger_spec.bash
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -euo pipefail

# SWAGGER_SPEC_URL="https://api.aspose.cloud/v3.0/barcode/swagger/spec"
# SWAGGER_SPEC_URL="https://barcode.qa.aspose.cloud/v4.0/barcode/swagger/spec"
SWAGGER_SPEC_URL="https://api.aspose.cloud/v4.0/barcode/swagger/spec"
# SWAGGER_SPEC_URL="http://localhost:47972/v3.0/barcode/swagger/spec"
# SWAGGER_SPEC_URL="http://localhost:47972/v4.0/barcode/swagger/spec"

curl "${SWAGGER_SPEC_URL}" > spec/aspose-barcode-cloud.json
2 changes: 1 addition & 1 deletion submodules/android
Submodule android updated 1 files
+1 −1 app/build.gradle
2 changes: 1 addition & 1 deletion submodules/dart
2 changes: 1 addition & 1 deletion submodules/go
2 changes: 1 addition & 1 deletion submodules/node
Submodule node updated 4 files
+1 −1 README.md
+2,368 −2,261 package-lock.json
+5 −5 package.json
+3 −3 src/api.ts
2 changes: 1 addition & 1 deletion submodules/php
Submodule php updated 32 files
+1 −1 README.md
+1 −1 composer.json
+33 −33 snippets/ManualFetchToken.php
+3 −2 snippets/generate/appearance/GenerateGet.php
+1 −1 snippets/generate/appearance/GenerateMultipart.php
+1 −1 snippets/generate/save/GenerateBody.php
+1 −1 snippets/generate/save/GenerateGet.php
+2 −2 snippets/generate/save/GenerateMultipart.php
+1 −1 snippets/generate/set-colorscheme/GenerateBody.php
+1 −1 snippets/generate/set-colorscheme/GenerateGet.php
+2 −2 snippets/generate/set-colorscheme/GenerateMultipart.php
+3 −3 snippets/generate/set-size/GenerateBody.php
+2 −2 snippets/generate/set-size/GenerateGet.php
+3 −3 snippets/generate/set-size/GenerateMultipart.php
+1 −1 snippets/generate/set-text/GenerateBody.php
+1 −1 snippets/generate/set-text/GenerateGet.php
+2 −2 snippets/generate/set-text/GenerateMultipart.php
+2 −2 snippets/read/set-image-kind/RecognizeGet.php
+2 −2 snippets/read/set-image-kind/RecognizeMultipart.php
+1 −1 snippets/read/set-quality/RecognizeBody.php
+1 −1 snippets/read/set-quality/RecognizeGet.php
+5 −5 snippets/read/set-quality/RecognizeMultipart.php
+1 −1 snippets/read/set-source/RecognizeBody.php
+1 −1 snippets/read/set-source/RecognizeGet.php
+2 −2 snippets/read/set-source/RecognizeMultipart.php
+1 −1 snippets/read/set-source/ScanBody.php
+1 −1 snippets/read/set-source/ScanGet.php
+2 −2 snippets/read/set-source/ScanMultipart.php
+1 −1 snippets/read/set-target-types/RecognizeBody.php
+4 −4 snippets/read/set-target-types/RecognizeGet.php
+2 −2 snippets/read/set-target-types/RecognizeMultipart.php
+1 −1 src/Aspose/BarCode/Configuration.php