freeclimb 5.5.0 → 5.5.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/lib/freeclimb/version.rb +1 -1
- data/openapi.json +1 -1
- data/package.json +12 -1
- data/yarn.lock +62 -53
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55b3f365e1472ef495bcc62c25943b8dc3f8ba0fe7919111654a247b78e4cd36
|
|
4
|
+
data.tar.gz: bca322d8d2c2e39a3096a9b57925a4903353015ce2ceb6decf25c4bce13490af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09cfb72b5dc873a8dd45e1d53ec73143649632f17d039b9fe61969356fbe346b6b4e5e275feb6f0ec2a2c69bf8f0b673e32c20aa17c3d21ee5f7479cfdc49c02'
|
|
7
|
+
data.tar.gz: c92e50656042b5a8a47c7f7aa7c57635af77d97c3ee236be414f5cfdb5e64afcb20c7102bcb175054e131ea14637bea7cf872d8193faae3f6cb20b0553e55dc5
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
<a name="5.5.1"></a>
|
|
11
|
+
|
|
12
|
+
## [5.5.1] - 2026-05-13
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Response status code for Make A Call should be 202 instead of 200
|
|
17
|
+
|
|
10
18
|
<a name="5.5.0"></a>
|
|
11
19
|
|
|
12
20
|
## [5.5.0] - 2026-04-06
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 1.0.0
|
|
10
|
-
- Package version: 5.5.
|
|
10
|
+
- Package version: 5.5.1
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ For more information, please visit [https://www.freeclimb.com/support/](https://
|
|
|
15
15
|
|
|
16
16
|
Add this to the Gemfile:
|
|
17
17
|
|
|
18
|
-
gem 'freeclimb', '~> 5.5.
|
|
18
|
+
gem 'freeclimb', '~> 5.5.1'
|
|
19
19
|
|
|
20
20
|
and run from your terminal
|
|
21
21
|
|
|
@@ -44,9 +44,9 @@ gem build freeclimb.gemspec
|
|
|
44
44
|
Then either install the gem locally:
|
|
45
45
|
|
|
46
46
|
```shell
|
|
47
|
-
gem install ./freeclimb-5.5.
|
|
47
|
+
gem install ./freeclimb-5.5.1.gem
|
|
48
48
|
```
|
|
49
|
-
(for development, run `gem install --dev ./freeclimb-5.5.
|
|
49
|
+
(for development, run `gem install --dev ./freeclimb-5.5.1.gem` to install the development dependencies)
|
|
50
50
|
|
|
51
51
|
## Getting Started
|
|
52
52
|
|
data/lib/freeclimb/version.rb
CHANGED
data/openapi.json
CHANGED
data/package.json
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
3
|
"@stoplight/prism-cli": "5.14.2",
|
|
4
|
-
"fast-xml-parser": "^5.
|
|
4
|
+
"fast-xml-parser": "^5.7.0",
|
|
5
5
|
"jsonpath-plus": "^10.3.0"
|
|
6
|
+
},
|
|
7
|
+
"resolutions": {
|
|
8
|
+
"lodash": "^4.18.0",
|
|
9
|
+
"fast-xml-parser": "^5.7.0",
|
|
10
|
+
"fast-xml-builder": "^1.1.7",
|
|
11
|
+
"picomatch": "^4.0.4",
|
|
12
|
+
"fast-uri": "^3.1.2",
|
|
13
|
+
"ajv": "^8.18.0",
|
|
14
|
+
"yaml": "^1.10.3",
|
|
15
|
+
"js-yaml": "^3.14.2",
|
|
16
|
+
"@tootallnate/once": "^3.0.1"
|
|
6
17
|
}
|
|
7
18
|
}
|
data/yarn.lock
CHANGED
|
@@ -27,6 +27,11 @@
|
|
|
27
27
|
resolved "https://registry.yarnpkg.com/@jsep-plugin/regex/-/regex-1.0.4.tgz#cb2fc423220fa71c609323b9ba7f7d344a755fcc"
|
|
28
28
|
integrity sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==
|
|
29
29
|
|
|
30
|
+
"@nodable/entities@^2.1.0":
|
|
31
|
+
version "2.1.0"
|
|
32
|
+
resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2"
|
|
33
|
+
integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==
|
|
34
|
+
|
|
30
35
|
"@stoplight/http-spec@^7.0.3":
|
|
31
36
|
version "7.1.0"
|
|
32
37
|
resolved "https://registry.yarnpkg.com/@stoplight/http-spec/-/http-spec-7.1.0.tgz#516fec5f4b08cc93dadfb4969a6f9616165b0553"
|
|
@@ -248,10 +253,10 @@
|
|
|
248
253
|
"@stoplight/yaml-ast-parser" "0.0.50"
|
|
249
254
|
tslib "^2.2.0"
|
|
250
255
|
|
|
251
|
-
"@tootallnate/once@2":
|
|
252
|
-
version "
|
|
253
|
-
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-
|
|
254
|
-
integrity sha512-
|
|
256
|
+
"@tootallnate/once@2", "@tootallnate/once@^3.0.1":
|
|
257
|
+
version "3.0.1"
|
|
258
|
+
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-3.0.1.tgz#d580decb59cb41a15856387a86800838102daf44"
|
|
259
|
+
integrity sha512-VyMVKRrpHTT8PnotUeV8L/mDaMwD5DaAKCFLP73zAqAtvF0FCqky+Ki7BYbFCYQmqFyTe9316Ed5zS70QUR9eg==
|
|
255
260
|
|
|
256
261
|
"@types/json-schema@7.0.11":
|
|
257
262
|
version "7.0.11"
|
|
@@ -309,10 +314,10 @@ ajv-formats@^2.1.1:
|
|
|
309
314
|
dependencies:
|
|
310
315
|
ajv "^8.0.0"
|
|
311
316
|
|
|
312
|
-
ajv@^8.0.0, ajv@^8.4.0:
|
|
313
|
-
version "8.
|
|
314
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.
|
|
315
|
-
integrity sha512-
|
|
317
|
+
ajv@^8.0.0, ajv@^8.18.0, ajv@^8.4.0:
|
|
318
|
+
version "8.20.0"
|
|
319
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.20.0.tgz#304b3636add88ba7d936760dd50ece006dea95f9"
|
|
320
|
+
integrity sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==
|
|
316
321
|
dependencies:
|
|
317
322
|
fast-deep-equal "^3.1.3"
|
|
318
323
|
fast-uri "^3.0.1"
|
|
@@ -535,30 +540,29 @@ fast-safe-stringify@^2.0.8:
|
|
|
535
540
|
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
|
|
536
541
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
537
542
|
|
|
538
|
-
fast-uri@^3.0.1:
|
|
539
|
-
version "3.1.
|
|
540
|
-
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.
|
|
541
|
-
integrity sha512-
|
|
543
|
+
fast-uri@^3.0.1, fast-uri@^3.1.2:
|
|
544
|
+
version "3.1.2"
|
|
545
|
+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
|
|
546
|
+
integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
|
|
542
547
|
|
|
543
|
-
fast-xml-builder@^1.
|
|
544
|
-
version "1.
|
|
545
|
-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.
|
|
546
|
-
integrity sha512-
|
|
547
|
-
|
|
548
|
-
fast-xml-parser@^4.2.0:
|
|
549
|
-
version "4.5.1"
|
|
550
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz#a7e665ff79b7919100a5202f23984b6150f9b31e"
|
|
551
|
-
integrity sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==
|
|
548
|
+
fast-xml-builder@^1.1.7, fast-xml-builder@^1.2.0:
|
|
549
|
+
version "1.2.0"
|
|
550
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
|
|
551
|
+
integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
|
|
552
552
|
dependencies:
|
|
553
|
-
|
|
553
|
+
path-expression-matcher "^1.5.0"
|
|
554
|
+
xml-naming "^0.1.0"
|
|
554
555
|
|
|
555
|
-
fast-xml-parser@^5.
|
|
556
|
-
version "5.
|
|
557
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.
|
|
558
|
-
integrity sha512-
|
|
556
|
+
fast-xml-parser@^4.2.0, fast-xml-parser@^5.7.0:
|
|
557
|
+
version "5.8.0"
|
|
558
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz#64d71f0f8d4bf23621dffd762aef7e98c1884fc1"
|
|
559
|
+
integrity sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg==
|
|
559
560
|
dependencies:
|
|
560
|
-
|
|
561
|
-
|
|
561
|
+
"@nodable/entities" "^2.1.0"
|
|
562
|
+
fast-xml-builder "^1.2.0"
|
|
563
|
+
path-expression-matcher "^1.5.0"
|
|
564
|
+
strnum "^2.3.0"
|
|
565
|
+
xml-naming "^0.1.0"
|
|
562
566
|
|
|
563
567
|
fastestsmallesttextencoderdecoder@^1.0.22:
|
|
564
568
|
version "1.0.22"
|
|
@@ -729,10 +733,10 @@ isomorphic-fetch@^3.0.0:
|
|
|
729
733
|
node-fetch "^2.6.1"
|
|
730
734
|
whatwg-fetch "^3.4.1"
|
|
731
735
|
|
|
732
|
-
js-yaml@^3.12.1:
|
|
733
|
-
version "3.14.
|
|
734
|
-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.
|
|
735
|
-
integrity sha512-
|
|
736
|
+
js-yaml@^3.12.1, js-yaml@^3.14.2:
|
|
737
|
+
version "3.14.2"
|
|
738
|
+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.2.tgz#77485ce1dd7f33c061fd1b16ecea23b55fcb04b0"
|
|
739
|
+
integrity sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==
|
|
736
740
|
dependencies:
|
|
737
741
|
argparse "^1.0.7"
|
|
738
742
|
esprima "^4.0.0"
|
|
@@ -846,10 +850,10 @@ lodash.camelcase@^4.3.0:
|
|
|
846
850
|
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
|
|
847
851
|
integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
|
|
848
852
|
|
|
849
|
-
lodash@4.17.21, lodash@^4.17.21, lodash@^4.17.4:
|
|
850
|
-
version "4.
|
|
851
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.
|
|
852
|
-
integrity sha512-
|
|
853
|
+
lodash@4.17.21, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.18.0:
|
|
854
|
+
version "4.18.1"
|
|
855
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
856
|
+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
853
857
|
|
|
854
858
|
media-typer@0.3.0:
|
|
855
859
|
version "0.3.0"
|
|
@@ -984,10 +988,15 @@ path-exists@^3.0.0:
|
|
|
984
988
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
|
|
985
989
|
integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==
|
|
986
990
|
|
|
987
|
-
|
|
988
|
-
version "
|
|
989
|
-
resolved "https://registry.yarnpkg.com/
|
|
990
|
-
integrity sha512-
|
|
991
|
+
path-expression-matcher@^1.5.0:
|
|
992
|
+
version "1.5.0"
|
|
993
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
994
|
+
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
995
|
+
|
|
996
|
+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^4.0.4:
|
|
997
|
+
version "4.0.4"
|
|
998
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
|
|
999
|
+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
|
|
991
1000
|
|
|
992
1001
|
pify@^3.0.0:
|
|
993
1002
|
version "3.0.0"
|
|
@@ -1149,15 +1158,10 @@ strip-bom@^3.0.0:
|
|
|
1149
1158
|
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
|
|
1150
1159
|
integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==
|
|
1151
1160
|
|
|
1152
|
-
strnum@^
|
|
1153
|
-
version "
|
|
1154
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-
|
|
1155
|
-
integrity sha512-
|
|
1156
|
-
|
|
1157
|
-
strnum@^2.1.2:
|
|
1158
|
-
version "2.2.0"
|
|
1159
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.0.tgz#8b582b637e4621f62ff714493e0ce30846f903a6"
|
|
1160
|
-
integrity sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==
|
|
1161
|
+
strnum@^2.3.0:
|
|
1162
|
+
version "2.3.0"
|
|
1163
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.3.0.tgz#81bfbfef53db8c3217ea62a98c026886ec4a2761"
|
|
1164
|
+
integrity sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==
|
|
1161
1165
|
|
|
1162
1166
|
supports-color@^5.3.0:
|
|
1163
1167
|
version "5.5.0"
|
|
@@ -1285,15 +1289,20 @@ wrap-ansi@^7.0.0:
|
|
|
1285
1289
|
string-width "^4.1.0"
|
|
1286
1290
|
strip-ansi "^6.0.0"
|
|
1287
1291
|
|
|
1292
|
+
xml-naming@^0.1.0:
|
|
1293
|
+
version "0.1.0"
|
|
1294
|
+
resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8"
|
|
1295
|
+
integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
|
|
1296
|
+
|
|
1288
1297
|
y18n@^5.0.5:
|
|
1289
1298
|
version "5.0.8"
|
|
1290
1299
|
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
|
|
1291
1300
|
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
|
|
1292
1301
|
|
|
1293
|
-
yaml@^1.10.2:
|
|
1294
|
-
version "1.10.
|
|
1295
|
-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.
|
|
1296
|
-
integrity sha512-
|
|
1302
|
+
yaml@^1.10.2, yaml@^1.10.3:
|
|
1303
|
+
version "1.10.3"
|
|
1304
|
+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.3.tgz#76e407ed95c42684fb8e14641e5de62fe65bbcb3"
|
|
1305
|
+
integrity sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==
|
|
1297
1306
|
|
|
1298
1307
|
yargs-parser@^20.2.2:
|
|
1299
1308
|
version "20.2.9"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: freeclimb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.5.
|
|
4
|
+
version: 5.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|