@go-mondo/identity-sdk 0.0.2-beta.94 → 0.0.2-beta.95
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/.release-please-manifest.json +1 -1
- package/.tsbuildinfo/cjs.json +1 -1
- package/.tsbuildinfo/esm.json +1 -1
- package/CHANGELOG.md +7 -0
- package/dist/cjs/workspace/authorization/resources.d.ts +14 -0
- package/dist/cjs/workspace/authorization/resources.d.ts.map +1 -0
- package/dist/cjs/workspace/authorization/resources.js +30 -0
- package/dist/cjs/workspace/authorization/schema.test.d.ts +2 -0
- package/dist/cjs/workspace/authorization/schema.test.d.ts.map +1 -0
- package/dist/cjs/workspace/authorization/schema.test.js +95 -0
- package/dist/cjs/workspace/branding/resources.d.ts +14 -0
- package/dist/cjs/workspace/branding/resources.d.ts.map +1 -0
- package/dist/cjs/workspace/branding/resources.js +30 -0
- package/dist/cjs/workspace/branding/schema.test.d.ts +2 -0
- package/dist/cjs/workspace/branding/schema.test.d.ts.map +1 -0
- package/dist/cjs/workspace/branding/schema.test.js +94 -0
- package/dist/cjs/workspace/membership/schema.test.d.ts +2 -0
- package/dist/cjs/workspace/membership/schema.test.d.ts.map +1 -0
- package/dist/cjs/workspace/membership/schema.test.js +71 -0
- package/dist/cjs/workspace/registration/resources.d.ts +14 -0
- package/dist/cjs/workspace/registration/resources.d.ts.map +1 -0
- package/dist/cjs/workspace/registration/resources.js +30 -0
- package/dist/cjs/workspace/registration/schema.test.d.ts +2 -0
- package/dist/cjs/workspace/registration/schema.test.d.ts.map +1 -0
- package/dist/cjs/workspace/registration/schema.test.js +93 -0
- package/dist/cjs/workspace/user/notifications/schema.test.d.ts +2 -0
- package/dist/cjs/workspace/user/notifications/schema.test.d.ts.map +1 -0
- package/dist/cjs/workspace/user/notifications/schema.test.js +127 -0
- package/dist/cjs/workspace/user/preferences/schema.test.d.ts +2 -0
- package/dist/cjs/workspace/user/preferences/schema.test.d.ts.map +1 -0
- package/dist/cjs/workspace/user/preferences/schema.test.js +102 -0
- package/dist/esm/workspace/authorization/resources.d.ts +14 -0
- package/dist/esm/workspace/authorization/resources.d.ts.map +1 -0
- package/dist/esm/workspace/authorization/resources.js +24 -0
- package/dist/esm/workspace/authorization/schema.test.d.ts +2 -0
- package/dist/esm/workspace/authorization/schema.test.d.ts.map +1 -0
- package/dist/esm/workspace/authorization/schema.test.js +93 -0
- package/dist/esm/workspace/branding/resources.d.ts +14 -0
- package/dist/esm/workspace/branding/resources.d.ts.map +1 -0
- package/dist/esm/workspace/branding/resources.js +24 -0
- package/dist/esm/workspace/branding/schema.test.d.ts +2 -0
- package/dist/esm/workspace/branding/schema.test.d.ts.map +1 -0
- package/dist/esm/workspace/branding/schema.test.js +92 -0
- package/dist/esm/workspace/membership/schema.test.d.ts +2 -0
- package/dist/esm/workspace/membership/schema.test.d.ts.map +1 -0
- package/dist/esm/workspace/membership/schema.test.js +69 -0
- package/dist/esm/workspace/registration/resources.d.ts +14 -0
- package/dist/esm/workspace/registration/resources.d.ts.map +1 -0
- package/dist/esm/workspace/registration/resources.js +24 -0
- package/dist/esm/workspace/registration/schema.test.d.ts +2 -0
- package/dist/esm/workspace/registration/schema.test.d.ts.map +1 -0
- package/dist/esm/workspace/registration/schema.test.js +91 -0
- package/dist/esm/workspace/user/notifications/schema.test.d.ts +2 -0
- package/dist/esm/workspace/user/notifications/schema.test.d.ts.map +1 -0
- package/dist/esm/workspace/user/notifications/schema.test.js +125 -0
- package/dist/esm/workspace/user/preferences/schema.test.d.ts +2 -0
- package/dist/esm/workspace/user/preferences/schema.test.d.ts.map +1 -0
- package/dist/esm/workspace/user/preferences/schema.test.js +100 -0
- package/package.json +1 -1