@xoxno/types 1.0.468 → 1.0.470

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.
@@ -26,6 +26,7 @@ export declare class LendingAccountProfileDoc {
26
26
  initialPaymentMultiplier?: InitialPaymentMultiplier;
27
27
  isClassic?: boolean;
28
28
  chain: ActivityChain;
29
+ spokeId?: number;
29
30
  id: string;
30
31
  pk: string;
31
32
  _ts: number;
@@ -178,6 +178,14 @@ __decorate([
178
178
  }),
179
179
  __metadata("design:type", String)
180
180
  ], LendingAccountProfileDoc.prototype, "chain", void 0);
181
+ __decorate([
182
+ (0, swagger_1.ApiProperty)({
183
+ description: 'Stellar spoke the account belongs to (rs-lending-xlm `AccountMeta.spoke_id`). Always 0 for MVX.',
184
+ required: false,
185
+ example: 1,
186
+ }),
187
+ __metadata("design:type", Number)
188
+ ], LendingAccountProfileDoc.prototype, "spokeId", void 0);
181
189
  __decorate([
182
190
  (0, swagger_1.ApiProperty)({
183
191
  description: 'Cosmos DB document identifier',
@@ -37,6 +37,11 @@ export declare enum GovernanceProposalKind {
37
37
  GrantGovernanceRole = "GrantGovernanceRole",
38
38
  RevokeGovernanceRole = "RevokeGovernanceRole",
39
39
  TransferGovernanceOwnership = "TransferGovernanceOwnership",
40
+ /**
41
+ * Owner-only, non-vetoable Recovery-tier council reset (`reset_cancellers`).
42
+ * Scheduled at the ~30-day Recovery delay to replace a captured canceller set.
43
+ */
44
+ CancellerReset = "CancellerReset",
40
45
  Unknown = "Unknown"
41
46
  }
42
47
  /**
@@ -41,6 +41,11 @@ var GovernanceProposalKind;
41
41
  GovernanceProposalKind["GrantGovernanceRole"] = "GrantGovernanceRole";
42
42
  GovernanceProposalKind["RevokeGovernanceRole"] = "RevokeGovernanceRole";
43
43
  GovernanceProposalKind["TransferGovernanceOwnership"] = "TransferGovernanceOwnership";
44
+ /**
45
+ * Owner-only, non-vetoable Recovery-tier council reset (`reset_cancellers`).
46
+ * Scheduled at the ~30-day Recovery delay to replace a captured canceller set.
47
+ */
48
+ GovernanceProposalKind["CancellerReset"] = "CancellerReset";
44
49
  GovernanceProposalKind["Unknown"] = "Unknown";
45
50
  })(GovernanceProposalKind || (exports.GovernanceProposalKind = GovernanceProposalKind = {}));
46
51
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.468",
3
+ "version": "1.0.470",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {