@ogcio/building-blocks-sdk 0.1.18 → 0.2.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.
Files changed (28) hide show
  1. package/.gitleaksignore +2 -0
  2. package/.release-please-manifest.json +1 -1
  3. package/CHANGELOG.md +11 -0
  4. package/dist/client/clients/featureFlags/schema.d.ts +205 -63
  5. package/dist/client/clients/featureFlags/schema.d.ts.map +1 -1
  6. package/dist/client/clients/messaging/index.d.ts +2 -1835
  7. package/dist/client/clients/messaging/index.d.ts.map +1 -1
  8. package/dist/client/clients/messaging/index.js +3 -179
  9. package/dist/client/clients/messaging/index.js.map +1 -1
  10. package/dist/client/clients/messaging/schema.d.ts +2763 -2750
  11. package/dist/client/clients/messaging/schema.d.ts.map +1 -1
  12. package/dist/client/clients/profile/index.d.ts +852 -440
  13. package/dist/client/clients/profile/index.d.ts.map +1 -1
  14. package/dist/client/clients/profile/index.js +88 -54
  15. package/dist/client/clients/profile/index.js.map +1 -1
  16. package/dist/client/clients/profile/schema.d.ts +1237 -1114
  17. package/dist/client/clients/profile/schema.d.ts.map +1 -1
  18. package/dist/clients-configurations/clients-configuration.json +5 -4
  19. package/package.json +1 -1
  20. package/src/client/clients/featureFlags/open-api-definition.json +184 -95
  21. package/src/client/clients/featureFlags/schema.ts +205 -63
  22. package/src/client/clients/messaging/index.ts +2 -278
  23. package/src/client/clients/messaging/open-api-definition.json +30 -18
  24. package/src/client/clients/messaging/schema.ts +2763 -2750
  25. package/src/client/clients/profile/index.ts +140 -84
  26. package/src/client/clients/profile/open-api-definition.json +1825 -1323
  27. package/src/client/clients/profile/schema.ts +1237 -1114
  28. package/src/clients-configurations/clients-configuration.json +5 -4
@@ -51,7 +51,7 @@
51
51
  "payments:payment_request.public:read",
52
52
  "payments:transaction:*"
53
53
  ],
54
- "updateDefinitions": true
54
+ "updateDefinitions": false
55
55
  },
56
56
  {
57
57
  "name": "scheduler",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  {
65
65
  "name": "profile",
66
- "openApiDefinitionUrl": "https://raw.githubusercontent.com/ogcio/life-events/refs/heads/dev/apps/profile-api/openapi-definition.yml",
66
+ "openApiDefinitionUrl": "https://raw.githubusercontent.com/ogcio/govie-services-profile/refs/heads/dev/apps/profile-api/openapi-definition.yml",
67
67
  "openApiDefinitionFormat": "yaml",
68
68
  "citizenPermissions": [
69
69
  "profile:user.self:read",
@@ -72,7 +72,8 @@
72
72
  "profile:address.self:write",
73
73
  "profile:entitlement.self:read",
74
74
  "profile:entitlement.self:write",
75
- "profile:user:read"
75
+ "profile:user:read",
76
+ "profile:user:*"
76
77
  ],
77
78
  "publicServantPermissions": [
78
79
  "profile:user:*",
@@ -103,7 +104,7 @@
103
104
  "integrator:step:*",
104
105
  "integrator:run:read"
105
106
  ],
106
- "updateDefinitions": true
107
+ "updateDefinitions": false
107
108
  }
108
109
  ]
109
110
  }