tickera-angular-components 0.0.1-dev.87 → 0.0.1-dev.88

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/index.d.ts CHANGED
@@ -1059,6 +1059,7 @@ interface GiftBond extends Auditable {
1059
1059
  id: number;
1060
1060
  name: string;
1061
1061
  description?: string;
1062
+ slug?: string;
1062
1063
  status: GiftBondStatus;
1063
1064
  value: number;
1064
1065
  page_content?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.87",
3
+ "version": "0.0.1-dev.88",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {