@ogcio/building-blocks-sdk 0.2.47 → 0.2.49
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/.gitleaksignore +3 -1
- package/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +14 -0
- package/dist/client/clients/featureFlags/schema.d.ts +3693 -4712
- package/dist/client/clients/featureFlags/schema.d.ts.map +1 -1
- package/dist/client/clients/journey/index.d.ts +8 -0
- package/dist/client/clients/journey/index.d.ts.map +1 -1
- package/dist/client/clients/journey/schema.d.ts +8 -0
- package/dist/client/clients/journey/schema.d.ts.map +1 -1
- package/dist/client/clients/messaging/index.d.ts +6 -6
- package/dist/client/clients/messaging/index.d.ts.map +1 -1
- package/dist/client/clients/messaging/schema.d.ts +6 -11
- package/dist/client/clients/messaging/schema.d.ts.map +1 -1
- package/dist/client/clients/profile/citizen.d.ts +280 -0
- package/dist/client/clients/profile/citizen.d.ts.map +1 -0
- package/dist/client/clients/profile/citizen.js +22 -0
- package/dist/client/clients/profile/citizen.js.map +1 -0
- package/dist/client/clients/profile/index.d.ts +29 -0
- package/dist/client/clients/profile/index.d.ts.map +1 -1
- package/dist/client/clients/profile/index.js +7 -1
- package/dist/client/clients/profile/index.js.map +1 -1
- package/dist/client/clients/profile/schema.d.ts +508 -0
- package/dist/client/clients/profile/schema.d.ts.map +1 -1
- package/dist/clients-configurations/clients-configuration.json +1 -1
- package/package.json +1 -1
- package/src/client/clients/featureFlags/open-api-definition.json +4912 -5964
- package/src/client/clients/featureFlags/schema.ts +3693 -4712
- package/src/client/clients/journey/open-api-definition.json +34 -2
- package/src/client/clients/journey/schema.ts +8 -0
- package/src/client/clients/messaging/open-api-definition.json +47 -11
- package/src/client/clients/messaging/schema.ts +6 -11
- package/src/client/clients/profile/citizen.ts +34 -0
- package/src/client/clients/profile/index.ts +16 -1
- package/src/client/clients/profile/open-api-definition.json +1499 -0
- package/src/client/clients/profile/schema.ts +508 -0
- package/src/clients-configurations/clients-configuration.json +1 -1
package/.gitleaksignore
CHANGED
|
@@ -6,4 +6,6 @@
|
|
|
6
6
|
/src/src/client/clients/featureFlags/schema.ts:generic-api-key:9437
|
|
7
7
|
/src/src/client/clients/featureFlags/open-api-definition.json:generic-api-key:9245
|
|
8
8
|
/src/src/client/clients/featureFlags/schema.ts:generic-api-key:9709
|
|
9
|
-
/src/src/client/clients/featureFlags/open-api-definition.json:generic-api-key:9577
|
|
9
|
+
/src/src/client/clients/featureFlags/open-api-definition.json:generic-api-key:9577
|
|
10
|
+
/src/src/client/clients/featureFlags/open-api-definition.json:generic-api-key:9404
|
|
11
|
+
/src/src/client/clients/featureFlags/schema.ts:generic-api-key:9595
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.49](https://github.com/ogcio/building-blocks-sdk/compare/@ogcio/building-blocks-sdk@v0.2.48...@ogcio/building-blocks-sdk@v0.2.49) (2025-08-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* payments step schema update ([#247](https://github.com/ogcio/building-blocks-sdk/issues/247)) ([a81e28d](https://github.com/ogcio/building-blocks-sdk/commit/a81e28d4444eb14bf6abf59415c652d666bc729b))
|
|
9
|
+
|
|
10
|
+
## [0.2.48](https://github.com/ogcio/building-blocks-sdk/compare/@ogcio/building-blocks-sdk@v0.2.47...@ogcio/building-blocks-sdk@v0.2.48) (2025-07-31)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **profile:** AB[#30123](https://github.com/ogcio/building-blocks-sdk/issues/30123) consent management ([#245](https://github.com/ogcio/building-blocks-sdk/issues/245)) ([fb02dfc](https://github.com/ogcio/building-blocks-sdk/commit/fb02dfc68a64630271eaaf533c9cc1df7d5cd24b))
|
|
16
|
+
|
|
3
17
|
## [0.2.47](https://github.com/ogcio/building-blocks-sdk/compare/@ogcio/building-blocks-sdk@v0.2.46...@ogcio/building-blocks-sdk@v0.2.47) (2025-07-30)
|
|
4
18
|
|
|
5
19
|
|