@digiteers/uloba3-sdk 4.0.6 → 4.0.7

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/dist/types.d.ts CHANGED
@@ -39102,6 +39102,8 @@ export interface paths {
39102
39102
  'application/json': {
39103
39103
  /** @description Total number of contracts using this salary type */
39104
39104
  total_uses: number;
39105
+ /** @description Number of contracts using this salary type */
39106
+ contracts_count: number;
39105
39107
  last_used_at: string | null;
39106
39108
  };
39107
39109
  };